.main-contaier{
	padding: 50px 0;
}
body.elementor-template-full-width .main-contaier{
	padding: 0;
}
.no-padding .main-contaier{
	padding-top: 0;
}
.banner-page{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-page:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
}
.banner-page .inner-banner{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.banner-page .entry-title{
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}
.banner-page .content-banner{
	display: inline-block;
	padding: 20px 40px;
	border: 1px solid;
	position: relative;
	color: #fff;
}
.banner-page .content-banner:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%, -100%) rotate(0deg);
	-webkit-transform: translate(-100%, -100%) rotate(0deg);
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .7s ease-out;
	border-color: inherit;
}
.banner-page .content-banner:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(100%, 100%) rotate(0deg);
	-webkit-transform: translate(100%, 100%) rotate(0deg);
	border: solid;
	border-width: 1px 0 0 1px;
	display: inline-block;
	padding: 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .7s ease-out;
	border-color: inherit;
}
.valerie-pagination{
    padding: 0;
    margin-top: 50px;
    justify-content: center;
    display: flex;
}
.valerie-pagination .nav-links .page-numbers{
    margin: 0 6px;
    border: 1px solid;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: var(--heading-color);
} 
.valerie-pagination .nav-links .page-numbers:hover,
.valerie-pagination .nav-links .page-numbers.current{
	color: var(--accent-color);
}

/*-------------------
		HEADER
-------------------*/
.header{
	position: relative;
	z-index: 20;
	width: 100%;
	transition: all 0.5s;
	background: #f5f5f5;
}
.header-main{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	padding: 20px 0;
}
.header-main .header-left,
.header-main .header-right{
	position: relative;
	width: 165px;
	display: flex;
}
.header-main .header-right{
	justify-content: flex-end;
	align-items: center;
}
.inner-logo{
	display: inline-block;
	text-align: center;
}
.inner-logo .tag-line{
	display: block;
	color: #999;
}
.logo-img img{
	max-width: 450px;
	transition: all 0.5s;
}
.site-title{
	font-family: var(--font-heading);
	font-weight: var(--variant-heading);
	font-size: 60px;
	margin-bottom: 0;
	line-height: normal;
}
.header-social{white-space: nowrap;}
.header-social a{
	padding: 0 5px;
}
.social-network svg{
	width: 15px;
	height: 15px;
}
.header-social .social-network svg{
	fill: #000;
} 
/*Main Menu*/
.header-nav{
	position: relative;
}
.header-mainmenu{
	color: #000;
	display: flex;
    justify-content: center;
    align-items: center;
}
.header-mainmenu .valerie-main-nav{
	text-align: center;
}
.valerie-main-menu{
	padding: 0;
	color: inherit;
}
.header-mainmenu a{color: inherit;}
.header-mainmenu li a:hover{
	color: var(--accent-color);
}
.valerie-main-menu li{position: relative;}
div.valerie-main-menu > ul > li,
ul.valerie-main-menu > li{
	display: inline-block;
	margin: 0 15px;
}
.valerie-main-nav li a{
	padding: 13px 0;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.5s;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.valerie-main-menu .icon-dropdown{
	margin-left: 8px;
	cursor: pointer;
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom: 3px;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.valerie-main-menu .sub-menu .icon-dropdown{
	padding-left: 20px;
}
.valerie-main-menu .wrap-linkmenu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.valerie-main-menu .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 0;
	min-width: 200px;
	z-index: 50;
	text-align: left;
	border-top: 2px solid var(--accent-color);
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	list-style: none;
}
.valerie-main-nav li .sub-menu a{
	line-height: 40px;
	padding: 0;
}
.valerie-main-menu li:focus-within > .sub-menu,
.valerie-main-menu li:hover > .sub-menu,
.valerie-main-menu .show-submenu > .sub-menu,
.valerie-main-menu li:focus-within > .children,
.valerie-main-menu li:hover > .children,
.valerie-main-menu .show-submenu > .children{
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	height: auto;
	opacity: 1;
}
.valerie-main-menu .sub-menu .sub-menu{
	top: 0;
	left: 100%;
}
.valerie-main-menu .sub-menu > li{
	padding: 5px 15px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}
.valerie-main-menu .sub-menu > li:last-child{
	border-bottom: none;
}
/*Header Search*/
.header-mainmenu .touch-search{
	margin: 0 10px;
	font-size: 13px;
}
.touch-search svg{
	width: 13px;
	height: auto;
	fill: #000;
}
.search-header{
	display: flex;
	justify-content: stretch;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
    -webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.search-header .btn-close{
	flex: 0 0 auto;
	order: 2;
}
.search-header .searchform{
	flex: 1 1 auto;
}
.search-header .searchform input{
	border: none;
}
.show-search .search-header{
	visibility: visible;
    opacity: 1;
    -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.header-mainmenu{
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.show-search .header-mainmenu{
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeInTop {
  	0% {
    	opacity: 0;
    	-webkit-transform: translatey(-60%); }
  	100% {
    	opacity: 1;
    	-webkit-transform: translatey(0); } 
}
@keyframes fadeInTop {
  	0% {
    	opacity: 0;
    	-webkit-transform: translatey(-60%);
            transform: translatey(-60%); }
  	100% {
    	opacity: 1;
    	-webkit-transform: translatey(0);
            transform: translatey(0); } 
    }

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%); } }

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%); } }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0); } }

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%); } }

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%); } }

