/*
Theme Name: Divi Child
Version: 1.0
Description: A child theme of Divi
Template: Divi
*/

@import url("../Divi/style.css");

#logo {
min-height: 80% !important;
}

.left {float:left;}
.right {float:right;}
.padding10 {padding:10px;}
.margin10 {margin: 10px;}
.clearleft {clear:left;}
.clearright {clear:right;}
.clearboth {clear:both;}
.rounded5 {	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px; }
.rounded10 {	border-radius: 10px;	-moz-border-radius: 10px;	-webkit-border-radius: 10px; }

/*  Menu fix  */
#top-menu li {
    padding-right: 5px;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px;
    padding-left: 220px !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 10px !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #f0ad4e !important;
}
.nav ul li a:hover, .et_mobile_menu li a:hover {
	opacity: 1;
	background-color: #f0ad4e !important;
}
#top-menu-nav > ul > li > a:hover {
	opacity: 1;
} 
#top-menu li li {
    padding: 0 10px;
    margin: 0;
}
#top-menu li li a {
    padding: 6px 10px;
    width: 200px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px;
}



@media only screen and (min-width: 981px)
#logo {
    max-height: 80%;
}
#logo {
    max-height: 80%;
}


.et-learn-more h3.heading-more {
color #000 !important;
}



/* sections  */
.et_pb_section {
    padding: 10px 0 !important;
}
.et_pb_row {
    padding: 10px 0;
}



.section-carousel .thecarousel {
background-color: #ffffff !important;
background-image: none !important;
background-repeat: none !important;
border:none !important;
box-shadow: none !important;
position: relative;
padding: 15px 67px 15px;
overflow: hidden;
display: none;
}

.section-carousel .jcarousel-next, .section-carousel .jcarousel-prev {
display:none !important;
}

#banners .banner-title{
	display: none !important;
}

#banners .banner-area {
margin: 0px 0;
}


.tab-content {
display: table;
width: 100%;
padding-top: 5px;
background: #ffffff !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
color: #fff;
background-color: #0d83dd;
background-image: none;
background-repeat: none;
border: 0px;
border-bottom-color: transparent;
cursor: default;
}

.label-yes, .label-no {
  width: 50px;
  background: #468847;
  margin: 0 auto;
  text-align:center;
  font-family: "Helvetica", Arial, serif;
font-size: .846em;
font-weight: bold;
line-height: 14px;
color: #fff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  padding: 1px 4px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.label-no {
  background: #999;
}





.qafp-faq-answer p {
  	margin: 1em 0;
}

.collapsible .qafp-faq-answer {
	padding: 3px 10px;
  	background: #e9e9e9;
  	border: 1px solid #aaa;
}

.qafp-faq-answer hr {
  	display: none;
}


.qafp-faq-title  {
  	font-family: helvetica;
  	font-size: 20px;
  	font-weight: bold;
  	margin: 5px 0;
}

.qafp-faq-title a {
  	color: #2165c1;
}

.faq-catname {
  	color: #000;
  	margin: 10px 0;
}

.qafp-faq {
  	margin: 0 0 0 20px;
}


// for HD vids on Youtube
.responsive-container { position: relative; padding-bottom: 53.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-container, .responsive-container iframe { max-width: 1280px; max-height: 720px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.section-business-branding .branding-area-container .branding-area-extra {
  display: inline-block;
  margin: 10px 0 0 190px;
}


// Section in upper right of Header
.section-business-branding .branding-area-container {
  float: right;
}
.section-business-branding .branding-area-container .branding-area-extra {
  display: inline-block;
  margin: 10px 0 0 0px;
}