/*
Theme Name:     GOTB Child Theme
Theme URI:      https://geeksonthebeach.ca
Description:    GOTB Master
Author:         Geeks On The Beach
Author URI:     https://geeksonthebeach.ca
Template: Divi
Version:        4.0
*/
/* This file was modified 2020-03-31 by Aspen Grove Studios to customize metadata in header comment */
/* This file was modified 2020-01-21 by Aspen Grove Studios to customize metadata in header comment */

@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

/**
 * 1. general styles
 *  a. Gravity contact form
 * 2. Header
 * 3. Nav Menu
 * 4. Content
 * 5. Footer
 * 6.  additional-[page name]
**/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {


}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}

/* ------------- 1. general styles ------------- */


.desknone{ display: none!important; }

@media all and (min-width: 768px) and (max-width: 980px) {
 
.two-columns .et_pb_column {
width: 33.33%!important;
}
 
.three-columns .et_pb_column {
width: 33.33%!important;
}
 
.four-columns .et_pb_column {
width: 25%!important;
}}


.tabs strong { color: #a90000; }

li, ul, ol {
    line-height: 1.8em;
}


#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul {
padding: 20px 0 23px 2em;}

p a:link {color: #a90000; border-bottom:1px solid #a90000; font-weight:bold;}

p a:link:hover {color: #000; border-bottom:1px solid #000; font-weight:bold;}

.vl {
  height: 300px!important;
	    border-top-width: 2px dotted #cbc6c6;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  color: black;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px;
  content: "+"!important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.et_pb_toggle_close .et_pb_toggle_title:before {
  color: black;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px;
  content: "+"!important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body #page-container .et_pb_section .et_pb_button_0 {
    color: #fff!important;
}

#gform_confirmation_message_2, gform_confirmation_message, gform_confirmation_message_1 {
    font-size: 24px!important;
    line-height: 1.4em;
    color: #58ad5f;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}




/* ------------- a. Gravity contact form ------------- */


.gform_wrapper {
    max-width: 100%;
    background-color: #f7f7f7;
    padding: 40px;
}

.gform_wrapper ul.gform_fields li {
    list-style: none;
}

.gform_wrapper ul.gform_fields {
    padding-left: 0 !important;
}

.gform_wrapper .hidden_label label {
    display: none;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label, .gform_legacy_markup_wrapper .top_label .gfield_label {
    font-family: 'RedHatDisplay-SemiBold',Helvetica,Arial,Lucida,sans-serif;
}

.gform_legacy_markup_wrapper .top_label .gfield_label {font-size:16px;}

.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper textarea, .gform_wrapper select {
    border-radius: 0px !important;
    background-color: transparent;
    color: #000;
    border: 0;
    padding: 10px 15px !important;
    border: 1px solid #aea8a9;
}

.gform_wrapper input[type=email]:focus {
    border-bottom: 1px solid black!important;
}

.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: #2d2d2d;
}

.gform_wrapper .gform_footer {
    text-align: right;
}

.gform_wrapper input[type=submit] {
  width: auto;
    font-weight: 400!important;
    text-transform: none;
    background-color: #a90101;
    color: #ffffff!important;
    border-width: 2px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-size: 18px;
    font-family: 'RedHatDisplay-Bold',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #a90101;
    padding: 0.3em 1em!important;
    cursor: pointer;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 2px;
}
.gform_wrapper input[type=submit]:hover {
    transition-duration: .3s;
    padding-left: 35px;
    padding-right: 35px;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0px!important;
}

@media only screen and (min-width: 641px){
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 400;
    font-size: inherit;
}

::-webkit-input-placeholder { color: #2d2d2d !important; } /* Chrome/Opera/Safari */

::-moz-placeholder { color: #2d2d2d !important; } /* firefox 19+ */

:-ms-input-placeholder { color: #2d2d2d !important; } /* ie */

:-moz-placeholder { color: #2d2d2d !important; } /*below firefox 19 */



/* grow icons effect */
.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

/* ------------- 2. Header ------------- */

/* logo menu header */
@media (max-width: 980px) {
    #logo {
        max-height: 100%;
    }
}

/* secondary top menu bar */
#et-info {
    float: right;
}



/* ----------  SECONDARY MENU - TOP BAR ---------- */


/* CUSTOMER SUPPORT BUTTON */
@media (min-width: 980px){
	.cs-button-top {
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700!important;
    text-transform: uppercase!important;
}}
.cs-button-top .wp-image-26620 {
margin-right:7px!important;
        top: 4px;
    position: relative;
}


/* BOOK A DEMO BUTTON */
#top-header .demo-button-topbar a  { color:#ffffff!important; margin-top: 4px!important;}

@media (min-width: 980px){
.demo-button-topbar {
        margin-left:20px;
    color: #ffffff!important;
    border-width: 10px!important;
    border-color: #a90101;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #a90101;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    padding: .4em 1.5em;}
.demo-button-topbar:hover {
position: relative;
    z-index: 2;}
    .demo-button-topbar:hover {
position: relative;
    z-index: 2;
}}

.demo-button-topbar .wp-image-26624 {
margin-right:7px!important;
    top: 5px;
    position: relative;
}


/*@media all and (max-width: 980px) {
.demo-button-topbar {
    margin:50px 60px 50px 60px;
    border-width: 10px!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 13px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
        background-color: #a90101!important;
        padding-right: 20px!important;
        padding-bottom: 12px!important;
        padding-left: 20px!important;
box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
    display: block;
    text-align: center;
    color: #ffffff!important;
}

.demo-button-topbar a {
color:#fff!important;
    letter-spacing: 2px;
    font-size: 13px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}}*/


/* ------------- 3. Nav Menu ------------- */


.nav li ul {
    margin-top: 1px;
        visibility: hidden;
        z-index: 9999;
        border-top: 0px solid #fd3823!important;
        opacity: 0;
        border-radius: 0px 0px 2px 2px;
        box-shadow: 0px 39px 80px -6px rgba(0,0,0,0.05);
}
#top-menu li {
          padding-right: 0px!important;
    padding-left: 22px!important;
}
#top-menu li a {
        letter-spacing: 0.2px!important;
}
#top-menu li li a {
        padding: 8px 15px 8px 0px!important;
        line-height: 1.4em;
    font-size:17px;
    background-color: #000;}
#top-menu, #top-menu-nav {
    line-height: 0;
    padding-top: 3px;}

 @media only screen and (min-width: 1260px) {
#top-menu li {
        padding-right: 0px!important;
    padding-left: 34px!important;
}} 

#top-header .container {
        padding-top: 0.2em!important;}

#top-menu li.current-menu-item>a  {color: #f9f9f9!important;}

.container {width: 90%;}


/* remove the hover grey when current on dropdown-menu */
.nav ul li a:hover {
   opacity: 1;
   background-color: rgba(0,0,0,0);
}

/* Add space above navigation menu desktop */
#et-secondary-menu {
        float: right;
        margin-top: 10px;
}

