/*
Theme Name: Mira
Theme URI: https://matchthemes.com/premium/mira-photo-stories-wp-theme/
Description: Mira - A Photo Stories Blog WordPress Theme
Version: 3.3.6
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.8
Requires PHP: 7.4
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: mira
*/


/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. FOOTER
	
	6. 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;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

:focus {
	outline: none;
}

.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 {
	border-bottom: 1px solid #f2f2f2;
}

.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;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee;
}

pre,
code {
	background: #f0f0f0;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	padding: 4px 8px;
	border: none;
	margin-bottom: 24px;
	overflow: auto;
	border-radius: 0;
	font-size: 13px;
	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: #ffffff;
	color: #454545;
	font-size: 16px;
	line-height: 1.7em;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	letter-spacing: 1px;
}

h1 {
	font-size: 54px;
	line-height: 1.4em;
}

h2 {
	font-size: 42px;
	line-height: 1.2em;
}

h3 {
	font-size: 36px;
	line-height: 1.2em;
}

h4 {
	font-size: 28px;
	line-height: 1.2em;
}

h5 {
	font-size: 24px;
	line-height: 1.2em;
}

h6 {
	font-size: 16px;
	line-height: 1.2em;
}

a {
	color: #1BC4E3;
	text-decoration: none;
}

a:hover {
	color: #1BC4E3;
	text-decoration: none;
}

p a {
	color: #1BC4E3;
	border-bottom: 1px solid #1BC4E3;
}

p a:hover {
	text-decoration: none;
	border: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

a:focus-visible{
	outline: solid 1px #0d96c8;
}

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.7em;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	color: #151515;
	position: relative;
	border: none;
	margin: 42px 0;
	padding-left: 32px;
}

blockquote:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	line-height: 1;
	font-size: 28px;
	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-tb56 {
	padding: 54px 0;
}

.margin-tb56 {
	margin: 54px 0;
}

.margin-t56 {
	margin-top: 54px;
}

.margin-b35 {
	margin-bottom: 36px;
}

.margin-b56 {
	margin-bottom: 54px;
}


/* definition lists */

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}


/* tables */

table {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 16px 0;
	text-align: center;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.menu-nav li a,
.modal-tags a,
.search-list li a,
.item-img:after,
.item-img-style2:after,
.item-img-style3:after,
.post-category a,
.post-title a,
.page-numbers,
.nav-page a,
.footer-social a,
.widget ul li a,
.tagcloud a,
.post-image-static:before,
.meta-category a,
.view-more a,
.view-more a:after,
.post-single-meta li a,
.get-social li a,
.author-single-page h4 a,
.submit,
#submit-contact,
.comment-reply-link,
.top-header,
.scrollup i,
#infinite-handle span,
.page-links a,
.post-password-form input[type="submit"] {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.container,
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

/*************************************

2. HEADER

************************************/

.top-header {
	padding: 24px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.nav-up {
	top: -200px !important;
}

.nav-bkg {
	background-color: #1BC4E3;
}

#header-1 .search-social,
#header-1 .logo {
	opacity: 1;
}

#header-1.is-active {
	background: none;
}

#header-1.is-active .search-social,
#header-1.is-active .logo {
	opacity: 0;
}

.logo-1,
.search-social,
.nav-button-holder {
	width: 33.3333%;
}

.logo-1,
.search-social,
.nav-button-holder {
	float: left;
	vertical-align: top;
	text-align: center;
}

.logo-1 {
	padding-top: 6px;
}

.logo-1 img {
	margin: 0 auto;
}

.logo-txt {
	font-size: 42px;
}

.logo-txt a {
	color: #ffffff;
}

.logo img {
	background: none;
}

.topHomeBkg {
	background: #1BC4E3;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.topHomeHolder {
	width: 65%;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	 position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 2;
}

.topHomeHolder h1,
.topHomeHolder h3,
.single-title {
	color: #ffffff;
}

.topHomeHolder h1,
.single-title {
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
}

.topHomeHolder h3 {
	font-size: 18px;
	padding-top: 16px;
}

.topHomePadding {
	padding: 108px 0 54px 0;
}

.topHomeImg {
	height: 500px;
	padding: 60px 0 0px 0;
}

.search-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	text-align: center;
}

.search-social li {
	display: inline-block;
	font-size: 16px;
	margin-left: 15px;
	text-align: center;
}

.search-social li:first-child {
	margin-left: 0;
}

.search-social a,
.search-social a:hover,
.search-btn {
	color: #ffffff;
}

.search-btn {
	cursor: pointer;
}


/* navigation var 1*/

.nav-button,
.exit-modal {
	background: none;
	border: 1px solid #ffffff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	cursor: pointer;
}

.icon-bar,
.navbar-toggle .icon-bar {
	display: block;
	height: 2px;
	width: 15px;
	background: #ffffff;
	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;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -5px;
	-ms-transform-origin: 100% 50% 0;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.icon-bar:after {
	bottom: -5px;
	top: auto;
}

.nav-button.active .icon-bar,
.exit-modal .icon-bar {
	background: none;
}

.nav-button.active .icon-bar:before,
.exit-modal .icon-bar:before {
	left: -4px;
	top: -6px;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	width: 120%;
}

.nav-button.active .icon-bar:after,
.exit-modal .icon-bar:after {
	left: -4px;
	top: 7px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 120%;
}

body.has-active-menu {
	overflow: hidden;
}

.mask-nav-1,
.mask-nav-2 {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 0;
	height: 0;
	background-color: #1BC4E3;
	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-1.is-active,
.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{
	top: 20%;
}

.nav-holder-1 {
	padding-top: 120px;
	position: relative;
}

.menu-nav-1 {
	margin-left: 0;
	font-size: 0;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.menu-nav-1 li {
	font-size: 48px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 28px;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mask-nav-1.is-active .menu-nav-1 li {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
}

.mask-nav-1.is-active .menu-nav-1 ul li {
    opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
    transform: translateY(0);
}

.menu-nav li a {
	color: #ffffff;
	display: block;
	line-height: 1.2;
}

.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: #151515;
}

.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;
	font-size: 24px;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-nav>li.menu-item-has-children.menu-open>a:after {
	content: "\f106";
}

.menu-nav-1 ul {
	margin-left: 0px;
}

.menu-nav-1>li>ul {
	display: none;
}

.menu-nav-1>li.menu-open>ul {
	display: block;
}

.menu-nav-1 ul li {
	font-size: 16px;
	padding-top: 16px;
	padding-right: 12px;
	text-transform: none;
	letter-spacing: 1px;
	display: block;
}

.menu-nav-1 ul li > ul {
  margin-bottom: 0;
}

.menu-nav-1 ul li > ul li {
  display: inline-block;
}

.social-nav-1 {
	text-align: center;
}

.social-nav-1 .search-social {
	float: none;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}


/* end navigation var 1 */


/* HEADER 2 */

.button-holder2{ display: none; }

.top-header2{
	padding-left: 15px;
	padding-right: 15px;
}

.logo-2 {
	float: left;
	margin-top: 6px;
}

.search-social-2 {
	float: right;
	width: auto;
	text-align: right;
	line-height: 1;
	margin-top: 10px;
}

.nav-holder-2 {
	float: right;
	margin-right: 54px;
}

.menu-nav-2 {
	margin-left: 0;
	font-size: 0;
	margin-bottom: 0;
}

.menu-nav-2 li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-nav-2 li:first-child {
	margin-left: 0px;
}

.menu-nav-2 li a {
	color: #ffffff;
	padding: 12px 0 24px 0;
}

.menu-nav-2 > li:hover>a,
.menu-nav-2 li.current-menu-item>a {
	color: #ffffff;
}

.menu-nav-2 li:hover>a:before,
.menu-nav-2 li.current-menu-item>a:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #ffffff;
	bottom: 18px;
	position: absolute;
}

.menu-nav-2>li.menu-item-has-children>a:after {
	margin-left: 3px;
	font-size: 14px;
}

.menu-nav-2 ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	top: 48px;
	left: -20px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	z-index: 3;
}

.menu-nav-2 ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
}

