/*
Theme Name: Adeline
Theme URI: https://matchthemes.com/premium/adeline-feminine-wordpress-blog-theme/
Description: Adeline - Feminine Personal WordPress Blog Theme
Version: 3.0.6
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.8
Requires PHP: 7.4
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: adeline
*/


/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. SIDEBAR
	
	6. FOOTER
	
	7. PORTFOLIO
	
	8. OTHER
 
 
 ************************************/


/* NORMALIZE */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

:focus {
	outline: none;
}

.no-margin {
	margin: 0px !important;
}

.no-bottom {
	margin-bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.column-clear {
	clear: both;
}


/* WordPress Specific */

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.screen-reader-text {}

.alignright {
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	text-align: center;
	margin: 10px auto;
	display: block;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

pre,
code {
	background: #eee;
	color: #212023;
	font-family: "Courier New", Courier, monospace;
	padding: 8px;
	font-size: 13px;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 24px;
	white-space: pre-wrap;
}


/*************************************

1. MAIN STYLE

 ************************************/

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #ffffff;
	color: #454545;
	font-size: 14px;
	line-height: 1.7;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252525;
	line-height: 1.2;
	margin-bottom: 24px;
}

h1 {
	font-size: 56px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
}


/********
 Links
*********/

a {
	color: #FF99CC;
	text-decoration: none;
}

a:hover {
	color: #FF99CC;
	text-decoration: none;
}

p a {
	color: #FF99CC;
	border-bottom: 1px solid #FF99CC;
}

p a:hover {
	text-decoration: none;
	border: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 14px 24px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 1;
	padding: 0 10px 0 0;
	text-align: center;
}

.alignc {
	text-align: center;
}

.none {
	display: none;
}

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6em;
	color: #212023;
	position: relative;
	letter-spacing: 0.05em;
	margin: 32px 0 42px 0;
	padding-left: 54px;
	border-left: 5px solid #FF99CC;
}

blockquote cite,
.wp-caption-text {
	color: #FF99CC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 16px;
}
 
.wp-caption-text {
	text-align: center;
	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;
}

p:last-child {
	margin-bottom: 0;
}

.padding-tb56 {
	padding: 56px 0;
}

.margin-tb56 {
	margin: 56px 0;
}

.margin-t56 {
	margin-top: 56px;
}

.margin-b36 {
	margin-bottom: 36px;
}

.margin-b56 {
	margin-bottom: 56px;
}

.margin-b24 {
	margin-bottom: 24px;
}

.margin-t24 {
	margin-top: 24px;
}


/* definition lists */

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 14px;
	margin-bottom: 24px;
}


/* tables */

table {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	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: 14px 0;
	text-align: center;
}

a,
.search-btn,
.search-bar,
.post-image:before,
.top-grid-item .grid-overlay,
.slider-post:hover .grid-overlay,
.submit,
#submit-contact,
.scrollup i,
.wp-tiles-tile-bg:after {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.container,
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

/*************************************

2. HEADER

************************************/

.logo a {
	display: inline-block;
}

.logo {
	padding-top: 24px;
	text-align: center;
}

.logo img {
	margin: 0 auto;
	background: none;
}

.logo-txt {
	font-size: 56px;
	font-weight: 700;
}

#nav-holder {
	text-align: center;
}

.menu-nav {
	margin: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	font-size: 16px;
	font-weight: 700;
}

.menu-nav li:first-child {
	margin-left: 0px;
}

.menu-nav li a {
	color: #252525;
	padding-bottom: 21px;
}

.menu-nav li a:hover,
.menu-nav li a:focus {
	background: none;
}

.menu-nav>li:hover>a,
.menu-nav li.current-menu-item>a {
	color: #FF99CC;
}

.menu-nav>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 700;
	margin-left: 7px;
	margin-right: 0;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 43px;
	left: 50%;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	z-index: 5;
	
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.menu-nav ul li > a {
	display: block;
	padding: 12px 8px;
	color: #252525;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	background: #f9f9f9;
}

