/*
 Theme Name:   Launch Pages
 Description:  A marketing focused child theme for Layers : http://www.launchpages.co
 Author:       Launch Pages
 Template:     layerswp
 Version:      1.0.0
 License:      GPL 2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
**Table of contents**

    1. Body
    2. Links
    3. Backgrounds
    4. Navigation
    5. Header 
    6. Headings
    7. Spacing
    8. Buttons
    9. Lists
    10.Overlays
    11.Form Elements
    12.Boxes
    13.Effects
    14.Menu Widget
    15.Footer
    16.Blog
    17.Media Queries
 
*/
/*---------------------------*/
/*- MAIN CSS ----------------*/
/*---------------------------*/
/*---------------------------*/
/*- 1 BODY  -------*/

body {
    color: #232732;
}
/*---------------------------*/
/*- 2 LINKS -------*/

a {
    text-decoration: none;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.green {
    color: #49a09d
}
.white {
    color: #fff
}
/*---------------------------*/
/*- 3 BACKGROUNDS  -------*/

.grad-bg-blue {
    background: linear-gradient(303deg, #3ec7a3, #3ec1dd, #57a8e9, #57e9cf);
    background-size: 800% 800%;
    -webkit-animation: gradbg 30s ease infinite;
    -moz-animation: gradbg 30s ease infinite;
    animation: gradbg 30s ease infinite;
}
@-webkit-keyframes gradbg {
    0% {
        background-position: 0% 9%
    }
    50% {
        background-position: 100% 92%
    }
    100% {
        background-position: 0% 9%
    }
}
@-moz-keyframes gradbg {
    0% {
        background-position: 0% 9%
    }
    50% {
        background-position: 100% 92%
    }
    100% {
        background-position: 0% 9%
    }
}
@keyframes gradbg {
    0% {
        background-position: 0% 9%
    }
    50% {
        background-position: 100% 92%
    }
    100% {
        background-position: 0% 9%
    }
}
.fade-bg {
    opacity: 0.5
}
.clip-top-left {
    -webkit-clip-path: polygon(0 31%, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 31%, 0 100%, 100% 100%, 100% 0);
}
.clip-top-right {
    -webkit-clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 11%);
    clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 11%);
}
.clip-btm-left {
    -webkit-clip-path: polygon(0% 0%, 0 88%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0 88%, 100% 100%, 100% 0%);
}
.clip-btm-right {
    -webkit-clip-path: polygon(0% 0%, 0 100%, 100% 88%, 100% 0%);
    clip-path: polygon(0% 0%, 0 100%, 100% 88%, 100% 0%);
}
.clip-left {
    -webkit-clip-path: polygon(0% 0%, 25% 99%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 25% 99%, 100% 100%, 100% 0%);
}
.clip-right {
    -webkit-clip-path: polygon(0% 0%, 0 100%, 85% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0 100%, 85% 100%, 100% 0%);
}
.fixed-bg {
    background-attachment: fixed;
}
/*---------------------------*/
/*- 4 NAVIGATION  -------*/