/*-----------------------
		ELEMENTOR
--------------------------*/
.valerie-service{
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}
.valerie-service .service-info{
	padding: 30px 0px;
	text-align: center;
	position: relative;
	margin-top: -70px;
}
.valerie-service .service-icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background: var(--accent-color);
	color: #fff;
	font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.valerie-service .service-link{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: 15px;
    text-decoration: underline;
    display: block;
}
.valerie-service .service-image {
	text-align: center;
	padding-top: 85%;
	position: relative;
}
.valerie-service .service-image img{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
}
/*Category Image*/
.valerie-cat-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.valerie-cat-image:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}
.valerie-cat-image .inner-cat:before{
	content: '';
	top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
	position: absolute;
	z-index: 1;
}
.valerie-cat-image .inner-cat:after{
    content: '';
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 1;
}
.valerie-cat-image .cat-info{
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.valerie-cat-image .inner-cat .cat-name{
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 22px;
	font-weight: var(--variant-heading);
	letter-spacing: 2px;
}
.valerie-cat-image .inner-cat .cat-name a{
	color: inherit;
}
.valerie-cat-image .inner-cat .cat-number{
	color: #fff;
	margin-top: 6px;
	font-size: 14px;
	display: block;
}
/*Client Slide*/
.valerie-clients{
	text-align: center;
	margin: 0 auto;
	width: 750px;
	max-width: 100%;
	padding: 0 30px;
	position: relative;
}
.valerie-clients .client-image{
	width: 120px;
	padding-top: 120px;
	position: relative;
	margin: 0 auto 10px;
}
.valerie-clients .client-image img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}
.valerie-clients .quote-text{
	font-size: 18px;
	font-style: italic;
	line-height: 1.5em;
}
.valerie-clients .quote-title{
	color: var(--accent-color);
	margin-bottom: 15px;
}
.valerie-clients .quote-auth{
	font-family: var(--font-script);
	color: var(--accent-color);
	margin-top: 20px;
	font-size: 50px;
	line-height: normal;
}
.valerie-clients .elementor-swiper-button{
	color: inherit;
}
/* Team Member  */
.valerie-team-member{
	max-width: 450px;
	display: flex;
	flex-direction: column;
	row-gap: 45px;
}
.valerie-team-member.member-image-bottom{
	flex-direction: column-reverse;
}
.valerie-team-member .image-member{
	position: relative;
	padding-top: 117%;
}
.valerie-team-member .image-member img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.valerie-team-member .image-member .bg-color{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(var(--accent-color),0.5);
}
.valerie-team-member .member-info{
	position: relative;
	z-index: 2;
}
.valerie-team-member.member-image-top{
	padding: 45px 0 0 45px;
}
.valerie-team-member.member-image-top .bg-color{
	top: -45px;
	left: -45px;
}
.valerie-team-member.member-image-bottom{
	padding: 0 45px 45px 0;
}
.valerie-team-member.member-image-bottom .bg-color{
	right: -45px;
	bottom: -45px;
}
.valerie-team-member .member-info .member-pos{
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--heading-color);
    font-weight: 600;
}
.valerie-team-member .member-info .member-name{
	font-size: 30px;
}
/*Newsletter*/
.valerie-newsletter{
	width: 1000px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.valerie-newsletter .form-newsletter{
	display: flex;
	column-gap: 25px;
}
.form-newsletter input{
	border: none;
}
.form-newsletter button[type="submit"]{
	white-space: nowrap;
	text-transform: uppercase;
}
/*Icon Box*/
.valerie-iconbox{
	background: #fff;
	box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
	padding-bottom: 33px;
	margin-bottom: 15px;
	text-align: center;
}
.valerie-iconbox .valerie-iconbox-icon{
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    line-height: 60px;
    background: var(--accent-color);
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    z-index: 2;
}
.valerie-iconbox .valerie-iconbox-icon:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 60px;
    border-width: 0 13px 12px 0;
    border-style: solid;
    border-color: var(--accent-color);
    border-right-color: transparent;
    border-left-color: transparent;
    display: block;
    transition: all .4s;
    opacity: .7;
}
.valerie-iconbox .valerie-iconbox-icon:after {
    position: absolute;
    content: "";
    right: 0;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: -4;
    transition: all .5s;
    background-color: var(--accent-color);
    transform: scale(1,1.2);
}
.valerie-iconbox .valerie-iconbox-info{
    padding: 10px 35px 0;
}
.valerie-iconbox-info .title{
	font-size: 22px;
}
/*Contact Form*/
.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
/*Post Layout*/
/* .valerie-posts-layout{overflow: hidden;} */
/*-----------------------
		BLOG
-----------------------*/
.post-entryformat{
	position: relative;
}
.wrap-post-date{
	position: absolute;
	left: 30px;
	top: 30px;
	background: var(--accent-color);
	width: 80px;
	height: 80px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-direction: column;
	text-align: center;
	font-weight: 600;
	z-index: 2;
}
.blog-grid .wrap-post-date{
	left: 20px;
	bottom: -40px;
	top: auto;
	right: auto;
}
.wrap-post-date span.date{
	font-size: 18px;
}
.wrap-post-date span.date:after {
    content: "";
    height: 1px;
    width: 44px;
    display: block;
    background-color: #fff;
    margin: 3px 0;
}
.wrap-post-date span.month {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.post-title a{
	color: inherit;
}
.post-title a:hover{
	color: var(--accent-color);
}
.post-meta{
    display: flex;
    align-items: center;
    color: var(--heading-color);
    margin-bottom: 20px;
    line-height: 30px;
    flex-wrap: wrap;
}
.post-meta > div {
    display: flex;
    align-items: center;
}
.post-meta > div:after {
    content: "";
    height: 18px;
    width: 1px;
    display: inline-block;
    background: #c8c8c8;
    margin: 0 10px;
}
.post-meta > div:last-child:after{
	display: none;
}
.post-meta span{
	color: var(--accent-color);
	margin-right: 10px;
}
.post-cats a{color: inherit;}
.valerie-blogs .post .post-format {
	position: relative;
	--post-image-ratio: 3/4;
	padding-top: calc( var(--post-image-ratio) * 100%);
}
.valerie-blogs.blog-standard .post .post-format {
	--post-image-ratio: 2/3;
}
.valerie-blogs .post .post-format img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-post .post-format .icon-format{
	position: absolute;
	right: 25px;
	top: 25px;
	width: 45px;
	height: 45px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	padding: 12px;
	line-height: 21px;
	text-align: center;
}
.item-post .post-format .icon-format svg{
	fill: #fff;
}
.valerie-post-single .valerie-gallery{
	overflow: hidden;
}
.valerie-post-audio{position: relative;}
.valerie-post-audio .post-audio{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}
/* Audio Style */
.mejs-container {
	width: 100% !important;
}
.mejs-container, .mejs-container .mejs-controls{
	background: rgba(var(--accent-color-rgb), 0.5);
}
/*-----------*/
.valerie-blogs .post-info{
	padding: 40px 30px 0;
	background: #fff;
}
.valerie-blogs .post-title{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.blog-grid .post-info{
	padding: 45px 30px 0;
	border: 1px solid var(--secondary-color);
}
.blog-grid .item-post.has-post-thumbnail .post-info{
	border-top: none;	
}
.blog-grid .post-title{
	font-size: 24px;
}
.item-post .post-content{margin-bottom: 20px;}
.valerie-blogs .valerie-button{
	background: #fff;
	transform: translateY(20px);
	padding: 10px 25px;
}
.valerie-blogs .valerie-button:hover, .valerie-blogs .valerie-button:focus{
	background: var(--heading-color);
}
.no-sidebar .valerie-button{
	padding: 12px 30px;
}
.blog-grid .item-post .post-content{margin-bottom: 0;}
.blog-grid .post-inner{margin-bottom: 30px;}
.blog-grid .post-meta .post-cats{display: none;}
.blog-grid .post-meta .comment-number:after{display: none;}
.blog-standard .post-info{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	margin: -35px 35px 0 0;
	position: relative;
	z-index: 2;
}
.blog-standard .valerie-button{
	padding: 13px 35px;
}
/* Single Post */
.valerie-post-single .post-single .post-entryformat{
	margin-bottom: 30px;
}
.valerie-post-single .single-header .post-title{margin-bottom: 5px;}
.valerie-post-single .single-header .post-meta{margin-bottom: 0;}
.valerie-post-nav{
    display: flex;
    padding: 15px 0;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    column-gap: 5%;
    margin-bottom: 50px;
}
.valerie-post-nav > div{
	flex: 0 0 47%;
}
.valerie-post-nav > div.next-post{
	margin-left: auto;
}
.valerie-post-nav .meta-nav{
	color: var(--heading-color);
	text-transform: uppercase;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
.valerie-post-nav .prev-post .meta-nav:before{
	content: "\e879";
	font-family: 'Linearicons-Free';
	margin-right: 10px;
}
.valerie-post-nav .next-post .meta-nav:after{
	content: "\e87a";
	font-family: 'Linearicons-Free';
	margin-left: 10px;
}
.valerie-post-nav h6{
	color: var(--color-text);
	font-size: 16px;
	font-family: inherit;
	margin-bottom: 0;
}
.post-related-title, .comment-reply-title, .comments-area .comments-title{
    padding-bottom: 10px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--secondary-color);
    position: relative;
    display: flex;
    align-items: center;
}
.post-related-title:before, .comment-reply-title:before, .comments-area .comments-title:before{
    display: inline-block;
    content: "//";
    color: var(--accent-color);
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 3px;
}
.valerie-post-related,.valerie-post-single .comments-area,
.valerie-post-single .comment-respond{
	padding: 40px;
	border: 1px solid var(--secondary-color);
	margin-bottom: 50px;
}
.valerie-post-single .comments-area{
	padding: 40px 40px 10px 40px;
}
.valerie-post-related .post-title{
	font-size: 22px;
}
.valerie-post-related .post-meta{margin-bottom: 0;}
.valerie-post-related .post-meta .post-cats,.valerie-post-related .post-meta > div.comment-number:after{
    display: none;
}
.comment-respond .input-form, .comment-respond .textarea-form{margin-bottom: 30px;}
.comment-list{
	padding: 0;
	list-style: none;
}
.comment-body{
    display: flex;
}
.comment-body .comment-author {
    flex: 0 0 85px;
    margin-right: 20px;
}
.comment-body .author-name{
	font-size: 18px;
	margin-bottom: 10px;
}
.comment-body .date-comment{
    font-size: 14px;
    display: inline-block;
}
.comment-body .date-comment:before{
	content: "\e864";
	display: inline-block;
	font-family: 'Linearicons-Free';
	color: var(--accent-color);
}
.comment-body .author-name a,
.comment-body .date-comment a{
	color: inherit;
}
.comment-body .reply{
	float: right;
	font-size: 14px;
}
.comment-body .comment-text{margin-top: 10px;}
.comment-body .comment-text p:last-child{margin-bottom: 0;}
.comment-list .comment-body{margin-bottom: 30px;}
.comment-list li.comment > ol.children{
	list-style: none;
}
.valerie-post-single .post-tags{margin-bottom: 20px;}
.item-relate .post-entryformat{margin-bottom: 20px;}
.item-relate .post-format{
	position: relative;
	--post-image-ratio: 3/4;
	padding-top: calc( var(--post-image-ratio) * 100%);
}
.item-relate .post-format img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-relate .wrap-post-date{
	left: 20px;
	top: 20px;
}
.comment-form .form-submit{margin-bottom: 0;}
/*-----------------------
		SIDEBAR
-------------------------*/
.widget{
	border: 1px solid var(--secondary-color);
	padding: 40px;
	margin-bottom: 40px;
}
.sidebar .widget-title, .widget-title, .widgettitle,
.widget_block .wp-block-group__inner-container > h2{
	padding-bottom: 10px;
	text-align: left;
	font-size: 24px;
	margin-bottom: 35px;
	border-bottom: 1px solid var(--secondary-color);
	position: relative;
	display: flex;
	align-items: center;
}
.sidebar .widget-title:before, .widget-title:before, .widgettitle:before,
.widget_block .wp-block-group__inner-container > h2:before{
    display: inline-block;
    content: "//";
    color: var(--accent-color);
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 3px;
}
.sidebar .widget_instagram-feed-widget .widget-title{margin-bottom: 20px;}
.widget ul, .widget ol{padding: 0}
.widget ul ul,.widget ol ol{padding-left: 20px}
.widget ul li{
	list-style: none;
}
.widget a{color: var(--heading-color);}
.widget a:hover{color: var(--accent-color);}
.widget .valerie-button:hover{color: #fff;}
.widget_recent_entries li a, .widget_archive li a,.widget_recent_comments li a,
.widget_categories li a, .widget_meta li a, .widget_pages li a, .widget_nav_menu li a,
.wp-block-page-list .wp-block-pages-list__item a{
	color: var(--heading-color);
	display: inline-block;
}
.widget_recent_entries li a:hover, .widget_archive li a:hover,.widget_nav_menu li a:hover,
.widget_categories li a:hover, .widget_meta li a:hover, .widget_pages li a:hover,
.widget_recent_comments li a:hover, .wp-block-page-list .wp-block-pages-list__item a:hover{
	color: var(--accent-color);
}
.widget_recent_entries li, .widget_archive li,
.widget_categories li, .widget_meta li, .widget_pages li, .widget_nav_menu li,
.widget_recent_comments li{
	padding: 6px 0;
}
.widget_recent_entries li:last-child, .widget_archive li:last-child,
.widget_categories li:last-child, .widget_meta li:last-child, .widget_pages li:last-child, 
.widget_nav_menu li:last-child,.widget_recent_comments li:last-child{
	border-bottom: none;
}
.widget_rss li{margin-bottom: 20px;}
.widget_rss li cite:before{
	content: "";
	width: 20px;
	height: 1px;
	background: #999;
	display: inline-block;
	margin-right: 5px;
}
.widget_rss li .rsswidget{display: block;}
.widget_recent_entries .wp-block-latest-posts__list > li{
	margin-bottom: 10px;	
}
.wp-block-page-list .wp-block-pages-list__item{
	padding: 5px 0;
}
.wp-block-pages-list__item > a{
	color: inherit;
}
/* About */
.valerie-about-me{text-align: center;}
.valerie-about-me .about-image{
	position: relative;
	padding-top: 100%;
}
.valerie-about-me .about-image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.valerie-about-me .about-info{
	padding-top: 10px;
}
.valerie-about-me .ab-button{margin-top: 20px;}
.valerie-about-me .subtitle{
	font-size: 20px;
    margin-top: 10px;
}
/*Social Network*/
.valerie-widget-social .social-network a {
    width: 38px;
    height: 38px;
    border: 1px solid var(--secondary-color);
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin: 0px 5px 5px 0px;
}
.valerie-widget-social .social-network a:hover{
	background: var(--accent-color);
	border-color: var(--accent-color);
}
.valerie-widget-social .social-network a:hover svg{
	fill: #fff;
}
/* List Cats */
.list-cats-image .item-cat{margin-bottom: 20px;}
.list-cats-image .item-cat:last-child{margin-bottom: 0;}
.list-cats-image .item-cat > a{
	display: inline-block;
	position: relative;
	color: #fff;
	padding-top: 95px;
	position: relative;
	width: 100%;
}
.list-cats-image .item-cat img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
}
.list-cats-image .item-cat .cat-name{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid;
	padding: 8px 25px;
	min-width: 120px;
	z-index: 1;
	text-align: center;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
}
.list-cats-image .item-cat a:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: rgba(0, 0, 0, 0.4);
}
.list-cats-image .item-cat .cat-name:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%) rotate(0deg);
    -webkit-transform: translate(-100%, -100%) rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}
