@charset "UTF-8";
/*/css/base.min.css*/
.tf_loader{width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}.tf_overflow{overflow:hidden}.tf_box{box-sizing:border-box}.tf_abs{position:absolute;top:0;left:0;right:0;bottom:0}.tf_rel{position:relative}.tf_opacity{opacity:0}.clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:3.2%;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137, 137, 137, .2);--tf_scroll_color_hover:rgba(137, 137, 137, .4);--tf_scroll_w:10px;--tf_scroll_h:10px;scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w);height:var(--tf_scroll_h)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}

/*/css/themify.common.css*/
.edit-button{
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
	text-decoration:none
}
.edit-button a:hover{
	text-decoration:underline
}
.hook-location-hint{
    padding:2px 5px;
    background:#fbffcd;
    border:solid 1px #cfd682;
    color:#666;
    font-size:11px;
    line-height:1;
    margin:2px 0;
    display:block;
    clear:both
}
.wp-video{
    width:100%!important;
    max-width:100%!important;
    margin-bottom:1em
}
.wp-video .mejs-container{
	width:100% !important;
	height:auto !important;
}
.wp-video .mejs-mediaelement{
	position:static;
}
.wp-video .mejs-overlay{
	width:100% !important;
	height:100% !important;
}
.wp-video  video.wp-video-shortcode, 
.wp-video .wp-video-shortcode video {
	width:100%;
	height:auto !important;
}
.wp-video .mejs-button>button{
	border-radius:0;
}
.wp-video .mejs-button>button:hover{
	background-color:transparent
} 
iframe{
    border:0
}
a:focus,input:focus,button:focus,select:focus,textarea:focus,.button:focus{
    outline:1px dotted rgba(150,150,150,.2)
}
.tf_focus_heavy button:focus,
.tf_focus_heavy a:focus,
.tf_focus_heavy input:focus,
.tf_focus_heavy select:focus,
.tf_focus_heavy textarea:focus,
.tf_focus_heavy .button:focus{
    outline:2px solid rgba(0,176,255,.8)
}
.tf_focus_none a,
.tf_focus_none button:focus,
.tf_focus_none a:focus,
.tf_focus_none input:focus,
.tf_focus_none select:focus,
.tf_focus_none textarea:focus,
.tf_focus_none .button:focus{
    outline:none
}
.tf_large_font{
    font-size:1.1em
}
.screen-reader-text{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    border-radius:100%
}
.post-image .themify_lightbox .zoom .tf_fa{
    vertical-align:middle;
    color:#fff;
	stroke-width:1px;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
@media screen and (max-width:600px){
    .admin-bar.fixed-header-on #headerwrap{
        top:0!important
    }
    .admin-bar.fixed-header #wpadminbar{
        position:fixed
    }
    .admin-bar.fixed-header-on #wpadminbar{
        position:absolute
    }
    body:not(.header-none).admin-bar.no-fixed-header #wpadminbar{
        margin-top:-46px
    }
}
.pswp:not(.pswp--open){display:none}
.ptb_map button,
.themify_map button{
    min-width:auto;
    border-radius:0
}
/*/themify-builder/css/themify-builder-style.css*/
.module_row,
.module_subrow,
.module_column,
.module_row .module{
    position:relative;
    box-sizing:border-box
}
.module_row .col-full{
    width:100%
}
.themify_builder .direction-rtl{
    flex-flow:row-reverse wrap-reverse
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.page-loaded .module-image img:hover,
.module-accordion i,
.module{
    transition-delay:0s;
    transition-timing-function:ease;
    transition-duration:.5s;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter
}
/* fix gutenberg empty p tag bug */
.entry-content > p:first-of-type:empty,
.entry-content > p:first-of-type+p:empty{
    margin:0;
    padding:0
}
/*GRID*/
.module_row{/* fix Chrome bug */
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.module.themify_builder_slider_wrap{
    transition:none
}
div.module_column{
    margin-left:3.2%;
    margin-right:0;
    float:left;
    /* top aligned */
    align-items:flex-start;
    align-content:flex-start
}
.module_column.col6-1{
    width:14%
}
.module_column.col5-1{
    width:17.44%
}
.module_column.col4-1{
    width:22.6%
}
.module_column.col4-2,
.module_column.col2-1{
    width:48.4%
}
.module_column.col4-3{
    width:74.2%
}
.module_column.col3-1{
    width:31.2%
}
.module_column.col3-2{
    width:65.6%
}
/*NARROW*/
.gutter-narrow>.module_column{
    margin-left:1.6%
}
.gutter-narrow>.col6-1{
    width:15.33%
}
.gutter-narrow>.col5-1{
    width:18.72%
}
.gutter-narrow>.col4-1{
    width:23.8%
}
.gutter-narrow>.col4-2,
.gutter-narrow>.col2-1{
    width:49.2%
}
.gutter-narrow>.col4-3{
    width:74.539%
}
.gutter-narrow>.col3-1{
    width:32.266%
}
.gutter-narrow>.col3-2{
    width:66.05%
}
/*NONE*/
.gutter-none>.module_column{
    margin-left:0;
    margin-right:0
}
.gutter-none>.col6-1{
    width:16.666%
}
.gutter-none>.col5-1{
    width:20%
}
.gutter-none>.col4-1{
    width:25%
}
.gutter-none>.col4-2,
.gutter-none>.col2-1{
    width:50%
}
.gutter-none>.col4-3{
    width:75%
}
.gutter-none>.col3-1{
    width:33.333%
}
.gutter-none>.col3-2{
    width:66.666%
}
/* first column */
.gutter-narrow>.module_column.first,
.module_column.col-full,
.module_column.first{
    margin-left:0;
    clear:left
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.ui,
.ui>li,
.themify_builder ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
/*SIZES*/
.ui.builder_button.large{
    font-size:120%;
    padding:10px 20px
}
.ui.builder_button.small{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*DEFAULT STYLES*/
.ui{
    color:#555
}
.ui.transparent{
    background:transparent;
	box-shadow:none;
    /* for transparent style inherit color */
    color:inherit
}
.ui.builder_button{
	text-decoration:none;
    position:relative; 
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear,background-color .3s linear,padding .3s linear,border .3s linear,box-shadow .3s linear;
    padding:.625em 1.25em;
    box-shadow:none
}
.ui.builder_button:hover{
    background:#f1f1f1
}
.ui>li.current,
.ui>li.current:hover{
    background:#666;
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2)
}
.ui>li.current>a{
    color:#fff
}
.module_row .ui.builder_button{
    text-decoration:none
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:none;
    vertical-align:bottom
}
/* MediaElement*/
.module_row .wp-video{
    width:100%!important;
    max-width:100%!important
}
.module_row .mejs__container{
    text-align:center!important;
    max-width:100%;
    min-height:100%!important
}
.module-slider{
    margin-bottom:2.5em
}
/*Widget Module*/
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
/*Map Module*/
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
/*BACKGROUND MODE*/
.themify_builder .repeat{
    background-repeat:repeat
}
.themify_builder .repeat-x{
    background-repeat:repeat-x
}
.themify_builder .repeat-y{
    background-repeat:repeat-y
}
.themify_builder .repeat-none{
    background-repeat:no-repeat
}
.themify_builder .fullcover{
    background-size:cover
}
.themify_builder .best-fit-image{
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat
}
.themify_builder .builder-bg-fixed{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover
}
/* fullwidth row */
.themify_builder .module_row.fullheight .module_subrow,
.sidebar-none .themify_builder .module_row{
    width:100%
}
.module_row.fullwidth>.row_inner{
    width:100%;
    max-width:100%
}
/*BEST-FIT*/
.best-fit{
    background:#000
}
.best-fit-vertical{
    top:0!important;
    left:1%!important;
    right:1%!important;
    width:auto!important;
    height:100%!important;
    margin:auto!important
}
.best-fit-horizontal{
    top:10%!important;
    left:0!important;
    bottom:10%!important;
    width:100%!important;
    height:auto!important;
    margin:auto!important
}
/* iOS doesn't support fixed attachment */
@supports (-webkit-touch-callout: none) {
	.themify_builder_row { background-attachment: scroll !important; }
}
/*COLUMN ALIGNMENT*/
/* FLEX BOX */
.row_inner,
.module_column,
.subrow_inner{
    display:flex;
    flex-flow:wrap
}
.col_auto_height>.module_column{
    height:100%
}
.col_align_middle.col_auto_height{
    align-items:center
}
.col_align_bottom.col_auto_height:not(.direction-rtl){
    align-items:flex-end
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh;
    display:flex;
    width:100%
}
.fullheight>.row_inner>.module_column,
.fullheight>.row_inner{
    min-height:inherit
}
/* center aligned */
.col_align_middle>.module_column,
.fullheight>.row_inner>.col-full{
    align-items:center;
    align-content:center			
}
/* bottom aligned */
.col_align_bottom>.module_column{
    align-items:flex-end;
    align-content:flex-end
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%;
        margin-top:25px
    }
    .gutter-narrow>.module_column.col6-1{
        width:32.266%
    }
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(3),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(4){
        margin-left:0;
        clear:left
    }
    .gutter-none>.module_column.col6-1{
        width:33.333%
    }
}
@media screen and (max-width:680px){
	.themify_map.tf_map_loaded{
        width:100%!important;
	}
    .ui.builder_button,
    .ui.nav li a{
        padding:.525em 1.15em
    }
    .gutter-narrow:not(.tb_grid_classes)>.module_column,
    .gutter-none:not(.tb_grid_classes)>.module_column,
    div:not(.tb_grid_classes)>.module_column{
        margin-left:0;
        width:100%;
        max-width:100%;
        float:none
    }
    .module_row div:not(.tb_grid_classes)>.module_column.col6-1{
        width:48.4%;
        margin-left:3.2%
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1:nth-of-type(2n+1),
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(2n),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(2n+1){
        margin-left:0;
        clear:left
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1{
        width:49.2%;   
        margin-left:1.6%
    }
    div.gutter-none:not(.tb_grid_classes)>.module_column.col6-1{
        width:50%;
        margin-left:0
    }
    .fullheight>.row_inner>.module_column:not(.col-full),
    .fullheight>.row_inner{
        min-height:0
    }
}

/*/themify-builder/css/modules/parallax.css*/
.themify_builder .builder-parallax-scrolling{
    background-attachment:fixed!important;
    background-repeat:no-repeat!important;
    background-position:center; /* don't add !important here so user can change position with builder styling */
	transition:background-position 0s!important
}
@media (hover:hover){
	.themify_builder .builder-parallax-scrolling{
		background-size:cover
	}
}
@media(hover:none){
	/* for touch devices */
	.themify_builder .builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/wp-content/themes/parallax/styles/modules/site-logo.css*/
#site-logo{
	font:bold 3.75em/1em 'Poppins', sans-serif;
	margin:0 0 .367em;
	padding:0;
	text-transform:uppercase;
	letter-spacing:-.075em
}
#site-logo a{
	color:inherit;
	text-decoration:none
}
#site-logo a:hover{
	text-decoration:none
}
.fixed-header-on .tf_sticky_logo ~ *,
body:not(.fixed-header-on) .tf_sticky_logo {
	display:none !important;
}
/*/wp-content/themes/parallax/styles/modules/site-description.css*/
#site-description{
	font-size:1.1em;
	margin:0 0 1.75em;
	padding:0;
	letter-spacing:-.04em
}
#site-description .site-taglink{
	color:inherit;
	font:inherit
}
#site-description .site-taglink:hover{
	text-decoration:none
}
/*/css/modules/social-links.css*/
.social-widget .widget{
    display:inline-block;
    margin:0 3px 0 0
}
.social-widget .widgettitle{
    width:auto;
    font-weight:700;
    font-size:100%;
    font-family:inherit;
    text-transform:none;
    letter-spacing:0;
    display:inline-block;
    vertical-align:middle;
    margin:0 .5em 0 0;
    padding:0;
    background:0;
    border:0;
    border-radius:0;
    box-shadow:none
}
.social-widget .social-links{
    margin:6px 0 0;
    padding:0;
    display:inline
}
.widget .social-links li img{
    vertical-align:middle
}
.widget .social-links{
    padding:0;
    line-height:1em
}
.social-links .social-link-item{
    display:inline-block;
    margin:0 5px 5px 0;
    padding:0;
    list-style:none;
    border:0
}
.social-links.vertical li{
    display:block;
    margin:0 0 5px
}
.widget .social-links a,
.widget .social-links a:hover{
    text-decoration:none
}
.social-links li i{
    vertical-align:middle;
    line-height:1em;
    width:20px;
    height:20px;
    padding:4px;
    font-size:20px;
    text-align:center;
    border-radius:100%;
    display:inline-block
}
.social-links .icon-small i{
    font-size:8px;
    width:8px;
    height:8px
}
.social-links .icon-large i{
    font-size:28px;
    padding:6px;
    width:36px;
    height:36px
}
.social-links .icon-small img{
    max-width:16px;
    max-height:16px
}
.social-links .icon-medium img{
    max-width:24px;
    max-height:24px
}
.social-links .icon-large img{
    max-width:32px;
    max-height:32px
}
#footer .social-links.horizontal li,
#sidebar .social-links.horizontal li{
    border:0;
    display:inline-block
}
#footer .social-links.vertical,
#sidebar .social-links.vertical{
    display:block
}
#footer .social-links.vertical li,
#sidebar .social-links.vertical li{
    display:block;
    margin:0 0 .5em
}
/*/wp-content/themes/parallax/styles/modules/widgets/themify-social-links.css*/
.social-widget{
	margin:.5em;
	display:inline-block
}
.social-widget a{
	text-decoration:none
}
.social-widget a:hover{
	text-decoration:none
}
.social-widget .widget{
	display:inline-block;margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	box-shadow:none
}
.social-widget .widget div{
	display:inline
}
.social-widget .widgettitle{
	width:auto;
	font-weight:bold;
	font-size:1em;
	font-family:inherit;
	text-transform:none;
	border:none;
	letter-spacing:0;
	position:static;
	display:inline-block;margin:5px 8px 2px 0;
	padding:0;
	background:transparent;
	box-shadow:none
}
.social-widget ul{
	margin:6px 0 0 !important;
	padding:0;
	display:inline
}
.social-links.horizontal li{
	padding:0 2px 5px 0;
	margin:0;
	display:inline-block;border:none !important;
	clear:none;
	line-height:1em
}
.social-widget li img{
	vertical-align:middle;
	margin-top:-3px
}
.social-links .icon-medium i{
	padding:7px;
	display:inline-block
}
.social-widget div.rss a:hover,
.social-links a:hover i{
	background:rgba(150,150,150,.15);
}

