/*
Theme Name: creamy_delight_child
Theme URI: 
Description: 
Author: 
Author URI:
Version: 1.0.0
Template: creamy_delight
*/
@import url("../creamy_delight/style.css");
.social {
display: flex;
column-gap: 12px;
margin-top: 6px;
}
.header_bottom_right_widget_holder {
padding: 0px 0px 0px 17px;
}
body.home{
background:url("https://creamydelight.co.uk/wp-content/uploads/2023/07/sbg-scaled.jpg") no-repeat;
background-size:cover;
background-position:center;	
}
body, .wrapper, .content{
background-color: #ffffff00;	
}
body, .wrapper, .content, .full_width{
background-color: #ffffff00;	
}
.header_bottom {
background-color: #fff0;
}
nav.main_menu ul li.active a {
    color: #fff !important;
    background-color: #8a4f26 !important;
	border-radius:50px;
}
nav.main_menu > ul > li:hover > a, header.sticky nav.main_menu > ul > li:hover > a {
    border-radius: 50px;
}
nav.main_menu.right {
    margin:54px 0px;
}
nav.main_menu > ul > li > a {
    padding: 5px 18px;
}
.logo_wrapper {
    background: #fff;
    width: 219px;
    height: 201px !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    outline: 1px dashed #B33900;
    outline-offset: -8px;
}
.q_logo img {
    left: 21px;
}
.bigtext span{
color:#E8B372;	
}
.bounce{
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;	
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-10px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-10px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-10px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-15px);}
}