.menu-nav li:hover>ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -1px;
	padding: 0;
	
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.navbar-toggle {
	float: none;
	margin: 0;
	padding: 7px 0 0 0;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background: #252525;
}

.social-holder {
	margin: 0;
}

.social-holder {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-holder li {
	display: inline-block;
	font-size: 13px;
	margin-left: 14px;
}

.social-holder li a {
	color: #454545;
	text-align: center;
	display: inline-block;
}

.social-holder svg {
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
}

.social-holder svg path {
  fill: #454545;
}


.social-holder li:first-child {
	margin-left: 0;
}

.search-nav{
	position: relative;
}

.search-btn {
	text-align: right;
	font-size: 13px;
	cursor: pointer;
}

.search-btn:hover {
	color: #FF99CC;
}

.search-bar {
	opacity: 0;
	width: 120%;
	position: absolute;
	right: 0;
	bottom: -72px;	
	z-index: 20;
}

.search-bar.active {
	opacity: 1;
}

.search-string {
	padding: 10px;
	width: 100%;
	border: 1px solid #e5e5e5;
}

.top-header1{
	padding: 24px 0;
}

/* Header Style 2 */

.logo-2 {
	padding: 32px 0 16px 0;
}

.header-holder{
	display: flex;
	align-items: center;
}

.social-nav,
.search-nav,
.logo-3{
	flex: 1 1 0;
}

#header-2 .header-holder-2 {
	border-bottom: 1px solid #e5e5e5;
	padding: 24px 0;
}

.nav-fixed-top {
	top: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
	background: #ffffff;
}


/* Header Style 3 */

.logo-3{
	padding-top: 0;
	text-align: left;
}

.social-nav-3{
	text-align: right;
}


/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.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: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #151515;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	left: 0;
	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: 16px;
	font-weight: 500;
	padding-top: 24px;
	list-style: none;
	margin-bottom: 0;
}

.menu-mobile li a {
	color: #fff;
	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: #FF99CC;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 14px;
	font-weight: 600;
}

.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: 14px;
	padding-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
}


/*** 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: #151515;
	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;
}

.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);
}

.menu-contact{
	margin-left: 48px;
	margin-top: 54px;
}

.menu-contact .social-holder li a{
	color: #ffffff;
}

.menu-contact .social-holder li svg path{
	fill: #fff;
}

/***** END MODAL WINDOW ******/


/*************************************

3. HOME

************************************/


/* FEATURED HOME ARTICLES - GRID */

.home-grid-container {
	margin: 0;
	margin-top: 56px;
}

.top-grid-item {
	height: 250px;
	float: left;
	width: 50%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
}

.grid-item-holder {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	background: #454545;
}

.top-grid-item:nth-of-type(5n+1) {
	width: 50%;
	height: 500px;
	padding-right: 5px;
}

.top-grid-item:nth-of-type(5n+2),
.top-grid-item:nth-of-type(5n+3) {
	width: 50%;
	padding-left: 5px;
}

.top-grid-item:nth-of-type(5n+4) {
	padding-right: 5px;
}

.top-grid-item:nth-of-type(5n+5) {
	padding-left: 5px;
}

.grid-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.grid-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background: rgba(50, 50, 50, 0.4);
}

.top-grid-item:hover .grid-overlay,
.slider-post:hover .grid-overlay {
	background: rgba(50, 50, 50, 0.6);
}