.header-site .nav-horizontal ul li a {
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    text-transform: none;
    padding: 0 10px 0 10px;
}
.header-site .nav-horizontal ul li a:hover,
.header-site .nav-horizontal ul li.current-menu-item a {
    font-weight: 300;
}
.header-site .nav-horizontal > ul > li {
    margin-top: 15px;
    padding: 5px;
}
.nav li > .sub-menu {
    border: 0;
    border-top: 1px #eef5f9 solid;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
}
.nav li:hover > .sub-menu {
    top: 100%;
    z-index: 10;
}
.sub-menu li {
    width: auto;
    min-width: 220px
}
.nav li .sub-menu .sub-menu,
.nav li:hover > .sub-menu .sub-menu {
    left: 100%;
    border-top: 0;
}
.header-site .nav-horizontal ul li ul li a {
    text-transform: none;
    line-height: normal;
    border-top-width: 0;
    margin-top: 0;
    color: #eef5f9;
    padding: 12px 15px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
.sub-menu li a:hover {
    background: #37C3C2;
}
.header-site.invert .sub-menu li a:hover {
    background: #37C3C2;
    color: #fff;
}
/* Menu Highlight Button */

.highlight-button {
    background: rgb(169, 169, 169); 
    background: rgba(169, 169, 169, 0.4);
    border-radius: 3px;
}
/*---------------------------*/
/*- 5 HEADER -------*/

.custom-logo-link img {
    margin-top: 10px;
    margin-left: 50px;
}
/*---------------------------*/
/*- 6 HEADINGS  -------*/

.section-title.large .heading {
    font-size: 4.8rem;
    line-height: 6rem;
    letter-spacing: 0.5rem;
    font-weight: 300;
}
.section-title.large .excerpt p {
    margin: 40px 0 20px 0;
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    font-weight: 300;
}
.heading-x-large .heading {
    font-size: 7.5rem;
    line-height: 8rem;
    letter-spacing: 1rem;
    font-weight: 600;
}
.heading-x-large .excerpt p {
    margin-top: 1.5rem;
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: 0.5rem;
    font-weight: 400;
}
.sub-head-lrg .heading {
    margin: 0 0 4.5rem 0;
    font-size: 3.2rem;
    line-height: 5rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
}
.sub-head-lrg .excerpt p {
    margin: 2.5rem 0 2.5rem 0;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.5rem;
    font-weight: 400;
}
.sub-head-sml .heading {
    margin: 1rem 0 1rem 0;
    font-size: 1.5em;
    letter-spacing: 1rem;
    font-weight: 400;
}
.sub-head-sml .excerpt p {
    margin: 1rem 0 1rem 0;
    font-size: 1.3em;
    letter-spacing: 0.5rem;
    font-weight: 400;
}
.heading-bold .heading,
.heading-ty-border .heading {
    font-size: 4rem;
    line-height: 4.5rem;
    letter-spacing: 0.5rem;
    font-weight: 900;
}
.heading-bold .excerpt p,
.heading-ty-border .excerpt p {
    margin: 2rem 0 2rem 0;
    font-size: 1.2em;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
}
.heading-ty-border:after {
    height: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: .5rem;
    background: #2E928A;
    border: 1px solid white;
    content: '';
}
.simple-head .heading {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
}
.sub-head-lrg .excerpt p,
.simple-head .excerpt,
.simple-head .excerpt p,
.simple-head-tight .excerpt p {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    font-weight: 300;
}
.flow .heading {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-weight: 700;
}
.flow .excerpt p {
    margin-top: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 100;
}
.testimonial-heading .heading {
    margin: 2rem 0 2rem 0;
    font-size: 2.2rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
    font-style: italic;
}
.testimonial-heading .excerpt p {
    margin: 2rem 0 2rem 0;
    font-size: 1em;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
}
.price-box {
    background: #ECF1F5;
    color: #222;
    font-size: 2rem;
    padding: 30px 0 30px 0;
    letter-spacing: 1rem;
    line-height: 4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.price-box-number {
    background: #ECF1F5;
    color: #222;
    font-size: 3rem;
    padding: 10px 0;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pricing-box .heading,
.pricing-box-short .heading {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
    padding: 20px 0;
}
.pricing-box .excerpt p,
.pricing-box-short .excerpt p {
    margin: 4rem 0 4rem 0;
    font-size: 2.6em;
    line-height: 5rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
}
.pricing-box-short .heading {
    line-height: 3rem;
}
.pricing-box-short .excerpt p {
    margin: 1rem 0 0.1rem 0;
}
.pricing-box ul {
    list-style: none;
    padding-bottom: 30px;
}
.pricing-box li {
    padding: 8px;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
.pricing-box li:after {
    height: 1px;
    display: block;
    width: 100%;
    padding-bottom: 1px;
    margin-top: 10px;
    background-color: #444;
    background-color: rgba(221, 221, 221, 0.1);
    content: '';
}
.rounded-box-heading .heading {
    font-size: 1.8em;
    line-height: 5rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
    margin: 0 0 0 0;
}
.bio .heading {
    margin: 1rem 0 1rem 0;
    font-size: 2.2em;
    letter-spacing: 1.5rem;
    font-weight: 400;
}
.bio .excerpt p {
    margin: 1rem 0 1rem 0;
    font-size: 1.2em;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
}
.bio h2 {
    color: #a9a9a9;
    margin: 1rem 0 1rem 0;
    font-size: 1.4em;
    line-height: 4rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
}
.form-header .heading {
    background: #E7F6F6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 2rem;
    letter-spacing: 0.3rem;
    line-height: 3rem;
    padding: 20px;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.notes .heading {
    font-size: 1.5em;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-style: italic;
}
.notes .excerpt p {
    font-size: 1.9em;
    letter-spacing: 0.1rem;
    font-weight: 700;
    font-style: italic;
}
.tiny-text {
    font-size: 0.4em;
    letter-spacing: 0.1rem;
    font-weight: 300;
}
.duration {
    font-size: 0.8em;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #FF6861;
}
.quote .heading {
    font-size: 1.9em;
    letter-spacing: 0.1rem;
    font-style: italic;
    font-weight: 500
}
.quote .excerpt p {
    margin: 3rem 0;
    font-size: 1.0em;
    letter-spacing: 0.6rem;
    font-weight: 300;
    text-transform: uppercase
}
.checklist .heading {
    padding: 30px 0 0 44px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.6rem;
    font-weight: 400;
}
.checklist .excerpt,
.checklist .excerpt p {
    padding: 10px 25px 0 25px;
    ;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
}
.wide .excerpt p {
    line-height: 5rem;
}
/*---------------------------*/
/*- 7 SPACING -------*/

.btm-margin-lrg .excerpt {
    margin-bottom: 8rem
}
/*---------------------------*/
/*- 8 BUTTONS  -------*/

.button {
    padding: 15px 25px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.3rem;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}
.grad-btn-cta .button,
.grad-btn-white .button {
    padding: 15px 45px !important;
    font-size: 1.3rem !important;
    letter-spacing: 0.4rem;
}
.grad-btn-white .button {
    background: #fff;
    color: #333;
}
.laptop .button {
    padding: 25px 45px;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
.link-btn .button,
.link-btn-white .button {
    background: none;
    text-decoration: none;
    font-size: 1.9rem;
    letter-spacing: 0.3rem;
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-transform: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.link-btn-white .button {
    color: #fff;
}
.link-btn .button:hover,
.link-btn-white .button:hover {
    font-weight:900;
    background: none;
}
.link-btn .button:after,
.link-btn-white .button:after {
    height: 1px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5rem;
    background: #fff;
    border: 0 solid white;
    content: '';
}
.pricing-box .button,
.pricing-box-short .button {
    letter-spacing: 0.2rem;
    margin: 20px 0 40px 0;
}
.wide-btn .button {
    width: 100%
}
.small-btn .button {
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    letter-spacing: 0.5rem;
}
.buy-btn,
.buy-btn-highlighted {
    border: 1px solid #ddd;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    margin: 10px 0 10px 0;
}
.buy-btn-highlighted {
    background: #464747;
    color: #fff;
}
.buy-btn-highlighted:hover,
.buy-btn-highlighted a:hover {
    background: #fff;
    color: #464747;
}
.buy-btn-highlighted a {
    color: #fff;
}
.buy-btn:hover,
.buy-btn a:hover {
    background: #464747;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.buy-btn input[type="radio"],
.buy-btn-highlighted input[type="radio"] {
    margin: 0 15px 0 5px;
    vertical-align: middle;
}
.slider-heading .button {
    line-height: 1.8rem;
    letter-spacing: 0.4rem;
}

/* Class to trigger popup on button using Hustle */

.hustle-popup .button{
/*empty on purpose */
}

/*---------------------------*/
/*- 9 LISTS  -------*/

.media.medium .excerpt ul,
.media.medium .excerpt ol {
    margin: 0;
}
.hor-list ul {
    list-style-type: none;
    margin: 0;
}
.hor-list li,
.hor-list li a,
.hor-list-wide li,
.hor-list li-wide a {
    display: inline;
    background: #28bebd;
    padding: 8px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 10px 5px;
}
.hor-list-wide li,
.hor-list li-wide a {
    padding: 15px 25px;
    font-size: 1.5rem
}
.list-default li,
.basic-list li {
    background: url('assets/images/checkmark-white.png') no-repeat 1px 30px;
}
.basic-list-dark li,
.list-default-dark li {
    background: url('assets/images/checkmark-dark.png') no-repeat 1px 30px;
}
.basic-list li,
.basic-list-dark li {
    font-size: 1.8rem;
    padding: 10px 0 10px 50px;
    margin: 10px 0 10px 0;
}
.list-default li,
.list-default-dark li {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 30px 0 10px 70px;
    margin: 10px 0 10px 0;
}
.list-default li:after {
    height: 1px;
    display: block;
    width: 90%;
    padding-bottom: 1px;
    margin-top: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.module-list li {
    background: #1d2026 url('assets/images/arrow.png') no-repeat 15px 25px;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 20px 20px 20px 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 30px 0 30px 0;
}
.feature-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 30px;
}
.feature-list li {
    background-color:#fff;
    background: url('assets/images/list.png') no-repeat no-repeat 15px 14px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    color: #7a7a7a;
    padding: 15px 40px 15px 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto 20px;
    align-items: center;
    list-style-type: none;
}
.numbered-list {
    margin: 0;
    padding: 0;
}
.numbered-list ol {
    list-style-type: none;
}
.numbered-list li {
    counter-increment: step-counter;
    background: #e7f5f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 20px 10px 5px 20px;
}
.numbered-list li::before {
    content: counter(step-counter);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    background: rgb(169, 169, 169); /* Fallback for older browsers without RGBA-support */
    background: rgba(169, 169, 169, 0.4);
    width: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 38px;
    padding-left: 2px;
    margin-right: 10px;
    text-align: center;
    height: 40px;
    font-size: 20px;
    display: inline-block;
}
.simple-list ul {
    padding: 0;
    margin: 0 0 0 0;
}
.simple-list li {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    padding: 0 0 15px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
    list-style-type: none;
}
.simple-list li:after {
    height: 1px;
    display: block;
    width: 90%;
    margin-top: 1.5rem;
    margin-bottom: 0.2rem;
    background: #e8e8e8;
    border: 0 solid white;
    content: '';
}
.numbered-list li:nth-child(odd) {
    background: #EEF5F9;
}
/*---------------------------*/
/*- 10 MEDIA OVERLAYS -------*/

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.laptop {
    display: block;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    text-align: center;
}
.laptop .laptop__video {
    display: block;
    left: 14.5%;
    position: absolute;
    top: 11.6%;
    width: 71.1%;
}
.laptop .laptop__video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
/* Play button overlay */

.image-wrapper img {
    height: 100%;
    width: 100%;
}
.img-button a {
    background: url('assets/images/play-light.png') no-repeat 20px 15px;
    position: absolute;
    text-align: center;
    color: white;
    border: solid 6px white;
    z-index: 1;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    top: 30%;
    left: 40%;
}
/* Image Number Overlay */

.image-wrapper .image-overlay .content {
    background: #ddd;
    position: absolute;
    top: 12%;
    left: 95%;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -45px;
    font-size: 1.2rem;
}
.image-wrapper:hover .image-overlay {
    display: block;
}
/*---------------------------*/
/*- 11 FORM ELEMENTS  -------*/

input[type=text],
input[type=email],
input[type=password],
input[type=url] {
    max-width: 100%;
    height: 50px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: 1.7rem;
    color: #868686;
    font-weight: 100;
    letter-spacing: 0.2rem;
}
input[type=textarea],
.wpcf7-form textarea {
    max-width: 100%;
    padding: 32px 30px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.7rem;
    color: #868686;
    font-weight: 100;
    letter-spacing: 0.2rem;
}
input[type=submit],
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    font-weight: 500;
    padding: 15px 35px;
    width: 100%;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.form-submit input[type="submit"] {
    font-size: 1.8rem;
}
input.search-submit {
    font-size: 1.3rem;
    font-weight: 300;
    padding: 10px;
    margin: 10px 0;
}
input.search-field {
    background: #fff;
    border: 1px solid #ddd;
    margin-right: 2px;
    border-radius: 2px;
}
label {
    font-weight: 300;
}
/* WPCF7 */

.wpcf7-form input[type="text"],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=search],
.wpcf7-form input [type=password],
.wpcf7-form input[type=number],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    max-width: none
}
.wpcf7 select,
select {
    max-width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    margin: 10px 0;
    font-size: 1.5rem;
    color: #444;
    font-weight: 100;
    letter-spacing: 0.2rem;
}
/* Custom Checkbox & Radio button */

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #28BEBD;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}
/*---------------------------*/
/*- 12 BOXES  -------*/

.feature-box .heading {
    margin: 0 0 4.5rem 0;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.2rem;
    font-weight: 700;
}
.feature-box .heading:after {
    height: 1px;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    background: #fff;
    border: 0 solid white;
    content: '';
}
.feature-box .excerpt p {
    margin: 2.5rem 0 2.5rem 0;
    font-size: 2.1rem;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
    font-weight: 300;
    padding: 0 50px 0 50px;
}
.feature-box ul {
    padding: 30px;
    border-top: 1px solid #ddd;
}
.feature-box li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    list-style: none;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    line-height: 5rem
}
.rounded-box {
    border-radius: 5px;
    padding: 1.8rem
}
.shadowed {
    background-color: rgb(214, 214, 214);
    /* Needed for IEs */
    
    -webkit-box-shadow: 0 0 5px 1px rgba(214, 214, 214, 0.34);
    -moz-box-shadow: 0 0 5px 1px rgba(214, 214, 214, 0.34);
    box-shadow: 0 0 5px 1px rgba(214, 214, 214, 0.34);
}
.shadowed-wide {
    background-color: rgb(0, 0, 0);
    /* Needed for IEs */
    
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
}
/*---------------------------*/
/* - 13 EFFECTS  -------*/
/* Show/Hide Content */

.clicker {
    font-weight: 700;
    outline: none;
    cursor: pointer;
}
.hiddendiv {
    display: none;
}
.clicker:focus + .hiddendiv {
    display: block;
}
/* Animation Effects */

.animated-bg {
    background-position: 0 0;
    animation: scrollingBackground 20s linear infinite;
    -moz-animation: scrollingBackground 20s linear infinite;
    -webkit-animation: scrollingBackground 60s linear infinite;
    -ms-animation: scrollingBackground 20s linear infinite;
    -o-animation: scrollingBackground 20s linear infinite;
}
@keyframes scrollingBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1170px 0;
    }
}
@-moz-keyframes scrollingBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1170px 0;
    }
}
@-webkit-keyframes scrollingBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1170px 0;
    }
}
/*---------------------------*/
/*- 14 MENU WIDGET  -------*/

