/*
Theme Name: Eating with Carmen Child Theme
Description: This is a custom theme for Eating with Carmen
Author: Kaanah Solutions
Author URI:  https://kaanahsolutions.com
Template: salient
Version: 1.0
*/

.preloader {
	display: none !important;
}

@media (min-width: 769px) {
	.img-with-aniamtion-wrap[data-max-width-mobile*="%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) img{
	width: 55%;
	margin-left: 80px;
}
		#fixed_mobile {
			display: none;
	}
	
}


@media (max-width: 768px) {
  .img-with-aniamtion-wrap {
	width: 50%;
	margin-left: 45px;
}
	#fixed_mobile {
    position: fixed;
    bottom: 0px;
    background: #000;
    width: 100%;
    z-index: 20;
	}
	#fixed_mobile .container {
			width: 50%;
}
	#fixed_mobile a {
		    background-color: #be1e2d !important;
    display: block;
		margin-top:10px;
            width: auto;
        text-align: center;
	}
	
}


	
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span, body .swiper-slide .content p.transparent-bg span {
		line-height: 50px;
	}

.wpb_row:not(.first-section) {
	z-index: 0;
}

#to-top {
	bottom: 120px!important;
}

.fh-fixed--bottom {
	display: none!important;
}

@media only screen and (max-width: 690px) {
  /* Make CTA full width within margins, auto height */
  .nectar-cta {
    display: block !important;
    width: auto !important;
    max-width: 90vw; /* or use 100% if full bleed is okay */
    box-sizing: border-box;
    white-space: normal !important; /* allows wrapping */
    word-wrap: break-word !important;
  }
}

@media only screen and (max-width: 690px) {
  .nectar-cta a {
    padding: 0.8em 1.2em !important; /* tweak to your liking */
    line-height: 1.2;
    text-align: center;
  }
}

@media only screen and (max-width: 690px) {
	.nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a {
			font-size: 20px;
	}
}

.swiper-slide .slide-bg-wrap .slide-bg-overlay {
	    opacity: 0.5;
}