.top-grid-item .grid-content {
	left: 50%;
	top: 50%;
	position: absolute;
	padding: 0 14px;
	width: 80%;
	text-align: center;
	z-index: 2;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grid-content .post-category a,
.slider-caption .post-category a {
	color: #ffffff;
	border-bottom: 2px solid #FF99CC;
	text-align: center;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

.grid-content .post-category a:hover,
.slider-caption .post-category a:hover {
	color: #FF99CC;
}

.grid-content h2 {
	line-height: 1.2;
	font-size: 18px;
	font-weight: 700;
	margin: 14px 0 0 0;
}

.top-grid-item:nth-of-type(5n+1) .grid-content h2 {
	font-size: 24px;
}

.grid-content h2 a,
.slider-caption h2 a {
	color: #ffffff;
	opacity: 1;
}

.grid-content h2 a:hover,
.slider-caption h2 a:hover {
	color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
}

.grid-content .post-content {
	color: #ffffff;
}

.grid-content .view-more a,
.slider-caption .view-more a {
	padding: 6px 16px;
	color: #ffffff;
	border-color: #ffffff;
}

.grid-content .view-more a:hover,
.slider-caption .view-more a:hover {
	color: #454545;
	background: #ffffff;
}


/* FEATURED HOME ARTICLES - SLIDER */

#slider-home {
	margin-top: 56px;
}

.slider-3posts .owl-prev,
.slider-holder .owl-prev {
	left: 15px;
}

.slider-3posts .owl-next,
.slider-holder .owl-next {
	right: 15px;
}

.slider-item3 {
	height: 350px;
}

.slider-item-box {
	height: 550px;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	padding: 0 56px;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-caption h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 14px 0 0 0;
}

.slider-item-box h2 {
	font-size: 42px;
}


/* author bio info */

.author-container {
	margin: 46px auto 0 auto;
	padding: 0 15px;
}

.home-author-avatar {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	margin-right: 42px;
}

.home-author-avatar img {
	border-radius: 99em;
}

.home-author-content {
	padding-top: 24px;
}

.home-author-content h1 {
	font-size: 42px;
}


/* article styles */

.item-holder {
	margin-top: 56px;
}

.post-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
}

.post-title a {
	color: #252525;
}

.post-title a:hover {
	color: #FF99CC;
}

.post-title,
.post-meta {
	text-align: center;
}

.post-meta {
	margin: 0;
	margin-bottom: 24px;
}

.post-meta li {
	display: inline-block;
	margin-left: 12px;
	font-size: 13px;
	font-weight: 400;
	color: #a5a5a5;
	letter-spacing: 1px;
}

.post-meta li:first-child {
	margin-left: 0;
}

.meta-author img {
	border-radius: 99em;
}

.meta-author a {
	color: #a5a5a5;
}

.meta-author a:hover {
	color: #FF99CC;
}

.meta-categ a {
	color: #a5a5a5;
	border-bottom: 2px solid #FF99CC;
}

.meta-categ a:hover {
	color: #FF99CC;
}

.post-separator {
	text-align: center;
	line-height: 0;
	margin: 8px 0;
}

.post-separator i {
	color: #FF99CC;
	font-size: 4px;
	margin-left: 3px;
}

.post-separator i:first-child {
	margin-left: 0;
}

.post-image,
.post-video {
	position: relative;
}

.post-image:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #454545;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.post-image:hover:before {
	opacity: 0.1;
}

.single-post-holder .post-image:before{
	display: none;
}

.post-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-audio:before {
    padding-top: 35%;
}

.post-video iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
}

.post-content {
	margin-top: 24px;
}

.view-more {
	text-align: center;
	margin-top: 24px;
}

.view-more a,
.submit,
#submit-contact {
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #FF99CC;
	padding: 8px 20px;
	border: 2px solid #FF99CC;
	border-radius: 3px;
	text-transform: uppercase;
}

.view-more a:hover,
.submit:hover,
#submit-contact:hover {
	background: #FF99CC;
	color: #ffffff;
}


/* article 2 / 3 COL GRID styles */

.item-2col-grid .post-image,
.item-3col-grid .post-image {
	margin-bottom: 24px;
}

.item-2col-grid .post-image img,
.item-3col-grid .post-image img {
	margin: 0 auto;
}

.post-image img,
.meta-author img{
	margin-bottom: 0 !important;
}

.item-2col-grid .post-title {
	font-size: 24px;
}

.layout-sidebar .post-title,
.item-3col-grid .post-title {
	font-size: 18px;
}

.layout-sidebar .post-title-full {
	font-size: 28px;
}


/* article LIST styles */

.item-holder-list .post-image {
	width: 40%;
	height: 300px;
	float: left;
	overflow: hidden;
}

.item-holder-list .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}

