/*
Theme Name: Evoke
Theme URI: https://matchthemes.com/premium/evoke-photo-blog-wordpress-theme/
Description: Evoke - A Storytelling WordPress Blog Theme
Version: 2.5.6.2
Author: MatchThemes
Author URI: https://www.matchthemes.com
Tested up to: 6.9
Requires PHP: 7.4
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;
  text-decoration: none;
}

p a {
  color: #ff4f58;
  border-bottom: 1px solid #999999;
}

p a:hover {
  color: #ff4f58;
  text-decoration: none;
  border: none;
}

a:hover {
  text-decoration: 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: 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;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.menu-nav li a,
.search-social 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"],
a {
  -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;
}

.container,
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

/*************************************

2. HEADER

************************************/

.main {
  padding-top: 62px;
}

.main-header {
  z-index: 20;
}

.header-container {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0 15px;
}

.logo,
.search-social,
.btn-header {
  flex: 1 1 0;
}

.search-social,
.btn-header {
  text-align: right;
}

.search-social-3,
.logo-4 {
  flex: 0 1 auto;
}

.search-social-4 {
  text-align: left;
}

.logo img {
  background: none;
}

.logo .logo-txt {
  font-size: 36px;
  font-weight: 700;
  color: #151515;
  line-height: 1.2;
}

.logo .logo-txt a,
.logo .logo-txt a:hover {
  color: #151515;
  text-decoration: none;
}

.menu-nav {
  margin: 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: 171px;
  position: absolute;
  top: 40px;
  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: 1px;
  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;
}

.menu-nav 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;
}
.icon-bar.icon-bar-white {
  background: #fff;
}
.icon-bar.icon-bar-white:before {
  background: #fff;
}
.icon-bar.icon-bar-white:after {
  background: #fff;
}

.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;
}

/*** menu mobile ***/
.nav-button-holder {
  display: none;
  margin-right: 8px;
  margin-bottom: 6px;
}

.nav-button-holder-3 {
  display: block;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 15px;
  vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
  display: block;
  height: 2px;
  width: 25px;
  background: #151515;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-bar1,
.icon-bar2 {
  width: 18px;
  background: #151515;
}

.icon-bar:before,
.icon-bar:after {
  background: #151515;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.icon-bar:after {
  bottom: -12px;
  left: 8px;
  top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
  left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-mobile {
  font-size: 0;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 48px;
}

.menu-mobile li {
  font-size: 13px;
  font-weight: 600;
  padding-top: 24px;
  list-style: none;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.menu-mobile li a {
  color: #151515;
  display: block;
  line-height: 1.5;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
  background: none;
}

.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a {
  color: #ff4f58;
}

.menu-mobile > li.menu-item-has-children > a:after {
  content: "+";
  display: inline-block;
  margin-left: 7px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 700;
}

.menu-mobile > li.menu-item-has-children.menu-open > a:after {
  content: "-";
}

.menu-mobile ul {
  margin-left: 0;
}

.menu-mobile > li > ul {
  display: none;
}

.menu-mobile > li.menu-open > ul {
  display: block;
  margin-top: 8px;
}

.menu-mobile ul li {
  font-size: 11px;
  font-weight: 400;
  padding-top: 16px;
  text-transform: none;
  padding-left: 16px;
  display: block;
  text-transform: uppercase;
}

.menu-contact {
  margin-top: 81px;
  padding-left: 48px;
  font-size: 14px;
  color: #fff;
}

.menu-contact ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.menu-contact ul:first-child li i {
  font-size: 16px;
  margin-right: 8px;
}

.mobile-phone {
  margin-top: 8px;
}

.menu-contact .social-media {
  margin-top: 24px;
  padding-bottom: 48px;
}
.menu-contact .social-media li a {
  color: #fff;
}
/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
  overflow: hidden;
}

.menu-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.mobile-menu-holder {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  overflow-x: hidden;
  width: 350px;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  padding: 0 30px;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.modal-menu-container {
  position: relative;
}

.exit-mobile {
  cursor: pointer;
  padding: 7px 1px;
  display: inline-block;
  margin-top: 32px;
  background: none;
  border: none;
}

.icon-bar1 {
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-bar2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/***** END MODAL WINDOW ******/

.header-4 {
  position: relative;
}

.nav-holder-4 {
  position: relative;
  z-index: 20;
  text-align: center;
}

.header-4.nav-fixed-top .header-container {
  display: none;
}

.header-4.nav-fixed-top .nav-holder-4 {
  background: #ffffff;
  padding: 15px 0;
}

.nav-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-top: 0;

  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

/*************************************

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 h2,
.single-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.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: #ffffff;
  opacity: 0.8;
}

.author-details {
  margin-top: 18px;
}

.author-details a {
  color: #ffffff;
}

.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,
.single-subtitle {
  font-size: 18px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
}

.single-subtitle {
  color: #151515;
}

.single-post-title h3:before,
.single-subtitle: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;
}

.img-fluid,
.blog-post-single img,
.custom-page-template img {
  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;
}

.img-fluid,
.custom-page-template img,
.blog-post-single img {
  background-color: #f1f1f1;
}

.icon-img img {
  background: none;
}

/* TOP SINGLE STYLE 2 */

.single-post-title2 {
  margin-top: 72px;
}

.content-style2 {
  text-align: center;
  margin-top: 54px;
}

.content-style3 {
  margin-top: 0;
}

.content-style2 .author-details a,
.content-style2 .author-details,
.content-style2 .item-date {
  color: #151515;
}

.content-style2 .author-single-post a {
  border-color: #151515;
}

.content-style2 .author-single-post a:hover {
  color: #ff4f58;
}

.categ-in {
  margin-left: 16px;
}

.tags-style2 {
  bottom: auto;
  position: relative;
  right: auto;
  z-index: 2;
  margin: 54px 0;
}

.tags-style2 a {
  color: #151515;
  border-color: #151515;
}

.tags-style2 a:hover {
  color: #ff4f58;
  border-color: #ff4f58;
}

.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;
}

.get-social svg {
  width: 14px;
  height: 14px;
}

.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;
}

.get-social li a:hover svg path {
  fill: #ffffff;
}

.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: 40px;
}

#footer-content {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#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,
.social-mobile ul {
  list-style: none;
  margin: 0;
  font-size: 0;
  margin-top: 16px;
}

.search-social ul {
  margin-top: 0;
}

.search-social ul li,
.footer-social ul li,
.author-social ul li,
.social-mobile ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}

