/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.color_swatches_description {visibility:hidden;opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;}
.color_swatches:hover .color_swatches_description {visibility: visible; opacity:1;
    z-index: 9999;
    position: absolute;
    background: #000000ad;
    width: 353px;
    text-align: center;
    left: -91px;
    bottom: -90px;
    color: white;
    font-weight: bold;
   transition: visibility 0s, opacity 0.5s linear;
    padding: 10px;}
    
.color_swatches {
    margin-bottom: 3rem;
    position: relative;
}

.color_swatches:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.color_swatches_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.color_swatches_img img {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .8);
    max-width: auto;
    width: 100%;
    height: 100%;
}

.color_swatches_names {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 3rem;
}

.color_swatches_names table {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.color_swatches_text{
        text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.single-product #primary{
    display:none;
}

.single-product #content{
    background:#fcfcfc;
}




/*woof product filter*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: white;
    background-color: black;
    border-radius: 0;
    float: left !important;
    padding: 10px 20px 5px 20px;
}
.wc_product_filter {
    margin-bottom: 4rem;
}
.woof_submit_search_form_container {
    text-align: center;
}
.wc_product_filter h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.12em!important;
    margin-bottom: 11px!important;
    font-size: 1.2em!important;
}
.show-filter {
    display: none;
    width: 100%;
}
.woof_redraw_zone .checkbox {
    border-radius: 35px;
}

.woof_color_term {
    width: 49px;
	height: 49px;}

.wc_product_filter .woof_list label {
    padding-top: 15px;
}
.woof_list.woof_list_color {
    max-height: 256px;
    overflow: hidden;

    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.show-more .woof_list.woof_list_color {
    max-height: 1500px;
}
.woof_container_inner a,
.woocommerce-pagination .page-numbers a {
    color: black;
    font-size: 3rem;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    display: none;
}
.summary .stock.out-of-stock {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 30px;
}


.woof_list.woof_list_color {
    max-height: 100%;
    }

.woof_open_hidden_li_btn{
font-size: 17px !important;
text-transform: capitalize;
background: #000;
padding: 6px 15px 8px 15px;
color: #fff !important;
border-radius: 0 0px;
  }  



/*event plugin css*/
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
    text-transform: none;
    color: black;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    display: none;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p {
    display: none
.eventon_entry_content .evcal_evdata_img {
    # MG this vh style seems to scale portrait images strangely
    #height: 25vh;
    #height: 45vh;
    # MG reverting this edit for landscape style event image
    #height:500px;
    #background-position: center center;

    # For ISSE event
    width:100%;
    height:300px;
}