.menu-nav-2 ul li a {
	display: block;
	padding: 16px 20px;
	color: #454545;
	border-bottom: 1px solid #f2f2f2 !important;
}

.menu-nav-2 ul li:last-child>a {
	border: none;
}

.menu-nav-2 ul li a:hover,
.menu-nav-2 li:hover ul li a:hover {
	text-decoration: none;
	color: #454545;
	background: #f9f9f9;
}

.menu-nav-2 ul li:hover>a:before,
.menu-nav-2 ul li.current-menu-item>a:before {
	display: none;
}

.menu-nav-2 li:hover>ul {
	display: block;
}

.menu-nav-2 li ul ul {
	left: 100%;
	top: -1px;
}

.menu-nav-2 .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav-2 li ul .edge ul {
    left: auto;
    top: -1px;
    margin: 0;
    right: 100%;
}

.navbar-toggle {
	float: none;
	margin: 0 auto;
	background: none;
	border: 1px solid #ffffff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	padding: 0;
}

.navbar-collapse {
	box-shadow: none;
}


/* END HEADER 2 */


/* HEADER 3 */

.top-header3 {
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.logo-3,
.nav-holder-3 {
	text-align: center;
}

.logo-3 img {
	margin: 0 auto;
}

.nav-holder-3 {
	margin-top: 12px;
}

/* HEADER 4 */

.top-header4 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.headerWrap4,
.headerWrap5{
	display: flex;
	align-items: center;
}

.logo-4,
.search-social-4,
.logo-5{
	flex: 1 1 0;
}

.button-holder4{
	display: none;
}

.search-social-4,
.search-social-5{
	float: none;
	text-align: right;
	width: auto;
}

.menu-nav-4 li a{
	padding: 24px 0;
}

/* HEADER 5 */

.headerWrap5{
	padding: 24px 0;
}

.search-social-5{
	margin-left: 24px;
	padding-top: 3px;
}

/* BKG VIDEO */

.video-container{
	position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
overflow: hidden;
z-index: 1;
}

.video-container:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}	

