/*
 Theme Name:   Progress 2016E			
 Theme URI:    //udlx.co
 Description:  UDLX
 Author:       Jeff Brown
 Author URI:   //udlx.co
 Template:     Divi
 Version:      .01
*/


/* global --------------------------------- */

#logo {
    max-height: 112%;
}
/*--------*/
.et_pb_promo_description h2 {
    color: white;
    display: inline-block;
    clear: both;
    float: none;
    padding: 20px 10%;
    font-size: 3vw; 
    background: rgba(26, 26, 136, .8);
}

.et_pb_row.et_pb_row_0.et_pb_row_fullwidth {
    min-height: 60vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
}

@media all and (max-width: 750px) {

    .et_pb_promo_description h2 {
        font-size: 6vw
    }
}

@media all and (max-width: 500px) {

    .et_pb_promo_description h2 {
        font-size: 7vw
    }
    .et_pb_row.et_pb_row_0.et_pb_row_fullwidth {
        background-size: 150%;
    }
}

.et_pb_promo_button.et_pb_button {
    background: rgba(26, 26, 136, 1);
    border: 1px solid white;
}

/* -------------- */
.home #main-content .container:before {
    display: none
}


.woocommerce-product-gallery__image {
    border: 1px solid #bcbcbc 
}
.woocommerce-Tabs-panel h2:first-child {
    display: none
}

.product_meta {
    opacity: 0
}

#color {
    font-size: 1.2em;
}
td.label {
    display: none
}
/* shop page ----------------------------- *
.woocommerce div.product p.price *,
.woocommerce div.product p.price,
.woocommerce div.product .product_title {
    float:  left;
    display: inline;
    font-size: 50px!important;
}
.woocommerce div.product p.price {
    display: inline-block;
    float: none;
    margin: 2% 5%;
    color: white;
    background: rgba(180,40,40,1);
    border-radius: 10px; 
    transform: rotate(-15deg);
}
.woocommerce div.product .product_title {
    font-weight: bold
}
.woocommerce div.product p.price span.amount {
    padding: 20px;
    font-size: .7em!important;
}
*/
.woocommerce div.product .product_title {
    font-weight: bold;
    font-size: 4em ;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    text-align: center;
}
/* footer ----------------------- */

#text-2 h2,
#text-3 * {
color: #ffffff;
}

#footer-bottom {
display: none}



