:root {
    --recipes-color-primary: #29c67a;
    --recipes-color-secondary: #188c35;
    --recipes-color-tertiary: #124422;

    --panelad-color-primary: #29acc6;
    --panelad-color-secondary: #1835bc;
    --panelad-color-tertiary: #122266;
}

body.recipes {
    --special-color-primary: var(--recipes-color-primary);
    --special-color-secondary: var(--recipes-color-secondary);
    --special-color-tertiary: var(--recipes-color-tertiary);
}

body.panelad {
    --special-color-primary: var(--panelad-color-primary);
    --special-color-secondary: var(--panelad-color-secondary);
    --special-color-tertiary: var(--panelad-color-tertiary);
}



.special-page .top-menu-row:before,
.special-page .td-section_bg::before,
.special-page #megamenu_row .tds-button1,
.special-page .header_row-3 .tds-button1  {
	background-image: linear-gradient(90deg, var(--special-color-secondary), var(--special-color-tertiary));
}

/*Special pages theme styles*/
body.special-page {
    background-repeat: repeat;
    background-size: 20%;
}
.special-page .td-section_bg::before{
	/* border-top-left-radius: 15px;
	border-bottom-left-radius: 15px; */
}
.special-page .hero:before{
	border-radius:0;
}
.special-page .td_block_single_image a {
	display: block;
}
.special-page .entry-title.td-module-title a{
	color: var(--special-color-primary);
}
.panelad.archive .tdb-category-grids .td-module-title a {
	color: var(--special-color-primary) !important;
}
.special-page .td-section_ads .entry-title.td-module-title a{
	color: var(--special-color-primary) !important;
}
.special-page .tdm-social-item-wrap .tdm-social-item i{
	color: var(--special-color-primary);
}
.special-page .tds-title2 .tdm-title-line:after, 
.special-page .tds-title3 .tdm-title-line:after{
	background-color: var(--special-color-primary);
}
.special-page .footer-sub a{
	color: var(--special-color-primary);
}
body.special-page .td_module_wrap:hover .td-module-title a,
body.special-page .td-module-title a:hover{
	color:black !important;
}
.special-page .bg-grey::before{
	background: linear-gradient(42deg, var(--special-color-tertiary), var(--special-color-secondary));
    border-radius: 15px;
    box-shadow: 0 0 36px #959595ba;
	z-index: -2;
}
.panelad.archive .bg-grey::before{
	width: 70%;
}
.special-page .bg-grey.small::before{
	width: 50%;
}
.special-page .bg-grey.small .td-block-title-wrap .td-block-title{
	max-width: 400px;
}
.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .entry-title.td-module-title a,
.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .td-post-author-name a,
.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .td-post-date,
body.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .entry-title.td-module-title a,
body.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .td-post-author-name a,
body.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .td-post-date{
	color:white;
}
.special-page .bg-grey .td-block-title-wrap .td-block-title{
	margin-bottom: 30px;
    padding-top: 20px;
	max-width: 600px;
    line-height: 1.1;
}
.special-page .panelad-double-col .td-block-title-wrap .td-block-title{
	max-width: 360px;
}
.special-page .td-block-title-wrap .td-block-title span{
	border: none;
	padding-left:0;
}
.special-page .special-page-home-intro .wpb_text_column p {
	font-size: 18px;
	color:white;
	margin-bottom:0;
}
.special-page .special-page-home-intro .wpb_text_column{
	max-width: 800px;
    margin: auto;
}
.special-page .special-page-home-intro .intro-text{
	background: linear-gradient(42deg, var(--special-color-secondary), var(--special-color-tertiary));
    border-radius: 15px;
    box-shadow: 0 0 36px #585454ba;
    color: white;
    padding: 40px;
	position:relative;
	overflow:hidden;
	padding-bottom: 55px;
}


.special-page .special-page-home-intro .intro-text:hover:before,
.special-page .special-page-home-intro .intro-text:hover:after{
	bottom:-2px;
}
.special-page .td-section_bg .td-block-title span,
.special-page .td-section_bg .td-block-title a{
	color:black !important;
	font-size:26px !important;
	border:none;
	padding-left:0;
}

