@charset 'utf-8';

.sitenav__submenu {
	margin-top: -10px;
	color: #fff;
}
.sitenav__submenu li {
	list-style-type: circle;
}
.sitenav__submenu a {
	display: block;
	padding: 3px 0;
}

/**
* Homepage
*/
.home-news-slide .slick-slider {
    margin:0 -15px;
}
.home-news-slide .slick-slide {
    padding: 0 10px;
}


/**
* Happiness Footer Style
*/
.footer-tracking-code {
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	color: #333;
}
.footer-tracking-code .container,
.footer-tracking-code .container p {
	margin: 0 auto !important;
	padding: 0 !important;
}
.footer-tracking-code .container {
	padding: 5px 20px !important;
}
.footer-tracking-code .code-wrap {
	padding: 5px 0 5px 40px !important;
	background: url(../images/social/quote.png) no-repeat left;	
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
		    background-size: contain;
	overflow: hidden;
	white-space: nowrap;
}
.footer {
	position: relative;
	margin-top: 30px;
	background: #1d2a4e;
	color: #fff;
}
.footer-contact p {color: #fff !important;}
.footer-info {
	padding: 30px 0;
	font-weight: 300;
	font-size: 14px;
}
.footer-info h4,
.footer-info h5 {
	margin: 0 0 3px 0 !important;
	text-align: left;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.footer-info h5 {
	font-size: 20px;
}
.footer-info ul,
.footer-info li {
	margin: 0 !important;
	padding: 0 !important;
}
.footer-info p {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}
.footer-info a {
	color: #fff;
}
.footer-contact li,
.footer-social li {
	display: inline-block;
	list-style-type: none;
}
.footer-contact li+li,
.footer-social li+li {
	margin-left: 15px !important;
}
.footer-social * {
	text-align: right !important;
}
.footer-social li a {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 50px;
	height: 50px;
	background: no-repeat center; 
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
		    background-size: contain;
}
.footer-social li a.facebook {background-image: url(../images/social/facebook.png);}
.footer-social li a.twitter {background-image: url(../images/social/twitter.png);}
.footer-social li a.line {background-image: url(../images/social/line.png);}
.footer-social li a.instagram {background-image: url(../images/social/instagram.png);}
.footer-social li a.youtube {background-image: url(../images/social/youtube.png);}
.copy-right {
	background: #17223e;
}



/**
* Privilege Panel
*/
.privilege-panel {
	position: fixed;
	bottom: 0;
	left: 50%;	
	transform: translateX(-50%);
	
	width: 100%;
	max-width: 758px;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	z-index: 1000;
}
.privilege-panel .panel-container {
	padding: 15px 25px 10px 205px;
}
.privilege-panel div.featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
	background: no-repeat center; 
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
		    background-size: cover;
	font-size: 0;
	line-height: 0;
}
.privilege-panel h5 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
}
.privilege-panel p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px;
	line-height: 18px;
}
.privilege-panel a p {
	color: #888;
}
.privilege-panel .close-panel {
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: url(../images/privilege-close.png) center no-repeat;
}

.sticky-content {
	width: 33.33%;
}
.sticky-3 {
    border-left: 3px solid #fff;
    line-height: inherit;
}
.sticky-2 img {
	height: 32px;
}



@media all and (max-width: 990px) {
	.sitenav__submenu,
	.sitenav__submenu a {
		color: #fff
	}
	.sitenav__submenu {
		padding-left: 65px
	}

	.footer-info * {
		text-align: center !important;
	}
	.footer-info {
		float: none;
		margin: auto;
		max-width: 640px;
	}
	.footer-contact {
		padding-bottom: 30px !important;
	}
	.footer-social {
		padding-top: 20px;
		border-top: solid 1px #344060;
	}
	
	.privilege-panel {
		bottom: 55px;
	}
}





@media all and (max-width:767px) {
	
	.privilege-panel .close-panel {
		right: 10px;
	}
	
	.home-row h2,
	.cat-title {
		font-size: 20px;
		line-height: 24px;
		height: auto !important;
	}
}

@media all and (max-width: 540px) {
/*
	.sticky-content {
		width: 50%;
	}
	.sticky-3 {
		display: none;
	}
*/
	.sticky-content img {
		height: 20px !important;
	}
	.sticky-content {
		font-size: 12px;
	}
	
	
	.footer-info h4,
	.footer-info h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.footer-info h5 {
		margin-bottom: 10px !important;
	}
	.footer-contact li {
		display: block;
		margin: 3px 0 !important;
	}
	.footer-social li+li {
		margin-left: 5px !important;
	}
	.footer-social li a {
		width: 40px;
		height: 40px;
	}
	
	
	.privilege-panel {
		display: block;
		bottom: 40px;
		height: 72px;
	}
	.privilege-panel .panel-container {padding-left: 120px;}
	.privilege-panel div.featured-image {
		width: 100px;
	}
	.privilege-panel p {
		display: none;
	}
}










/**
* Cookie Acception
*/
/** Cookie law info */
#cookie-law-info-bar > span {
	display: block;
	padding: 8px 380px 10px 15px;
	text-align: left
}
#cookie-law-info-bar a {
	color: #669900;
}
#cookie-law-info-bar .bar-btn-set {
	display: block;
	position: absolute;
	top: 9px;
	right: 20px;
	padding-right: 36px;
}
#cookie-law-info-bar .cli-plugin-button {
	border-radius: 3px;
}
#cookie_action_close_header {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#cookie_action_close_header_reject {
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	height: 18px;
	width: 18px;
	font-size: 0;
	line-height: inherit;
	background: url(<?php echo get_template_directory_uri();?>/assets/close.png) no-repeat center; 
	-webkit-background-size: contain;
		 -moz-background-size: contain;
		 	 -o-background-size: contain;
		 	 		background-size: contain;
}

@media all and (max-width: 720px) {
	#cookie-law-info-bar > span {
		padding-right: 15px;
	}
	#cookie-law-info-bar .bar-btn-set {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 10px;
	}
}