:root{
	--main-color: #152537;
	--second-color: #c48f1b;
	--light-gold: #dfc17e;
	--third-color: #002855;
	--light-blue: #d8dfe8;
	--body-color:  #fbf5ef;
	--lighter-body-color: #fffaf5;
	--font-color: #152537;
	--white-color: #ffffff;
	--max-width: 1200px;
	--max-width-blog: 900px;
	--main-font: "Lato", sans-serif;
}

img.lazy{
	opacity:0;
	transition:all 2s;
}
img.lazy.in-viewport{
	opacity:1;
}

.lazy-content{
	opacity:1;
	transition:all 2s;
}

.lazy-content.outside-viewport{
	opacity:0;
}
.x2column.lazy-content .col.image{
	transform:translateX(0);
	transition:all 1s;

}
.x2column.lazy-content.outside-viewport .col.image{
	transform:translateX(-20%)!important;
}
.x2column.lazy-content.outside-viewport .reverse .col.image{
	transform:translateX(20%)!important;
}



*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body{
	font-family: var(--main-font);
	background: var(--body-color);
	-webkit-text-size-adjust: 100%;
	font-size:16px;
	padding-top:8rem;
}

body.no-scroll{
	overflow:hidden;
}

@media only screen and (max-width: 992px) {
	body {
		padding-top: 4rem;
	}
	
	body.blog-post {
		padding-top: 8rem;
	}
}

a{
	text-decoration: none;
	color: var(--second-color);
}

h1 {
	color:var(--third-color);
	line-height: 1.125em;
	font-weight: 900;
}

h2 {
	line-height: 1em;
}

h3 {	
	line-height: 1.5em;
}

h5 {
	line-height: 1.5em;
	font-weight: 500;
}

a:hover {
	color: var(--font-color);
}

p{
	color: var(--third-color);
	line-height:1.75em;
	margin:1em 0;
}

.max-width{
	max-width:var(--max-width);
	margin:0 auto;
}

a.aurora-btn, button.aurora-btn  {
	border-radius: 3px;
	  padding: 0.5rem 1rem;
	  background: var(--second-color);
	  border: none;
	  color: var(--white-color);
}

a.aurora-btn:hover, button.aurora-btn:hover {
	background: var(--third-color);
	color: var(--white-color)!important;
}

.large-padding {
	padding: 8rem 0 ;
}

.standard-padding {
	padding: 5rem 0 ;
}

.container-fluid {
	max-width: calc(1320px + 8rem);
	padding: 0 4rem;
}

.default-content {
	padding: 8rem 0;
	color: var(--third-color);
}

@media screen and (max-width: 992px) {
	.container-fluid {
		max-width: calc(1320px + 4rem);
		padding: 0 2rem;
	}
}

@media screen and (max-width: 425px) {
	.container-fluid {
		max-width: calc(1320px + 3rem);
		padding: 0 1.5rem;
	}
}

/* HEADER */


/* Top Header */
header#main-header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:800;
	transition:all 0.3s;
}

/* Bottom Header */

header#main-header .bottom-header{
	padding:0 5% 0 0;
	position:relative;
	height:auto;
	transition:all 0.3s;
}

header#main-header .bottom-header .wrapper{
	display:flex;
	justify-content: flex-end;
	margin: 0 auto;
	position:relative;
	height:90px;

}

header#main-header div.logo{
	width:260px;
	transition:all 0.3s;
	display: flex;
	align-items: center;
	position: fixed;
	left:4rem;
	top: 40px;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
}

header#main-header.nav-up div.logo {
	transition:all 0.3s;
	border-radius: 7px;
	background: var(--white-color);
	width: 210px;
	opacity: 0;
	visibility: hidden;
}

header#main-header div.logo a {
	display:block;
	height:auto;
	width:100%;
	transition:all 0.3s;
}
/*
header#main-header.nav-up div.logo a {
	padding: 1.25rem 1.5rem;
	transition:all 0.3s;
}

header#main-header.nav-up div.logo:hover {
	transform: scale(1.05);
	transition:all 0.3s;
} */