/* rss */
.social-widget div.rss{
	display:inline-block;
	vertical-align:top
}
.social-widget div.rss a{
	color:inherit;
	display:inline-block;
	padding:7px;
	width:20px;
	height:20px;
	border-radius:100%;
	text-align:center;
	line-height:1
}
.social-widget div.rss a:before{
	content:"\f09e"; /* fa-rss */
	display:block;
	padding-top:1px;
	font-size:20px;
	font-family:'themify_theme_icon'
}
/*/wp-content/themes/parallax/styles/modules/search-form.css*/
#header #searchform-wrap{
	display:inline-block;
	vertical-align:top;
	margin-top:6px
}
#header #searchform{
	position:relative;
	width:34px;
	z-index:1
}
#header #searchform #s{
	width:1em;
	color:#a9a9a9;
	padding:.35em .5em;
	background-color:#fff;
	border:none;
	border-radius:5em;
	transition:all .7s;
	opacity:0;
	max-width:none;
	position:absolute;
	left:0;
	margin:0
}
#header #searchform:hover{
	color:#000
}
#headerwrap #searchform:focus .icon-search:before,
#headerwrap #searchform:hover .icon-search:before{
	border-color:#fff
}
#header #searchform #s:focus,
#header #searchform:hover #s{
	width:140px;
	color:#333;
	opacity:1;
	padding-left:2.25em
}
#headerwrap #searchform .icon-search:before{
	font-family:'themify_theme_icon';
	content:"\e808"; /* fa-search */
	color:inherit;
	font-size:1em;
	position:absolute;
	left:0;
	top:0;
	cursor:auto;
	font-style:normal;
	width:1em;
	height:1em;
	line-height:1em;
	border:1px solid;
	border-radius:100%;
	padding:.55em;
	z-index:1
}
/*/themify-builder/css/modules/image.css*/
.module-image .image-title{
    margin:0 0 .3em;
    font-size:1.2em
}
.module-image .image-title a{
    text-decoration:none;
    color:inherit;
    font-family:inherit;
    text-shadow:inherit
}
/*layout*/
.module-image .image-wrap{
    width:auto
}
.module-image .image-wrap img{
    vertical-align:top;
    display:inline-block
}
.themify_builder_active .module-image .image-wrap img{
    object-fit:cover
}
/*appearance*/
.module-image.rounded .image-wrap img{
   border-radius:10px
}
.module-image.bordered .image-wrap img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module-image.drop-shadow .image-wrap img,
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module-image.circle .image-wrap img{
    border-radius:50em
}
/* auto fullwidth */
.themify_builder .auto_fullwidth .lightbox{
    display:block
}
.themify_builder .auto_fullwidth .image-wrap,
.themify_builder .auto_fullwidth img{
    width:100%;
    display:block; /* required for FF */
}
/* lightbox */
.module-image .image-wrap .lightbox{
    position:relative;
    display:inline-block;
    max-width:100%
}
/*/themify-builder/css/modules/image_styles/top.css*/
.module-image.image-top .image-content{
    margin-top:.5em;
    margin-bottom:1em
}
/*/wp-content/themes/parallax/styles/modules/post-nav.css*/
.post-nav{
	margin:2em 0;
	padding:1.565em 0;
	font-size:1.2em;
}
.post-nav .prev,
.post-nav .next{
	width:47%;
	position:relative;
	padding-top:3px
}
.post-nav a{
	text-decoration:none;
	display:block;
	color:#000
}
.post-nav a:hover{
	text-decoration:none
}
.post-nav .prev{
	float:left;
	padding-left:37px
}
.post-nav .next{
	float:right;
	text-align:right;
	padding-right:37px
}
/* post nav arrow */
.post-nav .arrow{
	color:#ffcc03;
	display:block;
	width:32px;
	text-align:center;
	text-indent:-999em;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%)
}
.post-nav .arrow:before,
.post-nav .arrow:after{
	font-family:'themify_theme_icon'
}
.post-nav .arrow:before{
	content:"\e800"; /* ti-angle-left */
	position:absolute;
	left:1px;
	font-size:1.6em;
	text-indent:0
}
.post-nav .next .arrow{
	left:auto;
	right:0
}
.post-nav .next .arrow:before{
	content:"\e801"; /* ti-angle-right */
	left:auto;
	right:1px
}
.post-nav .prev a:hover span:before{
	animation:arrow-prev 1s infinite;
	animation-timing-function:linear
}
.post-nav .next a:hover span:before{
	animation:arrow-next 1s infinite;
	animation-timing-function:linear
}
/* post nav animation */
@keyframes arrow-prev{
	0%{left:0;}
	50%{left:-10px;}
	100%{left:0;}
}

