/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.21.1480619386
Updated: 2016-12-01 19:09:46
*/

/* WooCommerce Styles */
h1.product_title.entry-title {line-height:1.25em !important;font-size: 26px !important;font-weight: 500 !important;}
.woocommerce-message {font-size: 13px !important;}

/* Sidebar Interior */
#subpages-widget-2 h4 {font-size: 20px;color: #2ea3f2;font-weight: bold;}
#subpages-widget-2 li a:hover {color: #2ea3f2 !important;}
#subpages-widget-2 .widget_subpages_current_page a{color: #2ea3f2 !important;}

#top-menu li {padding-right: 12px;}
#top-menu .menu-item-has-children > a:first-child:after {font-size:8px !important;}
#top-menu .menu-item-has-children > a:first-child {padding-right: 12px;}

/* Advertisers Logo Gallery */
#gallery-1 img {border:none !important;}
.bx-wrapper {max-width: 100% !important;}

/* Add LinkedIn Social Icon */
.et-social-linkedin a.icon:before { content: '\e09d'; }

/*Adjust Secondary Nav Member Button graphic */
#et-secondary-nav .et_pb_button:after {
font-size: 19px;
}

/*Dropdown Menu Hovers*/
#top-menu li li a:hover {background-color:rgba(255,255,255,.2); !important; color:#ffffff !important;}
#top-menu li li a {line-height: 1.5em !important;}
#top-menu li.current-menu-item>a {color:rgba(255,255,255,0.5) !important;}

/*Subnav Current Page Style*/
/*.widget_subpages_current_page {background-color:#f58220 !important}*/

/*Menu CTA Button*/
#et-secondary-nav .et_pb_button {
    margin-top: 0px;
    font-size: 12px !important;
    font-weight: inherit;
}

/*AMO Plugin Buttons*/
.amo_wrapper button {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid #f58220;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color:#f58220;
	margin: 20px 0 5px 0;
}
.amo_wrapper button:hover {
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid;
	cursor: pointer;

}
.amo_wrapper button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 0.9em;
        content: "\203A";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.amo_wrapper button:hover:after {
	opacity: 1;
	margin-left: .25em;
}

/*AMO Plugin Buttons - smaller in tables*/
.amo_wrapper tr button {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid #f58220;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.amo_wrapper tr button:after {
	position: absolute;
	margin-left: 0;
	opacity: 0;
	font-size: 12px;
	line-height: 0;
        content: "";
	-webkit-transition: all 0;
	-moz-transition: all 0;
	transition: all 0;
}

.amo_wrapper tr button:hover {
	border: 2px solid;
	padding: 0.3em 1em;
	border: 2px solid;
	cursor: pointer;
}

.amo_wrapper button:hover:after {
	opacity: 1;
	margin-left: .25em;
}

.amo-form-group input{
width: 100% !important;
    padding: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;}

.amo-form-group select{
width: 100% !important;
height:50px;
padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;}

#amo_member_center_login button {
position: relative;
	padding: 0.3em 1em;
	border: 2px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .2);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color:#ffffff;
	margin: 20px 0 5px 0;
}
#amo_member_center_login button:hover {
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid;
	cursor: pointer;

}
#amo_member_center_login button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 0.9em;
        content: "\203A";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#amo_member_center_login button:hover:after {
	opacity: 1;
	margin-left: .25em;
}

#amo_member_center_login {color: white;}

.amo_events-event {
    margin: 20px 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

@media only screen and ( min-width:981px ) {
/* Set the slider height */
    #front-page-ad-slider, #front-page-ad-slider .et_pb_container { 
        height: 600px !important; 
    }
    #front-page-ad-slider, #front-page-ad-slider .et_pb_slide { 
        max-height: 600px; 
    }
    #front-page-ad-slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

#amo_member_center_login a {color: #9cd6fd;}

@media (max-width: 767px) {
#hero-image img {display:none !important;}
}

/* Hide nav logo on homepage */
.page-id-75 #logo {
visibility: hidden;
  opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
}

.page-id-75 #main-header.et-fixed-header #logo {
 visibility: visible;
  opacity: 1;
}

.woocommerce-product-search label {
  display:none;
}
.woocommerce-product-search input[type="search"] {
  padding: 10px;
  border: solid 1px #dcdcdc;
	margin-bottom:10px;
}
::-webkit-input-placeholder {
   color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
   color:#fff;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;
}
:-ms-input-placeholder {
   color:#fff;
}
.woocommerce-product-search input[type="submit"] {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #2ea3f2;
    text-decoration: none;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
left: auto;
    text-shadow: none;
vertical-align: baseline;
}
.woocommerce-product-search input:after[type="submit"] {
	
font-family: "ETmodules" !important;
position: absolute;
    margin-left: -1em;
    opacity: 1;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	color: #2ea3f2;
}
.woocommerce-product-search input:hover[type="submit"] {
    padding: 0.3em 1em 0.3em 1em;
    border: 2px solid transparent;
    cursor:pointer;
background: rgba(0, 0, 0, 0.05);
}
.woocommerce-product-search input:hover:after[type="submit"] {
	opacity: 1;
	margin-left: .25em;
color: #2ea3f2;
content: "\35";
}