/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
/*******************************************************************************
// Elements 
*******************************************************************************/

/*******************************************************************************
// White Box Overlay & Offset 
*******************************************************************************/
.wb-wrapper {
    padding-top:5em;
    padding-bottom:5em;
    z-index:2 !important;
}
.wb-wrapper.wb-right {
    padding-right:5em;
}
.wb-wrapper.wb-left {
    padding-left:5em;
}
.wb-overlay { 
    background-color:#fff;
    padding:8em 3em;
    position:relative;
    z-index:999;
}
.wb-overlay:hover {
    transform: scale(1.05);
}
.wb-overlay.wb-left {
    right:-3em;
    box-shadow:1.5em 1.5em 3em rgba(0,0,0,.1); 
}
.wb-overlay.wb-right {
    left:-3em;
    box-shadow:-1.5em 1.5em 3em rgba(0,0,0,.1); 
}
.wb-overlay a.learnmore {
    background-color:transparent;
    padding:.575em .85em;
    border:1px solid rgb(45, 164, 207);
    font-weight:700;
    font-size:1em;
    letter-spacing:.1em;
    color:rgb(45, 164, 207);
    text-transform:uppercase;
    margin:2em auto 0 auto;
    
}
.wb-overlay a.learnmore:hover {
    background-color:rgba(45, 164, 207, 0.1);
    color:rgb(45, 164, 207);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wb-overlay h2 {
    font-size:1em;
    font-weight:700;
    text-transform:uppercase;
    margin:0;
    line-height:1.1em;
    color:#041C2C;
    font-weight:700;
}
.wb-overlay h2:before {
    content:'|';
    color:#041C2C;
    padding:0 10px;
}
.wb-overlay h2:after {
    content:'|';
    color:#041C2C;
    padding:0 10px;
}
.wb-overlay h3 {
    font-size:3em;
    margin:0;
    padding-bottom:20px;
    color:#2B455D;
    text-transform:uppercase;
    font-weight:300;
}

.wb-overlay p {
    margin:0 0 2em 0;
    font-size:1.25em;
    line-height:1.5em
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .wb-wrapper.wb-right {
        padding-right:0px;
    }
    .wb-wrapper.wb-left {
        padding-left:0px;
    }
    .wb-overlay { 
        padding:5em 2.5em;
    }
    .wb-overlay h2 {
        font-size:1em;
    }
    .wb-overlay h3 {
        font-size:1.5em;
    }
    .wb-overlay p {
        font-size:1.1em;
    }
}

@media screen and (max-width:767px) {
    .wb-reverse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .wb-wrapper {
        padding-top:0px;
        padding-bottom:0px;
    }
    .wb-wrapper.wb-left {
        padding-left:0px;
    }
    .wb-wrapper.wb-right {
        padding-right:0px;
    }
    .wb-overlay {
        border-top: 10px solid #2DA4CF;
        padding:3em;
    }
    .wb-overlay:hover {
        transform: none;
    }
    .wb-overlay.wb-left { 
        right:0em;
    }
    .wb-overlay.wb-right {
        left:0em;
    }
    .wb-overlay p {
        font-size:1.1em;
    }
    .wb-image {
        padding:25% 0;
    }
    .wb-overlay h3 {
        font-size:2.5em;
        line-height:1.1em;
        padding-top:.5em;
    }
    
}

/*******************************************************************************
// Index Slider/Heading Override
*******************************************************************************/
#index-slider {
    height:700px !important;
    max-height:700px !important;
}
#index-slider .fullwidthabanner {
    min-height: 700px !important;
    max-height:700px !important;
}

@media screen and (max-width:1199px) {
    #index-slider {
        height:500px !important;
        max-height:500px !important;
    }
    #index-slider .fullwidthabanner {
        min-height: 500px !important;
        max-height:500px !important;
    }
}
@media screen and (max-width:480px) {
    #index-slider {
        height:400px !important;
        max-height:400px !important;
    }
    #index-slider .fullwidthabanner {
        min-height: 400px !important;
        max-height: 400px !important;
    }
}

/*******************************************************************************
// Technical Specs Table
*******************************************************************************/

.x-tabs.techspecs-panel .x-tabs-list {
    margin:0 0 2em 0 !important;
}

.x-tabs.techspecs-panel .x-tabs-list ul li button, .x-tabs.techspecs-panel .x-tabs-list ul li button.active {
    border: 1px solid;
    border-color:#2DA4CF;
    margin-right:10px;
    font-size:1em;
}
.x-tabs.techspecs-panel .x-tabs-list button[class*="active"] {
    background-color:#2DA4CF;
    color:#fff ;
}

.x-tabs.techspecs-panel .x-tabs-panel {
    border-width:0px;
    border-style: none;
    padding:0px;
    background-color: transparent;
    box-shadow:none;
}
table.techspecs tr.top td {
    border-top:none;
}
table.techspecs tr td {
    font-size:1em;
}
table.techspecs tr td.main {
    color:#2DA4CF;
    text-transform:uppercase;
    font-size:1.5em;
}
table.techspecs tr td.note {
    font-size:.8em;
}

@media screen and (max-width:767px) {
    .x-tabs.techspecs-panel .x-tabs-list ul {
        display:inline-block;
    }
    .x-tabs.techspecs-panel .x-tabs-list ul li {
        display:block;
        float:left;
        margin-top:5px;
    }
   .x-tabs.techspecs-panel .x-tabs-list ul li button, .x-tabs.techspecs-panel .x-tabs-list ul li button.active {
       font-size:.8em;
   }
   table.techspecs tr td {
        font-size:.8em;
    }
   table.techspecs tr td.main {
        font-size:1em;
    }
    table.techspecs tr td.note {
        font-size:.7em;
    }
}

/*******************************************************************************
// Blog Listing / Archive
*******************************************************************************/

body.blog {
    background-color:#fff;
}