@keyframes arrow-next{
	0%{right:0;}
	50%{right:-10px;}
	100%{right:0;}
}
.full_width .post-nav{
	max-width:978px;
	margin-left:auto;
	margin-right:auto
}
@media screen and (max-width:680px){
	.post-nav .prev,
	.post-nav .next{
		display:block;
		width:100%;
		clear:both;
		margin-bottom:10px;
	}
}
/*/wp-content/themes/parallax/styles/modules/sidebar.css*/
#sidebar{
	width:24%;
	padding:5.75% 0 10%;
	float:right;
	font-size:.9em;
	line-height:1.7em
}
.full_width #sidebar{
	width:auto;
	float:none
}
@media screen and (max-width:768px){
	#sidebar{
		width:100%;
		max-width:100%;
		float:none;
		clear:both;
	}
}
/*/wp-content/themes/parallax/styles/modules/widgets/themify-feature-posts.css*/
.widget .feature-posts-list br{
	display:none
}
.widget .feature-posts-list .post-img{
	margin:.2em .875em 0 0;
	float:left;
	border-radius:5px
}
.widget .feature-posts-list small{
	font-size:90%;
	display:block;
	margin:0 0 .3em
}
.widget .feature-posts-list .feature-posts-title{
    margin:.55em 0 .25em;
    display:inline-block;
}
.widget .feature-posts-list .post-excerpt{
	display:block
}
/*/css/widgets/twitter.css*/
.shortcode.twitter-list{
    margin:0 0 1.3em
}
.shortcode.twitter-list ul{
    margin:0;
    padding:0
}
.shortcode.twitter-list li{
    margin:0 0 1em;
    padding:0;
    list-style:none
}
.shortcode.twitter-list .twitter-timestamp a{
    font-size:85%;
    color:inherit;
    text-decoration:none
}
.shortcode.twitter-list .follow-user{
    margin:0;
    padding:.2em 0
}
/*/wp-content/themes/parallax/styles/modules/footer.css*/
#footerwrap{
	background-color:#000
}
#footer{
	color:#fff;
	clear:both;
	padding:1.25em 0 4.5em;
	font-size:.9em;
	line-height:1.6em;	
}
#footer a:hover{
	color:#fff
}
/* footer text */
.footer-text{
	font-size:.85em;
	display:block;
	margin:0 auto;
	padding-top:1.84em;
	text-align:center;
	letter-spacing:.01em
}
.footer-text a:hover{
	text-decoration:underline
}
/* footer widget */
.footer-widgets{
	margin-top:2em
}
#footer .widget li{
	border-color:#2b2b2b
}