.special-page .vc_widget_sidebar .td-block-title-wrap .td-block-title span:after{
	width:35px; 
	height:35px;
}
.panelad.archive.category .td-section_bg .tdb-title-text:after{
	bottom:-4px;
}
.special-page .td-block-title-wrap .td-block-title a:after{
	transition:ease all 400ms
}
.special-page .td-block-title-wrap .td-block-title a:hover:after{
	transform: translateY(-4px);
}
.special-page .site_mega_menu .td-block-title-wrap .td-block-title a:after,
.special-page .site_mega_menu .td-block-title-wrap .td-block-title span:after{
	display:none;
}
.panelad-hero .wpb_wrapper{
	position:relative;
	background: #f6f6f6;
}
.panelad-hero .td_block_text_with_title{
	position:absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.panelad-hero .td_block_text_with_title .td-block-title{
	text-align:center
}
.panelad-hero .td_block_text_with_title .td-block-title span{
	border: none;
    color: white !important;
    font-size: 45px !important;
	line-height:1.1;
    text-shadow: 0 0 10px black;
}
.panelad-hero .td_block_text_with_title .td-block-title span:after{
	display:none
}
.panelad-hero .td_block_text_with_title .td_mod_wrap p {
	text-align: center;
    color: white;
    font-size: 28px;
	line-height: 1.2;
    text-shadow: 0 0 5px black;
}
.left-img-articles .td-image-container{
	max-width:160px
}
.special-page .left-img-articles .td-block-title{
	margin-bottom:40px;
}
.special-page .left-img-articles .td-image-container .td-image-wrap{
	width:160px;
	height:160px;
	border-radius: 12px;
    overflow: hidden;
	padding:0;
}
.left-img-articles .td-module-meta-info{
	justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-top: 0 !important;
    margin-left: 15px;
}
.left-img-articles .td-image-container .entry-thumb{
	
}
.special-page .tdb_loop .td-module-title,
.special-page .tdb-single-related-posts .td-module-title{
	font-family: Zona-Black-Slab-Black;
}
.special-page .bg-grey .tdb-title-text{
	color:white;
}
.panelad.archive .bg-grey .tdb-title-text {
    max-width: 690px;
}
.panelad.archive.category .tdb_loop{
	margin-top:40px;
}
.panelad.archive.category .td-section_bg:before,
.panelad.single-post .td-section_bg:before{
	border-radius:0;
}
.panelad.archive.category .td-section_bg .entry-title.td-module-title a{
	color:var(--special-color-primary) !important;
}
.panelad.archive.category .page-nav .current
{
	background: linear-gradient(42deg, var(--special-color-secondary), var(--special-color-tertiary));
    border: none;
}
.panelad.archive.category .page-nav a,
.panelad.archive.category .page-nav span{
	border-radius:3px;
}
.panelad.archive.category  .td-block-title-wrap .td-block-title span:after{
	width:33px; 
	height:33px;
}
.special-page.single-post .single_article-cat .td-element-style,
.special-page.single-post .tdb_module_related .td-post-category,
.special-page.single-post .td-post-category{
	background: linear-gradient(42deg, var(--special-color-secondary), var(--special-color-tertiary));
    border-radius: 6px;
}
.panelad.single-post .tdb-entry-category
{
	justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
}
.panelad.single-post .tdb-entry-category:after {
	bottom:0;
}
.panelad.single-post .tdb-single-title .tdb-title-text{
	color: var(--special-color-primary)  !important;
    background-color: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.panelad.single-post .tdb_single_author_2 .border_left-1,
.panelad.single-post .tdb_single_post_share,
.panelad.single-post .tdb_single_tags,
.panelad.single-post .tdb_single_comments_count{
	border-color: var(--special-color-primary) !important;
}
.panelad.single-post .tdb-breadcrumbs{
	font-family: Zona-Pro-Regular;
}
.panelad.single-post .tdb-breadcrumbs a{
	color:var(--special-color-primary); 
}
.special-page .td-scroll-up {
    background-image: linear-gradient(42deg, var(--special-color-secondary), var(--special-color-tertiary));
    border-radius: 6px;
}

.panelad.archive .vc_widget_sidebar .td-block-title, 
.panelad.archive .vc_widget_sidebar .td_block_template_5 .td-block-title {
    font-size: 28px;
    letter-spacing: -0.5px;
}
.panelad.single-post .tdb-author-photo{
	box-shadow:unset !important;
}
.panelad.single-post .tdb-author-photo img,
.panelad.single-post .tdb-author-photo div{
	border-radius:6px;
	min-width:100px;
	min-height:100px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2) !important;
}
.panelad.single-post .tdb_single_content .google-auto-placed{
	margin-bottom:15px;
}
.special-page .google-auto-placed{
	display:none
}
.special-page .xristika-row .td_single_image_bg{
	height:auto;
	padding:38%;
}

@media screen and (max-width: 1024px) {
	.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex .entry-title.td-module-title a, 
	.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex .td-post-author-name a, 
	.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex .td-post-date, 
	.special-page .panelad-double-col .td_block_template_5 .td_block_inner .td_module_flex .entry-title.td-module-title a{
		color:Black;
	}
	.special-page .bg-grey .td-pb-span5 .entry-title.td-module-title a,
	.special-page .bg-grey .td-pb-span5 .td-module-meta-info .td-post-author-name a,
	.special-page .bg-grey .td-pb-span5 .td-module-meta-info .td-post-date{
		color:white;
	}
	.special-page .td-module-container {
		flex-direction: column;
	}
	.special-page .left-img-articles .td-module-thumb{
		justify-content: center;
		display: flex;
		margin-bottom: 20px;
	}
	.left-img-articles .td-module-meta-info{
		margin-left: 0 !important;
	}
	.left-img-articles .td-image-container{
		max-width:100%;
	}
	.td-section_ads .td_block_wrap{
		text-align:center !important;
	}
	.td-section_bg .left-img-articles{
		width:100% !important;
	}
	.special-page .bg-grey::before{
		width:90% !important;
	}
	.special-page .panelad-countdown{
		top:0;
		margin-bottom: 50px;
        margin-top: 100px;
		max-width: 90%;
	}
	.special-page .special-page-home-intro .wpb_text_column p{
		font-size: 18px;
    	padding: 15px;
	}
	.panelad-hero .td_block_text_with_title .td-block-title span{
		font-size: 32px !important;
	}
	.panelad-hero .td_block_text_with_title .td_mod_wrap p{
		font-size: 22px;
	}
	.special-page .special-page-home-intro .intro-text{
		padding: 5px !important;
        padding-bottom: 30px !important;
        margin: 15px;
	}
	.special-page .special-page-home-intro .intro-text:before{
		left: 35%;
	}
	.special-page .special-page-home-intro .intro-text:after{
		right: 35%;
	}
}



/*paneladikes theme styles*/
body.panelad {
	background-image: url('../assets/images/panelad-bg.webp');
}

.panelad .special-page-home-intro .intro-text:after{
	display:block;
	content:"";
	position:absolute;
	bottom:-15px;
    left: 42%;
    width: 47px;
    height: 47px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Crect x='68.831' y='43.903' transform='matrix(-0.7071 0.7071 -0.7071 -0.7071 199.71 75.3853)' style='fill:%23FFCA66;' width='30.822' height='70.301'/%3E%3Crect x='61.458' y='46.951' transform='matrix(-0.7071 0.7071 -0.7071 -0.7071 181.9035 67.9983)' style='opacity:0.15;fill:%23293133;enable-background:new ;' width='30.822' height='49.444'/%3E%3Crect x='412.342' y='43.905' transform='matrix(0.7071 0.7071 -0.7071 0.7071 181.1867 -279.3123)' style='fill:%23FFCA66;' width='30.822' height='70.301'/%3E%3Crect x='418.993' y='46.651' transform='matrix(0.7071 0.7071 -0.7071 0.7071 178.433 -285.963)' style='opacity:0.15;fill:%23293133;enable-background:new ;' width='30.822' height='51.51'/%3E%3Cpath style='fill:%23FFCA66;' d='M397.958,512c6.668,0,13.414-1.862,19.426-5.76c16.582-10.747,21.312-32.902,10.565-49.484 l-41.742-64.403c-10.748-16.582-32.904-21.312-49.484-10.565c-16.582,10.747-21.312,32.902-10.565,49.484l41.742,64.403 C374.75,506.245,386.235,512,397.958,512z'/%3E%3Cpath style='opacity:0.2;fill:%23333333;enable-background:new ;' d='M386.206,392.354c-10.748-16.582-32.904-21.312-49.484-10.565 c-16.582,10.748-21.312,32.902-10.565,49.484l24.2,37.336c22.1-9.718,42.432-22.734,60.365-38.43L386.206,392.354z'/%3E%3Cpath style='fill:%23FFCA66;' d='M114.042,512c-6.668,0-13.414-1.862-19.426-5.76c-16.582-10.747-21.312-32.902-10.565-49.484 l41.742-64.403c10.748-16.582,32.904-21.312,49.484-10.565c16.582,10.747,21.312,32.902,10.565,49.484L144.1,495.676 C137.249,506.245,125.764,512,114.042,512z'/%3E%3Cpath style='opacity:0.2;fill:%23333333;enable-background:new ;' d='M175.278,381.789c-16.582-10.746-38.736-6.017-49.484,10.565 l-24.516,37.825c17.933,15.698,38.266,28.712,60.365,38.43l24.2-37.336C196.589,414.691,191.86,392.537,175.278,381.789z'/%3E%3Ccircle style='fill:%23FF8095;' cx='256.004' cy='253.194' r='211.772'/%3E%3Cpath style='fill:%2366E6FF;' d='M256,101.05c83.891,0,152.142,68.251,152.142,152.142S339.892,405.335,256,405.335 c-83.893,0-152.142-68.251-152.142-152.142C103.857,169.301,172.108,101.05,256,101.05z'/%3E%3Cg%3E%3Cpath style='opacity:0.15;fill:%23293133;enable-background:new ;' d='M147.188,253.194c0-76.537,56.812-140.044,130.477-150.593 c-7.079-1.014-14.311-1.549-21.666-1.549c-83.892,0-152.142,68.251-152.142,152.142s68.251,152.142,152.142,152.142 c7.355,0,14.586-0.536,21.666-1.549C204,393.236,147.188,329.73,147.188,253.194z'/%3E%3Cpath style='fill:%23293133;' d='M255.999,169.156c-4.852,0-8.783-3.933-8.783-8.783V101.05c0-4.851,3.931-8.783,8.783-8.783 s8.783,3.933,8.783,8.783v59.323C264.783,165.223,260.851,169.156,255.999,169.156z'/%3E%3Cpath style='fill:%23293133;' d='M321.633,196.342c-2.249,0-4.496-0.857-6.212-2.573c-3.43-3.43-3.43-8.992,0-12.421l41.947-41.947 c3.433-3.43,8.993-3.429,12.422,0c3.43,3.43,3.43,8.992,0,12.421l-41.947,41.947C326.129,195.485,323.88,196.342,321.633,196.342z' /%3E%3Cpath style='fill:%23293133;' d='M408.142,261.976h-59.323c-4.852,0-8.783-3.933-8.783-8.783c0-4.851,3.931-8.783,8.783-8.783h59.323 c4.852,0,8.783,3.933,8.783,8.783C416.925,258.043,412.994,261.976,408.142,261.976z'/%3E%3Cpath style='fill:%23293133;' d='M363.581,369.556c-2.247,0-4.496-0.857-6.212-2.573l-41.947-41.947c-3.43-3.43-3.43-8.991,0-12.421 c3.431-3.43,8.992-3.43,12.422,0l41.947,41.947c3.43,3.43,3.43,8.991,0,12.421C368.076,368.699,365.828,369.556,363.581,369.556z' /%3E%3Cpath style='fill:%23293133;' d='M255.999,414.118c-4.852,0-8.783-3.933-8.783-8.783v-59.323c0-4.851,3.931-8.783,8.783-8.783 s8.783,3.933,8.783,8.783v59.323C264.783,410.186,260.851,414.118,255.999,414.118z'/%3E%3Cpath style='fill:%23293133;' d='M148.419,369.556c-2.249,0-4.496-0.857-6.212-2.573c-3.43-3.43-3.43-8.992,0-12.421l41.947-41.947 c3.433-3.431,8.993-3.429,12.422,0c3.43,3.43,3.43,8.992,0,12.421l-41.947,41.947C152.915,368.699,150.666,369.556,148.419,369.556 z'/%3E%3Cpath style='fill:%23293133;' d='M163.179,261.976h-59.323c-4.852,0-8.783-3.933-8.783-8.783c0-4.851,3.931-8.783,8.783-8.783h59.321 c4.852,0,8.783,3.933,8.783,8.783C171.962,258.043,168.03,261.976,163.179,261.976z'/%3E%3Cpath style='fill:%23293133;' d='M190.366,196.342c-2.247,0-4.496-0.857-6.212-2.573l-41.947-41.947c-3.43-3.43-3.43-8.991,0-12.421 c3.431-3.43,8.992-3.43,12.422,0l41.947,41.947c3.43,3.43,3.43,8.991,0,12.421C194.861,195.485,192.613,196.342,190.366,196.342z' /%3E%3Cpath style='fill:%23293133;' d='M307.986,261.976h-51.987c-4.852,0-8.783-3.933-8.783-8.783v-51.987 c0-4.851,3.931-8.783,8.783-8.783c4.852,0,8.783,3.933,8.783,8.783v43.203h43.203c4.852,0,8.783,3.933,8.783,8.783 C316.769,258.043,312.837,261.976,307.986,261.976z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%232EC8E6;' d='M28.743,23.551c-31.401,31.401-31.401,82.311,0,113.712L142.455,23.551 C111.054-7.85,60.144-7.85,28.743,23.551z'/%3E%3Cpath style='fill:%232EC8E6;' d='M483.257,23.551c31.401,31.401,31.401,82.311,0,113.712L369.543,23.551 C400.944-7.85,451.856-7.85,483.257,23.551z'/%3E%3C/g%3E%3C/svg%3E");
	transition:all ease 300ms;
}
.panelad .special-page-home-intro .intro-text:before{
	display:block;
	content:"";
	position:absolute;
	bottom:-15px;
	right:45%;
	width:45px; 
	height:45px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23FF7F4F;' d='M440.989,445.217H372.87c-9.217,0-16.696-7.473-16.696-16.696V250.435 c0-9.223,7.479-16.696,16.696-16.696h66.783c27.619,0,50.087,22.468,50.087,50.087v112.641 C489.739,423.348,467.87,445.217,440.989,445.217z M389.565,411.826h51.424c8.467,0,15.359-6.891,15.359-15.359V283.826 c0-9.206-7.49-16.696-16.696-16.696h-50.087V411.826z'/%3E%3Cpath style='fill:%23FF7F4F;' d='M172.522,0H72.348c-9.239,0-16.696,7.457-16.696,16.696v200.348c0,9.238,7.456,16.696,16.696,16.696 h100.174c9.239,0,16.696-7.457,16.696-16.696V16.696C189.217,7.457,181.761,0,172.522,0z'/%3E%3Cpath style='fill:%23FF7F4F;' d='M356.174,116.87v100.174c0,9.238-7.456,16.696-16.696,16.696H239.304 c-9.239,0-16.696-7.457-16.696-16.696V116.87c0-1.892,0.334-3.896,0.892-5.565h131.671 C355.729,112.974,356.174,114.866,356.174,116.87z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23386895;' d='M189.217,66.783v33.391H139.13c-9.239,0-16.696-7.457-16.696-16.696s7.456-16.696,16.696-16.696 H189.217z'/%3E%3Cpath style='fill:%23386895;' d='M189.217,133.565v33.391H139.13c-9.239,0-16.696-7.457-16.696-16.696s7.456-16.696,16.696-16.696 H189.217z'/%3E%3C/g%3E%3Cpath style='fill:%23D9472B;' d='M440.989,445.217H372.87c-9.217,0-16.696-7.473-16.696-16.696V250.435 c0-9.223,7.479-16.696,16.696-16.696h66.783c27.619,0,50.087,22.468,50.087,50.087v112.641 C489.739,423.348,467.87,445.217,440.989,445.217z M389.565,411.826h51.424c8.467,0,15.359-6.891,15.359-15.359V283.826 c0-9.206-7.49-16.696-16.696-16.696h-50.087V411.826z'/%3E%3Cpath style='fill:%23FFC033;' d='M172.522,0H72.348c-9.239,0-16.696,7.457-16.696,16.696v200.348c0,9.238,7.456,16.696,16.696,16.696 h100.174c9.239,0,16.696-7.457,16.696-16.696V16.696C189.217,7.457,181.761,0,172.522,0z'/%3E%3Cpath style='fill:%2337AFCC;' d='M356.174,116.87v100.174c0,9.238-7.456,16.696-16.696,16.696H239.304 c-9.239,0-16.696-7.457-16.696-16.696V116.87c0-1.892,0.334-3.896,0.892-5.565h131.671 C355.729,112.974,356.174,114.866,356.174,116.87z'/%3E%3Cg%3E%3Cpath style='fill:%2399522E;' d='M189.217,66.783v33.391H139.13c-9.239,0-16.696-7.457-16.696-16.696s7.456-16.696,16.696-16.696 H189.217z'/%3E%3Cpath style='fill:%2399522E;' d='M189.217,133.565v33.391H139.13c-9.239,0-16.696-7.457-16.696-16.696s7.456-16.696,16.696-16.696 H189.217z'/%3E%3C/g%3E%3Cpath style='fill:%23F37B2A;' d='M372.87,445.217H38.957c-9.217,0-16.696-7.473-16.696-16.696V217.043 c0-9.223,7.479-16.696,16.696-16.696H372.87c9.217,0,16.696,7.473,16.696,16.696v211.478 C389.565,437.744,382.087,445.217,372.87,445.217z'/%3E%3Cpath style='fill:%23E56722;' d='M372.87,200.348H205.913v244.87H372.87c9.217,0,16.696-7.473,16.696-16.696V217.043 C389.565,207.821,382.087,200.348,372.87,200.348z'/%3E%3Cpath style='fill:%23A6673A;' d='M322.783,512H89.043c-36.883,0-66.783-29.9-66.783-66.783v-33.391h367.304v33.391 C389.565,482.1,359.665,512,322.783,512z'/%3E%3Cpath style='fill:%2399522E;' d='M389.565,445.217v-33.391H205.913V512h116.87C359.665,512,389.565,482.1,389.565,445.217z'/%3E%3Cpath style='fill:%23FECC97;' d='M355.171,111.304H223.5c0.333-0.668,0.555-1.336,0.888-1.892L274.475,9.238 C277.258,3.562,283.046,0,289.391,0c6.345,0,12.133,3.562,14.916,9.238l50.087,100.174 C354.727,109.969,354.95,110.637,355.171,111.304z'/%3E%3Cpath style='fill:%2337AFCC;' d='M304.307,9.238C301.525,3.562,295.737,0,289.391,0c-6.345,0-12.133,3.562-14.916,9.238l-9.48,18.96 h48.791L304.307,9.238z'/%3E%3C/svg%3E");
	transition:all ease 300ms;
}
.panelad .td-block-title-wrap .td-block-title span:after,
.panelad .td-block-title-wrap .td-block-title a:after,
.panelad.archive.category .td-section_bg .tdb-title-text:after,
.panelad.single-post .tdb-entry-category:after{
	content:"";
	display:inline-block;
	width:45px; 
	height:45px;
	background-size: contain;
    position: relative;
    margin-left: 10px;
    bottom: -8px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath style='fill:%23FF8095;' d='M414.285,0H97.718C73.132,0,53.202,19.931,53.202,44.516v388.329H458.8V44.516 C458.8,19.931,438.87,0,414.285,0z'/%3E%3Cpath style='fill:%23FFBFCA;' d='M132.357,0H97.718C73.132,0,53.202,19.931,53.202,44.516v388.329h79.156V0H132.357z'/%3E%3Cpath style='fill:%23D9576D;' d='M132.357,353.69c-43.716,0-79.156,35.439-79.156,79.156l0,0c0,43.716,35.439,79.156,79.156,79.156 h290.407c19.903,0,36.036-16.134,36.036-36.036V353.69H132.357z'/%3E%3Cpath style='fill:%23FFF9F2;' d='M132.357,465.829c-18.187,0-32.984-14.796-32.984-32.984c0-18.187,14.797-32.984,32.984-32.984H458.8 v65.967H132.357V465.829z'/%3E%3Cpath style='opacity:0.15;fill:%23333333;enable-background:new ;' d='M458.8,399.861H132.357 c-18.187,0-32.984,14.796-32.984,32.983H458.8V399.861z'/%3E%3C/svg%3E");
}
.panelad .panelad-title-icon-2 .td-block-title-wrap .td-block-title a:after,
.panelad.archive.category.panelad-title-icon-1 .td-section_bg .tdb-title-text:after,
.panelad.single-post.panelad-title-icon-1 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.992 511.992' xml:space='preserve'%3E%3Cpath style='fill:%23FFCA66;' d='M354.283,101.572H27.246C12.199,101.572,0,113.77,0,128.817v327.037 c0,15.048,12.199,27.246,27.246,27.246h327.037c15.048,0,27.246-12.199,27.246-27.246V128.817 C381.529,113.77,369.33,101.572,354.283,101.572z'/%3E%3Cpath style='opacity:0.15;fill:%23333333;enable-background:new ;' d='M354.283,101.572H27.246c-1.971,0-3.893,0.214-5.746,0.613 v317.331c0,28.065,22.833,50.899,50.897,50.899h304.912c2.669-4.212,4.22-9.202,4.22-14.558V128.817 C381.529,113.77,369.33,101.572,354.283,101.572z'/%3E%3Cpath style='fill:%23FFDC99;' d='M399.435,65.231H72.397c-15.048,0-27.246,12.199-27.246,27.246v327.037 c0,15.048,12.199,27.246,27.246,27.246h327.037c15.048,0,27.246-12.199,27.246-27.246V92.478 C426.681,77.43,414.483,65.231,399.435,65.231z'/%3E%3Cpath style='opacity:0.15;fill:%23333333;enable-background:new ;' d='M399.435,65.231H72.399c-1.971,0-3.893,0.214-5.746,0.613 v317.329c0,28.065,22.833,50.899,50.897,50.899h304.912c2.669-4.212,4.22-9.202,4.22-14.558V92.478 C426.681,77.43,414.483,65.231,399.435,65.231z'/%3E%3Cpath style='fill:%23FFEECC;' d='M444.587,28.891H117.55c-15.048,0-27.246,12.199-27.246,27.246v327.037 c0,15.048,12.199,27.246,27.246,27.246h327.037c15.048,0,27.246-12.199,27.246-27.246V56.137 C471.834,41.089,459.635,28.891,444.587,28.891z'/%3E%3Cpolygon style='fill:%2385A1A6;' points='319.038,217.797 401.369,170.516 416.984,197.705 319.039,253.953 '/%3E%3Cellipse transform='matrix(0.8672 -0.498 0.498 0.8672 -48.4664 217.017)' style='fill:%23FF99AA;' cx='382.613' cy='199.369' rx='25.857' ry='67.848'/%3E%3Cpath style='fill:%23D9576D;' d='M460.029,99.925L374.14,149.25c-8.426,4.839-4.626,27.274,8.488,50.107 c13.114,22.835,30.575,37.423,39.002,32.583l85.889-49.326L460.029,99.925z'/%3E%3Cpath style='fill:%23FFCA66;' d='M319.039,288.124c-4.9,0-8.87-3.971-8.87-8.87v-97.905c0-4.898,3.97-8.87,8.87-8.87 c4.9,0,8.87,3.971,8.87,8.87v97.905C327.909,284.153,323.938,288.124,319.039,288.124z'/%3E%3Cellipse transform='matrix(0.8672 -0.498 0.498 0.8672 -6.1035 259.6734)' style='fill:%23FF99AA;' cx='483.763' cy='141.279' rx='17.594' ry='47.684'/%3E%3C/svg%3E");
}
.panelad .panelad-title-icon-3 .td-block-title-wrap .td-block-title a:after,
.panelad.archive.category.panelad-title-icon-2 .td-section_bg .tdb-title-text:after,
.panelad.single-post.panelad-title-icon-2 .tdb-entry-category:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23CCF7FF;' d='M447.691,0H64.309c-14.45,0-26.163,11.714-26.163,26.163v238.425 c0,14.45,11.714,26.163,26.163,26.163h383.382c14.45,0,26.163-11.714,26.163-26.163V26.163C473.853,11.714,462.139,0,447.691,0z'/%3E%3Cg%3E%3Ccircle style='fill:%23293133;' cx='255.996' cy='21.849' r='9.728'/%3E%3Crect x='82.393' y='44.25' style='fill:%23293133;' width='347.205' height='190.086'/%3E%3C/g%3E%3Cpolygon style='fill:%231C2223;' points='429.603,44.25 113.217,44.25 82.396,44.25 82.396,74.481 82.396,234.333 113.217,234.333 113.217,74.481 429.603,74.481 '/%3E%3Cpath style='fill:%238FADB3;' d='M38.147,264.049v221.788c0,14.45,11.714,26.163,26.163,26.163h383.382 c14.45,0,26.163-11.714,26.163-26.163V264.049H38.147z'/%3E%3Cpath style='opacity:0.15;fill:%23333333;enable-background:new ;' d='M111.159,485.836V264.049H38.147v221.788 c0,14.45,11.714,26.163,26.163,26.163h46.865C111.174,500.848,111.159,500.286,111.159,485.836z'/%3E%3Crect x='82.393' y='290.754' style='fill:%23B7DEE6;' width='347.205' height='108.843'/%3E%3Cpath style='fill:%23293133;' d='M429.603,282.455H82.396c-4.583,0-8.297,3.715-8.297,8.297V399.6c0,4.582,3.714,8.297,8.297,8.297 h347.206c4.583,0,8.297-3.715,8.297-8.297V290.752C437.899,286.169,434.186,282.455,429.603,282.455z M119.713,391.303h-29.02 v-16.808h29.019v16.808H119.713z M119.713,357.902h-29.02V332.45h29.019v25.451H119.713z M119.713,315.855h-29.02v-16.808h29.019 v16.808H119.713z M163.071,391.303h-26.764v-16.808h26.764V391.303z M163.071,357.902h-26.764V332.45h26.764V357.902z M163.071,315.855h-26.764v-16.808h26.764V315.855z M206.429,391.303h-26.764v-16.808h26.764V391.303z M206.429,357.902h-26.764 V332.45h26.764V357.902z M206.429,315.855h-26.764v-16.808h26.764V315.855z M249.788,391.303h-26.766v-16.808h26.766 L249.788,391.303L249.788,391.303z M249.788,357.902h-26.766V332.45h26.766L249.788,357.902L249.788,357.902z M249.788,315.855 h-26.766v-16.808h26.766L249.788,315.855L249.788,315.855z M293.148,391.303h-26.764v-16.808h26.764V391.303z M293.148,357.902 h-26.764V332.45h26.764V357.902z M293.148,315.855h-26.764v-16.808h26.764V315.855z M336.507,391.303h-26.766v-16.808h26.766 V391.303z M336.507,357.902h-26.766V332.45h26.766V357.902z M336.507,315.855h-26.766v-16.808h26.766V315.855z M379.865,391.303 H353.1v-16.808h26.764V391.303z M379.865,357.902H353.1V332.45h26.764V357.902z M379.865,315.855H353.1v-16.808h26.764V315.855z M421.306,391.303h-24.847v-16.808h24.847V391.303z M421.306,357.902h-24.847V332.45h24.847V357.902z M421.306,315.855h-24.847 v-16.808h24.847V315.855z'/%3E%3Cpath style='fill:%23CCF7FF;' d='M309.948,430.457H206.224c-6.296,0-11.4,5.104-11.4,11.4v29.908c0,6.296,5.104,11.4,11.4,11.4 h103.725c6.296,0,11.4-5.104,11.4-11.4v-29.908C321.348,435.561,316.244,430.457,309.948,430.457z'/%3E%3C/svg%3E");
}
.panelad .panelad-title-icon-4 .td-block-title-wrap .td-block-title a:after,
.panelad.archive.category.panelad-title-icon-3 .td-section_bg .tdb-title-text:after,
.panelad.single-post.panelad-title-icon-3 .tdb-entry-category:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%2366E6FF;' d='M248.579,512c-30.07,0-57.697-27.579-77.793-77.657c-19.168-47.766-29.724-111.103-29.724-178.343 s10.556-130.576,29.724-178.343C190.88,27.579,218.508,0,248.579,0s57.697,27.579,77.794,77.657 c19.168,47.766,29.724,111.102,29.724,178.343s-10.556,130.577-29.724,178.343C306.276,484.421,278.65,512,248.579,512z M248.579,15.994c-22.761,0-45.705,24.647-62.95,67.62c-18.425,45.917-28.574,107.139-28.574,172.387s10.149,126.469,28.574,172.387 c17.245,42.973,40.188,67.62,62.95,67.62s45.705-24.647,62.951-67.62c18.426-45.916,28.574-107.138,28.574-172.387 S329.956,129.531,311.53,83.614C294.284,40.641,271.339,15.994,248.579,15.994z'/%3E%3Cpath style='fill:%23FF8095;' d='M99.929,420.824c-32.749,0-56.223-9.772-67.883-28.26c-16.041-25.435-7.451-63.515,24.186-107.226 c30.177-41.694,78.118-84.409,134.992-120.278c73.353-46.263,150.365-73.883,206.005-73.883c32.749,0,56.223,9.772,67.883,28.26 c16.041,25.435,7.451,63.515-24.186,107.226c-30.177,41.694-78.118,84.409-134.992,120.279 C232.582,393.205,155.57,420.824,99.929,420.824z M397.228,107.17c-52.746,0-126.567,26.698-197.472,71.417 c-55.189,34.807-101.558,76.049-130.567,116.129c-27.149,37.51-35.755,70.065-23.613,89.317 c10.842,17.19,35.543,20.798,54.356,20.798c52.746,0,126.567-26.698,197.472-71.417c55.189-34.807,101.558-76.049,130.567-116.129 c27.149-37.51,35.755-70.065,23.613-89.317C440.741,110.778,416.04,107.17,397.228,107.17z'/%3E%3Cpath style='fill:%23FFCA66;' d='M397.235,420.824c-0.004,0-0.004,0-0.004,0c-55.648-0.003-132.659-27.623-206.008-73.883 c-56.872-35.869-104.813-78.584-134.991-120.278c-31.637-43.711-40.227-81.792-24.186-107.226 c11.661-18.488,35.135-28.26,67.883-28.26c55.641,0,132.651,27.62,206.005,73.883c56.873,35.869,104.814,78.585,134.992,120.279 c31.637,43.711,40.227,81.792,24.186,107.226C453.451,411.052,429.978,420.824,397.235,420.824z M99.929,107.17 c-18.813,0-43.514,3.608-54.356,20.798c-12.142,19.251-3.535,51.806,23.613,89.316c29.009,40.08,75.378,81.322,130.567,116.129 c70.901,44.717,144.722,71.415,197.472,71.417c0,0,0.005,0,0.007,0c18.812,0,43.507-3.609,54.348-20.798 c12.141-19.251,3.535-51.806-23.613-89.316c-29.009-40.08-75.378-81.322-130.567-116.129 C226.498,133.868,152.675,107.17,99.929,107.17z'/%3E%3Ccircle style='fill:%2366E6FF;' cx='248.579' cy='255.998' r='59.732'/%3E%3Ccircle style='fill:%23FFCA66;' cx='458.344' cy='123.707' r='29.5'/%3E%3Ccircle style='fill:%23FF8095;' cx='61.645' cy='220.929' r='29.5'/%3E%3Cg%3E%3Cpath style='opacity:0.15;fill:%23293133;enable-background:new ;' d='M210.173,256.001c0-29.347,21.171-53.733,49.068-58.763 c-3.462-0.624-7.021-0.968-10.663-0.968c-32.989,0-59.731,26.743-59.731,59.731c0,32.989,26.743,59.731,59.731,59.731 c3.641,0,7.2-0.343,10.663-0.968C231.344,309.733,210.173,285.347,210.173,256.001z'/%3E%3Cpath style='opacity:0.15;fill:%23293133;enable-background:new ;' d='M450.171,123.702c0-12.532,7.817-23.231,18.838-27.505 c-3.308-1.284-6.901-1.995-10.663-1.995c-16.292,0-29.5,13.208-29.5,29.5s13.208,29.5,29.5,29.5c3.762,0,7.355-0.711,10.663-1.995 C457.989,146.932,450.171,136.233,450.171,123.702z'/%3E%3Cpath style='opacity:0.15;fill:%23293133;enable-background:new ;' d='M53.47,220.933c0-12.532,7.817-23.23,18.838-27.505 c-3.308-1.284-6.901-1.995-10.663-1.995c-16.292,0-29.5,13.208-29.5,29.5s13.208,29.5,29.5,29.5c3.762,0,7.355-0.711,10.663-1.995 C61.287,244.164,53.47,233.465,53.47,220.933z'/%3E%3C/g%3E%3C/svg%3E");
}
.panelad .panelad-title-icon-5 .td-block-title-wrap .td-block-title a:after,
.panelad.archive.category.panelad-title-icon-4 .td-section_bg .tdb-title-text:after,
.panelad.single-post.panelad-title-icon-4 .tdb-entry-category:after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23FF8095;' d='M171.989,443.725H90.076c-44.437,0-80.59-36.153-80.59-80.59V246.921 c0-44.437,36.153-80.59,80.59-80.59h81.913V443.725z M90.076,202.92c-24.262,0-44.002,19.739-44.002,44.002v116.214 c0,24.262,19.739,44.002,44.002,44.002h45.323V202.92H90.076z'/%3E%3Cpolygon style='opacity:0.15;fill:%23333333;enable-background:new ;' points='171.989,166.33 99.922,166.33 99.922,202.92 135.399,202.92 135.399,407.136 99.922,407.136 99.922,443.725 171.989,443.725 '/%3E%3Cpath style='fill:%23FFCA66;' d='M298.567,70.541h-86.199c-49.535,0-89.691,40.156-89.691,89.691V512h175.89V70.541z'/%3E%3Cpath style='opacity:0.15;fill:%23333333;enable-background:new ;' d='M298.567,70.541h-86.199 c-49.535,0-89.691,40.156-89.691,89.691V512h175.89V70.541z'/%3E%3Cpath style='fill:%23FF8095;' d='M383.941,93.714c-10.104,0-18.295-8.191-18.295-18.295c0-21.411-17.419-38.83-38.83-38.83 c-21.412,0-38.831,17.419-38.831,38.83c0,10.104-8.191,18.295-18.295,18.295s-18.295-8.191-18.295-18.295 C251.397,33.833,285.23,0,326.816,0c41.585,0,75.419,33.833,75.419,75.419C402.236,85.523,394.044,93.714,383.941,93.714z'/%3E%3Cg style='opacity:0.15;'%3E%3Cpath style='fill:%23333333;' d='M269.692,93.714c10.104,0,18.295-8.191,18.295-18.295c0-10.803,4.438-20.586,11.583-27.632h-29.877 c-4.515,0-8.966,0.275-13.344,0.795c-3.189,8.344-4.952,17.386-4.952,26.836C251.397,85.523,259.588,93.714,269.692,93.714z'/%3E%3Cpath style='fill:%23333333;' d='M365.646,75.419c0,10.104,8.191,18.295,18.295,18.295c10.104,0,18.295-8.191,18.295-18.295 c0-9.254-1.684-18.118-4.746-26.316c-5.611-0.865-11.357-1.315-17.207-1.315h-26.219C361.208,54.833,365.646,64.616,365.646,75.419 z'/%3E%3C/g%3E%3Cpath style='fill:%234DA3FF;' d='M380.282,70.541H269.691c-49.535,0-89.691,40.156-89.691,89.691V512h289.974V160.232 C469.975,110.697,429.817,70.541,380.282,70.541z'/%3E%3Cpath style='opacity:0.15;fill:%23333333;enable-background:new ;' d='M412.823,267.322H290.916 c-37.045,0-69.943,18.022-90.439,45.743V160.232c0-49.535,40.156-89.691,89.691-89.691h-20.478 c-49.535,0-89.691,40.156-89.691,89.691v201.05c0,0,0,0,0,0.001v150.716h289.974V282.967 C453.216,273.035,433.675,267.322,412.823,267.322z'/%3E%3Cpath style='fill:%23FF8095;' d='M377.115,290.077h-86.199c-49.535,0-89.691,40.156-89.691,89.691V512h175.89V290.077z'/%3E%3Cpath style='fill:%23FFCA66;' d='M412.823,290.077H348.24c-49.535,0-89.691,40.156-89.691,89.691V512h243.966V379.768 C502.514,330.233,462.358,290.077,412.823,290.077z'/%3E%3C/svg%3E");
}
.panelad .panelad-title-icon-6 .td-block-title-wrap .td-block-title a:after,
.panelad.archive.category.panelad-title-icon-5 .td-section_bg .tdb-title-text:after,
.panelad.single-post.panelad-title-icon-5 .tdb-entry-category:after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpolygon style='fill:%23FFCA66;' points='116.449,473.887 172.351,473.887 199.742,437.08 199.742,137.097 89.058,137.097 89.058,437.08 '/%3E%3Crect x='89.06' y='77.793' style='fill:%2385A1A6;' width='110.681' height='67.917'/%3E%3Cpath style='fill:%23FF8095;' d='M170.927,0.553h-53.055c-15.913,0-28.814,12.901-28.814,28.814v57.043h110.684V29.368 C199.742,13.454,186.841,0.553,170.927,0.553z'/%3E%3Cellipse style='fill:%234DA3FF;' cx='144.396' cy='201.002' rx='20.834' ry='41.037'/%3E%3Cpolygon style='fill:%23FFE4B3;' points='172.351,473.887 199.742,437.08 181.295,408.438 162.847,437.08 144.4,408.438 125.953,437.08 107.505,408.438 89.058,437.08 116.449,473.887 '/%3E%3Cpolygon style='fill:%23293133;' points='144.4,511.447 172.351,473.887 116.449,473.887 '/%3E%3Cpolygon style='fill:%23FFE4B3;' points='114.346,437.08 114.346,419.058 107.505,408.438 89.058,437.08 116.449,473.887 141.737,473.887 141.737,473.887 '/%3E%3Cg%3E%3Cpath style='opacity:0.15;fill:%23293133;enable-background:new ;' d='M114.346,437.08V145.712v-8.615V86.411v-8.615V29.368 c0-15.913,12.901-28.814,28.814-28.814h-25.288c-15.913,0-28.814,12.901-28.814,28.814v57.043l0,0v50.687l0,0V437.08l27.391,36.807 l0,0l27.951,37.56L114.346,437.08z'/%3E%3Cpath style='fill:%23293133;' d='M367.6,442.485c-10.251,0-18.562,8.31-18.562,18.562v32.391c0,10.251,8.31,18.562,18.562,18.562 s18.562-8.31,18.562-18.562v-32.391C386.162,450.796,377.852,442.485,367.6,442.485z'/%3E%3C/g%3E%3Cpath style='fill:%231C2223;' d='M361.683,493.438v-32.391c0-8.028,5.106-14.846,12.24-17.434c-1.976-0.717-4.099-1.128-6.322-1.128 c-10.251,0-18.562,8.31-18.562,18.562v32.391c0,10.251,8.31,18.562,18.562,18.562c2.223,0,4.346-0.412,6.322-1.128 C366.788,508.284,361.683,501.466,361.683,493.438z'/%3E%3Cpath style='fill:%2385A1A6;' d='M298.253,100.144c-15.868,0-28.731,12.863-28.731,28.731v133.48 c0,15.868,12.863,28.731,28.731,28.731h23.683V100.144H298.253z'/%3E%3Cpath style='opacity:0.2;fill:%23333333;enable-background:new ;' d='M289.946,101.369v188.492 c2.631,0.793,5.417,1.225,8.307,1.225h23.683V100.144h-23.683C295.363,100.144,292.576,100.575,289.946,101.369z'/%3E%3Cpath style='fill:%23293133;' d='M367.6,0L367.6,0c-30.565,0-55.342,24.777-55.342,55.342V425.81 c0,30.565,24.777,55.342,55.342,55.342l0,0c30.565,0,55.342-24.777,55.342-55.342V55.342C422.942,24.777,398.165,0,367.6,0z'/%3E%3Cpath style='fill:%231C2223;' d='M340.893,425.81V55.342c0-25.611,17.403-47.151,41.025-53.461C377.349,0.66,372.552,0,367.6,0l0,0 c-30.564,0-55.342,24.777-55.342,55.342V425.81c0,30.565,24.777,55.342,55.342,55.342l0,0c4.952,0,9.749-0.66,14.317-1.881 C358.295,472.961,340.893,451.423,340.893,425.81z'/%3E%3Cg%3E%3Cpath style='fill:%23CCF7FF;' d='M422.942,202.733v-35.122c-15.831,5.536-35.327,8.627-55.342,8.627 c-20.014,0-39.51-3.091-55.342-8.626v35.122c16.415,4.484,35.151,6.974,55.342,6.974 C387.791,209.705,406.526,207.215,422.942,202.733z'/%3E%3Cpath style='fill:%23CCF7FF;' d='M367.6,481.152L367.6,481.152c30.565,0,55.342-24.777,55.342-55.342v-23.525 c-16.415,4.484-35.151,6.974-55.342,6.974c-20.191,0-38.926-2.49-55.342-6.974v23.525 C312.258,456.375,337.036,481.152,367.6,481.152z'/%3E%3C/g%3E%3Cpath style='opacity:0.15;fill:%23293133;enable-background:new ;' d='M341.265,425.81V55.342 c0-25.544,17.311-47.034,40.839-53.408C377.479,0.681,372.62,0,367.6,0l0,0c-30.564,0-55.342,24.777-55.342,55.342V425.81 c0,30.565,24.777,55.342,55.342,55.342l0,0c5.02,0,9.879-0.681,14.503-1.933C358.576,472.845,341.265,451.355,341.265,425.81z'/%3E%3C/svg%3E");
}



