/*
Theme Name: Loren
Theme URI: https://matchthemes.com/premium/loren-blogging-wordpress-theme/
Description: Loren - Responsive WordPress Blog Theme
Version: 2.6.2
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.7
Requires PHP: 7.4
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: loren
*/


/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. SIDEBAR
	
	6. FOOTER
	
	7. OTHER
 
 
 ************************************/


/*************************************

1. MAIN STYLE

 ************************************/


/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0px !important;
}

.no-bottom {
	margin-bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.column-clear {
	clear: both;
}

div {
	position: relative
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #555555;
	font-size: 12px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
	/* Above WP toolbar */
}

.alignright {
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	text-align: center;
	margin: 10px auto;
}

pre,
code {
	background: #f0f0f0;
	color: #333;
	font-family: "Courier New", Courier, monospace;
	padding: 6px;
	margin-bottom: 24px;
	overflow: auto;
	font-size: 13px;
	border: none;
	border-radius: 0;
	vertical-align: middle;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 24px;
	white-space: pre-wrap;
}


article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #EDEEF1;
	color: #454545;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252525;
	font-weight: 400;
}

h1 {
	font-size: 54px;
	line-height: 1.5em;
}

h2 {
	font-size: 48px;
	line-height: 1.5em;
}

h3 {
	font-size: 36px;
	line-height: 1.4em;
}

h4 {
	font-size: 32px;
	line-height: 1.4em;
}

h5 {
	font-size: 24px;
	line-height: 1.4em;
}

h6 {
	font-size: 16px;
	line-height: 1.4em;
}

a {
	color: #56afe2;
	text-decoration: none;
}

a:hover {
	color: #56afe2;
	text-decoration: none;
}

p a {
	color: #56afe2;
	border-bottom: 1px solid #56afe2;
}

p a:hover {
	color: #56afe2;
	text-decoration: none;
	border: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 16px 24px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 1;
	padding: 0 10px 0 0;
	text-align: center;
}

.alignc {
	text-align: center;
}

.none {
	display: none;
}

blockquote {
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	color: #252525;
	position: relative;
	border: none;
	margin: 42px 0;
	padding: 0 42px;
}

blockquote:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	line-height: 1;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0px;
}

blockquote cite {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

p,
ul,
ol,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-bottom: 24px;
}

div p:last-child {
	margin-bottom: 0;
}

.padding-tb54 {
	padding: 54px 0;
}

.margin-tb54 {
	margin: 54px 0;
}

.margin-t54 {
	margin-top: 54px;
}

.margin-b32 {
	margin-bottom: 32px;
}

.margin-b54 {
	margin-bottom: 54px;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.menu-nav li a,
.search-social li a,
.search-btn,
.modal-tags a,
.top-grid-item .grid-overlay,
.grid-content h2 a,
.grid-content .post-meta li a,
.slider-more a,
.tagcloud a,
.tags-single-page a,
.footer-social li a,
.blog-item,
.post-category a,
.post-title a,
.post-meta li a,
.view-more a i,
.page-numbers,
.nav-page a,
.author-social li a,
.get-social li a,
.author-content h5 a,
.related-story h4 a,
.comm-author a,
.submit,
#submit-contact,
.widget ul li a,
.menu-nav-3 li a,
.scrollup i,
.meta-date a,
.post-password-form input[type="submit"] {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


/* definition lists */

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}


/* tables */
table {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	border-collapse: collapse;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 12px;
}

table th {
	font-weight: bold;
}

.container,
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

/*************************************

2. HEADER

************************************/

#header-1 {
	padding-top: 66px;
}

#header-bar-1 {
	background: #ffffff;
	padding: 0 15px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
}

.logo-1 a {
	display: inline-block;
	color: #252525;
	line-height: 1;
}

.logo-1-no-menu {
	margin-bottom: 6px;
}