header#main-header div.logo a:hover {
	transform: scale(1.05);
	transition:all 0.3s;
}

header#main-header div.logo a img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	transition:all 0.3s;
}

@media screen and (max-width: 992px) {
	header#main-header div.logo{
		left: 2rem;
	}
}

@media screen and (max-width: 450px) {
	/* header#main-header.nav-up div.logo{
		width: 220px;
	}
	
	header#main-header.nav-up div.logo a {
		padding: 1.25rem 1.5rem;
	} */
}

/* MAIN NAV */
div.blackout{
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 700;
	transform:translateX(-100%);
	opacity:0;
	transition:opacity 0.3s;
}
div.blackout.reveal{
	opacity:1;
	transform:translateX(0);
}
nav#main-nav{
	margin-right:-15px;
	display: flex;
	  align-items: flex-end;
}

nav#main-nav ul{
	display:flex;
	list-style:none;
}

nav#main-nav ul li{
	margin:0 7px;
	position:relative;
}

nav#main-nav ul li a{
	color: var(--white-color);
	display: flex;
	flex-direction:column;
	justify-content:flex-end;
	padding: 0.5rem 1rem ;	
	font-size: 1.125em;
	font-weight: 300;
	transition:all 0.3s;
	position:relative;
	border-radius: 10px;
	  background: #c8ae74;

}

/* sub level nav */

nav#main-nav ul ul{
	position:absolute;
	flex-direction:column;
	width: 280px;
	margin-top:30px;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;	
}

nav#main-nav li:hover ul{
	margin-top:0px;
	visibility:visible;
	opacity:1;
}


nav#main-nav ul ul li a{
	height: 48px;
	display:flex;
	align-items: :center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-weight:500;
	background:var(--main-color);
	font-size:0.875em;
}

nav#main-nav ul ul li a:hover{
	color:var(--white-color);
	background:var(--second-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

nav#main-nav ul ul li a:after{
	display:none;
}

/* MOBILE BURGER */

#mobile-burger {
	display: none;
	flex-direction: column;
	width: 60px;
	height: 50px;
	padding: 5px 10px;
	position: fixed;
	right: 5%;
	top: 40px;
	justify-content: center;
	z-index: 900;
	cursor: pointer;
	border-radius: 7px;
	background:transparent;
	transition: all 0.3s;
}

#mobile-burger.nav-up {
	background:var(--white-color);
	transition: all 0.3s;
}

#mobile-burger.nav-up.opened {
	background:transparent;
	transition: all 0.3s;
}

#mobile-burger span{
	width: 100%;
	  height: 3px;
	  background: var(--third-color);
	  display: block;
	  margin: 4px auto;
	  transition: all 0.3s;
	  border-radius: 10px;
}

#mobile-burger:hover span{
}

#mobile-burger.opened span{
	background:var(--second-color);
}

#mobile-burger.opened span:first-of-type{
	transform: translate(0, 12px) rotate(-45deg) scale(0.85);
}

#mobile-burger.opened span:nth-of-type(2){
	transform: scale(0.5);
	opacity:0;
}

#mobile-burger.opened span:last-of-type{
	transform: translate(0, -10px) rotate(45deg) scale(0.85);
}


/* MOBILE NAV */

nav#mobile-nav{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background:var(--third-color);
	z-index: 850;
	transform:translateY(100px);
	opacity: 0;
	transition:all 0.3s;
	pointer-events: none;
}

nav#mobile-nav.opened{
	transform:translateY(0);
	opacity: 1;
	transition:all 0.3s;
	pointer-events: auto;
}

nav#mobile-nav ul{
	list-style:none;
	display: flex;
	flex-direction: column;
}

nav#mobile-nav ul li{
	position:relative;
	margin: 0.25rem 0;
}

nav#mobile-nav ul li a{
	color: var(--white-color);
	height: 63px;
	display: block;
	transition: all 0.3s;
	font-weight: 900;
	font-size: 3em;
	text-align: left;
}

nav#mobile-nav ul li:hover > a{
	color: var(--second-color);
}

