/*
 Theme Name:   Tier Shop Child Theme
 Theme URI:    http://demos.hexater.com/tier-shop
 Description:  Tier Shop - Premium Wordpress Theme
 Author:       Hexater
 Author URI:   http://www.hexater.com
 Template:     hexater-tier-shop
 Version:      1.0.1
 Text Domain:  hexater-tier-shop
*/

h1 {
    font: 32px/125% 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-weight: 700;
}

h2 {
    font: 26px/125% 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-weight: 700;
}

h2.headline {
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}

.callout h2 {
    font-size: 36px;
}

h3 {
    font: 22px/125% 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-weight: 700;
}

h4 {
    font: 20px/125% 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-weight: 700;
}

h5 {
    font: 16px/125% 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-weight: 700;
}

h6 {
    font: 16px/125% 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-weight: 700;
}

img.aligncenter,
img.alignleft,
img.alignright {
    display: block;
}

img.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    img.alignleft {
        float: left;
        margin: 0 20px 0 0;
    }

    img.alignright {
        float: right;
        margin: 0 0 0 20px;
    }
}

/* header */

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.navbar {
    box-shadow: 0 0 3px 2px rgba(204, 204, 204, 0.27);
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-default .navbar-nav > li > a {
    font-size: 12px;
}

.nav > li > a {
    padding: 10px;
}

.navbar-header {
    width: 30%;
}

.navbar-default .navbar-collapse {
    width: 70%;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 40%;
    }
    .navbar-default .navbar-collapse {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .navbar-header {
        width: 20%;
    }
    .navbar-default .navbar-collapse {
        width: 80%;
    }
}

.regular-font {
    font-weight: 400;
}

/* hero */

.hero {
    height: auto;
    min-height: 500px;
}

.hero img {
    display: block;
    margin: 0 auto;
}

/* callout section */

.callout .btn.btn-primary {
    background-color: #252525;
    border: none;
    text-decoration: none;
    float: right;
    cursor: pointer !important;
    z-index: 99999;
}

.callout .btn.btn-primary:hover, .callout .btn.btn-primary:active {
    background-color: #3d3d3d;
    border: none;
    text-decoration: none;
}

.callout .col-md-7 {
    padding-left: 40px;
}

/* courses section */

body.page-template-page-zoom section.courses {
    background-color: transparent;
    color: #242424;
}

section.courses p {
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    max-width: 80%;
}

section.courses .title {
    margin-bottom: 60px;
}

section.courses h3 {
    color: #fff;
    font-size: 18px;
}

section.courses img {
    margin: 20px auto 5px;
    max-width: 80px;
}

body.page-template-page-zoom section.courses img {
    filter: invert(30%);
}

body.page-template-page-zoom section.courses h2,
body.page-template-page-zoom section.courses h3 {
    color: #242424;
}

section.courses .btn-primary, section.courses .btn-primary:visited,
section.order-cta .btn-primary, section.order-cta .btn-primary:visited {
    background-color: #02b3e4;
    border-color: #02b3e4;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 50px;
    color: #fff;
}

section.courses .btn-primary:hover, section.courses .btn-primary:active,
section.order-cta .btn-primary:hover, section.order-cta .btn-primary:active {
    background-color: #02a9d7;
    border-color: #02a9d7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 50px;
    color: #fff;
}

section.courses .col-md-2 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    section.courses .col-md-2 {
        width: 20%;
        margin-bottom: 10px;
    }
}

/* believe section */

.believe {
    background-color: #02b3e4;
    padding: 60px 0;
}

.believe h2 {
    color: #fff;
    font-size: 36px;
}

section.believe .title {
    margin-bottom: 60px;
}

.believe h2:after {
    border: 2px solid #ffffff;
}

.believe h2:after {
    content: ' ';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
}

.believe p {
    color: #fff;
}

/* clients section */

.clients .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.btn-row {
    margin-top: 40px;
}

