/*Promos CSS*/

.single-brands .promo-block .promo-link{
    display: none;
}

.post-type-archive-promos .content,
.single-promos .content {
    width: 100%;
    margin: 50px 0 !important;
/*    text-align: center !important;*/
    display: inline-block !important;
    /*    float: none;*/
}

.promo-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    display: flex;
    justify-content: center;
}

.promo-section.product-page {
    padding: 0 0 20px 0;
    /*    text-align: right;*/
    /*    float: right;    */
    display: block;
    text-align: center;
}

.promo-block {
    width: 75%;
    display: inline-block;
    margin: 10px 50px;
    border-radius: 5px;
    transition: 100ms;
}

.promo-block .promo-images {
    /*    float: left;*/
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.promo-block .promo-images .alignleft {
    /*
    text-align: center;
    float: none;
    display: inline-block;
*/
}

.promo-block.grade-1.white {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.promo-block.grade-2.white {
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.promo-block:hover {
    /*    margin: 3px 7px 22px 3px;*/
    /*    transition: 100ms;*/
    -webkit-box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.75);
}

.promo-block ul li {
    list-style-type: none;
}

.promo-block .promo-link,
.promo-block h1 {
    text-align: center;
}

.promo-block .promo-link a {
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
}

.promo-block .promo-link a.promo {
    padding: 15px 25px;
    border-radius: 5px;
}

.promo-block .promo-link .button::before,
.promo-block .promo-link .button::after {
    display: none;
}

.promo-block h1 {
    font-weight: 600;
}


.promo-block .promo-one-thirds,
.promo-block .promo-two-thirds {
    /*    float: left;*/
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.promo-block .promo-one-thirds {
    width: 32%;
}

.promo-block .promo-two-thirds {
    width: 65%;
}

.promo-block .promo-three-thirds {
    padding: 20px;
}

.promo-preview {
    text-align: center;
    margin: 10px;
    padding: 15px;
    -webkit-box-shadow: 8px 8px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 8px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 8px 8px 7px 0px rgba(0, 0, 0, 0.75);
}

/*
.promo-preview .single {
    width: 100%;
    display: block;
    float: left
}
*/

.promo-preview.double,
.promo-preview.single {
    width: 47%;
    float: none;
    display: inline-block;
    width: 47%;
}

.brand-section-title {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    text-decoration: overline;
    font-weight: 700;
}

.product-page {
    width: 100%;
    float: left;
}

.product-page .brand-section-title {
    /*    text-align: right;*/
    padding: 20px;
    margin-top: 0;
    text-decoration: overline;
    font-weight: 700;
}

.product-page .brand-section-block {
    float: left;
    width: 100%;
}

.gmg-promo-preview{
    width: 100%;
    background: #333;
    padding: 15px;
    color: white;
    margin: 10px;
}

.gmg-promo-preview a{
    color: white;
    text-decoration: none;
}

.gmg-promo-preview a:hover {
    color: #eee;
}

.gmg-promo-preview a.button {
    color: #ffffff;
    background-color: #ff6300;
}

.gmg-promo-preview p,
.sidebar .widget .gmg-promo-preview p:last-of-type{
    margin-bottom: 20px;
}

/* Media Queries
---------------------------------------------*/

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {

    .promo-block {
        width: 85%;
        margin: 10px 30px;
        transition: all 2s;
    }
}

@media only screen and (max-width: 896px) {

    .promo-block {
        width:100%;
        margin: 10px 0;
        transition: all 2s;
    }
}

@media only screen and (max-width: 800px) {

    .promo-block .promo-one-thirds,
    .promo-block .promo-two-thirds {
        width: 100%;
    }

    .promo-section {
        padding: 20px;
    }

}

@media only screen and (max-width: 480px) {

    .promo-section {
        padding: 10px;
    }

    .promo-block.half{
        width: 100%;
        margin: 0 0 20px 0;
    }

    .promo-preview.double,
    .promo-preview.single {
        width: 100%;
        display: block;
        /*        float: left*/
    }
}