/*
Theme Name: Evoke
Theme URI: https://matchthemes.com/demowp/evoke
Description: Evoke - A Storytelling WordPress Blog Theme
Version: 2.2.3
Author: MatchThemes
Author URI: https://www.matchthemes.com
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: evoke
*/


/*************************************
 
 	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,
em,
strong,
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 {
	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;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.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 {
	margin-bottom: 48px;
}

.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;
}

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: top;
}

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: #505050;
	font-size: 18px;
	line-height: 1.8em;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	font-weight: 400;
}

h1 {
	font-size: 72px;
	line-height: 1.5em;
}

h2 {
	font-size: 56px;
	line-height: 1.5em;
}

h3 {
	font-size: 48px;
	line-height: 1.4em;
}

h4 {
	font-size: 36px;
	line-height: 1.4em;
}

h5 {
	font-size: 24px;
	line-height: 1.4em;
}

h6 {
	font-size: 18px;
	line-height: 1.4em;
}

a,
a:hover {
	color: #FF4F58;
}

p a {
	color: #FF4F58;
	border-bottom: 1px solid #999999;
}

p a:hover {
	color: #FF4F58;
	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: 48px;
	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;
	color: #151515;
	border: none;
	margin: 42px 0;
	border-left: 5px solid #151515;
	padding-left: 24px;
}

blockquote cite,
.wp-caption-text {
	color: #999999;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-caption-text {
	text-align: center;
	margin-top: 24px;
	text-transform: none;
	font-style: italic;
}

.wp-caption {
	margin-bottom: 24px;
}

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-tb81 {
	padding: 81px 0;
}

.margin-tb81 {
	margin: 81px 0;
}

.margin-t81 {
	margin-top: 81px;
}

.margin-b81 {
	margin-bottom: 81px;
}

.menu-nav li a,
.search-social ul li a,
.search-social ul li.search-btn,
.search-close,
.blog-item .overlay,
.blog-item .item-date,
.blog-item .author-details,
.blog-item .author-details a,
.blog-item h2,
.blog-item h3,
.view-more a,
.tagcloud a,
.footer-social ul li a,
.author-social ul li a,
.prev-next a,
.submit,
#submit-contact,
.author-single-post a,
.tags-single-page a,
.get-social li a,
.page-links a,
#infinite-handle span,
.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;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

[class*='col-md'],
[class*='col-sm'] {
	padding-left: 0;
	padding-right: 0;
}


/* definition lists */

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}


/* tables */

table {
	border: 1px solid #e5e5e5;
	font-size: 18px;
	width: 100%;
	text-align: center;
}

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;
}


/*************************************

2. HEADER

************************************/

#header-bar {
	padding-top: 60px;
}

nav {
	z-index: 20;
}

.navbar {
	margin-bottom: 0;
}

.navbar-fixed-top {
	border: none;
	height: 64px;
}

.navbar-bkg {
	background: #ffffff;
}

.logo,
.search-social {
	display: inline-block !important;
	margin-right: -4px;
	vertical-align: top;
}

.logo,
.search-social {
	width: 20%;
}

.search-social {
	text-align: right;
}

.logo .logo-txt {
	font-size: 36px;
	font-weight: 700;
	color: #151515;
	line-height: 1.2;
	margin-top: 8px;
}

.logo .logo-txt a,
.logo .logo-txt a:hover {
	color: #151515;
	text-decoration: none;
}

.menu-nav {
	margin-left: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.menu-nav li a {
	padding: 16px 0;
	color: #151515;
}

.menu-nav li a:hover,
.menu-nav li a:focus {
	background: none;
}

.menu-nav li a:hover {
	color: #FF4F58;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	top: 64px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: left;
	background: #151515;
}

.menu-nav>li>ul:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-bottom-color: #151515;
	bottom: 100%;
	margin-left: -3px;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
}

.menu-nav ul li a {
	display: block;
	padding: 12px 8px;
	color: #999999;
	text-align: center;
	border-bottom: 1px solid #454545;
}

.menu-nav ul li:last-child a {
	border-bottom: none;
}

.menu-nav ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

.menu-nav li:hover>ul {
	display: block;
}

.navbar li ul ul {
	left: 150%;
	top: 0px;
}

.navbar-toggle {
	margin-top: 24px;
	margin-right: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 40px;
}

.navbar-toggle .icon-bar {
	background: #151515;
}

.mobile-search-btn {
	display: none;
	position: absolute;
	top: 8px;
	right: 15px;
	color: #151515;
	cursor: pointer;
}