.search-social svg,
.footer-social svg,
.author-social svg,
.social-mobile svg {
  width: 14px;
  height: 14px;
  vertical-align: sub;
}

.search-social a,
.footer-social a,
.author-social a,
.social-mobile a {
  color: #151515;
}

.search-social svg path,
.footer-social svg path,
.author-social svg path,
.social-mobile svg path {
  fill: #151515;
}

.search-social a:hover,
.footer-social a:hover,
.author-social a:hover,
.social-mobile a:hover {
  color: #ff4f58;
}

.search-social a:hover svg path,
.footer-social a:hover svg path,
.author-social a:hover svg path,
.social-mobile a:hover svg path {
  fill: #ff4f58;
}

.footer-social {
  text-align: right;
}

.footer-social ul {
  margin-top: 0;
  border-left: 1px solid #151515;
  margin-left: 5px;
}

.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-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;
}

#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;
}

.more-pages {
  font-size: 13px;
  vertical-align: bottom;
}

/*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;
  padding: 0 25px;
}

.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 {
  border-left: none;
  margin: 42px 0;
  padding-left: 24px;
}

.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;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  font-style: italic;
  font-weight: 300;
}

.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-latest-comments {
  margin: 0;
}

.wp-block-latest-comments__comment {
  margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta {
  margin-top: 0;
  padding: 0;
  background: none;
  color: #151515;
}

.wp-block-latest-comments__comment-meta a {
  color: #151515;
}

.wp-block-latest-comments__comment-meta a:hover {
  color: #ff6666;
}

.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: 10px 20px;
  width: 100%;
  border: 1px solid #151515;
}

.wp-block-search__button {
  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;
}

.wp-block-search__button:hover {
  color: #ffffff;
  border: 1px solid #151515;
  background: #151515;
  text-decoration: none;
}

.wp-block-embed.alignfull {
  position: relative;
}

.alert {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  padding: 16px;
  border-radius: 0;
  margin-top: 81px;
}

/** 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;
  }
}

/*BURAYI EKLEDİM*/
.img-fluid,
.custom-page-template img,
.blog-post-single img {
  background: transparent;
}
.search-social ul li.search-btn {
  position: relative;
  top: 1px;
}
.mobile-search-btn {
  display: none;
}