.logo-txt {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.logo-txt a:hover {
	text-decoration: none;
}

.logo-1 .logo-txt,
.logo-1 img {
	font-size: 42px;
}

.logo-1 img {
	margin-top: 11px;
}

.navbar1{
		display: flex;
		align-items: center;
}

.menu-nav {
	margin: 0;
	margin-left: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-nav li:first-child {
	margin-left: 0px;
}

.menu-nav li a {
	color: #454545;
	padding: 24px 0;
	display: block;
}

.menu-nav li a:hover,
.menu-nav li a:focus {
	background: none;
}

.menu-nav li:hover>a,
.menu-nav li.current-menu-item>a {
	color: #56afe2;
}

.menu-nav>li>a:before {
	background-color: #56afe2;
	bottom: 20px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	width: 100%;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	-moz-transition: transform 0.2s ease-in-out 0s;
	-o-transition: transform 0.2s ease-in-out 0s;
	-ms-transition: transform 0.2s ease-in-out 0s;
	transition: transform 0.2s ease-in-out 0s;
}

.menu-nav>li>a:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.menu-nav>li.current-menu-item>a:before {
	display: none;
}

.menu-nav>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-left: 7px;
	margin-right: 0;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 66px;
	left: 0;
	text-align: left;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	z-index: 3;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
}

.menu-nav ul li a {
	display: block;
	padding: 14px 10px;
	color: #454545;
	border-bottom: 1px solid #f2f2f2;
}

.menu-nav ul li:last-child>a {
	border: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #56afe2;
	background: #f9f9f9;
}

.menu-nav li:hover>ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -1px;
}

.search-social,
.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	float: right;
	margin-top: 23px;
}

.search-social li,
.footer-social li {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
}

.search-social li a,
.search-btn {
	color: #252525;
	display: inline-block;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}

.search-btn {
	cursor: pointer;
}

.search-btn:hover {
	color: #56afe2;
}

.social-1{
	margin-top: 0;
	text-align: right;
	float: none;
}

.logo-1,
.social-1{
	flex: 1 1 0;
}


/* HEADER VAR 2 */

.logo-2,
.logo-3 {
	text-align: center;
	line-height: 1;
}

.logo-2 a,
.logo-3 a {
	display: inline-block;
}

.logo-2 a img,
.logo-3 a img {
	margin: 0 auto;
}

#header-bar-2 {
	background: #ffffff;
	padding: 0 15px;
	text-align: center;
}

#header-2 .nav-holder,
#header-2 .search-social {
	float: none;
	text-align: center;
	margin-right: 0px;
}

#header-2 .logo-2,
#header-2 .search-social {
	margin-top: 24px;
}

#header-bar-2 .search-social li:first-child {
	margin-left: 0;
}

.social-2-no-menu {
	margin-bottom: 24px;
}


/* END HEADER VAR 2 */


/* HEADER VAR 3 */

#header-3 {
	background: #ffffff;
	padding: 16px;
	display: flex;
	align-items: center;
}

.nav-button-holder,
.header-social {
	flex: 1 1 0;
}

.nav-button-holder-1{
	display: none;
}


.nav-button {
	background: none;
	border: none;
	cursor: pointer;
}

.nav-button .icon-bar {
	display: block;
	height: 3px;
	width: 25px;
	background: #252525;
	margin-top: 4px;
}