.search-social ul li.search-btn {
	margin-left: 20px;
	cursor: pointer;
	color: #151515;
}

.search-social ul li.search-btn:hover {
	color: #FF4F58;
}

.search-bar {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 80px;
	background: #f0f0f0;
	text-align: center;
	z-index: -1;
	-ms-transform: translate(0px, -175px);
	-webkit-transform: translate(0px, -175px);
	-moz-transform: translate(0px, -175px);
	-o-transform: translate(0px, -175px);
	transform: translate(0px, -175px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.search-non {
	display: block;
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.search-bar #search-string {
	border: none;
	height: 80px;
	padding: 0 10px;
	text-align: center;
	width: 50%;
	background: #f0f0f0;
}

.search-close {
	position: absolute;
	top: 25px;
	right: 30px;
	color: #151515;
	font-size: 24px;
	cursor: pointer;
}

.search-close:hover {
	color: #FF4F58;
}


/*************************************

3. HOME

************************************/

#text-intro {
	text-align: center;
}

.margin-text-intro {
	margin: 81px 0;
}

.margin-img-intro {
	margin-bottom: 81px;
}

.intro-bkg,
.blog-item .post-url,
.single-post-title .post-url {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.small-title {
	color: #999999;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.intro-text {
	color: #151515;
	font-size: 56px;
	font-style: italic;
	line-height: 1.4em;
}

.intro-text p {
	font-size: 56px;
}

.intro-content,
.blog-item .content,
.single-post-title .content {
	z-index: 2;
}

.overlay,
.single-overlay {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.intro-bkg .small-title {
	color: rgba(255, 255, 255, 0.7);
}

.intro-bkg .intro-text {
	color: #ffffff;
}

.intro-bkg .overlay,
.single-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.blog-item {
	overflow: hidden;
	text-align: center;
	height: 30em;
}

.blog-item a:hover {
	text-decoration: none;
}

.blog-item .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.blog-item .content {
	margin: 0 auto;
	top: -50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.blog-item h2 {
	color: #ffffff;
}

.blog-item-full h2 {
	font-size: 72px;
}

.blog-item h3 {
	font-size: 18px;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
}

.blog-item h3:before {
	content: '';
	border-top: 2px solid #FF4F58;
	display: block;
	margin: 18px auto 26px auto;
	width: 10%;
}

.item-date,
.author-details {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.7);
}

.author-details {
	margin-top: 18px;
}

.author-details a {
	color: rgba(255, 255, 255, 0.7);
}

.author-details span {
	font-style: italic;
	text-transform: none;
}

.author-details .read-time,
.author-details .front-categ {
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
}

.author-details .read-time i,
.author-details .front-categ i {
	font-size: 5px;
	padding: 0 5px;
	vertical-align: middle;
}

.blog-item:hover .overlay {
	background-color: rgba(255, 255, 255, 0.7);
}

.blog-item:hover .item-date,
.blog-item:hover .author-details,
.blog-item:hover .author-details a {
	color: #151515;
}

.blog-item:hover h2,
.blog-item:hover h3 {
	color: #151515;
}

.blog-item:hover .author-details a:hover {
	color: #FF4F58;
}

.home-categ-title {
	margin: 81px 0;
}

.home-categ-title:nth-child(2) {
	margin: 81px 0;
}

.categ-title {
	font-size: 24px;
	color: #151515;
	font-weight: 700;
}

.categ-desc {
	text-align: right;
}


/* 4 COLS */

.title-4col {
	font-size: 36px;
}

.subtitle-4col {
	font-size: 18px;
}


/* END 4 COLS */


/* 2-3 COLS */

.layout-23 .item-holder {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	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 COLS */


/*************************************

4. SINGLE PAGE

************************************/

.single-post-title {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.single-post-title,
.blog-item-full {
	height: 40em;
}

.single-post-title .content {
	margin: 0 auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.single-post-title h1 {
	color: #ffffff;
}

.single-post-title h3 {
	font-size: 18px;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
}

.single-post-title h3:before {
	content: '';
	border-top: 2px solid #FF4F58;
	display: block;
	margin: 18px auto;
	width: 10%;
}

.author-single-post img {
	border-radius: 50%;
	margin-right: 5px;
}

.author-single-post a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	padding-bottom: 2px;
}

.author-single-post a:nth-of-type(1),
.author-single-post a:nth-of-type(2) {
	border: none;
}

.author-single-post a:hover {
	text-decoration: none;
	border: none;
	color: #FF4F58;
}

.nr-articles h6 {
	font-size: 14px;
	margin-bottom: 24px;
}

.nr-articles h6 span {
	font-weight: 700;
}

.nr-articles .author-url {
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
}

.nr-articles .author-url i {
	font-size: 5px;
	padding: 0 5px 3px 5px;
	vertical-align: middle;
}

.nr-articles .author-url a {
	color: #151515;
}

.tags-single-page {
	bottom: 20px;
	position: absolute;
	right: 15px;
	z-index: 2;
}

.tags-single-page a {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 30px;
	background: none;
	text-align: center;
	padding: 0 8px;
	margin-right: 8px;
	letter-spacing: 2px;
}

.tags-single-page a:hover {
	color: #151515;
	border: 1px solid #ffffff;
	background: #ffffff;
	text-decoration: none;
}

.blog-post-single {
	margin-top: 72px;
}

.blog-post-single img,
.custom-page-template img {
	display: block;
	height: auto;
	max-width: 100%;
}

.custom-page-template h1,
.custom-page-template h2,
.custom-page-template h3,
.custom-page-template h4,
.custom-page-template h5,
.custom-page-template h6{
	margin-bottom: 24px;
}

.tiled-gallery-item img {
	cursor: pointer;
}

.author-single-page {
	margin: 48px 0 72px 0;
	text-align: center;
}

.author-single-page h4 {
	font-size: 28px;
	margin: 16px 0;
	font-weight: 400;
}

.author-single-page h4 a {
	color: #151515;
}

.author-text {
	font-size: 14px;
}

.author-single-page .author-social {
	margin-top: 16px;
}

.author-single-page .author-social ul li {
	font-size: 16px;
}


/* sidebar */

aside {
	margin-top: 72px;
}

aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-bottom: 48px;
}

.single-page aside {
	margin-top: 0;
}

.posts-holder {
	padding-right: 36px;
}

.posts-holder-push-right {
	float: right;
	padding-right: 0;
	padding-left: 36px;
}

aside .widgettitle {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

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;
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
	margin-bottom: 16px;
	line-height: 1.4;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 16px;
	margin-left: 16px;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
	margin-bottom: none;
}

aside table th,
.foo-block table th,
aside table td,
.foo-block table td {
	padding: 8px;
}


/* comments + contact fields */

#contact-form-holder {
	margin-top: 48px;
}

#contact-form-holder .row {
	margin-left: -15px;
	margin-right: -15px;
}

#contact-form-holder .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.comm-field,
.contact-field,
#msg-contact {
	width: 100%;
	padding: 0px 0 0px 8px;
	margin-top: 24px;
	border: none;
	border-bottom: 1px solid #151515;
}

#msg-contact {
	padding: 10px 8px;
	border: 1px solid #151515;
	margin-top: 48px;
}