/* expand stuff */

nav#mobile-nav ul li div.expand{
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 48px;
	width: 48px;
	justify-content: center;
	align-items: center;
	transition:all 0.3s;
}

nav#mobile-nav ul li div.expand.opened .wrapper{
	transform:scaleY(-1);
}

nav#mobile-nav ul li div.expand:hover{
	background: var(--main-color);
}

nav#mobile-nav ul li div.expand .wrapper{
	position: relative;
	width: 48px;
	height: 48px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all 0.3s;
	background: rgba(255,255,255,0.15);
}
nav#mobile-nav ul li div.expand .wrapper:before{
	content:'\f0dd';
	font-family:'Font Awesome 5 Pro';
	color:var(--white-color);
	font-weight:700;
	font-size: 1.175em;
	position: relative;
	top: -3px;
}

/* Subnav */
nav#mobile-nav ul ul{
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}

nav#mobile-nav ul ul li{
	border-bottom:none;
}
nav#mobile-nav ul ul li a{
	height:40px;
	line-height:40px;
	font-size:0.875em;
}

nav#mobile-nav ul ul li:hover > a{
	background:var(--main-color);
}

/* MAIN IMAGE */

/* MOBILE VIEW */

header#main-header .bottom-header, header#main-header div.logo a, header#main-header nav#main-nav li a, header#main-header nav#main-nav li{
	height:auto;
}
header#main-header div.logo a svg, header#main-header div.logo a img{
	height: auto;
	transition:all 0.3s;
}
header#main-header nav#main-nav li li a, header#main-header nav#main-nav li li{
	height:48px;
}
#mobile-burger{
	display:flex;
}

@media screen and (max-width: 450px) {
	nav#mobile-nav ul li a {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 370px) {
	nav#mobile-nav ul li a {
		font-size: 2em;
	}
}


/* YOUTUBE VIDEO */

section.single-video{
	margin:45px 0;
	padding:45px 5%;
}

section.single-video .max-width{
	max-width:var(--max-width);
	margin:0 auto;
	filter: saturate(0.2);
}

/* CONTACT FORM */
::-webkit-input-placeholder{
	color:var(--font-color);
}


section.contact-form{
	padding:45px 5%;
}

section.contact-form .max-width{
	margin:0 auto;
}

section.contact-form .ccm-block-express-form{
	padding: 0;
	margin: 45px 0;
	border-radius:3px;
}
section.contact-form .ccm-block-express-form form{
	max-width: var(--max-width);
	margin: 0 auto;
}
section.contact-form .ccm-dashboard-express-form{
	display:flex;
	margin:0 -2.5% 0 -2.5%;
}

section.contact-form fieldset{
	width: 95%;
	margin: 0 2.5%;
	border: none;
}

section.contact-form fieldset legend{
	display:none;
}

section.contact-form .form-group{
	margin-bottom:20px;
}

section.contact-form input{
	font-family:var(--main-font);
	
}

.list-filter .form-group.select {
	display: flex;
	justify-content: flex-end;
}

section.contact-form select,
.list-filter select,
.store-product-block select,
.store-checkout-page select {
  padding: 0.75rem;
  font-family:var(--main-font);
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-color:var(--second-color);
  color: #fff;
  border-radius: 3px;
  width: 200px;
  font-size: 1em;
  background-position: right .7em top 50%, 0 0;
  background-repeat: no-repeat;
  background-size: 12px auto, 100%;
  transition: all 0.3s;
}
section.contact-form select:hover,
.list-filter select:hover,
.store-product-block select:hover,
.store-checkout-page select:hover,
.store-checkout-page select:focus {
  
}

section.contact-form input[type=text],section.contact-form input[type=tel],section.contact-form input[type=email],section.contact-form textarea, .store-product-block input, .store-checkout-page input[type=email], .store-checkout-page input[type=text], .store-checkout-page input[type=number], .store-checkout-page input[type=tel], .store-checkout-page textarea{
	padding:14px 14px 14px 40px;
	border:none;
	border-radius:3px;
	transition:all 0.3s;
	font-size: 1em;
	color:var(--font-color);
	-webkit-appearance: none;
	display: block;
	width: 100%;
	background:var(--body-color);
	box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
	font-family:var(--main-font);
	border: 2px solid transparent;
}

