/*******************************************************

 *

 * Reviews

 *

 *******************************************************/



/*#wpadminbar { opacity: 0; }

#wpadminbar:hover { opacity: 1; }
*/
html.webkit { margin-top: 0!important; }

::-webkit-scrollbar { width: 0; }



.ip-banner canvas {

    height: 177px;

    min-height: 0;

    background-image: url(../../images/our-firm/banner.jpg)!important;

}



.ip-container #breadcrumbs {

    position: absolute;

    top: -23px;

    left: 0;

    width: 100%;

    max-width: 1510px;

    margin: 0 auto;

    padding: 0 15px;

    right: 0;

    color: #fff;

    font-size: 12px;

    letter-spacing: 0.6px;

}







.ip-container #breadcrumbs span a {

    color: #fff;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition:  0.3s all ease-in-out;

    transition:  0.3s all ease-in-out;

}



.ip-container #breadcrumbs span a:hover {

    color: #85b6e0;

}



.ip-container #breadcrumbs span.breadcrumb_last {

    font-weight: 600;

    color: #fff;

}



#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}



#inner-page-wrapper {

    margin-bottom: 0;

}



.ip-container .footer-contact-us .cu-btn-wrap {

    display: none;

}





.ip-cu-btn-wrap.cu-btn-wrap {

    margin: 0;

    padding: 74px 0 78px;

}



.ip-contact-us .cu-btn-title {

    margin-bottom: 35px;

}







.ip-cu-btn-wrap.cu-btn-wrap:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #236092 url(../../images/our-firm/cta-bg.jpg) no-repeat;

    background-position: center;

    background-size: cover;

    pointer-events: none;

    z-index: -1;

}



.ip-container .footer-contact-us .cu-container {

    padding-top: 114px;

}



.cu-btn-title h2 {

    font-size: 36px;

    line-height: 1.34;

    letter-spacing: 4.32px;

    color: #fff;

    text-transform: uppercase;

    font-family: var(--title-font);

    font-weight: 400;

}



.ip-cu-btn-wrap.cu-btn-wrap {

    margin: 0;

    padding: 74px 0 78px;

}



.ip-contact-us .cu-btn-title {

    margin-bottom: 35px;

}







.ip-cu-btn-wrap.cu-btn-wrap:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #236092 url(../../images/our-firm/cta-bg.jpg) no-repeat;

    background-position: center;

    background-size: cover;

    pointer-events: none;

    z-index: -1;

}



.ip-container .footer-contact-us .cu-container {

    padding-top: 114px;

}



.cu-btn-title h2 {

    font-size: 36px;

    line-height: 1.34;

    letter-spacing: 4.32px;

    color: #fff;

    text-transform: uppercase;

    font-family: var(--title-font);

    font-weight: 400;

}



#rev-wrap{

    padding: 90px 0 0;

}

.rev-contact{

    color:#236192;

    font-size: 22px;

    font-weight: 700;

    letter-spacing: 0.050em;

    margin: 25px 0 0;

}

.rev-contact a{

    text-decoration: underline;

}

.rev-contact a:hover{

    color:#000;

}

#rev-title{}

#rev-title h2{

    font-family: var(--title-font);

    font-size: 40px;

    line-height: 1;

    letter-spacing: 2px;

    color: #236092;

    font-weight: 400;

    text-transform: uppercase;

    padding: 0 0 0 35px;
    position: relative;

}
    
     #rev-title h2:before {
        content: '';
        position: absolute;
        left: 2px;
        top: 0;
        bottom: 4px;
        margin: auto;
        width: 17px;
        height: 33px;
        background: url(../../images/faq/lc-title.png) no-repeat;
        background-size: 100% auto;
    }



#rev-toptext{

    line-height: 30px;

    letter-spacing: 0.050em;

    margin: 20px 0 0;

}



#rev-btns{

    margin: 60px 0 0;

}

#rev-btns h3{

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 0.050em;

    color: #323232;

}

#rev-btns ul{

    display: flex;

    flex-flow: row wrap;

    justify-content: center;

    margin: 30px 0 0;

}

#rev-btns li{

    border-left: 1px solid #d9d9d9;

    width: calc(100% / 7);

    display: flex;

    flex-flow: column wrap;

    align-items: center;

    justify-content: center;

    text-align: center;

    min-height: 62px;

}

#rev-btns li:first-child{

    border-left: 0px solid #000;

}

#rev-btns span{

    font-size: 14px;

    letter-spacing: 0.050em;

    line-height: 18px;

    display: block;

    cursor: pointer;

    font-weight: 400;

    transition: all ease .4s;

    -moz-transition: all ease .4s;

    -webkit-transition: all ease .4s;

}

#rev-btns span.active,

#rev-btns span:hover{

    font-weight: 700;

    color: #236092;

}



#rev-panels{

    margin:  52px auto 0;

    max-width: 1600px;

}

#rev-panels .panel-single{

    display: none;

}

#rev-panels .panel-single.active{

    display: block;

}

#rev-panels .panel-top{}

#rev-panels .panel-title{

    color: #272727;

    font-family: var(--title-font);

    font-size: 26px;

    font-weight: 700;

    letter-spacing: 0.050em;

    text-transform: uppercase;

    margin: 0 0 20px;

}



#rev-panels .panel-text{

    line-height: 30px;

    letter-spacing: 0.050em;

    margin: 20px 0 0;

}