.post-password-form label input {
	padding: 0px 0 0px 8px;
	border: none;
	border-bottom: 1px solid #151515;
	margin-left: 8px;
}

.comments #msg-contact {
	margin-top: 24px;
}

.contact-btn,
.form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0px;
}

#submit-contact {
	margin-top: 48px;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #FF4F58;
	padding: 8px;
	color: #FF4F58;
}

.antispam {
	display: none;
}

.share-links .get-social {
	text-align: center;
}

.get-social {
	list-style: none;
	margin: 48px 0;
}

.get-social li {
	display: inline-block;
	margin: 24px 0 24px 16px;
	font-size: 12px;
}

.view-more-holder {
	text-align: center;
}

.view-more a,
.tagcloud a,
.submit,
#submit-contact,
.get-social li a,
.post-password-form input[type="submit"] {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #151515;
	border: 1px solid #151515;
	border-radius: 30px;
	background: none;
	padding: 10px 20px;
	text-align: center;
	letter-spacing: 2px;
}

.view-more a:hover,
.tagcloud a:hover,
.submit:hover,
#submit-contact:hover,
.get-social li a:hover,
.post-password-form input[type="submit"]:hover {
	color: #ffffff;
	border: 1px solid #151515;
	background: #151515;
	text-decoration: none;
}

.comments .widgettitle {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 72px;
}


/**** COMMENTS STYLES*****/

