body {
    background: var(--teflie-background-warm) !important;
    color: var(--teflie-text-primary);
}

#primary {
    margin: 3rem 0 !important;
}

.ast-container,
.outer-section {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

h1, h2, h3, h4 {
    color: var(--teflie-text-primary-dark) !important;
}

p {
    color: var(--teflie-text-primary) !important;
    line-height: 140% !important;
}

.site-content .ast-container {
    max-width: 100%;
    padding: 0 !important;
}

.slick-arrow {
    background: #C42273 !important;
    color: transparent;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
}

.slick-arrow:active {
  	opacity: 0.9;
}

.slick-arrow:focus {
	color: transparent;
}

.slick-arrow:hover {
	color: transparent;
}

.slick-prev {
    left: -8px;
    top: 110px;
}

.slick-prev:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpolyline points='15 18 9 12 15 6' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 50px;
    height: 50px;
    margin: -37px 0 0 -25px;
}

.slick-next {
    right: -8px;
    top: 110px;
}

.slick-next:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpolyline points='9 18 15 12 9 6' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 50px;
    height: 50px;
    margin: -13px 0 0 -45px;
}

.form input {
    background-color: #EDEFF0 !important;
    border: 0 none !important;
    height: 60px !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
    color: #193847 !important;
}

input[type="submit"] {
    background: #C61A71 !important;
    color: white !important;
    font-size: 1rem !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 200px !important;
    border-radius: 5px;
    margin-top: 10px;
}

.wpcf7-spinner {
    display: none;
}

@media (max-width:767px) {
    .site-content .ast-container {
        padding: 0 20px !important;
    }
}