/*!
Theme Name:Themify Parallax
Theme URI:https://themify.me/themes/parallax
Version:7.2.5 
Description:Created by <a href="http://www.themify.me">Themify</a>.
Author:Themify
Author URI:https://www.themify.me
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2..html
Copyright:(c) 2016 Themify.
Tags:featured-images,translation-ready,custom-menu
Text Domain:themify
Required Plugins:themify-portfolio-post

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling,please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
RESET
*************************************************************************************/
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,
dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,
a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,
strong,sub,sup,tt,var,legend,fieldset,figure{
	margin:0;
	padding:0
}
html{
  scroll-behavior:smooth
}
img,fieldset{
    border:0
}
/* set html5 elements to block */
.widget li,#main-nav,.menu,
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
/* clearfix */
.widget li:after,.menu:after{
	content:"";
	display:table;
	clear:both
}
/* audio */
audio,
iframe,object{
	max-width:100%
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
:root{
	--theme_accent:#cca800;
	--theme_accent_semi:rgba(0,0,0,.8)
}
body{
	font:normal 1em/1.62em 'Poppins', Arial, sans-serif;
	color:#555;
	background-color:#fff;
	overflow-wrap:break-word;
	-webkit-font-smoothing:antialiased
}
a{
	color:var(--theme_accent);
	text-decoration:none;
	outline:none
}
p{
	margin:0 0 1.8em;
	padding:0
}
small{
	font-size:87%
}
blockquote{
	font:italic 110%/130% "Times New Roman", Times, serif;
	padding:8px 30px 15px
}
ins{
	text-decoration:none
}

/* LIST
================================================ */
ul,ol{
	margin:1em 0 1.4em 24px;
	padding:0
}
li{
	margin:0 0 .5em;
	padding:0
}

/* HEADINGS
================================================ */
h1,h2,h3,h4,h5,h6{
	color:#000;
	line-height:1.4em;
	padding:0;
	margin:0 0 .5em;
	font-weight:700;
	overflow-wrap:normal
}
h1{
	font-size:3.4em;
	line-height:1.2em;
	letter-spacing:-.03em
}
h2{
	font-size:2.6em;
	line-height:1.2em;
	letter-spacing:-.02em
}
h3{
	font-size:1.5em
}
h4{
	font-size:1.2em;
	margin:0 0 .3em
}
h5{
	font-size:1.2em
}

/* FORM
================================================ */
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%
}
input:read-write,
input:read-only,
input[type=radio],
input[type=checkbox],
select,
textarea{
	background:#fff;
	border:1px solid #ccc;
	padding:.6em;
	max-width:100%;
	-webkit-appearance:none;
	appearance:none;
	border-radius:8px
}
input:read-write,
input:read-only{
    margin:0 1em .4em 0;
    width:17em
}
input[type=number]{
	width:7em
}
input[type=checkbox]+label{
	display:inline-block
}
textarea{
	width:100%;
	min-height:13.5em;
	margin:0
}
select{
	padding-right:30px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' width='100' height='100' stroke='rgba(55,55,55,.9)' stroke-width='3'%3E%3Cpolyline points='2.7,2.3 49.1,57.2 95.5,2.3 '/%3E%3C/svg%3E") no-repeat;
	background-size:12px;
	background-position:calc(100% - 8px) calc(50% + 3px)
}
input[type=radio],
input[type=checkbox]{
	border-radius:6px;
	clear:none;
	cursor:pointer;
	padding:0;
	margin:0 .3em 0 0;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	line-height:1;
	outline:none;
	-webkit-appearance:none
}
input[type=radio]{
	border-radius:100%
}
input[type="checkbox"]:checked:before{
	content:"";
	display:inline-block;
	width:70%;
	height:30%;
	margin-bottom:4px;
	margin-left:1px;
	border-left:1px solid;
	border-bottom:1px solid;
	transform:rotateZ(-45deg) skewY(-10deg)
}
input[type="radio"]:checked:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	border-radius:100%;
	background-color:#444;
	width:12px;
	height:12px
}
/* form input:focus */
select:focus,
textarea:focus,
input:read-write:focus,
input:read-only:focus{
	border-color:var(--theme_accent);
	box-shadow:0 3px 12px rgba(0,0,0,.1);
	outline:none
}
/* form button */
input[type=reset],
input[type=submit],
button{
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:.95em;
	padding:.6em 1.6em;
	cursor:pointer;
	border:0;
	border-radius:30px;
	letter-spacing:.02em;
	-webkit-appearance:none;
	appearance:none;
	outline:none;
	transition:background .3s,color .3s, transform .3s
}
/* form input:hover */
input[type=reset]:hover,
input[type=submit]:hover,
button:hover{
	background-color:#000;
	color:#d5b000;
	box-shadow:0 5px 10px rgba(0,0,0,.1);
	transform:translateY(-1px)
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
input,textarea,.post,.author-box,.widget,img{
    box-sizing:border-box
}
/* main page width */
.pagewidth{
    width:1160px;
    max-width:100%;
    margin:0 auto
}
/* content */
#content{
    width:71%;
    padding:5.75% 0;
    float:left
}

