/* ----------------------------------------------------------------
	mTm: Carlos Bakery
-----------------------------------------------------------------*/

:root {
	--themecolor: #e7272d;
	--home: #FF8600;
	--travel: #6f42c1;
	--tech: #007bff;
	--fashion: #e83e8c;
	--sports: #9f0933;
	--lifestyle: #13a774;
	--food: #17a2b8;
	--market: #ffc107;
}
/* Snowfall Effect
-----------------------------------------------------------------*/

.snowfall {
	background-image:	url('images/snow/s1.png'),
						url('images/snow/s2.png'),
						url('images/snow/s3.png');
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}

@keyframes snow {
	0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
	50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
	100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

@-moz-keyframes snow {
	0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
	50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
	100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}

@-webkit-keyframes snow {
	0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
	50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
	100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

@-ms-keyframes snow {
	0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
	50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
	100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}


picture.avif {
    max-width: 100%;
    height: auto;
}

.top-bar-h a {
	color: #ffffff !important;
}

.top-bar-h a:hover { color: #2f2f2f !important; }

/* Colors select as menu name */
.color-home { color:  var(--home) !important; }
.color-travel { color:  var(--travel) !important; }
.color-tech { color:  var(--tech) !important; }
.color-fashion { color:  var(--fashion) !important; }
.color-sports { color:  var(--sports) !important; }
.color-lifestyle { color:  var(--lifestyle) !important; }
.color-food { color:  var(--food) !important; }
.color-market { color:  var(--market) !important; }

.bg-home { background-color:  var(--home) !important; }
.bg-travel { background-color:  var(--travel) !important; }
.bg-tech { background-color:  var(--tech) !important; }
.bg-fashion { background-color:  var(--fashion) !important; }
.bg-sports { background-color:  var(--sports) !important; }
.bg-lifestyle { background-color:  var(--lifestyle) !important; }
.bg-food { background-color:  var(--food) !important; }
.bg-market { background-color:  var(--market) !important; }

.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active { background: var(--home) !important; }
.bg-color-travel.nav-link:hover,
.menu-color-travel > a::before,
.bg-color-travel.nav-link.active { background: var(--travel) !important; }
.bg-color-tech.nav-link:hover,
.menu-color-tech > a::before,
.bg-color-tech.nav-link.active { background: var(--tech) !important; }
.bg-color-fashion.nav-link:hover,
.menu-color-fashion > a::before,
.bg-color-fashion.nav-link.active { background: var(--fashion) !important; }
.bg-color-sports.nav-link:hover,
.menu-color-sports > a::before,
.bg-color-sports.nav-link.active { background: var(--sports) !important; }
.bg-color-lifestyle.nav-link:hover,
.menu-color-lifestyle > a::before,
.bg-color-lifestyle.nav-link.active { background: var(--lifestyle) !important; }
.bg-color-food.nav-link:hover,
.menu-color-food > a::before,
.bg-color-food.nav-link.active { background: var(--food) !important; }
.bg-color-market.nav-link:hover,
.menu-color-market > a::before,
.bg-color-market.nav-link.active { background: var(--market) !important; }

.bg-white,
.bg-white #header-wrap { background-color: #ffffff !important; }

/* Custom Header START
-----------------------------------------------------------------*/
#header {
    border-bottom: 0px !important;
}
.promo_wrap{
	/*background: linear-gradient(110deg, #992222 60%, #c74040 60%);*/
    background: linear-gradient(to right, #6a0e0f 10%, #901a1a 10% 20%, #6a0e0f 20% 30%, #901a1a 30% 40%, #6a0e0f 40% 50%, #901a1a 50% 60%, #6a0e0f 60% 70%, #901a1a 70% 80%, #6a0e0f 80% 90%, #901a1a 90% 100% );
	/*background: repeating-linear-gradient(to right, #992222 , #c74040 , #992222 , #c74040, #992222 , #c74040 , #992222 , #c74040, #992222 , #c74040 , #992222 , #c74040, #992222 , #c74040 , #992222 , #c74040 );*/
	/*background-color: rgba(193, 49, 63, 1) !important;*/
}
.top-bar_wrap{
    background: linear-gradient(to right, #842735 5%, #9d2238 5% 10%, #842735 10% 15%, #9d2238 15% 20%, #842735 20% 25%, #9d2238 25% 30%, #842735 30% 35%, #9d2238 35% 40%, #842735 40% 45%, #9d2238 45% 50%
    , #842735 50% 55%, #9d2238 55% 60%, #842735 60% 65%, #9d2238 65% 70%, #842735 70% 75%, #9d2238 75% 80%, #842735 80% 85%, #9d2238 85% 90%, #842735 90% 95%, #9d2238 95% 100%  );
}
.header-size-custom_wrap{
	background-color: rgba(255,255,255,.95) !important;
}
.header-size-custom #logo img {
	height: 90px;
}
.header-size-custom_wrap #logo img {
	height: 90px;
}

.menu-container > .mega-menu:not(.mega-menu-small) .mega-menu-content{
	top: calc( 100% + 8px ) !important;
}

@media (max-width: 991px) {
	.header-size-custom #logo img {
		height: 60px;
		padding-right: 0px;
	}
	.header-size-custom_wrap #logo img {
		height: 60px;
		padding-right: 0px;
	}
	
}
@media (max-width: 767px) {
	.header-size-custom #logo img {
		height: 40px;
		padding-right: 0px;
	}
	.header-size-custom_wrap #logo img {
		height: 40px;
		padding-right: 0px;
	}
	
}

