/*
Theme Name: Reveal Lasers Ltd.
Author: Urge Interactive
Author URI: http://urgeinteractive.com
Description: Custom Theme Developed for Reveal Lasers Ltd.
Version: 2.0
*/

.section-margin {margin: 80px auto;}
.flex-45 .left-col, .flex-45 .right-col {width: 45%; margin: auto; margin-top: 0;}
.flex-center-center {display: flex; justify-content: center; align-items: center; height: 100%;}
.slide-content {margin-bottom: 30px}
section .accordion {background: #212529;color: #fff;cursor: pointer;padding: 18px;width: 100%;max-width: 850px;display: block;border: 1px solid #212529;text-align: left;outline: none;font-size: 1.5rem;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;margin: 1rem auto 0;text-align: center;
}
section .panel {display: none;overflow: hidden;}
section.adva-sec-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 0;
}
section.adva-sec-1 .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.adva-sec-1 .img picture {
    width: 100%;
    height: 100%;
}

section.adva-sec-1 .container {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section.adva-sec-1 .container .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
}
section.adva-sec-1 .container .content h2 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .2em;
    color: #212529;
    text-align: center;
}

section.specs-sec .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}
section.specs-sec .specs .specs-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.specs-sec .specs .specs-img img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

section.specs-sec .specs .specs-wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.specs-sec .specs .specs-wrapper .specs-body {
    padding: 4rem 2rem 3rem;
    width: 100%;
    text-align: center;
}
section.specs-sec .specs .specs-wrapper .specs-body h2 {
    color: #212529;
}
section.drop-sec .acc-sec-1 {
    display: block;
    background: #000;
}
section.drop-sec .acc-sec-1 .acc-sec-1-wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.drop-sec .acc-sec-1 .acc-sec-1-wrapper .acc-sec-1-body {
    padding: 4rem 2rem 3rem;
    width: 100%;
    text-align: center;
}
section.drop-sec .acc-sec-1 .acc-sec-1-wrapper .acc-sec-1-body p {
    color: #fff;
}
section .panel p {
    color: #000;
    margin: 1rem 0;
}
/** REMOVE LOGO FROM SINGLE TREATMER VEGA COMFORT **/
.postid-21 img.device-logo {display: none}



@media screen and (min-width: 1400px){
    section.adva-sec-1 .container {
        padding-top: 0;
        padding-left: 100px;
    }    
}
@media screen and (min-width: 992px){
    section.adva-sec-1 .container {
        padding-left: 50px;
    }
    section.adva-sec-1 .container .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    section.adva-sec-1 .container .content h2 {
        text-align: left;
        font-size: 28px;
        font-weight: 300;
    }
    section.specs-sec .specs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    section.specs-sec .specs .specs-img {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        width: 50%;
    }
    section.specs-sec .specs .specs-wrapper .specs-body {
        margin: 0 auto;
        padding: 4rem 0 3rem;
        text-align: left;
        width: 60%;
    }
    section.drop-sec .acc-sec-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    section.drop-sec .acc-sec-1 .acc-sec-1-wrapper {width: 50%;}
    section.drop-sec .acc-sec-1 .acc-sec-1-wrapper .acc-sec-1-body {margin: 0 auto;text-align: left;width: 60%;}
}

@media only screen and (min-width: 768px){
    section.adva-sec-1 {
        min-height: 900px;
    }
}

@media only screen and (max-width: 768px) {
    .flex-45 .left-col, .flex-45 .right-col {width: 100%; }
    
}