/* set relative position */
.post,
#site-logo,
.post-image,
#site-description,
.col2-1,
.col3-1,
.col3-2,
.col4-1,
.col4-2,
.col4-3{
    position:relative
}

/* fullwidth content */
.full_width #layout{
    width:100%;
    max-width:100%
}
.full_width #content{
    padding:0;
    width:auto;
    float:none
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1{
	margin-left:3.2%;
	float:left
}
.col4-1{
	width:22.6%
}
.col4-2,.col2-1{
	width:48.4%
}
.col4-3{
	width:74.2%
}
.col3-1{
	width:31.2%
}
.col3-2{
	width:65.6%
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first{
	margin-left:0;
	clear:left
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap{
	background:#000 url(images/header.jpg) no-repeat 50% -10px/cover;
	z-index:100!important;
	color:#fff
}
#headerwrap.header-gallery,
#headerwrap[data-bg]{
	background-image:none
}
#header{
    height:500px;
    z-index:1
}
#header .hgroup{
    display:flex;
    justify-content:center;
    flex-direction:column
}
.home.header-block #headerwrap,
.home.header-block #headerwrap #header{
    height:100vh
}
#header #searchform #s:focus,
#header #searchform:hover #s{
    padding-left:2.2em;
    padding-right:1em
}
.header-block.fixed-header-on #pagewrap{
    padding-top:500px
}
.home.header-block.fixed-header-on #pagewrap{
    padding-top:100vh
}
.header-block #header,
body:not([class*='header-']) #header{
    width:100%
}
body:not(.mobile_menu_active).header-block #header,
body:not(.mobile_menu_active):not([class*='header-']) #header{
    max-width:none
}
/* NAVBAR TOP */
.header-block.nav-bar-top #main-nav-wrap{
    top:0;
    bottom:auto;
    position:fixed
}
.no-fixed-header.header-block.nav-bar-top #main-nav-wrap,
.themify_builder_active.header-block.nav-bar-top #main-nav-wrap{
    position:absolute
}
.header-block.nav-bar-top.home #main-nav ul{
    bottom:auto;
    top:100%;
    transform-origin:top
}
.header-block.nav-bar-top.home #main-nav ul ul,
.nav-bar-top.home #main-nav ul ul{
    bottom:auto;
    top:0;
    transform-origin:left
}