@media all and (max-width: 768px) {
#top-header {
display:none;
}
}

/* ##### DROPDOWN MENU WIDTH ##### */

.nav li ul {
    width: 240px !important; /* Width of the dropdown menu */
}

.et-menu li li a {width: 240px !important; padding: 5px 4px;}

.nav li li ul {
    left: 240px !important; /* Use the same size as above */
}

#top-menu li li a {
    width: 240px; /* Make this 40 less then the width of the dropdown menu */
}
.et-menu li li a {
    width: 100%!important;
}

.nav li.et-reverse-direction-nav li ul {
    left:240px;
    
}
.nav li li {width:100%;}

/* remove the hover grey when current on dropdown-menu */
.nav ul li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}

/* fix arrow align with menu title  */
#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    top: 1px;
}



/* *************Mobile menu ************ */

.et_mobile_menu {
    border-top: 1px solid #ededed!important}


span.mobile_menu_bar:before{
  color:#ffffff!important;
}


.mobile_menu_bar:before, .mobile_nav.opened .mobile_menu_bar:before {content: "\63"!important; margin-right:20px!important; color:#fff!important; font-size:36px;}



/*  Making the Menu Fixed on Mobile 
@media (max-width: 980px) {
    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }
}*/





/* ******** Desktop ******** */ 

/* LOGO */
@media screen and (min-width: 1240px){
#logo {
        margin-top: -65px!important;
        max-height: 210px!important;
}}

@media screen and (max-width: 1240px) and (min-width: 1040px) {
	#logo {
  margin-top: -65px!important;
        max-height: 200px!important;
}
#top-menu li a {
    font-size: 19px;
}}

@media screen and (max-width: 1040px) and (min-width: 981px){
#logo {
    margin-top: -65px!important;
    max-height: 180px!important;
}
#top-menu li a {
    font-size: 18px!important;
}}

/* ******** Mobile ******** */ 

/* LOGO */
@media screen and (max-width: 980px){
#logo {
    max-height: 130px!important;
	margin-left:10px!important;
    }}



@media all and (min-width: 768px) and (max-width: 980px) { 
.mobile_menu_bar {
    display: block;
    position: relative;
    line-height: 0;
    margin-right: 30px;
    top: 15px;
}}