#rev-panels .panel-content{

    padding: 42px 60px 132px;

    margin: 50px 0 0;

    display: flex;

    flex-flow: row wrap;

    align-items: flex-start;

    justify-content: space-between;

    background: url(../../images/reviews/rev-accent.png) top center repeat-y;

    background-size: 100% auto;

    background-attachment: fixed;

}



#rev-panels  .panel-col{

    width: calc(50% - 15px);

}

#rev-panels  .panel-col:nth-child(even){}



#rev-panels  .panel-col .rev-single{

    background: #236092;

    color: #fff;

    margin: 35px 0 0;

    padding: 69px 64px 50px 90px;

    float: left;

    font-size: 14px;

    line-height: 24px;

    letter-spacing: 0.050em;

}

#rev-panels  .panel-col .rev-single:first-child{

    margin: 0 0 0;

}

#rev-panels  .panel-col:nth-child(even) .rev-single:nth-child(odd),

#rev-panels  .panel-col:nth-child(odd) .rev-single:nth-child(even){

    background: #dedede;

    color:#272727;

}

#rev-panels .rev-single .rev-stars{

   

    

    max-width: 620px;

    width: 100%;

    margin: 0 auto;

}

#rev-panels .rev-single .rev-stars-single{

    display: none;

}

#rev-panels  .panel-col:nth-child(even) .rev-single:nth-child(odd) .rev-stars,

#rev-panels  .panel-col:nth-child(odd) .rev-single:nth-child(even) .rev-stars{

    filter: brightness(1) invert(0);

    -webkit-filter: brightness(1) invert(0);

}

#rev-panels .rev-single .rev-stars-full{}

#rev-panels .rev-single .rev-content{

    margin: 55px 0 0;

    font-style: italic;

}

#rev-panels .rev-single .rev-bottom{

    display: flex;

    flex-flow: row wrap;

    align-items: center;

    justify-content: space-between;

    margin: 50px 0 0;

}

#rev-panels .rev-single .rev-author{

    color: #94bad9;

    width: calc(100% - 230px);

}

#rev-panels  .panel-col:nth-child(even) .rev-single:nth-child(odd) .rev-author,

#rev-panels  .panel-col:nth-child(odd) .rev-single:nth-child(even) .rev-author{

    color: #7b7b7b;

}

#rev-panels .rev-single .rev-author h3{

    font-size: 16px;

    font-family: var(--title-font);

    font-style: normal;

    letter-spacing: 0.050em;

    color:#fff;

}

#rev-panels  .panel-col:nth-child(even) .rev-single:nth-child(odd) .rev-author h3,

#rev-panels  .panel-col:nth-child(odd) .rev-single:nth-child(even) .rev-author h3{

    color: #272727;

}

#rev-panels .rev-single .rev-complogo{

    max-width: 220px;

}

#rev-panels .rev-single .rev-complogo img {

    max-width: 75%;

    float: right;

}

/*.cu-form-title span {

    font-size: 26px;

    letter-spacing: 0.120em;

    font-family: var(--title-font);

    text-transform: uppercase;

}*/

/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/



@media only screen and (max-width: 1440px){

    #rev-panels .panel-content {

        padding: 42px 40px 132px;

    }

    #rev-panels .panel-col .rev-single {

        padding: 69px 40px 50px 60px;

    }

}



@media only screen and (max-width: 1366px) {}



@media only screen and (max-width: 1280px) {}



 

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 

@media only screen and (max-width: 1199px) {

    #rev-btns span {

        font-size: 13px;

        letter-spacing: 0.020em;

        line-height: 16px;

    }



    #rev-panels .panel-content {

        padding: 42px 25px 132px;

        background-attachment: scroll;

    }

    #rev-panels .panel-col .rev-single {

        padding: 69px 25px 50px 35px;

    }

    #rev-panels .rev-single .rev-complogo {

        max-width: 170px;

    }

    #rev-panels .rev-single .rev-author {

        width: calc(100% - 180px);

    }

} 



/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 

@media only screen and (max-width: 991px) {

    #rev-panels .rev-single .rev-stars-full{

        display: none;

    }

    #rev-panels .panel-content {

        padding: 42px 15px 132px;

    }

    #rev-btns ul {

        justify-content: space-evenly;

    }

    #rev-btns li:first-child,

    #rev-btns li {

        border: 1px solid #d9d9d9;

        width: calc((100% / 4) - 20px);

        margin: 10px 0;

    }

    #rev-btns span{

        width: 100%;

        padding: 10px 0;

    }

    #rev-panels .panel-col {

        width: 100%;

        margin: 35px 0 0;

    }



    #rev-panels .panel-col:first-child{

        margin: 0 0 0;

    }

    #rev-panels .panel-col .rev-single{

        text-align: center;

        padding: 40px 20px 30px;

        float: none;

    }

    #rev-panels .rev-single .rev-stars-single {

        display: block;

        margin: 0 auto;

        width: 100%;

        max-width: 160px;

    }

    #rev-panels .rev-single .rev-bottom {

        flex-flow: column wrap;

        align-items: center;

        justify-content: center;

        margin: 50px 0 0;

    }

    #rev-panels .rev-single .rev-complogo {

        max-width: 220px;

        margin: 25px 0 0;

    }

} 



/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 

@media only screen and (max-width: 767px) {

    #rev-btns li:first-child, #rev-btns li {

        width: calc((100% / 3) - 20px);

    }

}



/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 

@media only screen and (max-width: 480px) {

    #rev-btns ul {

        justify-content: center;

        flex-flow: column wrap;

        align-items: center;

    }

    #rev-btns li:first-child,

    #rev-btns li {

        width: 100%;

        max-width: 170px;

    }

}