.zoom-in-zoom-out{
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.vm{
    animation-name: rotating;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotating {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.horizontal-shake{
animation: horizontal-shaking 0.50s infinite;
}
@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
}
.swing{
animation: swing ease-in-out 3s infinite alternate;
 transform-origin: center -20px;	
}
.gap .elementor-container {
    column-gap: 40px;
}

.epd{
position:relative;	
}
.epd:before{
    content: "";
    position: absolute;
    background: url(https://creamydelight.co.uk/wp-content/uploads/2023/07/c1.svg) no-repeat;
    left: 0px;
    top: 100px;
    height: 94px;
    width: 225px;
}
.epd:after{
    content: "";
    position: absolute;
    background: url(https://creamydelight.co.uk/wp-content/uploads/2023/07/c2.svg) no-repeat;
    right: 0px;
    bottom: 100px;
    height: 94px;
	width:186px;
	z-index: -9;
}
.featopt .elementor-icon-box-icon{
animation-name: rotating;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
body.page-id-383{
background:url("https://creamydelight.co.uk/wp-content/uploads/2023/07/sbg-scaled.jpg") no-repeat;
background-size:cover;
background-position:center;	
}
.banc span{
color:#e8b372;	
}
body.page-id-516{
background:url("https://creamydelight.co.uk/wp-content/uploads/2023/07/sbg-scaled.jpg") no-repeat;
background-size:cover;
background-position:center;	
}
body.page-id-565{
background:url("https://creamydelight.co.uk/wp-content/uploads/2023/07/sbg-scaled.jpg") no-repeat;
background-size:cover;
background-position:center;	
}
body.page-id-702{
background:url("https://creamydelight.co.uk/wp-content/uploads/2023/07/sbg-scaled.jpg") no-repeat;
background-size:cover;
background-position:center;	
}
.add .elementor-icon-box-icon{
animation: horizontal-shaking 0.50s infinite;
}
.cs {
    outline: 2px dashed #222;
    outline-offset: -20px;
    border-radius: 30px;
}
.cs form {
    display: flex;
    float: none;
    clear: both;
    flex-wrap: wrap;
}
.cs label {
    color: #222;
    font-size: 15px;
}
.cs input.wpcf7-form-control.wpcf7-submit {
    margin: 10px auto 0px;
    display: block;
}
.cs .hw {
    width: calc((100% / 2) - 20px);
    float: left;
    margin: 10px;
}
.cs .fw {
    width: calc((100% / 1) - 20px);
    float: left;
    margin: 10px;
}
.fmenu table{
width:100%;	
box-shadow: 6px 6px 4px #00000014;	
}
.fmenu table td{
    padding: 15px 20px;
	 text-align: left;
    border: 2px dashed #e7c199;
	color:#000;
}
.fmenu table strong {
    color: #682c02;
    font-size: 18px;
}
.fmenu table tr:nth-child(even){
    background: linear-gradient(45deg, #ffe1c1, #ffffff);
}
.fmenu table th {
letter-spacing: 0;
    border: 0;
    padding: 15px 20px;
    text-align: left;
    background: linear-gradient(45deg, #99633d, #723c16);
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-family: "chocko", Sans-serif;
    font-weight: 400;
}
.list span.elementor-icon-list-icon {
    margin-top: 5px;
}
@media(max-width:1100px){
nav.main_menu > ul > li > a {
    padding: 5px 13px;
}

}
@media(max-width:1024px){
.gap .elementor-container {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.gap .elementor-container .elementor-column{
width:100%;		
	}
	.epd:after{
display:none;		
	}
.epd:before{
display:none;		
	}
	.footlink ul.elementor-icon-list-items {
    display: flex;
    column-gap: 21px;
    align-items: center;
    justify-content: center;
}
	.footlink ul.elementor-icon-list-items li{
    display: flex;
    align-items: center;
    justify-content: center;		
	}
		.gfw .elementor-container {
    grid-template-columns: 1fr 1fr !important;
}
.brnone br{
	display:none;	
	}
}
@media(max-width:1000px){
	.add .elementor-container {
    grid-template-columns: 1fr !important;
    row-gap: 20px;
}
	nav.mobile_menu {
    background-color: #fff0;
}
nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
    border-bottom: 1px dashed #222;
}	
	.header_bottom {
    background-color: #fff0!important;
}
.footlink ul.elementor-icon-list-items {
    display: flex;
    column-gap: 21px;
    align-items: center;
    justify-content: center;
}
	.footlink ul.elementor-icon-list-items li{
    display: flex;
    align-items: center;
    justify-content: center;		
	}
	.gfw .elementor-container {
    grid-template-columns: 1fr 1fr !important;
}
.gap .elementor-container {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.gap .elementor-container .elementor-column{
width:100%;		
	}
.logo_wrapper {
    background: transparent;
    width: auto;
    height: auto !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    outline: 0;
    outline-offset: 0;
}
	.q_logo img {
    left: 0;
    width: 120px!important;
    height: auto !important;
    top: 0;
    left: auto;
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
     padding: 24px 30px 24px;
    z-index: 999;
    position: relative !important;
    outline: 1px dashed #B33900;
    outline-offset: -10px;
}
}
@media(max-width:768px){
.cs .hw {
    width: calc((100% / 1) - 20px);
    float: left;
    margin: 10px;
}	
.gfw .elementor-container {
    grid-template-columns: 1fr!important;
}
	.q_logo img{
outline:0px;
width: 140px!important;
    padding:20px 20px 16px;	
	}
	.restab{
	width:768px;
overflow-x:auto;
	}	
	.restab table{
	width:768px;
	}	
	.fmenu table th {
    font-size: 30px;
    line-height: 30px;
}
}
@media(max-width:600px){
.gap .elementor-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
}
.footlink ul.elementor-icon-list-items {
    display: block;
}
.footlink ul.elementor-icon-list-items li {
    display: block;
    text-align: center;
    width: 44%;
    float: left;
    border-bottom: 1px dashed #ccc;
    margin: 0px 10px!important;
    padding: 9px 0px;
}
	.footlink ul.elementor-icon-list-items li:last-child{
border-bottom:0px;		
	}
.footlink ul.elementor-icon-list-items li a{
    display: block;
    text-align: center;
}	
.fsocial ul.elementor-icon-list-items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fsocial  ul.elementor-icon-list-items li {
    display: flex;
    text-align: center;
    width: auto;
    float: none;
}
.fsocial ul.elementor-icon-list-items li a {
    display: flex;
    text-align: center;
}
}