body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

#Wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

#Wrapper, #Content {
    background: #fffcec;
}

#Top_bar .menu > li > a, #Top_bar .menu > li > a:after {
    transition: all 0.1s ease-in-out;
}

#Top_bar .menu > li > a:hover {
    color: #7c1d1d;
}

/*About*/
.highlight-left:after, .highlight-right:after {
    background: #fffcec;
}

#Subheader {
    background-color: #fbeecc;
    border-top: 1px solid #f1f1f1;
}

#Subheader h1.title,
h2,
.entry-title {
    color: #7c1d1d;
    font-weight: bold;
}

@media (max-width: 641px) {
    #Subheader h1.title,
    h2,
    .entry-title {
        font-size: 24px;
    }
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
    color: rgba(167, 167, 167);
}

.highlight-left .column:first-child, .highlight-right .column:last-child {
    background: white;
}

.items_group {
    background: white;
}

/*Testimonials */
.content-slider {
    margin: auto;
    width: 100%;
    max-width: 1200px;
  
}

.slick-prev,
.slick-next {

    color: #7c1d1d;
    opacity: 1;
    height: 40px;
    width: 40px;
    margin-top: -20px;
}

.slick-prev path,
.slick-next path {
    fill: #7c1d1d;
}

.slick-prev:hover path,
.slick-next:hover path {
    fill: #7c1d1d;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-dots li button:before {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
}

.quote-container {
    min-height: 200px;
    color: #666666;
    font-size: 36px;
    margin: 0 20px;
    position: relative;
}

.quote-container:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.quote-container .portrait {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 140px;
    width: 140px;
    overflow: hidden;
}


.quote-container .quote {
    position: relative;
    z-index: 600;
    padding: 40px 0 40px 0;
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4 !important;
    color: white;
}

.quote-container .quote p {
    position: relative;
    margin-bottom: 20px;
    color: #1e232a;
}


.quote-container .quote cite {
    display: block;
    font-size: 16px;
    color: #7c1d1d;
    font-weight: bold;

}


.dragging .quote-container {
    cursor: grabbing;
}

.octogon {
    -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
    clip-path: url(#octogon);
    height: 140px;
    width: 140px;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 5% 0%;
    }
    50% {
        background-position: 96% 100%;
    }
    100% {
        background-position: 5% 0%;
    }
}

@keyframes gradient {
    0% {
        background-position: 5% 0%;
    }
    50% {
        background-position: 96% 100%;
    }
    100% {
        background-position: 5% 0%;
    }
}

hr {
    background: #1e232a;
}

a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: black;
}

.tests .test__item:first-child {
    margin-right: 30px;
}

@media (max-width: 641px) {
    .tests {
        overflow: hidden;
    }

    .tests .test__item:first-child {
        margin-right: 0;
        margin-top: 20px;
    }

    .tests .test__item {
        padding: 10px;
    }
}


blockquote p:first-of-type:before {
    content: "";
    width: 55px;
    height: 40px;
    background: url(../images/blockquote.png);
    position: absolute;
    right: 70px;
    bottom: 0
}

blockquote p:first-of-type:after {
    content: "";
    width: 55px;
    height: 40px;
    background: url(../images/blockquote.png);
    position: absolute;
    left: -25px;
    top: 0;
    transform: rotate(180deg);
}

/*Footer */
#Footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px;
}

#Footer .footer_copy {
    border: none;
}

#Footer .social {
    display: none;
}

/* .slider-img-3 {
    background-image: url("../images/home_architect_portfolio_big3.jpg");
}
.slider-img-1 {
    background-image: url("../images/home_architect_portfolio_big1.jpg");
}
.mobile-text {
    display: none;
}
.desktop-text {
    display: block;
}

@media only screen and (max-width: 767px) {
    .about_box {
        margin: 10px 10% 0 10%;
    }
    .slider-img-3 {
        background-image: url("../images/graduate_mobile.jpg");
    }
    .slider-img-1 {
        background-image: url("../images/couple_mobile.jpg");
    }
    .slider-text-big-1 {
        z-index: 5;
        margin: 0px 17px 0px 0px;
        visibility: hidden;
        transition: none 0s ease 0s;
        line-height: 11px;
        border-width: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 10px;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 0;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.33333, 0, 0, 1);
        transform-origin: 50% 50% 0px;
    }
    .mobile-text {
        display: block;
        position: absolute;
        left: 50px;
        top: 160px;
    }
    .desktop-text {
        display: none;
    }
} */

.slick-dots li button {
    background: #7c1d1d !important;
}
.slick-dots {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	.slick-track {
		height: 1750px;
	}
}

@media only screen and (max-width: 767px) {
    .section_wrapper {
        width: 320px !important;
    }
}