/*
 * Theme Name: catering-landing-page
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area {
	width: 100%;
}

.site-main {
	text-align: center;
}

.logo {
    width: 186px;
    height: auto;
    margin: 30px auto 25px;
    padding: 0;
    transition-duration: 0.5s;
}
.logo:hover {
    opacity: 0.7;    
}

/*==============================
global style for the lists 
================================*/
.cta-list {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 1rem;
    text-align: center;
}

.list-wrapp p {
    text-align: center;
    text-decoration: none;
    color: #333;
    transition-duration: 0.5s;
    padding-bottom: 4px;
    cursor: default;
    font-weight: 500;
    font-family: 'Alegreya Sans', sans-serif;
}

.list-wrapp p:hover {
    color: purple;
    
}
.list-wrapp li {
    display: inline-block;
    padding: 0 50px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition-duration: 0.5s;
    cursor: default;
}

.list-wrapp li:hover {
    color: purple;
}

/*===================================
the border bottom special effect
===================================*/
.list-wrapp p:after {
  display: block;
  content: '';
  border-bottom: solid 3px #ccc;  
  transform: scaleX(0.5);  
  transition: transform 250ms ease-in-out;
}
.list-wrapp p:hover:after { transform: scaleX(1); }
.list-wrapp p.fromRight:after{ transform-origin:100% 50%; }
.list-wrapp p.fromLeft:after{  transform-origin:  0% 50%; }

/*=========================================
Mixam ingrediente livram bunataturi 
============================================*/
#mix-ingredient-container {
    position: relative;
    z-index: 2;
}

#mix-ingredient-container h1 {
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    padding: 0;
    font-size: 3rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/*=============================
Servicii Complete de Catering
================================*/
#serv-comp-cat-container {
    position: relative;
    z-index: 2;
}

#serv-comp-cat-container h1 {
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    padding: 0;
    font-size: 5rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

#call-to-action {
    position: relative;
    z-index: 2;
    bottom: -7px;
}




/*=====================================
here stars the contact form styles
======================================*/
#call-to-action .contact-form {
    position: absolute;
    z-index: 2;
    top: 4rem;
    right: 8rem;
    padding: 25px;
    background: url(images/formimg.png) white no-repeat top center;
    height: auto;
    padding-top: 15px;
}

.discount {
    border: 2px dashed purple;
    width: 100%;
    margin: 20px auto 35px;
}

.discount p {
    text-align: center;
    color: purple;
    font-family: 'Garamont',sans-serif;
    font-weight: 300;
    line-height: normal;
    font-size: 2em;
}

/*this is the style for the placeholder text in contact forms*/

::-webkit-input-placeholder { /* WebKit browsers */
    color: purple !important;
    opacity: 1;
    text-transform: capitalize;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: purple !important;   
    opacity: 1;
    text-transform: capitalize;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: purple !important;
    opacity: 1;
    text-transform: capitalize;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: purple !important;
    opacity: 1;
    text-transform: capitalize;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="date"] {
    color: purple;
    border: 1px solid purple;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
}

input[type="submit"] {
    color: #fff;
    border-radius: 0;
    padding: 10px;
    background: purple;
    margin: 0;
    width: 100%;
    border-color: white !important;
    font-size: 1.5em;
}

select {
    color: purple;
    border: 1px solid purple;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
}

#call-to-action .jesica {
    position: absolute;
    top: 39%;
    left: 8%;
    text-align: left;
    font-size: 1rem;
    color: purple;
    line-height: 13px;
    padding: 0;
    text-shadow: 1px 4px 11px white;
    margin: 0;
    width: 320px;
}

.jesica h2 {
    font-weight: 400;
    font-size: 3em;
    letter-spacing: 1px;
}

.jesica h3 {
    font-weight: 100;
    font-size: 2em;
    font-family: 'Alegreya Sans',sans-serif;
}

.jesica p {
    font-size: 2em;
    letter-spacing: 1px;
}

.logo-footer {
    margin-top: 8em;
}

.logo-footer img {
    width: 180px;
}

.logo-footer img {
    width: 160px;
}