/* Make header transparent - mobile */
@media only screen and (max-width: 980px){
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: transparent!important;
}


}


/*-----------------Menu Dropdown Icon---------------- */
 
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    content: "\43"!important;
    opacity:0.6;
     top: 2px!important;
    font-size:20px;
}



#top-menu li .menu-item-has-children>a:first-child:after {
    top: 10px!important;
    right: 30px!important;
}


/**** Nesting Menu ****/

    /* when mobile menu is open, change hamburger icon to x icon */

    #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
        content: '\4d';
			margin-right: 30px;
    }

    /* makes sub sub menu icon be right arrow instead of down arrow */

    #top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
    #et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
        content: '5';
    }
    /* - mobile menu toggling elements, injected via jQuery - */
    /* make menu list item be relative, to be able to position toggle within this item */

    #main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
        position: relative;
    }
    /* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: relative;
    z-index: 1;
    width: auto;
	 height: 5px;
    border-radius: 50%;
    top: -5px;
    cursor: pointer;
    margin-left: 210px;
}


#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
    margin-left: 0px;
	font-weight:400;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu a {
	font-weight:400;
	font-size:18px!important;
	margin-left:10px!important;
}


    /* toggle icon */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
        font-family: "ETmodules" !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 53px!important;
        font-size: 28px;
        text-transform: none;
        speak: none;
        content: '\43';
        color: #fff;
			opacity: 0.6;
    }
    /* toggle icon when triggered */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
        content: '\42';
    }
    /* hide sub menus by default */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
        display: none !important;
        padding-left: 0;
    }
    /* show sub menu when triggered via jQuery toggle, and add slight bg color */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
        display: block !important;
    }
    /* remove sub menu list item left padding, since padding will be on anchors */

    #main-header #mobile_menu.et_mobile_menu li li {
        padding-left: 0;
    }
    /* adjust mobile menu anchors side paddings */

    #main-header #mobile_menu.et_mobile_menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* indent sub sub menus further */

    #main-header #mobile_menu.et_mobile_menu li li li a {
            margin-left: 10px !important;
    color: rgba(213, 213, 213, 0.8705882352941177)!important;
        padding-right: 20px;
    }

    #main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
        background-color: transparent;
        font-weight: inherit;
    }
    /* make the current page's mobile menu link be different */

    #main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
        font-weight: bolder;
    }

    /****** Code Style: Menu Slide-In ******/

    /* Font Awesome */
    .fa {
        margin-right: 15px ;
      }

    @media only screen and (max-width: 980px){
    #mobile_menu {
        display: block !important;
        min-height: 100%;
        height: auto;
        top: 0;
        right: 0;
        position: fixed;
        z-index: 9998;
        overflow: scroll;
        border-top: none;
        padding-top: 60px !important;
    }

    .et_mobile_menu li a {
        color: #fff !important;
        width: 100%;
        float: left;
			letter-spacing:0.2px;
        text-align: left;
        margin: 4px;
			padding: 6px 5%;
        transition: .2s;
			    font-size: 20px!important;
    }
    

    .mobile_nav.closed #mobile_menu {
        background: rgba(51,51,51,0.9) !important;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
        background: rgba(51,51,51,0.9) !important;
    }

    .mobile_nav.opened #mobile_menu {
        background: #000 !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
    }

    #main-header .container.clearfix.et_menu_container {
        width: 100%;
    }
			

    }

    @media only screen and  (max-width: 980px) {
      .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {    
        z-index: 9999;
      }
      #et-top-navigation {    
        padding-right: 5px;
      }
    }

    @media only screen and (min-width: 481px)  {
      #mobile_menu {    
        width: 340px;    
        margin-left: calc(100% - 340px);
      }
    }
    @media only screen and (max-width: 480px)  {
      #mobile_menu {    
        width: 290px;    
        margin-left: calc(100% - 290px);
      }
    }





/* ------------- 4. Content ------------- */

/* ------------- 5. Footer ------------- */

/* Geeks on the Beach Footer Logo */

