@charset "UTF-8";
/*
 Theme Name: Varn
*/
@font-face {
    font-family: 'Muli';
    src: url('./assets/fonts/Muli-Bold.eot');
    src: url('./assets/fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Muli-Bold.woff2') format('woff2'),
    url('./assets/fonts/Muli-Bold.woff') format('woff'),
    url('./assets/fonts/Muli-Bold.ttf') format('truetype'),
    url('./assets/fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('./assets/fonts/Futura-Medium.eot');
    src: url('./assets/fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Futura-Medium.woff2') format('woff2'),
    url('./assets/fonts/Futura-Medium.woff') format('woff'),
    url('./assets/fonts/Futura-Medium.ttf') format('truetype'),
    url('./assets/fonts/Futura-Medium.svg#Futura-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('./assets/fonts/Muli-Regular.eot');
    src: url('./assets/fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Muli-Regular.woff2') format('woff2'),
    url('./assets/fonts/Muli-Regular.woff') format('woff'),
    url('./assets/fonts/Muli-Regular.ttf') format('truetype'),
    url('./assets/fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('./assets/fonts/AvenirNext-Regular.eot');
    src: url('./assets/fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('./assets/fonts/AvenirNext-Regular.woff') format('woff'),
    url('./assets/fonts/AvenirNext-Regular.ttf') format('truetype'),
    url('./assets/fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('./assets/fonts/RobotoSlab-Black.eot');
    src: url('./assets/fonts/RobotoSlab-Black.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/RobotoSlab-Black.woff2') format('woff2'),
    url('./assets/fonts/RobotoSlab-Black.woff') format('woff'),
    url('./assets/fonts/RobotoSlab-Black.ttf') format('truetype'),
    url('./assets/fonts/RobotoSlab-Black.svg#RobotoSlab-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('./assets/fonts/AvenirNext-Bold.eot');
    src: url('./assets/fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('./assets/fonts/AvenirNext-Bold.woff') format('woff'),
    url('./assets/fonts/AvenirNext-Bold.ttf') format('truetype'),
    url('./assets/fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Muli';
    font-size: 16px;
    line-height: 22px;
}

a {
    font-family: 'Muli';
    font-size: 16px;
    line-height: 22px;
    color: #000;

}

.content-cell a {
    text-decoration: underline;
}

a:hover,
a:focus,
a:visited {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: inherit;
}

p {
    font-family: 'Muli';
    font-size: 16px;
    line-height: 22px;
}

li {
    font-family: 'Muli';
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 10px 20px;
    position: relative;
}

span {
    font-family: 'Muli';
    font-size: 16px;
}

h1 {
    position: relative;
    font-family: 'Roboto Slab';
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

h2 {
    position: relative;
    font-family: 'Roboto Slab';
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}

h3 {
    position: relative;
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 26px;
}

h1:before,
h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 80px;
    height: 8px;
    background-color: #90E1F9;
}

ul {
    list-style: none;
}

ul li:not(.menu-item):before {
    content: "\2022";
    color: #66136C;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    left: -10px;
    position: absolute;
}

label {
    width: 100%;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"]
textarea {
    outline: #66136C;
    border: 1px solid #979797;
    padding: 5px;
    width: 100%;
    border-radius: 0;
}

textarea.form-control,
input.form-control {
    background-color: #F6F6F6;
    border-radius: 0;
    border: 1px solid #979797;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 1px 2px #66136C;
}

.short select,
.short textarea,
.short input[type="text"],
.short input[type="email"],
.short input[type="url"],
.short input[type="password"],
.short input[type="number"] {
    max-width: 200px;
}

.middle select,
.middle textarea,
.middle input[type="text"],
.middle input[type="email"],
.middle input[type="url"],
.middle input[type="password"],
.middle input[type="number"] {
    max-width: 370px;
}

i.icon-lightning {
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMzQiIGhlaWdodD0iNDIuMDExIiB2aWV3Qm94PSIwIDAgMzEuMDM0IDQyLjAxMSI+DQogIDxwYXRoIGlkPSJpY29uLWxpZ2h0bmluZyIgZD0iTTE2Ljc0MywxNS43VjEuMzE3YzAtMS41NDgtLjcyNy0xLjc2NC0xLjYyNC0uNDc1TC40MjUsMjEuOTY0Qy0uNDc0LDIzLjI1Ni4xLDI0LjMsMS43LDI0LjNIMTIuMjU3VjM4LjY4M2MwLDEuNTQ4LjcyNywxLjc2NSwxLjYyNC40NzVMMjguNTc2LDE4LjAzNmMuOS0xLjI5Mi4zMjQtMi4zMzUtMS4yNzktMi4zMzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAxNyAxLjAwNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIxMmQzYyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=);
    width: 30px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
    margin-right: 10px;
}

i.icon-lightning.white {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMzQiIGhlaWdodD0iNDIuMDExIiB2aWV3Qm94PSIwIDAgMzEuMDM0IDQyLjAxMSI+DQogIDxwYXRoIGlkPSJTdHJva2VfMSIgZGF0YS1uYW1lPSJTdHJva2UgMSIgZD0iTTE2Ljc0MywxNS43VjEuMzE3YzAtMS41NDgtLjcyNy0xLjc2NC0xLjYyNC0uNDc1TC40MjUsMjEuOTY0Qy0uNDc0LDIzLjI1Ni4xLDI0LjMsMS43LDI0LjNIMTIuMjU3VjM4LjY4M2MwLDEuNTQ4LjcyNywxLjc2NSwxLjYyNC40NzVMMjguNTc2LDE4LjAzNmMuOS0xLjI5Mi4zMjQtMi4zMzUtMS4yNzktMi4zMzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAxNyAxLjAwNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=")
}

button[type="submit"],
input[type="submit"] {
    background-color: #66136C;
    border: none;
    outline: none;
    color: #fff;
    padding: 15px;
    font-family: 'Roboto Slab';
    font-size: 20px;
    min-width: 175px;
    text-align: center;
}

.wpcf7-form label > span {
    margin-bottom: 10px;
}

.navbar-nav {
    flex-wrap: nowrap;
}

nav.navbar {
    padding: 10px 0;
}

.hamburger-icon .line {
    width: 30px;
    height: 4px;
    background-color: #66146C;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.hamburger-icon .line + .line {
    margin-top: 4px;
}

.header-block-wrapper {
    background-color: #46b2c7;
    background-image: url('./assets/img/bg-page.png');
    background-repeat: no-repeat;

    background-size: 100% auto;
    min-height: 10vw;
    padding: 30px 15px;
}

.home .header-block-wrapper {
    background-image: url('./assets/img/home-bg-mobile.png');
    background-color: transparent;
    min-height: 146vw;
    background-size: 100%;
}

.header-block-bottom-content > .row {
    margin: 0;
}

.header-block-bottom-bg {
    background-image: url('./assets/img/bg-under.png');
    background-size: 100% 100%;
    height: 4vw;
}

.home .header-block-bottom-bg {
    display: none;
}

.header-block .header-sidebar.desktop .sidebar {
    position: absolute;
    z-index: 100;
    background-color: #fff;
}
.form-view-all-feedbacks input[type="submit"].add-comment-btn.cd-button,
.cd-button,
a.cd-button {
    padding: 17px;
    line-height: 1;
    background-color: #66136C;
    color: #fff;
    font-size: 20px;
    /*font-family: 'Roboto Slab';*/
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.form-view-all-feedbacks input[type="submit"].add-comment-btn{
    border: none;
}

.wp-block-image img {
    max-width: 100%;
    width: 100%;
}

.cd-button.yellow,
a.cd-button.yellow {
    background-color: #FFE266;
    color: #000;
}

.form-view-all-feedbacks input.add-comment-btn.cd-button.blue,
.cd-button.blue,
a.cd-button.blue {
    background-color: #90E1F9;
    color: #000;
}

.container {
    max-width: 1440px;
}

.cd-container {
    max-width: 1180px;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Avenir Next';
    padding: 10px 15px;
    color: #000;
}

.navbar-brand img {
    max-width: 220px;
    width: 100%;
}

#menu-header-menu li:last-child .nav-link {
    padding-right: 0;
}

.nav-link span:after,
.current-menu-item span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: transparent;
}

.nav-link:hover span:after,
.current-menu-item span:after {
    background-color: #000;
}

.nav-link:hover span:after {
    background-color: #90E1F9;
}

.current-menu-item {
    font-weight: bold;
}

footer .developer,
footer .copyright {
    font-size: 15px;
    font-family: 'Avenir Next';
}

footer .developer a {
    color: #66136C;
    font-weight: bold
}

footer .developer a:hover {
    border-bottom: 2px solid #66136C;
}

footer {
    background-color: #F6F6F6;
    padding: 30px 15px;
}

/*.bg-big{
    background-image: url('./assets/img/bg-big.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 150%;
}
.bg-middle{
    background-image: url('./assets/img/bg-middle.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 150%;
}
.bg-small{
    background-image: url('./assets/img/bg-small.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 150%;
}
*/
/*.bg-middle .top-title {*/
/*    height: 18.95vw;*/
/*}*/
/*.bg-small .top-title {
    height: 12.5vw;
}

/*.top-title,*/
/*.home .content-block {*/
/*    padding-right: 130px;*/
/*}*/
.top-title h1 {
    margin-top: 0;
    color: #fff;
}

.main-content {
    padding: 15px;
}

.content-block {
    padding-top: 23px;
}

.video-block {
    height: 280px;
    padding: 31px 0;
}

.icon-cursor {

}

.background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cd-tile-image {
    padding-top: 40%;
}

.cd-news-advice-tiles-block-wrapper .loop-cd-tile {
    width: 100%;
    padding: 25px;
}

.loop-cd-tile {
    position: relative;
    border-bottom: 2px dashed #D8D8D8;
}

.sidebar .loop-cd-tile {
    padding: 40px 0;
}

.ld-tiles-block-wrapper {
    /*margin: -40px 0;*/
}

.ld-tiles-block .cd-tile-buttont {
    margin-top: 15px;
}

.ld-tiles-block {
    background-color: #fff;
    padding: 30px 0;
    overflow: hidden;
}

/*.loop-cd-tile:after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    content: '';*/
/*    display: block;*/
/*    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: red; stroke-width: 4; stroke-dasharray: 5 20'/></svg>");*/
/*}*/
.loop-cd-tile-wrapper {
    height: 100%;
}

.cd-tile-buttont .cd-button {
    width: 100%;
}

.cd-news-advice-tiles-block-wrapper {
    margin: -25px;
}

.cd-news-advice {
    overflow: hidden;
}

.cd-news-buttons {
    margin-top: 15px;
    background-color: #90E1F9;
    padding: 5px;
}

.cd-news-button {
    padding: 5px;
    width: 100%;
}

.cd-news-button a {
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    padding: 8px 10px;
    width: 100%;
    font-family: 'Roboto Slab';
    line-height: 26px;
}

.cd-news-button a:hover {
    background-color: #000;
    color: #fff;
}

.offers-deal-block {
    padding: 0;
}

.offers-deal-block-wrapper {
    background-image: url('./assets/img/deal-offer-block.jpg');
    padding: 20px 20px 35px 20px;
}

.offers-deal-block span {
    font-family: 'Roboto Slab';
    color: #000;
    font-size: 35px;
    line-height: 50px;
    display: block;
}

.offers-deal-block .cd-button {
    margin-top: 215px;
    width: 100%;
}

.cd-tile-date {
    background-color: #F6F6F6;
    padding: 10px;
}

.wp-block-embed__wrapper iframe {
    width: 100%;
    height: 464px;
}

.wp-block-column:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
}

.pagination {
    margin-top: 40px;
    padding: 15px;
    background-color: #F1FCFF;
}

.pagination span.current {
    border: 1px solid #66136C;
    background-color: #fff;
    color: #66136C;
    font-weight: bold;
    cursor: not-allowed;
}

.pagination .prev i {
    color: #66136C;
    margin-right: 15px;
}

.pagination .next i {
    color: #66136C;
    margin-left: 15px;
}

.pagination .page-numbers {
    border: 1px solid transparent;
    margin: 0 5px;
}

.pagination .page-numbers:hover {
    background-color: #fff;
    color: #66136C;
    border-color: #66136C;
}

.pagination a,
.pagination span {
    padding: 5px 10px;
}

.acf-map {
    height: 400px;
    margin-bottom: 15px;
}

.content-cell a.cd-button {
    min-width: 190px;
    margin: 10px 0;
}

.deal-tile-wrapper {
    position: relative;
    border-bottom: 2px dashed #D8D8D8;
    padding-bottom: 30px;
    min-height: 290px;
}

.deal-tile-wrapper .deal-tie-title{
    min-height: 52px;
}
.deal-tile-wrapper .deal-cell{
    min-height: 44px;
}

.deal-tile {
    padding: 30px;
}

.tiles-deals-block-wrapper {
    margin: -30px;
}

.ads-tile {
    border-bottom: none;
}

.tiles-deals-block .offers-deal-block-wrapper {
    background-image: url(./assets/img/deal-bg-ads.jpg);
    height: 100%;
}

.tiles-deals-block .offers-deal-block .cd-button {
    margin-top: auto;
    width: 100%;
}

.login-form,
.register-form {
    padding: 0 65px;
}

.deal-search-form {
    margin-top: 15px;
}

.deal-search-form .deal-search-form-wrapper {
    margin: -15px;
    overflow: hidden;
}

.deal-search-form .input-field {
    padding: 15px;
}

.sidebar-text-block {
    padding: 15px;
}

.download-brochure button[type="submit"],
.download-brochure input[type="submit"] {
    background-color: #90E1F9;
    color: #000;
    width: auto;
}

.download-brochure {
    position: fixed;
    right: -200%;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    max-width: 509px;
    width: 100%;
    height: 387px;
    display: none;
    z-index: 10000;
}

.download-brochure-wrapper {
    display: flex;
    z-index: 100;
    position: relative;
    width: 100%;
}

.download-brochure .r-block-wrapper span {
    padding: 10px;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}

.download-brochure .r-block svg.triangle {
    transform: rotate(-90deg);
    position: relative;
    /*top: 4px;*/
    margin-left: 3px;
    transition: all 0.3s ease-out;
}

.download-brochure.opnd .r-block svg.triangle {
    transform: rotate(-30deg);
}

.download-brochure label {
    /*width: 100px;*/
    text-align: left;
}

.download-brochure .brochure-input {
    margin-top: 20px;
}

.download-brochure button {
    border: 0;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.download-brochure input[type="text"],
.download-brochure input[type="email"] {
    padding: 10px;
    background-color: #EBEBEB;
    border: 1px solid #C1C1C1;
    width: 100%;
}

.download-brochure h5 {
    font-size: 15px;
    color: #333333;
    position: relative;
    font-weight: bold;
    margin-bottom: 35px;
}

.download-brochure .r-block {
    background-color: #FFE266;
    cursor: pointer;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
    width: 387px;
}

.download-brochure .left-block {
    background-color: #FFE266;
    padding: 15px;
    width: 100%;
}

.download-brochure .button svg {
    margin-left: auto;
}

.download-brochure .brochure-img {
    position: absolute;
    right: 0;
    bottom: -11px;
    font-size: 0;
}

.brochure-close {
    cursor: pointer;
    z-index: 200;
    background-color: #a9b71c;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Lato;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.thank-you-mailchimp h3 {
    color: #a9b71c;
    font-weight: bold;
}

.download-brochure .title svg {
    position: relative;
    /*top: 3px;*/
    margin-right: 10px;
}

.download-brochure .title {
    font-size: 27px;
    color: #fff;
    line-height: 1;
    margin-bottom: 17px;
}

.download-brochure p {
    font-size: 14px;
}

.wppcr_rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.2;
    color: #66136C !important;
    text-shadow: none !important;
}

.wppcr_rating > input[name="rating"]:checked ~ label {
    color: #66136C !important;
}

.wppcr_rating:not(:checked) > label:before {
    content: '☆ ' !important;
}

.wppcr_rating input[name="rating"]:checked ~ label:before {
    content: '★ ' !important;
}

@media (min-width: 576px) {
    .wp-block-column:not(:first-child) {
        margin-left: 0;
        padding-left: 22px;
    }

    .navbar-brand img {
        max-width: 100%;
        width: auto;
    }

    nav.navbar {
        padding: 20px 0;
    }

    .cd-news-advice-tiles-block-wrapper .loop-cd-tile {
        width: 50%;
        padding: 25px;
    }

    .offers-deal-block {
        padding: 15px 30px;
    }

    h1 {
        font-size: 46px;
        line-height: 50px;
        padding-bottom: 18px;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 18px;
        margin-bottom: 25px;
    }

    .bg-big {
        background-size: 125%;
    }

    .bg-middle {
        background-size: 125%;
    }

    .bg-small {
        background-size: 125%;
    }

    .bg-big .top-title {
        margin-top: 31px;
        height: 41.95vw;
    }

    .cd-news-button {
        padding: 20px 30px;
        width: 50%;
    }

    .cd-news-buttons {
        margin-top: 30px;
        background-color: #90E1F9;
        padding: 0;
    }

    .video-block {
        height: 385px;
    }

    .sidebar-text-block {
        padding: 15px 30px;
    }
}

@media (min-width: 768px) {
    h1, h2 {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .bg-big .top-title {
        margin-top: 31px;
        height: 34.95vw;
    }

    .bg-big {
        background-size: 100%;
    }

    .bg-middle {
        background-size: 100%;
    }

    .bg-small {
        background-size: 100%;
    }

    .main-content {
        padding: 30px 15px 0 15px;
        margin-bottom: 100px;
    }

    .ld-tiles-block {
        padding: 15px;
    }

    .video-block {
        height: 464px;
        padding: 31px 0;
    }

    .home .header-block-wrapper {
        background-color: #46b2c7;
        background-image: url('./assets/img/home-bg.png');
        min-height: 39vw;
        background-size: auto 100%;
    }

    .home .header-block-bottom-bg {
        display: block;
    }

    .header-block-bottom-content > .row {
        margin: 0 -15px;
    }

    .top-title h1 {
        margin-top: 31px;
    }

    .download-brochure .r-block-wrapper span {
        padding: 20px;
    }

    .download-brochure .left-block {
        padding: 30px 60px 30px 45px;
    }

    .download-brochure h5 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .bg-middle .top-title {
        height: 18.95vw;
    }

    .top-title, .home .content-block {
        padding-right: 130px;
    }

    .ld-tiles-block {
        padding: 30px;
    }
}

.main-content .top-title h1 {
    color: #212529;
}

@media (min-width: 768px) {
    .home .header-block-wrapper {
        min-height: 520px;
        background-size: contain;
        background-position-x: center;
        padding-top: 150px;
    }

    .home .header-block-wrapper .top-title {
        margin-bottom: 300px;
    }
}

@media (min-width: 576px) {
    .cd-news-advice-tiles-block-wrapper .loop-cd-tile {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }
}

.cd-news-advice-tiles-block-wrapper {
    margin: 0;
}

.cd-news-advice-tiles-block-wrapper .loop-cd-tile-wrapper h3 {
    min-height: 52px;
}

.cd-news-advice-tiles-block-wrapper .loop-cd-tile-wrapper .cd-tile-text {
    min-height: 105px;
}

.cd-news-advice-tiles-block-wrapper .loop-cd-tile-wrapper .cd-tile-text > p {
    margin: 16px 0;
    min-height: 88px;
}

@media (min-width: 992px) {
    .bg-middle .top-title {
        height: initial;
    }
}

.main-content .top-title h1:before {
    content: none
}

.login-form,
.register-form {
    padding: 0;
    max-width: 380px;
}

/*billy changes*/

.header-block-content--login {
    position: relative;
}

.header-block-content--login .top-title h1 {
    /*color: #212529;*/
}

.header-block-content--login:before {
    content: none;
    position: absolute;
    display: block;
    width: calc(100% + 48px);
    height: 100%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .33);
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.cd-button {
    border: 2px solid #fff;
}

.cd-button.violet:hover {
    color: #66136C;
    border-color: #66136C;
    background-color: #fff;
}

.content-notice {
    font-weight: bold;
    margin: 1rem 0;
    padding: 1rem;
    border-left: 5px solid #66136C;
    box-shadow: 0 0 2px 0.1px #ccc;
    width: 99.9%;
}

.border-bottom-violet {
    border-bottom: 2px solid #66136C;
}

.bg-transparent {
    background-color: transparent;
}

ul, ol {
    padding-inline-start: 15px;
}

ul li,
ol li {
    padding: 5px 0 10px 15px;
}

#wp-admin-bar-add-new-deal strong {
    font-weight: bold;
}

#wp-admin-bar-add-new-deal a {
    outline: 4px solid #fff;
}

.border-purple {
    border-color: #66136C !important;
}

.text-purple {
    color: #66136C !important;
}

h4 {
    position: relative;
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 18px;
}

.deal-rating-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.deal-rating-wrapper .wpcr_aggregate {
    float: initial;
    width: initial;
}

.cd-button.yellow:hover,
a.cd-button.yellow:hover {
    background-color: #fff;
    border-color: #FFE266;
    color: #000;
}
.form-view-all-feedbacks input[type="submit"]{
    font-family: 'Muli';
    color: #000000;
    font-weight: 600;
    padding: 0;
    min-width: initial;
    background: initial;
    font-size: 16px;
    border-bottom: 1px solid;
}
.form-view-all-feedbacks input[type="submit"]:hover{
    color: #66136C;
}
#respond .wppcr_rating legend{
    display: none;
}
.swal2-popup{
    border-radius: 0;
}

.swal2-popup .swal2-icon.swal2-question{
    border-color: #d35cdb;
    color: #66136C;
}

.swal2-popup .swal2-title{
    color: #000;
}

.swal2-actions .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0;
    background-color: #66136C;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}
.swal2-html-container {
    font-family: 'Muli';
}
.swal2-title:before{
    content: none;
}
.swal2-actions button{
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    margin: 10px 20px;
    padding: 15px 25px;
}
.violet.cd-button--disabled{
    opacity: .7;
}
.violet.cd-button--disabled:hover{
    background-color: #66136C;
    color: #fff;
}
#breadcrumbs a{
    font-weight: bold;
}