@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc( 90px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -90px - 2px );
	}

	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	
	.header-size-custom_wrap .header-wrap-clone {
		height: calc( 90px + 1px );
	}

	#header.header-size-custom_wrap + .include-header {
		margin-top: calc( -90px - 2px );
	}

	.header-size-custom_wrap .menu-container > .menu-item > .menu-link {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.social_spacing {
		margin-top: 60px;
	}

}
/* Custom Header END
-----------------------------------------------------------------*/
.test123 {
    color: #737373;
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}
.test123::before {
    border-right: 0;
    border-top-left-radius: 5px;
    margin-right: 1em;
}
.test123::after {
    border-left: 0;
    border-top-right-radius: 5px;
    margin-left: 1em;
}
.test123::before, .test123::after {
    content: '';
    border: 1px #e6e6e6 solid;
    border-bottom: 0;
    height: 0.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 2em;
    -ms-flex: 1 0 2em;
    flex: 1 0 2em;
}

.container-fix{
	padding-right: 2px !important;
	padding-left: 2px !important;
}

.social_spacing {
	display: flex; 
	justify-content: space-between;
}

.carousel-text-adjust{
	margin-bottom: 30px;
}

.entry-title h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.entry-title a {
	color: #333;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.entry-categories {
	position: absolute;
	bottom: 0px;
	left: 10px;
	text-transform: capitalize;
}
.entry-categories_m {
	position: absolute;
	bottom: 0px;
	left: 10px;
	text-transform: capitalize;
}
.entry-categories_m2 {
	position: absolute;
	bottom: -12px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}

.bg-overlay .entry-categories {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 12px;
	z-index: 2;
}

.entry-categories a {
	color: #FFF !important;
	padding: 3px 5px;
	font-size: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
}
.entry-categories_m a {
	color: #FFF !important;
	padding: 3px 5px;
	font-size: 8px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
}
.entry-categories_m2 a {
	color: #FFF !important;
	padding: 0px 0px;
	font-size: 8px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
}

.entry-meta {
	margin-top: 5px;
}

.entry-meta li {
	font-size: 0.875rem;
}

.entry-meta li a:not(:hover) {
	color: #AAA;
}

.service-button { margin: 80px 0 80px 15px; }
.device-sm .service-button,
.device-xs .service-button { margin: 30px 0 0; }

ul.tab-nav:not(.tab-nav-lg) li ,
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { top: auto; }

ul.tab-nav:not(.tab-nav-lg) li a {
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	padding: 0 10px;
}
.page-menu-item > a {
	display: block;
	position: relative;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 500;
	padding: 0 10px;
	padding: 11px 14px;
	color: #131313;
}

ul.tab-nav:not(.tab-nav-lg) li a img { display: none; }