.bufet {
    background: url(images/1.png) no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.bufet:hover {
    border: 3px solid purple;
    background: url('images/10hover.png') no-repeat center;
}

.cocktail {
    background: url('images/2.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.cocktail:hover {
    border: 3px solid purple;
    background: url('images/4hover.png') no-repeat center;
}

.coofee {
    background: url('images/7.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.coofee:hover {
    border: 3px solid purple;
    background: url('images/1hover.png') no-repeat center;
}

.burger {
    background: url('images/8.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.burger:hover {
    border: 3px solid purple;
    background: url('images/2hover.png') no-repeat center;
}

.cocking {
    background: url('images/9.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.cocking:hover {
    border: 3px solid purple;
    background: url('images/3hover.png') no-repeat center;
}

/*aici incepe sectiunea doi a listei*/
.corporate {
    background: url('images/Shape-17.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.corporate:hover {
    border: 3px solid purple;
    background: url('images/5hover.png') no-repeat center;
}

.conferinta {
    background: url('images/3.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.conferinta:hover {
    border: 3px solid purple;
    background: url('images/6hover.png') no-repeat center;
}

.aniversari {
    background: url('images/4.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.aniversari:hover {
    border: 3px solid purple;
    background: url('images/7hover.png') no-repeat center;
}

.copii {
    background: url('images/5.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.copii:hover {
    border: 3px solid purple;
    background: url('images/9hover.png') no-repeat center;
}

.servicii {
    background: url('images/6.png') no-repeat center;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition-duration: 0.5s;
    padding: 2em;
    margin: 0 auto;
}

.servicii:hover {
    border: 3px solid purple;
    background: url('images/8hover.png') no-repeat center;
}

.wpcf7-mail-sent-ok {
    border: 1px dotted purple;
}

/*===========================================
# Call To Action section Responsive design
============================================*/
@media screen and (max-width: 1400px) {
    #call-to-action .contact-form {
        top: 2rem;
        right: 2rem;
        padding: 15px 20px 20px;
    }
}

@media screen and (max-width: 1160px) {
    #call-to-action .contact-form {
        right: 1rem;
        top: 1rem;
        padding: 174px 15px 15px;
    }
}

@media screen and (max-width: 1124px){
    #call-to-action .contact-form {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        background-size: contain;
        height: auto;
        padding: 26rem 0 0 0;    
    }
    
    
}

@media screen and (max-width: 665px) {
    #call-to-action .contact-form {
        position: relative;
        z-index: 2;
        top: -9px;
        right: 0;
        height: auto;
        left: 0;
        padding: 15rem 0 0 0;
        background-size: contain;
    }  
    
    input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
        padding: 10px 20px;
        width: 100% !important;
    }
    
    select {
        padding: 10px 20px;
        width: 90% !important;
    }
}


/*=================================================
# Global Responsive Design
===================================================*/

@media screen and (max-width: 600px) {
    .logo {
        width: 186px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    
    #mix-ingredient-container {
        height: auto;
        padding: 2rem 0;
        background-size: cover;
    }
    
    #serv-comp-cat-container {
        height: auto;
        padding: 2rem 0;
        background-size: cover;
    }
    
    h1.section-title {
        color: white;
        font-size: 1rem;
        padding: 0;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    
    
    #mix-ingredient-container h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    padding: 0;
    font-size: 2rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    }

    #serv-comp-cat-container h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    padding: 0;
    font-size: 2rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    }

}

/*============================
footer style stars here
=============================*/
.site-info {
    background: #e7dbdb;
    margin: 0;
    padding: 0;
}

.site-info p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: small;
    letter-spacing: 1px;
}

.site-info a {
    color: purple;
    text-decoration: none;
}

/*================================
# scroll down
=================================*/
.scrollbtn {
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    height: auto;
    top: -9px;
    position: relative;
    background: #a91689;
    border-bottom-left-radius: 10px;
    color: white;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    padding: 10px 15px;
    transition-duration: 0.5s;
}

.scrollbtn a {
    text-decoration: none;
    color: white;
}

.scrollbtn:hover {
    background: #52c2ea;
}

@media screen and (min-width: 1215px) {
    
    #mix-ingredient-container h1 {
    top: 34%;
    font-size: 5rem;
    }
}