.nav-holder-3 {
	position: fixed;
	z-index: 200;
	background-color: #252525;
	width: 250px;
	height: 100%;
	padding: 24px;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-holder-3.is-active {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.menu-nav-3 {
	font-size: 0;
	margin: 0;
	padding: 0;
	margin-top: 24px;
}

.menu-nav-3 li {
	list-style: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-top: 24px;
}

.menu-nav-3 li a {
	color: #ffffff;
}

.menu-nav-3 li a:hover,
.menu-nav-3 li a:focus {
	background: none;
}

.menu-nav-3 li a:hover,
.menu-nav-3 li.current-menu-item>a {
	color: #56afe2;
}

.menu-nav-3>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-left: 7px;
	margin-right: 0;
}

.menu-nav-3 ul {
	margin-left: 8px;
}

.menu-nav-3>li>ul {
	margin-left: 8px;
	display: none;
}

.menu-nav-3>li.menu-open>ul {
	display: block;
}

.menu-nav-3 ul li {
	font-size: 11px;
	margin-top: 16px;
}

.menu-close {
	color: #a5a5a5;
	background: none;
	border: none;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

body.has-active-menu {
	overflow: hidden;
}

.mask-nav-3 {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	-ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask-nav-3.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mainWrapper {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.mainWrapper.has-push-left {
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.header-social .search-social {
	margin-top: 0;
}

.social-nav-3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}

.social-nav-3 .search-social {
	float: none;
	text-align: left;
	margin-top: 8px;
	padding-bottom: 24px;
	display: block !important;
}

.social-nav-3 .search-social li:first-child {
	margin-left: 0;
}

.social-nav-3 .search-social li {
	font-size: 13px;
}

.social-nav-3 .search-social li a {
	color: #a5a5a5;
}

.social-nav-3 h5 {
	color: #a5a5a5;
	margin-top: 80px;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/* END HEADER VAR 3 */


/*************************************

3. HOME

************************************/


/***** TOP SLIDER ******/

.slider-item-fw img,
.slider-item-box img {
	width: 100%;
}

.slider-box {
	margin-top: 54px;
}

.slider-3posts-holder,
.slider-holder {
	display: none;
	-webkit-backface-visibility: hidden;
}

.slider-3posts-holder,
.slider-holder {
	cursor: move;
}

.slider-item3 .flex-caption,
.slider-item-fw .flex-caption {
	padding: 32px 16px;
	width: 250px;
	background: #ffffff;
	margin: 0 auto;
}

.slider-item3 .flex-caption h2,
.slider-item-fw .flex-caption h2 {
	font-size: 16px;
	margin: 16px 0;
}

.slider-post .slider-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
}

.flex-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	padding: 0 80px;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-caption .post-date,
.slider-more a {
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.flex-caption h2 a {
	color: #252525;
}

.slider-more a {
	color: #56afe2;
	border-bottom: 1px solid transparent;
}

.slider-more a:hover {
	border-bottom: 1px solid #56afe2;
	padding-bottom: 1px;
}


/***** TOP GRID IMAGES ******/

.grid-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}

.home-grid-container {
	margin: 0;
	list-style: none;
}

.top-grid-item {
	height: 300px;
	float: left;
	background: #999;
	width: 25%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.top-grid-item:nth-of-type(8n+1) {
	width: 50%;
	height: 600px;
}

.top-grid-item:nth-of-type(8n+1) .grid-content h2 {
	font-size: 36px;
}

.top-grid-item:nth-of-type(8n+4) {
	width: 50%;
}

.top-grid-item .grid-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.top-grid-item:hover .grid-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.top-grid-item .grid-overlay {
	background: rgba(0, 0, 0, 0.6);
}

.top-grid-item .grid-content {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.grid-content h2 {
	line-height: 1;
	font-size: 24px;
	margin: 8px 0;
}

.grid-content h2 a {
	color: #ffffff;
}

.grid-content h2 a:hover {
	color: #56afe2;
}

.post-meta {
	list-style: none;
	margin: 0;
}

.grid-content .post-date,
.post-meta li {
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.grid-content .post-date {
	font-weight: 600;
}

.grid-content .post-meta li a {
	color: #ffffff;
}

.grid-content .post-meta li a:hover {
	color: #56afe2;
}

.post-meta li:before {
	content: "\2044\2044";
	padding: 0 7px 0 5px;
	color: #ffffff;
	font-size: 11px;
}

.post-meta li:first-child:before {
	display: none;
	padding: 0;
}

.post-meta li.meta-sticky {
	color: #56afe2;
}

.grid-content .post-date {
	color: #a5a5a5;
}

.meta-author img {
	border-radius: 50%;
}


/***** BLOG ARTICLES STYLE ******/

.blog-item {
	margin-top: 54px;
}

.blog-item:hover {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.post-holder {
	background: #ffffff;
	padding: 54px 32px;
}

.post-category {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #a5a5a5;
}

.post-category a {
	color: #56afe2;
	border-bottom: 1px solid transparent;
}

.post-category a:hover {
	border-bottom: 1px solid #56afe2;
	padding-bottom: 1px;
}

.post-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -1px;
	text-align: center;
	margin: 16px 0;
}

.post-title a {
	color: #252525;
}

.post-title a:hover {
	color: #454545;
}

.post-meta {
	text-align: center;
}

.post-meta li,
.post-meta li:before {
	color: #a5a5a5;
}

.post-meta li a {
	color: #a5a5a5;
}

.post-meta li a:hover {
	color: #56afe2;
}

.meta-date a {
	color: #56afe2;
	border-bottom: 1px solid transparent;
}

.meta-date a:hover {
	border-bottom: 1px solid #56afe2;
	padding-bottom: 1px;
}

.post-content {
	margin: 48px 0;
	text-align: center;
}

.view-more {
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.view-more a {
	color: #56afe2;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.view-more a i {
	left: -15px;
	position: relative;
	opacity: 0;
}

.view-more a:hover i {
	left: 5px;
	opacity: 1;
}


/* POST BKG IMAGE */

.blog-item-first {
	margin-top: 54px;
}

.blog-item-full {
	height: 500px;
	text-align: center;
}

.post-bkg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.overlay-bkg-img {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}

.post-content-item-full {
	width: 50%;
	margin: 0 auto;
	color: #ffffff;
	top: -50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.post-content-item-full .meta-date {
	color: #a5a5a5;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content-item-full .post-title a {
	font-size: 48px;
	color: #ffffff;
}

.post-content-item-full .post-title a:hover {
	color: #56afe2;
}

.post-content-item-full .post-meta li a {
	color: #ffffff;
}

.post-content-item-full .post-meta li a:hover {
	color: #56afe2;
}


/* END POST BKG IMAGE */


/* 4COL - GRID */

.blog-item-4col-grid .post-title {
	font-size: 24px;
	margin: 8px 0;
}

.blog-item-4col-grid .post-holder {
	padding: 48px 32px;
}


/* END 4COL - GRID */


/* LIST + ZIGZAG */

.blog-item-1col-list {
	background: #ffffff;
}

.blog-item-1col-list .list-image {
	width: 50%;
	height: 550px;
	float: left;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-item-1col-list .post-holder {
	width: 50%;
	float: left;
	height: 550px;
}

.blog-item-1col-list .post-holder-fw {
	margin: 0 auto;
	float: none;
}

.blog-item-1col-list .post-align {
	padding: 0 32px;
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item-1col-list h2 {
	font-size: 36px;
}

.blog-item-list-right .list-image {
	float: right;
}


/* END LIST + ZIGZAG */


/***** END BLOG ARTICLES STYLE ******/


/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next {
	margin-top: 54px;
}

.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.page-numbers:hover,
.nav-page a,
.nav-page a:hover,
.page-links a {
	color: #454545;
	border: 1px solid #a5a5a5;
	min-width: 35px;
	margin: 0 8px;
	padding: 10px 16px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

.page-numbers:hover,
.nav-page a:hover,
.page-links a:hover {
	border: 1px solid #454545;
}

.current-page,
.current-page:hover {
	color: #454545;
	border: none;
	margin: 0;
}

.more-pages{
	font-size: 12px;
	vertical-align: bottom;
}


/* ARCHIVE */

.archive-intro-content {
	margin-top: 54px;
}

.intro-small-title {
	color: #454545;
	border-bottom: 2px solid #454545;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.intro-big-title {
	font-size: 70px;
	text-transform: uppercase;
	line-height: 1;
}

.author-top-intro {
	width: 50%;
	margin: 0 auto;
}

.author-intro-content {
	margin: 0;
	text-align: center;
	margin-top: 54px;
}

.author-intro-content li {
	display: inline-block;
	vertical-align: middle;
}

.author-left-intro {
	margin-right: 30px;
}

.author-left-intro img {
	border-radius: 50%;
}

.author-right-intro {
	text-align: left;
}

.author-right-intro .intro-big-title {
	font-size: 48px;
	text-transform: none;
}

.author-desc {
	margin-top: 36px;
	text-align: center;
}

.author-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 8px;
}

.author-social li {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

.author-social li:first-child {
	margin: 0;
}

.author-social li a {
	color: #a5a5a5;
}


/* END ARCHIVE */


/*************************************

4. SINGLE PAGE

************************************/

.single-post-holder,
.page-template-holder {
	margin-top: 54px;
	padding: 32px;
}

.single-post-holder .post-title {
	font-size: 36px;
	margin: 8px 0;
}

.single-post-holder .post-meta {
	margin-bottom: 54px;
}

.single-post-content:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.single-post-content {
	text-align: left;
}

.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.get-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 16px;
	text-align: center;
}

.get-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 16px;
}

.get-social li a {
	color: #a5a5a5;
}

.get-social li:first-child {
	margin-left: 0;
}

.single-section-title {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-top: 54px;
}

.single-section-title span {
	color: #454545;
	border-top: 2px solid #e5e5e5;
	letter-spacing: 2px;
	padding-top: 8px;
	text-transform: uppercase;
}

.post-video{
position: relative;
}

.post-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-audio:before {
    padding-top: 35%;
}

.post-video iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
}

.author-single-page {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 54px;
	padding: 24px 0;
}

.author-single-page img {
	border-radius: 50%;
	display: block;
	float: left;
	height: 100px;
	width: 100px;
}

.author-content {
	margin-left: 130px;
}

.author-content h5 {
	margin-bottom: 8px;
}

.author-content h5 a {
	color: #252525;
}

.author-content h5 a:hover {
	color: #56afe2;
}

.author-content .author-social li {
	font-size: 14px;
}

.meta-nav-holder {
	margin-top: 54px;
}

.meta-nav h4 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.meta-nav-right {
	text-align: right;
}

.related-posts {
	margin-top: 54px;
}

.related-story {
	margin-top: 36px;
}

.related-story h4 {
	margin-top: 16px;
}

.related-story h4 a {
	color: #252525;
}

.related-story h4 a:hover {
	color: #56afe2;
}


/**** COMMENTS STYLES*****/

#comments {}

.commentlist {
	margin: 0
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 32px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2 {
	margin: 0 0 0 72px;
}

.children li.depth-3 {
	margin: 0 0 0 72px;
}

.children li.depth-4 {
	margin: 0 0 0 72px;
}

.children li.depth-5 {
	margin: 0 0 0 72px;
}

.children li.depth-6 {
	margin: 0 0 0 72px;
}

.children li.depth-7 {
	margin: 0 0 0 72px;
}

.children li.depth-8 {
	margin: 0 0 0 72px;
}

.children li.depth-9 {
	margin: 0 0 0 72px;
}

.children li.depth-10 {
	margin: 0 0 0 72px;
}

.comment-body {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f2f2f2;
}

.comment-details {
	position: relative;
	margin-left: 72px
}

.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-right {}

.comm-author a:visited {
	border: none;
}

.comment-meta li.comm-author,
.comm-author a {
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	font-style: normal;
}

.comm-author a:hover {
	color: #56afe2;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-meta {
	margin: 0;
	list-style: none;
	margin-bottom: 7px;
}

.comment-meta li {
	display: inline-block;
	color: #a5a5a5;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
}

.comment-meta li:before {
	content: "\2044";
	padding: 0 7px 0 5px;
	color: #a5a5a5;
	font-size: 11px;
}

.comment-meta li:first-child:before {
	display: none;
	padding: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
}

.commentlist .children {
	margin: 0
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 14px;
}

.comment-reply-title small {
	display: block;
	margin-bottom: 7px;
}

.children #commentform textarea {
	width: 95.6%;
}

.pingback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}


/**** END COMMENTS STYLES*****/


/* comments + contact fields */

.comm-field,
.contact-field,
#msg-contact {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #e5e5e5;
	margin-top: 24px;
}

#msg-contact {
	padding: 10px 8px;
	border: 1px solid #e5e5e5;
}

.post-password-form label input {
	padding: 7px;
	border: 1px solid #e5e5e5;
	margin-left: 8px;
}

.contact-btn,
.form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0px;
}

#submit-contact {
	margin-top: 24px;
}

.comm-title-2 .single-section-title {
	margin-top: 54px;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	padding: 8px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.contact-field {
	margin-bottom: 24px;
}

.submit,
#submit-contact,
.post-password-form input[type="submit"] {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	background: none;
	border: 1px solid #252525;
	padding: 10px 16px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 24px;
}

.submit:hover,
#submit-contact:hover,
.post-password-form input[type="submit"]:hover {
	border: 1px solid #56afe2;
	color: #56afe2;
	text-decoration: none;
}

.comm-send {
	margin-top: 36px;
}


/*************************************

5. SIDEBAR

************************************/

aside {
	margin-top: 54px;
	padding-left: 0px;
}

.aside-left {
	padding-left: 0px;
	padding-right: 0px;
}

aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-top: 54px;
}

aside>ul>li:first-child {
	margin-top: 0;
}

.widgettitle {
	color: #252525;
	border-top: 2px solid #56afe2;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	padding-top: 8px;
	text-transform: uppercase;
}

.widget ul li {
	margin-bottom: 8px;
}

.widget ul li:last-child {
	margin-bottom: 0px;
}

.widget ul li a {
	color: #454545;
}

.widget ul li a:hover {
	text-decoration: none;
	color: #56afe2;
}

.widget_recent_entries li,
.widget_archive li,
.widget_categories>ul>li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li  {
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 7px;
	margin-left: 24px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.about-widget img {
	margin-bottom: 16px;
}

.about-widget .about-text {
	font-size: 14px;
}


/*** POPULAR + RECENT POSTS WIDGETS ***/

.widget-display-posts-img ul li {
	margin-bottom: 16px;
}

.display-post-img {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}

.display-post-img img {
	height: auto;
	left: -30px;
	position: absolute;
	width: 120px;
}

.display-post-date {
	font-size: 12px;
	color: #a5a5a5;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 1;
}

.display-post-text h4 {
	font-size: 16px;
	letter-spacing: 0;
}

.widget-popular-posts-img ul li {
	margin-bottom: 36px;
}

.popular-post-img {
	margin-bottom: 14px;
}

.popular-post-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.popular-post-text {
	text-align: center;
}


/*** END POPULAR + RECENT POSTS WIDGETS ***/

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

aside .instagram-pics li {
	display: inline-block;
	margin: 0px 8px 8px 0px;
}

aside .instagram-pics li img {
	width: 95px;
	height: 95px;
}

.widget-social {
	float: none;
	text-align: left;
	margin: 0;
}

.widget-social ul li {
	margin-bottom: 0;
	margin-left: 16px;
	font-size: 16px;
}

.widget-social ul li:first-child {
	margin-left: 0;
}

.search-string {
	padding: 10px;
	width: 100%;
	border: 1px solid #454545;
	background: none;
}

.banner-widget img {
	margin: 0 auto;
}

.flickr div {
	float: left;
	margin: 0px 8px 8px 0px;
}

.flickr img {
	width: 95px;
	height: 95px;
}

.flickr div a {
	display: block;
	width: 95px;
	height: 95px;
	margin: 0;
}


/*************************************

6. FOOTER

************************************/

footer {
	background: #252525;
	color: #999999;
	margin-top: 54px;
	padding: 54px 0 24px 0;
}

#footer-instagram {
	margin-top: 54px;
	margin-bottom: -54px;
	text-align: center;
}

#footer-instagram .widgettitle {
	text-align: center;
	display: inline-block;
	padding: 5px 14px;
	border: 2px solid #252525;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 14px;
}

#footer-instagram .instagram-pics {
	margin: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 25%;
}

#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-instagram .instagram-pics li img:hover {
	opacity: 0.9;
}

#footer-instagram .clear {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1;
}

