/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap 3 Overrides
# WP-Forms Overrides
# Contact Form 7 Overrides
# TapTap Overrides
# Mega-Main-Menu Overrides
# UberMenu Overrides
# Awesome Gallery Overrides
# Super-Store-Locator Overrides
# Meta Slider Overrides
# BNE Testimonial Slider Overrides
# Mailchimp Overrides
# Mega Posts Overrides
	## Mega Posts - Carousel
	## Mega Posts - Post Type 3
# Google Translation Overrides

--------------------------------------------------------------*/

/*----------------------------------------------------------*\
# Bootstrap 3 Overrides
\*----------------------------------------------------------*/

/* TABBED CONTENT */

.nav-tabs { border-bottom: 1px solid transparent;}

.nav-tabs>li { float: left; margin-bottom: -1px; width:50%;}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    padding: 20px 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 0px solid transparent;
    border-bottom-color: transparent;
}

.blueTab a{background-color: #0f71b8 !important; color: white !important; border: 0px none !important; margin-right: 10px !important; 
font-family:'nexa_blackregular', helvetica, arial, sans-serif; text-align: center; font-size:18px;}
.blueTab a:hover{border: 0px none !important;}

.greenTab a{background-color: #96c41c !important; color: white; border: 0px none !important; margin-left: 10px !important;
	font-family:'nexa_blackregular', helvetica, arial, sans-serif; text-align: center; font-size:18px;}
.greenTab a:hover{border: 0px none !important;}
.greenTab.active a{color:white !important;}

.blueContentBox { background-color: #0f71b8; padding:15px;}
.greenContentBox { background-color: #96c41c; padding:15px;}


/* Removal of code styling */

code {
	display: none !important;
    background-color: none !important;
    border: none transparent;
    color: none !important;
    padding: none !important;
}


pre {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    display:block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}



/*----------------------------------------------------------*\
# WP-Forms Overrides
\*----------------------------------------------------------*/


div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select
{
    background-color: #fff !important;
    border-radius: 2px !important;
    color: #444444 !important;
    font-size: 16px !important;
    border: 3px solid #eaeaea !important;
    padding: 6px 10px !important;
    height: 50px !important;
    width: 100% !important; 
    line-height: 1.3 !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form textarea
{
    background-color: #fff !important;
    border-radius: 2px !important;
    color: #444444 !important;
    font-size: 16px !important;
    border: 3px solid #eaeaea !important;
    padding: 6px 10px !important;
    height: 120px !important;
    width: 100% !important; 
    line-height: 1.3 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #3e3e3e !important;
    border-radius: 2px !important;
    border: 0px solid #ddd !important;
    color: white !important;
    font-size: 1em !important;
    padding: 14px 15px !important;
    display: block;
   /* margin-left: auto;
    margin-right: auto;*/
    width:100%;
}






/*-------------------------------------------------*\
    CONTACT FORM 7 - Main styles for contact form 7
\*-------------------------------------------------*/



.wpcf7-form .wpcf7-text, wpcf7-form .wpcf7-textarea { 
	width:100% !important;
	display: block;
	float: left;
	margin: 5px 0;
	height: 40%;
	padding: 15px 3%;
	border: 0px solid #fff;
    box-shadow: 0px 0px 0px 0px rgba(193,193,193,100) inset;
    border-radius: 0px;
}

.wpcf7-form textarea, .uneditable-input { 
	width:100%;
	display: block;
	float: left;
	margin: 5px 0;
	padding: 10px 3%;
	height: 190px;
	border: 0px solid #fff;
    box-shadow: 0px 0px 0px 0px rgba(193,193,193,100) inset;
    border-radius: 0px;
}

/*put this class in the class box on the CAPTCHA section in CONTACT FORM 7*/
.captcha-img { 
	float: left; 
	width:30%; 
	height: 48px !important;
	margin: 5px 2% 5px 0;
	background-color: white;
	padding: 10px 20px;
	border: 0px solid #fff;
    box-shadow: 0px 0px 0px 0px rgba(193,193,193,100) inset;
    border-radius: 0px;
}

.wpcf7-form .wpcf7-captchar { 
	width:68%;
	height: 48px;
	margin: 5px 0 5px 0;
	background-color: white;
	border: 0px solid #fff;
    box-shadow: 0px 0px 0px 0px rgba(193,193,193,100) inset;
    border-radius: 0px;
}

.wpcf7-form input[type="submit"] {
	width: 100%;
	height: 80px;
	margin: 5px 0;
	background-color: #d3181f;
	transition: all 0.5s ease; 
	float: left;
	border: none;
	color: #fff;
	font-size: 16px; font-family:'nexa_bookregular', helvetica, arial, sans-serif; 
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #fff;
	transition: all 0.5s ease; 
	float: left;
	border: none;
	color: #000;

}




/*----------------------------------------------------------*\
# TapTap overrides
\*----------------------------------------------------------*/

.taptap-left {
    left: 0;
    padding-left: 17px;
}


.taptap-logo-wrapper {
    background-color: white;
}



/* burger menu button 
.taptap-right {
	left: auto !important;
    right: 0px !important;
}

.taptap-menu-button-wrapper {
    background-color: #0f71b8;
    top: 0px !important;
    width: 85px !important;
    height: 85px !important;
    padding: 15px 0px 15px 15px;
}


.tap-tap-header {
    border-bottom: 2px solid #0f71b8 !important;
    height:87px;
}

.taptap-logo-image img {
    width: auto;
    max-height: 65px !important;
    margin-top: 10px;
}


.taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    margin: 6px 0;
}

/* X menu button 
.taptap-menu-active .taptap-menu-button-three:before {
    margin: 4px 0 -1px -2px !important;
}


/* search 
.taptap-search-button-right {
    top: 23px !important;
    right: 85px !important;
}


.taptap-search-wrapper {
    height: 85px;
}


.taptap-search-wrapper #searchform input {
    padding: 28px 0 22px 16px !important;
}

.taptap-search-close-icon {
    top: 24px;
}


.taptap-search-button-right svg {
    width: 32px;
    height: 36px;
    margin: 4px 0 0 10px;
}*/
    


/*----------------------------------------------------------*\
# MAX MEGA MENU override
\*----------------------------------------------------------*/

/* STYLES MAIN LEVEL */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(255, 255, 255, 0);
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    font-family: 'nexa_thinregular', helvetica, arial, sans-serif;
	font-size: 25px;
	text-transform: lowercase;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: 'nexa_thinregular', helvetica, arial, sans-serif;
	font-size: 25px;
	text-transform: lowercase;
}


/* Center top level menu items */
#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
}
 
/* Center all level menu items */
#{$wrap} #{$menu} > li.mega-menu-item a.mega-menu-link {
    text-align: center;
}
 
