/*

Theme Name: Web 2.O

Description: Twenty Seventeen Child Theme For 2018 templates

Template: twentyseventeen

*/

 /***********************
 DEFAULT STYLES
 ***********************/

.container {
    margin: 0 auto;
}

.sub-page-hero .wrapper {
    width: 100%;
    padding: 75px 0;
    height: 300px;
    max-width: 100%;
}

.sub-page-hero-cta {
    opacity: .75;
    padding: 0px;
    margin-top: 74px;
    text-align: center;
    background-color: #9CD4D1;
}

.sub-page-hero-cta p {
    color: black;
    text-align: center;
}

.sub-page-hero h1 {
    padding-left: 5%;
    font-family: 'Sacramento', cursive;
    font-size: 80px;
    position: relative;
    top: 55px;
    color: #110F0C;
    letter-spacing: 0px;
    line-height: 52px;
}

.sub-page-hero-cta a {
    background-color: white;
    width: 300px;
    height: 59px;
    color: black;
    border-radius: 69px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px;
    font-weight: 700;
}

@media (max-width:767px) {
    .sub-page-hero .wrapper {
        padding: 81px 0;
        height: 250px;
    }

    .sub-page-hero h1 {
        line-height: 36px;
        font-size: 48px;
    }

    .sub-page-hero-cta a {
        width: 160px;
        height: 40px;
    }

    .sub-page-hero-cta p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width:370px) {
    .sub-page-hero .wrapper {
        padding: 57px 0;
    }
}

/* Bottom CTA One */

.bottom-cta-one .wrapper {
    padding: 153px 0;
}

.bottom-cta-one h3 {
    font-size: 90px;
    padding-bottom: 50px;
    font-weight: 500;
}

.bottom-cta-one a {
    display: inline-flex;
    background-color: #81CCC8;
    height: 50px;
    width: 250px;
    margin: 0 auto;
    color: black;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 1px 2px 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px !important;
    letter-spacing: 2px;
}

@media (max-width:767px) {
    .bottom-cta-one a {
        height: 40px;
        width: 200px;
    }
    .bottom-cta-one h3 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .bottom-cta-one .wrapper {
        padding: 40px 0;
    }
}

/***********************************
GENERAL STYLES
************************************/

html.js {
    margin-top: 0 !important;
}

body p,
body li {
    font-family: 'Raleway', sans-serif;
}

body h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 58px;
    color: #17120F;
    margin-bottom: 30px;
}

body h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 40px;
    line-height: 50px;
    color: #17120F;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

a.btn-bt.default {
    display: block;
    transition: 0.3s;
    text-align: center;
    padding: 14px 40px;
    box-shadow: 0px 1px 5px #777;
    font-family: 'Raleway', sans-serif;
}

.row.fifty {
    display: flex;
}

.row.fifty .span6 {
    height: 100%;
}

/*--------- End General ------------*/

/*************************
HOME PAGE STYLES
*************************/

.home-row-one {
    height: 50vh;
}

.home-row-four {
    height: 325px;
}

@media (max-width:767px) {
    .home-row-two.three_columns .span4 {
        width: 100%;
        float: none;
    }

    .home-row-two h3 {
        padding: .5em 0 calc(.5em + 25px) 0;
        margin-bottom: 0;
    }
}

/*************************
BLOG PAGE STYLES
*************************/

.blog #page #primary {
    width: 100%;
}

aside#secondary {
    display: none;
}

/*************************
CONTACT PAGE STYLES
*************************/

.contact-nap-info {
    color: #4a4a4a;
}

/************************
PRODUCTS PAGE
*************************/

.products-row-four li {
    text-align: center;
    color: white;
    font-size: 1.3em;
}

.row.fifty.products-row-five .span6,
.row.fifty.products-row-six .span6 {
    width: 375px;
    height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width:767px) {
    .products-row-five .wrapper,
    .products-row-six .wrapper {
        flex-wrap: wrap;
        padding: 10px;
    }

    .row.fifty.products-row-five .span6,
    .row.fifty.products-row-six .span6 {
        height: 300px;
        width: 300px;
        margin-bottom: 35px;
    }
}

.products-row-five h3,
.products-row-five p,
.products-row-six h3,
.products-row-six p {
    color: white;
}