@media screen and (max-width: 1278px) {
    .list-wrapp li {
        padding: 0 20px;
    }
    #mix-ingredient-container h1 {
    top: 30%;
    font-size: 4rem;
    }
    
}

@media screen and (max-width: 979px) {
   
    #mix-ingredient-container h1 {
        top: 35%;
        font-size: 3rem;
    }
    
}

@media screen and (max-width: 550px){
     #mix-ingredient-container h1 {
        top: 32%;
        font-size: 2rem;
        word-wrap: break-word;
    }
    .scrollbtn {
        position: relative;
        top: -40px;
        position: relative;
        cursor: pointer;
    }
    #serv-comp-cat-container h1 {
        top: 6rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 393px){
      #serv-comp-cat-container h1 {
    top: 5rem;
    font-size: 1.5rem;
}
.logo-footer {
    margin: 2em 0;
}
}

@media screen and (max-width: 1100px){ 
    #call-to-action .jesica {
    top: 12%;
    left: 5%;
    }
}

@media screen and (max-width: 930px) {
    #call-to-action .jesica {
        top: 12%;
        left: 5%;
    }
    #call-to-action .jesica {
        position: relative;
        left: 0 !important;
        text-align: center;
        top: 0 !important;
        right: 0 !important;
        width: 320px;
        margin: 0 auto;
    }
    .logo-footer {
        margin: 2em 0;
    }
}

@media screen and (max-width: 320px) {
    
    #mix-ingredient-container h1 {
        top: 33%;
        font-size: 1.5rem;
    }
    #serv-comp-cat-container h1 {
        top: 4.2rem;
        font-size: 1.5rem;
        word-wrap: break-word;
    }
    #call-to-action .contact-form {
        position: relative;
        z-index: 2;
        top: -9px;
        right: 0;
        height: auto;
        left: 0;
        padding: 8rem 0 0;
        background-size: contain;
    }
    #call-to-action .jesica {
        position: relative;
        left: 0 !important;
        text-align: center;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
        padding: 5px 0;
        height: auto;
        background: #e7dbdb;
        margin: 0 auto;
    }
    .contact-form input[type=email], 
    .contact-form input[type=text] {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 0 !important;
    }
    input[type="submit"] {
        border-radius: 0;
        background: purple;
        width: 100%;
        border-color: purple !important;
        margin: 0 auto;
        display: block;
        box-shadow: 0px 0px 35px purple;
    }
    .contact-form select {
        margin-bottom: 0 !important;
    }
    .site-info p {
        font-size: x-small;
        text-transform: lowercase;
    }
}

@media screen and (max-width: 375px) {
    
    #mix-ingredient-container h1 {
        top: 33%;
        font-size: 1.5rem;
    }
    #serv-comp-cat-container h1 {
        top: 4.2rem;
        font-size: 1.5rem;
        word-wrap: break-word;
    }
    #call-to-action .contact-form {
        position: relative;
        z-index: 2;
        top: -9px;
        right: 0;
        height: auto;
        left: 0;
        padding: 8rem 0 0;
        background-size: contain;
    }
    #call-to-action .jesica {
        position: relative;
        left: 0 !important;
        text-align: center;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
        padding: 5px 0;
        height: auto;
        background: #e7dbdb;
        margin: 0 auto;
    }
    .contact-form input[type=email], 
    .contact-form input[type=text] {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 0 !important;
    }
    input[type="submit"] {
        border-radius: 0;
        background: purple;
        width: 100%;
        border-color: purple !important;
        margin: 0 auto;
        display: block;
        box-shadow: 0px 0px 35px purple;
    }
    .contact-form select {
        margin-bottom: 0 !important;
    }
    .site-info p {
        font-size: small;
        text-transform: lowercase;
    }
}


/*========================================
# New contact form styles
==========================================*/
.contact-form input[type=email], .contact-form input[type=text] {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}
.contact-form select {
    margin-bottom: 0 !important;
}

.contact-form label span {
    margin-left: 0px !important;
}


/*========================================
# RESPONSIVE DESIGN
==========================================*/

@media screen and (min-width: 1215px) {
    
    #mix-ingredient-container h1 {
    top: 34%;
    font-size: 5rem;
    }
}

