/*
Theme Name: cbj
Theme URI: https://carlbjohnson.com
Description: Carl B Johnson Website
Author: Binesh AB
Author URI: https://carlbjohnson.com
Author Email: help@carlbjohnson.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 #fc9700;
  padding: 10px 20px!important;
  border-radius: 30px;
  background-color: #fc9700;
  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;
}

.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: #faa719;
  border: 2px solid #faa719;
  opacity: 1!important;
}

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

.top-cta {
  border: 1px solid #ffffff;
  padding: 4px 20px!important;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
  color: #fc9700!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: #fc9700 !important;
  padding-bottom: 0px !important;
}

#et-secondary-nav, #et-secondary-nav li {
  display: inline-block;
  margin-top: -20px;
/*     margin-bottom: 2px; */;
}

.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 #fc9700!important;
  opacity: 1;
  background: #fff!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: #fc9700 !important;
  position: relative;
  top: 0;
  left: 0;
  font-size: 36px;
  font-weight: 600;
  content: "\61";
  cursor: pointer;
}

 /*Footer Styles*/
 
 .footer-widget .fwidget {
    margin-bottom: 10px !important;
}

#et-footer-nav {
    background-color: rgba(255, 255, 255, 0) !important;
}
.bottom-nav {
    padding: 15px 0;
    float: right;
    margin-top: -18px;
}
#main-footer .footer-widget h4 {
    margin-bottom: 15px;
	border-bottom: solid 2px #b51010;
}

#footer-widgets .footer-widget li {
    text-align: left;
}



@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;
    text-align: center;
    text-transform: uppercase;
  }
  .top-phone a{
    font-size: 24px !important;
    font-weight: 700;
  }
  .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 */
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 2000px ) {
 
   .bbb_blog_list a img {
    float: left;
    width: 50% !important;
    padding-right: 20px;
    padding-bottom: 30px;
}
	.bbb_blog_list a.more-link {
       width: 10vw !important;
	}
}

/* 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: 40% !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 ) {
		#et-footer-nav {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
}
	#menu-footer-links li:last-child{
		padding-right: 0px !important;
}

}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    #footer-widgets .footer-widget li {
    text-align: left !important;
}
	mobile_menu_bar:before{
		color:green !important;
	}
	#et-footer-nav {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
}
	#menu-footer-links li:last-child{
		padding-right: 0px !important;
}
	#logo{
	    max-height: 80% !important;
}

}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
#footer-widgets .footer-widget li {
    text-align: left !important;
}

.bottom-footer-menu {
    padding: 0 20%;
}
.bottom-nav li {
   padding-right: 0px !important;
	}

	#et-footer-nav {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
}

#menu-footer-links li:last-child{
	padding-right: 0px !important;
}
.bottom-nav li:last-child {
    padding-right: 22px !important;
}
}
#et-secondary-nav li ul, #top-header {
    background-color: #8bc26e!important;
}