/*/wp-content/themes/parallax/styles/modules/back-top.css*/
.back-top{
	text-transform:uppercase;
	display:block;
	width:31%;
	margin:3.25em auto 0;
	padding-bottom:1.75em;
	text-align:center;
	border-bottom:1px solid #2b2b2b
}
.back-top a{
	display:inline-block;
	color:#ffcc03;
	transition:all .5s ease-in-out
}
.back-top a:hover{
	color:#fff
}
.back-top a:before{
	font-family:'themify_theme_icon';
	font-size:3em;
	display:block;
	content:"\e802"; /* ti-angle-up */
	padding:0 0 .56em
}
.back-top a:hover:before{
	transform:translateY(-10px)
}
/*/wp-content/themes/parallax/styles/modules/footer-nav.css*/
/* footer menu */
.footer-nav{
	padding:0;
	margin:40px 0 10px;
	text-align:center
}
.footer-nav li{
	padding:0;
	margin:0 10px;
	list-style:none;
	display:inline-block;
}
.footer-left-col .footer-nav li,
.footer-right-col .footer-nav li,
.footer-horizontal-left .footer-nav li,
.footer-horizontal-right .footer-nav li{
	margin-left:0
}
.footer-horizontal-right .footer-nav{
	text-align:right
}
.footer-right-col .footer-nav{
	text-align:left
}
@media screen and (max-width: 680px){
	.footer-nav{
		padding:0;
		margin:0
	}
}
/*/wp-content/themes/parallax/style.css*/
/*
Theme Name:Themify Parallax
Theme URI:https://themify.me/themes/parallax
Version: 5.2.7
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-2https://gocan.eu/wp-content/themeshtml
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
}

img,fieldset{
	border:0
}

/* set img max-width */
img{
	box-sizing:border-box
}
/* set html5 elements to block */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}