/* Recipes theme styles */
body.recipes {
    background-image: url('../assets/images/recipes/recipes-bg.webp');
}

.recipes .special-page-home-intro .intro-text:after{
	display:block;
	content:"";
	position:absolute;
	bottom:-15px;
    left: 42%;
    width: 47px;
    height: 47px;
	background-size: contain;
	background-image: url("../assets/images/recipes/02.png");
	transition:all ease 300ms;
}
.recipes .special-page-home-intro .intro-text:before{
	display:block;
	content:"";
	position:absolute;
	bottom:-15px;
	right:45%;
	width:45px; 
	height:45px;
	background-size: contain;
	background-image: url("../assets/images/recipes/01.png");
	transition:all ease 300ms;
}
.recipes .td-block-title-wrap .td-block-title span:after,
.recipes .td-block-title-wrap .td-block-title a:after,
.recipes.archive.category .td-section_bg .tdb-title-text:after,
.recipes.single-post .tdb-entry-category:after{
	content:"";
	display:inline-block;
	width:45px; 
	height:45px;
	background-size: contain;
    position: relative;
    margin-left: 10px;
    bottom: -8px;
	background-image: url("../assets/images/recipes/03.png");
}
.recipes .recipes-title-icon-2 .td-block-title-wrap .td-block-title a:after,
.recipes.archive.category.recipes-title-icon-1 .td-section_bg .tdb-title-text:after,
.recipes.single-post.recipes-title-icon-1 .tdb-entry-category:after{
	background-image: url("../assets/images/recipes/01.png");
}
.recipes .recipes-title-icon-3 .td-block-title-wrap .td-block-title a:after,
.recipes.archive.category.recipes-title-icon-2 .td-section_bg .tdb-title-text:after,
.recipes.single-post.recipes-title-icon-2 .tdb-entry-category:after {
    background-image: url("../assets/images/recipes/02.png");
}
.recipes .recipes-title-icon-4 .td-block-title-wrap .td-block-title a:after,
.recipes.archive.category.recipes-title-icon-3 .td-section_bg .tdb-title-text:after,
.recipes.single-post.recipes-title-icon-3 .tdb-entry-category:after {
    background-image: url("../assets/images/recipes/03.png");
}
.recipes .recipes-title-icon-5 .td-block-title-wrap .td-block-title a:after,
.recipes.archive.category.recipes-title-icon-4 .td-section_bg .tdb-title-text:after,
.recipes.single-post.recipes-title-icon-4 .tdb-entry-category:after {
	background-image: url("../assets/images/recipes/01.png");
}
.recipes .recipes-title-icon-6 .td-block-title-wrap .td-block-title a:after,
.recipes.archive.category.recipes-title-icon-5 .td-section_bg .tdb-title-text:after,
.recipes.single-post.recipes-title-icon-5 .tdb-entry-category:after {
	background-image: url("../assets/images/recipes/02.png");
}