/*
MAIN NAVIGATION
================================================ */
.header-block #main-nav-wrap,
body:not([class*='header-']) #main-nav-wrap{
	background-color:var(--theme_accent_semi);
	position:absolute;
	z-index:9999;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	margin:0
}
#main-nav{
	text-align:center;
	overflow:visible;
	margin:0
}
#main-nav li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative
}
/* main level link */
#main-nav a{
	font-weight:500;
	color:inherit;
	display:block;
	padding:22px 0;
	margin:0 12px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.015em;
	box-sizing:border-box;
	position:relative
}
/* main level link :hover */
#main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav .current_page_item > a:hover,
#main-nav .current-menu-item > a:hover{
	color:var(--theme_accent)
}
/* sub-levels link */
#main-nav ul a{
	font-weight:normal;
	font-size:.95em;
	color:#010101;
	text-transform:none;
	padding:10px 20px;
	margin:0;
	display:block;
	background:0;
	box-sizing:border-box
}
#main-nav ul li:first-child > a{
	border-top:none
}
/* sub-levels link :hover */
#main-nav ul a:hover{
	background:rgba(0,0,0,.05);
	color:var(--theme_accent)
}
#main-nav li > .sub-menu {
	margin:0 0 0 -99px;
	padding:10px 0;
	list-style:none;
	position:absolute;
	background-color:#fff;
	z-index:1000;
	opacity:0;
	left:50%;
	transition:all .4s ease;
	text-align:center;
	border-radius:8px;
	box-shadow:0 0 0 1px rgba(0,0,0,.1), 0 4px 12px 2px rgba(0,0,0,.12);
	box-sizing:border-box;
	width:210px
}
#main-nav li.has-mega-column ul {
	margin: 0;
}
#main-nav ul li{
	background:0;
	padding:0;
	margin:0;
	float:none;
	display:block
}
/* sub-levels dropdown */
#main-nav ul.sub-menu ul{
	margin:0;
	top:-10px;
	text-align:left
}
.dropdown-menu-style #menu-icon-dropdown,
#main-nav ul ul:after{
	display:none
}
#main-nav .sub-menu {
	transform:scale(1,0);
	transform-origin:top
}
#main-nav ul.sub-menu ul{
	left:100%;
	transform:scale(0,1);
	transform-origin:left
}
/* show dropdown ul */
@media (hover:hover){
	#main-nav li:hover > .sub-menu,
	/* tab keyboard menu nav */
	#main-nav li > a:focus + .sub-menu,
	#main-nav li > .sub-menu:focus-within{
		opacity:1;
		transform:scale(1,1)
	}
}

/* mega menu */
#main-nav .has-mega-column .sub-menu,
#main-nav .has-mega-sub-menu .sub-menu{
	margin:0 27px;
	width:96%;
	text-align:initial
}
#main-nav .mega-menu-posts a,
#main-nav .mega-menu-posts a:hover {
	background: none;
}
/* mega column */
#main-nav .has-mega-column .sub-menu .sub-menu{
	margin:0
}

@media (hover:none){
	#main-nav .menu-item-has-children > a{
            padding-right:35px
	}
	#main-nav li .child-arrow{
            margin-left:7px;
            border-radius:100%;
            display:inline-block;
            padding:0;
            right:5px;
            top:50%;
            margin-top:-17px
	}
	#main-nav .toggle-on > a > .child-arrow{
            background:rgba(214,214,214,.4)
	}
	#main-nav li > .sub-menu{
            display:none
	}
	#main-nav li.toggle-on > .sub-menu{
            transform:scale(1,1);
            opacity:1
	}
}
.menu-item-has-children .child-arrow{
	display:none;
	cursor:pointer;
	z-index:12;
	width:36px;
	height:36px;
	border-radius:100%;
	position:absolute;
	right:0;
	top:4px;
	transition:transform .3s, background-color .3s
}
.child-arrow:before,
.child-arrow:after{
	top:50%;
	left:12px;
	content:'';
	position:absolute;
	transition:transform .3s ease-in-out;
	height:1px;
	width:8px;
	transform:rotate(45deg);
	background:currentColor;
	z-index:9999;
	border-radius:10px
}
.child-arrow:after{
	left:17px;
	transform:rotate(-45deg)
}
.toggle-on > a .child-arrow:after,
.toggle-on > a .child-arrow:before{
	left:10px;
	width:15px
}
.child-arrow:hover{
	background-color:rgba(180,180,180,.3)
}
.toggle-on > a .child-arrow{
	transform:rotateZ(180deg)
}
/* home navigation */
.home #main-nav ul{
	bottom:100%;
	transform-origin:bottom
}
.home #main-nav ul ul{
	bottom:auto;
	transform-origin:left
}
.home .fixed-header #main-nav ul{
	bottom:auto;
	top:100%;
	transform-origin:top
}
.home .fixed-header #main-nav ul ul{
	top:-5px;
	transform-origin:left
}