.products-row-five .wrapper,
.products-row-six .wrapper {
    display: flex;
    justify-content: space-evenly;
}

/**************************
SERVICES PAGE
**************************/

.services-page .service-row .span4 {
    width: 20%;
}

.services-page .service-row .span8 {
    width: 80%;
}

@media (max-width:1200px) {
    .services-page .service-row .span4 {
        width: 33%;
    }

    .services-page .service-row .span8 {
        width: 67%;
    }
}

@media (max-width:767px) {
    .services-page .service-row .span4,
    .services-page .service-row .span8 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:480px) {
    .services-page .row.onethird .span4,
    .row.onethird .span8 {
        padding: 0;
    }

    .services-page div.row:nth-child(3) {
        padding-top: 50px;
    }

    .services-page .service-row .wrapper {
        width: 100%;
        padding: 0;
    }
}

.services-page .service-row .wrapper {
    width: 90%;
}

/**************************
GALLERY PAGE
**************************/

.gallery-page #gallery-1 figure {
    max-width: 50%;
}

.gallery-page #gallery-1 figure div {
    text-align: center;
}

.gallery-page #gallery-1 figure img {
    width: 375px;
    height: 375px;
}

@media (max-width:767px) {
    #gallery-1 figure.gallery-item {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:480px) {
    .gallery-page #gallery-1 figure img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width:330px) {
    .gallery-page #gallery-1 figure img {
        width: 200px;
        height: 200px;
    }
}

/************************
FOOTER STYLES
************************/

footer h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #110F0C;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase
}

footer .span3 a {
    text-decoration: none;
    box-shadow: none;
}

/*--------------------------------------------
    Site specific CSS.. DO NOT DELETE!!!
------------------------------------------*/


/* Add your custom CSS here */


/* Header */

.home .row.default-header {
    background-size: cover !important;
}

#top-menu li:last-child {
    margin-right: 10px;
}

/* Homepage */

.row.default-header {
    background-position: center !important;
}

.inner-hero {
    height: 37vw;
}

.readmore .read-more {
    background: rgba(255, 255, 255, 0.6);
    border: 5px solid #81ccc8;
    padding: 30px;
}

.readmore .read-more p {
    font-size: 18px;
    line-height: 1.1;
}

.btn-bt.alternate {
    padding: 20px 100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.btn-bt.alternate:hover {
    box-shadow: 1px 1px 4px 0 #006E90;
    transition: 0.3s;
}

.home-cta h3 {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 45px;
}

.top-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.top-cta .cta-content p {
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 30px 0;
    font-weight: bold;
}

div.row.twothirds_onethird.same-row {
    padding-top: 40px;
    padding-bottom: 30px;
}

.same-row .span4 {
    background-repeat: no-repeat !important;
    float: right;
}

.same-row .span8 ul {
    list-style: none;
}

.same-row .span8 ul li {
    line-height: 1.5;
    font-size: 24px
}

.same-row .span8 ul li:before {
    content: '.';
    position: absolute;
    margin-left: -20px;
    margin-top: -13px;
    font-size: 30px;
    font-family: open sans-serif;
}

.contact-info .span6.left img {
    padding-top: 30px;
}

.row.no-padding-top .wrapper,
.no-padding-top.row.three_columns {
    padding-top: 0;
}

.row.no-padding .wrapper h3 {
    letter-spacing: 1px;
    font-weight: 600;
}

.contact-cf input[type="text"],
.contact-cf input[type="email"],
.contact-cf input[type="url"],
.contact-cf input[type="password"],
.contact-cf input[type="search"],
.contact-cf input[type="number"],
.contact-cf input[type="tel"],
.contact-cf input[type="range"],
.contact-cf input[type="date"],
.contact-cf input[type="month"],
.contact-cf input[type="week"],
.contact-cf input[type="time"],
.contact-cf input[type="datetime"],
.contact-cf input[type="datetime-local"],
.contact-cf input[type="color"],
.contact-cf textarea,
.contact-cf select {
    background: #FFFFFF;
    border: 2px solid #4A4A4A;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
    height: 40px
}

.contact-cf .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    background: #338c89;
    color: #fff;
    padding: 22px 100px;
    border-radius: 50px;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px
}

.contact-cf select {
    width: 100%;
    margin-bottom: 30px;
}