.portfolio-item .portfolio-image::after {
	opacity: 0;
	text-align: center;
	vertical-align: -50%;
	padding-top: 47%;
	content: '';
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(231, 39, 45, 0.25) url('images/icons/cart_icon2.svg') center center no-repeat;
	background-size: 30% 30%;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.portfolio-item:hover .portfolio-image::after { opacity: 1; }


/*-- Hover Categories Specific START--*/

.portfolio-item .portfolio-image-cat::after {
	opacity: 0;
	text-align: center;
	vertical-align: -50%;
	padding-top: 47%;
	content: '';
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(231, 39, 45, 0.0) center center no-repeat;
	background-size: 30% 30%;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.portfolio-item:hover .portfolio-image-cat::after { opacity: 1; }

.video-overlay-onhover .video-overlay {
	opacity: 0;
	transition: all .3s ease;
}

.video-overlay-onhover:hover .video-overlay {
	opacity: .25;
}
/*-- Hover Categories Specific END--*/


.portfolio-item-gallery .portfolio-image::after {
	opacity: 0;
	text-align: center;
	vertical-align: -50%;
	padding-top: 47%;
	content: '';
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(231, 39, 45, 0.55) url('images/icons/image.png') center center no-repeat;
	border-radius: 0.25rem !important;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.portfolio-item-gallery:hover .portfolio-image::after { opacity: 1; }

.portfolio-desc h4 a {
	color: #666;
	font-size: 16px;
}

.item-price {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.dark .copyright-links a,
.dark #copyrights { color: rgba(255,255,255,0.5); }

.page-link,
.page-link:hover,
.page-link:focus { border-color: var(--themecolor); }

.reservation-form {
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
}

.disabled { color: #AAA; }

.text-overlay-mask-main {
	opacity: 1;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.text-overlay-mask2 {
	opacity: 1;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 991px) {
/* Responsive Text Mobile
-----------------------------------------------------------------*/
h2.text-respons { font-size: 7.4vw; }
}

/* About Page
-----------------------------------------------------------------*/
#page-title.page-title-parallax h1 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
}

#page-title.page-title-parallax span {
	margin-top: 30px;
    font-weight: 400;
    color: white;
    font-size: 120px;
}

#page-title.page-title-dark span { color: rgba(255,255,255,1) !important; }

.about-img > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 80%;
}

.about-img > img + img {
	position: relative;
	margin-top: 60px;
	border: 12px solid #FFF;
}

/* Border Form Design
---------------------------------------------------------------------------- */
.border-form-control {
	height: 42px;
	padding: 7px 4px;
	font-size: 16px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	border-color: #999;
}

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.custom-select.border-form-control { background: url('images/icons/down-arrow.svg') 96% / 5% no-repeat;}

@media (min-width: 992px) {
	/* Responsive Text Desktop
-----------------------------------------------------------------*/
	h2.text-respons { font-size: 4.4vw; }

	.slider-caption h2 { font-size: 76px; }

	.menu-carousel .heading-block h3 { font-size: 48px; }

	ul.tab-nav:not(.tab-nav-lg) li a {
		padding: 16px 10px;
		height: 71px;
		font-size: 16px;
		font-weight: 500;
	}

	ul.tab-nav:not(.tab-nav-lg) li ,
	ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
		top: auto;
		height: 72px;
	}

	ul.tab-nav:not(.tab-nav-lg) li a img {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 18px;
		height: 18px;
		margin-right: 8px;
	}

	ul.tab-nav:not(.tab-nav-lg) li {
		border-color:#DDD;
		border-width: 2px;
	}

	.reservation-form {
		position: absolute;
		right: 50px;
		bottom: -4px;
		width: 40%;
	}
}

slide .slider-caption-bg { opacity: 1; }

.owl-carousel.fixed-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav .owl-nav [class*=owl-] {
	top: auto;
	margin-top: 0;
	left: auto;
	bottom: 10px;
	right: 30px;
	font-size: 14px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	line-height: 25px;
	opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav .owl-next,
.owl-carousel.fixed-nav .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.owl-carousel.fixed-nav .owl-nav .disabled {
	opacity: .4 !important;
	display: block !important;
	cursor: auto;
}

.owl-carousel.fixed-nav.top-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav.top-nav .owl-nav [class*=owl-] {
	top: -44px;
	bottom: auto;
}

.owl-carousel.fixed-nav .owl-nav [class*=owl-]:hover {
	background-color: inherit !important;
	color: inherit !important;
}

.device-xs #primary-menu-trigger {margin-left: 25px;}

.scroll-wrap {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.scroll	{ width: calc(100% - 10px); }

.scroll-wrap::-webkit-scrollbar {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	height: 10px;
	width: 6px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}

.owl-carousel .owl-dots .owl-dot { background-color: #FF8600; }

body.primary-menu-open {
	overflow: hidden !important;
}