.list-cats-image .item-cat .cat-name:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%) rotate(0deg);
    -webkit-transform: translate(100%, 100%) rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}
.list-cats-image .item-cat a:hover .cat-name{
	background: #fff;
	color: var(--accent-color);
	border-color: #fff;
}
.list-cats-image .item-cat a:hover .cat-name:before, .list-cats-image .item-cat a:hover .cat-name:after {
    border-color: #fff;
}
.list-cats-image .item-cat a:hover .cat-name:before {
    left: 100%;
    transform: translate(0, -100%) rotate(90deg);
}
.list-cats-image .item-cat a:hover .cat-name:after {
    right: 100%;
    transform: translate(0, 100%) rotate(90deg);
}
/*Popular Post*/
.list-popular-post .post-image{margin-bottom: 15px;}
.list-popular-post .post-content{
	text-align: center;
	padding: 0 15px;
}
.list-popular-post .post-title{
	font-size: 20px;
	margin-bottom: 5px;
}
.list-popular-post .post{margin-bottom: 20px;}
.list-popular-post .post:last-child{margin-bottom: 0;}
/*Ins*/
#sb_instagram{
	padding-bottom: 0!important;
}
/* Latest Posts */
.list-post-thumb .post-item{
	display: flex;
	margin-bottom: 20px;
}
.list-post-thumb .post-item .post-format{
	flex: 0 0 100px;
	margin-right: 1em;
	position: relative;
	padding-top: 100px;
}
.list-post-thumb .post-item .post-title{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: var(--variant-heading);
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.list-post-thumb .date-post{
	font-size: 0.825em;
}
.list-post-thumb .post-number {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: #1a1a1a;
	display: block;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	font-weight: var(--variant-heading);
	font-family: var(--font-heading);
}
.list-post-thumb .post-item .post-format img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .list-post-thumb .post-item .post-format{
	flex: 0 0 100px;
} */
/*------------------------
		FOOTER
------------------------*/
.footer{
	background: #000;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	position: relative;
}
.footer h4, .footer h5{
	color: #fff;
}
.footer a{color: inherit;}
.footer a:hover{
	color: var(--accent-color);
}
.main-footer{
	display: flex;
	margin: 0 -30px;
	position: relative;
	z-index: 2;
	justify-content: center;
}
.main-footer > div{
	padding: 60px 30px 40px 30px;
}
.main-footer .footer-nav,
.main-footer .footer-contact{
	flex: 0 0 23%;
}
.main-footer .footer-nav{
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .footer-contact{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .ins-footer{
	flex: 1 0 0;
}
.bl-contact-info{
	display: flex;
	margin-bottom: 15px;
}
.bl-contact-info .icon-contact {
    color: var(--accent-color);
    font-size: 22px;
}
.bl-contact-info .info-contact{
	padding-left: 15px;
	padding-top: 3px;
}
.bl-contact-info .title{
	font-size: 16px;
	margin-bottom: 5px;
}
.bl-contact-info .info-contact p{
	margin-bottom: 0;
}
div.menu-footer > ul,
.menu-footer{
	list-style: none;
	padding: 0;
}
.menu-footer li{margin-bottom: 10px;}
.menu-footer a{color: inherit;}
.bottom-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    position: relative;
    z-index: 2;
}
.bottom-footer .social-network a{
	margin-left: 15px;
}
.bottom-footer .social-network a svg{
	fill: #fff;
}
.bottom-footer .social-network a:hover svg{
	fill: var(--accent-color);
}
.backtotop{
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	z-index: 3;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: var(--accent-color);
}
.backtotop:hover{
	opacity: 0.7;
}
.backtotop svg{
	width: 15px;
	fill: #fff;
}
/*-----------------------
		RESPONSIVE
--------------------------*/
.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--heading-color);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 3px 0;
}
@media(max-width: 1199.98px){}
@media (min-width: 992px) and (max-width: 1199.98px){
	.main-footer > div {padding: 50px 25px 35px 25px;}
	.blog-grid .post-info{padding: 45px 25px;}
	.blog-grid .post-title {font-size: 22px;}
	.valerie-cat-image{min-height: 420px;}
	.valerie-cat-image .inner-cat:before{
	    top: 40px;
	    right: 20px;
	    bottom: 40px;
	    left: 20px;
	}
	.valerie-cat-image .inner-cat:after{
	    top: 20px;
	    right: 40px;
	    bottom: 20px;
	    left: 40px;
	}
	.blog-standard .post-title{font-size: 28px;}
	.widget{padding: 30px 25px;}
	.valerie-post-related, .valerie-post-single .comments-area, .valerie-post-single .comment-respond{padding: 30px 25px;}
}
@media(max-width: 991.98px){
	.header-nav{padding: 15px 0;}
	.header-main{margin-bottom: 10px;}
	.header-mainmenu .valerie-main-nav{
		display: none;
		position: absolute;
		top: 100%;
		background: #fff;
		width: 100%;
	}
	div.valerie-main-menu > ul > li, ul.valerie-main-menu > li{
		display: block;
		text-align: left;
	}
	.valerie-main-menu .sub-menu{
		position: relative;
		box-shadow: none;
		border-top: none;
	}
	.valerie-main-menu .sub-menu{padding-left: 25px;}
	.valerie-main-menu .sub-menu > li{padding: 5px 0;}
	.valerie-main-menu .sub-menu .sub-menu{
		left: 0;
		top: 100%;
	}
	.sidebar{margin-top: 50px;}
}
@media (min-width: 768px) and (max-width: 991.98px){
	.logo-img img{max-width: 295px;}
	.valerie-cat-image{min-height: 325px;}
	.valerie-cat-image .inner-cat:before{top: 30px;right: 20px; bottom: 30px; left: 20px;}
	.valerie-cat-image .inner-cat:after{top: 20px;right: 30px; bottom: 20px; left: 30px;}
	.valerie-cat-image .inner-cat .cat-name{font-size: 20px; margin-bottom: 10px;}
	.valerie-blogs .item-post{margin-bottom: 50px;}
	.main-footer > div {padding: 60px 20px 40px 20px;}
}
@media(max-width: 767.98px){
	h3{font-size: 26px}
	.header-main{flex-direction: column;}
	.logo-img img{max-width: 280px;}
	.header-main .header-left, .header-main .header-right{width: auto;}
	.header-main .header-social{margin-bottom: 30px;}
	.header-main .valerie-logo{margin-bottom: 30px;}
	.header-mainmenu .touch-search, .header-mainmenu .menu-touch{margin: 0 5px;}
	.main-footer{margin: 0;flex-direction: column;}
	.valerie-cat-image{min-height: 400px;}
	.blog-grid .post-title{font-size: 22px;}
	.valerie-blogs .item-post{margin-bottom: 50px;}
	.blog-standard .post-title{font-size: 24px;}
	.bottom-footer{flex-direction: column;}
	.copyright {
	    text-align: center;
	    margin-bottom: 12px;
	}
	.backtotop{right: 15px;bottom: 15px;}
	.blog-grid .item-post{margin-bottom: 70px;}
	.main-footer > div {padding: 40px 30px 20px 30px;}
	.valerie-newsletter .form-newsletter{
		flex-direction: column;
	}
	.form-newsletter input{margin-bottom: 20px;}
	.valerie-team-member.member-image-top{padding: 35px 0 0 35px;}
	.valerie-team-member.member-image-top .bg-color {
	    top: -35px;
	    left: -35px;
	}
	.valerie-team-member.member-image-bottom {padding: 0 35px 35px 0;}
	.valerie-team-member.member-image-bottom .bg-color {
	    right: -35px;
	    bottom: -35px;
	}
	.main-footer .footer-contact{border-left: none;}
}
@media (min-width: 576px) and (max-width: 767.98px){}
@media (max-width: 575.98px){
	.blog-grid .post-info{padding-left: 25px;padding-right: 25px;}
	.blog-standard .post-info{margin: 0;}
	.post-meta{font-size: 14px;}
	.blog-standard .post-title{font-size: 22px;}
	.main-footer > div{padding: 40px 20px 15px 20px;}
	.valerie-post-related, .valerie-post-single .comments-area, .valerie-post-single .comment-respond{padding: 30px;}
	.widget{padding: 30px;}
}