section.contact-form div.input, .store-checkout-page div.input{
	position:relative;
}
section.contact-form div.input:after, .store-checkout-page div.input:after{
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--font-color);
	font-family:'Font Awesome 5 Pro';
	font-size:1.25em;
	transition:all 0.3s;
	font-weight:300;
}
div.input.first-name:after, div.input.last-name:after, div.input.name:after{
	content:'\f007';
}
div.input.email:after{
	content:'\f2b6';
}
div.input.phone-number:after{
	content:'\f095';
}
div.input.address:after{
	content:'\f3c5';
}
div.input.search:after{
	content:'\f002';
}

div.input.your-age:after {
	content:'\f1fd';
}

div.input.message:after{
	top:10px!important;
	transform:none!important;
	content:'\f303';
}

section.contact-form textarea{
	min-height:417px;
}





/* Hide arrow icon in IE browsers */
section.contact-form select::-ms-expand {
  display: none;
}
section.contact-form input[type=text]:hover, section.contact-form input[type=tel]:hover, section.contact-form input[type=email]:hover,.store-checkout-page input[type=number]:hover, section.contact-form textarea:hover, .store-product-block input:hover, .store-checkout-page input[type=email]:hover, .store-checkout-page input[type=text]:hover, .store-checkout-page input[type=tel]:hover, .store-checkout-page textarea:hover{
	background:var(--body-color);
	border: 2px solid #fff;
	
}
section.contact-form input[type=text]:focus, section.contact-form input[type=tel]:focus, section.contact-form input[type=email]:focus,.store-checkout-page input[type=number]:focus, section.contact-form textarea:focus, .store-product-block input:focus, .store-checkout-page input[type=email]:focus, .store-checkout-page input[type=text]:focus, .store-checkout-page input[type=tel]:focus, .store-checkout-page textarea:focus{
	background:var(--body-color);
	outline:none;
	border: 2px solid var(--second-color);
}

section.contact-form label, .store-product-block label, .store-checkout-page label{
	line-height: 1.5em;
	margin: 0 0 5px 0;
	color: var(--font-color);
	font-size: 1em;
	font-weight: 500;
	display: inline-block;
	user-select: none;
}

section.contact-form span.small{
	font-size:0.65em;
	color: #ed6b68;
}

section.contact-form .form-actions{
	margin-top:30px;
	padding:0 2px;
	text-align:center;
}


@media screen and (max-width:800px){
	section.contact-form .ccm-dashboard-express-form{
		flex-direction:column;
		margin:0 -2.5% 0 -2.5%;
	}
	section.contact-form textarea{
		min-height:150px;
	}
}

/* PAGE SHARING */
div.page-sharing{
	display:flex;
	overflow:hidden;
	justify-content: flex-end;
	width: 100%;
}

div.page-sharing div.list-socials {
	transform: translateX(140%);
	transition: all 0.7s;
	
}

.blog-post div.list-socials {
	opacity: 1;
}

div.page-sharing.viewing div.list-socials{
	transform: translateX(0);
	opacity:1;
	transition: all 0.7s;
}

div.page-sharing a.socials-item,
div.page-sharing div.list-sharing-icon{
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}



/* BLOG LIST SHARING */
div.list-sharing-icon{
	color:var(--main-color);
}
a.socials-item{
	color:var(--font-color);
}
a.socials-item:hover{
	color:var(--main-color);
}


/* BLOG CONTENT */
body.blog-post{
	overflow:scroll;
}

.next-prev .container-fluid {
	max-width: var(--max-width-blog);
}


body.blog-post section.title-block{
	padding: 3rem 0 0 0;
	margin:45px 0;
	text-align: center;
}




body.blog-post section.title-block .container-fluid{
	max-width:var(--max-width-blog);

}
section.blog-content{
	padding:0 ;
	margin:45px 0;
}