.item-holder-list .post-holder {
	width: 60%;
	float: left;
	padding: 28px 0 0 28px;
	text-align: center;
}

.item-holder-list .post-title {
	font-size: 24px;
}

.item-holder-list .post-holder-noimg {
	width: 100%;
	float: none;
	padding: 0;
}

.item-holder-zigzag-right .post-image {
	float: right;
}

.item-holder-zigzag-right .post-holder {
	padding: 28px 28px 0 0;
}


/* article 2 / 3 COL BKG IMAGE styles */

.layout-img-holder {
	list-style: none;
	margin: 0;
	margin-top: 56px;
	font-size: 0;
	
	display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: -30px;
}

.layout-img-holder>li {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	position: relative;
	width: 33.333%;
}

.layout-img-holder>li .slider-item3 {
	height: 400px;
	position: relative;
}

.layout-2img-holder>li {
	width: 50%;
}

.layout-4img-holder>li {
	width: 25%;
}

.layout-5img-holder>li {
	width: 20%;
}

.layout-img-holder>li .slider-caption {
	padding: 0 15px;
}

.layout-img-holder>li .slider-caption h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 4px 0;
	text-transform: none;
}

.layout-img-holder .post-category a,
.layout-img-holder .post-meta li {
	color: #ffffff;
	opacity: 0.8;
}

.layout-img-holder .post-category a:hover {
	opacity: 1;
	color: #FF99CC;
}

.layout-img-holder .view-more {
	margin-top: 56px;
}


/* article 1 COL BKG IMAGE styles */

.layout-1img-holder>li {
	width: 100%;
}

.layout-1img-holder>li .slider-caption h2 {
	font-size: 28px;
}


/* article MASONRY styles */

.layout-masonry {
	
	margin-top: 56px;
	display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: -30px;
}

.item-masonry {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 33.333%;
}

.item-masonry .post-image {
	margin-bottom: 24px;
}

.item-masonry .post-title {
	font-size: 22px;
}

.item-masonry-2col {
	width: 50%;
}

.item-masonry-4col {
	width: 25%;
}

.item-masonry-5col {
	width: 20%;
}


/* ARCHIVE */

.topArchive {
	text-align: center;
	margin-top: 56px;
}

.topArchive h1 {
	font-size: 42px;
	font-weight: 700;
	margin: 0;
}

.item-minimal .post-content {
	text-align: center;
}


/*************************************

4. SINGLE PAGE

************************************/

.author-single-page,
.related-posts {
	margin-top: 56px;
}

.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.single-post-content img,
.custom-page-template img {
	margin-bottom: 24px;
}

.img-fluid,
.single-post-content img,
.custom-page-template img{
    background: #f1f1f1;
}

.icon-img img{
	background: none;
}

.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;
}

.post-title-single {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.tags-single-page,
.get-social {
	margin-top: 36px;
}

.small-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.get-social li.small-title {
	font-size: 11px;
}

.get-social li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 99em;
	text-align: center;
	background: #f2f2f2;
}

.get-social li a.btn-twitter:hover {
	background: #29C5F6;
	color: #ffffff;
}

.get-social li a.btn-facebook:hover {
	background: #6788CE;
	color: #ffffff;
}

.get-social li a.btn-gplus:hover {
	background: #E75C3C;
	color: #ffffff;
}

.author-single-page .small-title {
	margin-bottom: 24px;
}

.author-avatar {
	float: left;
	width: 100px;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 130px;
}

.author-content h5 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 700;
}

.author-content h5 a {
	color: #252525;
}

.author-content h5 a:hover {
	color: #FF99CC;
}

.author-social {
	margin-top: 14px;
}

.related-posts-holder {
	margin: 0;
}

.related-posts-holder {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.related-posts-holder li {
	display: inline-block;
	position: relative;
	width: 32%;
	margin-top: 24px;
}

.related-posts-holder li:nth-child(2) {
	margin: 0 2%;
}

.related-posts-holder li .slider-item3 {
	height: 250px;
}

.related-posts-holder li .slider-caption {
	padding: 0 18px;
}

.related-posts-holder li .slider-caption h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 14px 0 0;
	text-transform: none;
}