.video-container video{
	position: absolute;
left: 50%;
width: auto;
height: 100vh;
top: 50%;
min-width: 125%;
min-height: 125%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

.video-container .topHomeHolder,
.topAuthorBkg .topHomeHolder{
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topAuthorBkg{
	height: 600px;
}

.video-container iframe {
	position: absolute;
left: 50%;
width: 100vw;
height: 100vh;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* END BKG VIDEO */



/*************************************

3. HOME

************************************/

.container-home {
	margin-left: 0;
	margin-right: 0;
}

.container-home .col-md-9 {
	padding-left: 0;
}

.container-home aside {
	margin: 54px 0;
}


/***** BACKGROUND IMAGES COMMON LAYOUTS ******/


/***** SPACE BETWEEN ARTICLES ******/

.layout-holder {
	padding-right: 0px;
	display: flex;
flex-wrap: wrap;
}

.item-holder,
.post-wrapper {
	padding-top: 0px;
	padding-left: 0px;
}

.post-txt-link,
.post-txt-link:hover {
	color: #ffffff;
	display: block;
}


/***** END SPACE BETWEEN ARTICLES ******/

.item-holder {
	height: 600px;
	min-height: 600px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.item-content-bkg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.item-img,
.item-img-style2,
.item-img-style3 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.item-content-bkg .item-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
}

.item-content-bkg:hover .item-img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.item-img:after {
	content: '';
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-holder:hover .item-img:after {
	background: rgba(0, 0, 0, 0.5);
}

.item-content-bkg .top-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	width: 100%;
}

.post-category {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.post-category a,
.meta-sticky {
	border: 1px solid #ffffff;
	border-radius: 99em;
	color: #ffffff;
	display: inline-block;
	line-height: 1.4;
	padding: 6px 12px;
	text-align: center;
}

.post-category a:hover {
	border: 1px solid #1BC4E3;
	color: #1BC4E3;
}

.post-meta,
.post-meta-style2 {
	margin: 0;
}

.post-meta li,
.post-meta-style2 li {
	display: inline-block;
	margin-left: 12px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}

.post-meta li:first-child,
.post-meta-style2 li:first-child {
	margin-left: 0;
}

.post-meta li i,
.post-meta-style2 li i {
	font-size: 14px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.item-content-bkg .post-title {
	font-weight: 900;
	line-height: 1.2;
}

.item-content-bkg .post-title a {
	color: #ffffff;
}

.item-content-bkg .post-title a:hover {
	color: #1BC4E3;
}

.item-content-bkg .top-desc {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-content-bkg:hover .top-desc {
	top: 30%;
}

.item-content-bkg .post-content {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	color: #ffffff;
	opacity: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease-in-out 0.1s;
	-moz-transition: all 0.4s ease-in-out 0.1s;
	-o-transition: all 0.4s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.4s ease-in-out 0.1s;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-content-bkg:hover .post-content {
	opacity: 0.9;
}

.item-content-bkg .post-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 36px;
}

.item-content-bkg .post-meta li {
	bottom: -72px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.item-content-bkg:hover .post-meta li:nth-child(1) {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	bottom: 0px;
}

.item-content-bkg:hover .post-meta li:nth-child(2) {
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
	bottom: 0px;
}

.item-content-bkg:hover .post-meta li:nth-child(3) {
	-webkit-transition: all 0.2s ease-in-out 0.3s;
	-moz-transition: all 0.2s ease-in-out 0.3s;
	-o-transition: all 0.2s ease-in-out 0.3s;
	-ms-transition: all 0.2s ease-in-out 0.3s;
	transition: all 0.2s ease-in-out 0.3s;
	bottom: 0px;
}

.item-content-bkg:hover .post-meta li:nth-child(4) {
	-webkit-transition: all 0.1s ease-in-out 0.4s;
	-moz-transition: all 0.1s ease-in-out 0.4s;
	-o-transition: all 0.1s ease-in-out 0.4s;
	-ms-transition: all 0.1s ease-in-out 0.4s;
	transition: all 0.1s ease-in-out 0.4s;
	bottom: 0px;
}

.no-animation .post-content {
	display: none;
}

.no-animation:hover .top-desc {
	top: 50%;
}


/***** COMMON LAYOUTS ******/

/***** POST STYLES 2 ******/

.top-desc-style2{
	position: absolute;
	z-index: 4;
	bottom: 48px;
	left: 48px;
	right: 48px;
}

.post-category-style2{
	position: absolute;
	z-index: 4;
	top: 48px;
	left: 48px;
	right: 48px;
}

.post-category-style2 a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.item-content-bkg-style2 .post-title a:hover {
	color: #ffffff;
}

.item-img-style2:after,
.item-img-style3:after {
	content: '';
	background: #000000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-holder:hover .item-img-style2:after {
	opacity: 0.9;
	background: #1BC4E3;
}

.top-desc-style2 .irecommendthis,
.top-desc-style2 .irecommendthis:hover,
.top-desc-style2 .irecommendthis.active{
	color: #ffffff !important;
}

/***** POST STYLES 3 ******/

.meta-date-style3{
	position: absolute;
	z-index: 4;
	top: 48px;
	left: 48px;
	width: 100px;
	color: #ffffff;
}

.meta-day-style3{
	font-weight: 700;
	font-size: 28px;
}

.meta-month-style3{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta-style3{
	position: absolute;
	z-index: 4;
	top: 48px;
	right: 48px;
	width: 100px;
	color: #ffffff;
	text-align: right;
	margin: 0;
	list-style: none;
}

.post-meta-style3 li {
	margin-bottom: 8px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.2;
}

.item-img-style3 {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.item-content-bkg-style3:hover .item-img-style3 {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.post-meta-style3 .irecommendthis:before{
	top: 0;
	left: -6px;
}

.post-meta-style3 .irecommendthis,
.post-meta-style3 .irecommendthis:hover,
.post-meta-style3 .irecommendthis.active{
	color: #ffffff !important;
}

.meta-year-style3 {
  font-size: 14px;
  line-height: 1;
}

/***** 1 COL LAYOUT******/

.layout-1 .item-holder {
	width: 100%;
}

.layout-1 .item-content-bkg .post-content {
	width: 50%;
}


/***** END 1 COL LAYOUT******/


/***** 2 COL LAYOUT******/

.layout-2 .item-holder {
	width: 50%;
}


/***** END 2 COL LAYOUT******/


/***** 1-2 COL LAYOUT******/

.layout-12 .item-holder:nth-of-type(3n+1) {
	width: 100%;
}

.layout-12 .item-holder:nth-of-type(3n+1) .item-content-bkg .post-content {
	width: 50%;
}

.layout-12 .item-holder:nth-of-type(3n+2),
.layout-12 .item-holder:nth-of-type(3n+3) {
	width: 50%;
}


/***** END 1-2 COL LAYOUT******/


/***** 2-1 COL LAYOUT******/

.layout-21 .item-holder:nth-of-type(3n+1),
.layout-21 .item-holder:nth-of-type(3n+2) {
	width: 50%;
}

.layout-21 .item-holder:nth-of-type(3n+3) {
	width: 100%;
}

.layout-21 .item-holder:nth-of-type(3n+3) .item-content-bkg .post-content {
	width: 50%;
}


/***** END 2-1 COL LAYOUT******/


/***** 2-3 COL LAYOUT VAR 1 ******/

.layout-23 .item-holder {
	width: 50%;
}

.layout-23 .item-holder:nth-of-type(5n+3),
.layout-23 .item-holder:nth-of-type(5n+4),
.layout-23 .item-holder:nth-of-type(5n+5) {
	width: 33.333%;
}


/***** END 2-3 COL LAYOUT VAR 1 ******/


/***** 2-3 COL LAYOUT VAR 2 ******/

.layout-23-2 .item-holder {
	width: 66.666%;
}

.layout-23-2 .item-holder:nth-of-type(5n+2),
.layout-23-2 .item-holder:nth-of-type(5n+3),
.layout-23-2 .item-holder:nth-of-type(5n+4),
.layout-23-2 .item-holder:nth-of-type(5n+5) {
	width: 33.333%;
}


/***** END 2-3 COL LAYOUT VAR 2 ******/


/***** 2-4 COL LAYOUT VAR 1 ******/

.layout-24-1 .item-holder {
	width: 50%;
}

.layout-24-1 .item-holder:nth-of-type(6n+1),
.layout-24-1 .item-holder:nth-of-type(6n+2) {
	width: 50%;
}

.layout-24-1 .item-holder:nth-of-type(6n+1) .post-title,
.layout-24-1 .item-holder:nth-of-type(6n+2) .post-title {
	font-size: 42px;
}


/***** END 2-4 COL LAYOUT VAR 1 ******/


/***** 2-4 COL LAYOUT VAR 2 ******/

.layout-24-2 .item-holder {
	width: 50%;
}

.layout-24-2 .item-holder:nth-of-type(6n+1),
.layout-24-2 .item-holder:nth-of-type(6n+6) {
	width: 50%;
}

.layout-24-2 .item-holder:nth-of-type(6n+1) .post-title,
.layout-24-2 .item-holder:nth-of-type(6n+6) .post-title {
	font-size: 42px;
}


/***** END 2-4 COL LAYOUT VAR 2 ******/


/***** 3 COL LAYOUT******/

.layout-3 .item-holder {
	width: 33.333%;
}

.layout-3 .post-title {
	font-size: 28px;
}

.layout-3 .item-holder:nth-of-type(4n+4) .post-title {
	font-size: 42px;
}


/***** END 3 COL LAYOUT******/


/***** 3-1 COL LAYOUT******/

.layout-31 .item-holder {
	width: 33.333%;
}

.layout-31 .item-holder:nth-of-type(4n+4) {
	width: 100%;
}

.layout-31 .item-holder:nth-of-type(4n+4) .item-content-bkg .post-content {
	width: 50%;
}

.layout-31 .post-title {
	font-size: 28px;
}

.layout-31 .item-holder:nth-of-type(4n+4) .post-title {
	font-size: 42px;
}


/***** END 3-1 COL LAYOUT******/


/***** 4 COL LAYOUT******/

.layout-4 .item-holder {
	width: 50%;
}

.layout-4 .post-title {
	font-size: 28px;
}


/***** END 4 COL LAYOUT******/


/***** 4-1 COL LAYOUT******/

.layout-41 .item-holder {
	width: 50%;
}

.layout-41 .post-title {
	font-size: 28px;
}

.layout-41 .item-holder:nth-of-type(5n+5) {
	width: 100%;
}

.layout-41 .item-holder:nth-of-type(5n+5) .post-title {
	font-size: 42px;
}

.layout-41 .item-holder:nth-of-type(5n+5) .item-content-bkg .post-content {
	width: 50%;
}


/***** END 4-1 COL LAYOUT******/


/***** END BACKGROUND IMAGES COMMON LAYOUTS ******/


/***** STATIC LAYOUTS ******/

.layout-static .layout-1 {
	padding-right: 0;
}

.post-wrapper-zigzag{
	display: flex;
	width: 100%;
}

.post-wrapper-zigzag .post-image-holder {
	width: 50%;
	height: 600px;
	order: 1;
	overflow: hidden;
}

.post-wrapper-zigzag .post-desc-static {
	width: 50%;
	order: 1;
	padding: 72px 54px 36px;
}

.post-wrapper-zigzag-right .post-image-holder {
	order: 2;
}

.post-image-static {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
}

.post-image-static:hover {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.post-image-static:before {
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

.post-image-static:hover:before {
	background: rgba(0, 0, 0, 0.5);
}

.post-image-holder:after {
	position: absolute;
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}

.post-wrapper-zigzag-right .post-image-holder:after {
	left: 0;
	border-left-color: #ffffff;
	border-right-color: transparent;
}

.post-wrapper-zigzag-right .post-desc-static {
	text-align: right;
}

.post-wrapper .post-title {
	font-weight: 900;
	margin: 36px 0;
}

.post-title a {
	color: #151515;
}

.post-title a:hover {
	color: #1bc4e3;
}

.post-meta-static li {
	color: #b5b5b5;
}

.meta-category a,
.meta-sticky2 {
	border: 1px solid #1bc4e3;
	border-radius: 99em;
	color: #1bc4e3;
	padding: 0 11px;
	display: inline-block;
}

.meta-category a:hover {
	color: #ffffff;
	background: #1bc4e3;
}

.view-more {
	margin-top: 36px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
}

.view-more a {
	color: #454545;
	border-bottom: 3px solid #f0f0f0;
}

.view-more a:after {
	position: absolute;
	left: -70px;
	bottom: 4px;
	content: " ";
	height: 3px;
	width: 100%;
	background: #1bc4e3;
	opacity: 0;
}

.view-more:hover a:after {
	left: 0px;
	opacity: 1;
}


/***** 1-2 COL STATIC LAYOUT ******/

.post-static-2col {
	width: 50%;
	vertical-align: top;
}

.post-static-2col .post-image-holder {
	height: 500px;
	overflow: hidden;
}

.post-static-2col .post-desc-static {
	padding: 36px 54px;
}

.post-static-2col .post-desc-static .post-title {
	margin: 24px 0;
}

.post-static-2col .post-image-holder:after {
	top: auto;
	bottom: 0;
	right: auto;
	left: 54px;
	border-right-color: transparent;
	border-bottom-color: #ffffff;
}


/***** END 1-2 COL STATIC LAYOUT ******/


/***** 1-3 COL STATIC LAYOUT ******/

.post-static-3col {
	width: 33.333%;
	vertical-align: top;
}

.post-static-3col .post-image-holder,
.post-static-4col .post-image-holder {
	height: 400px;
	overflow: hidden;
}

.post-static-3col .post-desc-static,
.post-static-4col .post-desc-static {
	padding: 36px 36px;
}

.post-static-3col .post-desc-static .post-title,
.post-static-4col .post-desc-static .post-title {
	margin: 24px 0;
	font-size: 28px;
}

.post-static-3col .post-image-holder:after,
.post-static-4col .post-image-holder:after {
	top: auto;
	bottom: 0;
	right: auto;
	left: 36px;
	border-right-color: transparent;
	border-bottom-color: #ffffff;
}


/***** END 1-3 COL STATIC LAYOUT ******/


/***** 1-4 COL STATIC LAYOUT ******/

.post-static-4col {
	width: 50%;
	vertical-align: top;
}


/***** END 1-4 COL STATIC LAYOUT ******/


/***** END STATIC LAYOUTS ******/


/*************************************

4. SINGLE PAGE

************************************/

.topSingleHolder {
	width: 100%;
	z-index: 1;
}

.topSingleHolder h1,
.single-title {
	margin: 16px 0;
}

.topSingleBkg {
	height: 100vh;
}

.topSingleBkg2 {
	height: 500px;
}

.topSingleBkg .topHomeHolder {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topSingleBkg:after {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-post-single {
	margin: 81px 0;
}

.posts-holder {
	padding-right: 35px;
}

.posts-holder-push-right {
	float: right;
	padding-right: 0;
	padding-left: 35px;
}

.post-single-meta li {
	opacity: 0.8;
}

.post-single-meta li a {
	color: #ffffff;
}

.post-single-meta li a:hover {
	color: #1bc4e3;
}

.big-title,
.nothing-found {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 54px;
	margin-bottom: 42px;
}

.nothing-found {
	margin-top: 42px;
	margin-bottom: 0;
}

.small-link {
	margin-top: 42px;
}

/* top single header 3 */

.topSingleWrap3{
	background: #1BC4E3;
}

.topSingleHolder3 {
    text-align: center;
}

.topSingleHolder3 .post-category a{
	color: #ffffff;
	border-color: #ffffff;
}

.topSingleHolder3 .post-meta li,
.topSingleHolder3 .post-single-meta li a{
	color: #ffffff;
}

/* custom page */

.page-template-holder {
	margin: 54px 0;
}

.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
	background-color: #f1f1f1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.icon-img img{
	background: none;
}

.single-bottom {
	margin-top: 24px;
}

.tags-single-page {
	float: left;
}

.get-social {
	float: right;
}

.widget-social .get-social {
	float: none;
}

.author-single-page {
	margin-top: 81px;
	text-align: center;
	padding: 32px 24px;
	background: #f0f0f0;
	border-radius: 5px;
}

.author-single-page .author-social li a {
	color: #454545;
}

.author-single-page h4 {
	margin: 16px 0;
	font-weight: 700;
}

.author-single-page h4 a {
	color: #151515;
}

.author-single-page h4 a:hover {
	color: #1bc4e3;
}

.author-avatar img,
.meta-author img {
	border-radius: 99em;
}

.meta-author img {
	margin-bottom: 3px;
}

.topAuthor .author-avatar {
	margin-bottom: 16px;
}

.author-txt {
	opacity: 0.9;
}

.topAuthor {
	padding: 54px 0;
}

.topAuthor h1 {
	font-size: 36px;
	margin: 8px 0;
}

.topAuthor h3 {
	font-size: 16px;
	margin-top: 0px;
	padding: 0;
}

.topAuthor h3 a {
	color: #ffffff;
	opacity: 0.9;
}

.topAuthor .author-desc {
	margin-top: 16px;
	color: #ffffff;
}

.author-social {
	margin: 16px 0 0 0;
}

.author-social li a {
	color: #ffffff;
}

.meta-info-below {
	text-align: center;
	margin-bottom: 54px;
}

.meta-info-below .post-category a {
	border: 1px solid #1bc4e3;
	color: #1bc4e3;
}

.meta-info-below h1 {
	margin: 8px 0;
}

.meta-info-below h1 {
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
}

.meta-info-below .post-meta li,
.meta-info-below .post-single-meta li a {
	color: #999999;
}

.meta-info-below .post-single-meta li a img {
	display: inline;
}


/* prev / next posts */

.nav-box-prev,
.nav-box-next {
	width: 50%;
	float: left;
	height: 400px;
	overflow: hidden;
}

.nav-box-next {
	float: right;
}

.prev-next-posts {
	margin-top: 81px;
}

.prev-next-sidebar .nav-box-prev,
.prev-next-sidebar .nav-box-next {
	height: 250px;
}

.prev-next-sidebar .prev-holder,
.prev-next-sidebar .next-holder {
	width: 300px;
}

.pn-bkg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.nav-box-prev .pn-bkg,
.nav-box-next .pn-bkg {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
}

.nav-box-prev:hover .pn-bkg,
.nav-box-next:hover .pn-bkg {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pn-bkg:after {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-box-prev:hover .pn-bkg:after,
.nav-box-next:hover .pn-bkg:after {
	background: rgba(0, 0, 0, 0);
}

.prev-holder,
.next-holder {
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	padding: 36px;
	position: absolute;
	width: 500px;
}

.next-holder {
	right: 0;
	left: auto;
	text-align: right;
}

.nav-box-prev:hover .prev-holder {
	left: -500px;
}

.nav-box-next:hover .next-holder {
	right: -500px;
}

.prev-holder span,
.next-holder span {
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.9;
}

.prev-holder h4,
.next-holder h4 {
	color: #ffffff;
	font-weight: 700;
}

.nav-box-prev .pn-bkg,
.nav-box-next .pn-bkg,
.pn-bkg:after,
.prev-holder,
.next-holder {
	-webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}


/* end prev / next posts */


/* comments + contact fields */

.comm-field,
.contact-field,
#msg-contact {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	margin-top: 24px;
}

#msg-contact {
	padding: 12px 16px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
}

.post-password-form label input {
	padding: 12px;
	border: 2px solid #e5e5e5;
	margin-left: 8px;
}

.contact-btn,
.form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0px;
}

#submit-contact {
	margin-top: 24px;
}

.comm-title .section-title {
	margin-top: 81px;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	border-radius: 5px;
	padding: 8px 16px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.contact-field {
	margin-bottom: 24px;
}

.submit,
#submit-contact,
.post-password-form input[type="submit"] {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #151515;
	background: none;
	border: 2px solid #151515;
	padding: 8px 16px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 24px;
	border-radius: 99em;
	cursor: pointer;
}

.submit:hover,
#submit-contact:hover,
.post-password-form input[type="submit"]:hover {
	border: 2px solid #1bc4e3;
	color: #ffffff;
	background: #1bc4e3;
	text-decoration: none;
}

.comm-send {
	margin-top: 54px;
	text-align: center;
}


/**** COMMENTS STYLES*****/

.commentlist {
	margin: 0;
}

.commentlist > li {
	list-style: none;
	margin: 0;
	margin-top: 28px;
}

.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: 28px;
	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 {}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author span,
.comment-author .author a {
	color: #151515;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-style: normal;
}

.comment-author .author a:hover {
	color: #1bc4e3;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 8px;
	color: #999999;
}

.reply {
	text-align: right;
	margin-top: 8px;
}

.comment-reply-link {
	margin-top: 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #151515;
	background: none;
}

.comment-reply-link:hover {
	color: #1bc4e3;
	text-decoration: none;
}

#cancel-comment-reply-link {
	font-size: 12px;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title small {
	display: block;
	margin-bottom: 8px;
}

.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*****/


/**** RELATED POSTS *****/

.layout-3 .related-title {
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px;
}

.item-related {
	height: 300px;
	min-height: 300px;
	margin-top: 28px;
}

.item-related:nth-child(1),
.item-related:nth-child(2) {
	padding-right: 5px;
}

.item-related:nth-child(2),
.item-related:nth-child(3) {
	padding-left: 5px;
}

.view-more-related a:after {
	display: none;
}

.view-more-related a {
	color: #ffffff;
}

.item-content-bkg .view-more-related {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	color: #ffffff;
	margin-top: 0;
	opacity: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease-in-out 0.1s;
	-moz-transition: all 0.4s ease-in-out 0.1s;
	-o-transition: all 0.4s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.4s ease-in-out 0.1s;
}

.item-content-bkg:hover .view-more-related {
	opacity: 0.9;
}


/**** END RELATED POSTS *****/

.topArchiveBkg,
.topCustomPageBkg {
	height: 320px;
}


/*************************************

SIDEBAR

************************************/

aside ul,
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-top: 42px;
}

aside>ul>li:first-child {
	margin-top: 0;
}

.widgettitle {
	color: #151515;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: left;
}

.widgettitle:after {
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	margin-top: 8px;
	background: #151515;
}

.rowSearch .widgettitle {
	text-align: center;
}

.rowSearch .widgettitle:after {
	display: none;
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 16px;
	line-height: 1.4;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a {
	color: #454545;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
	color: #1bc4e3;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 16px;
	margin-left: 16px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0px 7px 7px 0px;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}


/* custom widgets */

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.flickr div {
	float: left;
	margin: 0px 10px 10px 0px;
}

.flickr img {
	width: 60px;
	height: 60px;
}

.flickr div.last {
	margin: 0px 0px 10px 0px;
}

.flickr div a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
}

.widget-display-posts-img ul li {
	margin-bottom: 16px;
}

.widget-display-posts-img ul li:last-child {
	margin-bottom: 0px;
}

.display-post-img {
	display: block;
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-img img {
	height: auto;
	left: -25px;
	position: absolute;
	width: 120px;
}

.display-post-text {
	margin-left: 80px;
}

.display-post-date {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 1;
	letter-spacing: 1px;
}

.menu-img2{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	
	-webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	
	margin-bottom: 32px;
}

.menu-img2:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu-img2 img {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.menu-img2 .wp-block-image{
	margin-bottom: 0;
}

/*************************************

5. FOOTER

************************************/

footer {
	background: #f2f2f2;
	margin-top: 0px;
	padding: 81px 0 32px 0;
}

#footer-instagram {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#footer-instagram .widgettitle {
	text-align: center;
	display: inline-block;
	padding: 5px 14px;
	border: 2px solid #151515;
	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 {
	bottom: 0;
	font-size: 12px;
	left: 0;
	letter-spacing: 2px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: rgba(0, 0, 0, 0.5);
	border: medium none;
	color: #ffffff;
	display: inline-block;
	padding: 5px 14px;
}

#sb_instagram #sbi_images{ padding: 0; }

.foo-block .widget {
	margin-bottom: 36px;
}

.bottom-info {
	margin-top: 18px;
}

.copyright {
	width: 50%;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}

.footer-social {
	width: 50%;
	float: right;
	margin: 0;
	text-align: right;
}

.get-social {
	margin: 0;
}

.footer-social li,
.author-social li,
.get-social li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
	font-size: 16px;
}

.footer-social li:first-child,
.author-social li:first-child,
.get-social li:first-child {
	margin-left: 0;
}

.footer-social a,
.get-social li a {
	color: #454545;
}

.footer-social svg,
.get-social svg,
.author-social svg,
.search-social svg{
	width: 15px;
}

.footer-social svg path,
.get-social svg path,
.author-social svg path{
	fill: #454545;
}

.search-social svg path{
	fill: #ffffff;
}

.footer-social a.social-twitter:hover,
.get-social li a.social-twitter:hover {
	color: #29C5F6 !important;
}

.footer-social a.social-twitter:hover svg path,
.get-social li a.social-twitter:hover svg path{
	fill: #29C5F6 !important;
}

.footer-social a.social-facebook:hover,
.get-social li a.social-facebook:hover {
	color: #6788CE !important;
}

.footer-social a.social-gplus:hover,
.get-social li a.social-gplus:hover {
	color: #E75C3C !important;
}

.footer-social a.social-linkedin:hover,
.get-social li a.social-linkedin:hover {
	color: #3A9BDC !important;
}

.footer-social a.social-pinterest:hover,
.get-social li a.social-pinterest:hover {
	color: #FE4445 !important;
}

.footer-social a.social-youtube:hover,
.get-social li a.social-youtube:hover {
	color: #E34040 !important;
}

.footer-social a.social-vimeo:hover,
.get-social li a.social-vimeo:hover {
	color: #44BBFF !important;
}

.footer-social a.social-instagram:hover,
.get-social li a.social-instagram:hover {
	color: #AA8062 !important;
}

.footer-social a.social-dribbble:hover,
.get-social li a.social-dribbble:hover {
	color: #ED4F8C !important;
}

.footer-social a.social-skype:hover,
.get-social li a.social-skype:hover {
	color: #24B4F0 !important;
}

.scrollup {
	display: none;
	position: absolute;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #151515;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}


/*************************************

6. OTHER

************************************/


/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next {
	margin: 81px 0;
}

.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a,
.page-links a {
	color: #151515;
	margin: 0 6px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #e5e5e5;
	border-radius: 99em;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover,
.page-links a:hover {
	border: 1px solid #1BC4E3;
	color: #151515;
}

.page-links {
	margin-top: 24px;
}

.nav-more {
    display: inline-block;
    color: #151515;
    font-size: 24px;
    vertical-align: bottom;
}

.alert{
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}

.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%;
}

/***** MODAL WINDOW ******/

.modal-dialog {
	width: auto;
	max-width: none;
	margin: 0;
}

.modal.fade .modal-dialog,
.modal.in .modal-dialog {
	transform: none;
}

.modal-backdrop.in {
	opacity: 0;
}

#myModal .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 81px 0;
	background: none;
	min-height: 500px;
}

#myModal.fade.in {
	opacity: 0.95;
}

.modal {
	background: #1BC4E3;
}

.exit-modal {
	margin-left: auto;
	cursor: pointer;
}

.exit-modal .icon-bar:before {
	top: 9px;
}

.exit-modal .icon-bar:after {
	top: 22px;
}

.modal-title {
	text-align: center;
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 54px;
	font-weight: 700;
}

.search-bar {
	margin-top: 36px;
	text-align: center;
}

.search-string,
.search-bar .search-string {
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	width: 80%;
	padding: 16px;
	line-height: 1.5;
	border-radius: 99em;
}

aside .search-string {
	width: 100%;
}

.search-string {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #454545;
}

.search-box {
	padding: 12px 24px;
	width: 100%;
	border: 1px solid #e5e5e5;
}

.modal-tags {}

.modal-tags a,
.tagcloud a {
	margin: 7px 7px 0 0;
	padding: 6px 12px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-transform: lowercase;
	text-align: center;
	font-size: 11px !important;
	display: inline-block;
	text-decoration: none;
	border-radius: 99em;
	line-height: 1.4;
}

.modal-tags a:hover {
	background: #ffffff;
	color: #151515;
}

.tagcloud a {
	border: 1px solid #454545;
	color: #454545;
}

.tagcloud a:hover {
	border: 1px solid #1bc4e3;
	color: #1bc4e3;
}

.table {
	width: auto;
}

.rowSearch {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.rowSearch .col-md-4 {
	margin-top: 42px;
}

.rowSearch .widgettitle {
	color: #ffffff;
}

.search-list {
	margin: 0;
}

.search-list li {
	list-style: none;
	margin-bottom: 8px;
	text-align: center;
}

.search-list li a {
	color: #ffffff;
}

.search-list li a:hover {
	border-bottom: 1px solid #ffffff;
}


/***** END MODAL WINDOW ******/


/***** I Recommend This plugin ******/

.irecommendthis,
.post-single-meta li a.irecommendthis {
	background: none;
	padding: 0 0 0 21px;
	border: 0 !important;
	margin-bottom: 0px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #1bc4e3;
}

.irecommendthis:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f004";
	line-height: 1;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	transform: none;
}

.irecommendthis:hover,
.irecommendthis.active {
	color: #1bc4e3 !important;
	text-decoration: none;
	padding-left: 21px;
}

.irecommendthis:hover:before,
.irecommendthis.active:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f004";
	transform: none;
	filter: none;
	background: none;
}

.topSingleHolder3 .irecommendthis,
.topSingleHolder3 .irecommendthis:hover,
.topSingleHolder3 .irecommendthis.active{
	color: #ffffff !important;
}


/***** END I Recommend This plugin ******/


/***** JET PACK INFINITE SCROLL ******/

#infinite-footer {
	display: none;
}

#infinite-handle {
	text-align: center;
	margin: 54px 0;
}

#infinite-handle span {
	border: 1px solid #e5e5e5;
	border-radius: 99em;
	color: #151515;
	display: inline-block;
	font-size: 12px;
	margin: 0 6px;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: none;
}

#infinite-handle span:hover {
	border-color: #1bc4e3;
}

.infinite-loader {
	margin: 54px 0;
	margin-left: -17px;
}

#infinite-handle span button {
	text-transform: uppercase;
}

.infinite-loader .spinner {
	margin: 0 auto;
}


/***** END JET PACK INFINITE SCROLL ******/


/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #151515;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #151515;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #151515;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #151515;
}

::-ms-input-placeholder {
	/* Edge */
	color: #151515;
}

:placeholder-shown {
	/* Standard one last! */
	color: #151515;
}


/*************************************

 GUTENBERG

************************************/

.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.page-full .alignwide img,
.page-full .alignfull 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: #1BC4E3;
	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: #151515;
}

.wp-block-quote {
    border: none;
	margin: 42px 0;
	padding-left: 32px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 0 0 32px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
	margin: 42px 0;
}

.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 #1BC4E3;
	padding: 12px 24px;
	background: #1BC4E3;
	cursor: pointer;
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover {
	color: #1BC4E3;
	border: 2px solid #1BC4E3;
	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: #1BC4E3;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #1BC4E3;
}

.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 #151515;
	border-bottom: 3px solid #151515;
	color: #151515;
	padding: 24px;
	border-left: none;
	margin: 42px 0;
}

.wp-block-pullquote blockquote{
	border-left: none;
	margin: 16px 0;
	padding: 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,
.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;
	margin-left: auto;
	margin-right: auto;
}

.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: #151515;
}

.wp-block-latest-comments__comment-meta a{
	color: #151515;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #1bc4e3;
}

.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: #151515;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 12px 24px;
	width: 100%;
	border: 3px solid #c5c5c5;
}