/*xmas theme styles*/
body.xmas{
	background-image: url(https://www.haniotika-nea.gr/media/2024/12/xmas-pattern.webp);
    background-repeat: repeat;
    background-size: 20%;
}
.xmas .td-section_bg::before,
.xmas #megamenu_row .tds-button1,
.xmas .header_row-3 .tds-button1  {
	background-image: linear-gradient(90deg,  #CC0000,#960018);
	background-image: -webkit-linear-gradient(90deg,  #CC0000,#960018);
}
.xmas .td-section_bg::before{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.xmas .hero:before{
	border-radius:0;
}
.xmas .entry-title.td-module-title a{
	color: #960018;
}
body.xmas .td_module_wrap:hover .td-module-title a,
body.xmas .td-module-title a:hover{
	color:black !important;
}
.xmas .bg-grey::before{
	background: linear-gradient(45deg, #00331f, #008535);
    border-radius: 15px;
    box-shadow: 0 0 36px #959595ba;
	z-index: -2;
}
.xmas.archive .bg-grey::before{
	width: 70%;
}
.xmas .bg-grey.small::before{
	width: 50%;
}
.xmas .bg-grey.small .td-block-title-wrap .td-block-title{
	max-width: 400px;
}
.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .entry-title.td-module-title a,
.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .td-post-author-name a,
.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .td-post-date,
.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .entry-title.td-module-title a,
.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .td-post-author-name a,
.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .td-post-date{
	color:white;
}
.xmas .bg-grey .td-block-title-wrap .td-block-title{
	margin-bottom: 30px;
    padding-top: 20px;
	max-width: 745px;
    line-height: 1.1;
}
.xmas .td-block-title-wrap .td-block-title span{
	border: none;
	padding-left:0;
}
.xmas .td-section_bg{
	
}
.xmas .td-section_bg .td-block-title span,
.xmas .td-section_bg .td-block-title a{
	color:black !important;
	font-size:26px !important;
	border:none;
	padding-left:0;
}

.xmas .td-block-title-wrap .td-block-title span:after,
.xmas .td-block-title-wrap .td-block-title a:after,
.xmas.archive.category .td-section_bg .tdb-title-text:after,
.xmas.single-post .tdb-entry-category:after{
	content:"";
	display:inline-block;
	width:40px; 
	height:40px;
	background-size: contain;
    position: relative;
    margin-left: 10px;
    bottom: -5px;
	background-image: url("data:image/svg+xml,%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.004 512.004' xml:space='preserve'%3E%3Cg transform='translate(-1)'%3E%3Cpath style='fill:%23CFD2CF;' d='M363.364,90.387c-3.346,8.951-15.175,8.951-18.511,0l-15.201-40.713 c-6.594-17.673,3.513-38.444,21.151-40.642c1.086-0.132,2.189-0.203,3.302-0.203c1.121,0,2.225,0.071,3.31,0.203 c17.638,2.198,27.736,22.969,21.142,40.642L363.364,90.387z'/%3E%3Cpath style='fill:%23559E62;' d='M412.957,179.114c-39.698,8.192-78.001,8.192-117.698,0c-18.529,7.398-35.328,18.194-49.664,31.594 c43.979,28.239,73.198,77.418,73.198,133.57c0,45.798-19.482,86.952-50.485,115.95c24.761,15.934,54.166,25.291,85.795,25.291 C441.867,485.52,513,414.378,513,326.623C513,259.675,471.546,202.516,412.957,179.114'/%3E%3Cpath style='fill:%234C8056;' d='M283.487,185.38L283.487,185.38c47.078,11.767,94.164,11.767,141.241,0v-35.31H283.487V185.38z'/%3E%3Cpolygon style='fill:%23559E62;' points='301.142,150.07 407.073,150.07 407.073,123.587 301.142,123.587 '/%3E%3Cpath style='fill:%234C8056;' d='M273.41,242.036c-2.454,0-4.899-1.015-6.638-3.01c-3.213-3.672-2.842-9.251,0.821-12.456 c8.501-7.442,17.664-13.542,28.019-18.653c4.361-2.154,9.657-0.353,11.82,4.008c2.163,4.37,0.362,9.666-4.017,11.82 c-8.951,4.423-16.87,9.693-24.188,16.102C277.55,241.312,275.475,242.036,273.41,242.036'/%3E%3Cpolygon style='fill:%23E4E5E6;' points='336.453,123.587 371.763,123.587 371.763,88.277 336.453,88.277 '/%3E%3Cg%3E%3Cpolygon style='fill:%23BE3A2B;' points='460.039,379.587 407.073,326.622 460.039,273.656 513.004,326.622 '/%3E%3Cpath style='fill:%23BE3A2B;' d='M354.108,273.656l-38.647,38.647c2.119,10.337,3.337,21.001,3.337,31.974l35.31,35.31 l52.966-52.966L354.108,273.656z'/%3E%3C/g%3E%3Cpath style='fill:%23EEC319;' d='M218.75,196.77c-39.698,8.192-78.001,8.192-117.698,0C42.463,220.171,1,277.33,1,344.279 c0,87.755,71.142,158.897,158.897,158.897c87.764,0,158.897-71.142,158.897-158.897C318.793,277.33,277.339,220.171,218.75,196.77' /%3E%3Cpath style='fill:%23C19817;' d='M75.651,262.898c-2.357,0-4.696-0.936-6.435-2.79c-3.337-3.558-3.16-9.145,0.397-12.473 c9.516-8.925,20.206-16.349,31.788-22.06c4.352-2.172,9.666-0.362,11.82,4.008c2.163,4.37,0.362,9.666-4.008,11.82 c-10.019,4.943-19.279,11.379-27.524,19.103C79.986,262.103,77.814,262.898,75.651,262.898'/%3E%3Cg%3E%3Cpolygon style='fill:%23BE3A2B;' points='53.97,397.242 1.004,344.277 53.97,291.311 106.935,344.277 '/%3E%3Cpolygon style='fill:%23BE3A2B;' points='159.901,397.242 106.935,344.277 159.901,291.311 212.866,344.277 '/%3E%3Cpolygon style='fill:%23BE3A2B;' points='265.832,397.242 212.866,344.277 265.832,291.311 318.798,344.277 '/%3E%3C/g%3E%3Cpath style='fill:%23CFD2CF;' d='M169.158,108.043c-3.346,8.951-15.175,8.951-18.511,0L135.445,67.33 c-6.594-17.673,3.513-38.444,21.151-40.642c1.086-0.132,2.189-0.203,3.302-0.203c1.121,0,2.225,0.071,3.31,0.203 c17.638,2.198,27.736,22.969,21.142,40.642L169.158,108.043z'/%3E%3Cpath style='fill:%23C19817;' d='M89.28,203.035L89.28,203.035c47.078,11.767,94.164,11.767,141.241,0v-35.31H89.28V203.035z'/%3E%3Cpolygon style='fill:%23EEC319;' points='106.935,167.725 212.866,167.725 212.866,141.242 106.935,141.242 '/%3E%3Cpolygon style='fill:%23E4E5E6;' points='142.246,141.242 177.556,141.242 177.556,105.932 142.246,105.932 '/%3E%3C/g%3E%3C/svg%3E");
}
.xmas.archive.category .td-section_bg .tdb-title-text:after{
	bottom:0;
}

.xmas .xmas-title-icon-2 .td-block-title-wrap .td-block-title a:after,
.xmas.archive.category.xmas-title-icon-1 .td-section_bg .tdb-title-text:after,
.xmas.single-post.xmas-title-icon-1 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23CFD2CF;' d='M265.589,84.471c-3.465,9.271-15.717,9.271-19.173,0l-15.744-42.167 C223.842,24,234.311,2.487,252.578,0.21c1.125-0.137,2.267-0.21,3.419-0.21c1.161,0,2.304,0.073,3.429,0.21 c18.267,2.277,28.727,23.79,21.897,42.094L265.589,84.471z'/%3E%3Cpath style='fill:%23BE3A2B;' d='M316.973,194.661c-40.649,8.475-81.298,8.475-121.947,0 c-60.672,24.247-103.598,83.438-103.598,152.768c0,90.889,73.682,164.571,164.571,164.571s164.571-73.682,164.571-164.571 C420.571,278.099,377.645,218.908,316.973,194.661'/%3E%3Cpath style='fill:%239C281F;' d='M182.859,201.142L182.859,201.142c48.759,12.187,97.527,12.187,146.286,0v-54.857H182.859V201.142z' /%3E%3Cpolygon style='fill:%23BE3A2B;' points='201.144,146.285 310.859,146.285 310.859,118.856 201.144,118.856 '/%3E%3Cpath style='fill:%239C281F;' d='M168.743,263.142c-2.441,0-4.864-0.969-6.665-2.889c-3.456-3.685-3.273-9.472,0.411-12.919 c9.838-9.234,20.919-16.923,32.923-22.848c4.526-2.258,10.002-0.384,12.242,4.151c2.231,4.526,0.375,10.002-4.151,12.242 c-10.386,5.129-19.977,11.785-28.507,19.785C173.232,262.32,170.992,263.142,168.743,263.142'/%3E%3Cpolygon style='fill:%23E4E5E6;' points='237.716,118.856 274.287,118.856 274.287,82.285 237.716,82.285 '/%3E%3Cpath style='fill:%23559E62;' d='M91.43,347.428c0,19.264,3.483,37.678,9.563,54.857h310.016c3.319-9.371,5.861-19.109,7.488-29.157 c1.353-8.366,2.075-16.942,2.075-25.701c0-19.264-3.419-37.696-9.509-54.857H100.939C94.849,309.732,91.43,328.164,91.43,347.428' /%3E%3Cpath style='fill:%23F0C419;' d='M420.573,347.428c0-3.054-0.229-6.053-0.402-9.07c-2.194,0.101-4.379,0.923-6.062,2.606 l-11.822,11.822l-30.107-30.107c-3.575-3.575-9.353-3.575-12.928,0l-30.107,30.107l-30.107-30.107 c-3.575-3.575-9.353-3.575-12.928,0l-30.107,30.107l-30.107-30.107c-3.575-3.575-9.353-3.575-12.928,0l-30.107,30.107 l-30.107-30.107c-3.575-3.575-9.353-3.575-12.928,0l-30.107,30.107l-11.822-11.822c-1.682-1.682-3.867-2.505-6.062-2.606 c-0.174,3.017-0.402,6.016-0.402,9.07c0,4.562,0.229,9.07,0.603,13.531l11.218,11.218c3.575,3.575,9.353,3.575,12.928,0 l30.107-30.107l30.107,30.107c3.575,3.575,9.353,3.575,12.928,0l30.107-30.107l30.107,30.107c3.575,3.575,9.353,3.575,12.928,0 l30.107-30.107l30.107,30.107c3.575,3.575,9.353,3.575,12.928,0l30.107-30.107l30.107,30.107c1.783,1.783,4.123,2.679,6.464,2.679 s4.681-0.896,6.464-2.679l11.227-11.227C420.363,356.488,420.573,351.99,420.573,347.428'/%3E%3C/g%3E%3C/svg%3E");
}


.xmas .xmas-title-icon-3 .td-block-title-wrap .td-block-title a:after,
.xmas.archive.category.xmas-title-icon-2 .td-section_bg .tdb-title-text:after,
.xmas.single-post.xmas-title-icon-2 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23E4E5E6;' d='M428.137,88.276H198.62c-14.627,0-26.483-11.855-26.483-26.483v-35.31 C172.137,11.855,183.993,0,198.62,0h229.517c14.627,0,26.483,11.855,26.483,26.483v35.31 C454.62,76.42,442.764,88.276,428.137,88.276'/%3E%3Cg%3E%3Cpath style='fill:%23C1C4C6;' d='M225.103,97.103c-4.873,0-8.828-3.946-8.828-8.828V70.621c0-4.882,3.955-8.828,8.828-8.828 s8.828,3.946,8.828,8.828v17.655C233.93,93.158,229.975,97.103,225.103,97.103'/%3E%3Cpath style='fill:%23C1C4C6;' d='M260.413,97.103c-4.873,0-8.828-3.946-8.828-8.828V70.621c0-4.882,3.955-8.828,8.828-8.828 c4.873,0,8.828,3.946,8.828,8.828v17.655C269.241,93.158,265.286,97.103,260.413,97.103'/%3E%3Cpath style='fill:%23C1C4C6;' d='M295.723,97.103c-4.873,0-8.828-3.946-8.828-8.828V70.621c0-4.882,3.955-8.828,8.828-8.828 s8.828,3.946,8.828,8.828v17.655C304.551,93.158,300.596,97.103,295.723,97.103'/%3E%3Cpath style='fill:%23C1C4C6;' d='M331.034,97.103c-4.873,0-8.828-3.946-8.828-8.828V70.621c0-4.882,3.955-8.828,8.828-8.828 s8.828,3.946,8.828,8.828v17.655C339.861,93.158,335.906,97.103,331.034,97.103'/%3E%3Cpath style='fill:%23C1C4C6;' d='M366.344,97.103c-4.873,0-8.828-3.946-8.828-8.828V70.621c0-4.882,3.955-8.828,8.828-8.828 c4.873,0,8.828,3.946,8.828,8.828v17.655C375.172,93.158,371.217,97.103,366.344,97.103'/%3E%3Cpath style='fill:%23C1C4C6;' d='M401.654,97.103c-4.873,0-8.828-3.946-8.828-8.828V70.621c0-4.882,3.955-8.828,8.828-8.828 c4.882,0,8.828,3.946,8.828,8.828v17.655C410.482,93.158,406.536,97.103,401.654,97.103'/%3E%3C/g%3E%3Cpath style='fill:%23BE3A2B;' d='M223.145,483.558l170.222-166.665c10.946-10.717,17.117-25.388,17.117-40.713V88.276H216.277 v127.506L85.823,346.236c-37.923,37.923-37.923,99.399,0,137.322C123.737,521.481,185.221,521.481,223.145,483.558'/%3E%3Cpath style='fill:%23E4E5E6;' d='M331.034,300.138c0,21.636,8.678,41.225,22.705,55.552l39.627-38.797 c10.946-10.717,17.117-25.388,17.117-40.713v-55.49C366.6,220.69,331.034,256.256,331.034,300.138'/%3E%3Cg%3E%3Cpath style='fill:%23C1C4C6;' d='M392.827,0v17.655c0,4.882,3.955,8.828,8.828,8.828c4.882,0,8.828-3.946,8.828-8.828V0H392.827z'/%3E%3Cpath style='fill:%23C1C4C6;' d='M357.516,0v17.655c0,4.882,3.955,8.828,8.828,8.828c4.873,0,8.828-3.946,8.828-8.828V0H357.516z'/%3E%3Cpath style='fill:%23C1C4C6;' d='M322.206,0v17.655c0,4.882,3.955,8.828,8.828,8.828s8.828-3.946,8.828-8.828V0H322.206z'/%3E%3Cpath style='fill:%23C1C4C6;' d='M286.896,0v17.655c0,4.882,3.955,8.828,8.828,8.828s8.828-3.946,8.828-8.828V0H286.896z'/%3E%3Cpath style='fill:%23C1C4C6;' d='M251.585,0v17.655c0,4.882,3.955,8.828,8.828,8.828c4.873,0,8.828-3.946,8.828-8.828V0H251.585z'/%3E%3Cpath style='fill:%23C1C4C6;' d='M216.275,0v17.655c0,4.882,3.955,8.828,8.828,8.828s8.828-3.946,8.828-8.828V0H216.275z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.xmas .xmas-title-icon-4 .td-block-title-wrap .td-block-title a:after,
.xmas.archive.category.xmas-title-icon-3 .td-section_bg .tdb-title-text:after,
.xmas.single-post.xmas-title-icon-3 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.003 512.003' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%2371C084;' d='M205.863,218.001l-0.238-0.265L205.863,218.001'/%3E%3Cpath style='fill:%2371C084;' d='M172.139,0c-28.266,28.266-68.838,28.266-97.103,0c7.609,30.738-29.378,59.816-61.793,52.966 c28.266,28.266,28.266,77.665,0,105.931c39.971,0,70.621,39.477,70.621,79.448h20.25c7.601-25.521,31.214-44.138,59.198-44.138 c12.085,0,23.322,3.522,32.839,9.516c0.018,0.026,0.035,0.053,0.044,0.079c-4.052-8.227-6.4-17.452-6.4-27.251 c0-24.673,14.504-45.912,35.416-55.817c1.068-28.407,17.549-50.229,17.549-50.229C202.789,70.506,172.139,39.971,172.139,0'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%234C8056;' d='M498.76,211.862c-39.971,0-70.621-30.649-70.621-70.621c-28.266,28.266-68.838,28.266-97.103,0 c0,0-7.362,24.611-17.673,34.922c0,0.132,0.018,0.256,0.018,0.388c0,30.014-21.407,55.014-49.779,60.601 c0.026,0,0.044,0,0.071-0.009c19.103,10.514,32.053,30.817,32.053,54.166c0,8.183-1.624,15.987-4.52,23.137l0.035,0.009 c27.524,10.293,30.967,56.302,30.967,56.302c28.266-28.266,77.665-28.266,105.931,0c0-39.971,30.649-70.621,70.621-70.621 C471.642,283.78,470.997,229.941,498.76,211.862'/%3E%3Cpath style='fill:%234C8056;' d='M269.995,341.489l-0.071-0.018c-10.143,7.292-22.546,11.635-35.99,11.635 c-25.291,0-47.007-15.219-56.567-36.979c-4.529,1.051-9.216,1.668-14.054,1.668c-18.838,0-35.672-8.457-47.007-21.751 l-0.071-0.018c-15.272,44.941-67.681,48.252-67.681,48.252c28.257,28.257,28.257,68.837,0,97.103 c39.971,0,70.621,30.649,70.621,70.621c16.358-27.118,61.202-27.763,79.281,0c0-39.971,30.817-70.621,70.788-70.621 C240.979,413.116,241.729,369.755,269.995,341.489'/%3E%3Cpath style='fill:%234C8056;' d='M196.156,212.551c-3.699,0-7.15-2.348-8.377-6.047c-0.265-0.786-27.136-79.228-98.586-110.124 c-4.476-1.942-6.532-7.133-4.608-11.608c1.933-4.458,7.124-6.541,11.608-4.599c78.866,34.101,107.176,117.248,108.341,120.779 c1.536,4.626-0.971,9.604-5.597,11.14C198.019,212.401,197.075,212.551,196.156,212.551'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%2371C084;' d='M352.354,268.733c-44.985,0-89.847-22.272-92.672-23.711c-4.343-2.198-6.091-7.495-3.893-11.847 c2.198-4.352,7.495-6.109,11.847-3.911c0.945,0.468,94.243,46.742,136.492,2.948c3.39-3.496,8.978-3.61,12.482-0.221 c3.513,3.39,3.61,8.969,0.23,12.482C399.264,262.677,375.792,268.733,352.354,268.733'/%3E%3Cpath style='fill:%2371C084;' d='M157.872,442.698c-3.037,0-5.994-1.571-7.627-4.378c-34.092-58.359,17.982-124.893,20.215-127.691 c3.037-3.814,8.563-4.44,12.394-1.404c3.814,3.028,4.449,8.58,1.421,12.394c-0.468,0.6-46.742,59.931-18.794,107.803 c2.463,4.211,1.042,9.613-3.169,12.067C160.918,442.31,159.382,442.698,157.872,442.698'/%3E%3C/g%3E%3Cpath style='fill:%23BE3A2B;' d='M196.152,203.722c-9.525-5.994-20.762-9.516-32.839-9.516c-34.127,0-61.793,27.666-61.793,61.793 c0,34.127,27.666,61.793,61.793,61.793s61.793-27.666,61.793-61.793c0-9.763-2.33-18.962-6.356-27.171 C209.067,222.737,201.228,214.05,196.152,203.722'/%3E%3Cpath style='fill:%23D14A41;' d='M313.381,176.552c0,34.127-27.666,61.793-61.793,61.793s-61.793-27.666-61.793-61.793 s27.666-61.793,61.793-61.793S313.381,142.424,313.381,176.552'/%3E%3Cpath style='fill:%23F97B76;' d='M269.243,194.207c-22.113,0-35.31-13.241-35.31-35.434c0-4.873,3.946-8.828,8.828-8.828 s8.828,3.955,8.828,8.828c0,12.297,5.447,17.779,17.655,17.779c4.882,0,8.828,3.946,8.828,8.828 C278.07,190.261,274.124,194.207,269.243,194.207'/%3E%3Cpath style='fill:%23922C25;' d='M263.668,237.147c-3.911,0.777-7.945,1.201-12.085,1.201c-10.778,0-20.904-2.781-29.731-7.636 c-0.706,0.141-1.351,0.433-2.048,0.6c3.328,7.574,5.297,15.881,5.297,24.691c0,29.281-20.392,53.751-47.74,60.125 c9.569,21.76,31.276,36.979,56.567,36.979c34.127,0,61.793-27.666,61.793-61.793C295.721,267.964,282.771,247.661,263.668,237.147' /%3E%3C/g%3E%3C/svg%3E");
}
.xmas .xmas-title-icon-5 .td-block-title-wrap .td-block-title a:after,
.xmas.archive.category.xmas-title-icon-4 .td-section_bg .tdb-title-text:after,
.xmas.single-post.xmas-title-icon-4 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FDC794;' points='97.102,344.276 423.722,344.276 423.722,158.897 97.102,158.897 '/%3E%3Cpath style='fill:%23E6E7E8;' d='M450.205,247.172c-26.138,0-48.446-16.26-57.468-39.194c2.71,24.814,9.366,49.161,18.432,72.96 c1.704,4.484,2.657,9.251,2.728,14.195c0.362,25.582-24.497,47.819-54.961,49.081c-21.248,0.883-40.113-7.857-50.997-21.469 c-10.549-13.197-27.101-22.043-46.036-22.528c-1.951-0.053-3.919-0.079-5.906-0.079s-3.955,0.026-5.906,0.079 c-18.935,0.486-35.487,9.331-46.036,22.528c-10.884,13.612-29.749,22.351-50.997,21.469c-30.464-1.262-55.322-23.499-54.961-49.081 c0.071-4.943,1.024-9.71,2.728-14.195c9.905-25.988,17.178-52.604,19.279-79.81l-53.822,9.834 C56.53,249.3,20.637,418.763,131.679,476.69c0,0,7.53-10.902,7.53-26.483c0,0,7.53,61.793,115.968,61.793 s116.957-61.793,116.957-61.793c0,15.581,8.519,26.483,8.519,26.483c89.185-46.521,83.244-164.961,72.333-229.659 C452.059,247.075,451.141,247.172,450.205,247.172'/%3E%3Cpath style='fill:%23FDC794;' d='M356.172,379.586c-55.367,47.078-144.975,47.078-200.351,0c55.375,0,100.175-16.728,100.175-26.483 C255.996,362.858,300.805,379.586,356.172,379.586'/%3E%3Cpath style='fill:%23D14A41;' d='M255.998,388.414c19.588,0,36.74-5.65,46.654-14.142c-28.019-5.729-46.654-14.883-46.654-21.169 c0,6.285-18.635,15.439-46.654,21.169C219.258,382.764,236.41,388.414,255.998,388.414'/%3E%3Cpath style='fill:%23BDC2C6;' d='M255.886,476.69h-0.371c-18.397-0.115-34.666-8.572-42.47-22.069 c-2.436-4.22-0.998-9.613,3.222-12.059c4.22-2.454,9.622-0.997,12.058,3.231c4.687,8.095,15.139,13.171,27.295,13.241 c12.111-0.159,23.164-5.041,28.098-13.339c2.498-4.193,7.892-5.57,12.103-3.072c4.193,2.489,5.561,7.901,3.072,12.094 C290.826,468.295,274.371,476.69,255.886,476.69'/%3E%3Cg%3E%3Cpath style='fill:%23FDC794;' d='M64.813,216.993c-6.1-3.16-12.932-5.129-20.295-5.129c-24.585,0-44.518,19.756-44.518,44.138 c0,24.373,19.933,44.138,44.518,44.138c3.046,0,5.959-0.477,8.81-1.103C54.82,264.194,60.841,233.774,64.813,216.993'/%3E%3Cpath style='fill:%23FDC794;' d='M498.246,224.207c-10.787,13.33-27.004,22.016-45.286,22.828 c2.525,14.989,4.785,32.759,5.658,51.995c2.869,0.627,5.791,1.112,8.854,1.112c24.594,0,44.526-19.765,44.526-44.138 C511.999,243.486,506.694,232.24,498.246,224.207'/%3E%3C/g%3E%3Cpath style='fill:%23A6352B;' d='M388.412,185.379c0-26.774,17.055-49.505,40.872-58.086l-61.334-11.211 c-74.019-13.524-149.884-13.524-223.903,0l-88.841,16.243c-11.502,2.101-19.897,12.588-19.897,24.85v29.449 c0,15.66,13.436,27.542,28.125,24.858l87.905-16.066c69.199-12.65,140.12-12.65,209.32,0l29.784,5.447 C389.162,195.902,388.412,190.738,388.412,185.379'/%3E%3Cpath style='fill:%23BE3A2B;' d='M450.205,123.586c5.835,0,11.467,0.865,16.817,2.375C458.627,89.662,386.973,0,264.826,0 C149.626,0,93.2,103.583,81.715,127.479l62.332-11.396c74.019-13.524,149.884-13.524,223.903,0l61.334,11.211 C435.825,124.937,442.852,123.586,450.205,123.586'/%3E%3Cpath style='fill:%23A6352B;' d='M450.205,132.409c-2.339,0-4.679-0.927-6.409-2.754c-0.477-0.503-48.313-50.211-108.35-50.211 c-4.873,0-8.828-3.946-8.828-8.828c0-4.873,3.955-8.828,8.828-8.828c67.761,0,119.022,53.46,121.176,55.737 c3.346,3.54,3.187,9.119-0.353,12.473C454.566,131.606,452.386,132.409,450.205,132.409'/%3E%3Cg%3E%3Cpath style='fill:%23F9A671;' d='M282.481,264.828c0,9.754-11.855,35.31-26.483,35.31c-14.627,0-26.483-25.556-26.483-35.31 c0-9.746,11.855-17.655,26.483-17.655C270.626,247.172,282.481,255.082,282.481,264.828'/%3E%3Cpath style='fill:%23F9A671;' d='M194.205,256c-4.873,0-8.828-3.955-8.828-8.828c0-4.705-6.188-8.828-13.241-8.828 s-13.241,4.122-13.241,8.828c0,4.873-3.955,8.828-8.828,8.828c-4.873,0-8.828-3.955-8.828-8.828 c0-14.601,13.859-26.483,30.897-26.483s30.897,11.882,30.897,26.483C203.033,252.045,199.078,256,194.205,256'/%3E%3Cpath style='fill:%23F9A671;' d='M361.929,256c-4.873,0-8.828-3.955-8.828-8.828c0-4.705-6.188-8.828-13.241-8.828 c-7.053,0-13.241,4.122-13.241,8.828c0,4.873-3.955,8.828-8.828,8.828c-4.873,0-8.828-3.955-8.828-8.828 c0-14.601,13.859-26.483,30.897-26.483c17.037,0,30.897,11.882,30.897,26.483C370.757,252.045,366.802,256,361.929,256'/%3E%3C/g%3E%3Cpath style='fill:%23D46F67;' d='M511.998,185.379c0,34.127-27.666,61.793-61.793,61.793s-61.793-27.666-61.793-61.793 s27.666-61.793,61.793-61.793S511.998,151.252,511.998,185.379'/%3E%3C/g%3E%3C/svg%3E");
}
.xmas .xmas-title-icon-6 .td-block-title-wrap .td-block-title a:after,
.xmas.archive.category.xmas-title-icon-5 .td-section_bg .tdb-title-text:after,
.xmas.single-post.xmas-title-icon-5 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.944 511.944' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23559E62;' d='M228.341,63.008c8.156-8.381,19.528-13.626,32.148-13.626c12.629,0,23.992,5.246,32.148,13.626 c5.021-5.695,14.857-20.543,27.253-33.864c-3.8-1.141-7.5-2.65-10.968-4.653l-22.645-13.078c-15.98-9.225-35.66-9.225-51.631,0 l-22.654,13.078c-3.449,1.994-7.132,3.494-10.914,4.644C213.484,42.456,223.329,57.304,228.341,63.008'/%3E%3Cpath style='fill:%23559E62;' d='M143.719,426.64c-14.884,0-26.947-12.063-26.947-26.947c0-14.884,12.063-26.947,26.947-26.947 s26.947,12.063,26.947,26.947C170.667,414.577,158.603,426.64,143.719,426.64 M505.021,230.158l-13.069-22.645 c-4.527-7.851-6.899-16.752-6.899-25.825v-13.555c-4.779,4.303-11.03,6.997-17.965,6.997c-14.884,0-26.947-12.063-26.947-26.947 s12.063-26.947,26.947-26.947c1.761,0,3.476,0.198,5.138,0.521c-3.719-4.258-8.075-8.012-13.123-10.905L437.23,98.305 c-7.949-4.554-14.543-11.147-19.097-19.088l-12.548-21.863c-0.485-0.853-1.087-1.617-1.617-2.434 c0.287,5.919,0.314,11.246,0.063,14.327c-1.168,14.381,1.671,77.447-17.785,96.903c-7.527,7.527-18.1,10.231-29.292,9.207 c18.27,21.827,29.292,49.924,29.292,80.618c0,9.369-1.105,18.468-3.045,27.253c1.015-0.117,2.003-0.305,3.045-0.305 c14.884,0,26.947,12.063,26.947,26.947c0,14.884-12.063,26.947-26.947,26.947c-8.749,0-16.447-4.24-21.369-10.707 c-22.591,33.549-60.91,55.619-104.385,55.619c-69.452,0-125.754-56.302-125.754-125.754c0-30.738,11.057-58.871,29.382-80.716 c-11.219,1.033-21.845-1.572-29.382-9.108c-19.456-19.456-16.618-82.522-17.785-96.903c-0.252-3.099-0.234-8.47,0.072-14.426 c-0.557,0.844-1.177,1.644-1.689,2.533l-12.54,21.863c-4.554,7.94-11.147,14.534-19.097,19.088l-21.845,12.548 c-16.043,9.198-25.923,26.283-25.923,44.778v26.058c0,9.072-2.398,17.974-6.934,25.825l-13.087,22.645 c-5.758,9.971-7.923,21.387-6.494,32.454c4.725-4.087,10.806-6.638,17.534-6.638c14.884,0,26.947,12.063,26.947,26.947 c0,13.339-9.719,24.342-22.438,26.489c2.892,6.557,4.473,13.635,4.473,20.848v26.058c0,18.495,9.881,35.579,25.923,44.778 l21.854,12.548c7.949,4.554,14.534,11.147,19.088,19.088l12.54,21.863c9.207,16.043,26.283,25.941,44.778,25.941h26.067 c9.063,0,17.965,2.389,25.816,6.916l22.645,13.078c15.98,9.225,35.66,9.225,51.64,0l20.516-11.848 c-0.826-2.587-1.392-5.291-1.392-8.147c0-14.884,12.063-26.947,26.947-26.947s26.947,12.063,26.947,26.947h1.5 c18.504,0,35.579-9.899,44.787-25.941l12.54-21.863c4.554-7.94,11.147-14.534,19.097-19.088l21.881-12.548 c16.043-9.198,25.95-26.283,25.95-44.778v-26.058c0-9.072,2.371-17.974,6.899-25.825l13.078-22.645 C514.255,265.818,514.246,246.129,505.021,230.158'/%3E%3C/g%3E%3Cpath style='fill:%23BE3A2B;' d='M121.905,25.647c5.3-9.737,15.899-20.785,36.801-21.181c30.468-0.584,59.635,47.176,69.632,58.539 c-7.869,8.093-12.764,19.106-12.764,31.286c0,8.165,2.344,15.71,6.153,22.312c0,45.334-61.305,75.228-86.995,49.547 c-19.447-19.456-16.618-82.531-17.785-96.912C116.246,60.463,117.567,33.624,121.905,25.647'/%3E%3Cg%3E%3Cpath style='fill:%23922C25;' d='M215.57,103.276c-1.877,0-3.764-0.584-5.381-1.797l-35.93-26.947 c-3.97-2.973-4.779-8.605-1.796-12.575c2.973-3.979,8.605-4.77,12.575-1.796l35.93,26.947c3.97,2.973,4.779,8.605,1.796,12.575 C220.995,102.036,218.31,103.276,215.57,103.276'/%3E%3Cpath style='fill:%23922C25;' d='M179.658,130.223c-2.74,0-5.425-1.24-7.195-3.593c-2.982-3.97-2.174-9.602,1.796-12.575 l35.93-26.947c3.97-2.982,9.602-2.183,12.575,1.796c2.982,3.97,2.174,9.602-1.796,12.575l-35.93,26.947 C183.422,129.639,181.535,130.223,179.658,130.223'/%3E%3C/g%3E%3Cpath style='fill:%23BE3A2B;' d='M399.077,25.647c-5.3-9.737-15.899-20.785-36.801-21.181c-30.469-0.584-59.635,47.176-69.632,58.539 c7.869,8.093,12.764,19.106,12.764,31.286c0,8.165-2.344,15.71-6.153,22.312c0,45.334,61.305,75.228,86.995,49.547 c19.447-19.456,16.618-82.531,17.785-96.912C404.736,60.463,403.416,33.624,399.077,25.647'/%3E%3Cg%3E%3Cpath style='fill:%23922C25;' d='M305.412,103.276c-2.74,0-5.425-1.24-7.195-3.593c-2.982-3.97-2.174-9.602,1.796-12.575 l35.93-26.947c3.97-2.982,9.602-2.183,12.575,1.796c2.982,3.97,2.174,9.602-1.796,12.575l-35.93,26.947 C309.176,102.692,307.29,103.276,305.412,103.276'/%3E%3Cpath style='fill:%23922C25;' d='M341.324,130.223c-1.877,0-3.764-0.584-5.38-1.796l-35.93-26.947 c-3.97-2.973-4.779-8.605-1.796-12.575c2.982-3.97,8.605-4.761,12.575-1.796l35.93,26.947c3.97,2.973,4.779,8.605,1.796,12.575 C346.75,128.983,344.064,130.223,341.324,130.223'/%3E%3Cpath style='fill:%23922C25;' d='M299.252,116.602L299.252,116.602c-7.761,13.447-22.124,22.6-38.759,22.6 c-16.645,0-30.998-9.153-38.759-22.6l0,0c0,22.205-14.74,40.655-32.768,50.733l-18.297,39.244l32.121-5.138l16.725,27.917 l40.978-90.157l35.894,90.157l16.725-27.917l32.121,5.138l-20.48-43.933C310.211,152.029,299.252,135.726,299.252,116.602'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23EEC319;' d='M413.193,309.868c0,14.884-12.063,26.947-26.947,26.947s-26.947-12.063-26.947-26.947 c0-14.884,12.063-26.947,26.947-26.947S413.193,294.984,413.193,309.868'/%3E%3Cpath style='fill:%23EEC319;' d='M494.035,148.184c0,14.884-12.063,26.947-26.947,26.947c-14.884,0-26.947-12.063-26.947-26.947 s12.063-26.947,26.947-26.947C481.972,121.237,494.035,133.3,494.035,148.184'/%3E%3Cpath style='fill:%23EEC319;' d='M359.298,480.535c0,14.884-12.063,26.947-26.947,26.947s-26.947-12.063-26.947-26.947 c0-14.884,12.063-26.947,26.947-26.947S359.298,465.651,359.298,480.535'/%3E%3Cpath style='fill:%23EEC319;' d='M170.667,399.693c0,14.884-12.063,26.947-26.947,26.947s-26.947-12.063-26.947-26.947 c0-14.884,12.063-26.947,26.947-26.947S170.667,384.809,170.667,399.693'/%3E%3Cpath style='fill:%23EEC319;' d='M53.895,282.921c0,14.884-12.063,26.947-26.947,26.947S0,297.805,0,282.921 c0-14.884,12.063-26.947,26.947-26.947S53.895,268.037,53.895,282.921'/%3E%3C/g%3E%3Cpath style='fill:%23F97B76;' d='M305.404,94.289c0,24.801-20.112,44.912-44.912,44.912c-24.801,0-44.912-20.112-44.912-44.912 s20.112-44.912,44.912-44.912C285.292,49.377,305.404,69.489,305.404,94.289'/%3E%3Cg%3E%3Cpath style='fill:%234C8056;' d='M134.737,255.977c-54.568,0-98.807-44.239-98.807-98.807v24.522c0,4.635-0.647,9.225-1.868,13.662 c15.459,40.619,54.694,69.605,100.675,69.605V255.977z'/%3E%3Cpath style='fill:%234C8056;' d='M386.246,246.995v8.982c54.568,0,98.807,44.239,98.807,98.807v-24.531 c0-4.644,0.638-9.243,1.859-13.68C471.444,275.972,432.218,246.995,386.246,246.995'/%3E%3Cpath style='fill:%234C8056;' d='M269.474,381.732h-8.982c0,54.568-44.239,98.807-98.807,98.807h24.495 c4.644,0,9.252,0.647,13.689,1.868C240.487,466.948,269.474,427.713,269.474,381.732'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.xmas .td-block-title-wrap .td-block-title a:after{
	transition:ease all 400ms
}
.xmas .td-block-title-wrap .td-block-title a:hover:after{
	transform: translateY(-4px);
}
.xmas .site_mega_menu .td-block-title-wrap .td-block-title a:after,
.xmas .site_mega_menu .td-block-title-wrap .td-block-title span:after{
	display:none;
}
.xmas-hero .wpb_wrapper{
	position:relative;
	background: #f6f6f6;
}
.xmas-hero .td_block_text_with_title{
	position:absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.xmas-hero .td_block_text_with_title .td-block-title{
	text-align:center
}
.xmas-hero .td_block_text_with_title .td-block-title span{
	border: none;
    color: white !important;
    font-size: 45px !important;
	line-height:1.1;
    text-shadow: 0 0 10px black;
}
.xmas-hero .td_block_text_with_title .td-block-title span:after{
	display:none
}
.xmas-hero .td_block_text_with_title .td_mod_wrap p {
	text-align: center;
    color: white;
    font-size: 28px;
	line-height: 1.2;
    text-shadow: 0 0 5px black;
}
.left-img-articles .td-image-container{
	max-width:160px
}
.xmas .left-img-articles .td-block-title{
	margin-bottom:40px;
}
.left-img-articles .td-image-container .td-image-wrap{
	width:160px;
	height:160px;
	border-radius: 50%;
    overflow: hidden;
	padding:0;
}
.left-img-articles .td-module-meta-info{
	justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-top: 0 !important;
    margin-left: 15px;
}
.left-img-articles .td-image-container .entry-thumb{
	
}
.xmas .tdb_loop .td-module-title,
.xmas .tdb-single-related-posts .td-module-title{
	font-family: Zona-Black-Slab-Black;
}
.xmas .bg-grey .tdb-title-text{
	color:white;
}
.xmas.archive .bg-grey .tdb-title-text {
    max-width: 690px;
}
.xmas.archive.category .tdb_loop{
	margin-top:40px;
}
.xmas.archive.category .td-section_bg:before,
.xmas.single-post .td-section_bg:before{
	border-radius:0;
}
.xmas.archive.category .td-section_bg .entry-title.td-module-title a{
	color:#960018 !important;
}
.xmas.archive.category .page-nav .current
{
	border-color: #005729;
    background: #005729;
}
.xmas.archive.category  .td-block-title-wrap .td-block-title span:after{
	width:33px; 
	height:33px;
}
.xmas.single-post .single_article-cat .td-element-style,
.xmas.single-post .tdb_module_related .td-post-category,
.xmas.single-post .td-post-category{
	background: linear-gradient(45deg, #00331f, #008535);
    border-radius: 6px;
}
.xmas.single-post .tdb-entry-category
{
	justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
}
.xmas.single-post .tdb-entry-category:after {
	bottom:0;
}
.xmas.single-post .tdb-single-title .tdb-title-text{
	color: #960018 !important;
    background-color: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.xmas.single-post .tdb_single_author_2 .border_left-1,
.xmas.single-post .tdb_single_post_share,
.xmas.single-post .tdb_single_tags,
.xmas.single-post .tdb_single_comments_count{
	border-color: #007230 !important;
}
.xmas.single-post .tdb-breadcrumbs{
	font-family: Zona-Pro-Regular;
}
.xmas.single-post .tdb-breadcrumbs a{
	color:#007230; 
}
.xmas .td-scroll-up {
	background-image: linear-gradient(90deg, #CC0000, #960018);
    background-image: -webkit-linear-gradient(90deg, #CC0000, #960018);
    border-radius: 6px;
}
.xmas .xmas-countdown{
    max-width: 800px;
    margin: auto;
    position: relative;
    top: -60px;
    z-index: 1;
    background: linear-gradient(45deg, #00331f, #008535);
    border-radius: 15px;
    box-shadow: 0 0 36px #959595ba;
    padding: 40px 25px;
	padding-bottom: 60px;
}
.xmas .xmas-countdown .wpb_text_column p,
.xmas .xmas-countdown .countdown{
	font-family: Zona-Black-Slab-Black !important;
	color:white;
}
.xmas .xmas-countdown .wpb_text_column p{
	font-size: 30px;
}
.xmas .xmas-countdown{
	position:relative;
}
.xmas .xmas-countdown .countdown div {
	font-size: 55px;
    line-height: 1.1;
	margin-left:10px;
}
.xmas .xmas-countdown .countdown div span{
	font-size:22px;
	color:#eec319
}
.xmas .xmas-home-intro .wpb_text_column p {
	font-size: 18px;
}
.xmas .xmas-home-intro .wpb_text_column{
	max-width: 800px;
    margin: auto;
}

.xmas .xmas-countdown:before{
	content:"";
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23559E62;' d='M472.949,459.932c-47.729-30.92-78.102-60.746-78.102-60.746 c22.78,2.169,34.747-26.034,34.747-26.034c-22.242-5.424-60.711-43.39-60.711-43.39c22.233-0.547,52.137-17.356,52.137-17.356 c-23.864-3.792-86.65-69.424-86.65-69.424c19.525,2.716,34.981-8.678,34.981-8.678c-19.525-3.792-51.521-43.39-51.521-43.39 c24.402,1.085,44.475-8.678,44.475-8.678c-42.34-26.112-77.173-92.637-92.915-126.716C261.163,63.419,256,74.466,256,86.78 c0-12.314-5.163-23.361-13.39-31.258c-15.742,34.078-50.575,100.604-92.915,126.716c0,0,20.063,9.763,44.475,8.678 c0,0-32.004,39.598-51.53,43.39c0,0,15.464,11.394,34.99,8.678c0,0-62.785,65.631-86.649,69.424c0,0,29.904,16.809,52.137,17.356 c0,0-38.469,37.966-60.711,43.39c0,0,11.967,28.203,34.747,26.034c0,0-30.373,29.826-78.102,60.746 c0,0,107.928,3.254,156.203-26.034c0,0-46.106,41.758-60.746,43.39c0,0,66.169-0.547,91.119-26.034c0,0,13.017,14.64,30.373,17.356 c17.356-2.716,30.373-17.356,30.373-17.356c24.949,25.487,91.119,26.034,91.119,26.034c-14.64-1.631-60.746-43.39-60.746-43.39 C365.021,463.186,472.949,459.932,472.949,459.932'/%3E%3Cg%3E%3Cpath style='fill:%23EEC319;' d='M275.008,251.661h-11.984c-3.879,0-7.02-3.141-7.02-7.029v-11.976c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C282.037,248.52,278.887,251.661,275.008,251.661'/%3E%3Cpath style='fill:%23EEC319;' d='M248.974,173.559H236.99c-3.879,0-7.02-3.141-7.02-7.029v-11.976c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C256.003,170.418,252.853,173.559,248.974,173.559'/%3E%3Cpath style='fill:%23EEC319;' d='M214.262,295.051h-11.984c-3.879,0-7.02-3.141-7.02-7.029v-11.976c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C221.292,291.909,218.142,295.051,214.262,295.051'/%3E%3Cpath style='fill:%23EEC319;' d='M327.076,312.407h-11.984c-3.879,0-7.02-3.141-7.02-7.029v-11.976c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C334.105,309.265,330.955,312.407,327.076,312.407'/%3E%3Cpath style='fill:%23EEC319;' d='M327.076,407.864h-11.984c-3.879,0-7.02-3.141-7.02-7.029V388.86c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C334.105,404.723,330.955,407.864,327.076,407.864'/%3E%3Cpath style='fill:%23EEC319;' d='M257.652,355.797h-11.984c-3.879,0-7.02-3.141-7.02-7.029v-11.976c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C264.681,352.655,261.531,355.797,257.652,355.797'/%3E%3Cpath style='fill:%23EEC319;' d='M188.229,399.186h-11.984c-3.879,0-7.02-3.141-7.02-7.029v-11.976c0-3.888,3.141-7.029,7.02-7.029 h11.984c3.879,0,7.029,3.141,7.029,7.029v11.976C195.258,396.045,192.108,399.186,188.229,399.186'/%3E%3C/g%3E%3Cpath style='fill:%23994530;' d='M256,468.61c-6.569-1.024-12.505-3.758-17.356-6.76v41.472h34.712V461.85 C268.505,464.853,262.569,467.586,256,468.61'/%3E%3Cpath style='fill:%23EEC319;' d='M212.61,43.39C236.596,43.39,256,23.986,256,0c0,23.986,19.404,43.39,43.39,43.39 c-23.986,0-43.39,19.404-43.39,43.39C256,62.794,236.596,43.39,212.61,43.39'/%3E%3Cpath style='fill:%237A3726;' d='M299.39,512h-86.78c-4.79,0-8.678-3.879-8.678-8.678c0-4.799,3.888-8.678,8.678-8.678h86.78 c4.79,0,8.678,3.879,8.678,8.678C308.068,508.121,304.18,512,299.39,512'/%3E%3C/g%3E%3C/svg%3E");
	
	width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    background-size: contain;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.xmas.archive .vc_widget_sidebar .td-block-title, 
.xmas.archive .vc_widget_sidebar .td_block_template_5 .td-block-title {
    font-size: 28px;
    letter-spacing: -0.5px;
}
.xmas.single-post .tdb-author-photo{
	box-shadow:unset !important;
}
.xmas.single-post .tdb-author-photo img,
.xmas.single-post .tdb-author-photo div{
	border-radius:6px;
	min-width:100px;
	min-height:100px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2) !important;
}
.xmas.single-post .tdb_single_content .google-auto-placed{
	margin-bottom:15px;
}
.xmas .google-auto-placed{
	display:none
}
.xmas .xristika-row .td_single_image_bg{
	height:auto;
	padding:38%;
}

@media screen and (max-width: 1024px) {
	.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex .entry-title.td-module-title a, 
	.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex .td-post-author-name a, 
	.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex .td-post-date, 
	.xmas .xmas-double-col .td_block_template_5 .td_block_inner .td_module_flex .entry-title.td-module-title a{
		color:Black;
	}
	.xmas .bg-grey .td-pb-span5 .entry-title.td-module-title a,
	.xmas .bg-grey .td-pb-span5 .td-module-meta-info .td-post-author-name a,
	.xmas .bg-grey .td-pb-span5 .td-module-meta-info .td-post-date{
		color:white;
	}
	.xmas .td-module-container {
		flex-direction: column;
	}
	.xmas .left-img-articles .td-module-thumb{
		justify-content: center;
		display: flex;
		margin-bottom: 20px;
	}
	.left-img-articles .td-module-meta-info{
		margin-left: 0 !important;
	}
	.left-img-articles .td-image-container{
		max-width:100%;
	}
	.td-section_ads .td_block_wrap{
		text-align:center !important;
	}
	.td-section_bg .left-img-articles{
		width:100% !important;
	}
	.xmas .bg-grey::before{
		width:90% !important;
	}
	.xmas .xmas-countdown{
		top:0;
		margin-bottom: 50px;
        margin-top: 100px;
		max-width: 90%;
	}
	.xmas .xmas-home-intro .wpb_text_column p{
		font-size: 18px;
    	padding: 15px;
	}
	.xmas .xmas-countdown .wpb_text_column p{
		font-size:25px;
	}
	.xmas .xmas-countdown .countdown div {
		font-size:35px;
	}
	.xmas-hero .td_block_text_with_title .td-block-title span{
		font-size: 32px !important;
	}
	.xmas-hero .td_block_text_with_title .td_mod_wrap p{
		font-size: 22px;
	}
	
}


/*pets theme styles*/
body.pets{
	background-image: url(https://www.haniotika-nea.gr/media/2025/02/pets-bg.png);
    background-repeat: repeat;
    background-size: 20%;
}
.pets .td-section_bg::before,
.pets #megamenu_row .tds-button1,
.pets .header_row-3 .tds-button1,
.pets .top-menu-row:before{
	background-image: linear-gradient(184deg, #ff9f48,#da873d);
	background-image: -webkit-linear-gradient(184deg, #ff9f48,#da873d);
}
.pets .td-header-desktop-wrap .tdm-social-item i,
.pets .td-footer-page .tdm-social-item i{
	color: #4db2ec;
}
.pets .td-footer-page .tdm-title-line:after{
	background-color: #4db2ec;
}
.pets .top-menu-row .tdb_header_menu .tdb-menu > li > a:after{
	background-color: #dc9e4a;
}
.pets .td-section_bg::before{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.pets .hero:before{
	border-radius:0;
}
.pets .entry-title.td-module-title a{
	color: #c38a3e;
}
body.pets .td_module_wrap:hover .td-module-title a,
body.pets .td-module-title a:hover{
	color:black !important;
}
.pets .bg-grey::before{
	background: linear-gradient(42deg, #3267ad, #7eabe7);
    border-radius: 15px;
    box-shadow: 0 0 36px #959595ba;
	z-index: -2;
}
.pets.archive .bg-grey::before{
	width: 70%;
}
.pets .bg-grey.small::before{
	width: 50%;
}
.pets .bg-grey.small .td-block-title-wrap .td-block-title{
	max-width: 400px;
}
.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .entry-title.td-module-title a,
.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .td-post-author-name a,
.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex:first-child .td-post-date,
.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .entry-title.td-module-title a,
.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .td-post-author-name a,
.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex:nth-child(3) .td-post-date{
	color:white;
}
.pets .bg-grey .td-block-title-wrap .td-block-title{
	margin-bottom: 30px;
    padding-top: 20px;
	max-width: 725px;
    line-height: 1.1;
}
.pets .pets-double-col .td-block-title-wrap .td-block-title{
	max-width: 360px;
}
.pets .td-block-title-wrap .td-block-title span{
	border: none;
	padding-left:0;
}
.pets .pets-home-intro .wpb_text_column p {
	font-size: 18px;
	color:white;
	margin-bottom:0;
}
.pets .pets-home-intro .wpb_text_column{
	max-width: 800px;
    margin: auto;
}
.pets .pets-home-intro .intro-text{
	background: linear-gradient(42deg, #3267ad, #7eabe7);
    border-radius: 15px;
    box-shadow: 0 0 36px #959595ba;
    color: white;
    padding: 40px;
	position:relative;
	overflow:hidden;
	padding-bottom: 55px;
}
.pets .pets-home-intro .intro-text:after{
	display:block;
	content:"";
	position:absolute;
	bottom:-15px;
	left:44%;
	width:45px; 
	height:45px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='13.994' cy='15.288' fill='%23595959' rx='10' ry='9' transform='rotate(123 13.994 15.288)'/%3E%3Cellipse cx='53' cy='15.288' fill='%23595959' rx='10' ry='9' transform='scale(1 -1) rotate(-57 24.842 0)'/%3E%3Cpath fill='%23E43535' d='M30,53 L37,53 L37,59.0031303 C37,60.6582557 35.6503296,62 33.9907455,62 L33.0092545,62 C31.3472891,62 30,60.6526091 30,59.0031303 L30,53 Z'/%3E%3Cpath fill='%23D8D8D8' d='M13,18.5 C13,11.0441559 19.0496912,5 26.4959256,5 L40.5040744,5 C47.9576683,5 54,11.0425165 54,18.5 L54,32 L13,32 L13,18.5 Z'/%3E%3Cpath fill='%23FFF' d='M20,19.4943276 C20,16.4598943 22.4686147,14 25.5,14 L25.5,14 C28.5375661,14 31,16.4604838 31,19.4943276 L31,27 L20,27 L20,19.4943276 Z'/%3E%3Ccircle cx='26' cy='20' r='2' fill='%230A3586'/%3E%3Cpath fill='%23FFF' d='M37,19.4943276 C37,16.4598943 39.4686147,14 42.5,14 L42.5,14 C45.5375661,14 48,16.4604838 48,19.4943276 L48,27 L37,27 L37,19.4943276 Z'/%3E%3Ccircle cx='42' cy='20' r='2' fill='%230A3586'/%3E%3Cpath fill='%23595959' d='M33.5,27.4908143 C31.1432577,25.301028 28.1967524,24 25,24 C17.2680135,24 11,31.6111593 11,41 C11,50.3888407 17.2680135,58 25,58 C28.1967524,58 31.1432577,56.698972 33.5,54.5091857 C35.8567423,56.698972 38.8032476,58 42,58 C49.7319865,58 56,50.3888407 56,41 C56,31.6111593 49.7319865,24 42,24 C38.8032476,24 35.8567423,25.301028 33.5,27.4908143 Z'/%3E%3Cpath fill='%23979797' fill-rule='nonzero' d='M21.8753734,37.835585 L6.72340173,35.9253328 C6.44942809,35.8907921 6.19932785,36.0848909 6.16478721,36.3588646 C6.13024657,36.6328382 6.32434537,36.8829384 6.59831901,36.9174791 L21.7502906,38.8277313 C22.0242643,38.8622719 22.2743645,38.6681731 22.3089052,38.3941995 C22.3434458,38.1202259 22.149347,37.8701256 21.8753734,37.835585 Z'/%3E%3Cpath fill='%230A3586' d='M33.5,32 C35.9852814,32 40,31.9852814 40,29.5 C40,27.0147186 35.9852814,23 33.5,23 C31.0147186,23 27,27.0147186 27,29.5 C27,31.9852814 31.0147186,32 33.5,32 Z'/%3E%3Cpath fill='%23979797' fill-rule='nonzero' d='M21.425785 40.3294824L6.87686309 42.1691608C6.60290222 42.2038025 6.40889572 42.4539744 6.44353745 42.7279353 6.47817919 43.0018961 6.72835103 43.1959026 7.00231191 43.1612609L21.5512338 41.3215825C21.8251947 41.2869408 22.0192012 41.0367689 21.9845594 40.7628081 21.9499177 40.4888472 21.6997459 40.2948407 21.425785 40.3294824zM45.0886241 38.5606072L59.0379583 37.4985571C59.3133037 37.4775933 59.5195209 37.2373872 59.4985571 36.9620417 59.4775933 36.6866963 59.2373872 36.4804791 58.9620417 36.5014429L45.0127076 37.563493C44.7373621 37.5844568 44.531145 37.8246629 44.5521087 38.1000084 44.5730725 38.3753539 44.8132786 38.581571 45.0886241 38.5606072zM45.2605794 41.5857935L59.704037 45.6239668C59.9699808 45.6983207 60.2458466 45.5430064 60.3202005 45.2770625 60.3945544 45.0111187 60.23924 44.7352529 59.9732962 44.6608991L45.5298387 40.6227257C45.2638948 40.5483719 44.9880291 40.7036862 44.9136752 40.96963 44.8393213 41.2355738 44.9946356 41.5114396 45.2605794 41.5857935z'/%3E%3C/g%3E%3C/svg%3E");
	transition:all ease 300ms;
}
.pets .pets-home-intro .intro-text:before{
	display:block;
	content:"";
	position:absolute;
	bottom:-12px;
	right:44%;
	width:45px; 
	height:45px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%239C4D4D' d='M11,7.99079514 C11,6.89130934 11.514871,6.73552996 12.1456788,7.63668394 L25,26 L11,26 L11,7.99079514 Z'/%3E%3Cpath fill='%239C4D4D' d='M39,7.99079514 C39,6.89130934 39.514871,6.73552996 40.1456788,7.63668394 L53,26 L39,26 L39,7.99079514 Z' transform='matrix(-1 0 0 1 92 0)'/%3E%3Cellipse cx='32' cy='38.5' fill='%23BD7575' rx='28' ry='22.5'/%3E%3Cpath fill='%23595959' d='M31.9667384,49.2336044 C31.4437906,50.2091578 30.5967076,50.2106181 30.072977,49.2336044 L28.214371,45.7663956 C27.6914233,44.7908422 28.1578525,44 29.2589184,44 L32.780797,44 C33.8806323,44 34.3490749,44.7893819 33.8253443,45.7663956 L31.9667384,49.2336044 Z'/%3E%3Ccircle cx='21' cy='35' r='4' fill='%23FFF'/%3E%3Ccircle cx='20' cy='36' r='2' fill='%23595959'/%3E%3Ccircle cx='43' cy='35' r='4' fill='%23FFF'/%3E%3Ccircle cx='42' cy='36' r='2' fill='%23595959'/%3E%3Cpath stroke='%23595959' stroke-linecap='round' stroke-width='2' d='M30.8154771 50C30.8154771 50 27.6116078 52.9001474 24.4077385 52.9001474 21.2038693 52.9001474 18 50 18 50M43.8154771 50C43.8154771 50 40.6116078 52.9001474 37.4077385 52.9001474 34.2038693 52.9001474 31 50 31 50'/%3E%3Cpath stroke='%239C4D4D' stroke-linecap='round' d='M3 41L22.0815162 45.8675256M3.5 37.5L22.0815162 44.8675256M43 44.270357L61.5 39.5M43 45.270357L61.5 42.5'/%3E%3C/g%3E%3C/svg%3E");
	transition:all ease 300ms;
}

.pets .pets-home-intro .intro-text:hover:before,
.pets .pets-home-intro .intro-text:hover:after{
	bottom:-2px;
}
.pets .td-section_bg .td-block-title span,
.pets .td-section_bg .td-block-title a{
	color:black !important;
	font-size:26px !important;
	border:none;
	padding-left:0;
}

.pets .td-block-title-wrap .td-block-title span:after,
.pets .td-block-title-wrap .td-block-title a:after,
.pets.archive.category .td-section_bg .tdb-title-text:after,
.pets.single-post .tdb-entry-category:after{
	content:"";
	display:inline-block;
	width:45px; 
	height:45px;
	background-size: contain;
    position: relative;
    margin-left: 10px;
    bottom: -8px;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='13.994' cy='15.288' fill='%23595959' rx='10' ry='9' transform='rotate(123 13.994 15.288)'/%3E%3Cellipse cx='53' cy='15.288' fill='%23595959' rx='10' ry='9' transform='scale(1 -1) rotate(-57 24.842 0)'/%3E%3Cpath fill='%23E43535' d='M30,53 L37,53 L37,59.0031303 C37,60.6582557 35.6503296,62 33.9907455,62 L33.0092545,62 C31.3472891,62 30,60.6526091 30,59.0031303 L30,53 Z'/%3E%3Cpath fill='%23D8D8D8' d='M13,18.5 C13,11.0441559 19.0496912,5 26.4959256,5 L40.5040744,5 C47.9576683,5 54,11.0425165 54,18.5 L54,32 L13,32 L13,18.5 Z'/%3E%3Cpath fill='%23FFF' d='M20,19.4943276 C20,16.4598943 22.4686147,14 25.5,14 L25.5,14 C28.5375661,14 31,16.4604838 31,19.4943276 L31,27 L20,27 L20,19.4943276 Z'/%3E%3Ccircle cx='26' cy='20' r='2' fill='%230A3586'/%3E%3Cpath fill='%23FFF' d='M37,19.4943276 C37,16.4598943 39.4686147,14 42.5,14 L42.5,14 C45.5375661,14 48,16.4604838 48,19.4943276 L48,27 L37,27 L37,19.4943276 Z'/%3E%3Ccircle cx='42' cy='20' r='2' fill='%230A3586'/%3E%3Cpath fill='%23595959' d='M33.5,27.4908143 C31.1432577,25.301028 28.1967524,24 25,24 C17.2680135,24 11,31.6111593 11,41 C11,50.3888407 17.2680135,58 25,58 C28.1967524,58 31.1432577,56.698972 33.5,54.5091857 C35.8567423,56.698972 38.8032476,58 42,58 C49.7319865,58 56,50.3888407 56,41 C56,31.6111593 49.7319865,24 42,24 C38.8032476,24 35.8567423,25.301028 33.5,27.4908143 Z'/%3E%3Cpath fill='%23979797' fill-rule='nonzero' d='M21.8753734,37.835585 L6.72340173,35.9253328 C6.44942809,35.8907921 6.19932785,36.0848909 6.16478721,36.3588646 C6.13024657,36.6328382 6.32434537,36.8829384 6.59831901,36.9174791 L21.7502906,38.8277313 C22.0242643,38.8622719 22.2743645,38.6681731 22.3089052,38.3941995 C22.3434458,38.1202259 22.149347,37.8701256 21.8753734,37.835585 Z'/%3E%3Cpath fill='%230A3586' d='M33.5,32 C35.9852814,32 40,31.9852814 40,29.5 C40,27.0147186 35.9852814,23 33.5,23 C31.0147186,23 27,27.0147186 27,29.5 C27,31.9852814 31.0147186,32 33.5,32 Z'/%3E%3Cpath fill='%23979797' fill-rule='nonzero' d='M21.425785 40.3294824L6.87686309 42.1691608C6.60290222 42.2038025 6.40889572 42.4539744 6.44353745 42.7279353 6.47817919 43.0018961 6.72835103 43.1959026 7.00231191 43.1612609L21.5512338 41.3215825C21.8251947 41.2869408 22.0192012 41.0367689 21.9845594 40.7628081 21.9499177 40.4888472 21.6997459 40.2948407 21.425785 40.3294824zM45.0886241 38.5606072L59.0379583 37.4985571C59.3133037 37.4775933 59.5195209 37.2373872 59.4985571 36.9620417 59.4775933 36.6866963 59.2373872 36.4804791 58.9620417 36.5014429L45.0127076 37.563493C44.7373621 37.5844568 44.531145 37.8246629 44.5521087 38.1000084 44.5730725 38.3753539 44.8132786 38.581571 45.0886241 38.5606072zM45.2605794 41.5857935L59.704037 45.6239668C59.9699808 45.6983207 60.2458466 45.5430064 60.3202005 45.2770625 60.3945544 45.0111187 60.23924 44.7352529 59.9732962 44.6608991L45.5298387 40.6227257C45.2638948 40.5483719 44.9880291 40.7036862 44.9136752 40.96963 44.8393213 41.2355738 44.9946356 41.5114396 45.2605794 41.5857935z'/%3E%3C/g%3E%3C/svg%3E");
}

.pets .vc_widget_sidebar .td-block-title-wrap .td-block-title span:after{
	width:35px; 
	height:35px;
}
.pets.archive.category .td-section_bg .tdb-title-text:after{
	bottom:-4px;
}

.pets .pets-title-icon-2 .td-block-title-wrap .td-block-title a:after,
.pets.archive.category.pets-title-icon-1 .td-section_bg .tdb-title-text:after,
.pets.single-post.pets-title-icon-1 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%239C4D4D' d='M11,7.99079514 C11,6.89130934 11.514871,6.73552996 12.1456788,7.63668394 L25,26 L11,26 L11,7.99079514 Z'/%3E%3Cpath fill='%239C4D4D' d='M39,7.99079514 C39,6.89130934 39.514871,6.73552996 40.1456788,7.63668394 L53,26 L39,26 L39,7.99079514 Z' transform='matrix(-1 0 0 1 92 0)'/%3E%3Cellipse cx='32' cy='38.5' fill='%23BD7575' rx='28' ry='22.5'/%3E%3Cpath fill='%23595959' d='M31.9667384,49.2336044 C31.4437906,50.2091578 30.5967076,50.2106181 30.072977,49.2336044 L28.214371,45.7663956 C27.6914233,44.7908422 28.1578525,44 29.2589184,44 L32.780797,44 C33.8806323,44 34.3490749,44.7893819 33.8253443,45.7663956 L31.9667384,49.2336044 Z'/%3E%3Ccircle cx='21' cy='35' r='4' fill='%23FFF'/%3E%3Ccircle cx='20' cy='36' r='2' fill='%23595959'/%3E%3Ccircle cx='43' cy='35' r='4' fill='%23FFF'/%3E%3Ccircle cx='42' cy='36' r='2' fill='%23595959'/%3E%3Cpath stroke='%23595959' stroke-linecap='round' stroke-width='2' d='M30.8154771 50C30.8154771 50 27.6116078 52.9001474 24.4077385 52.9001474 21.2038693 52.9001474 18 50 18 50M43.8154771 50C43.8154771 50 40.6116078 52.9001474 37.4077385 52.9001474 34.2038693 52.9001474 31 50 31 50'/%3E%3Cpath stroke='%239C4D4D' stroke-linecap='round' d='M3 41L22.0815162 45.8675256M3.5 37.5L22.0815162 44.8675256M43 44.270357L61.5 39.5M43 45.270357L61.5 42.5'/%3E%3C/g%3E%3C/svg%3E");
}

.pets .pets-title-icon-3 .td-block-title-wrap .td-block-title a:after,
.pets.archive.category.pets-title-icon-2 .td-section_bg .tdb-title-text:after,
.pets.single-post.pets-title-icon-2 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23BD7575' stroke-linecap='round' stroke-width='2' d='M54.8414725 37.5787966L51.2585469 21.0491703M54.2257757 39.0010942L62.0730655 19.2526505'/%3E%3Cpath fill='%23FFAF40' d='M14.6278307,47.5384252 L7.21508002,52.25431 L48.6122459,52.25431 C52.7846756,52.25431 56.1670981,48.8643997 56.1670981,44.7016908 L56.1670981,37.1490715 L45.4950204,37.1490715 L14.6278307,47.5384252 Z'/%3E%3Cpath fill='%23BD7575' d='M47.5811403,37.9111673 C47.5811403,37.9111673 47.2976762,29.9526065 41.2174858,21.8696273 C35.1372953,13.786648 32.7423426,12.6455765 29.3439553,12.6455765 C25.9455681,12.6455765 20.3359956,10.8158907 13.4751318,14.2396926 C6.6142681,17.6634946 4.04406855,21.8281902 2.60813805,26.1962035 C1.17220756,30.5642168 3.98267316,39.672642 10.2341366,43.4776644 C12.1025594,44.6149006 11.632894,49.6318222 24.7861544,49.0147727 C37.9394149,48.3977233 47.5811403,37.9111673 47.5811403,37.9111673 Z'/%3E%3Cpath stroke='%239C4D4D' stroke-linecap='round' stroke-width='2' d='M46.5772929,37.3100679 C46.5772929,37.3100679 43.6422966,5.02974529 16.1834611,13.5095353 C-11.2753743,21.9893252 8.54260668,49.1153463 20.7205614,49.1153463 C32.8985162,49.1153463 44.2398267,33.0996213 29.7504725,25.2383895 C16.9892219,18.3147443 9.52716995,36.7189426 18.2661431,39.5823871 C27.0051163,42.4458317 29.7504725,35.0413358 27.0356754,31.9230945'/%3E%3C/g%3E%3C/svg%3E");
}
.pets .pets-title-icon-4 .td-block-title-wrap .td-block-title a:after,
.pets.archive.category.pets-title-icon-3 .td-section_bg .tdb-title-text:after,
.pets.single-post.pets-title-icon-3 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23979797' stroke-linecap='round' stroke-width='2' transform='translate(44 9)'%3E%3Cpolyline points='0 6.184 7.615 4.818 11.556 0'/%3E%3Cpolyline points='2 16.184 9.615 14.818 13.556 10'/%3E%3Cpolyline points='5.866 22.143 13 30.242 17.852 31.456'/%3E%3C/g%3E%3Cg stroke='%23979797' stroke-linecap='round' stroke-width='2' transform='matrix(-1 0 0 1 22 9)'%3E%3Cpolyline points='0 6.184 7.615 4.818 11.556 0'/%3E%3Cpolyline points='2 16.184 9.615 14.818 13.556 10'/%3E%3Cpolyline points='5.866 22.143 13 30.242 17.852 31.456'/%3E%3C/g%3E%3Cpath fill='%23E43535' d='M33,58 C42.9411255,58 53,47.254834 53,34 C53,20.745166 42.9411255,10 33,10 C23.0588745,10 13,20.745166 13,34 C13,47.254834 23.0588745,58 33,58 Z'/%3E%3Cpath fill='%23595959' d='M33,25.0046594 C35.5873419,25.0046594 45,19.3137085 45,16 C45,12.6862915 39.627417,10 33,10 C26.372583,10 21,12.6862915 21,16 C21,19.3137085 30.4126581,25.0046594 33,25.0046594 Z'/%3E%3Cellipse cx='33' cy='10' fill='%23979797' rx='8' ry='2'/%3E%3Cpath stroke='%23595959' stroke-linecap='round' stroke-width='2' d='M33.0229615,57 L33.0229615,24.5017671'/%3E%3Ccircle cx='44' cy='29' r='2' fill='%23D8D8D8'/%3E%3Ccircle cx='42' cy='43' r='2' fill='%23D8D8D8'/%3E%3Ccircle cx='27' cy='43' r='2' fill='%23D8D8D8'/%3E%3Ccircle cx='20' cy='32' r='2' fill='%23D8D8D8'/%3E%3C/g%3E%3C/svg%3E");
}
.pets .pets-title-icon-5 .td-block-title-wrap .td-block-title a:after,
.pets.archive.category.pets-title-icon-4 .td-section_bg .tdb-title-text:after,
.pets.single-post.pets-title-icon-4 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFDD95' d='M43.5480376,14.8868931 C43.5480376,14.8868931 56.5531992,24.2770948 46.5478439,31.945218 C36.5424887,39.6133412 43.5480376,14.8868931 43.5480376,14.8868931 Z'/%3E%3Cpolygon fill='%23FFDD95' points='9.902 25.793 20.524 10.824 22.092 13.006 39.02 1.399 38.878 8.075'/%3E%3Cpath fill='%23FFDD95' d='M60.6304287,26 C60.6304287,26 47.3302288,27.5268539 43,37.4697505 C43,37.4697505 43.6498006,48.6406401 55.8841617,48.7412468 C51.8152143,32.0316649 60.6304287,26 60.6304287,26 Z'/%3E%3Cpath fill='%23FFAF40' d='M2.36159533,29.8715566 C2.36159533,29.8715566 21.0445587,20.2140943 26.0845058,13.5612591 C31.124453,6.90842391 53.4005246,4.12681988 53.4005246,4.12681988 C53.4005246,4.12681988 41.7122402,13.8135188 44.3525338,28.4648243 C46.9928274,43.1161298 37.2112968,54.4749398 37.2112968,54.4749398 C37.2112968,54.4749398 24.2588678,49.9878444 18.6628969,46.0371702 C13.066926,42.086496 2.36159533,29.8715566 2.36159533,29.8715566 Z'/%3E%3Ccircle cx='14' cy='30' r='3' fill='%23595959'/%3E%3Cpath fill='%23FFDD95' d='M14,39 C14,39 16.1242774,44.0103615 18.007938,49.234995 C19.8915986,54.4596284 27.8798124,59.0032461 29.7270292,57.5973064 C31.574246,56.1913667 27.6861773,51.6517008 26.7619103,47.0461726 C25.8376433,42.4406444 14,39 14,39 Z'/%3E%3C/g%3E%3C/svg%3E");
}
.pets .pets-title-icon-6 .td-block-title-wrap .td-block-title a:after,
.pets.archive.category.pets-title-icon-5 .td-section_bg .tdb-title-text:after,
.pets.single-post.pets-title-icon-5 .tdb-entry-category:after{
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%239C4D4D' points='41 49.636 35.735 53.361 32.804 47.615 26.411 48.467 26.486 42.018 20.43 39.801 23.493 34.126 19.16 29.348 24.511 25.746 22.894 19.503 29.305 18.8 30.776 12.52 36.78 14.877 41 10 45.22 14.877 51.224 12.52 52.695 18.8 59.106 19.503 57.489 25.746 62.84 29.348 58.507 34.126 61.57 39.801 55.514 42.018 55.589 48.467 49.196 47.615 46.265 53.361'/%3E%3Cpath fill='%23FFAF40' d='M22,46 C26.418278,46 30,42.418278 30,38 C30,33.581722 26.418278,30 22,30 C17.581722,30 6.29266903,38 6.29266903,38 C6.29266903,38 17.581722,46 22,46 Z'/%3E%3Ccircle cx='21' cy='34' r='2' fill='%23595959'/%3E%3Ccircle cx='27' cy='31' r='4' fill='%23FFAF40'/%3E%3Ccircle cx='6' cy='38' r='2' fill='%23595959'/%3E%3C/g%3E%3C/svg%3E");
}

.pets .td-block-title-wrap .td-block-title a:after{
	transition:ease all 400ms
}
.pets .td-block-title-wrap .td-block-title a:hover:after{
	transform: translateY(-4px);
}
.pets .site_mega_menu .td-block-title-wrap .td-block-title a:after,
.pets .site_mega_menu .td-block-title-wrap .td-block-title span:after{
	display:none;
}
.pets-hero .wpb_wrapper{
	position:relative;
	background: #f6f6f6;
}
.pets-hero .td_block_text_with_title{
	position:absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.pets-hero .td_block_text_with_title .td-block-title{
	text-align:center
}
.pets-hero .td_block_text_with_title .td-block-title span{
	border: none;
    color: white !important;
    font-size: 45px !important;
	line-height:1.1;
    text-shadow: 0 0 10px black;
}
.pets-hero .td_block_text_with_title .td-block-title span:after{
	display:none
}
.pets-hero .td_block_text_with_title .td_mod_wrap p {
	text-align: center;
    color: white;
    font-size: 28px;
	line-height: 1.2;
    text-shadow: 0 0 5px black;
}
.pets .left-img-articles .td-image-container{
	max-width:160px
}
.pets .left-img-articles .td-block-title{
	margin-bottom:40px;
}
.pets .left-img-articles .td-image-container .td-image-wrap{
	width:160px;
	height:160px;
	border-radius: 12px;
    overflow: hidden;
	padding:0;
}
.pets .left-img-articles .td-module-meta-info{
	justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-top: 0 !important;
    margin-left: 15px;
}
.pets .tdb_loop .td-module-title,
.pets .tdb-single-related-posts .td-module-title{
	font-family: Zona-Black-Slab-Black;
}
.pets .bg-grey .tdb-title-text{
	color:white;
}
.pets.archive .bg-grey .tdb-title-text {
    max-width: 690px;
}
.pets.archive.category .tdb_loop{
	margin-top:40px;
}
.pets.archive.category .td-section_bg:before,
.pets.single-post .td-section_bg:before{
	border-radius:0;
}
.pets.archive.category .td-section_bg .entry-title.td-module-title a{
	color:#c38a3e !important;
}
.pets.archive.category .page-nav .current
{
	background: linear-gradient(45deg, #3267ad, #7eabe7);
    border: none;
}
.pets.archive.category .page-nav a,
.pets.archive.category .page-nav span{
	border-radius:3px;
}
.pets.archive.category  .td-block-title-wrap .td-block-title span:after{
	width:33px; 
	height:33px;
}
.pets.single-post .single_article-cat .td-element-style,
.pets.single-post .tdb_module_related .td-post-category,
.pets.single-post .td-post-category{
	background: linear-gradient(45deg, #3267ad, #7eabe7);
    border-radius: 6px;
}
.pets.single-post .tdb-entry-category
{
	justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
}
.pets.single-post .tdb-entry-category:after {
	bottom:0;
}
.pets.single-post .tdb-single-title .tdb-title-text{
	color: #c38a3e !important;
    background-color: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.pets.single-post .tdb_single_author_2 .border_left-1,
.pets.single-post .tdb_single_post_share,
.pets.single-post .tdb_single_tags,
.pets.single-post .tdb_single_comments_count{
	border-color: #859fdd !important;
}
.pets.single-post .tdb-breadcrumbs{
	font-family: Zona-Pro-Regular;
}
.pets.single-post .tdb-breadcrumbs a{
	color:#4e68af; 
}
.pets .td-scroll-up {
	background-image: linear-gradient(90deg, #ff9f48,#da873d);
    background-image: -webkit-linear-gradient(90deg, #ff9f48,#da873d);
    border-radius: 6px;
}

.pets.archive .vc_widget_sidebar .td-block-title, 
.pets.archive .vc_widget_sidebar .td_block_template_5 .td-block-title {
    font-size: 28px;
    letter-spacing: -0.5px;
}
.pets.single-post .tdb-author-photo{
	box-shadow:unset !important;
}
.pets.single-post .tdb-author-photo img,
.pets.single-post .tdb-author-photo div{
	border-radius:6px;
	min-width:100px;
	min-height:100px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2) !important;
}
.pets.single-post .tdb_single_content .google-auto-placed{
	margin-bottom:15px;
}
.pets .google-auto-placed{
	display:none
}
.pets .xristika-row .td_single_image_bg{
	height:auto;
	padding:38%;
}

@media screen and (max-width: 1024px) {
	.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex .entry-title.td-module-title a, 
	.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex .td-post-author-name a, 
	.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex .td-post-date, 
	.pets .pets-double-col .td_block_template_5 .td_block_inner .td_module_flex .entry-title.td-module-title a{
		color:Black;
	}
	.pets .bg-grey .td-pb-span5 .entry-title.td-module-title a,
	.pets .bg-grey .td-pb-span5 .td-module-meta-info .td-post-author-name a,
	.pets .bg-grey .td-pb-span5 .td-module-meta-info .td-post-date{
		color:white;
	}
	.pets .td-module-container {
		flex-direction: column;
	}
	.pets .left-img-articles .td-module-thumb{
		justify-content: center;
		display: flex;
		margin-bottom: 20px;
	}
	.pets .left-img-articles .td-module-meta-info{
		margin-left: 0 !important;
	}
	.pets .left-img-articles .td-image-container{
		max-width:100%;
	}
	.pets .td-section_ads .td_block_wrap{
		text-align:center !important;
	}
	.pets .td-section_bg .left-img-articles{
		width:100% !important;
	}
	.pets .bg-grey::before{
		width:90% !important;
	}
	.pets .pets-countdown{
		top:0;
		margin-bottom: 50px;
        margin-top: 100px;
		max-width: 90%;
	}
	.pets .pets-home-intro .wpb_text_column p{
		font-size: 18px;
    	padding: 15px;
	}
	.pets-hero .td_block_text_with_title .td-block-title span{
		font-size: 32px !important;
	}
	.pets-hero .td_block_text_with_title .td_mod_wrap p{
		font-size: 22px;
	}
	.pets .pets-home-intro .intro-text{
		padding: 5px !important;
        padding-bottom: 30px !important;
        margin: 15px;
	}
	.pets .pets-home-intro .intro-text:before{
		left: 35%;
	}
	.pets .pets-home-intro .intro-text:after{
		right: 35%;
	}
}