/* comments + contact fields */

.comm-field,
.contact-field,
#msg-contact {
	width: 100%;
	padding: 14px;
	border: 2px solid #e5e5e5;
	border-radius: 3px;
	margin-top: 24px;
}

#msg-contact {
	padding: 14px;
	border: 2px solid #e5e5e5;
	border-radius: 3px;
}

.form-submit {
	margin-bottom: 0px;
}

#submit-contact {
	margin-top: 24px;
}

.comm-title .section-title {
	margin-top: 56px;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	border-radius: 3px;
	padding: 14px;
	color: #ff0000;
}

.submit,
#submit-contact {
	margin-top: 24px;
	background: #ffffff;
}

.antispam {
	display: none;
}

.contact-field {
	margin-bottom: 24px;
}

.comm-send {
	margin-top: 56px;
	text-align: center;
}


/**** COMMENTS STYLES*****/

.commentlist {
	margin: 0
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 24px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2 {
	margin: 0 0 0px 63px
}

.children li.depth-3 {
	margin: 0 0 0px 63px
}

.children li.depth-4 {
	margin: 0 0 0px 63px
}

.children li.depth-5 {
	margin: 0 0 0px 63px
}

.children li.depth-6 {
	margin: 0 0 0px 63px
}

.children li.depth-7 {
	margin: 0 0 0px 63px
}

.children li.depth-8 {
	margin: 0 0 0px 63px
}

.children li.depth-9 {
	margin: 0 0 0px 63px
}

.children li.depth-10 {
	margin: 0 0 0px 63px
}

.comment-body {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.comment-details {
	position: relative;
	margin-left: 56px
}

.comment-avatar {
	position: absolute;
	left: -56px;
	top: 0
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-right {}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author span,
.comment-author .author a {
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	margin-right: 10px;
	font-style: normal;
}

.comment-author .author a:hover {
	color: #FF99CC;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 12px;
	color: #a5a5a5;
	margin-bottom: 14px;
	line-height: 1;
	letter-spacing: 1px;
}

.reply {
	text-align: right;
	margin-top: 8px;
}

.comment-reply-link {
	margin-top: 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #252525;
	background: none;
}

.comment-reply-link:hover {
	color: #FF99CC;
	text-decoration: none;
}

#cancel-comment-reply-link {
	font-size: 11px;
}

.commentlist .children {
	margin: 0
}

#comments_wrap {
	margin-top: 16px
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title {
	margin-bottom: 0;
}

.comment-reply-title small {
	display: block;
}

.children #commentform textarea {
	width: 95.6%
}

.commentlist li .comment-respond {
	margin-bottom: 24px;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}


/**** END COMMENTS STYLES*****/


/*************************************

5. SIDEBAR

************************************/

.posts-holder {
	padding-right: 35px;
}

.posts-holder-push-right {
	float: right;
	padding-right: 0;
	padding-left: 35px;
}

aside {
	margin-top: 56px;
}

aside ul,
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-top: 42px;
}

aside>ul>li:first-child {
	margin-top: 0;
}

.widgettitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 32px;
	position: relative;
}

.widgettitle:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	opacity: 0.6;
	background: #FF99CC;
}

.widget ul li:last-child {
	margin-bottom: 0px;
}

.widget ul li a {
	color: #454545;
}

.widget ul li a:hover {
	color: #FF99CC;
}

.widget_recent_entries li,
.widget_archive li,
.widget_categories>ul>li {
	color: #454545;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.widget_categories ul.children {
	padding-top: 7px;
	margin-left: 24px;
}

.widget_recent_entries li:last-child {
	border: none;
}

.widget_archive li,
.widget_categories>ul>li {
	padding-bottom: 0;
	border: none;
	color: #FF99CC;
}

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;
}

.tagcloud a,
.btn-round {
	margin: 14px 7px 0 0;
	padding: 6px 12px;
	border: 2px solid #e5e5e5;
	color: #454545;
	text-transform: lowercase;
	text-align: center;
	font-size: 12px !important;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	line-height: 1.4;
}