section.footbar .navbar-nav a:visited {
    color: #02b3e4;
}

footer p {
    text-align: center;
}

footer .copyright {
    float: none;
}

.fields-row {
    margin-bottom: 20px;
}

.fields-row .col-sm-4 {
    margin-bottom: 6px;
}

section.footwidgs {
    padding-bottom: 80px;
}

section.footwidgs input {
    margin-left: 0;
}

.wpcf7-form .btn-primary, .wpcf7-form .btn-primary:visited {
    background-color: #02b3e4;
    border-color: #02b3e4;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 50px;
    color: #fff;
}

.wpcf7-form .btn-primary:hover, .wpcf7-form .btn-primary:active {
    background-color: #02a9d7;
    border-color: #02a9d7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 50px;
    color: #fff;
}

section.footwidgs ul {
    padding-left: 20px;
}

section.footwidgs ul li {
    padding-left: 5px;
}


ul li.phone:before {
    font-family: 'FontAwesome';
    content: '\f095';
    margin:0 5px 0 -15px;
    font-size: 18px;
    padding-right: 5px;
}

section.footwidgs ul li.email:before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin:0 5px 0 -16px;
    font-size: 15px;
    padding-right: 5px;
}

section.footwidgs ul li.address:before {
    font-family: 'FontAwesome';
    content: '\f041';
    margin:0 5px 0 -15px;
    font-size: 20px;
    padding-right: 5px;
}

/* Home page overlays, a la Wedding Bells */

.offer-boxes {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: center;
 }

.offer-boxes > div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: 100%;
}

body.page-template-page-zoom .offer-boxes > div {
    height: auto;
}

.offer-boxes .content h3 {
    display: none;
}

.has-overlay {
    position: relative;
    height: 100%;
}

.overlay {
    margin-bottom: 45px;
    padding: 0 20px;
}

section.courses .overlay p {
    text-align: left;
    font-size: 15px;
    max-width: 100%;
}

body.page-template-page-zoom .overlay {
    display: block;
    background-color: transparent;
    color: #242424;
    position: static;
    opacity: 1;
}

body.page-template-page-zoom .overlay p {
    color: #242424;
}

@media screen and (min-width: 992px) {
    .offer-boxes {
        flex-direction: row;
        height: 320px;
    }

    body.page-template-page-zoom .offer-boxes {
        height: auto;
    }

    .offer-boxes > div {
        flex-direction: column;
    }

    body.page-template-page-zoom .offer-boxes > div {
        flex-direction: column-reverse;
    }

    .offer-boxes .content h3 {
        display: block;
    }

    .overlay {
        opacity: 0;
        background-color: rgba(2, 179, 228, .85);
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 30px 20px;
        z-index: 2;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
        overflow: hidden;
    }

    .has-overlay:hover .overlay,
    .has-overlay:focus .overlay,
    .has-overlay:active .overlay {
        opacity: 1;
        cursor: pointer;
    }

    .has-overlay:hover .content,
    .has-overlay:focus .content,
    .has-overlay:active .content {
        display: none;
    }


    body.page-template-page-zoom .has-overlay:hover .content,
    body.page-template-page-zoom .has-overlay:focus .content,
    body.page-template-page-zoom .has-overlay:active .content {
        display: block;
        pointer-events: none;
    }

    .content h3 {
        display: block;
    }

}

.order-cta {
    background-color: #252525;
    color: #fff;
    padding: 60px 0;
}

.order-cta h2 {
    margin-top: 20px;
    font-size: 36px;
}

@media screen and (min-width: 768px) {
    .order-cta > .container > .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .order-cta h2 {
        margin-top: 0;
    }
}

.snippet {
    background-color: #252525;
    color: #fff;
    padding: 60px 0;
}

.snippet p {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.snippet p span {
    font-weight: 700;
}


.snippet h2 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .snippet > .container > .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .snippet h2 {
        margin-top: 0;
    }
}