@media screen and (max-width: 1278px) {
    .list-wrapp li {
        padding: 0 20px;
    }
    #mix-ingredient-container h1 {
    top: 30%;
    font-size: 4rem;
    }
    
}

@media screen and (max-width: 979px) {
   
    #mix-ingredient-container h1 {
        top: 35%;
        font-size: 3rem;
    }
    
}

@media screen and (max-width: 550px){
     #mix-ingredient-container h1 {
        top: 32%;
        font-size: 2rem;
        word-wrap: break-word;
    }
    .scrollbtn {
        position: relative;
        top: -40px;
        position: relative;
        cursor: pointer;
    }
    #serv-comp-cat-container h1 {
        top: 6rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 393px){
      #serv-comp-cat-container h1 {
    top: 5rem;
    font-size: 1.5rem;
}
.logo-footer {
    margin: 2em 0;
}
}

@media screen and (max-width: 1100px){ 
    #call-to-action .jesica {
    top: 12%;
    left: 5%;
    }
}

@media screen and (max-width: 930px) {
    #call-to-action .jesica {
        top: 12%;
        left: 5%;
    }
    #call-to-action .jesica {
        position: relative;
        left: 0 !important;
        text-align: center;
        top: 0 !important;
        right: 0 !important;
        width: 320px;
        margin: 0 auto;
    }
    .logo-footer {
        margin: 2em 0;
    }
}

@media screen and (max-width: 320px) {
    
    #mix-ingredient-container h1 {
        top: 33%;
        font-size: 1.5rem;
    }
    #serv-comp-cat-container h1 {
        top: 4.2rem;
        font-size: 1.5rem;
        word-wrap: break-word;
    }
    #call-to-action .contact-form {
        position: relative;
        z-index: 2;
        top: -9px;
        right: 0;
        height: auto;
        left: 0;
        padding: 8rem 0 0;
        background-size: contain;
    }
    #call-to-action .jesica {
        position: relative;
        left: 0 !important;
        text-align: center;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
        padding: 5px 0;
        height: auto;
        background: #e7dbdb;
        margin: 0 auto;
    }
    .contact-form input[type=email], 
    .contact-form input[type=text] {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 0 !important;
    }
    input[type="submit"] {
        border-radius: 0;
        background: purple;
        width: 100%;
        border-color: purple !important;
        margin: 0 auto;
        display: block;
        box-shadow: 0px 0px 35px purple;
    }
    .contact-form select {
        margin-bottom: 0 !important;
    }
    .site-info p {
        font-size: x-small;
        text-transform: lowercase;
    }
}

@media screen and (max-width: 375px) {
    
    #mix-ingredient-container h1 {
        top: 33%;
        font-size: 1.5rem;
    }
    #serv-comp-cat-container h1 {
        top: 4.2rem;
        font-size: 1.5rem;
        word-wrap: break-word;
    }
    #call-to-action .contact-form {
        position: relative;
        z-index: 2;
        top: -9px;
        right: 0;
        height: auto;
        left: 0;
        padding: 8rem 0 0;
        background-size: contain;
    }
    #call-to-action .jesica {
        position: relative;
        left: 0 !important;
        text-align: center;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
        padding: 5px 0;
        height: auto;
        background: #e7dbdb;
        margin: 0 auto;
    }
    .contact-form input[type=email], 
    .contact-form input[type=text] {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 0 !important;
    }
    input[type="submit"] {
        border-radius: 0;
        background: purple;
        width: 100%;
        border-color: purple !important;
        margin: 0 auto;
        display: block;
        box-shadow: 0px 0px 35px purple;
    }
    .contact-form select {
        margin-bottom: 0 !important;
    }
    .site-info p {
        font-size: small;
        text-transform: lowercase;
    }
}

@media screen and (max-width: 1366px) {
    
    #call-to-action .event-form {
        right: 2em;
        top: 1.5em;
        padding: 235px 33px 15px;
    }
}