.tagcloud a:hover,
.btn-round:hover,
.btn-round.current {
	border-color: #FF99CC;
}


/* custom widgets */

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.widget-display-posts-img ul li {
	margin-bottom: 14px;
}

.widget-display-posts-img ul li:last-child {
	margin-bottom: 0px;
}

.display-post-img {
	display: block;
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-img img {
	height: auto;
	left: 50%;
	position: absolute;
	width: 100px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.display-post-text {
	margin-left: 85px;
}

.display-post-title h5 {
	font-size: 14px;
	margin: 7px 0;
}

.display-post-date {
	font-size: 12px;
	color: #a5a5a5;
	margin-bottom: 0px;
	line-height: 1;
	letter-spacing: 1px;
}

aside .display-post-img {
	width: 90px;
	height: 90px;
}

aside .display-post-img img {
	width: 120px;
}

aside .display-post-title h5 {
	font-size: 16px;
}

aside .display-post-text {
	margin-left: 105px;
}

.widget-social {
	text-align: center;
}


/*************************************

6. FOOTER

************************************/

footer {
	padding-top: 56px;
}

#footer-instagram {
	margin-top: 56px;
	text-align: center;
	position: relative;
}

#footer-instagram .widgettitle {
	display: inline-block;
	margin-bottom: 14px;
}

#footer-instagram .instagram-pics {
	margin: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 10%;
}

#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: 7px;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: #ffffff;
	border: medium none;
	color: #252525;
	display: inline-block;
	padding: 7px 14px;
}

.foo-block .widget {
	margin-bottom: 36px;
}

.widget-footer.widget_categories {
	text-align: center;
}

.copyright {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 24px;
}

.copyright .fa-heart-o {
	color: #ff6666;
	font-weight: 700;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #151515;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 110;
}


/*************************************

7. PORTFOLIO

************************************/