div p.credits {
    float: left;
    background: url(/wp-content/uploads/gotb-bw.png) 50% 50% no-repeat transparent;
    width: 89px;
    height: 60px;
    overflow: hidden;
    opacity: .6;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div p.credits:hover {
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

div p.credits a.gotb-link {
    display: block;
    background: url(/wp-content/uploads/gotb-color.png) 50% 50% no-repeat transparent;
    width: 89px;
    height: 60px;
    text-indent: -999em;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div p.credits a:hover.gotb-link {
    opacity: 1;
    moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.gotbcopyright {
    position: absolute;
    right: 60px;
    padding-top: 20px;
    bottom: 15px;
}

@media screen and ( max-width: 980px ) {
       #footer-info {
        position: relative;
        height: 115px;
        text-align: center;
    }
    #footer-info p.credits {
        position: absolute;
        width: 89px;
        height: 60px;
        left: 50%;
        margin-left: -44.5px;
    }
    #footer-info div.gotbcopyright {
    	position: absolute;
    	/*width: 400px;*/
    top: 50px;
    left: 34%;
    right: 0;
	margin-left: -64%;
    }
	#footer-info div.gotbcopyright p {
    		margin-left: 22%;
	}
}

/* ------------- 6. additional-[Solutions page] ------------- */


/* reveal tabs */
.cemr_button.closed:after {content:"\33";}
.cemr_button.opened:after{content:"\32";}

.chp_button.closed:after {content:"\33";}
.chp_button.opened:after{content:"\32";}


.cfs_button.closed:after {content:"\33";}
.cfs_button.opened:after{content:"\32";}

ul.et_pb_tabs_controls {
    background-color: #e9e7e7!important;
}




/* ------------- 7. additional-[insights page] ------------- */

/*------------------------------------------------*/
/*-------- Blog layout - Place Thumbnail Left and Excerpt Right ------------*/
/*------------------------------------------------*/

.et_pb_posts .et_pb_post a img,
.archive .et_pb_post a img,
.search .et_pb_post a img {
max-width: 210px!important;
float: left;
padding-right: 20px;}

.et_pb_post .entry-featured-image-url {
margin-bottom: 0px !important;
}

@media only screen and ( max-width: 1180px ) {
.et_pb_posts article .post-content {
width: 445px;
float: right;
}}

@media only screen and (max-width: 980px) {
.et_pb_posts .et_pb_post a img,
.archive .et_pb_post a img,
.search .et_pb_post a img{
float:none;
max-width: 250px!important;}}


/* add the padding and white background around blog posts */ 
.et_pb_blog_0:not(.et_pb_blog_grid_wrapper) .et_pb_post {
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 30px!important;
    margin-left: auto!important;
    margin-right: auto!important;
	    padding-top: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 30px!important;
    padding-left: 30px!important;
}

/* add margin above image */
.et_pb_post .entry-featured-image-url {
    margin-top: 10px;
}




	
/* Custom Buttons */
.et_pb_button:after, .et_pb_button:before {
display:none;
}


@media screen and (min-width: 981px) {

/* CUSTOMER SUPPORT BUTTON CONTACT PAGE*/
	.cs-button-site {
    color: #ffffff!important;
    border-width: 20px!important;
    border-color: #000000!important;
    border-radius: 0px;
    letter-spacing: 2px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #000000!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
  padding: 0.4em 1.6em!important;
		    display: inline-block;
}
.cs-button-site .wp-image-26620 {
margin-right:5px!important;
        top: 5px!important;
    position: relative;
}

/* demo button contact page & footer*/
.cs-demo-button {
    color: #ffffff!important;
    border-width: 20px!important;
    border-color: #a90101!important;
    border-radius: 0px;
    letter-spacing: 2px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
	padding: 0.4em 1.6em!important; 
    background-color: #a90101!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
      display: inline-block;
}


.cs-demo-button .wp-image-26624 {
margin-right:10px!important;
    top: 5px!important;
    position: relative;
}
	
/* footer buttons */
	.demo-button-footer {
    color: #ffffff!important;
    border-width: 20px!important;
    border-color: #a90101!important;
    border-radius: 0px;
    letter-spacing: 2px!important;
    font-size: 17px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
	padding: 0.4em 1.6em!important; 
    background-color: #a90101!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
      display: inline-block;
}
.demo-button-footer .wp-image-26624 {
margin-right:10px!important;
    top: 5px!important;
	position: relative;
}
	
		.customer-portal-button {
    color: #ffffff!important;
    border-width: 20px!important;
    border-color: #000000!important;
    border-radius: 0px;
    letter-spacing: 2px!important;
    font-size: 17px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #000000!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
  padding: 0.4em 1.6em!important;
		    display: inline-block;
}
.customer-portal-button .wp-image-35264  {
margin-right:10px!important;
        top: 5px!important;
    position: relative;
}
}