/* Center flyout menu items */
#{$wrap} #{$menu} > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-align: center;
}
 
/* Center mega menu menu items */
#{$wrap} #{$menu} > li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-align: center;
}
 
/* Center top level menu items (on mobile menu only) */
@include mobile {
    #{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
        text-align: center;
    }
}
 
/* Center all items (on mobile menu only) */
@include mobile {
    #{$wrap} #{$menu} > li.mega-menu-item a.mega-menu-link {
        text-align: center;
    }
}


/*----------------------------------------------------------*\
# Mega Main Menu override
\*----------------------------------------------------------*/

/* STYLES MAIN LEVEL 
#mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link{
	font-family: 'nexa_boldregular', helvetica, arial, sans-serif;
	font-size: 15px;
}

/* SET PADDING BETWEEN BUTTONS Main level
#mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin: 0px 35px;
}

/* STYLES DROP DOWN 
.mega_dropdown {
	width: 100% !important;
}

#mega_main_menu.primary ul li .mega_dropdown > li > .item_link, #mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text, #mega_main_menu.primary ul li .mega_dropdown, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_description {
    font-size: 15px !important;
	font-family: 'nexa_boldregular', helvetica, arial, sans-serif !important;
	font-weight: normal !important;
	text-align: center;
}


.mega_dropdown > li > a {
	padding: 15px 0 !important;	
}

.mega_dropdown > li > span {
	padding: 15px 0 !important;	
}



.mega_dropdown > li {
	background-color: rgba(255, 255, 255, 0.7) !important;
}
*/