.valign {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-filter,
.portfolio-items,
.portfolio-subtitle {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 36px;
}

.portfolio-filter li {
	display: inline-block;
	margin-left: 14px;
}

.portfolio-filter li:first-child {
	margin-left: 0;
}

.btn-round {
	margin: 0;
	text-transform: none;
}

.btn-round:hover,
.btn-round.current {
	border-color: #FF99CC;
	color: #454545;
}

.portfolio-items {
	text-align: left;
	margin-top: 56px;
	margin-left: -12px;
	margin-right: -12px;
}

.portfolio-item {
	width: 33.333%;
	float: left;
	padding: 0 12px;
	margin-bottom: 24px;
	margin-top: 0px;
}

.portfolio-item-2cols {
	width: 50%;
}

.portfolio-item-4cols {
	width: 25%;
}

.portfolio-subtitle {
	margin-top: 14px;
}

.portfolio-subtitle li {
	display: inline-block;
	color: #a5a5a5;
	letter-spacing: 1px;
	font-size: 12px;
	margin-left: 8px;
}

.portfolio-subtitle li:first-child {
	margin-left: 0;
}

.portfolio-item h2 {
	font-size: 24px;
	text-align: center;
	position: relative;
	margin-top: 14px;
}

.portfolio-item h2:before {
	background: #FF99CC;
	top: -10px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -15px;
	opacity: 0.6;
	position: absolute;
	width: 30px;
}

.portfolio-img {
	position: relative;
	overflow: hidden;
}

.portfolio-img img,
.portfolio-overlay:after,
.portfolio-holder i {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.portfolio-img img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.portfolio-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.portfolio-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.portfolio-overlay:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #252525;
	opacity: 0;
}

.portfolio-holder {
	position: relative;
	text-align: center;
	z-index: 2;
}

.portfolio-holder i {
	font-size: 36px;
	color: #ffffff;
	opacity: 0;
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.portfolio-overlay:hover:after {
	opacity: 0.8;
}

.portfolio-overlay:hover .portfolio-holder i {
	opacity: 0.8;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


/* single portfolio page */

.single-portfolio-header {
	margin-top: 56px;
}

.single-portfolio-header h1 {
	font-size: 42px;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding-top: 7px;
}

.single-portfolio-header h1:before {
	background: #FF99CC;
	top: 4px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -15px;
	opacity: 0.6;
	position: absolute;
	width: 30px;
}

.extra-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.extra-info ul li {
	margin-bottom: 6px;
	display: inline-block;
	margin-left: 24px;
}

.portfolio-filter li:first-child {
	margin-left: 0px;
}

.extra-info ul li span {
	font-weight: 700;
	color: #252525;
}

.single-portfolio-holder {
	margin-top: 36px;
}

.portfolio-slider {
	margin-bottom: 24px;
}


/*************************************

8. OTHER

************************************/

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-twitter:hover svg path{
	fill: #29C5F6;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}

.page-fullscreen{
	padding-left: 15px;
	padding-right: 15px;
}

/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next {
	border-top: 1px solid #f2f2f2;
	padding-top: 24px;
	margin-top: 56px;
}

.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a {
	color: #252525;
	margin: 0 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #FF99CC;
}

.more-pages{
	font-size: 14px;
	vertical-align: bottom;
}

.page-content {
	margin-top: 56px;
}

.small-link {
	margin-top: 24px;
}

.author-img img {
	border-radius: 99em;
}

.author-archive h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
}

.author-txt,
.author-archive .author-social {
	margin-top: 7px;
}

.page-content h1 {
	font-size: 42px;
	font-weight: 700;
}

.other-entries {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 56px;
}

.other-entries .view-more {
	margin: 0;
}

.newer-entries {
	float: left;
}

.older-entries {
	float: right;
}

.nothing-found {
	margin: 56px 0 0 0;
}


/***** I Recommend This plugin ******/

.dot-irecommendthis {
	background: none;
	padding: 0 0 0 19px;
	border: 0 !important;
	margin-bottom: 0px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #a5a5a5;
}

.dot-irecommendthis:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f004";
	line-height: 1;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 5px;
}

.dot-irecommendthis:hover,
.dot-irecommendthis.active {
	color: #ff6666 !important;
}

.layout-img-holder .post-meta li a.dot-irecommendthis {
	color: #ffffff;
}


/***** END I Recommend This plugin ******/


/***** WP Tiles plugin ******/

.wp-tiles-tile-bg:after {
	background: #151515;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wp-tiles-tile-bg:hover:after {
	opacity: 0.3;
}


/***** End WP Tiles plugin ******/


/* Owl Carousel Default Nav */

.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 10;
	border: none;
	margin: -19px 0 0;
	opacity: 0.8;
	background: url("images/slider-arrows.png") no-repeat scroll 0 0 transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.owl-theme .owl-nav button.owl-prev {
	background-position: 0 0;
	left: 30px;
	top: 50%;
}

.owl-theme .owl-nav button.owl-next {
	background-position: -40px 0;
	right: 30px;
	top: 50%;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
	opacity: 1;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 12px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #e5e5e5;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #FF99CC;
}


/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #252525;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #252525;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #252525;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #252525;
}

::-ms-input-placeholder {
	/* Edge */
	color: #252525;
}

:placeholder-shown {
	/* Standard one last! */
	color: #252525;
}


/*************************************

 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,
.page-full .alignwide {
	text-align: center;
}

.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: #FF99CC;
	text-decoration: none;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 24px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}

.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments__comment{
	margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta{
	margin-top: 0;
	padding: 0;
	background: none;
	color: #212023;
}

.wp-block-latest-comments__comment-meta a{
	color: #212023;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #cba925;
}

.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: #212023;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 10px;
	width: 100%;
	border: 1px solid #e5e5e5;
}

.wp-block-search__button{
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #FF99CC;
	padding: 8px 20px;
	border: 2px solid #FF99CC;
	border-radius: 3px;
	text-transform: uppercase;
}

.wp-block-search__button:hover{
	background: #FF99CC;
	color: #ffffff;
}

.wp-block-quote {
    border-left: 5px solid #f9c;
    margin: 32px 0 42px;
	padding-left: 54px;
}

/** SIMPLE LIGHTBOX **/

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
	
/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
	
}