.search-btn i {
  margin-top: 5px;
}
.footer-menuu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #151515;
}

.footer-menuu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
}

.footer-menuu li + li:before {
  content: "●";
  color: #000;
  position: absolute;
  top: -1px;
  left: -8px;
}

.footer-menuu li a {
  font-size: 14px;
  color: #000;
}

footer .app_link {
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
  width: 100%;
  height: 45px;
  margin-left: 15px;
}

footer .app_link a {
  display: block;
}
#mc4wp-form-1 {
  text-align: center;
  padding: 20px;
}

#mc4wp-form-1 p {
  margin: 0;
}

#mc4wp-form-1 h4 {
  padding: 10px 0;
}

#mc4wp-form-1 input {
  border: 1px solid #000;
  color: #000;
  padding: 10px 20px;
}

#mc4wp-form-1 .e-bulten-submit {
  margin-left: -5px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  padding: 10px 20px;
}

#mc4wp-form-1 .e-bulten-submit:hover {
  background: #fff;
  color: #000;
}
.modal_spe {
  position: fixed;
  bottom: 20px;
  padding: 30px;
  background: #000;
  right: 0;
  z-index: 9999;
  transition: all 300ms;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  max-width: 80px;
  width: 80px;
  height: 80px;
  padding: 13px 13px;
  cursor: pointer;
}

.modal_spe .modal_btn {
  width: 60px;
  text-align: center;
}

.modal_spe .modal_body {
  transition: all 300ms;
  display: none;
}

.modal_spe .modal_close {
  display: none;
}

.modal_spe .modal_btn img {
  max-width: 100%;
}

.modal_spe.active {
  position: fixed;
  bottom: 0;
  padding: 30px;
  background: #000;
  right: 0;
  max-width: 360px;
  width: 100%;
  z-index: 9999;
  transition: all 300ms;
  border-radius: 0;
  height: 400px;
  cursor: unset;
}

.modal_spe.active .modal_btn {
  max-width: 93px;
  width: 100%;
}

.modal_spe.active .modal_body {
  transition: all 300ms;
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  position: static;
  white-space: nowrap;
}

.modal_spe .modal_body .btn_modal_white {
  font-size: 14px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  transition: all 300ms;
  font-weight: 600;
  padding: 0px 20px;
  display: inline-block;
  margin: 20px 0px;
}

.modal_spe .modal_body .btn_modal_white:hover {
  background: #424141;
  color: #fff;
  transition: all 300ms;
  text-decoration: none;
}

.modal_spe.active .modal_close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  cursor: pointer;
}
/* Edit Bootstrap form-control*/

.form-control,
.form-control:focus {
  border-radius: none;
  box-shadow: none;
  border-color: #222;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

/*************************************

MEDIA QUERIES

************************************/

@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: 68%;
    text-align: center;
    display: inline-block !important;
    margin-right: -4px;
    vertical-align: top;
  }
}

@media (max-width: 1368px) {
  .logo,
  .search-social {
    width: 10%;
  }
  .search-social {
    float: right;
  }
  .navbar-collapse.collapse {
    width: 74%;
  }
}

@media (max-width: 1280px) {
  .logo,
  .search-social {
    width: auto;
  }
  .search-social {
    float: right;
  }
  .navbar-collapse.collapse {
    width: auto;
  }
}

