.blah {
}

.hero-slider .slide h1,
.hero-slider .slide h2,
.hero-slider .slide h3 {
    margin-bottom: 20px !important;
}

.hero-slider .slide p {
    margin: 20px 0 !important;
}

section.two-photos {
    margin: 25px 0;
}

.two-photos-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.two-photos-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.two-photos-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.two-photos-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 0;
    padding: 50%;
    position: relative;
}

.two-photos-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(50, 41, 59, 0.9);
    color: #fff;
    padding: 20px;
}

.two-photos-image:hover .two-photos-overlay {
    display: block;
}

section.three-photos {
    margin: 25px 0;
}

.three-photos-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.three-photos-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.three-photos-middle {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.three-photos-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.three-photos-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 0;
    padding: 50%;
    position: relative;
}

.three-photos-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(50, 41, 59, 0.9);
    color: #fff;
    padding: 20px;
}

.three-photos-image:hover .three-photos-overlay {
    display: block;
}

.hero .content {
    z-index: 9 !important;
}

.hero-button {
    border: 2px solid rgb(255, 64, 64);
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 30px;
}

.hero-button:hover {
    background-color: rgb(255, 64, 64) !important;
    color: #fff !important;
}

section.image-slider .flickity-button {
    color: #000;
}

section.image-slider .flickity-button:hover {
    color: #fff;
}

nav.primary .sub-menu {
    top: calc(100% - 3px) !important;
}

/*nav.primary {
    overflow: hidden;
}*/

/*nav.primary .sub-menu {
    right: -15px !important;
}*/

.container-fluid.more {
    padding-right: 160px !important;
    padding-left: 160px !important;
}

.customize-support .subnav.stuck {
    top: 32px;
}

/*nav.primary .sub-menu {
    right: -15px !important;
}*/

@media only screen and (max-width: 1279px) {
    .hero-button {
        margin-top: 35px;
        padding: 10px 20px;
    }

    .three-photos-overlay {
        font-size: 14px;
    }

    .container-fluid.more {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .two-photos-inner {
        flex-direction: column;
    }

    .two-photos-image {
        max-width: 600px;
        /*padding:18%;*/
        margin: 0 auto;
    }

    .two-photos-left {
        padding: 10px 0;
    }

    .two-photos-right {
        padding: 10px 0;
    }

    .three-photos-inner {
        flex-direction: column;
    }

    .three-photos-image {
        max-width: 600px;
        /*padding:18%;*/
        margin: 0 auto;
    }

    .three-photos-left {
        padding: 10px 0;
    }

    .three-photos-middle {
        padding: 10px 0;
    }

    .three-photos-right {
        padding: 10px 0;
    }

    .three-photos-overlay {
        font-size: 20px;
    }
}

@media only screen and (max-width: 782px) {
    .customize-support .subnav.stuck {
        top: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-button {
        margin-top: 60px;
        padding: 6px 15px;
    }
}

@media only screen and (max-width: 500px) {
    .three-photos-overlay {
        font-size: 17px;
    }
}

@media only screen and (max-width: 500px) {
    .three-photos-overlay {
        font-size: 15px;
    }

    #wp-admin-bar-wpseo-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 400px) {
    .three-photos-overlay {
        font-size: 12px;
    }

    #wp-admin-bar-edit {
        display: none !important;
    }
}