@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	
}

@media (min-width: 1024px) {
	.container{
		max-width: 960px;
	}
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	
	.author-container {
		width: 1024px;
	}
	.layout-1col-fw {
		width: 768px;
		margin: 0 auto;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1350px;
	}
	
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
}


@media (min-width: 980px) and (max-width: 1200px) {
	.author-container {
		width: 970px;
	}
	.layout-1col-fw {
		width: 768px;
		margin: 0 auto;
	}
}

@media (max-width: 1024px) {

	/* menu */
	.nav-holder	{
		display: none;
	}
	.nav-button-holder {
		display: block;
	}
	
	.layout-img-holder>li,
	.item-masonry,
	.portfolio-item{
		width: 50%;
	}
	
	.home-author-avatar {
		width: 150px;
		height: 150px;
	}
	.home-author-content {
		padding-top: 0px;
	}
	.posts-holder-push-right {
		float: none;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media (max-width: 767px) {
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1.0em;
	}
	.logo,
	.logo-2 {
		padding: 24px 0 0 0;
	}
		
	.logo-3{
		padding: 0;
	}	
		
	.author-container {
		margin: 36px 0;
	}
	.home-author-avatar {
		width: auto;
		height: auto;
		float: none;
		margin-right: 0;
	}
	.home-author-avatar img {
		width: 150px;
		height: 150px;
		margin: 0 auto;
	}
	.home-author-content {
		text-align: center;
	}
	.home-author-content h1 {
		font-size: 28px;
	}
	.posts-holder-push-right {
		float: none;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-title,
	.item-holder-list .post-title {
		font-size: 18px;
	}
	.post-title-single {
		font-size: 24px;
	}
	.layout-sidebar .post-title-full {
		font-size: 24px;
	}
	.item-holder-list .post-image {
		height: 200px;
	}
	.item-holder-list .post-content,
	.item-holder-list .view-more {
		display: none;
	}
	/* Featured Home Articles Grid*/
	.top-grid-item {
		height: 250px;
		float: none;
		width: 100% !important;
		padding: 0 0 14px 0 !important;
	}
	.top-grid-item:nth-of-type(5n+1) {
		height: 300px;
	}
	.top-grid-item:nth-of-type(5n+1) .post-content {
		display: none;
	}
	.slider-item-box {
		height: 300px;
	}
	.slider-caption h2 {
		font-size: 24px;
	}
	.blog-post-single {
		margin-top: 36px;
	}
	.author-avatar {
		width: 50px;
	}
	.author-avatar img {
		width: 50px;
		height: 50px;
	}
	.author-content {
		margin-left: 70px;
	}
	.related-posts-holder li {
		width: 100%;
	}
	.related-posts-holder li:nth-child(2) {
		margin: 24px 0 0 0;
	}
	.layout-img-holder>li,
	.item-masonry,
	.portfolio-item	{
		width: 100%;
	}
	.layout-img-holder>li .slider-item3 {
		height: 300px;
	}
	.layout-1img-holder>li .slider-caption h2 {
		font-size: 22px;
	}
	
	.portfolio-img img {
		width: 100%;
	}
	#footer-instagram .instagram-pics li {
		width: 20%;
	}
	aside {
		margin-top: 56px;
	}
	
	/* Gutenberg */
	.wp-block-column {
    flex-basis: 100%;
    flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
    margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
    margin-left: 0;
	}	
	
	/*comments*/
	.children {
		margin: 24px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0
	}
	.other-entries {
		text-align: center;
	}
	.newer-entries,
	.older-entries {
		float: none;
	}
	.newer-entries {
		margin-bottom: 14px;
	}
}

@media (max-width: 568px) {
	#nav-holder {
		text-align: right;
	}
	.navbar-collapse {
		text-align: center;
	}
	
	.item-holder-list .post-holder {
		padding-top: 14px;
	}
	.item-holder-list .post-image {
		height: 150px;
	}
}