@media screen and (max-width: 1000px) {
    .row1 {
        display: inline-block;
        width: 100%;
        font-size: 0.6em;
    }
    
    .bufetleft {
        float: left;
        width: 50%;
        display: block;
    }
    .cocktailright {
        float: right;
        width: 50%;
        display: block;
    }
    
    .row2 {
        clear: both;
        width: 100%;
        display: inline-block;
        font-size: 0.6em;
    }
    .coofeeleft {
        float: left;
        display: block;
        width: 50%;
    }
    .burgerright {
        width: 50%;
        display: block;
        float: right;
    }
    .row3 {
        width: 100%;
        display: inline-block;
        clear: both;
        font-size: 0.6em;
    }
    
    .bufet {
        padding: 3em;
    }
    .cocktail {
        padding: 3em;
    }
    
    .coofee {
        padding: 3em;    
    }
    
    .burger {
        padding: 3em;    
    }
    
    .cocking {
        padding: 3em;    
    }
    .corporate {
        padding: 3em;    
    }
    .conferinta {
        padding: 3em;
    }
    .aniversari {
        padding: 3em;
    }
    .copii {
        padding: 3em;    
    }
    .servicii {
        padding: 3em;    
    }
    
}

@media screen and (min-width: 1001px) {
    
    .scrollbtn {
        display: none;
    }
    
    .cta-list {
        width: 100%;
        margin: 25px auto;
        padding: 0px;
    }
    .list-wrapp {
        width: 100%;
        display: inline;    
    }
    .row1,
    .row2,
    .row3 {
        display: inline;
        width: 33%;
    }
    
    
    .list-wrapp li {
    display: inline-block;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 201px;
    font-size: 14px;
    }
}

@media screen and (min-width: 1366px) {
    
    .list-wrapp li {
        display: inline-block;
        padding: 0 25px;
        list-style: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        width: 250px;
    }
}

@media screen and (max-width: 480px) {
   #mix-ingredient-container h1 {
        line-height: 24px;
        font-size: 1em;
    }
    
    #mix-ingredient-container span {
        line-height: 24px;
        font-size: 1em;
    }
    #serv-comp-cat-container h1 {
        line-height: 24px;
        font-size: 1em;
    }
    
    #call-to-action .event-form {
    position: relative;
    right: 0;
    top: -4px;
    padding: 0;
    background: url(images/top-form.png), url(images/Shape-1-copy.png);
    text-align: left;
    width: 100%;
    background-repeat: no-repeat, no-repeat;
    color: purple;
    margin: 0 auto;
    height: auto;
    /* background-position: center; */
    background-size: contain, contain;
}

input {
    padding: 12px !important;
    width: 100%;
    color: purple;
}

select {
    border: none;
    width: 100%;
    padding: 12px 10px !important;
    border: 1px solid purple;
    color: purple;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: white;
    font-size: 1rem;
    background: url(images/Group-6.png) no-repeat top center;
    background-size: contain;
    height: 70px;
    border-style: none;
    width: 100%;
    margin-top: -12px;
    }
    #wpcf7-f27-o1 {
        margin-top: -83px;
    }
    
    #call-to-action .event-form {
    position: relative;
    right: 0;
    left: 0;
    top: -4px;
    padding: 274px 20px 28px;
    max-width: 319px;
    background-repeat: no-repeat, no-repeat;
    margin: 0 auto;
    height: auto;
    
    } 
    button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100%;
    margin-top: -12px;
    }
    
   #call-to-action .event-form {
    position: relative;
    right: 0;
    left: 0;
    top: -4px;
    padding: 240px 10px 17px;
    max-width: 293px;
    background-repeat: no-repeat, no-repeat;
    margin: 0 auto;
    height: auto;
    }
    #call-to-action {
        background: transparent;
        overflow: hidden;
        margin: 4rem 0 0;
    }
    .scrollbtn {
        position: relative !important;
        top: -8px;
    }
    #mix-ingredient-container {
        padding: 0;
        margin: 0;
    }
    #serv-comp-cat-container {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    
    div.wpcf7 .ajax-loader {
        margin: 0 !important;
        width: 0px !important;
    }

    #call-to-action .contact-form {
    width: 365px;
    background-size: contain;
    height: auto;
    padding: 1rem 0 0 0;
    position: absolute;
    float: right;
    right: 1rem;
    top: 2.5rem;
    }
    
    #call-to-action {
        margin: 0 !important;
    }
    
    input[type="submit"] {
        width: 90%;
        margin: 0 0 15px 0;
    }
    
    p {
        margin-bottom: 0 !important;
    }
    
    .discount {
        border: 2px dashed purple;
        width: 90%;
        margin: 9px auto 0;
    }
    
    select {
    color: purple;
    border: 1px solid purple;
    border-radius: 0;
    padding: 10px 20px;
    width: 90%;
    }

    .contact-form input[type=email], .contact-form input[type=text] {
    max-width: 90% !important;
    margin-bottom: 0 !important;
    width: 90% !important;
    }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
    color: purple;
    border: 1px solid purple;
    border-radius: 0;
    padding: 10px 20px;
    width: 90% !important;
}

    .contact-form select {
        margin-bottom: 0px !important;
    }
    #serv-comp-cat-container {
        margin-top: 0;
    }
    #serv-comp-cat-container h1 {
        font-size: 4rem;
    }
    #call-to-action .event-form {
        right: 0;
        top: -4px;
        padding: 235px 33px 15px;
    }
    
    #call-to-action {
        background: transparent;
        overflow: hidden;
        margin: 4rem 0 0;
    }
    
    .contact-form label {
    margin-bottom: 0px !important;
    float: none;
    font-weight: 700;
    display: block;
    }
}