.contact-cf textarea {
    height: 150px;
}

.contact-cf.row.fifty .span6.right h3 {
    font-weight: 400;
    letter-spacing: 1px;
}

.contact-cf.row.fifty .span6.left {
    padding-right: 90px;
}

.contact-cf.row.fifty .span6.left p {
    line-height: 2;
}

.cta-content a.btn-bt.alternate {
    box-shadow: none;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 15px;
}

/* Blog Index page */

.row.blog-posts h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}

.no-wrapper .row .span6.right a.btn-bt.default {
    letter-spacing: 2px;
    font-weight: bold;
}

.no-wrapper .row .span6.right p {
    font-weight: 400;
    line-height: 1.3;
}

.row.strange-row {
    margin-top: 80px;
    background-position: 95% !important;
}

.strange-row p {
    width: 50%;
    line-height: 1.3;
    font-weight: 400;
}

.strange-row h3 a.btn-bt.default {
    width: 200px;
    height: 60px;
    line-height: 2.5;
    float: right;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
}

.strange-row h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 0;
    padding-top: 0;
}

.strange-row h2 {
    font-size: 110px;
    margin-bottom: 80px;
}

body .strange-row a.btn-bt.default {
    width: max-content;
    font-weight: bold;
}

.home-cta .btn-bt.default {
    margin: 0 auto;
}

.contact-cf.specials .wrapper {
    max-width: 600px;
    padding: 80px 0
}

.contact-cf.specials h3 {
    letter-spacing: 0;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}

.contact-cf.specials .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    background: #fff;
    color: #000;
    font-weight: bold;
}

.two-title h2 {
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}

.star-list {
    padding: 30px 0;
}

.star-list ul {
    list-style: none;
    text-align: center
}

body .site-content-contain .star-list ul li {
    color: #fff;
    font-size: 40px;
    margin: 30px 0;
    display: inline-block;
}

body .site-content-contain .star-list ul li:nth-child(odd) {
    width: 40%;
}

body .site-content-contain .star-list ul li:before {
    content: "\f005";
    font-family: FontAwesome;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 12px 13.5px;
    margin-right: 30px;
}

.row.fifty.products-grid {
    display: block;
}

.row.fifty.products-grid .span6 {
    height: 30vw;
    transition: 0.3s;
    display: table;
    border-collapse: collapse;
    cursor: pointer;
}

.row.fifty.products-grid .span6.left {
    width: calc(50% + 1px);
}

.row.fifty.products-grid .vertical-align,
.row.fifty.products-grid .vertical-align1,
.row.fifty.products-grid .vertical-align2,
.row.fifty.products-grid .vertical-align3 {
    display: table-cell;
    vertical-align: middle;
    border-collapse: collapse;
}

.row.fifty.products-grid .span6:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.row.fifty.products-grid .span6 h3 {
    margin-bottom: 30px;
}

.row.fifty.products-grid .span6 p {
    font-weight: 400;
}

.row.fifty.products-grid .span6 h3,
.row.fifty.products-grid .span6 p {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.product-description h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.product-description h4 {
    font-family: raleway;
    font-size: 30px;
    padding-top: 10px;
}

.product-description h5 {
    color: #000;
    font-weight: 200;
    font-size: 25px;
    letter-spacing: 2px;
}

.product-description select {
    width: 100%;
    height: 40px;
}

.related-products h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.related-products .related-products {
    list-style: none;
    text-align: center;
    margin-top: 90px
}

.related-products .related-products li {
    display: inline-block;
    text-align: center;
}

.related-products .related-products li p {
    text-align: center;
    font-weight: 600;
}

.related-products .related-products li.first-r {
    float: left
}

.related-products .related-products li.third-r {
    float: right;
}

body.post-type-archive-tribe_events .row.default-header {
    margin-top: -38px;
}

body #tribe-bar-form {
    float: left;
    margin-top: 30px;
}

.row.gallery {
    margin-top: 30px
}

.no-service-padding .vds-builder {
    float: left;
}

.no-service-padding .row.onethird .span8,
.no-service-padding .row.onethird .span4 {
    padding: 0 50px;
}

.page-id-703 .home-cta .btn-bt.default {
    width: max-content;
}

.row.strange-row {
    background-size: 40vw !important;
}