.page-template-builder .widget_nav_menu {
    /*background: #1D2026; */
    
    background: #40b5e2;
    text-align: center;
    padding: 0;
}
.page-template-builder .menu-main-menu-container {
    padding: 0;
}
.page-template-builder .widget_nav_menu ul li {
    display: inline-block;
    height: 70px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    padding: 0 20px;
    vertical-align: middle;
    margin: 0;
}
.page-template-builder .widget_nav_menu ul li a {
    font-size: 1.4rem;
    color: #FFF;
    line-height: 70px;
    text-transform: uppercase;
    display: block;
}
.page-template-builder .widget_nav_menu ul li.current-menu-item {
    background: #1d2026;
}
.page-template-builder .widget_nav_menu ul li.current-menu-item a {
    color: #FFFFFF;
}
.page-template-builder .widget_nav_menu ul li:hover {
    background: #242830;
}
.page-template-builder .widget_nav_menu ul li a:hover {
    color: #FFFFFF;
}
/*---------------------------*/
/*- 15 FOOTER  -------*/

.footer-site.invert {
    padding: 100px 0 100px 0;
}
#menu-footer-menu.menu li a {
    padding: 10px;
    font-weight: 300;
}
.copyright {
    color: #fff;
    color: rgba(0, 0, 0, 0.45);
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.2rem
}
.copyright .nav-horizontal a {
    padding: 0;
    font-size: 1.2rem;
    font-weight: 300;
}
/*---------------------------*/
/*- 16 BLOG  -------*/