#footer-instagram .clear a {
	padding: 5px 14px;
	background: #ffffff;
	border: none;
	color: #252525;
	display: inline-block;
}

.footer-widgets {
	border-bottom: 1px solid #454545;
	padding-bottom: 54px;
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	color: #f5f5f5;
	border-top: none;
	border-bottom: 2px solid #454545;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.foo-block ul {
	margin: 0;
	list-style: none;
}

.foo-block .widget-footer {
	margin-bottom: 32px;
}

.foo-block .widget-footer:last-child {
	margin-bottom: 0;
}

.footer-widgets .display-post-text h4 a {
	color: #999999;
}

.footer-widgets .display-post-date {
	color: #505050;
}

.bottom-info {
	clear: both;
}

.copyright {
	font-size: 12px;
	float: left;
	color: #a5a5a5;
}

.footer-social {
	margin-top: 0px;
	float: right;
}

.footer-social li {
	font-size: 16px;
	margin-left: 16px;
}

.footer-social li a {
	color: #a5a5a5;
	display: inline-block;
}


/*************************************

7. OTHER

************************************/

.page-template-holder .post-title {
	font-size: 36px;
	margin: 0;
	margin-bottom: 24px;
}



/***** SEARCH MODAL ******/

.mask-nav-2 {
	position: fixed;
	z-index: 102;
	top: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	outline: 0;
	width: 0;
	height: 0;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	-ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask-nav-2.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.95;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.search-holder{
		position: absolute;
    top: 50%;
	left: 50%;
    width: 100%;
	padding: 0;
	
		-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	
	
.modal-title {
	text-align: center;
	margin-bottom: 16px;
	color: #252525;
	font-size: 54px;
	font-weight: 600;
}

.search-bar {
	margin-top: 36px;
	text-align: center;
}

.search-bar .search-string {
	background: none;
	border: 1px solid #252525;
	color: #252525;
	text-align: center;
	font-size: 24px;
	width: 80%;
	padding: 16px;
	line-height: 1.5;
	border-radius: 5px;
}

aside .search-string {
	width: 100%;
}

.exit-modal{
	cursor: pointer;
background: none;
border: none;
width: 35px;
height: 35px;
line-height: 35px;
margin-left: auto;
margin-right: auto;
}

.exit-modal .icon-bar {
	display: block;
	background: none;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	height: 3px;
}

.exit-modal .icon-bar:before, .exit-modal .icon-bar:after {
    background: #252525;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}

.exit-modal .icon-bar:before {
	left: -4px;
	top: 20px;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	width: 120%;
}

.exit-modal .icon-bar:after {
	left: -4px;
	top: 20px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 120%;
}

/***** END MODAL WINDOW ******/


.modal-tags {
	width: 80%;
	margin: 36px auto 0 auto;
	text-align: center;
}

.modal-tags a,
.tagcloud a,
.tags-single-page a {
	margin: 7px;
	padding: 3px 10px;
	background: #252525;
	color: #ffffff;
	text-transform: lowercase;
	text-align: center;
	font-size: 11px !important;
	display: inline-block;
	text-decoration: none;
}

.modal-tags a:hover {
	background: #56afe2;
	color: #ffffff;
}

.tagcloud a,
.tags-single-page a {
	background: #353535;
	color: #56afe2;
	margin: 0 3px 8px 0;
}

.tagcloud a:hover {
	color: #252525;
	background: #56afe2;
}

.tags-single-page a {
	background: none;
	border: 1px solid #a5a5a5;
	color: #252525;
}

.tags-single-page a:hover {
	background: none;
	border: 1px solid #252525;
}

aside .tagcloud a {
	background: none;
	border: 1px solid #252525;
	color: #252525;
}

aside .tagcloud a:hover {
	background: none;
	border: 1px solid #56afe2;
	color: #56afe2;
}


/***** END MODAL WINDOW ******/


/* SLICK SLIDER */

.slick-arrow {
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 10;
	border: none;
	margin: -20px 0 0;
	background: url("images/slider-arrows.png") no-repeat scroll 0 0 transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.slick-prev {
	background-position: 0 0;
	left: 20px;
	top: 50%;
}

.slick-next {
	background-position: -40px 0;
	right: 20px;
	top: 50%;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* END SLICK SLIDER */


/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #252525;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #252525;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #252525;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #252525;
}

::-ms-input-placeholder {
	/* Edge */
	color: #252525;
}

:placeholder-shown {
	/* Standard one last! */
	color: #252525;
}

.no-posts-title {
	margin-top: 54px;
}

.error-404 {
	text-align: center;
	margin-top: 54px;
	padding: 0 86px;
}

.scrollup {
	display: none;
	position: absolute;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #252525;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

.alert{
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}


/*************************************

 GUTENBERG

************************************/

.page-full .alignfull img,
.page-full .alignwide img {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.wp-block-categories .children{
	margin-top: 8px;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
	margin-bottom: 8px;
	list-style: none;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
	color: #56afe2;
	text-decoration: none;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	text-decoration: none;
	color: #252525;
}

.wp-block-quote {
    border-left: none;
    margin: 42px 0;
	padding: 0 42px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 42px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
}

.wp-block-button .wp-block-button__link {
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	border: 2px solid #56afe2;
	text-transform: uppercase;
	padding: 12px 24px;
	background: #56afe2;
	cursor: pointer;
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover {
	color: #56afe2;
	border: 2px solid #56afe2;
	background: none;
}

.wp-block-button__link:not([href]):not([tabindex]) {
	color: #ffffff;
	text-decoration: none;
}

.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #56afe2;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #56afe2;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-pullquote {
	border-top: 3px solid #252525;
	border-bottom: 3px solid #252525;
	color: #252525;
	padding: 24px;
	margin: 42px 0;
}

.wp-block-pullquote blockquote{
	border-left: none;
	margin: 0;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-block-image {
    max-width: none;
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 24px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}

.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments__comment{
	margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta{
	margin-top: 0;
	padding: 0;
	background: none;
	color: #252525;
}

.wp-block-latest-comments__comment-meta a{
	color: #252525;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #56afe2;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
}

.wp-block-latest-comments__comment-date{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #252525;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 10px 16px;
	width: 100%;
	border: 3px solid #c5c5c5;
}

.wp-block-search__button{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	background: none;
	border: 1px solid #252525;
	padding: 10px 16px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 24px;
}

.wp-block-search__button:hover{
	border: 1px solid #56afe2;
	color: #56afe2;
	text-decoration: none;
}


/** SIMPLE LIGHTBOX **/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
	
}


@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	
}

@media (min-width: 1024px) {
	.container{
		max-width: 960px;
	}
	
}

@media (min-width: 1200px) {
	
	.container {
		max-width: 1140px;
	}
	
	.slider-item-fw {
		height: 600px;
		overflow: hidden;
	}
	.slider-item-fw img {
		display: block;
		left: 0;
		position: absolute;
		top: -25%;
		width: 100%;
	}
	.slider-item-fw .flex-caption {
		padding: 36px;
		width: 300px;
	}
	.slider-item-fw .flex-caption h2 {
		font-size: 24px;
		margin: 24px 0;
	}
	#footer-instagram .instagram-pics li {
		width: 12.5%;
	}
	.blog-item-2col-grid .post-title {
		font-size: 36px;
	}
	.blog-item-1col-list .list-image,
	.blog-item-1col-list .post-holder {
		height: 420px;
	}
	.single-post-holder,
	.page-template-holder {
		padding: 54px 86px;
	}
	
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: -87px;
		margin-right: auto;
		width: calc(100% + 174px);
	}
	
	aside {
		padding-left: 30px;
	}
	.aside-left {
		padding-right: 30px;
	}
	aside .instagram-pics li img,
	.flickr img,
	.flickr div a {
		width: 65px;
		height: 65px;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: -87px;
		margin-right: auto;
		width: calc(100% + 174px);
	}
}

@media (max-width: 1024px) {
	.nav-holder{
		display: none;
	}
	.nav-button-holder-1{
		display: block;
	}
	
	.navbar2{
		display: flex;
		align-items: center;
		margin: 16px 0;
	}
	#header-2 .logo-2,
	#header-2 .search-social{
		margin-top: 0;
		
	}
	
	.nav-button-holder-1,
	#header-2 .search-social{
		flex: 1 1 0;
	}
	
	#header-2 .search-social{
		text-align: right;
	}
	
	#header-bar-2{
		text-align: left;
	}
	
	.logo-1{
		flex: 0 1 auto;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}

		
	.foo-block .widget-footer:first-child,
	.foo-block .widget-footer {
		margin-bottom: 32px;
	}
	.foo-last .widget-footer:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}
	
	.logo-1,
	.search-social {}
	.menu-nav li {
		display: block;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	.menu-nav li a {
		padding: 4px 0;
	}
	.menu-nav>li>a:before {
		display: none;
	}
	.menu-nav ul {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		display: block;
		position: relative;
		background: none;
		border: none !important;
		width: auto;
	}
	.menu-nav ul {
		text-align: center;
	}
	.menu-nav ul li a,
	.menu-nav li:hover ul li a {
		border-bottom: none;
		padding: 0;
		margin-bottom: 7px;
	}
	.menu-nav ul li a:hover,
	.menu-nav li:hover ul li a:hover {
		background: none !important;
	}
	.menu-nav ul li:first-child a {
		padding-top: 0;
	}
	.menu-nav li ul ul {
		left: 0;
		top: 0;
	}
	
	#header-1 {
		padding-top: 68px;
	}

	.logo-1 a {
		display: block;
	}
	.logo-1 a img {
		margin-top: 12px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.logo-1-no-menu {
		margin-bottom: 12px;
	}
	
	.navbar1{
		padding: 16px 0;
	}
	
	.top-grid-item {
		height: 300px;
		float: none;
		display: block;
		width: 100% !important;
		margin: 0 !important;
	}
	.top-grid-item:nth-of-type(8n+1) {
		height: 300px;
	}
	.grid-content h2 {
		font-size: 24px;
	}
	.foo-block .widget-footer:first-child,
	.foo-block .widget-footer {
		margin-bottom: 32px;
	}
	.foo-last .widget-footer:last-child {
		margin-bottom: 0;
	}
	.bottom-info {
		text-align: center;
	}
	.copyright,
	.footer-social {
		float: none;
	}
	.copyright {
		margin-top: 16px;
	}
	.post-content-item-full {
		width: 80%;
	}
	.post-content-item-full .post-title {
		font-size: 32px;
	}
	.post-title {
		font-size: 24px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	.blog-item-1col-list .list-image,
	.blog-item-1col-list .post-holder {
		float: none;
		width: 100%;
	}
	.blog-item-1col-list .list-image {
		height: 300px;
	}
	.blog-item-1col-list .post-holder {
		height: 100%;
	}
	.blog-item-1col-list .post-align {
		position: relative;
		transform: none;
		padding: 0;
	}
	.author-top-intro {
		width: 100%;
		padding: 0 15px;
	}
	.author-intro-content>li {
		display: block;
		text-align: center;
	}
	.author-left-intro {
		margin-right: 0px;
		margin-bottom: 24px;
	}
	.author-right-intro .intro-big-title {
		font-size: 32px;
	}
	.popular-post-text {
		text-align: left;
	}
	
	/* gutenberg */
	
	.wp-block-column {
    flex-basis: 100%;
    flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
    margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
    margin-left: 0;
	}
	
	/*comments*/
	.children {
		margin: 24px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0
	}
}

@media (max-width: 568px) {
	.blog-item-full {
		height: 300px;
	}
	.post-content-item-full {
		width: 90%;
	}
}

@media (max-width: 375px) {
	.search-social {
		display: none;
	}
	.widget-social {
		display: block;
	}
}

@media (max-height: 768px) {
	.nav-holder-3 {
		overflow-y: scroll;
	}
	.social-nav-3 {
		position: relative;
		bottom: 0;
	}
}