section.blog-content .container-fluid {
	max-width:var(--max-width-blog);
}


section.blog-content ul{
	list-style:none;
	margin:20px 0;
}

section.blog-content ul li, .cke_wysiwyg_div ul li{
	color:var(--third-color);
	padding-left:30px;
	position:relative;
	line-height: 1.6em;
	margin: 10px 0;
}

section.blog-content ul li:before, .cke_wysiwyg_div ul li:before{
	content:'\f061';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0;
	left:0;
	color: var(--second-color);
}

section.blog-content .max-width{
	max-width:var(--max-width-blog);
	margin:0 auto;
}

section.blog-content img, .std-form .cke_inner img{
	display:block;
	max-width:100%;
	height:auto;
	margin:30px 0;
}

/* BLOG PAGE SHARING */
section.page-sharing div.page-sharing {
	display: flex;
	overflow: hidden;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
}

section.page-sharing div.page-sharing div.list-socials {
	transform: translateX(0);
	display:flex;
}

section.page-sharing div.page-sharing.viewing div.list-socials{
	transform: translateX(0);
	opacity:1;
	transition: all 0.7s;
}

section.page-sharing div.page-sharing a.socials-item
{
	font-size: 1.25em;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display:block;
	text-align:center;
}
section.page-sharing div.page-sharing a.socials-item svg{
	width:16px;
}

/* AUTHOR */

section.title-block p.author{
	display: flex;
	align-items: center;
	justify-content: center;
}

section.title-block p.author img{
	width:32px;
	height:32px;
	border-radius:50%;
	margin-right:10px;
}


@media screen and (max-width: 800px) {
	body.blog-post section.title-block {
		text-align: left;
	}
	
	section.title-block p.author {
		justify-content: flex-start;
	}
	
	section.page-sharing div.page-sharing {
		margin: 0;
	}
}

/* FOOTER */

footer#footer{
	padding:4rem 0 2rem;
}

footer#footer h4 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.75em;
}

footer#footer .footer-nav ul {
	display: flex;
	list-style: none;
	width: 100%;
	padding: 0;
}

.contact span.nowrap {
	margin: 0 1rem 0 0 ;
}

footer#footer .footer-nav ul li {
	position: relative;
	margin: 0 1rem 0 0;
	font-size: 0.875em;
}

p.copyright {
	font-size: 0.875em;
}

.nowrap .fa-linkedin:before {
	font-size: 1.25em;
}

.footer-disclaimer {
	font-size: 0.875em;
	padding: 1rem 0;
	margin: 1rem 0;
	border-top: 1px solid #e2d4c0;
	border-bottom: 1px solid #e2d4c0;
}

.footer-disclaimer p {
	/* max-width: 900px; */
	margin: 0 0 0.5rem 0;
}

/* SITE ADMIN */
section.admin-panel {
  padding: 45px 5%;
  margin: 45px 0;
}