@media (max-width: 1280px) {
  .logo,
  .search-social {
    width: auto;
  }
  .search-social {
    float: right;
  }
  .navbar-collapse.collapse {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .logo {
    width: 100%;
    text-align: center;
  }
  .search-social {
    float: right;
    position: absolute;
    right: 20px;
    width: 20%;
    top: 0;
  }
  .navbar-collapse.collapse {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .logo {
    position: relative;
    z-index: 99;
  }
  .navbar-toggle {
    z-index: 100;
  }
  .logo,
  .search-social {
    display: block !important;
    margin: 0;
    width: 100%;
  }
  .navbar-collapse.collapse {
    margin: 0;
    width: 100%;
  }
  .logo {
    text-align: center;
  }
  .search-social {
    display: none !important;
  }
  .logo .logo-txt {
    margin-top: 0;
  }
  .navbar-toggle {
    margin-top: 22px;
    right: 50px;
  }
  .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;
    z-index: 100;
    right: 15px;
    top: 16px;
    margin-top: -6px;
  }
  .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;
  }
  /*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;
  }
}

.search-social-mobile {
  display: none !important;
}

@media (max-width: 568px) {
  .logo img {
    margin-left: 55px;
  }
  .search-close {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .copyright {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .copy-txt {
    display: block !important;
  }
  .footer-menuu {
    display: block !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    border-left: 0 !important;
  }
  .footer-social {
    display: block !important;
    margin-top: 10px !important;
  }
  .footer-social ul {
    display: block !important;
    margin-left: 0 !important;
    border-left: 0 !important;
  }
  .fb-like {
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 9;
  }
  .search-social-mobile {
    display: block !important;
    position: relative;
    float: none;
    width: 100%;
    right: 0;
    text-align: center;
  }
  #mc4wp-form-1 .e-bulten-submit {
    margin-top: 20px;
  }
  a.touchlink {
    position: static;
    right: 0;
    top: 0;
    display: block;
    margin: 20px auto;
  }

  .search-bar {
    text-align: left;
  }
  .search-bar #search-string {
    width: 80%;
  }
}

.author-single-page {
  text-align: center;
}

.author-single-page .author-title {
  font-size: 24px;
}

.author-single-page .author_all_posts {
  text-align: center;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  transition: all 300ms;
  display: inline-block;
}

.author-single-page .author_all_posts:hover {
  background: #fff;
  color: #000;
}

.single-post-title a.author_all_posts {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 375px) {
}

.contact-form textarea {
  padding: 5px !important;
}

.footer-support-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: nowrap;
}

/*buymeacoffee*/

#bmc-wbtn {
  display: -webkit-flex;
  border-radius: 50% !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 80px !important;
  height: 80px !important;
}

/*Patreon button*/

.cb_p6_patreon_button a {
  display: block;
  text-align: center;
}

.cb_p6_patreon_button img {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}

.cb_p6_patreon_site_widget img {
  border-radius: 12px;
  height: 60px !important;
  margin-bottom: 10px !important;
  max-width: none !important;
}

.footer-donation-text {
  position: relative;
  font-size: 0.65rem;
  text-align: center;
}

@media (max-width: 568px) {
  .single .post-url:first-child {
    /*position: absolute;*/
  }
  .single .single-post-title:first-child {
    height: 47rem !important;
  }
  .single .single-post-title:first-child .content {
    top: 28%;
  }
  .single .single-post-title h1 {
    font-size: 23px;
  }

  .single .single-post-title:first-child .tags-single-page {
    /*position: relative;*/
    right: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single .single-post-title:first-child .tags-single-page a {
    margin: 0 3px 4px 3px;
    padding: 1px 2px;
  }

  .footer-support-holder {
    flex-wrap: wrap;
  }
}

/* Edit Bootstrap form-control*/

.form-control,
.form-control:focus {
  border-radius: none;
  box-shadow: none;
  border-color: #222;
}

/*single page reading progress indicator*/

#reading-progress {
  position: fixed;
  width: 100%;
  height: 2px;
  z-index: 9999;
  top: 0;
  left: 0;
}

#reading-progress-fill {
  height: 2px;
  width: 0;
}
/* Theme */
#reading-progress-fill {
  -webkit-transition: width 100ms ease;
  -o-transition: width 100ms ease;
  transition: width 100ms ease;
  background-color: #ff4f58;
  /*opacity: .5;*/
}

/*Buraya kadar ekledim*/

/*************************************

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 (max-width: 1024px) {
  /* menu */
  .nav-holder,
  .btn-header4 {
    display: none;
  }
  .nav-button-holder {
    display: block;
    line-height: 1;
  }
  .logo {
    flex: 1 1 0;
  }
  .search-social,
  .btn-header {
    flex: 0 1 auto;
  }

  .logo-4 {
    order: 1;
  }
  .nav-button-holder-4 {
    order: 2;
  }
  .search-social-4 {
    order: 3;
  }

  .header-4.nav-fixed-top .header-container {
    display: flex;
  }

  .content-style2 {
    margin-top: 0;
  }

  .single-post-title2,
  .single-post-title3 {
    height: 30em;
    margin-top: 72px;
  }
}

@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 (max-width: 767px) {
  .logo .logo-txt {
    margin-top: 0;
  }

  .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-title,
  .blog-item h2 {
    font-size: 36px;
  }
  .item-holder {
    width: 100% !important;
  }
}
