/**
* Preferred Partner Rotator
*/
.preferred-partner-rotator{
    width: 100%;
    height: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #8c8c8c;
}
.rotator-overlay{
    background-color: rgba(0,0,0,0.53);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all .8s;
}
.preferred-partner-rotator:hover .rotator-overlay{
    background-color: rgba(0,0,0,0.33);
}
.pp-rotator-item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 55px;
    height: 300px !important;
}
.pp-rotator-item a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.rotator-content{
    display: flex;
    flex-flow: column wrap;
    font-family:"adobe-caslon-pro";
    position: relative;
    background-color:rgba(255,255,255,1);
    padding:20px;
}
.pp-company-name{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #000;
}
.pp-short-company-desc{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}

/**
* Media Queries
*/
@media (max-width: 425px){
    .pp-company-name{
        font-size: 30px;
    }
    ..pp-short-company-desc{
        font-size: 18px;
    }
}

/**
* Preferred Partner Spotlight
*/
.preferred-partner-spotlight{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.preferred-partner-spotlight .rotator-overlay{
    background-color: rgba(0,0,0,0.7);
}
.preferred-partner-spotlight .partner-tag{
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    padding: 4px;
    width: 184px;
    position: absolute;
    right: 19px;
    top: 15px;
    background: #C7512B;
    z-index: 999;
    border-radius: 5px;
    text-align: center;
}
.pp-spotlight-item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 50px 60px 80px 60px;
    display: flex;
    min-height: 345px;
    flex-wrap: wrap;
}
.spotlight-content{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}
.spotlight-company-name{
    font-size: 26px;
    color: #FFF;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 20px 0px;
    position: relative;
}
.spotlight-company-name span{
    position: relative;
    padding-right: 22px;
}
.spotlight-company-name span:after{
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/badge-verified.png) no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.spotlight-short-company-desc{
    font-size: 21px;
    color: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
    line-height: 1.3;
    padding: 0 0 40px 0;
}
.pp-spotlight-item .btn-link{
    border: 1px solid #fff;
    padding: 10px 20px;
    min-width: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    z-index: 2;
    font-size: 18px;
}

/**
* Media Queries
*/
@media (max-width: 425px){
    .pp-spotlight-item{
        padding: 40px 20px;
    }
    .spotlight-company-name{
        font-size: 21px;
    }
    .spotlight-short-company-desc{
        font-size: 16px;
    }
    .pp-spotlight-item .btn-link{
        font-size: 15px;
    }
}

/**
* Subscribe Form
*/
#gform_2 .gform_title{
    display: none;
}
#gform_2 input[type=email]{
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0 3px 15px -2px #ABABAB;
    -webkit-box-shadow: inset 0 3px 15px -2px #ABABAB;
    -moz-box-shadow: inset 0 3px 15px -2px #ABABAB;
    -o-box-shadow: inset 0 3px 15px -2px #ABABAB;
    line-height: 40px;
    padding: 3px 10px;
    font-size: 18px;
    min-width: 375px;
    outline: none;
}
.gform_wrapper #gform_2 div.validation_error{
    border: none;
    font-size: .7em;
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
}
.gform_wrapper #gform_2  li.gfield.gfield_error{
    background-color: transparent;
    margin-bottom: 0!important;
    border: none;
    font-size: 15px;
}
.gform_validation_error #gform_2 div.gform_footer.top_label {
    vertical-align: top;
    top: 11px;
}
#gform_confirmation_message_2{
    line-height: 1.5;
    color: green;
}

/**
* Media Queries
*/
@media (max-width: 1100px){
    #gform_2 input[type=email]{
        min-width: 230px;
    }
}
@media (max-width: 768px){
    #gform_2{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }
    #gform_2 input[type=email]{
        margin-bottom: 10px;
    }
    .gform_wrapper #gform_2 div.gform_footer.top_label{
        max-width: 100%;
    }
}
@media (max-width: 650px){
    .subscribe-text-col .elementor-element-populated{
        padding: 0 !important;
    }
    .gform_wrapper #gform_2 .top_label .gfield_label{
        display: none;
    }
    .gform_wrapper #gform_2 div.gform_footer.top_label{
        max-width: 150px;
        margin-top: 0;
        padding-top: 5px;
    }
    .subscribe-text-col{
        text-align: center;
    }
}
