@charset "utf-8";
/* CSS Document */

/*
Theme Name: Cerco-Caffe Theme
Author: The Laundry
Description: Custom WP Theme for Cerco-Caffe
Version: 1.1
Text Domain: theme
Tags:
*/

/* ALL CRITICAL, HEAD AND ABOVE-THE-FOLD STYLES MUST BE HERE! */

/* Fonts:
    * font-family: "Mukta Malar", sans-serif; 500, 600
    * font-family: "Montserrat", sans-serif; variable
*/

body, html {
	padding:0;
	margin:0;
    font-family: "Montserrat", sans-serif;
    font-weight:200;
    background-color:#1A1A1B;
    color:#FFEDD3;
    font-size:17px;
    line-height:30px;
    overflow-x:hidden;

}


* {
	box-sizing: border-box;
}

.grecaptcha-badge { visibility: hidden; }

.lightscheme {
    position: relative;
    background-color:#F0F0F0;
    color:#000000;
}
.grayback {
    position: relative;
    overflow: visible;
    background-color:#242424;
    color:#FFEDD3;
}
@media screen and (min-width:931px) {
    .grayback.grayback-pseudo {
        background-color:transparent;
        position: relative;
        z-index: 1;
    }
    .grayback.grayback-pseudo::before {
        background-color:#242424;
        content:'';
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index: -1;
        transform:TranslateX(-122px);
    }
}


p {
    font-family: "Montserrat", sans-serif;
    font-weight:200;
    color:#FFEDD3;
    font-size:17px;
    line-height:30px;
    margin-bottom:1em;
}
p.intro, .intro p {
    font-size:22px;
    line-height:36px;
    margin-bottom:25px;
}
.lightscheme p {
    color:#000000;
}
.grayback p {
    color:#FFEDD3;
}

ul {
    margin:15px 0;
    padding:0 0 0 15px;
}

a {
    color:#D29E51;
}
a.button {
    position: relative;
    display: inline-block;
    font-size:18px;
    line-height: 18px;
    background-color:#D29E51;
    color:#211612;
    font-weight:600;
    text-decoration: none;
    padding:12px 20px 10px 42px;
    border-radius: 100px;
    margin-right:8px;
    margin-bottom:8px;
}
a.button::before {
    position: absolute;
    height:24px;
    width:24px;
    left:8px;
    top:50%;
    transform:TranslateY(-50%);
    content:url('img/icons/arrow-before-black.svg');
    transition: 0.3s ease;
}
a.button:hover::before {
    transform:TranslateY(-50%) TranslateX(6px);
}
a.altbutton {
    position: relative;
    display: inline-block;
    font-size:18px;
    line-height: 18px;
    color:#D29E51;
    font-weight:600;
    text-decoration: none;
    padding:12px 20px 10px 42px;
    margin-right:8px;
    margin-bottom:8px;
}
a.altbutton::before {
    position: absolute;
    height:24px;
    width:24px;
    left:8px;
    top:50%;
    transform:TranslateY(-50%);
    content:url('img/icons/arrow-before.svg');
    transition: 0.3s ease;
}
a.altbutton:hover::before {
    transform:TranslateY(-50%) TranslateX(6px);
}