.commentlist {
	margin: 0
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 48px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2 {
	margin: 0 0 0px 72px;
}

.children li.depth-3 {
	margin: 0 0 0px 72px;
}

.children li.depth-4 {
	margin: 0 0 0px 72px;
}

.children li.depth-5 {
	margin: 0 0 0px 72px;
}

.children li.depth-6 {
	margin: 0 0 0px 72px;
}

.children li.depth-7 {
	margin: 0 0 0px 72px;
}

.children li.depth-8 {
	margin: 0 0 0px 72px;
}

.children li.depth-9 {
	margin: 0 0 0px 72px;
}

.children li.depth-10 {
	margin: 0 0 0px 72px;
}

.comment-body {
	margin-bottom: 48px;
}

.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 {
	background: #F5F5F5;
	padding: 16px;
}

.comment-right:before {
	border-color: transparent #f5f5f5 transparent transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	display: block;
	height: 0;
	left: -20px;
	position: absolute;
	top: 15px;
	width: 0;
	z-index: 0;
}

.comment-author .author a:link,
.comment-author .author a:visited {
	border: none;
}

.comment-author span,
.comment-author .author a:link {
	color: #151515;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-style: normal;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 8px;
	color: #999999;
}

.reply {
	text-align: right;
}

.comment-reply-link {
	margin-top: 16px;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-reply-link {
	display: inline-block;
	border: none;
}

#cancel-comment-reply-link {
	font-size: 18px;
}

.commentlist .children {
	margin: 0
}

#comments_wrap {
	margin-top: 16px
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.children #commentform textarea {
	width: 95.6%
}

.pingback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar, .pingback .comment-right:before  {
	display: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	opacity: 0.7;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	opacity: 0.7;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	opacity: 0.7;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	opacity: 0.7;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}


/**** END COMMENTS STYLES*****/


/*************************************

5. FOOTER

************************************/

footer {
	margin-top: 81px;
}

#footer-content {
	margin-bottom: 81px;
}

#footer-content .col-md-4 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

#footer-content .col-md-4:first-child {
	padding-left: 0px;
}

#footer-content .col-md-4:last-child {
	padding-right: 0px;
}

.foo-block .widgettitle {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 48px 0 24px 0;
}

.foo-block .widgettitle:first-of-type {
	margin-top: 0;
}

.foo-block ul {
	margin: 0;
	list-style: none;
}

.foo-block ul li {
	text-align: center;
	margin-bottom: 18px;
}

.foo-block ul li:last-child {
	margin-bottom: 0;
}

.foo-block span.post-date {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tagcloud a {
	padding: 0px 8px;
	margin: 0 8px 12px 0;
	font-size: 10px !important;
}

.copyright {
	padding: 24px 0;
	border-top: 1px solid #e5e5e5;
}

.copy-txt {
	font-size: 14px;
}

.search-social ul,
.footer-social ul,
.author-social ul {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 16px;
}

.search-social ul li,
.footer-social ul li,
.author-social ul li {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}

.search-social a,
.footer-social a,
.author-social a {
	color: #151515;
}

.search-social a:hover,
.footer-social a:hover,
.author-social a:hover {
	color: #FF4F58;
}

.footer-social {
	text-align: right;
}

.footer-social ul {
	margin-top: 0;
}

.author-social ul li {
	font-size: 24px;
	margin-left: 18px;
}

.author-social {
	margin-top: 48px;
}

a.social-twitter:hover {
	color: #29C5F6;
}

a.social-facebook:hover {
	color: #6788CE;
}

a.social-gplus:hover {
	color: #E75C3C;
}

a.social-linkedin:hover {
	color: #3A9BDC;
}

a.social-pinterest:hover {
	color: #FE4445;
}

a.social-youtube:hover {
	color: #E34040;
}

a.social-vimeo:hover {
	color: #44BBFF;
}

a.social-instagram:hover {
	color: #AA8062;
}

a.social-dribbble:hover {
	color: #ED4F8C;
}

a.social-skype:hover {
	color: #24B4F0;
}

#footer-instagram {
	margin-top: 72px;
	margin-bottom: -81px;
	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;
}


/*************************************

5. OTHER

************************************/

#search-string {
	padding: 12px 24px;
	width: 100%;
	border: 1px solid #151515;
}

.no-page #search-string {
	text-align: center;
}

.author-title {
	font-size: 36px;
	font-weight: 700;
	color: #151515;
	margin: 24px 0;
}

.author-desc {
	font-size: 18px;
	color: #999999;
}

.author-avatar img {
	border-radius: 50%;
}

.prev-next {
	margin: 81px 0;
	text-align: center;
}

.page-numbers,
.page-numbers:hover,
.nav-page a,
.nav-page a:hover {
	color: #999;
	margin: 0 5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	line-height: 1.4;
}

.page-numbers:hover,
.current-page,
.current-page:hover,
.nav-page a:hover {
	color: #151515;
	border-bottom: 1px solid #999;
}

.no-page .small-link {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 24px;
}

.page-links {
	text-align: center;
	margin-top: 24px;
}