/* audio */
audio,
iframe,object{
	max-width:100%
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
@font-face{
	font-family:'themify_theme_icon';
	font-display:swap;
	src:url('data:application/octet-stream;base64,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') format('woff')
}
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:#B79200;
	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 0;
	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[type=radio],input[type=checkbox],select,textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	background:#fff;
	border:1px solid #ccc;
	padding:.6em;
	max-width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:8px;
	box-sizing:border-box
}
input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	margin:0 1em .4em 0;
}
input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=tel]{
	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-image: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");
	background-repeat: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[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus{
	border-color:#ffcc03;
	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:none;
	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
*************************************************************************************/
.pagewidth,#main-nav,.post,.author-box,.widget{
	box-sizing:border-box
}
#pagewrap{
	height:100%
}

/* main page width */
.pagewidth,
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner{
	width:1160px;
	max-width:100%;
	margin:0 auto
}
.module_row.fullwidth > .row_inner{
	width:100%
}

/* body (middle container) */
#body{
	max-width:100%
}

/* content */
#content{
	width:71%;
	padding:5.75% 0;
    float:left
}

/* set relative position */
#body,
.post,
#site-logo,
#searchform,
.post-image,
.social-widget,
#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{
	width:100%;
	background-color:#000;
	background-image:url('https://gocan.eu/wp-content/themes/parallax/images/header.jpg');
	background-position:50% -10px;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:100!important;
	color:#fff;
	position: relative;
}
#headerwrap.header-gallery,
#headerwrap[data-bg],
#headerwrap[data-fullwidthvideo]{
	background-image:none
}
#header{
	text-align:center;
	height:500px;
	position:relative;
	z-index: 1
}
#header .hgroup{
	display:flex;
	width:100%;
	max-width:100%;
	position: relative;
	justify-content:center;
	flex-direction:column
}
#header .hgroup > *{
	z-index:1 /*Fix header slider controllers*/
}
.fixed-header #header .hgroup{
	display:block;
	height:auto
}
#header #searchform #s:focus,
#header #searchform:hover #s{
	padding-left:2.25em;
	padding-right:1.75em
}
.header-block.fixed-header-on #pagewrap{
	padding-top:500px
}
.home.header-block.fixed-header-on #pagewrap{
	padding-top:100vh
}
.home.header-block #headerwrap,
.home.header-block #headerwrap #header,
.home.header-block #headerwrap #header .hgroup{
    height: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{
    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:rgba(0,0,0,.8);
	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
}
/* 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:#cca800
}
/* 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;
	width:210px;
	background:none;
	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:#cca800
}
/* dropdown ul */
/* Dropdown Menu Icon */
.dropdown-menu-style #menu-icon-dropdown{
	display:none
}
#main-nav ul{
	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)
}
#main-nav ul li{
	background:none;
	padding:0;
	margin:0;
	float:none
}
/* sub-levels dropdown */
#main-nav ul ul{
	margin:0;
	top:-10px;
	text-align:left
}
#main-nav ul ul:after{
	display:none
}
#main-nav ul{
	transform:scale(1,0);
	transform-origin:top
}
#main-nav ul ul{
	left:100%;
	transform:scale(0,1);
	transform-origin:left
}
/* show dropdown ul */
@media (hover:hover){
	#main-nav li:hover > ul,
	/* tab keyboard menu nav */
	#main-nav li> a:focus + .sub-menu,
	#main-nav li> .sub-menu:focus-within{
		opacity:1;
		transform:scale(1,1)
	}
}
@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(150,150,150,.15);
}
.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; /* fix for Windows phone */
}
#menu-icon{
	display:inline-block;
	text-decoration:none;
	position:relative;
	margin:0;
	color:#fff;
	line-height:1;
	border-radius:100%;
	padding:11px 10px
}
#menu-icon:hover{
	background:rgba(150,150,150,.15);
}
.menu-icon-inner{
	box-sizing:border-box;
	display:inline-block;
	position:relative;
	width:20px;
	height:16px;
	overflow:hidden;
	vertical-align:middle
}
.menu-icon-inner:before,
.menu-icon-inner:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	width:100%;
	transition:transform .7s ease;
	border-top:2px solid;
	box-sizing:border-box
}
.menu-icon-inner:before{
	top:0;
	height:100%;
	border-bottom:2px solid
}
.menu-icon-inner:after{
	top:50%;
	transform:translateY(-50%)
}

#menu-icon-close{
	color:inherit;
	display:block;
	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(150,150,150,.15);
}
#menu-icon,
#menu-icon-close{
	display:none; /* will toggle on mobile */
}

/*
FIXED HEADER
================================================ */
#headerwrap.fixed-header{
	background:rgba(0,0,0,.8);
	position:fixed!important;
	top:0;
	left:0
}
#headerwrap.fixed-header,
#headerwrap.fixed-header #header,
#headerwrap.fixed-header #header .hgroup{
	height:auto!important
}
#headerwrap.fixed-header .header-bar,
#headerwrap.fixed-header .social-widget,
#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
}