@media screen and (min-width: 427px) {
    .mobile-logo {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    
    #call-to-action .contact-form {
        width: 100%;
        background-size: contain;
        height: auto;
        padding: 2rem 0 0 0;
        position: relative;
        float: none;
        right: 0;
        top: -9px;
    }
    
    #call-to-action {
        background: transparent;
    }
    #call-to-action .jesica {
    position: relative;
    left: 0 !important;
    text-align: center;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 5px 0;
    height: auto;
    background: #e7dbdb;
    margin: 0 auto;
}
    .discount {
        border: 2px dashed purple;
        width: 90%;
        margin: 9px auto 0;
        padding-bottom: 2em;
    }
    #serv-comp-cat-container h1 {
    font-size: 3rem;
    }
}


.h1discount {
    color: purple;
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 500;
    line-height: 1em;
    padding-top: 25px;
}

/*=========================================
# Responsive mobiles
==========================================*/

@media screen and (max-width: 425px) {
    .list-wrapp {
        margin-bottom: 2em;
    }
    #call-to-action {
        overflow: visible;
        background: transparent;
    }
    #call-to-action .jesica {
    position: relative;
    left: 0 !important;
    text-align: center;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 5px 0;
    height: auto;
    background: #e7dbdb;
    margin: 0 auto;
    }
    #call-to-action .contact-form {
        padding: 1rem 0 0 0;
        width: 100%;
        position: relative;
        top: -8px;
        margin: 0 auto;
    }
    
    .contact-form input[type=email], .contact-form input[type=text] {
        max-width: 90% !important;
        margin-bottom: 0 !important;
        width: 90% !important;
    }

    input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
        width: 90% !important;
    }
    
    .discount {
        width: 90%;
    }
    
    .discount p {
        overflow: visible;
    }
    
    input[type="submit"] {
        width: 100%;
        margin: 0;
        box-shadow: none;
		    padding: 5px 45px 25px 43px !important;
			font-size: 24px;
    }
    
    .logo-footer {
        display: none;
    }
    
    #serv-comp-cat-container h1 {
        line-height: normal;
        font-size: 2em;
    }
    
    #mix-ingredient-container h1 {
        line-height: 1.6rem;
        font-size: 1.5em;
    }
}

@media screen and (max-wdith: 375px) {
    .logo {
        margin: 30px auto 20px !important;
    }
    #serv-comp-cat-container h1 {
        line-height: normal;
        font-size: 2em !important;
    }
    #call-to-action {
    overflow: visible;
    background: transparent;
}
}

@media screen and (max-width: 320px) {
    .logo {
        margin: 30px auto 20px;
    }
    
    #call-to-action {
        overflow: visible;
        background: transparent;
        
    }
}

.list-wrapp ul {
    margin: 0 !important;
    padding: 0 !important;
}

.list-wrapp a {
    text-decoration: none;
    color: #797979;
}