/* REMOVES DROPDOWN ARROWS - for 1-st levels 
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after
{
	content: none !important;
}*/
/* REMOVES DROPDOWN ARROWS - for 2-nd and other levels 
#mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .item_link:before, 
#mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before
{
	content: none !important;
}



#mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button .symbol_menu
{
font-size: 300% !important;
}
*/




/*----------------------------------------------------------*\
# Awesome Gallery override
\*----------------------------------------------------------*/

#awesome-gallery-92-1 .asg-image-caption1 {
    font-size: 20px;
    line-height: 1.4;
    font-family:'nexa_blackregular', helvetica, arial, sans-serif;
    color:white;
}


#awesome-gallery-92-1 .asg-image-caption-wrapper {
    text-align: center;
    background-color: #95c221 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/*----------------------------------------------------------*\
	SUPER-STORE-LOCATOR Overrides
\*----------------------------------------------------------*/

.store-locator__infobox--main .infobox__cta { border-top-color: #0f71b8 !important; color: #96c41c !important;}

.store-locator__infobox--main .infobox__stv { border-top-color: #0f71b8 !important; color: #96c41c !important;}

.store-locator__infobox { font-size: 16px !important; }

.store-locator__infobox a { color: #96c41c !important; }

.infobox__closer {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/ssl-cross.png) center center no-repeat !important;
    cursor: pointer;
}


/*----------------------------------------------------------*\
# META SLIDER Overrides
\*----------------------------------------------------------*/

.metaslider .caption-wrap {
    background: none repeat scroll 0 0 black;
    bottom: 0;
    color: white;
    display: block;
    left: 0;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    opacity: 0.6 !important;
    position: absolute;
    width: 100%;
    padding:10px;
}


/*----------------------------------------------------------*\
# BNE Testimonial Slider Overrides
\*----------------------------------------------------------*/

.bne-testimonial-slider-wrapper{
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	margin-top:20px;
}

.bne-testimonial-slider{
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.bne-testimonial-slider h3{
	font-size: 25px;
}

.bne-testimonial-heading{
	color: white;
	text-align: center !important;
}

.bne-testimonial-description > h2{
	color: white;
}

.bne-testimonial-slider.flexslider .flex-content{
	padding: 8px 12px 0 !important;
}

.bne-element-container{
	margin-bottom: 10px !important;
}



/*----------------------------------------------------------*\
# Mailchimp for WP Overrides
\*----------------------------------------------------------*/

.mc4wp-form input[type="submit"], .mc4wp-form button, .mc4wp-form input[type="button"] {
    cursor: pointer;
    display: inline-block;
    width: 37%;
	height: 62px;
	margin: 0;
	background-color: black;
	float: left;
	border: none;
	color: white;
	font-size: 16px; font-family:'museo300', helvetica, arial, sans-serif; 
}

.mc4wp-form input[type="text"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="url"], .mc4wp-form input[type="date"], .mc4wp-form textarea, .mc4wp-form select {
    box-sizing: border-box;
    cursor: auto;
    display: block;
    height: auto;
    width: 60%;
    padding: 20px;
    float:left;
    margin-right: 3%;
}

.mc4wp-alert {
    background-color: #fd1203;
    border: 0 solid #fbeed5;
    border-radius: 2px;
    width:100%;
    color: white;
    font-size: 16px; font-family:'museo300', helvetica, arial, sans-serif; 
    text-align: center;
    display: inline-block;
    margin: 4px 2px;
    padding: 10px 15px;
    position: relative;
}


/*----------------------------------------------------------*\
# Mega Posts overrides
\*----------------------------------------------------------*/
/*----------------------------------------------------------*\
	## Mega Posts overrides - Carousel Posts
\*----------------------------------------------------------*/

/* prev next buttons */
.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 5px 15px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #96c41c;
    filter: Alpha(Opacity=100);
    opacity: 1;
    color: white;
    font-size: 25px;
    font-family:'nexa_blackregular', helvetica, arial, sans-serif;
}

/* pagination buttons */
.owl-theme .owl-controls .owl-page span{
	filter: Alpha(Opacity=100);
    opacity: 1;
	background: transparent;
	border: 2px solid white;
}

.owl-page.active span {
background: white !important;
}


/* Remove around Post Type */
.posts_carousel_type1 .owl-item .item {
    padding: 10px;
    margin-top: 20px;
}


/* Remove rounded corners from image and text block in Post Type */
.posts_carousel_type1 .admegaposts-thumbs-container img.megaposts-thumbs {
    border-radius: 0px 0px 0 0;
}

.posts_carousel_type1 .owl-item .item .admp-info-left {
    border-radius: 0 0 0px 0px;
    padding-bottom: 30px;
}


/* Title styles */
.posts_carousel_type1 .owl-item .item .admp-info-left .admp-title {
    font-family:'nexa_blackregular', helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.posts_carousel_type1 .owl-item .item .admp-info-left .admp-title a {
    color: #96c41c;
}

/* Content styles */
.posts_carousel_type1 .owl-item .item .admp-info-left .admp-content {
    font-family:'nexa_bookregular', helvetica, arial, sans-serif;
    color:#666666;
    margin-bottom: 25px;
}

/* Removes date */
.posts_carousel_type1 .owl-item .item .admp-info-left .admp-date {
    display: none;
}

/* Read More button */
.posts_carousel_type1 .admp-read-more {
    text-decoration: none;
    color:white;
    background-color: #96c41c;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family:'nexa_bookregular', helvetica, arial, sans-serif;
}


/*----------------------------------------------------------*\
	## Mega Posts override - POSTS TYPE 3
\*----------------------------------------------------------*/

/* single post wrapper */
.admegaposts .admp-columns-3 {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 14px);
    max-width: calc(33.3% - 14px);
    margin-right: 20px;
    float: left;
}

/* white content box */
.admegaposts.posts_type3 .admp-info-left {
    margin-top: -10px;
    margin-bottom: 30px;
    background-color: white;
}

/* category details */
.admegaposts.posts_type3 .admp-info-left .admp-details {
    margin-bottom: 1px;
    margin-top: 1px;
    display: none;
}

.admegaposts.posts_type3 .admp-details span {
    margin-right: 20px;
    display: inline-block;
    padding: 20px 20px 5px 20px;
}

/* title styles */
.admegaposts.posts_type3 .admp-info-left .admp-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 0 20px;
    padding: 20px 20px 0 20px;
    font-family:'nexa_blackregular', helvetica, arial, sans-serif;
    text-transform: uppercase;
}

.admegaposts.posts_type3 .admp-info-left .admp-title a {
    color: #96c41c;
}

/* Content styles */
.admegaposts.posts_type3 .admp-info-left .admp-content {
    font-family:'nexa_bookregular', helvetica, arial, sans-serif;
    color:#666666;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 0 20px;
}

/* Remove Dates */
.admegaposts.posts_type3 .admp-info-left .admp-date {
    display: none;
}

/* Read More button */
.admegaposts.posts_type3 .admp-info-left .admp-read-more {
    text-decoration: none;
    color:white;
    background-color: #96c41c;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family:'nexa_bookregular', helvetica, arial, sans-serif;
    font-size: 14px;
    margin: 5px 18px 20px 18px;
}


/*----------------------------------------------------------*\
	GOOGLE TRANSLATE override
\*----------------------------------------------------------*/

#glt-translate-trigger {
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 0px;
    z-index: 200002;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'nexa_blackregular', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.25);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3) -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    background: linear-gradient(center top, #96c41c, #96c41c);
    background: -webkit-gradient(linear, center top, center bottom, from(#96c41c), to(#96c41c));
    background: -webkit-linear-gradient(#96c41c, #96c41c);
    background: -moz-linear-gradient(#96c41c, #96c41c);
    background: -o-linear-gradient(#96c41c, #96c41c);
    background: -ms-linear-gradient(#96c41c, #96c41c);
    background: linear-gradient(#96c41c, #96c41c);
    background: -o-linear-gradientcenter (center top, #96c41c, #96c41c);
}

.goog-te-banner-frame {
    display: none;
}





/*----------------------------------------------------------*\
	FILE MANAGER override
\*----------------------------------------------------------*/

ul.b5-breadcrumbs {
    font-size:18px;
}

.b5-menu-bar input.b5-filter-value {
	color:#0f71b8;
}