/*****************************************
                Mobile
******************************************/

@media(max-width:767px) {

    body.home .row.default-header {
        height: 350px;
        background-size: cover !important;
    }

    body.home .page-title {
        margin-top: 190px;
    }

    body.home .row.default-header .page-title h1 {
        font-size: 40px
    }

    body .circle .promo-boxes li {
        width: 100%
    }

    body .circle .promo-boxes li:first-child,
    body .circle .promo-boxes li:last-child,
    body .circle .promo-boxes li {
        float: none;
        width: 220px;
        height: 220px;
        display: block;
        margin: 0 auto;
    }

    body .circle .span4.promo {
        height: 220px;
        width: 220px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    body .circle .span4.promo h4 {
        padding: 0 10px;
        height: 220px;
    }

    body .inner-hero {
        height: 50vw;
    }

    html body .site-content-contain p,
    html body .site-content-contain li {
        font-size: 16px;
    }

    body .row.fifty .span6 h3,
    body .row.onethird .span4 h3,
    body .row.onethird .span8 h3 {
        font-size: 25px;
        line-height: 30px;
    }

    body .readmore .read-more p {
        font-size: 16px;
        line-height: 1.3;
    }

    body .home-cta {
        padding: 30px 0;
    }

    body .home-cta .wrapper {
        padding: 10px 50px;
    }

    body .btn-bt.alternate {
        padding: 15px 30px;
    }

    body footer#colophon a {
        box-shadow: none;
    }

    /* Inner Pages */
    .row.twothirds_onethird.same-row .span8 {
        width: 100% !important;
    }
    body div.row.twothirds_onethird.same-row {
        padding: 0;
    }
    .row.service-row.onethird {
        text-align: center;
        padding-left: 50px;
        padding-right: 50px
    }
    .row.service-row.onethird p {
        text-align: center
    }
    .cta-content a.btn-bt.alternate {
        padding-left: 25px;
        padding-right: 25px;
    }

    html body .site-content-contain .star-list ul li:nth-child(odd) {
        width: 50%
    }

    html body .site-content-contain .star-list ul li {
        font-size: 16px;
    }
    html body .site-content-contain .star-list ul li:before {
        padding: 10px 11.5px;
        margin-right: 10px
    }

    html body .site-content-contain .star-list .wrapper {
        padding: 15px;
    }

    body .row.fifty.products-grid .span6 {
        height: 60vw;
    }

    body .row.fifty.products-grid .span6.left {
        width: 100%;
    }

    ul#top-menu {
        border: none
    }

    body #gallery-1 figure.gallery-item {
        padding-right: 0;
    }

    body .no-wrapper .row {
        display: block;
    }

    body .row.blog-posts h2 {
        font-size: 30px
    }

    body .no-wrapper .row .span6.left {
        height: 68vw;
    }

    body .no-wrapper .row .span6.right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body .no-service-padding .row.onethird .span8 {
        padding: 0;
    }

    .row.service-row.onethird {
        padding-top: 50px !important;
    }

    body .row.strange-row {
        margin-top: 0
    }

    body .strange-row h2 {
        font-size: 40px;
        margin-bottom: 300px;
        text-align: center;
    }

    body .strange-row p {
        width: 100%;
    }

    body .strange-row h3 {
        font-size: 30px;
    }

    .row.full_width.strange-row {
        background-size: 300px !important;
        background-position: center 100px !important;
        position: relative;
    }

    body .strange-row a.btn-bt.default {
        position: absolute;
        top: 300px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    body .contact-cf.specials .wrapper {
        padding: 50px;
    }

    body .contact-cf.specials .wrapper h3 {
        line-height: 1.1;
    }

    body .services-page .service-row .wrapper {
        padding: 0;
    }

    .gallery-icon {
        text-align: center;
    }
}

@media(max-width: 480px) {
    body .top-widget .span6.right a {
        font-size: 22px;
    }

    body .top-cta .cta-content p {
        text-align: center;
        height: 100%;
        margin: 0;
        padding: 10px 0 56px;
        font-weight: bold;
    }

    body .top-cta .cta-content a.btn-bt.alternate {
        margin-left: 0;
        line-height: 0;
        position: absolute;
        width: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 40px;
        line-height: 10px;
        bottom: 10px;
    }
}