section.admin-panel h3{
	color:var(--font-color);
}
section.admin-panel .container-fluid {
  background: rgba(255,255,255, 0.5);
  padding: 30px;
  max-width:860px;
  margin:0 auto;
  line-height:1em;
  border-radius: 5px;
}
nav.page-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav.page-nav ul li {
  margin: 0 2px 5px 2px;
}
ul.list {
  list-style: none;
  margin: 30px 0;
}
.std-form .flex-wrapper {
  display: flex;
}
.std-form .flex-wrapper .form-group {
  margin-right: 10px;
}
.std-form div.form-input{
	margin-top:10px;
}
.std-form label,
.ccm-block-express-form label,
.ccm-block-express-form span.text-muted {
  display: inline-block;
  font-size: 0.875em;
  font-family: var(--main-font);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.std-form input,
.std-form textarea,
.ccm-block-express-form input,
.ccm-block-express-form textarea {
  border: none;
  padding: 10px;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 15px;
  color: #657380;
  width: 100%;
  border: 1px solid #f7efe8;
  border-radius: 3px;
  transition: all 0.3s;
}
.std-form input:focus,
.std-form textarea:focus,
.ccm-block-express-form input:focus,
.ccm-block-express-form textarea:focus {
  outline: none;
}
.std-form div.checkbox {
  display: flex;
  align-items: center;
  margin-top:20px;
}
.std-form input[type=checkbox] {
  width: auto;
  margin: 0 0 0 10px;
}
.std-form .ccm-file-selector {
  margin: 0 0 20px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -ms-border-radius: 2px;
  color: #ffffff;
  background-color: #3f9edc;
  text-align: center;
  font-size: 18px;
  line-height: 1.42857143;
  -webkit-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
  cursor: pointer;
}
.std-form .ccm-item-selector-loaded {
  display: flex;
  align-items: center;
  padding: 8px;
  text-align: left;
  background-color: var(--third-color);
}
.std-form .ccm-item-selector-loaded .btn-group{
	display:flex;
	align-items:center;
}
.std-form .ccm-item-selector-group .ccm-item-selector-loaded a.btn{
	padding-left:0;
	display:flex;
	align-items:center;
	color:#fff;
	background: transparent;
	border: none;
}
.std-form .cke_editor {
  margin-bottom: 20px !important;
}
section.admin-panel .cke_top{
	top: 195px;
	z-index: 700;
	position: sticky;
}

.std-form .cke_wysiwyg_div{
	background-color:var(--white-color);
}
.std-form button{
	font-family: var(--main-font);
	background: var(--second-color);
	border: none;
	border-radius:3px;
}
.std-form button[type = "submit"]{
  margin: 20px 0 5px 0;
  background:var(--third-color);
  color:#fff;
  border:none;
  padding:0.5em 1em;
  border-radius:3px;
  cursor:pointer;
  text-transform:uppercase;
  font-weight:500;
}
.std-form button.ccm-item-selector-reset{
	border: none;
	background: red;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	color: #fff;
	border-radius: 50%!important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.std-form button.ccm-item-selector-reset .fa-times-circle:before{
	content:'\f00d';
}
.std-form .image-picker {
  margin-top: 20px;
}
.std-form .form-group-inline {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.std-form .date-picker input {
  margin-bottom: 5px;
}
.std-form .ccm-file-manager-list-thumbnail {
  display: block;
}
.std-form .ccm-item-selector-group .ccm-item-selector-loaded img{
	max-height:60px;
	max-width:60px;
	display:block;
}
.std-form select {
  padding: 10px;
  min-width: 200px;
  font-family:var(--main-font);
  font-weight:500;
}


/* STANDARD PAGE LIST */

section.std-page-list{
	padding:0 5%;
	margin:45px 0;
}

section.std-page-list .max-width{
	
}

section.std-page-list .wrapper{
	display:flex;
	flex-wrap:wrap;
	margin:0 -1%;
	justify-content: center;
}

section.std-page-list .page-list-item{
	position:relative;
	width:31.333%;
	margin:1%;
}
section.std-page-list .page-list-item .image{
	height:0;
	padding-bottom:100%;
}
section.std-page-list .page-list-item .image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(34, 43, 49, 0.59);
	transition: all 0.3s;
	z-index: 10;
}

section.std-page-list .page-list-item .image img{
	display:block;
	width:100%;
	height:auto;
}

section.std-page-list .page-list-item .info{
	position:absolute;
	top:65%;
	transform:translateY(-50%);
	text-align:center;
	padding:20px;
	width:100%;
	z-index:20;
}
section.std-page-list .page-list-item .info h4{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
}
section.std-page-list .page-list-item .info p{
	color: #fff;
	font-size: 0.875em;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 5px;
}

section.std-page-list .page-list-item a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:30;
}

section.std-page-list .page-list-item:hover .image:before{
	 background-color:rgba(0,0,0,0.7); 
}
@media screen and (max-width:960px){
	section.std-page-list .page-list-item{
		width:48%;
	}
}
@media screen and (max-width:@max-width-blog){
	section.std-page-list .page-list-item{
		width:98%;
	}
	
	section.std-page-list .page-list-item .image{
		padding-bottom:50%;
		overflow:hidden;
	}
	
	section.std-page-list .page-list-item .info p{
		display:none;
	}
}
/* BLOG PAGE LIST */


section.blog-page-list .max-width{
	max-width:@max-width;
	margin:0 auto;
	
}
section.blog-page-list .wrapper{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -2%;
}

section.blog-page-list .blog-page-list-item{
	position:relative;
	width:29.333%;
	margin:2%;
}

.blog-page-list-item .image{
	position:relative;
}

.blog-page-list-item .image a:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:rgb(34, 43, 49);
	transition:all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
}
.blog-page-list-item .image a{
	display:block;
	position:relative;
}

