/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:
.slideshow_inner_caption {
    height: 50%;
}*/
#sign-up .gform_wrapper div.validation_error, #sign-up .gform_wrapper .validation_message {
    color: #ffffff !important;
}

.slideshow_inner_caption {
    background: #ffffffb3;
    border-radius: 5px;
    margin: 20px 0px;
    padding: 10px;
}

.home .av_fullscreen {
min-height: 230px;
}

a.avia-button:hover {
   opacity: 0.5;
}

#top .price, #top .price span, #top del, #top ins {
    font-weight: 300;
    color: #F73670;
    font-size: 18px;
}

div.thumbnail_container {
    background-color: #ffffff;
    vertical-align: middle;
    border-radius: 5px;
    height: 271px !important; 
    width: 271px !important; 
    position: relative !important;
    border: 1px solid #dddddd;
}
#featured div.thumbnail_container {
    border: 1px solid #353535;
}
/* centering the thumb image vertically within the frame */
div.thumbnail_container img {  
    max-height: 100% !important;  
    max-width: 100% !important; 
    width: auto !important;
    height: auto !important;
    position: absolute !important;  
    top: 0 !important;  
    bottom: 0 !important;  
    left: 0 !important;  
    right: 0 !important;  
    margin: auto !important;
}

.home .av-image-caption-overlay-center p  {
	font-family: 'jura','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
font-size: 40px;
}

.home .avia-icon-list li {
    padding: 0px;
}
 
.avia-slideshow-button.avia-color-theme-color {
    border-width: 1px !important;
}

#header .mega_menu_title a:hover {
color: #31e0d4 !important;
text-decoration: none !important;
}

/*Yith woo accordian category menu */
.widget_yith_wc_category_accordion ul li a {
    text-decoration: none;
    font-size: 15px;
}
.widget_yith_wc_category_accordion .children li.cat-item {
    margin-left: 30px;
    margin-top: 10px;
    padding-bottom: 0px;
}
.widget_yith_wc_category_accordion ul li ul li {
    padding-top: 0px !important;
    margin-top: 5px !important;
}
.widget_yith_wc_category_accordion ul li ul {
    margin-top: 20px !important;
}
.widget_yith_wc_category_accordion .highlight_cat {
    color: #F83670 !important;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus, .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-minus {
    margin-top: 10px;
}

#top div ul.product_list_widget li a, div ul.product_list_widget li {
    font-weight: normal !important;
    font-size: 14px;
}
#top div ul.product_list_widget li a:hover {
    text-decoration: none;
    opacity: 0.75;
}

#top label {
    font-weight: normal;
}

/* trying to better center the horizontal signup form */ 
#gform_2 {
    max-width: 790px;
}
#gform_wrapper_2  form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    min-width: 125px !important;
    margin-right: 0;
}

/* removing weird space above paypal checkout button */
.wcppec-checkout-buttons__separator {
	margin: 0;
}