.story h1 {
    margin: 2rem 0 2rem 0;
    font-size: 2.3em;
    line-height: 5rem;
    letter-spacing: 0.3rem;
    font-weight: 700;
}
.story h2 {
    margin: 2rem 0 2rem 0;
    font-size: 1.8em;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
}
.story h3 {
    margin: 2rem 0 2rem 0;
    font-size: 1.4em;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}
.story ol li,
.story ul li {
    letter-spacing: 0.1rem;
}
.story h4,
.story h5,
.story h6 {
    letter-spacing: 0.1rem;
}
.story p,
.copy p {
    font-size: 2rem;
    color: #868686;
    line-height: 4rem;
    margin-bottom: 25px;
    font-weight: 300;
}
.wp-caption {
    background: #F7F9FC;
}
.story img {
    margin: 20px 20px 0 20px;
}
.story img.alignright {
    margin: 30px 0 10px 20px;
}
.single .meta-item {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}
.section-nav-title {
    margin: 0 0 10px 0;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}
.well {
    background-color: #eef5f9;
    border-radius: 2px;
}
.aside.well.content {
    font-size: 1.7rem;
}
.sidebar .widget li {
    padding: 10px 0 10px 0;
}

.thumbnail-body {
    background-color: #F1F6FA;
}

.thumbnail-body .article-title + .excerpt {
    font-size: 1.8rem;
    font-weight: 300;
}