/* Edge Menu */
.home #main-nav li.edge > ul,
#main-nav li.edge > ul{
	left:auto;
	right:0;
	transform-origin:right
}
.home #main-nav ul li.edge > ul,
#main-nav ul li.edge > ul{
	left:auto;
	right:100%
}
#main-nav li.edge > ul:before{
	left:auto;
	right:0
}
.fixed-header #main-nav ul li.edge > ul:before,
#main-nav ul li.edge > ul:before{
	left:auto;
	right:-19px;
	transform:rotate(180deg)
}
.mobile-menu-visible{
	position:relative;
	overflow-y:hidden
}
.body-overlay{
	display:none;
	background-color:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	position:fixed;
	right:300px;
	top:0;
	z-index:10000;
	box-shadow:inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay-on{
	display:block
}
#menu-icon{
	display:none;
	text-decoration:none;
	position:relative;
	margin:0;
	color:#fff;
	line-height:1;
	border-radius:100%;
	padding:11px 10px
}
#menu-icon:hover{
	background:rgba(180,180,180,.3)
}
.menu-icon-inner{
	width:20px;
	height:16px
}
.menu-icon-inner:before,
.menu-icon-inner:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	transition:transform .7s ease;
	border-top:2px solid;
	box-sizing:border-box
}
.menu-icon-inner:before{
	top:0;
	height:100%;
	transform:none;
	border-bottom:2px solid
}
#menu-icon-close{
	color:inherit;
	position:absolute;
	text-decoration:none;
	top:.75em;
	right:1em;
	padding:9px;
	min-width:1em;
	min-height:1em;
	border-radius:100%;
	transform-origin:center;
	transition:transform .3s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
#menu-icon-close:before,
#menu-icon-close:after{
	content:'';
	display:block;
	background-color:currentColor;
	position:absolute;
	transform:translate(-50%,-50%) rotate(45deg);
	left:50%;
	top:50%;
	width:1px;
	height:60%
}
#menu-icon-close:after{
	transform:translate(-50%,-50%) rotate(-45deg)
}
#menu-icon-close:hover{
	transform:rotate(90deg) scale(1.1);
	background:rgba(180,180,180,.3)
}
/*
FIXED HEADER
================================================ */
#headerwrap.fixed-header{
	background:var(--theme_accent_semi);
	position:fixed!important;
	top:0;
	left:0
}
#headerwrap.fixed-header,
#headerwrap.fixed-header #header{
	height:auto!important
}
#headerwrap.fixed-header .header-bar,
#headerwrap.fixed-header #searchform-wrap,
#headerwrap.fixed-header #site-description,
#headerwrap .tf_sticky_logo,/* hide sticky header logo */
#headerwrap.fixed-header .tf_sticky_logo,
#headerwrap.fixed-header .tf_sticky_logo + span,
#headerwrap.fixed-header .tf_sticky_logo + img{
	display:none
}
#headerwrap.fixed-header #main-nav-wrap{
	position:static
}
#headerwrap.fixed-header .tf_sticky_logo{
	display:block
}
#headerwrap.fixed-header #site-logo img{
	max-height:60px;
	width:auto;
	transition:all .3s
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title{
	text-transform:uppercase
}

/*
AUTHOR PAGE
================================================ */
.author-bio{
	margin:0 0 1.875em
}
.author-bio .author-avatar{
	float:left;
	margin:0 15px 0 0
}
.author-bio .author-avatar img{
	border-radius:5px
}
.author-bio .author-name{
	margin:0 0 .2em;
	padding:0;
	font-size:160%
}
.author-posts-by{
	margin:0 0 20px;
	padding:10px 0 0;
	font-size:140%;
	text-transform:uppercase;
	border-top:solid 1px rgba(118,118,118,.3)
}
/************************************************************************************
POST
*************************************************************************************/
.post{
	margin-bottom:2.5em;
	box-sizing:border-box
}

/* post title */
.post-title{
	margin:0 0 .5em;
	padding:0;
	font-size:2.4em;
	font-weight:bold;
	letter-spacing:normal;
	text-transform:none
}
.post-title a{
	text-decoration:none;
	color:inherit
}
/* post-date */
.post-date{
	color:#a3a3a3;
	display:block;
	margin:0 0 1em;
	font-size:.9em;
	position:relative
}

/* post-content */
.post-content{
	min-width:120px
}

/* post-image */
.post-image{
	margin:0 0 1em
}
.post-image.left{
	float:left;
	margin-right:1em
}
.post-image.right{
	float:right;
	margin-left:1em
}
.post-image img{
	vertical-align:bottom;
	border-radius:8px
}