a.uspbutton {
    position: relative;
    z-index: 5;
    display: inline-block;
    font-size:18px;
    line-height: 18px;
    background-color:transparent;
    color:#211612;
    font-weight:600;
    text-decoration: none;
    padding:16px 20px 14px 46px;
    border-radius: 100px;
    margin-right:15px;
    transition: 0.3s ease;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
a.uspbutton::after {
    content:'';
    position: absolute;
    display: block;
    z-index: -1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:white;
    border-radius: 100px;
    opacity:0.6;
}
a.uspbutton::before {
    content:url('img/icons/arrow-before-black.svg');
    position: absolute;
    height:24px;
    width:24px;
    left:8px;
    top:50%;
    transform:TranslateY(-50%);
    transition: 0.3s ease;
}
a.uspbutton:hover {
    transform:TranslateY(-6px);
}
a.uspbutton:hover::before {
    transform:TranslateY(-50%) TranslateX(6px);
}

@media screen and (max-width:630px) {
    a.button, a.altbutton {
        font-size:16px;
        line-height: 16px;
        padding:12px 16px 10px 42px;
    }
    a.uspbutton {
        font-size:16px;
        line-height: 16px;
        padding:12px 16px 10px 42px;
    }
}
@media screen and (max-width:430px) {
    a.uspbutton {
        font-size:14px;
        line-height: 14px;
        padding:10px 14px 8px 38px;
    }
    a.uspbutton::before {
        left:4px;
    }

}

.center {
	text-align: center;
}

.left {
	float:left!important;
}
.right {
	float:right!important;
}
.space {
	margin-top:120px;
	margin-bottom:120px;
}
.space-bottom {
	margin-bottom:100px;
}
.space-top {
	margin-top:100px;
}
.bigspace {
	margin-top:160px;
	margin-bottom:160px;
}
.bigspace-top {
	margin-top:160px;
}
.bigspace-bottom {
	margin-bottom:160px;
}
.smallspace {
	margin-top:60px;
	margin-bottom:60px;
}
.smallspace-top {
	margin-top:60px;
}
.smallspace-bottom {
	margin-bottom:60px;
}

.negspace-top-small {
    margin-top:-60px
}
.negspace-bottom-small {
    margin-bottom:-60px
}
.negspace-top {
    margin-top:-140px
}
.negspace-bottom {
    margin-bottom:-140px
}
.negspace-top-big {
    margin-top:-280px
}
.negspace-bottom-big {
    margin-bottom:-280px
}
.negspace-top-biggest {
    margin-top:-340px
}
.negspace-bottom-biggest {
    margin-bottom:-340px
}

h1, h2, h3, h4, h5 {
    font-family: "Mukta Malar", sans-serif;
    color:#FFEDD3;
}
h1 span, h1 strong, h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong, h5 span {
    color:#D29E51;
}
.lightscheme h1, .lightscheme h2, .lightscheme h3, .lightscheme h4, .lightscheme h5 {
    color:#D29E51;
}
.grayback h1, .grayback h2, .grayback h3, .grayback h4, .grayback h5 {
    color:#FFEDD3;
}
h1 {
    font-size:54px;
    line-height: 54px;
    font-size: clamp(38px, 5vw, 54px);
    line-height: clamp(38px, 5vw, 54px);
    font-weight:600;
    margin:0 0 15px 0;
}
h2 {
    font-size:48px;
    line-height: 53px;
    font-size: clamp(32px, 3vw, 48px);
    line-height: clamp(36px, 3vw, 53px);
    padding-top:12px;
    font-weight:600;
    margin:0 0 45px 0;
}
.intro h2 {
    font-size:36px;
    line-height: 36px;
    font-size: clamp(24px, 2vw, 36px);
    line-height: clamp(34px, 2vw, 46px);
    padding-top:12px;
    font-weight:600;
    margin:0 0 25px 0;
}
h2.bigger {
    font-size:72px;
    line-height: 72px;
    font-size: clamp(38px, 3vw, 72px);
    line-height: clamp(38px, 3vw, 72px);
    padding-top:16px;
    margin:0 0 65px 0;
}
h3 {
    font-size:26px;
    line-height: 30px;
    font-size: clamp(22px, 2vw, 26px);
    line-height: clamp(26px, 2vw, 30px);
    font-weight:600;
    margin:8px 0;
    letter-spacing: 1px;
}
h4 {
    font-family: "Montserrat", sans-serif;
    font-size:19px;
    line-height: 30px;
    font-size: clamp(16px, 2vw, 19px);
    line-height: clamp(24px, 2vw, 30px);
    font-weight:500;
    text-transform: uppercase;
    padding-top:5px;
    margin:8px 0;
    letter-spacing: 2px;

}

.headercontainer, .bigcontainer, .container, .midcontainer, .smallcontainer, .minicontainer, .flexrow {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.row, .flexrow {
	width:100%;
	overflow:hidden;
    padding-left:0;
    padding-right:0;
}
.bigcontainer {
    width:1645px;
}
.container, .headercontainer {
	width:1400px;
}
.midcontainer {
	width:900px;
}
.smallcontainer {
	width:680px;
}
.minicontainer {
	width:450px;
}
.align-center {
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.reverse {
    flex-direction: row-reverse;
}

.div5 {
    width:5%;
}
.div10 {
    width:10%;
}
.div15 {
    width:15%;
}
.div20 {
    width:20%;
}
.div25 {
    width:25%;
}
.div30 {
    width:30%;
}
.div33 {
    width:calc(100% / 3);
}
.div35 {
    width:35%;
}
.div40 {
    width:40%;
}
.div45 {
    width:45%;
}
.div50 {
    width:50%;
}
.div60 {
    width:60%;
}
.div65 {
    width:65%;
}
.div70 {
    width:70%;
}
.div80 {
    width:80%;
}

@media screen and (max-width:930px) {
    .grayback {
        padding-left:15px;
        padding-right:15px;
    }
    .space-top {
        margin-top:60px;
    }
    .space-bottom {
        margin-bottom:60px;
    }
    .space {
        margin-top:60px;
        margin-bottom:60px;
    }
    .bigspace {
        margin-top:90px;
        margin-bottom:90px;
    }
    .bigspace-top {
        margin-top:90px;
    }
    .bigspace-bottom {
        margin-bottom:90px;
    }
    .smallspace {
        margin-top:30px;
        margin-bottom:30px;
    }
    .smallspace-top {
        margin-top:30px;
    }
    .smallspace-bottom {
        margin-bottom:30px;
    }

    .negspace-top-small {
        margin-top:-30px
    }
    .negspace-bottom-small {
        margin-bottom:-30px
    }
    .negspace-top {
        margin-top:-60px
    }
    .negspace-bottom {
        margin-bottom:-60px
    }
    .negspace-top-big {
        margin-top:-120px
    }
    .negspace-bottom-big {
        margin-bottom:-120px
    }
    .negspace-top-biggest {
        margin-top:-160px
    }
    .negspace-bottom-biggest {
        margin-bottom:-160px
    }
    
    .space-between {
        justify-content: space-around;
    }

    h2 {
        margin:0 0 25px 0;
    }

    .div10, .div15, .div20 {
        width:50%;
    }
    .div25, .div30, .div33, .div35, .div40, .div45, .div50, .div60, .div65, .div70, .div80 {
        width:100%;
    }
}

header {
    position: fixed;
    z-index: 99;
    top:0;
    left:0;
    width:100%;
}
.headercontainer {
    align-items: center;
    overflow: visible;
}
.header-upper {
    background-color:#242424;
    width:100%;
    height:41px;
    position: relative;
    z-index: 5;
}
.header-upper a:not(.button):not(.altbutton):not(.uspbutton)[target="_blank"]::after {
    content:'';
    display: inline-block;
    width:1em;
    height:1em;
    margin-left:.5em;
    transform:translateY(.125em);
    background-image:url('img/icons/external.svg');
    background-size:contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color:#1A1A1B;
    width:100%;
    height:88px;
}
.header-logo {
    display: flex;
}
.header-logo a {
    display: inherit;
}
.header-logo img {
    height:52px;
    width:auto;
}


.header-rating {
    color:#D29E51;
    line-height: 20px;
    margin:0;
    display: inline-block;
}
.header-rating a {
    text-decoration: none;
    padding-left:0px!important;
}
.header-rating sub {
	display: inline-block;
	transform:translateY(-4px);
}
.header-rating img {
    display: inline;
    width:20px;
    transform:translateY(3px);
}
.header-rating a::before, .header-rating a::after {
    display: none!important;
}
.menu-extra-nav-links-container {
    display:inline-block;
    margin-right:0;
}
.menu-extra-nav-links-container::after {
    content: '|';
    display: inline-block;
    margin: 0 20px;
}
.menu-extra-nav-links-container ul {
    display: inline-block;
}




header nav {
    margin-left:auto;
}
header nav ul {
    list-style: none;
    margin:0;
    padding:0;
}
header nav ul:not(.sub-menu) > li {
    position: relative;
    display: inline-block;
    margin:0;
    padding:0;
    margin-left:18px;
}
header nav ul:not(.sub-menu) > li > a {
    padding-right:18px;
}
header nav ul:not(.sub-menu) > li:last-child {
    margin-left:9px;
    padding-right:0;
}
header nav ul:not(.sub-menu) > li:last-child a {
    position: relative;
    display: inline-block;
    font-size:17px;
    line-height: 17px;
    background-color:#D29E51;
    color:#211612;
    font-weight:600;
    text-decoration: none;
    padding:12px 20px 10px 46px;
    border-radius: 100px;
}
header nav ul:not(.sub-menu) > li:last-child a::before {
    position: absolute;
    height:24px;
    width:24px;
    left:8px;
    top:50%;
    transform:TranslateY(-50%);
    content:url('img/icons/arrow-before-black.svg');
    transition: 0.3s ease;
}
header nav ul:not(.sub-menu) > li:last-child a:hover::before {
    transform:TranslateY(-50%) TranslateX(6px);
}
header nav a {
    display: block;
    color:#FFEDD3;
    text-decoration: none;
}
header nav i {
    display: block;
    float:left;
    padding-right:12px;
}
header nav ul.sub-menu i, header nav ul:not(.sub-menu) > li:last-child i {
	display:none!important;
}
header nav i img {
    height:25px;
    width:25px;
}

header nav ul:not(.sub-menu) > li:not(:last-child) > a::after {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    height:3px;
    width:0;
    border-radius: 100px;
    background-color:#D29E51;
    transition: 0.3s ease;
}
header nav ul:not(.sub-menu) > li:hover > a::after, header nav ul:not(.sub-menu) > li.current-menu-item > a::after, header nav ul:not(.sub-menu) > li.current-menu-parent > a::after {
    width:78px;
}


header nav li.menu-item-has-children {
    position: relative;
}
header nav ul.sub-menu {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    flex-direction: column;
    background-color:#1A1A1B;
    z-index: 5;
    top:100%;
    left:-12px;
}
@media screen and (min-width:931px) {
    header nav li.menu-item-has-children:hover > ul.sub-menu {
        display: flex;
    }
    header nav ul.sub-menu li.current-menu-item::before {
        content:'';
        position: absolute;
        top:0;
        left:0;
        width:3px;
        height:100%;
        background-color:#D29E51;
        border-radius: 100px;
    }
    header nav ul:not(.sub-menu) > li:not(:last-child):not(:nth-last-child(2))::after {
        content:'';
        position: absolute;
        top:50%;
        right:0;
        transform:TranslateY(-50%);
        display: inline-block;
        height:16px;
        width:1px;
        background-color:#FFEDD3;
    }
    header nav li.hidedesktop {
        display: none!important;
    }
}
header nav ul.sub-menu ul.sub-menu {
    top:0;
    left:100%;
}
header nav ul.sub-menu li {
    position: relative;
    padding:0 12px;
}

header nav ul.sub-menu a {
    position: relative;
    display: block;
    width:100%;
    color:#D29E51;
    font-weight:600;
    letter-spacing: 2px;
    font-size:13px;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom:1px solid #4D4D4D;
    padding:9px 18px 7px 0;
}
header nav ul.sub-menu a::after {
    content:'';
    position: absolute;
    right:0;
    top:50%;
    transform:TranslateY(-50%);
    width:9px;
    height:13px;
    background-image:url('img/icons/arrow-right.svg');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}
header nav ul.sub-menu a:hover::after {
    transform:TranslateY(-50%) TranslateX(4px);
}

header .header-upper {
    padding:5px 0;
}
header .header-upper ul {
    list-style: none;
    margin:0;
    padding:0;
}
header .header-upper li {
    display: inline-block;
    margin:0;
    padding:0;
}
header .header-upper a {
    text-decoration: none;
    font-size:16px;
    line-height: 31px;
}

header .uppernav-l li:not(:last-child)::after {
    content:'|';
    margin:0 20px;
}
header .uppernav-l a {
    position: relative;
    font-weight:600;
    color:#FFEDD3;
    padding-left:36px;
}
header .uppernav-l a::before {
    position: absolute;
    height:24px;
    width:24px;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    content:url('img/icons/arrow-before-light.svg');
    transition: 0.3s ease;
}
header .uppernav-l a:hover::before {
    transform:TranslateY(-50%) TranslateX(6px);
}

header .uppernav-r {
    margin-left:auto;
}
header .uppernav-r > div{
    display: inline-block;
}
header .uppernav-r ul {
    display: inline-block;
}
header .uppernav-r li {
    margin-left:25px;
}
header .uppernav-r li:last-child a, header .uppernav-r li:nth-last-child(2) a {
    font-weight:500;
}

.hamburger {
	position: absolute;
	z-index:99;
	top:0;
	right:15px;
	width:45px;
	height:45px;
	cursor: pointer;
    display: none;
}
.hamburger::after {
    content:'MENU';
    position: absolute;
    top:calc(100% - 6px);
    left:0;
    width:100%;
    font-size:13px;
    line-height: 13px;
    text-align: center;
}
.hamburger span {
	display:block;
	position: absolute;
	left:6px;
	height:3px;
	width:33px;
	background:#FFEDD3;
	transition: 0.3s ease;
}
.hamburger span:nth-child(1) {
	top:12px;
}
.hamburger span:nth-child(2) {
	top:21px;
}
.hamburger span:nth-child(3) {
	top:30px;
}

.opennav .hamburger span:nth-child(1) {
	top:21px;
	transform:rotate(45deg);
}
.opennav .hamburger span:nth-child(2) {
	top:21px;
	opacity:0;
}
.opennav .hamburger span:nth-child(3) {
	top:21px;
	transform:rotate(-45deg);
}

.phone-mobile {
    display: none;
	position: absolute;
	z-index:99;
	top:0;
	right:65px;
	width:50px;
	height:45px;
	cursor: pointer;
    color:#ffedd3;
}
.phone-mobile::after {
    content:'BELLEN';
    position: absolute;
    top:calc(100% - 6px);
    left:0;
    width:100%;
    font-size:13px;
    line-height: 13px;
    text-align: center;
}
.phone-mobile span {
    width:30px;
    height:25px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    background-image:url('img/icons/phone.svg');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:1130px) {
    header nav ul:not(.sub-menu) > li > a {
        text-align: center;
    }
    header nav i {
        display: block;
        float:none;
        padding:0;
    }
    header nav i img {
        display: block;
        margin:0 auto;
    }
    header .uppernav-l a {
        font-size:15px;
        padding-left:28px;
    }
    header .uppernav-r a {
        font-size:15px;
    }
    header .uppernav-r li {
        margin-left:10px;
    }
    header .uppernav-l li:not(:last-child)::after {
        margin:0 6px;
    }
}
@media screen and (max-width:930px) {
    .header-main {
        height:80px;
    }
    header nav {
        display: none;
    }
    .hamburger, .phone-mobile {
        display: block;
    }
    header .uppernav-r {
        display: none;
    }
    header .uppernav-l a {
        font-size: 16px;
        line-height: 16px;
        padding-left:32px;
    }
    header .uppernav-l li:not(:last-child)::after {
        margin:0 20px;
    }

}
@media screen and (max-width:680px) {
    header .uppernav-l li:not(:last-child)::after {
        margin: 0 10px;
    }
    header .uppernav-l a {
        font-size:14px;
        line-height: 14px;
        padding-left:24px;
    }
    header .uppernav-l a::before {
        height:18px;
        width:18px;
    }
    header .uppernav-l a:hover::before {
        transform:TranslateY(-50%) TranslateX(3px);
    }
}

@media screen and (max-width:430px) {
    header .header-upper {
        height:auto;
    }
    header .uppernav-l a {
        padding-left:0;
        font-weight:300;
        letter-spacing: 0.3px;
    }
    header .uppernav-l a::before {
        display: none;
    }
}
@media screen and (max-width:360px) {
    header .header-upper {
        display: none;
    }
}

.hero {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background:-webkit-radial-gradient(circle closest-side 65%, #2F2F2F, #1A1A1B);
    background:radial-gradient(circle closest-side at 65%, #2F2F2F, #1A1A1B);
    min-height:50vh;
    height:auto;
    padding:100px 0;
}
.hero.hero-autoheight {
    min-height:0;
    height:auto;
    padding-bottom:40px;
}

.hero-content {
    align-items: center;
    overflow: visible;
    padding-top:70px;
    padding-bottom:35px;
}

.hero-content ul:not(.slick-dots), ul.checklist {
    padding-left:0;
    list-style: none;
}
.hero-content ul:not(.slick-dots) li::before, ul.checklist li::before {
    content:'✓ ';
    color:#d6af67;
}
ul.checklist {
    list-style: none;
    padding:0 0 0 37px;
    margin:0 0 1em 0;
}
ul.checklist li {
    position: relative;
    margin:.5em 0;
}
ul.checklist li.yes::before {
    content:url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16.21" height="14.022" viewBox="0 0 16.21 14.022">  <path id="Path_571" data-name="Path 571" d="M4334.234,2577.683l4.564,7.016,8.86-11.621" transform="translate(-4332.851 -2571.676)" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
    width:28px;
    height:28px;
    background-color:#086E04;
    border-radius: 100px;
    position: absolute;
    top:0;
    left:-40px;
    text-align: center;
}
ul.checklist li.no::before {
    content:url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12.762" height="12.762" viewBox="0 0 12.762 12.762">  <g id="Group_464" data-name="Group 464" transform="translate(-4439.348 -2572.506)"><path id="Line_37" data-name="Line 37" d="M10.762,11.762a1,1,0,0,1-.707-.293L-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L11.469,10.055a1,1,0,0,1-.707,1.707Z" transform="translate(4440.348 2573.506)" fill="white"/><path id="Line_38" data-name="Line 38" d="M0,11.762a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L10.055-.707a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414L.707,11.469A1,1,0,0,1,0,11.762Z" transform="translate(4440.348 2573.506)" fill="white"/></g></svg>');
    width:28px;
    height:28px;
    background-color:#AC0404;
    border-radius: 100px;
    position: absolute;
    top:0;
    left:-40px;
    text-align: center;
}
@media screen and (max-width:930px) {
    ul.checklist {
        padding-left:40px;
    }
}


.hero-content-img {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.hero-content-img img {
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
}

.hero-home h1 {
    font-size:88px;
    font-size: clamp(48px, 4vw, 88px);
    line-height: 1em;
    font-weight:600;
    margin:0 0 25px 0;
}

.hero-reviews {
    position: absolute;
    z-index: 5;
    bottom:15px;
    right:60px;
    width:220px;
    height:auto;
}
.hero-reviews img {
    width:100%;
    height:auto;
}

a.hero-usp1 {
    position: absolute;
    bottom:15%;
    left:30%;
}
a.hero-usp2 {
    position: absolute;
    bottom:calc(15% + 80px);
    right:0%;
}
a.hero-usp3 {
    position: absolute;
    bottom:25%;
    left:0;
}
a.hero-usp4 {
    position: absolute;
    bottom:0;
    right:0%;
}

.scrolldown {
    position: relative;
    width:85px;
    height:85px;
    background-color:#D29E51;
    display: inline-block;
    margin-right:40px;
}
.scrolldown::after {
    content:'';
    display: block;
    width:24px;
    height:16px;
    background-image:url('img/icons/arrow-down-light.svg');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}
.underhero {
    transform:TranslateY(-85px);
}

@media screen and (min-width:931px) {
    .hero-content-img {
        left:-50px;
    }
}
@media screen and (min-width:1400px) {
    .hero-content-img {
        right:calc(100% - 50vw + 15px);
    }
}
@media screen and (min-width:1680px) {
    .hero-content-img {
        right:-25%;
    }
}
@media screen and (max-width:930px) {
    .hero-content {
        padding-top:30px;
    }
    .hero-home .hero-content {
        padding-top:70px;
    }
    .hero-content-img {
        position: relative;
        top:auto;
        left:auto;
        transform:none;
        width:100%;
        height:auto;
        padding-top:0;
    }
    .hero-content-img img {
        position: relative;
        width:100%;
        height:auto;
        top:auto;
        left:auto;
        transform:none;
    }
    .hero-home h1 {
        font-size:64px;
        line-height: 58px;
    }
    .hero-reviews {
        bottom:0px;
        right:30px;
        width:220px;
        height:auto;
    }
    .scrolldown {
        width:60px;
        height:60px;
        transform:translateX(-15px);
        margin-right:5px;
    }
    .underhero {
        transform:translateY(-60px);
        margin-bottom:-30px;
    }
    .underhero .bigspace {
        margin-top:60px;
    }
}
@media screen and (max-width:630px) {
    .hero-home h1 {
        font-size:46px;
        line-height: 38px;
    }
    .hero-reviews {
        display: none;
        bottom:55px;
        right:30px;
        width:220px;
        height:auto;
    }
    a.hero-usp1 {
        bottom:0;
        left:auto;
        right:10%;
    }
    a.hero-usp2 {
        bottom:60px;
        right:0%;
    }
}
@media screen and (max-width:430px) {
    .hero-home h1 {
        font-size:29px;
        line-height: 34px;
		margin-bottom:15px;
    }
	.hero-home p {
		margin:12px 0 20px 0;
	}
    a.hero-usp1 {
        bottom:-20px;
        left:auto;
        right:10%;
        margin-right:0;
    }
    a.hero-usp2 {
        bottom:30px;
        right:0%;
        margin-right:0;
    }
}

.update {
    display: block;
    position: fixed;
    z-index: 50;
    bottom: 45px;
    left: 0;
    transform: TranslateX(-100%);
    background-color: white;
    box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 25%);
    transition: 0.3s ease;
}
.update-open {
    position: absolute;
    left: 100%;
    height: 100%;
    background-color: #D29E51;
    color: #000000;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.04em;
    font-weight:600;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    opacity:0.8;
    transition: 0.3s ease;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
}
.update-open i {
    position: absolute;
    top:0;
    right:0;
    width:22px;
    height:22px;
    border-radius: 100px;
    line-height: 22px;
    color:white;
    font-weight:600;
    text-align: center;
    background-color:#086E04;
    transform:translateY(-50%) translateX(50%) rotate(-90deg);
    font-style:normal;
    text-decoration: none;
}
.update-open:hover {
    opacity: 1;
}
.update p {
    color:#000000;
    margin:0;
}
.update-content {
    width: 270px;
    max-width: 90vw;
    padding: 25px 15px;
}
.update-opened {
    transform:none;
}
.update-opened .update-open {
    opacity:1;
}
.update-close {
    position: absolute;
    top:6px;
    right:6px;
    width:22px;
    height:22px;
    cursor: pointer;
}
.update-close span {
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    height:2px;
    background-color:#D29E51;
    transform:translateY(-50%) rotate(-45deg);
}
.update-close span:last-child {
    transform:TranslateY(-50%) rotate(45deg);
}
@media screen and (max-width:390px) {
    .update-open {
        padding:4px 6px;
        font-size:14px;
        line-height: 14px;
    }
    .update-content {
        padding:20px 15px;
        padding-right:40px;
    }
    .update-content p {
        font-size:15px;
        line-height: 24px;
    }
}

.machine_config {
    position: relative;
    max-width:90vw;
    margin-left:auto;
    margin-right:auto;
}
.machine_config *:focus {
    outline:none;
}
.config_single::before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    padding-top:100%;
    background-image:url('img/machine_single_silhouette.svg');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events:none;
}
.config_double::before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    padding-top:100%;
    background-image:url('img/machine_double_silhouette.svg');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events:none;
}
.machine_wrap {
    position: relative;
    width:100%;
    padding-top:100%;
    height:0;
}
.machine_wrap img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width:630px) {
    .machine_config {
        margin-bottom:60px;
    }
}

.machine_config ul.slick-dots {
    display: inline-block;
    list-style: none;
    margin:0;
    background-color:#404040;
    padding:20px 24px;
    color:#FFEDD3;
    border-radius: 100px;
    line-height: normal;
    overflow: hidden;
    box-shadow: 0 8px 15px 0 rgba(0,0,0,0.36);
    max-width: 80%;
}
.machine_config.config_single ul.slick-dots {
    position: absolute;
    bottom:10%;
    left:-35px;
}
.machine_config.config_double ul.slick-dots {
    position: absolute;
    bottom:18%;
    right:-10%;
}

.machine_config ul.slick-dots::before {
    content:'Kies kleur ';
    float:left;
    font-weight:600;
    padding-right:12px;
    margin-right:15px;
    border-right:2px solid #242424;
}
.machine_config ul.slick-dots li {
    display: block;
    float:left;
    width:22px;
    height:22px;
    margin-right:12px;
    border-radius: 100px;
    background:red;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
.machine_config ul.slick-dots li.slick-active {
    border:2px solid white;
    transform:scale(1.2);
} 
.machine_config ul.slick-dots li button {
    -webkit-appearance:none;
    font-size:1px;
    line-height: 1px;
    display: none;
}
@media screen and (max-width:1560px) {
    .machine_config.config_single ul.slick-dots {
        left:0;
    }
    .machine_config.config_double ul.slick-dots {
        right:0;
    }
}
@media screen and (max-width:930px) {
    .machine_config.config_single ul.slick-dots {
        bottom:10%;
    }
    .machine_config.config_double ul.slick-dots {
        bottom:10%;
    }
}
@media screen and (max-width:630px) {
    .machine_config.config_single ul.slick-dots {
        bottom:0%;
        max-width:none;
    }
    .machine_config.config_double ul.slick-dots {
        bottom:0%;
        max-width:none;
    }
}
@media screen and (max-width:480px) {
    .machine_config ul.slick-dots::before {
        display: none;
    }
    .machine_config.config_single ul.slick-dots {
        bottom:-7%;
    }
    .machine_config.config_double ul.slick-dots {
        bottom:-7%;
    }
}
@media screen and (max-width:380px) {
    .machine_config ul.slick-dots li {
        width:20px;
        height:20px;
        margin-right:10px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    }
}

.form form {
    width:100%;
    margin-top:17px;
}
.form label {
	display:block;
	margin-bottom:15px;
}
.form form input:not([type=submit]):not([type="checkbox"]) , .form form textarea {
    width:100%;
    border:none;
    background-color:transparent;
    border-radius: 0;
    border-bottom: 1px solid #FFEDD3;
    color:#FFEDD3;
    padding:8px 0;
    resize:none;
    margin-bottom:8px;
}
.form form * {
    font-size:17px;
    line-height: 17px;
    font-family:inherit;
    font-weight:300;
}
.form form b, .form form strong {
    font-weight:500;
    margin-bottom:15px;
}
.form form *:focus {
    outline: none;
}
.form form ::placeholder {
    color:#FFEDD3;
    opacity:0.6;
}
.form form p {
	margin:8px 0;
}

.form form .wpcf7-list-item {
	margin:8px 0;
}

.form select {
	position:relative;
	-webkit-appearance:none;
	display:block;
	padding:8px;
	padding-right:30px;
	width:100%;
	margin:8px 0;
	border:none;
	background-color:#1A1A1B;
	color:#FFEDD3;
	background-image: url(https://cerco-caffe.com/wp-content/themes/cercocaffe/img/icons/arrow-before-down.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
}

.form form input[type="submit"] {
    -webkit-appearance:none;
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    background-color: #D29E51;
    background-image:url('img/icons/arrow-before-black.svg');
    background-size:auto 65%;
    background-repeat: no-repeat;
    background-position: 8px center;
    color: #211612;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 20px 10px 46px;
    border:none;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s ease;
}
.form form input[type="submit"]:hover {
    background-position: 15px center;
}