/************************************************************************************
BACKGROUND MODE:FULLCOVER
*************************************************************************************/
body > .tb_backstretch img.fullcover-left-top{
	top:0!important;
	bottom:auto!important;
	left:0!important;
	right:auto!important
}
body > .tb_backstretch img.fullcover-left-center{
	left:0!important;
	right:auto!important
}
body > .tb_backstretch img.fullcover-left-bottom{
	top:auto!important;
	bottom:0!important;
	left:0!important;
	right:auto!important
}
body > .tb_backstretch img.fullcover-right-top{
	top:0!important;
	bottom:auto!important;
	left:auto!important;
	right:0!important
}
body > .tb_backstretch img.fullcover-right-center{
	left:auto!important;
	right:0!important
}
body > .tb_backstretch img.fullcover-right-bottom{
	top:auto!important;
	bottom:0!important;
	left:auto!important;
	right:0!important
}
body > .tb_backstretch img.fullcover-center-top{
	top:0!important;
	bottom:auto!important
}
body > .tb_backstretch img.fullcover-center-center{}
body > .tb_backstretch img.fullcover-center-bottom{
	top:auto!important;
	bottom:0!important
}

.tf-hide{
	opacity:0;
	visibility:hidden
}

/************************************************************************************
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 #ccc;
	border-color:rgba(118,118,118,.3)
}

/*
CATEGORY SECTIONS
================================================ */
.category-section{
	clear:both;
	margin-bottom:30px
}
.category-section-title{
	font-size:120%;
	text-transform:uppercase;
	margin:0 0 20px;
	padding:10px 0 0;
	border-top:double 4px #ccc
}
/************************************************************************************
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 SECTIONS
*************************************************************************************/
.section-post{
	width:100%;
	height:100%;
	min-height:600px;
	position:relative;
	z-index:0;
	margin-bottom:0!important;
	background-color:#333;
	color:#ccc
}
.section-post h1,
.section-post h2,
.section-post h3,
.section-post h4,
.section-post h5,
.section-post h6{
	color:inherit
}
.section-post a{
	color:#fff
}
.section-post.repeat{
	background-repeat:repeat
}
.section-inner{
	padding-top:120px;
	padding-bottom:90px
}
.sidebar1 .loops-wrapper.list-post .section-inner{
	padding:10% 5% 8%
}

/* section title */
.section-title{
	padding:0;
	margin:0 0 10px;
	font-size:3em;
	line-height:1.1em;
	text-align:center
}
.section-subhead{
	font-size:1.4em;
	margin:0 0 5px;
	padding:0;
	text-align:center
}

/* section-content */
.section-content{
	margin-top:6%
}

/*
FULLWIDTH SECTION
================================================ */
.section-post.fullwidth .section-inner{
	width:98%!important;
	padding-left:1%;
	padding-right:1%
}

/*
MESSAGE SECTION
================================================ */
.vertical-centered{
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	width:100%
}
.section-post.message .section-inner{
	margin:0 auto;
	padding:0
}
.section-post.message{
	font-size:1.2em
}
.section-post.message .section-title{
	font-size:3.5em
}
.section-post.message .section-subhead{
	font-size:2em
}
.section-post.message .section-content{
	text-align:center;
	margin-top:2%
}

.section-post.message .section-content h1,
.section-post.message .section-content h2,
.section-post.message .section-content h3{
	line-height:1.4em;
	margin:0 0 1em
}
.section-post.message .section-content h1{
	font-size:1.5em
}
.section-post.message .section-content h2{
	font-size:1.25em
}
.section-post.message .section-content h3{
	font-size:1.15em
}

/*
VIDEO SECTION
================================================ */
.section-post.video{
	text-align:center!important
}
.section-post .post-video{
	width:100%;
	margin:auto
}
.section-post.video .section-title{
	padding:5% 0 3%;
	margin:0
}
.section-post.video .section-content{
	margin:0
}

/* fullwidth video */
.section-post.video.fullwidth .section-inner{
	width:100%;
	padding:0
}
/* Hide semi-transparent border when video and image are enabled so image isn't visible behind the video */
#headerwrap[data-fullwidthvideo][data-bg]{
	border-bottom-width:0;
	background-size:cover
}
body:not(.mobile_menu_active) #headerwrap[data-fullwidthvideo] #header{
	max-width:none;
	width:100%
}
#headerwrap video{
	object-fit:cover;
	position:absolute;
	display:block
}
#headerwrap.fixed-header .big-video-image{
	width:100%!important
}

/*
SLIDER SECTION
================================================ */
.section-post.slider{
	width:auto!important;
	position:relative;
	text-align:center!important
}
.section-post.fullwidth.slider .section-content{
	margin-left:70px;
	margin-right:70px
}
.slider-section{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	max-width:100%;
	margin:0 auto;
	z-index:3;
	height:0!important;
	visibility:hidden
}
.slider-section .carousel-wrap{
	height:0
}

/* slider general style */
.slider-section .slider{
	display:inline-block;
	width:100%
}
.slider-section .slider .slides{
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:84%;
	text-align:center!important
}
.slider-section .slider .slides li{
	list-style:none;
	float:left;
	display:inline-block;
	margin:0 auto
}
.slider-section .slider-dot{
	width:12px;
	height:12px;
	display:block;
	margin:0 auto;
	border-radius:1em;
	background-color:#eee;
	background-color:rgba(255,255,255,.5);
	border:1px solid #e5e5e5;
	border-color:rgba(0,0,0,.2);
	transition:background-color .5s,opacity .5s
}
.slider-section li:hover .slider-dot,.slider-section .current-slide .slider-dot{
	background-color:#fff
}

/* carousel nav */
.slider-section .slider .carousel-nav-wrap{
	text-align:center;
	height:0
}
.slider-section .slider .carousel-arrow{
	display:inline-block
}
.slider-section .carousel-nav-wrap a{
	text-indent:-999em;
	line-height:1em;
	margin:-36px 0 0;
	width:72px;
	height:72px;
	text-decoration:none;
	position:absolute;
	top:50%;
	left:0
}
.slider-section .carousel-nav-wrap a.carousel-next{
	right:0;
	left:auto
}
.slider-section .carousel-nav-wrap a:before{
	font:normal 64px/1em 'themify_theme_icon';
	color:#fff;
	text-indent:0;
	position:absolute;
	top:50%;
	left:50%;
	width:1em;
	height:1em;
	margin:-.5em 0 0 -.5em
}
.slider-section .carousel-nav-wrap a.carousel-prev:before{
	content:"\e800"; /* ti-angle-left */
}
.slider-section .carousel-nav-wrap a.carousel-next:before{
	content:"\e801"; /* ti-angle-right */
}
.slider-section .carousel-nav-wrap a:hover:before{
	font-size:72px
}