.blog-page-list-item .image a:after{
	content:'\f0c1';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	z-index:10;
	font-size:2em;
	transform:translate(-50%,-100px);
	opacity:0;
	transition:all 0.3s;
}

.blog-page-list-item .image img{
	width:100%;
	height:auto;
	display:block;
}

.blog-page-list-item .info{
	padding:20px 0 30px 0;
}

.blog-page-list-item .info h4{
	font-weight:700;
	margin:0;
	font-size: 1.25em;
	line-height: 1.25em;
}

.blog-page-list-item .info h4 a{
	transition:all 0.3s;
}

.blog-page-list-item .info p{
	font-size: 1em;
	line-height: 1.5em;
}

.blog-page-list-item .info p.author, section.title-block p.author{
	display:flex;
	font-size:0.875em;
	align-items: center;
	font-weight:500;
	margin: 0 0 15px 0;
	cursor: default;
}
.blog-page-list-item .info p.topic{
	margin: 0;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 600;
	padding: 3px 8px;
	background: var(--second-color);
}

.blog-page-list-item .info p.author span, section.title-block p.author span{
	font-weight:400;
}

.blog-page-list-item .info p.author img.u-avatar, section.title-block p.author img, p.author img.u-avatar{
	width:24px;
	height:24px;
	display:block;
	border-radius:50%;
	margin-right:8px;
}


.blog-page-list-item:hover .info h4 a{
	color:var(--third-color);
}

.blog-page-list-item:hover .image a:before{
	opacity:0.5;
}

.blog-page-list-item:hover .image a:after{
	opacity:1;
	transform:translate(-50%,-50%);
}

.next-prev .max-width {
	max-width: var(--max-width-blog);
}

.next-prev .next-previous-wrapper {
	display: none;
}

.next-prev .parent-link {
	color: var(--second-color);
	background:rgba(255,255,255,0.6);
	border-radius: 3px;
	font-size: 1em;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
}

.next-prev .parent-link:hover {
	background:rgba(255,255,255,1);
	transition: all 0.3s;
}

.next-prev .parent-link a {
	padding: 0.5rem 1.5rem 0.5rem 1rem;
	display: inline-block;	
}

.next-prev .parent-link:hover a {
	color: var(--second-color);
}	

.next-prev .parent-link i {
	position: absolute;
	top: 9px;
	right: 11px;
}

@media screen and (max-width:760px){
	section.blog-page-list .blog-page-list-item{
		width:46%;
	}
}
@media screen and (max-width:540px){
	section.blog-page-list .blog-page-list-item{
		width:96%;
	}
}
/* BLOG LIST SHARING */
div.list-sharing{
	display:flex;
	overflow:hidden;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-bottom:3px;
}
div.list-sharing-icon{
	width: 24px;
	height: 24px;
	background: transparent;
	text-align: right;
	line-height: 24px;
	position:relative;
	z-index:10;
	cursor:pointer;
}
div.list-socials{
	display:flex;
	transform: translateX(100%);
	opacity:0;
	transition:all 0.6s;
}
div.list-sharing.viewing div.list-socials{
	transform: translateX(0);
	opacity:1;
}
a.socials-item{
	display:block;
	width:35px;
	height:28px;
	text-align:center;
	line-height:24px;
	transition:all 0.3s;
	font-size:1.25em;
}

a.socials-item:hover{
}