/*
Theme Name: ssh
Theme URI: https://sshcleaning.com
Description: SSH Cleaning Website
Author: Binesh AB
Author URI: https://sshcleaning.com
Author Email: help@sshcleaning.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, one-column, two-columns, theme-options, translation-ready
Text Domain: cbj
*/

.quote-button > a {
  border: 2px solid #8ec63f;
  padding: 10px 20px!important;
  border-radius: 3px;
  background-color: #8ec63f;
  cursor: pointer;
  color: #fff!important;
  -webkit-transition: all .2s ease-in-out!important;
  -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
  box-shadow: 0px 20px 30px 0px rgba(142,198,63,0.2);
}

.quote-button > a:hover {
  -webkit-transition: all .2s ease-in-out!important;
  -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
  background-color: #0093dd;
  border: 2px solid #0093dd;
  opacity: 1!important;
	color: #fff!important;
  box-shadow: 0px 20px 30px 0px rgba(41,112,250,0.2);
}

.et-fixed-header #top-menu .quote-button a {
  color: #fff!important;
}

.top-cta {
  border: 1px solid #ffffff;
  padding: 4px 20px!important;
  border-radius: 3px;
  background-color: #ffffff;
  cursor: pointer;
  color: #D73333!important;
  -webkit-transition: all .2s ease-in-out!important;
  -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}

.top-cta a {
  color: #D73333 !important;
  padding-bottom: 0px !important;
}

#et-secondary-nav, #et-secondary-nav li {
  display: inline-block;
  margin-top: -20px;
/*     margin-bottom: 2px; */;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 22px;
}

.et-pb-controllers a {
  display: inline-block;
  width: 16px;
  height: 8px;
}

.et_mobile_menu {
  display: none;
  visibility: visible;
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 5%;
  border-top: 2px solid #0093dd!important;
  opacity: 1;
  background: #ffffff!important;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.mobile_menu_bar:before {
  color: #D73333;
  position: relative;
  top: 0;
  left: 0;
  font-size: 36px;
  font-weight: 600;
  content: "\61";
  cursor: pointer;
}
.et_mobile_menu li a, .nav li li a {
    font-size: 16px !important;
    line-height: 1.6  !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align: center !important;
}

@media only screen and (max-width: 980px) {
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
  }

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

  .logo_container {
    padding-left: 30px;
  }

  #et-top-navigation {
    padding-right: 30px;
  }

  #mobile_menu {
    display: block !important;
    right: 0;
    left: 0;
    top: 80px;
    min-height: calc( 100vh - 80px );
    transition: all .2s ease-in-out;
    transform-origin: center;
  }

  .mobile_nav.closed #mobile_menu {
    transform: rotateY(90deg);
    opacity: 0;
  }

  .mobile_nav.opened #mobile_menu {
    transform: rotateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 980px) {
  .et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: rgba(0,0,0,.3)!important;
  }
}

@media only screen and (max-width: 1080px) {
  #top-menu li {
    display: inline-block;
    padding-right: 18px!important;
    font-size: 13px!important;
  }
}
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
 
    /* your css goes here */
}

/* Laptops and desktops (1300-1405px) */
@media only screen and ( min-width: 1300px ) and ( max-width: 1405px) {
 
    /* your css goes here */
}

/* Laptops and desktops (1100-1299px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1299px) {
 
  #logo {
    max-height: 50% !important;
  }

  #top-menu li a {
    font-size: 14px !important;
  }

  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 25px !important;
  }
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
.quote-button > a {
	margin-top: 20px;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
.quote-button > a {
	margin-top: 20px;
	}
}