/* carousel pager */
.slider-section .carousel-pager{
	clear:both;
	text-align:center;
	margin:10px 0
}
.slider-section .carousel-pager a{
	text-indent:-900em;
	width: 10px;
	height:10px;
	margin:0 5px;
	background-color:#eda93c;
	box-shadow:0 0 0 4px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.3);
	border-radius:10em;
	cursor:pointer;
	display:inline-block
}
.slider-section .carousel-pager a.selected {
	width:4px;
	height:4px;
	border:solid 3px #EDA93C;
	background-color:#543a12;
	box-shadow:0 0 0 4px rgba(0,0,0,.2)
}

/************************************************************************************
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 0;
	padding:0;
	border-top:none
}
.widget ul ul li{
	margin:0;
	padding-left:10px
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption{
	font-weight:bold;
	padding-bottom:10px
}
.widget #wp-calendar td{
	width:31px;
	padding:4px 2px;
	text-align:center
}
/* twitter widget */
.widget .twitter-list .twitter-timestamp a{
	font-style:italic;
	font-size:90%
}
.widget .follow-user{
	margin:0;
	padding:5px 0
}
.front-photo{
	width:94px!important;
	margin-right:0!important
}
.item-holder{
	width:94px!important
}
/* links widget */
.widget .links-list img,.widget_links img{
	vertical-align:middle
}
/* recent comments widget */
.recent-comments-list .avatar{
	margin-right:12px;
	float:left
}
/* search widget */
#sidebar #searchform{
	position:static
}
#sidebar #searchform #s{
	width:93%
}
/* add white bg to facebook badge iframe */
iframe[src*="facebook"]{
	background-color:#fff
}
/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered{
	max-width:100%!important
}
#content .twt-border{
	max-width:100%!important;
	min-width:180px!important
}

/************************************************************************************
LOAD MORE BUTTON
*************************************************************************************/
#load-more{
	clear:both;
	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;
	cursor:pointer;
	border-radius:0;
	border:none;
	display:none
}
#load-more a:hover{
	background-color:#8ab6eb;
	color:#fff
}

/************************************************************************************
FULLSCREEN GALLERY
*************************************************************************************/
#header {
	pointer-events: none;
}
#header .hgroup > * {
	pointer-events: auto;
}
/* gallery controller */
#header .hgroup #gallery-controller {
	z-index:0
}
.fixed-header #gallery-controller {
	display: none;
}
/* carousel nav */
#gallery-controller .carousel-nav-wrap > a {
	line-height: 1em;
	margin: -36px 0 0;
	width: 72px;
	height: 72px;
	text-decoration: none;
	top: 50%;
	left: 0;
	position:absolute;
	z-index:2
}
#gallery-controller .carousel-nav-wrap > a:hover{
	background:none;
}
#gallery-controller .swiper-slide img{
	object-fit:cover;
}
#gallery-controller a.carousel-next {
	right: 0;
	left: auto;
}
#gallery-controller .carousel-nav-wrap > a:before{
	margin-top:20px;
	width:24px;
	height:24px;
	transition:all .2s
}
#gallery-controller .carousel-nav-wrap > a.carousel-next:before{
	margin-left:25px
}
#gallery-controller .carousel-nav-wrap > a:hover:before{
	width:34px;
	height:34px;
}
#gallery-controller .carousel-nav-wrap > .carousel-prev:hover:before{
	margin-left:20px
}
#gallery-controller .carousel-nav-wrap > .carousel-next:hover:before{
	margin-left:0
}
/* carousel pager */
#gallery-controller .carousel-pager {
	clear: both;
	text-align: center;
	position:absolute;
	bottom:75px;
}
.nav-bar-top #gallery-controller .carousel-pager {
	bottom: 15px;
}
#gallery-controller .carousel-pager a{
	margin:0 5px;
	width:4px;
	height:4px;
	display:inline-block;
	border-radius:20px;
	border:solid 2px #fff;
	background-color:transparent;
	transition:background-color .3s ease-in-out;
	box-sizing:unset;
}
#gallery-controller .carousel-pager a:hover,
#gallery-controller .carousel-pager a.selected{
	background-color:#fff;
	box-shadow:0 0 0 2px rgba(255, 255, 255, 1);
}

/************************************************************************************
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
}
/************************************************************************************
PIE CHART
*************************************************************************************/
.easyPieChart{
	position:relative;
	text-align:center;
	margin:0 auto;
	max-width:100%
}
.easyPieChart img{
	border-radius:0;
	vertical-align:middle
}
.easyPieChart canvas{
	position:absolute;
	top:0;
	left:0;
	max-width:100%
}

/************************************************************************************
SCROLLING BG IMAGE
*************************************************************************************/
.scrolling-bg-image{
	width:100%;
	background-position:50% 0;
	position:static
}
.fullcover.scrolling-bg-image{
	background-attachment:fixed!important;
	background-repeat:no-repeat!important;
	background-size:cover!important
}

/************************************************************************************
ANIMATION
*************************************************************************************/
/* transitions */
.slider-section .carousel-nav-wrap a:before,
.portfolio-post .post-image .carousel-nav-wrap a:before,
.portfolio-post .post-image .carousel-pager a,
.single-portfolio-expanded .close-expanded:before,
.back-top a:before{
	transition:all .2s linear
}