.wp-block-search__button{
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #151515;
	background: none;
	border: 2px solid #151515;
	padding: 8px 16px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 24px;
	border-radius: 99em;
}

.wp-block-search__button:hover{
	border: 2px solid #1bc4e3;
	color: #ffffff;
	background: #1bc4e3;
	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: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.container{
		max-width: 960px;
	}
	
}

@media (min-width: 1200px) {
	
	.container {
		max-width: 1140px;
	}

	.layout-1col-fw {
		width: 960px;
		margin: 0 auto;
	}
	
	.topSingleBkg {
		height: 100vh;
	}
	.topSingleBkg2 {
		height: 500px;
	}
	
	.topHomeImg .topHomeHolder,
	.topSingleBkg .topHomeHolder,
	.topArchiveBkg .topHomeHolder,
	.topCustomPageBkg .topHomeHolder {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.topArchiveBkg,
	.topCustomPageBkg {
		height: 500px;
	}
	#footer-instagram .instagram-pics li {
		width: 12.5%;
	}
	.layout-3 .post-title,
	.layout-31 .post-title {
		font-size: 36px;
	}
	.layout-3 .related-title {
		font-size: 18px;
	}
	.layout-4 .item-holder,
	.layout-41 .item-holder,
	.layout-24-1 .item-holder,
	.layout-24-2 .item-holder,
	.post-static-4col {
		width: 25%;
	}
	.layout-24-1 .post-title,
	.layout-24-2 .post-title {
		font-size: 28px;
	}
}