.page-links a {
	color: #999;
	margin: 0 5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.4;
}

.page-links a:hover {
	color: #151515;
	border-bottom: 1px solid #999;
}

.single-page-image {
	margin-bottom: 72px;
}


/*flexible embeds*/

.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	/* 16:9 ratio*/
	height: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.video-widget iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.foo-block select {
	border: 1px solid #151515;
	border-radius: 0;
	cursor: pointer;
	padding: 8px 16px;
	width: 100%;
}

.foo-block select:hover {
	border-color: #999999;
	color: #151515;
}

.foo-block select option {
	padding: 4px 16px;
}

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.ie9 .search-bar {
	display: none;
}

#infinite-handle,
.infinite-loader .spinner {
	text-align: center;
	margin-top: 81px;
	margin-left: auto;
	margin-right: auto;
}

#infinite-handle span {
	background: none;
	border-radius: 30px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #151515;
	border: 1px solid #151515;
}

#infinite-handle span:hover {
	background: #151515;
	border: 1px solid #151515;
	color: #ffffff;
}

#infinite-handle span button {
	display: none;
}

#infinite-handle span:before {
	color: #151515;
	background: none;
	content: 'Load More';
}

#infinite-handle span:hover:before {
	color: #ffffff;
}


/*************************************

 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 .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-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: #FF4F58;
	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.is-large,
.wp-block-quote.is-style-large {
	padding: 0 0 0 24px;
	margin: 42px 0;
}

.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 #FF4F58;
	padding: 12px 24px;
	background: #FF4F58;
	cursor: pointer;
	border-radius: 0;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link:hover {
	color: #FF4F58;
	border: 2px solid #FF4F58;
	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: #FF4F58;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #FF4F58;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-pullquote{
	padding: 0;
}

.wp-block-pullquote blockquote {
	border-top: 3px solid #151515;
	border-bottom: 3px solid #151515;
	color: #151515;
	padding: 24px;
	border-left: none;
}

.wp-block-pullquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #999999;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.alert{
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}

/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 1290px) {
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1290px;
	}
}

@media (min-width: 1200px) {
	#footer-instagram .instagram-pics li {
		width: 12.5%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.menu-nav li {
		font-size: 12px;
	}
	.posts-holder-push-right {
		float: none;
		padding-left: 0;
	}
	.posts-holder {
		padding-right: 0;
	}
	#footer-content .col-md-4 .foo-block {
		margin-bottom: 81px;
	}
	#footer-content .col-md-4:last-child .foo-block {
		margin-bottom: 0px;
	}
	.item-holder {
		width: 100% !important;
	}
}

@media (min-width:768px) {
	.navbar-collapse.collapse {
		width: 60%;
		text-align: center;
		display: inline-block !important;
		margin-right: -4px;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	.logo,
	.search-social {
		display: block !important;
		margin: 0;
		width: 100%;
	}
	.navbar-collapse.collapse {
		margin: 0;
		width: 100%;
	}
	.search-social {
		display: none !important;
	}
	.logo .logo-txt {
		margin-top: 0;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.menu-nav {
		text-align: center;
	}
	.menu-nav li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.menu-nav li a {
		padding: 4px 0;
	}
	.menu-nav ul {
		margin: 0;
		padding: 0;
		position: relative;
		top: 0;
		left: 50%;
		width: 100%;
		background: none;
	}
	.menu-nav ul li a {
		color: #151515;
		border-bottom: none;
		padding: 2px 0;
	}
	.menu-nav ul li:first-child a {
		padding-top: 0;
	}
	.menu-nav ul li a:hover {
		color: #FF4F58;
	}
	.menu-nav>li>ul:after {
		display: none;
	}
	.navbar li ul ul {
		left: 50%;
		top: 0px;
	}
	.mobile-search-btn {
		display: block;
	}
	.categ-desc {
		text-align: left;
	}
	#footer-content .col-md-4 .foo-block {
		margin-bottom: 81px;
	}
	#footer-content .col-md-4:last-child .foo-block {
		margin-bottom: 0px;
	}
	.copy-txt,
	.footer-social {
		text-align: center;
	}
	aside,
	.aside-left {
		padding: 0;
	}
	.posts-holder-push-right {
		float: none;
		padding-left: 0;
	}
	.posts-holder {
		padding-right: 0;
	}
	
	/* 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: 32px 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
	}
	.intro-text,
	.blog-item-full h2,
	.single-post-title h1,
	.blog-item h2 {
		font-size: 36px;
	}
	.item-holder {
		width: 100% !important;
	}
}