@media screen and (max-width: 980px) {
.cs-button-site {
padding: 1em 1.1em!important;	
	border-width: 4px!important;
	background-color: #000000!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	border-color: #000000!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
}	
	.cs-button-site .wp-image-26620 {
width:20px!important;
margin-right:4px!important;
		top: 5px!important;
		position: relative;
}
	
	
	.cs-demo-button {
padding: 1em 1.1em!important;	
	border-width: 4px!important;
	background-color: #a90101!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	border-color: #a90101!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
}	
		.cs-demo-button .wp-image-26624 {
width:20px!important;
		margin-right:10px!important;
    top: 5px!important;
			position: relative;
}
	
	/* footer buttons */
		.customer-portal-button {
padding: 1em 1.1em!important;	
	border-width: 4px!important;
	background-color: #000000!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	border-color: #000000!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
}
	
	.customer-portal-button .wp-image-35264  {
width:20px!important;
		margin-right:10px!important;
    top: 5px!important;
		position: relative;
}
	
	
	
	.demo-button-footer {
padding: 1em 1.1em!important;	
	border-width: 4px!important;
	background-color: #a90101!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	border-color: #a90101!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
}
.demo-button-footer .wp-image-26624{ width:20px!important;
		margin-right:10px!important;
    top: 5px!important;
	position: relative;
}
	
	
	
			.customer-portal-button {
padding: 1em 1.1em!important;	
	border-width: 4px!important;
	background-color: #000000!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	border-color: #000000!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
		line-height:1.5em;
}
	
	.customer-portal-button .wp-image-35264  {
width:20px!important;
		margin-right:10px!important;
    top: 5px!important;
		position: relative;
}
	
}



.corporatephone a:hover {
border-bottom:2px solid #a90101
}






/* Make the Transparent Menu of Divi Colored on Certain Pages */

/* Single Post header bg color */
body.single.single-post.et_transparent_nav #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

/* Blog page header bg color */
body.blog.et_transparent_nav #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

/* Project page header bg color */
body.single.single-project.et_transparent_nav #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

/* Archive page header bg color */
body.archive.et_transparent_nav #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

/* Search Results page header bg color */
body.search.et_transparent_nav #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

/* 404 page header bg color */
body.error404.et_transparent_nav #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

body.single  #main-header:not(.et-fixed-header) {
background-color: #000000 !important;
}

body.single #top-header,
body.blog #top-header,
body.single #top-header,
body.archive #top-header,
body.category #top-header,
body.search #top-header,
body.error404 #top-header,
body.error404 #top-header{
    background-color: #000000;
    z-index: 9;
}

@media screen and (max-width: 980px) {

#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 10px;
    padding-right: 10px;
    padding: 0px 10px;
    font-weight: 400 !important;
}
/*
ul#mobile_menu{ display: grid !important; }
*/
/* ul#mobile_menu li:first-child{ padding-top: 30px; } celia text menu*/
/*
ul#mobile_menu li:last-child{ 
    order: 1;
    clear: both;
}

ul#mobile_menu li:nth-last-child(2){ 
    order: 2;
    clear: both;
    padding-top: 0px;
}
*/

.mobnone{ display: none; }

.desknone{ display: block !IMPORTANT; }

body #main-header #mobile_menu.et_mobile_menu li.btn-mob-wht a{
    color: #a90101!important;
    border-width: 10px!important;
    border-color: #fff;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 13px !important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #fff;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	padding: 0.6em 1.2em 0.2em 1.2em !important;
    clear: both;
    max-width: fit-content;
}

body .btn-mob a {
    color: #ffffff!important;
    border-width: 10px!important;
    border-color: #a90101;
    border-radius: 0px;
    font-size: 13px !important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    background-color: #a90101 !important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    padding: 0.6em 1.2em 0.2em 1.2em !important;
    clear: both;
    max-width: fit-content;
    letter-spacing: 2px;
}

body #main-header #mobile_menu.et_mobile_menu li.btn-mob-teamviewer a{ 
    color: #fff!important;
    border-width: 0px!important;
    border-color: #fff;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 13px !important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: transparent;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	padding: 0.6em 1.2em 0.2em 1.2em !important;
    clear: both;
    max-width: fit-content;
}
}

#et-secondary-nav li {
    margin-right: 25px;
}


/* Celia New - Jan 3, 2024 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'RedHatDisplay-Bold',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing:0px;
}
#dm_nav li ul.sub-menu a {
    border-bottom: 1px solid #000000;
}
#dm-menu.nav li {
    max-width: none;
}
.et-menu .menu-item-has-children>a:first-child:after {
    display:none;
}
.et-l--header ul {padding: 20px 0 10px 0em!important;}

@media screen and (min-width: 980px) {
.et_pb_row {
    width: 93%;
}}
@media screen and (max-width: 980px) {
.et_pb_row {
    width: 90%;
}}

.nav li li ul {
    left: -240px!important;
}
.et-menu li li a {
    line-height: 1.4em;
}