/* post meta */
.post-meta{
	padding:0;
	text-transform:uppercase;
	line-height:1.4em;
	font-size:.8em;
	letter-spacing:.04em;
	margin:0 0 1em;
	position:relative; /* smooth IE text opacity */
	color:#d7d7d7
}
.post-meta a{
	font-weight:500;
	text-decoration:none
}
.post-meta .separator{
    opacity:.5;
    margin-left:5px;
    margin-right:5px
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,.embed-youtube{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin-bottom:15px
}
.post-video iframe,
.post-video embed,
.embed-youtube iframe,
.embed-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box{
	margin:15px 0
}
.author-box .author-avatar{
	float:left;
	margin:0 15px 5px 0
}
.author-box .author-name{
	margin:0 0 5px
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination{
	text-align:right;
	margin:.5em 0 2em
}
.post-pagination strong{
	margin-right:3px
}
.post-pagination a{
	margin-left:3px;
	margin-right:3px
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget{
	margin:0 0 2.25em;
	overflow-wrap:break-word
}
.widgettitle{
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 .7em;
	padding:0;
	letter-spacing:.04em
}
.widget ul{
	margin:0;
	padding:0
}
.widget li{
	margin:0;
	padding:.8em 0;
	list-style:none;
	clear:both;
	border-top:solid 1px rgba(200,200,200,.4)
}
.widget ul ul{
	margin:6px 0 -6px;
	padding:0;
	border-top:none
}
.widget ul ul li{
	margin:0;
	padding-left:10px
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* add white bg to facebook badge iframe */
iframe[src*="facebook"]{
	background-color:#fff
}

/************************************************************************************
LOAD MORE BUTTON
*************************************************************************************/
#load-more{
	margin:30px 0 10px
}
#load-more a{
	background-color:#000;
	color:#d5b000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	font-size:1em;
	padding:10px 25px 7px;
	border-radius:0;
	border:0;
	display:none
}
#load-more a:hover{
	background-color:#8ab6eb;
	color:#fff
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft,img.aligncenter,img.alignright,img.alignnone{
	margin-bottom:1em
}
.alignleft{
	float:left;
	margin-right:2em
}
.alignright{
	float:right;
	margin-left:2em
}
.aligncenter{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption{
	text-align:center;
	margin-bottom:1em;
	max-width:100%
}
.wp-caption-text{
	font-size:95%;
	line-height:120%;
	margin:.5em 0
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment{
	float:none;
	margin:0;
	text-align:left
}

/************************************************************************************
SHORTCODES
*************************************************************************************/
/* button */
a.shortcode.button.white{
	color:#333!important
}
.module-buttons-item span,
a.shortcode.button{
	font-size:.95em;
	font-weight:600;
	letter-spacing:.02em;
	text-transform:uppercase
}

/************************************************************************************
IMAGE FILTER
*************************************************************************************/
.post-image,
.post-img,
.module-feature-image,
.slide-image{
    transition:.3s ease-in-out;
    transition-property:border,padding,width
}

/************************************************************************************
BUILDER
*************************************************************************************/
.module-title{
	font-weight:700;
	margin:0 0 .6em;
	padding:0;
	text-transform:none;
	letter-spacing:0
}
/* feature module */
.module-feature .module-feature-title{
	margin:1em 0 .3em
}
/* Disable background attachment on iOS devices */
@supports (-webkit-touch-callout:none){
	#headerwrap{
		background-attachment:scroll!important;
		background-position:center!important
	}
}
@media(max-width:1260px){
	.pagewidth,
	.row_inner{
            max-width:90%
	}
	#pagewrap,
	.default_width #layout .row_inner{
		max-width:100%
	}
}
@media(max-width:768px){
	#headerwrap #header{
		max-width:90%
	}
	#content{
		width:100%;
		max-width:100%;
		float:none;
		clear:both
	}
}

@media(max-width:680px){
	h1{
		font-size:2.2em
	}
	h2{
		font-size:1.8em
	}
	h3{
		font-size:1.4em
	}
	h4{
		font-size:1.2em
	}
	.post-title{
		font-size:1.6em
	}
	/*GRID*/
	.col4-1,
	.col4-2, 
        .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	{
		margin-left:0!important;
		width:100%!important;
		max-width:100%!important
	}
	#headerwrap{
		z-index:998
	}
	.loops-wrapper{
		margin-left:0!important
	}
	.loops-wrapper .post{
		width:100%!important;
		max-width:100%!important;
		margin-left:0!important;
		float:none!important
	}
}