@media (min-width: 1290px) {
	.page-full .alignwide {
		margin-left: -45px;
		margin-right: -45px;
		max-width: 1290px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1200px;
	}
	.topHomeHolder {
		width: 60%;
	}
	.topSingleHolder {
		width: 90%;
	}
	.post-wrapper-zigzag .post-desc-static {
		padding: 110px 72px 36px;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
	.topHomeImg .topHomeHolder,
	.topSingleBkg .topHomeHolder,
	.topArchiveBkg .topHomeHolder,
	.topCustomPageBkg .topHomeHolder {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.topHomeImg,
	.topArchiveBkg,
	.topCustomPageBkg {
		height: 375px;
		padding-top: 75px;
	}
	.topSingleBkg {
		height: 500px;
	}
	.topSingleBkg3 {
		height: 100vh;
	}
	
	.topSingleHolder3 .single-title{
		font-size: 48px;
	}
	
	.layout-4 .item-holder,
	.layout-41 .item-holder,
	.layout-24-1 .item-holder,
	.layout-24-2 .item-holder {
		width: 25%;
	}
	.layout-4 .post-title,
	.layout-41 .post-title,
	.layout-24-1 .post-title,
	.layout-24-2 .post-title {
		font-size: 24px;
	}
	.item-content-bkg:hover .post-content {
		top: 60%;
	}
	.layout-41 .item-holder:nth-of-type(5n+5) .item-content-bkg:hover .post-content,
	.layout-31 .item-holder:nth-of-type(4n+4) .item-content-bkg:hover .post-content,
	.layout-24-2 .item-holder:nth-of-type(6n+1) .item-content-bkg:hover .post-content,
	.layout-24-2 .item-holder:nth-of-type(6n+6) .item-content-bkg:hover .post-content,
	.layout-24-1 .item-holder:nth-of-type(6n+1) .item-content-bkg:hover .post-content,
	.layout-24-1 .item-holder:nth-of-type(6n+2) .item-content-bkg:hover .post-content {
		top: 55%;
	}
	.layout-1 .item-holder .item-content-bkg:hover .post-content,
	.layout-2 .item-holder .item-content-bkg:hover .post-content,
	.layout-21 .item-holder .item-content-bkg:hover .post-content,
	.layout-12 .item-holder .item-content-bkg:hover .post-content {
		top: 50%;
	}
}

@media (max-width: 1024px) {
	
.topSingleBkg3{
		height: 500px;
	}

.order1{
	order: 1;
}

.order2{
	order: 2;
}

.video-container,
.video-container video,
.video-container iframe{
	height: 70vh;
}

}	

@media (min-width: 768px) and (max-width: 979px) {
	.logo-2,
	.nav-holder-2 {
		float: none;
		width: 100%;
	}

	.search-social-2 {
		width: auto;
		text-align: center;
		margin: 16px 0;
	}
	.logo-2 {
		margin-top: 0;
		text-align: center;
	}
	.logo-2 img {
		margin: 0 auto;
	}
	.menu-nav-2 {
		text-align: center;
	}
	
	.search-social-5{
		width: auto;
	}
	
	.topHomeImg,
	.topArchiveBkg,
	.topCustomPageBkg {
		height: 350px;
		padding-top: 120px;
	}
	
	.topHomeHolder {
		width: 95%;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.topHomeHolder h1,
	.single-title{
		font-size: 54px;
	}
	
	.topSingleHolder3{
		padding: 54px 0;
	}
	
	.menu-nav-1 {
		width: 100%;
	}
	.menu-nav-1 li {
		font-size: 28px;
		letter-spacing: 4px;
		padding-top: 28px;
	}
	.social-nav-1 .search-social {
		width: 90%;
	}
	#header-1.is-active .nav-button-holder {
		padding-right: 48px;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		width: 20%;
	}
	#header-1.is-active .search-social,
	#header-1.is-active .logo {
		display: none;
	}
	#header-3 {
		padding-bottom: 12px;
	}
	.item-holder {
		width: 100% !important;
	}
	.item-content-bkg .post-content {
		width: 95% !important;
	}
	.item-content-bkg .top-desc {
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.item-content-bkg .top-desc,
	.item-content-bkg:hover .top-desc {
		top: 50%;
	}
	.item-content-bkg .post-content,
	.view-more-related {
		display: none;
	}
	.item-content-bkg .post-meta li {
		bottom: 0px;
		position: relative;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	.layout-3 .post-title,
	.layout-31 .post-title,
	.layout-4 .post-title,
	.layout-41 .post-title,
	.layout-24-1 .post-title {
		font-size: 42px;
	}
	.post-wrapper-zigzag .post-desc-static {
		padding: 36px;
	}
	.post-desc-static .post-title {
		font-size: 36px;
	}
	.posts-holder-push-right {
		float: none;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-box-prev,
	.nav-box-next {
		width: 100%;
		float: none;
	}
	.item-related:nth-child(1),
	.item-related:nth-child(2) {
		padding-right: 0px;
	}
	.item-related:nth-child(2),
	.item-related:nth-child(3) {
		padding-left: 0px;
	}
	.container-home .col-md-9 {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	
	.container {
		max-width: 100%;
	}
	
	.logo-1,
	.logo-2,
	.search-social,
	.nav-holder-2,
	.nav-button-holder {
		float: none;
	}
	
	#header-1 .headerWrap {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.search-social {
   display:none;
}

.search-social-4,
.search-social-5{
	display: block;
}

.logo {padding-top:0;
    padding-left: 15px;
	text-align: left;
}
.logo-1 img{
	margin:0;
}

.nav-button-holder,
.button-holder2,
.button-holder4,
.button-holder5{
    flex: 1 1 auto;
    text-align: right;
    padding-right: 15px;
	margin:0;
}

.button-holder2,
.button-holder4,
.button-holder5{
	padding-right: 0; 
}

.search-social-4{
	flex: 0 1 auto;
}

.search-social-4{
	padding-top: 3px;
	margin-left: 24px;
}

.top-header2.is-active .button-holder2,
.top-header3.is-active .button-holder2,
.top-header4.is-active .button-holder4,
.top-header4.is-active .button-holder5{
	padding-right: 15px;
}

.top-header3{
	padding-bottom: 24px;
}

.top-header4{
	padding-top: 24px;
	padding-bottom: 24px;
}

.headerWrap5{
	padding: 0;
}

.social-nav-1 .search-social{ display:block; }

	.search-social-2 {
		width: auto;
		text-align: center;
		margin: 16px 0;
	}
	.logo-2, .logo-3 {
		margin-top: 0;
		padding:0;
		text-align:center;
	}
	.logo-2 img {
		margin: 0 auto;
	}
	
	.logo-4,
	.logo-5{
		padding-left: 0;
	}
	
	.button-holder2,
	.button-holder4{
		display:block;
	}
	
	.nav-holder-2,
	.nav-holder-3,
	.nav-holder-4{
		display: none;
	}
	
	.menu-nav-2 {
		padding: 14px 0;
		margin-top: 7px;
		background: #1bc4e3;
	}
	.menu-nav-2 li {
		display: block;
		font-size: 14px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.menu-nav-2 li a {
		padding: 7px 0;
	}
	.menu-nav-2>li>a:before {
		display: none;
	}
	.menu-nav-2 ul {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		display: block;
		position: relative;
		background: none;
		border: none !important;
		width: auto;
	}
	.menu-nav-2 ul {
		text-align: center;
	}
	.menu-nav-2 ul li a,
	.menu-nav-2 li:hover ul li a {
		border-bottom: none !important;
		padding: 0;
		margin-bottom: 7px;
		color: #ffffff;
	}
	.menu-nav-2 ul li a:hover,
	.menu-nav-2 li:hover ul li a:hover {
		color: #000000;
	}
	.menu-nav-2 li:hover>a:before,
	.menu-nav-2 li.current-menu-item>a:before {
		background: none !important;
	}
	.menu-nav-2 ul li a:hover,
	.menu-nav-2 li:hover ul li a:hover {
		background: none !important;
	}
	.menu-nav-2 ul li:first-child a {
		padding-top: 0;
	}
	.menu-nav-2 li ul ul {
		left: 0;
		top: 0;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.in {
		max-height: 350px;
	}
	
	.topHomeHolder {
		width: 95%;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.topHomeHolder h1,
	.topSingleHolder h1,
	.single-title{
		font-size: 32px;
	}
	
	.topSingleBkg,
	.topHomeImg,
	.topArchiveBkg,
	.topCustomPageBkg {
		height: 350px;
		padding-top: 85px;
	}
	
	.topSingleHolder3{
		padding: 54px 0;
	}
	
	.menu-nav-1 {
		width: 100%;
	}
	.menu-nav-1 li {
		font-size: 28px;
		letter-spacing: 2px;
		padding-top: 28px;
	}
	.social-nav-1 .search-social {
		width: 90%;
	}
	#header-1.is-active .nav-button-holder {
		padding-right: 30px;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		width: 20%;
	}
	#header-1.is-active .search-social,
	#header-1.is-active .logo {
		display: none;
	}
	#header-3 {
		padding-bottom: 12px;
	}
	.item-holder {
		width: 100% !important;
		height: 400px;
		min-height: 400px;
	}
	
	.item-content-bkg .post-content {
		width: 95% !important;
	}
	.item-content-bkg .top-desc {
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.item-content-bkg .top-desc,
	.item-content-bkg:hover .top-desc {
		top: 50%;
	}
	.item-content-bkg .post-content,
	.view-more-related {
		display: none;
	}
	.item-content-bkg .post-meta li {
		bottom: 0px;
		position: relative;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	.post-title,
	.layout-3 .post-title,
	.layout-31 .post-title,
	.layout-4 .post-title,
	.layout-41 .post-title,
	.layout-24-1 .post-title {
		font-size: 28px;
	}
	.post-wrapper-zigzag .post-image-holder,
	.post-wrapper-zigzag .post-desc-static,
	.post-static-2col,
	.post-static-3col,
	.post-static-4col {
		width: 100%;
		float: none;
	}
	
	.post-wrapper-zigzag {
		display: block;
	}

	.post-wrapper-zigzag-right .post-image-holder {
		float: none;
	}
	.post-wrapper-zigzag .post-desc-static {
		padding: 54px;
	}
	.post-wrapper-zigzag-right .post-desc-static {
		text-align: left;
	}
	.post-image-holder:after {
		top: auto;
		bottom: 0;
		right: auto;
		left: 54px;
		border-right-color: transparent !important;
		border-bottom-color: #ffffff;
	}
	.post-wrapper-zigzag-right .post-image-holder:after {
		left: 54px;
		border-left-color: transparent !important;
		border-bottom-color: #ffffff;
	}
	.post-wrapper-zigzag .post-image-holder,
	.post-static-2col .post-image-holder {
		height: 400px;
	}
	.post-title {
		margin: 24px 0;
	}
	.post-static-3col .post-desc-static,
	.post-static-4col .post-desc-static {
		padding: 36px 54px;
	}
	.post-static-3col .post-desc-static .post-title,
	.post-static-4col .post-desc-static .post-title {
		font-size: 36px;
	}
	.post-static-3col .post-image-holder:after,
	.post-static-4col .post-image-holder:after {
		left: 54px;
	}
	.layout-static .layout-1 {
		margin-bottom: 36px;
	}
	
	/* post styles 2 */
	
	.item-holder-style2{
		width: 100% !important;
		height: 350px;
		min-height: 350px;
	}
	
	.post-title-style2{
		margin: 0 0 4px 0;
	}
	
	.top-desc-style2 {
    bottom: 32px;
    left: 24px;
    right: 24px;
	}
	
	.post-category-style2 {
    top: 32px;
    left: 24px;
    right: 24px;
	}
	
	.meta-date-style3{
		top: 32px;
		left: 24px;
	}
	
	.post-meta-style3{
		top: 32px;
		right: 24px;
	}
	
	.post-title-style3{
		margin: 0;
	}
		
	.posts-holder-push-right {
		float: none;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tags-single-page,
	.get-social {
		float: none;
		text-align: center;
	}
	.get-social {
		margin-top: 24px;
	}
	.nav-box-prev,
	.nav-box-next {
		width: 100%;
		float: none;
	}
	.prev-next-sidebar .prev-holder,
	.prev-next-sidebar .next-holder {
		width: 500px;
	}
	.item-related:nth-child(1),
	.item-related:nth-child(2) {
		padding-right: 0px;
	}
	.item-related:nth-child(2),
	.item-related:nth-child(3) {
		padding-left: 0px;
	}
	.container-home .col-md-9 {
		padding-right: 0;
	}
	
	.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;
	}
	
	.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) {
	.prev-holder,
	.next-holder,
	.prev-next-sidebar .prev-holder,
	.prev-next-sidebar .next-holder {
		width: 100%;
	}
}