/************************************************************************************
IMAGE FILTER
*************************************************************************************/
.post-image,
.post-img,
.module-feature-image,
.slide-image{
	transition:all .5s ease-out
}
body .filter-grayscale img,
body .filter-hover-grayscale img:hover,
.filter-featured-only.filter-grayscale .post-image,
.filter-featured-only.filter-grayscale .post-img,
.filter-featured-only.filter-grayscale .module-feature-image,
.filter-featured-only.filter-grayscale .slide-image,
.filter-featured-only.filter-grayscale .featured-area img,
.filter-featured-only.filter-hover-grayscale .post-image:hover,
.filter-featured-only.filter-hover-grayscale .post-img:hover,
.filter-featured-only.filter-hover-grayscale .module-feature-image:hover,
.filter-featured-only.filter-hover-grayscale .slide-image:hover,
.filter-featured-only.filter-hover-grayscale .featured-area img:hover,
.filter-featured-only.filter-hover-grayscale .loops-wrapper article:hover .post-image{
	filter:grayscale(1);
	transition:filter .2s ease-in-out
}
body .filter-sepia img,
body .filter-hover-sepia img:hover,
.filter-featured-only.filter-sepia .post-image,
.filter-featured-only.filter-sepia .post-img,
.filter-featured-only.filter-sepia .module-feature-image,
.filter-featured-only.filter-sepia .slide-image,
.filter-featured-only.filter-sepia .featured-area img,
.filter-featured-only.filter-hover-sepia .post-image:hover,
.filter-featured-only.filter-hover-sepia .post-img:hover,
.filter-featured-only.filter-hover-sepia .module-feature-image:hover,
.filter-featured-only.filter-hover-sepia .slide-image:hover,
.filter-featured-only.filter-hover-sepia .featured-area img:hover,
.filter-featured-only.filter-hover-sepia .loops-wrapper article:hover .post-image{
	filter:sepia(100%);
	transition:filter .2s ease-in-out;
	-webkit-backface-visibility:hidden;
	transform:translateZ(0) scale(1,1)
}
body .filter-blur img,
body .filter-hover-blur img:hover,
.filter-featured-only.filter-blur .post-image,
.filter-featured-only.filter-blur .post-img,
.filter-featured-only.filter-blur .module-feature-image,
.filter-featured-only.filter-blur .slide-image,
.filter-featured-only.filter-blur .featured-area img,
.filter-featured-only.filter-hover-blur .post-image:hover,
.filter-featured-only.filter-hover-blur .post-img:hover,
.filter-featured-only.filter-hover-blur .module-feature-image:hover,
.filter-featured-only.filter-hover-blur .slide-image:hover,
.filter-featured-only.filter-hover-blur .featured-area img:hover,
.filter-featured-only.filter-hover-blur .loops-wrapper article:hover .post-image{
	filter:blur(5px);
	transition:filter .2s ease-in-out;
	-webkit-backface-visibility:hidden;
	transform:translateZ(0) scale(1,1)
}
.filter-all.filter-grayscale img,
.filter-all.filter-hover-grayscale img:hover,
.filter-all.filter-hover-grayscale .loops-wrapper article:hover .post-image{
	filter:grayscale(1);
	transition:filter .2s ease-in-out;
	-webkit-backface-visibility:hidden;
	transform:translateZ(0) scale(1,1)
}
.filter-all.filter-sepia img,
.filter-all.filter-hover-sepia img:hover,
.filter-all.filter-hover-sepia .loops-wrapper article:hover .post-image{
	filter:sepia(100%);
	transition:filter .2s ease-in-out;
	-webkit-backface-visibility:hidden;
	transform:translateZ(0) scale(1,1)
}
.filter-all.filter-blur img,
.filter-all.filter-hover-blur img:hover,
.filter-all.filter-hover-blur .loops-wrapper article:hover img{
	filter:blur(5px);
	transition:filter .2s ease-in-out;
	-webkit-backface-visibility:hidden;
	transform:translateZ(0) scale(1,1)
}
body .filter-hover-none img:hover,
.filter-featured-only.filter-hover-none .post-image:hover,
.filter-featured-only.filter-hover-none .post-img:hover,
.filter-featured-only.filter-hover-none .module-feature-image:hover,
.filter-featured-only.filter-hover-none .slide-image:hover,
.filter-all.filter-hover-none img:hover,
.filter-all.filter-hover-none .loops-wrapper article:hover img,
body.filter-all #pagewrap .format-video .post-image,
body.filter-featured-only #pagewrap .format-video .post-image{
	filter:none
}

/************************************************************************************
BUILDER
*************************************************************************************/
.module-title{
	font-weight:700;
	margin:0 0 .6em;
	padding:0;
	text-transform:none;
	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
	}
}


/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear{
	clear:both
}
.left{
	float:left
}
.right{
	float:right
}
.textleft{
	text-align:left
}
.textright{
	text-align:right
}
.textcenter{
	text-align:center
}

/* clearfix */
.widget li:after,#body:after,#footer:after,footer:after,#main-nav:after,.menu:after,#content:after
{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.widget li,footer,#main-nav,.menu
{ display:block; }

/************************************************************************************
BACKGROUND MODE:BEST-FIT
*************************************************************************************/
.tb_backstretch{
    max-height:100%
}
.home #headerwrap .tb_backstretch:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.3)
}
body > .tb_backstretch img.best-fit{
	max-width:100%!important;
	max-height:100%!important;
	top:0!important;
	right:0!important;
	bottom:0!important;
	left:0!important;
	margin:auto!important;
	width:auto!important;
	height:auto!important
}
body > .tb_backstretch img.best-fit-vertical{
	height:100%!important
}
body > .tb_backstretch img.best-fit-horizontal{
	width:100%!important
}

/*/wp-content/uploads/themify-customizer-5.1.7-5.2.7.css*/
/* Themify Customize Styling */
body {	
	font-family: "Poppins";	font-weight:normal;
 
}
body #site-logo a {	display: none; 
}
#site-description {	display: none; 
}