.meta-item {
    letter-spacing: 0.1rem;
}


/*---------------------------*/
/*- 8 MEDIA QUERIES  -------*/

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

.swiper-slide .section-title.large .heading {
    font-size: 4rem;
    line-height:4.5rem;
    font-weight:700;
}

    .heading-x-large .heading {
        font-size: 3.8rem;
        line-height: 4rem;
        text-align: center;
    }
    .heading-x-large .excerpt p {
        text-align: center;
    }
    .grad-btn-cta .button {
        padding: 15px 30px;
        font-size: 1.6rem;
    }
    .laptop .button {
        padding: 15px 25px;
        font-size: 1rem;
        letter-spacing: 0.8rem;
    }
    .hor-list li,
    .hor-list li a,
    .hor-list-wide li,
    .hor-list li-wide a {
        display: block
    }
}


@media only screen and (max-width: 768px) {
    .column {
        margin-bottom: 20px;
        position: relative;
        max-width: 95%;
        width: 100%;
        float: left;
    }
}

/* Hustle Hide Image on Mobile */

@media screen and (max-width: 768px){
.wpoi-hustle .wpoi-small .wpoi-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 150px;
    flex: 0 150px;
    min-height: 550px;
}
.wpoi-hustle .wpoi-small .wpoi-image {
   display: none;
}
}

/* Mobile Menu */

.open[class*=' off-canvas-'] {
    background: #353941
}
div[class*=' off-canvas-'] .section-nav-title {
    color: #fff;
}