@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/themify-float/styles/modules/site-logo.css*/
#site-logo {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 2.7em;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: normal;
	vertical-align: middle;
	transition: font-size 0.5s ease-in-out;
}
#site-logo a {
	text-decoration: none;
	color: inherit;
}
.fixed-header-on .tf_sticky_logo ~ *,
body:not(.fixed-header-on) .tf_sticky_logo {
	display:none !important;
}
/*/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
}
/*/themify-builder/css/modules/cover.css*/
.builder_row_cover{
    z-index:0;
    contain:strict;
    transform:translateZ(0)
}
.builder_row_cover:before,
.builder_row_cover:after{
    height:100%;
    width:100%;
    position:absolute;
    top:0; 
    left:0;
    z-index:-100;
    content:'';
    display:block;
    transition:opacity .5s ease-in-out,background-color .5s ease-in-out
}
.builder_row_cover:after{
    opacity:0
}
.tb_visual_hover>.builder_row_cover:after,
.module_row:hover>.builder_row_cover:after,
.module_subrow:hover>.builder_row_cover:after,
.module_column:hover>.builder_row_cover:after{
    opacity:1
}
/*/themify-builder/css/modules/text.css*/
.drop-cap>:first-child:first-letter,
.tb_text_dropcap>.tb_text_wrap:first-child:first-letter,
.tb_text_dropcap>.tb_text_wrap>:first-child:first-letter{
    font-size:2.85em;
    float:left;
    line-height:.4em;
    padding:.425em .375em;
    background-color:#0f70e8;
    color:#fff;
    margin-right:.325em;
    margin-top:.15em;
    margin-bottom:.25em
}
.tb-text-more-link-indicator{
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6)
}

/*/themify-builder/css/modules/buttons.css*/
.module.module-buttons a{
    text-decoration:none;
    display:inline-block
}
.module.module-buttons a:hover{
    text-decoration:none;
}
.module.module-buttons .tb_default_color{
    color:#555
}
.module-buttons-item + .module-buttons-item{
    margin-left:.4em
}
.module-buttons span{
    margin-left:.2em;
    margin-right:.2em
}
.module-buttons i{
    display:inline-block;
    font-size:16px;
	line-height:1
}
/* size */
.module-buttons.small i{
    font-size:12px
}
.module-buttons.small span{
    font-size:.8em
}
.module-buttons.large i{
    font-size:24px
}
.module-buttons.large span{
    font-size:1.2em
}
.module-buttons.xlarge span{
    font-size:1.4em
}
.module-buttons.none.small i{
    font-size:18px
}
.module-buttons.none.large i{
    font-size:30px
}
.module-buttons.xlarge i,
.module-buttons.none.xlarge i{
    font-size:36px
}
/* button styles */
.module.module-buttons.rounded a{
    border-radius:8px
}
.module.module-buttons.squared a{
    border-radius:0
}
.module.module-buttons.circle a{
    border-radius:50em
}
.module.module-buttons .transparent,
.module.module-buttons.transparent a{
    background:transparent;
    border:none;
}
.module.module-buttons.transparent a:hover{
    background:transparent
}
@media screen and (max-width:680px){
    .module-buttons span{
        font-size:.9em
    }
    .module-buttons.xlarge span,
    .module-buttons.large span{
        font-size:1.1em
    }
}
/*/themify-builder/css/modules/colors/tb_default_color.css*/
.module.module-buttons a.tb_default_color,
.module .ui.nav.tb_default_color a,
.ui.module-tab.tb_default_color .tab-nav li a{
    color:#555
}
.tb_default_color,
.tb_default_color.nav,
.tb_default_color.nav ul,
.tb_default_color.separate>li,
.module-tab.tb_default_color .tab-nav li,
.tb_default_color.vertical .tab-nav,
.module-tab.panel.tb_default_color .tab-nav,
.module-accordion.tb_default_color .accordion-title,
.tb_default_color.module-callout{
    background-color:#F7F7F7
}
.tb_default_color,
.tb_default_color.nav ul,
.tb_default_color.nav li,
.tb_default_color_default_color.module-tab .tab-nav li,
.module-tab.tb_default_color .tab-content,
.module-tab.tb_default_color.panel .tab-nav,
.tb_default_color.module-accordion>li,
.tb_default_color.module-callout{
    border-color:rgba(0,0,0,.05)
}
/*/themify-builder/css/modules/buttons_styles/outline.css*/
.module.module-buttons.outline a{
    border-style:solid;
    border-width:1px;
    background:none;
    box-shadow:none;
    color:#fff;
    border-color:#fff
}
.module.module-buttons.outline a:hover{
    color:#000;
    background:#fff
}
.module.module-buttons.outline .tb_default_color {
	color: #fff;
}
.module.module-buttons.outline a.black.builder_button{
    color:#000;
    border-color:#000
}
.module.module-buttons.outline a.black.builder_button:hover{
    color:#fff;
    background-color:#000
}
.module.module-buttons.outline a.gray.builder_button{
    color:#666;
    border-color:#666
}
.module.module-buttons.outline a.gray.builder_button:hover{
    color:#fff;
    background-color:#666
}
.module.module-buttons.outline a.blue.builder_button{
    color:#3e65b2;
    border-color:#3e65b2
}
.module.module-buttons.outline a.blue.builder_button:hover{
    color:#fff;
    background-color:#3e65b2
}
.module.module-buttons.outline a.light-blue.builder_button{
    color:#6694d6;
    border-color:#6694d6
}
.module.module-buttons.outline a.light-blue.builder_button:hover{
    color:#fff;
    background-color:#6694d6;
}
.module.module-buttons.outline a.green.builder_button{
    color:#76ab3b;
    border-color:#76ab3b
}
.module.module-buttons.outline a.green.builder_button:hover{
    color:#fff;
    background-color:#76ab3b
}
.module.module-buttons.outline a.light-green.builder_button{
    color:#ebf8d6;
    border-color:#ebf8d6
}
.module.module-buttons.outline a.light-green.builder_button:hover{
    color:#000;
    background-color:#ebf8d6
}
.module.module-buttons.outline a.purple.builder_button{
    color:#584eb2;
    border-color:#584eb2
}
.module.module-buttons.outline a.purple.builder_button:hover{
    color:#fff;
    background-color:#584eb2
}
.module.module-buttons.outline a.light-purple.builder_button{
    color:#7f76cc;
    border-color:#7f76cc
}
.module.module-buttons.outline a.light-purple.builder_button:hover{
    color:#fff;
    background-color:#7f76cc
}
.module.module-buttons.outline a.brown.builder_button{
    color:#622d07;
    border-color:#622d07
}
.module.module-buttons.outline a.brown.builder_button:hover{
    color:#fff;
    background-color:#622d07
}
.module.module-buttons.outline a.orange.builder_button{
    color:#bc6e00;
    border-color:#bc6e00
}
.module.module-buttons.outline a.orange.builder_button:hover{
    color:#fff;
    background-color:#bc6e00
}
.module.module-buttons.outline a.yellow.builder_button{
    color:#dcb232;
    border-color:#dcb232
}
.module.module-buttons.outline a.yellow.builder_button:hover{
    color:#fff;
    background-color:#dcb232
}
.module.module-buttons.outline a.red.builder_button{
    color:#9d1d14;
    border-color:#9d1d14
}
.module.module-buttons.outline a.red.builder_button:hover{
    color:#fff;
    background-color:#9d1d14
}
.module.module-buttons.outline a.pink.builder_button{
    color:#b27e9d;
    border-color:#b27e9d
}
.module.module-buttons.outline a.pink.builder_button:hover{
    color:#fff;
    background-color:#b27e9d
}
/*/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/themify-float/style.css*/
/* 
Theme Name: Themify Float
Theme URI: https://themify.me/themes/float
Version: 5.2.0
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) Themify.
Tags: themify, featured-images, translation-ready, custom-menu, sidebar
Text Domain: themify

Required Plugins: themify-portfolio-post, woocommerce, themify-shortcodes
---------

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).
*/

/*----------------------------------------------------------------------------------
TABLE OF CONTENT

1.  Reset
2.  General Styling (default font, color, lists, headings, form elements, etc.)
3.  Structure (page width & layout containers)
4.  Grid (column width)
5.  Header (logo, tagline, social widget, search form, main menu)
6.  Page (page title, author page, pagination)
7.  Post (post layouts & styling, comments, post navigation)
    7.1 Portfolio Post Type
    7.2 Team Post Type
8.  Sidebar
    8.1 Widget Styles
9.  Footer
10. Builder Styling
11. WordPress Formatting
12. Gallery
13. Clear & Alignment
14. Image Filter
15. WooCommerce

----*/

/************************************************************************************
1. 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 html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

audio,
iframe, object, embed {
	max-width: 100%;
}

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/

/* FONT FACE GENERATE
================================================ */
@font-face {
	font-family: 'themify_theme_icon';
	font-display:swap;
	src: url('data:application/octet-stream;base64,d09GRgABAAAAABPcAA8AAAAAIGQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+IFIlY21hcAAAAdgAAADBAAACjqqpk5djdnQgAAACnAAAABMAAAAgBtX/BGZwZ20AAAKwAAAFkAAAC3CKkZBZZ2FzcAAACEAAAAAIAAAACAAAABBnbHlmAAAISAAACBYAAArqnKl2KmhlYWQAABBgAAAAMgAAADYO5JGBaGhlYQAAEJQAAAAgAAAAJAhaBIBobXR4AAAQtAAAACwAAABMQvL//2xvY2EAABDgAAAAKAAAACgTcBaHbWF4cAAAEQgAAAAgAAAAIAEZC+puYW1lAAARKAAAAZgAAANF4g1h0XBvc3QAABLAAAAAnwAAAOVF3kARcHJlcAAAE2AAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZG5jnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4vGD4KMAf9z2KIYg5imAYUZgTJAQDsfAvMAHic7ZLNDYJAEEYfgn+IitRgPFmezejBeLIgEwvwNsexAv12d2JCD+7mEebLAJt5AFOgFkfRQHWnIq2b0irnNW3OG06qe231W+sXv/rDn/5695+PEvw8Tkar0nN7Dr+dkone1OgEM+YsWOo7KzrWbNiqe8egphn/1eWrRTWU21zKkAWaJhZkQ0GyakGybYGmjgWaPxbIBBbICRakv8ACeZLtQjqdXwpyh18Lsog/CvKJPwsyi78Kcsy7LzB8AYiWSV8AAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nI1Wa2wU1xW+59557M7se2dnbLxevA/vm7XZJ9hmPbFsjB+Aa5zUEAPGsQyYgC26ICtpaUQrFOXhpo4EqCIujewqKooa2pTyq6BCqyqt0kZCBfVP/1RqI0VtfrSJ+oNxz8yuaaP2R3dHM/eee/Z893znO3eWACEbf2a3aIoopFlXnUAABingY4EQMqdoPsZrGTsIkQTEi71Qzmt2vG0FVWE3jBkpJBkzsnwYn5CEpBx0TMnwLeM5WYa35JA0JcvGIzTLU3KQEBPrh+xd5iE2ktTbOQtL4CkMMEpJv7kO42gjz5i+w6qH8moGwiDaQYMwe/exB06mjP1wM2VcoZ9Cn3ElDTfhvZRxeTP2NSt2RN9qEzEqhf8R1es3o9ohAeFSGCrsmrE/BScfe+inxpUUTBv703CyG+ZTmD3d2NiYZ99jTowZJhk9uRWjuIABHSQcBuPINEZkFNg0odRJh7So4vfxfHMGijkQFLUKoAiRDhCikRytciGqKaKm0m+s/G4FLwhlu5Q7sy+OrZzQac/zy2vLz/fAwJ0AXDy+Qi9/cFV4zfhOazpwZ6A6/8bby2e6uL65y3tfnL0TwK1Z+d6lV1k/1m3bT8CicuS92NikLpuLizh3wFCLbiebpTz4vqZZqVNVcTfqWWmUki4bDyElSYfloGzWE1axoIcl+gPjkfHQGkrwXbPGq1atn+DXGvj2/ws/6KtTb1KC2PZNQZkbmEfYoHwYoZPGo4agViU4aRyr7wpSprpMB9PRwicEdbu7rlseCIVBQgldQC7InKZYum0XMc8ngA0sdmMKpYmZPWogrprxV+VTU5hlCvOVzHVEl+pQVq5/ow/oJRIjIb0l0uwRORMOhbCJpwQVheObMu0WtR0g1iF7IVHPcStU6ky7AQXwwD3qyXrW1vA26jGfnn/P3e61Nfeiag7W193/7ejOmQ7WnlboQ5YjPBF+zFHYhsRajZKH9bSRhw/TKOZnU/Ahjho5rDB7w58Hyx+pqTC7kU/DuvGs6Z9PwTqsbfr/jH7AZBIkYT3kMhWGCaN9AU8HmAPi8zgkEoQWjlcykNdCoHkVQUSpm9lHI4kclLzFcqVcoK84HH4FVJ/kalE++0zZ4nT4VNXncDKZt4WUx9v9bSLn++QTPy+2+elvccbX8T9nL9N7pIPs1Ydz2XQb5XmhGThe9VHGyQCUGyQCLywQnuMXCMe4BexFtoCVoQtW10+YXT9pxhqNqWrUG0mKfEsGBDGguFgiklAL+UoOGo9doGo5KFYwj3gJ953XyhVBLLOX20vpZ5beOXbla/6mCzPdUz6/u6mpdzyebc82999d5OeH95d2lQPdRXqmnNCG3rg0q9Mv0b2wu8wE50wfDdDmfdPpA7N8QBk5ATsdbXpMaPB7k2ps3OwfPY1zAfWL+1/E2nBAUVtH0E2YJILgIENRL378YWv/gWhEaIWCGPXit1TAzRbyVPtyZ2RNXb6xvFw7Ns5G3kwm59eNSXhn/YUTZ61WQbx/Mj/W00bayE5S1gtJOzW7ljAeeAaniUB4JvDT/0Edh8cykldWdwSLfp8JXsHzLF4s51VeFTIQiWOVEyZ3xUq5G0KsYa3kWN2KRpVTfb+vHqriBSFQvCMuBRy3XnL5HHY3O/j210ehHQKeMZcK4uzqH867lIAb3gTpo6XZbeZvqmfdms/10i0HKK4RjySJoxfWDrlVxbn06PqMDY1jHsV2/iPj75ucsinMcYTs0Qd6USsSktknYBYMj2zMk7PypEyg00gJz7Ev5GtJZWhP987tHZlUPBEV8QhBCEA1o5BRGoV8FUp4ticiLiYqqqZib1fKibhVA1VE/WPyVVoqxrFGAUUTBdRUqViFfAjYwbO/rFV7wpLQLHdF++e7+r861j23u6hCNuvBnVBmb60dnZiGfd0oVE51hILRTlfFTr+yXPv5X+8uwZFz92u+YtL/nNo2emlCX+ynkeLu4XjXpE/0eZ2cU47kJ16YGjr6TciH/X2d/mCsuj0Z/DjRU3hwEX9au2/qgCJH93mBfk6i2FmH9UNuoOABieI7TaI8lfjTRMReEtlpJINKQKdtIHC8MO6Q7YwnnMhzR0w1sQnCmEkZw+6KxTpiHblt2QyK1BtojyaiTr7Voi6Bb75ilRbymoicuECxSGSVaCmstgeigWjJlHAhwCIzPzp34OoZXT9z9cD1swtPzQzU+vtrA7l9+biH+wtcFOFP58wPPH3u/ROAXt9H51OnevuXXlvq3xLvzPlej8XO12p4ber9N+wg3cCRi6TJsD4YAWytQdFOwcbbgD8tcBQPw0V0oDaGekCbbYLYbPwk4W38KCGpRLgt2KIqXo/TYRfQj3klPpDxY99hH5hCNzsBcGrVWxQC3mh5FyQKgShmmFfv3b7flYPcjq6pHfTVn+Y6ozmncBvgNshN8Z7I0Rr84/FDmrqRKpfHy2VDN+5Bsrsv3uoNGr/+4yvrLWO+LW0euECwY8nGMruPZ4WNeMkWrFyWlEiVDJJJ/ekW/D9iN19Eg3bgHOAwFW4josMmThMncXBOx7QAYL0fial5yugUkSR5ksiyQxraPdD31K6enTs6O/yKv0nBm8+FpWt/0uc4yEE5BGYxGwNcMnsZNn3MpS9a+LozLsXT3el0VxaUZDXO5cqdRi3dk6TZHTl6DVdoXI89/rg4XMSLvo5+FN2MtxrHRXL4+B4Ynhve05o2o3y7NW15wHzIiiBEjF81TNTZboYoGr/YXILj9ePjetEKMUz+BZuX64QAAHicY2BkYGAA4tCX7mfi+W2+MnAzvwCKMFxNUPsAo////5/FysYcBORyMDCBRAF3kA1QAAB4nGNgZGBgDvqfxcDAyvr///+/rGwMQBEUIAwAj+4F43icY37BwMCMjBf8/890ioEBhMF8QYQcWGwBkLaGikcyMLCyQmiQPACY9Q4oAAAAAAA2AGQAjgDcARwBXAGSAdwB9AIMAkwCvAL0A2YD+ARsBNIFdQABAAAAEwBMAAgAAAAAAAIAHAAsAHMAAABuC3AAAAAAeJyNkM1Kw0AUhU9qVbTgQsH1LEQUIf0BKbhSCu3OhYtuXNQYJ8mUdKZMpkIWPoL4LG59AVe+gi/gS3iSDiIWoQmT+e65507mXgD7+ESA5XPOteSA+rnnBrYx8rxB/dpzk3zneRMtWM9b1J887+IML55bOMAbTwiaO4ym+PAc4Cjoe25gL7j1vEFdeW6Snz1v4jB49bxF/d3zLsbBl+cWjhtXAzMvrUozJ04Gp6LX6fbFfSkMJaWjXEQLlxlbiEuRGO1knpswNjOXyZlKykm1y4mKjb6R6SKP7GpiVRlLWyijRTfsrCZHUksbOflQ3aJ4THvOJSKxZiaG/v9ibs1Uxi7MnJtftNu/74UBDOYoOWaFFBkcBE6onnLvoYMu+qR7OgSdS5eCRoScSoQFK7I6UzC+5EoYaaqSjpwcIuZ3Vvskd0VHiclPLMmq9mjcMEp5Zs6T7VoV63jGjKr7qToS7ClkZ+tUjhjpujqqO3r4mUWBR960R9Wxvura1l0KDP/0LzjfKjelElMP6yk7qhdo8/1nXt9ndae2eJxtS0sSgjAUa0Ao4BfxGizUE2F5QIdaOm0ZxtuLwNIskkw+LGArMvYfBQKE2CFCDI4EKTLsccARJ5xxQY4rCtxYWg+TLgdDOmrVx3R84fIeO6qs6FJFjV/qzMq2Wy0fzaKxqLQgtV0emz6T1zD078r23E/Se7JJUwn6haF1LjdSzxk5XwpphaI6ao0aXaKk7qmWmrt5ocky9gWHfThLAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=') format('woff');
}

body {
	font: 1.1em/1.8em 'Open Sans', sans-serif;
	overflow-wrap:break-word;
	background-color:#fff;
	color: #656565;
 	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	text-decoration: none;
	outline: none;
	color: #1abbc5;
	transition: color 0.3s ease-in-out;
}
a:hover {
	color: #7793b3;
}
p {
	padding: 0;
	margin: 0 0 1.1em;
}
small {
	font-size: 87%;
}
blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .8em 2em 1em;
	margin: 0 0 1.2em;
	position: relative;
}
blockquote:before {
	content: '\201C';
	font-size: 3.3em;
	position: absolute;
	margin-left: -.5em;
	margin-top: .2em;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 0 0 1.4em 1.6em;
	padding: 0;
}
li {
	margin: 0 0 1em 0;
	padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 1em;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display';
	font-weight: 900;
	line-height: 1.3em;
	margin: 0 0 .5em;
	overflow-wrap: normal;
	color: #000;
}
h1 {
	font-size: 4.2em;
	font-style: italic;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2.5em;
	font-style: italic;
}
h3 {
	font-size: 2em;
	font-weight: 700;
	font-style: italic;
}
h4 {
	font: 600 1.3em/1.4em "Poppins";
	text-transform: uppercase;
	letter-spacing: .04em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.2em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
}
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-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	font-size: 0.95em;
	padding: 0.5em 1.2em;
	letter-spacing: 0.03em;
	margin: 1em 0 0.35em;
	max-width: 100%;
	-webkit-appearance: none;
	transition: all 0.3s ease-in-out;
}
input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel] {
	width: 15em;
}
input[type=number] {
	width: 7em;
}
select {
	padding: 0.5em 1.2em;
}

/* text area */
textarea {
	width: 100%;
	min-height: 225px;
}

/* form input: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 {
	outline: none;
	border-color: #000;
}

/* form button */
input[type=reset], input[type=submit], button[type=submit] {
	background-color: #1abbc5;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins';
	font-size: 0.85em;
	font-weight: 700;
	padding: 1.05em 2.8em 1em 3em;
	cursor: pointer;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	-webkit-appearance: none;
	transition: all 0.3s ease-in-out;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover {
	background-color: #f4dd3f;
	color: #7793b3;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #959595;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #959595;
}

/************************************************************************************
3. STRUCTURE
*************************************************************************************/
/* set general layout containers box-sizing */
img, textarea, input, #pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav,#sidebar, .widget, #footerwrap, #footer, .col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	box-sizing: border-box;
}

/* 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;
}

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

/* content */
#content {
	width: 71.5%;
	float: left;
	padding: 6% 0;
	position:relative;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 22.5%;
	float: right;
	padding: 6% 0;
	font-size: 0.85em;
	line-height: 1.7em;
}
#sidebar .secondary {
	width: 47%;
}

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

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/************************************************************************************
4. 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;
}

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap {
	color: #fff;
	background: linear-gradient(135deg,  rgba(26, 187, 197, 1) 0, rgba(26, 187, 197, 1) 41%, rgba(45, 188, 129, 1) 56%, rgba(45, 188, 129, 1) 100%);
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	min-height: 55px;
}
/* Fluid Header/ Fullwidth Header */
#header {
	width: auto;
	max-width: none;
	padding: 1.2em 30px 0.85em;
	position: relative;
	transition: padding 0.5s ease-in-out;
}
/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}
.social-widget a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}
.social-widget .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 2em 2px 2em 0;
	padding: 0;
	background: none;
	border: none;	
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	display: none;
}
.social-widget ul {
	margin: 0 0 0 !important;
	padding: 0;
	display: inline-block;
}
.social-links.horizontal li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	color: inherit;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}
.social-widget .social-links .icon-medium i,
.social-widget div.rss a {
    font-size: 1.6em;
    padding: 0.75em 0.95em 0.5em 0;
	display: inline-block;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.social-widget div.rss a {
    display: inline-block;
}
.social-widget .rss a:before {
	content: '\f09e'; /* fa-rss */
	font-family: 'themify_theme_icon';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	display: block;
	max-width: 350px;
	margin: 0 auto;
}
#headerwrap #searchform {
	position: relative;
	margin: 0 0 3.4em;
}
#headerwrap #searchform #s {
	border: 1px solid rgba(255,255,255,0.5);
	background-color: transparent;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 20px 45px 22px 29px;
	width: 100%;
}
#headerwrap #searchform #s::-webkit-input-placeholder {
    color: #fff;
}

#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	border-color: rgba(255,255,255,1);
}
#headerwrap #searchform .icon-search:before {
	content: '\e803'; /* fa-search */
	font-family: 'themify_theme_icon';
	font-size: 1.25em;
	font-style: normal;
	position: absolute;
	right: 21px;
	top: 48%;
	transform: translateY(-50%);
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	max-width: 350px;
	margin: 2em auto;
	padding: 0;
	font-size: 1.5em;
	font-weight: 300;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: block;
}
#main-nav li.menu-item-has-children > a {
	padding-right: 1.5em;
}

/* main level link */
#main-nav a {
	color: inherit;
	display: block;
	padding: 0.715em 0;
	position: relative;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
/* main level link :hover */
#main-nav > .current-menu-ancestor > a,
#main-nav > .current_page_item > a,
#main-nav > .current-menu-item > a,
#main-nav li a:hover {
	color: #f4dd3f;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	display: block;
}
body:not(.horizontal-menu) #main-nav ul {
	display: none
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	padding-left: 1em;
}
#main-nav ul li a {
	font-size: 0.85em;
}

/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
	
/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}

/* menu icon */
#menu-icon {
	display: block;
	text-decoration: none;
	color: inherit;
	position: absolute;
	top: 46px;
	right: 30px;
	z-index: 9999;
	transition: all 0.5s ease-in-out;
	transition-property: color, border;
	line-height: normal;
}
.menu-icon-inner {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 36px;
	height: 23px;
	vertical-align: middle;
}
.menu-icon-inner:before,
.menu-icon-inner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	transition: all .7s ease;
	transition-property: transform;
	box-sizing: border-box;
}
.menu-icon-inner:before {
	top: 0;
	height: 100%;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.menu-icon-inner:after {
	top: 50%;
	transform: translateY(-50%);
	border-top: 2px solid;
}

.mobile-menu-visible #menu-icon {
	z-index: 111111;
}
.mobile-menu-visible .menu-icon-inner:before,
.mobile-menu-visible .menu-icon-inner:after {
	top: 50%;
	border-top: 2px solid;
	border-bottom: none;
	height: auto;
}
.mobile-menu-visible .menu-icon-inner:before {
	transform: rotateZ(-45deg);
}
.mobile-menu-visible .menu-icon-inner:after {
	transform: rotateZ(45deg);
}
body:not(.horizontal-menu).mobile-menu-visible {
	overflow: hidden !important;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
}
body:not(.header-leftpane):not(.header-rightpane):not(.horizontal-menu).mobile-menu-visible #headerwrap {
	height: 100vh;
	min-height: 300px;
	transition: height, background 1s ease-in-out;
	background: linear-gradient(135deg,  rgba(26, 187, 197, .95) 0, rgba(26, 187, 197, .95) 41%, rgba(45, 188, 129, .95) 56%, rgba(45, 188, 129, .95) 100%);
}

.body-overlay {
    display: none;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 300px;
    top: 0;
    z-index: 1000;
    box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
    display: none; /* fix for Windows phone */
}
@media (hover:none){
	#main-nav .menu-item-has-children> a{
		padding-right:50px!important
	}
	#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;
		visibility: visible
	}
}
.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
}
.overlay-menu .child-arrow{
	top: 20px
}
body:not(.horizontal-menu) .child-arrow{
	display: inline;
}
.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
}
.toggle-on > a .child-arrow{
	transform:rotateZ(180deg)
}
/* Mobile Menu Styles */
.sidemenu {
	padding: 38px 30px 30px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1111;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	display: none;
}
#mobile-menu.sidemenu-on {
	display: block;
}

#headerwrap .social-widget,
#headerwrap #searchform-wrap,
#headerwrap #main-nav {
	transition: all 0.2s ease-in-out;
}
.mobile-menu-visible #headerwrap #main-nav,
.mobile-menu-visible #headerwrap #searchform-wrap {
	animation: fadeInDown 0.5s alternate;
	animation-timing-function: linear;
}
.mobile-menu-visible #headerwrap .social-widget {
	animation: fadeInDown 1s alternate;
	animation-timing-function: linear;
}

/* 
FIXED HEADER
================================================ */
.transparent-header #headerwrap,
.horizontal-menu.transparent-header #headerwrap{
	position: absolute;
}
#headerwrap.fixed-header,
.fixed-header-enabled #headerwrap.fixed-header {
	position: fixed;
}
#headerwrap.fixed-header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(135deg,  rgba(26, 187, 197, .95) 0, rgba(26, 187, 197, .95) 41%, rgba(45, 188, 129, .95) 56%, rgba(45, 188, 129, .95) 100%);
}
#headerwrap.fixed-header #header {
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerwrap.fixed-header #site-logo {
	font-size: 2em;
}
/* sticky header logo */
#headerwrap .tf_sticky_logo, /* hide sticky header logo */
#headerwrap #fixedheaderheaderwrapsitelogoa,
#headerwrap.fixed-header .tf_sticky_logo,
#headerwrap.fixed-header .tf_sticky_logo + span,
#headerwrap.fixed-header .tf_sticky_logo + img,
#headerwrap #fixedheaderheaderwrapsitelogoa ~ .tf_sticky_logo {
	display: none;
}
#headerwrap.fixed-header .tf_sticky_logo,
#headerwrap.fixed-header #fixedheaderheaderwrapsitelogoa {
	display:block;
}
#headerwrap.fixed-header #site-logo img:not(.tf_sticky_logo) {
	max-height: 60px;
	width: auto;
}
#headerwrap.fixed-header #menu-icon {
	top: 26px;
}

/* 
TRANSPARENT HEADER
================================================ */
.transparent-header #headerwrap {
	background: none; /* required for transparent-header */
	color: #fff;
}
.transparent-header:not(.themify_builder_active) #pagewrap {
	padding-top: 0 !important;
}
.transparent-header #headerwrap.fixed-header,
body:not(.header-leftpane):not(.header-rightpane):not(.horizontal-menu).transparent-header.mobile-menu-visible #headerwrap {
    background: linear-gradient(135deg,  rgba(26, 187, 197, .95) 0, rgba(26, 187, 197, .95) 41%, rgba(45, 188, 129, .95) 56%, rgba(45, 188, 129, .95) 100%);
}
.transparent-header #headerwrap.fixed-header{
    color: #fff;
}
/* prevent transparent header overlap builder */
.themify_builder_active #headerwrap,
.themify_builder_active.has-fixed-header #headerwrap,
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
	color: inherit;
}
.transparent-header.themify_builder_active #headerwrap a {
	color: inherit;
}

/* 
ADMINBAR
================================================ */
.admin-bar #headerwrap {
	top: 0;
}
.admin-bar #headerwrap.fixed-header,
.admin-bar.transparent-header #headerwrap,
.admin-bar.horizontal-menu.transparent-header #headerwrap {
	top: 32px;
}

/* 
HORIZONTAL MENU
================================================ */
.horizontal-menu .body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
}

.mobile-menu-visible.horizontal-menu #headerwrap {
	height: auto;
	min-height: inherit;
}
.horizontal-menu #header {
	padding: 36px 30px 23px;
}
.horizontal-menu .sidemenu {
	display: block;
	position: static;
	padding: 0;
	width: auto;
	overflow: visible;
}
.horizontal-menu #site-logo {
	float: left;
	line-height: 1em;
}
.horizontal-menu .social-widget,
.horizontal-menu #searchform-wrap,
.horizontal-menu #main-nav {
	max-width: none;
	margin: auto;
	float: left;
}

/* SEARCH FORM*/
.horizontal-menu #headerwrap #searchform-wrap {
	position: relative;
}
.horizontal-menu #headerwrap #searchform {
	margin: 0;
	position: absolute;
	z-index: 9999;
}
.horizontal-menu #headerwrap #searchform #s {
	width: 40px;
	border-color: transparent;
	border-left-color: rgba(255,255,255,0.5);
	padding: 0.4em 0.5em;
	padding-right: 35px;
	transition: width 0.3s ease-in-out;
}
.horizontal-menu #headerwrap #searchform .icon-search:before {
	right: 10px;
	font-size: 1em;
	z-index: 1;
	top: 20px;
}
.horizontal-menu #headerwrap #searchform #s:focus,
.horizontal-menu #headerwrap #searchform:focus #s,
.horizontal-menu #headerwrap #searchform:hover #s,
.horizontal-menu #headerwrap #searchform .icon-search:hover + #s {
	width: 140px;
	background-color: #fff;
	color: #000;
}
.horizontal-menu #headerwrap #searchform:hover .icon-search:before {
	color: #000;
}

/* SOCIAL WIDGETS */
.horizontal-menu .social-widget {
	height: auto;
}
.horizontal-menu .social-widget .widget {
	margin: auto;
	margin-left: 1.65em;
	height: auto;
}
.horizontal-menu .social-links .icon-medium i,
.horizontal-menu .social-widget div.rss a {
	font-size: 1.1em;
	padding: 0.2em 0.45em;
}

/* MAIN NAV */
.horizontal-menu #main-nav {
	margin: auto;
	float: right;
	font-size: 1em;
    font-family: 'Poppins';
	font-weight: 600;
	max-width: 65%;
}
.horizontal-menu #main-nav li {
	display: inline-block;
	float: left;
	margin: 0 0.13em;
}
.horizontal-menu #main-nav > li > a {
	border: none;
	text-transform: uppercase;
	padding: 0.15em 0.525em;
	letter-spacing: -0.015em;
	margin-bottom: 5px;
}
.horizontal-menu #main-nav li ul {
	border: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 9999;
	padding: 0;
	margin: 20px 0 0 -100px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.1s linear;
}
.horizontal-menu #main-nav li ul ul {
	left: 100%;
	top: 0;
	margin-top: 0;
	margin-left: 20px;
	text-align: left;
}
@media (hover:hover){
	.horizontal-menu #main-nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.horizontal-menu #main-nav li li:hover > ul {
		margin-left: 0;
	}
}
.horizontal-menu #main-nav li ul li {
	display: block;
	padding: 0;
}
.horizontal-menu #main-nav li ul li a {
	display: block;
	width: 200px;
	border-bottom: 1px solid #ddd;
	padding-left: 1.05em;
	padding-right: 1.05em;
	font-size: 0.9em;
	line-height: 1.5em;
}
.horizontal-menu #main-nav li ul li:last-child > a {
	border-bottom: none;
}
.horizontal-menu #main-nav li li:hover > a {
	color: #7793b3;
}

/* Arrow on top side for sub level menu */
.horizontal-menu #main-nav ul:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
}
.horizontal-menu #main-nav ul:before {
	border-bottom-color: #fff;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}

/* Arrow on left side for sub sub level menu */
.horizontal-menu #main-nav ul ul:before {
	left: -10px;
	top:24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.horizontal-menu #main-nav ul ul:before {
	border-right-color: #ddd;
	border-width: 11px;
	margin-top: -11px;
}
.horizontal-menu #main-nav ul li {
	background: none;
	float: none;
	display: block;
}

/* Edge Menu */
.horizontal-menu #main-nav .edge > ul {
	left: auto;
    right: 0;
}
.horizontal-menu #main-nav ul .edge > ul {
	left: auto;
    right: 100%;
}
.horizontal-menu #main-nav ul .edge > ul:before {
	left: auto;
    right: -22px;
	transform: rotateY(180deg);
}

/* MENU ICON */
.horizontal-menu #menu-icon {
	display: none;
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
.load-more {
	clear: both;
	padding: 50px 0;
	text-align: center;
}
.loader-wait .load-more-button:before {
	content: '\f110'; /* fa-spin */
	font-family: 'themify_theme_icon';
	animation: fa-spin 2s infinite linear;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
}
.load-more .load-more-button{
	font: 300 1.2em/100% 'Poppins';
	background-color: #56dcb1;
	color: #fff;
	padding: .8em 1.5em;
	text-decoration: none;
	display: none;
	position: relative;
	background: linear-gradient(135deg,  rgba(26, 187, 197, .95) 0, rgba(26, 187, 197, .95) 41%, rgba(45, 188, 129, .95) 56%, rgba(45, 188, 129, .95) 100%);
	transition: all .5s;
	width:auto;
}
.loader-wait .load-more-button {
	padding-right: 2em;
}
.full_width .load-more {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
/* 
LEFTPANE LAYOUT
================================================ */
/* header leftpane body-overlay */
.header-leftpane .body-overlay {
	right: 300px;
	transition: right .3s linear;
}
.header-leftpane .body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
	right: -300px;
}

/* header leftpane body */
.header-leftpane {
	font-size: 1em;
	margin-left: 90px;
	margin-right: 20px;
}
.header-leftpane.full_width {
	margin-left: 70px;
	margin-right: auto;
}

/* header leftpane pagewrap */
.header-leftpane #pagewrap {
	padding-top: 0 !important;
}

/* header leftpane headerwrap */
.header-leftpane #headerwrap {
	opacity: 1;
	float: left;
	width: 300px;
	height: 100%;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-right: 77px;
	position: fixed !important;
}

/* header leftpane header */
.header-leftpane #header {
	padding: 0;
}
.header-leftpane .logo-desc-wrap {
	position: fixed;
	width: 100%;
	bottom: 25px;
	min-height: 65px;
	transform-origin: bottom left;
	transform: rotateZ(-90deg);
}

/* header leftpane site description */
.header-leftpane #site-description {
	position: static;
	transform: translateX(10%);
}
.header-leftpane #site-logo:hover + #site-description {
	opacity: 1;
	transform: none;
}

/* header leftpane sidemenu */
.header-leftpane .sidemenu {
	position: static;
	display: block;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	padding-top: 70px;
}

/* header leftpane menu icon */
.header-leftpane #menu-icon {
	display: block;
	position: fixed;
	right: auto;
	top: 26px;
}

/* header leftpane main nav */
.header-leftpane #main-nav {
	max-width: inherit;
	font-size: 1.2em;
	margin: 0 0 1em;
}
.header-leftpane #main-nav a {
	padding: .4em 0;
}
.header-leftpane #main-nav ul {
	padding: 0;
}

/* header leftpane social widget */
.header-leftpane .social-widget {
	max-width: inherit;
	font-size: 1em;
	text-align: left;
	margin: 0;
}
.header-leftpane .social-widget .widget {
	margin: 0 0 1em;
}
.header-leftpane .social-widget div.rss {
	margin-bottom:.5em;
}
.header-leftpane .social-links .icon-medium i,
.header-leftpane .social-widget div.rss a {
	padding: 5px;
	width: auto;
}
.header-leftpane .widget .social-links i:first-child {
	padding-left: initial;
}

/* header leftpane searchform */
.header-leftpane #headerwrap #searchform #s {
	padding: 0.75em;
	padding-right: 3em;
}
.header-leftpane #headerwrap #searchform {
	margin: 0 0 1em;
}

/* header leftpane footerwrap */
.header-leftpane #footer {
	width: auto;
}

/* Animate header leftpane panel */
.header-leftpane {
	position: relative;
	right: 0;
	transition: right 0.3s ease-in-out;
}
.mobile-menu-visible.header-leftpane {
	right: -300px;
}
.header-leftpane #headerwrap {
	left: -230px;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-visible.header-leftpane #headerwrap {
	left: 0;
	padding-right: 0;
	overflow-y: auto;
}
.header-leftpane .logo-desc-wrap {
	left: 70px;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-visible.header-leftpane .logo-desc-wrap {
	left: 300px;
	transform: rotateZ(-90deg) translate(0, 100%);
	opacity: 0;
	visibility: hidden;
}
.header-leftpane #menu-icon {
	left: 15px;
	transition: left 0.3s ease-in-out;
}
.mobile-menu-visible.header-leftpane #menu-icon {
	left: 240px;
}

/*
RIGHTPANE LAYOUT
================================================ */
/* header rightpane body-overlay */
.header-rightpane .body-overlay {
	right: -300px;
	transition: right 0.3s linear;
}
.header-rightpane .body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
	right: 300px;
}

/* header rightpane body */
.header-rightpane {
	font-size: 1em;
	margin-right: 90px;
	margin-left: 20px;
}
.header-rightpane.full_width {
	margin-right: 70px;
	margin-left: auto;
}

/* header rightpane pagewrap */
.header-rightpane #pagewrap {
	padding-top: 0 !important;
}

/* header rightpane headerwrap */
.header-rightpane #headerwrap {
	opacity: 1;
	float: left;
	width: 300px;
	height: 100%;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-left: 77px;
	left: auto;
	position: fixed !important;
}

/* header rightpane header */
.header-rightpane #header {
	padding: initial;
}
.header-rightpane .logo-desc-wrap {
	position: fixed;
	width: 100%;
	bottom: 25px;
	min-height: 40px;
	transform-origin: bottom right;
	transform: rotateZ(-90deg) translateX(100%);
}

/* header rightpane site logo */
.header-rightpane #site-logo {
	line-height: 1em;
}

/* header rightpane site description */
.header-rightpane #site-description {
	position: static;
	transform: translateX(10%);
}
.header-rightpane #site-logo:hover + #site-description {
	opacity: 1;
	transform: none;
}

/* header rightpane sidemenu */
.header-rightpane .sidemenu {
	position: static;
	display: block;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	padding-top: 70px;
}

/* header rightpane menu icon */
.header-rightpane #menu-icon {
	display: block;
	position: fixed;
	right: auto;
	top: 26px;
}

/* header rightpane main nav */
.header-rightpane #main-nav {
	max-width: inherit;
	font-size: 1.2em;
	margin: 0 0 1em;
}
.header-rightpane #main-nav a {
	padding: .4em 0;
}
.header-rightpane #main-nav ul {
	padding: 0;
}

/* header rightpane social widget */
.header-rightpane .social-widget {
	max-width: inherit;
	font-size: 1em;
	text-align: left;
	margin: 0;
}
.header-rightpane .social-widget .widget {
	margin: 0 0 1em;
}
.header-rightpane .social-links .icon-medium i,
.header-rightpane .social-widget div.rss a {
	padding: 5px;
	width: auto;
}
.header-rightpane .social-widget div.rss {
	margin-bottom:.5em;
}
.header-rightpane .widget .social-links i:first-child {
	padding-left: initial;
}

/* header rightpane searchform */
.header-rightpane #headerwrap #searchform #s {
	padding: 0.75em;
	padding-right: 3em;
}
.header-rightpane #headerwrap #searchform {
	margin: 0 0 1em;
}

/* header rightpane footerwrap */
.header-rightpane #footer {
	width: auto;
}

/* Animate header rightpane panel */
.header-rightpane {
	position: relative;
	left: 0;
	transition: left 0.3s ease-in-out;
}
.mobile-menu-visible.header-rightpane {
	left: -300px;
}
.header-rightpane #headerwrap {
	right: -230px;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-visible.header-rightpane #headerwrap {
	right: 0;
	padding-left: 0;
	overflow-y:auto;
}
.header-rightpane .logo-desc-wrap {
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-visible.header-rightpane .logo-desc-wrap {
	right: 240px;
	transform: rotateZ(-90deg) translate(100%, -100%);
	opacity: 0;
	visibility: hidden;
}
.header-rightpane #menu-icon {
	right: 15px;
	transition: right 0.3s ease-in-out;
}
.mobile-menu-visible.header-rightpane #menu-icon {
	right: 240px;
}

/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 0.365em;
	padding: 0;
	font-family: 'Playfair Display';
	font-style: italic;
	font-size: 6em;
	line-height: 110%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 2em;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	border-radius: 100%;
}
.author-bio .author-name {
	margin: 0 0 0.85em;
	padding: 0;
	font-family: 'Poppins';
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.author-posts-by {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-top: solid 4px #ccc;
	border-color: rgba(118,118,118,.3);
}
/************************************************************************************
7. POST
*************************************************************************************/
.loops-wrapper.grid4 .post {
	margin-bottom: 2.5em;
	width: 22.6%;
	margin-left: 3.2%;
	float: left;
}
.loops-wrapper.grid3 .post {
	margin-bottom: 3.1em;
	float: left;
	margin-left: 3.2%;
	width: 31.2%;
}
.loops-wrapper.grid2 .post {
	margin-bottom: 3.7em;
	float: left;
	margin-left: 3.2%;
	width: 48.4%;
}
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2-thumb .post-image {
	width: 20%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
	min-width: 120px;
}
/*
CLEAR GRID FLOAT
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/*
GENERIC POST
================================================ */
.post {
	margin-bottom: 3.15em;
}

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

/* post title */
.post-title {
	font-size: 3.4em;
	font-family: 'Playfair Display';
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
	margin: 0 0 .5em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-title a:hover {
	color: #7793b3;
}

/* post image */
.post-image {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.loops-wrapper .post-image img,
.single-post .post-image img {
  	vertical-align: bottom;
	-webkit-clip-path: polygon(0 16%, 100% 0, 100% 84%, 0 100%);
	clip-path:  polygon(0 16%, 100% 0, 100% 84%, 0 100%);
}
.loops-wrapper.zig-zag .post:nth-of-type(even) .post-image img {
	-webkit-clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 84%);
	clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 84%);
}
.loops-wrapper.portfolio .post-image img {
	clip-path: none;
	-webkit-clip-path: none;
}
.list-post .post-image img,
.single-post .post-image img {
	width: 100%;
}
.post-image.left {
	float: left;
	margin-right: 1em;
}
.post-image.right {
	float: right;
	margin-left: 1em;
}

/* post meta */
.post-meta {
	margin: 0 0 1em;
	padding: 0;
	position: relative;
	text-align: right;
}

/* post date */
.post-date {
	color: #fff;
	display: inline-block;
	width: 115px;
	height: 115px;
	margin: 0;
	text-align: center;
	padding: 7px 0;
	border-radius: 100%;
	background: linear-gradient(138deg,  #1abbc5 0,#2dbc81 100%);
	box-sizing: border-box;
	opacity: 0.8;
	float: left;
}
.post-date span {
	display: block;
	line-height: normal;
}
.post-date .day {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 1.9em;
}
.post-date .month {
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
.post-date .year {
	font-weight: bold;
	font-size: 0.9em;
}
.has-post-thumbnail .post-date {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 45px;
	margin-top: -43px;
}

/* post author */
.post-author {
	font-size: 1.2em;
	vertical-align: middle;
	font-family: 'Playfair Display';
	font-style: italic;
}
.post-author a {
	color: inherit;
}

/* post tag */
.post-tag {
	display: block;
	font-size: .65em;
	text-transform: uppercase;
}
.post-tag a {
	opacity: .7;	
	color: inherit;
}
.post-tag a:hover {
	opacity: .9;
}

/* post category */
.post-cattag-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: .4em 0 .4em 1.2em;
	position: relative;
	line-height: 1.4em;
}
.post-cattag-wrapper:before {
	content: '';
	display: block;
	vertical-align: text-top;
	border-left: 1px solid rgba(0,0,0,.15);
	width: 0;
	height: 100%;
	transform: skewX(-15deg);
	margin: 0 0.65em 0 0.5em;
	position: absolute;
	left: 0;
	top: 0;
}

/* post comment */
.post-comment {
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	margin-left: .8em;
	display: inline-block;
	vertical-align: middle;
}
.post-comment a {
	border: 1px solid #ddd;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	width: 59px;
	height: 59px;
	line-height: 59px;
	position: relative;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}

/* more link */
.more-link {
    font-size: 0.825em;
    font-weight: 600;
    padding: .1em 0 .1em 1.5em;
    text-transform: uppercase;
	text-decoration: none;
    transition: all 0.3s ease-in-out;
	position: relative;
	display: inline-block;
}
.more-link:before {
	content: '';
	display: block;
	vertical-align: text-top;
	border-left: 1px solid rgba(0,0,0,.15);
	width: 0;
	height: 100%;
	transform: skewX(-15deg);
	margin: 0 0.65em 0 0.5em;
	position: absolute;
	left: 0;
	top: 0;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title {
	margin-bottom: .7em;
}
.loops-wrapper.list-post .has-post-thumbnail .post-meta,
.single-post .has-post-thumbnail .post-meta {
	margin: -7% 0 9%;
}
.sidebar1 .loops-wrapper.list-post .has-post-thumbnail .post-meta,
.sidebar1.single-post .has-post-thumbnail .post-meta {
	margin-top: -5%;
}
.has-post-thumbnail .post-date {
	margin-top: 0;
}

.loops-wrapper.list-post.masonry > .post {
	width:100%;
	margin-left:0
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post-title {
	font-size: 1.7em;
}
.loops-wrapper.grid4 .entry-content {
	font-size: .9em;
	line-height: 1.7em;
}
.loops-wrapper.grid4 .post-image img {
	width: 100%;
}
.loops-wrapper.grid4 .post-meta .post-author,
.loops-wrapper.grid4 .post-meta .post-cattag-wrapper {
	font-size: 0.8em;
}
.loops-wrapper.grid4 .post-date {
	width: 58px;
	height: 58px;
	font-size: 0.55em;
	padding-top: 0;
}
.loops-wrapper.grid4 .has-post-thumbnail .post-date {
	margin-top: -38px;
	margin-left: 10px;
}
.loops-wrapper.grid4 .has-post-thumbnail .post-comment {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0;
	margin-right: 11px;
	margin-bottom: 8px;
}
.loops-wrapper.grid4 .post-comment a {
	background-color: #fff;
	margin: 0;
	width: 45px;
	height: 45px;
	line-height: 40px;
}
.loops-wrapper.grid4 .social-share-wrap,
.loops-wrapper.grid3 .social-share-wrap,
.loops-wrapper.grid2 .social-share-wrap {
	font-size: .6em;
}
.loops-wrapper.grid4 .social-share .sharrre .share:before,
.loops-wrapper.grid3 .social-share .sharrre .share:before,
.loops-wrapper.grid2 .social-share .sharrre .share:before {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.loops-wrapper.grid4 .post-comment a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 0.8em;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post-title {
	font-size: 2.4em;
}
.loops-wrapper.grid3 .post-image img {
	width: 100%;
}
.loops-wrapper.grid3 .post-meta .post-author,
.loops-wrapper.grid3 .post-meta .post-cattag-wrapper {
	font-size: 0.8em;
}
.loops-wrapper.grid3 .post-date {
	width: 58px;
	height: 58px;
	font-size: 0.55em;
	padding-top: 0;
}
.loops-wrapper.grid3 .has-post-thumbnail .post-date {
	margin-top: -38px;
	margin-left: 10px;
}
.loops-wrapper.grid3 .has-post-thumbnail .post-comment {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0;
	margin-right: 11px;
	margin-bottom: 8px;
}
.loops-wrapper.grid3 .post-comment a {
	background-color: #fff;
	margin: 0;
	width: 45px;
	height: 45px;
	line-height: 40px;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post-title {
	font-size: 2.6em;
}
.loops-wrapper.grid2 .post-image img {
	width: 100%;
}
.loops-wrapper.grid2 .post-date {
	width: 58px;
	height: 58px;
	font-size: 0.55em;
	padding-top: 0;
}
.loops-wrapper.grid2 .has-post-thumbnail .post-date {
	margin-top: -38px;
	margin-left: 10px;
}
.loops-wrapper.grid2 .has-post-thumbnail .post-comment {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0;
	margin-right: 11px;
	margin-bottom: 8px;
}
.loops-wrapper.grid2 .post-comment a {
	background-color: #fff;
	margin: 0;
	width: 45px;
	height: 45px;
	line-height: 40px;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 2.6em;
}
.loops-wrapper.grid2-thumb .post-image {
	width: 20%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
	min-width: 120px;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post {
	clear: both; /* require for FF */
}
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.loops-wrapper.list-thumb-image .post-video {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;	
	padding-bottom: 12.25%;
}
.loops-wrapper.list-thumb-image .post-video .post-video { /* reset inner video wrapper */
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	display: block;
	position: static;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	max-width: 70%;
	float: left;
	margin: 0 2em 1.3em 0;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	position: relative;
	margin: 0 0 50px;
}
.loops-wrapper .slideshow-wrap {
	height: 0; /* will be toggled with js */
	visibility: hidden; /* will be toggled with js */

/* remove this on final because it will be toggled with js */
	height: auto;
	visibility: visible;
/* end remove */
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
	min-height: 40px;
} 
.loops-wrapper.slider .post-image {
    width: auto;
	float: none;
    margin: 0;
}
.loops-wrapper.slider .post-image img {
	width: 100%;
	vertical-align: bottom;
}
.loops-wrapper.slider .post-image .lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 0.313em;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .post-content {
	position: absolute;
	bottom: 0;
	width: 90%;
	min-height: 40px;
	padding: 15px 5%;
	overflow: visible;
	margin: 0 auto;
	background-color: rgba(0,0,0,.6);
	font-size: .9em;
	line-height: 1.5em;
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}

/* reset slider shortcode in framework css */
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
	border-radius: 0;
	border: 0;
	text-shadow: none;
	margin: 0;
	box-shadow: none;
	background-image: none;
}

/* slider carousel controls */
.loops-wrapper.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.slider .carousel-nav-wrap {
	width: 100% !important;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	position: absolute; 
	top: 30%;
	display: block;
	width: auto !important;
	height: auto !important;
	float: left;
	font-size: 0;
	text-indent: -900em;
	text-decoration: none;
	color: #fff;	
	background-color: rgba(0,0,0,.3);
	padding: 5% 2.5%;
	transition: all .2s ease-in-out;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	color: #fff;
	background-color: rgba(0,0,0,.5);
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover {
	padding-left: 4%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 4%;
}

/* carousel prev/next arrow */
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	text-align: center;
	content: '\e804'; /* fa-chevron-left */
	font-family: 'themify_theme_icon';
    display: block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	text-align: center;
    font-size: 18px;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before {
	content: '\e805'; /* fa-chevron-right */
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager {
	clear: both;
	text-align: center;
	line-height: 100%;
	width: auto;
}
.loops-wrapper.slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 3px 0;
	background-color: rgba(0,0,0,.2);
	border: solid 2px #666;
	border-radius: 100%;
	cursor: pointer;
}
.loops-wrapper.slider .carousel-pager a.selected  {
	background-color: #fff;
	border-color: #ccc;
}
/*
NO-GUTTER POST
================================================ */
.loops-wrapper.no-gutter.grid4 {
	margin: 0 0 3em;
}
.loops-wrapper.no-gutter.grid4 .post {
	margin: 0;
	width: 25%;
}
.loops-wrapper.no-gutter.grid3 .post {
	margin: 0;
	width: 33.33%;
}
.loops-wrapper.no-gutter.grid2 .post {
	width: 50%;
	margin: 0;
}
.loops-wrapper.no-gutter.list-post .post {
	padding: 0;
	width: 100%;
}
.loops-wrapper.slider.no-gutter .post {
	margin-left: 0;
	margin-right: 0;
}
.loops-wrapper.no-gutter .post-image img {
	width: 100%;
}
.loops-wrapper.no-gutter .post-content {
	padding-left: 9%;
	padding-right: 9%;
}

/*
ZIG ZAG POST
================================================ */
.loops-wrapper.zig-zag .post-title {
	font-size: 3.5em;
}
.loops-wrapper.zig-zag .post .post-image-wrap {
	width: 60%;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.loops-wrapper.zig-zag .post .post-content {
	width: 36%;
	float: right;
	box-sizing: border-box;
}
.loops-wrapper.zig-zag .post:not(.has-post-thumbnail) .post-content {
	width: 100%;
	padding: initial;
}
.loops-wrapper.zig-zag .post:nth-of-type(even) .post-image-wrap {
	float: right;
}
.loops-wrapper.zig-zag .post:nth-of-type(even) .post-content {
	float: left;
}
.loops-wrapper.zig-zag .has-post-thumbnail .post-meta {
	padding: initial;
	margin: -2.6em 0 0;
}
.loops-wrapper.zig-zag .post-date {
	position: static;
	margin-top: -10px
}
.loops-wrapper.zig-zag .post-comment {
	position: static;
	margin-right: 0;
}
.loops-wrapper.zig-zag .has-post-thumbnail.post:nth-of-type(even) .post-meta {
    direction: rtl;
	text-align: left;
}
.loops-wrapper.zig-zag .has-post-thumbnail.post:nth-of-type(even) .post-date {
    float: right;
	margin-left: 0;
	margin-right: 45px;
}
.loops-wrapper.zig-zag .has-post-thumbnail.post:nth-of-type(even) .post-meta .post-comment {
	margin-left: 0.3em;
	margin-right: 0.3em;
}
.loops-wrapper.zig-zag .has-post-thumbnail.post:nth-of-type(even) .post-meta .post-cattag-wrapper {
	padding-left: 0;
	padding-right: 1.2em;
}
.loops-wrapper.zig-zag .has-post-thumbnail.post:nth-of-type(even) .post-meta .post-cattag-wrapper:before {
	left: auto;
	right: 0;
}

/*
PORTFOLIO POST
================================================ */
.portfolio-filter-wrap {
	background-color: #2c3f55;
	color: #1abbc5;
	width: 100%;
	height: 100%;
	position: relative;
}
.portfolio-filter-wrap:not(.post-filter):before {
	content: '';
	display: block;
	border-left: 1px solid #eef0f2;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 50%;
	transform: skew(-45deg);
}
.portfolio-filter-wrap.post-filter {
	margin: 0;
	line-height: normal;
	padding: 22px 0 0 26px;
	float: left;
	font-size: 0.9em;
	font-family: 'Poppins';
	font-weight: 600;
	position: absolute;
    z-index: 10;
    left: 0;
    width: auto;
    height: auto;
}
.post-filter li {
	display: block;
	margin: 0;
	line-height: 1.9em;
	position: relative;
	padding-left: 24px;
}
.post-filter li a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
.post-filter li a:before {
	content: '\e802'; /* ti-arrow-right */
	font-family: 'themify_theme_icon';
	font-size: 1.2em;
	color: #1abbc5;
	position: absolute;
	left: 0;
	top: -2px;
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: translateX(-100%);
}
.post-filter li:hover > a:before {
	opacity: 1;
	transform: translateX(0);
}
.post-filter li.active a:before {
	content: '\e807'; /* ti-close */
	opacity: 1;
	transform: translateX(0) rotateZ(90deg);
}

.post-filter-title {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 55%;
	font-family: 'Playfair Display';
    font-weight: 700;
	font-size: 2em;
    font-style: italic;
	color: #fefefe;
    line-height: 1.1em;
}

.portfolio .post-image:before,
.portfolio .post-image:after {
	display: none;
}
.loops-wrapper.portfolio .post {
	margin: 0;
	position: relative;
	overflow: hidden;
	font-size:.75em;
	float:left;
}
.loops-wrapper.portfolio.grid4 .post{
	width: 25%;
}
.loops-wrapper.portfolio.grid3 .post {
	width: 33.33%;
}
.loops-wrapper.portfolio.grid5 .post {
	width: 20%;
	font-size: .6em;
}
.loops-wrapper.portfolio .post-image img {
	width: 100%;
}
.loops-wrapper.portfolio .post > .post-image {
	transition:  all .3s ease-in-out;
}
.loops-wrapper.portfolio .post:hover > .post-image {
	transform: scale(1.1);
}
.loops-wrapper.portfolio .post-image + .post-content {
	background-color: rgba(44, 63, 85,.8);
	color: #fbfcfc;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	text-align: center;
	padding: 17px;
	opacity: 0;
	transition:  all .3s ease-in-out;
}
.loops-wrapper.portfolio .post:hover > .post-image + .post-content {
	opacity: 1;
}
.portfolio .post-content-inner-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
	transform: scale(1.5);
	overflow: hidden;
}
.portfolio .post-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.portfolio-post:hover .post-content-inner-wrapper {
	border-color: #7793b3;
	transform: scale(1);
}
.loops-wrapper.portfolio .has-post-thumbnail .post-title {
	font-size: 2.1em;
	letter-spacing: normal;
	color: inherit;
}
.loops-wrapper.portfolio .has-post-thumbnail .post-title a {
	color: inherit;
}
.loops-wrapper.portfolio .post-meta {
	font-family: 'Poppins';
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
.loops-wrapper.portfolio .has-post-thumbnail .post-meta {
	margin: 0 0 0.5em;	/* reset blog meta */
}
.loops-wrapper.portfolio .post-meta,
.loops-wrapper.portfolio .post-title,
.loops-wrapper.portfolio .entry-content,
.loops-wrapper.portfolio .edit-button{
	z-index: 12;
    position: relative;
}
.loops-wrapper.portfolio .post-meta .post-category {
	letter-spacing: 0.07em;
}
.loops-wrapper.portfolio .entry-content {
	max-width: 76%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	display: block;
	font-size: 0.85em;
	line-height: normal;
}
.loops-wrapper.portfolio .more-link {
	font-size: 0.825em;
	padding: .5em 1.6em;
}
.portfolio .post-cattag-wrapper:before {
	display: none;
}
.loops-wrapper.portfolio .post-meta .post-category a:hover,
.loops-wrapper.portfolio .more-link:hover {
	color: #f4dd3f;
}

/* Portfolio Post Sizes */
.loops-wrapper.portfolio.grid4 .post.size-large {
	width: 50%;
	font-size: 1em;
}
.loops-wrapper.portfolio.grid3 .post.size-large{
	width:66.66%;
}
.loops-wrapper.portfolio.grid5 .post.size-large{
	width:40%;
}
.loops-wrapper.portfolio .post.size-small .entry-content {
	font-size: 1.1em;
}
.loops-wrapper.portfolio .post.size-small .post-meta {
	margin-top: auto;
	margin-bottom: 0.3em;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border: none;
}
.author-box .author-avatar {
	float: left;
	margin: 0 30px 5px 0;
}
.author-box .author-avatar img {
	border-radius: 100%;
}
.author-box .author-name {
	margin: 0 0 0.85em;
}

/************************************************************************************
POST PAGINATION (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;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 1.75em;
	padding: 0;
	color: #fff;
	clear: both;
	font-family: 'Playfair Display';
	font-weight: 900;
	font-size: 1.6em;
	position: relative;
	overflow: hidden;
}
.post-nav .prev,
.post-nav .next {
	width: 50%;
	padding: 3em 41px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.post-nav .prev {
	float: left;
	padding-left: 78px;
}
.post-nav .next {
	float: right;
	text-align: right;
	padding-right: 78px;
}
.post-nav .prev:before,
.post-nav .next:before {
	content: '';
	display: block;
	background-color: #000;
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.post-nav .prev:hover,
.post-nav .next:hover {
	transform: scale(1.1);
}

/* post nav link */
.post-nav a {
	color: inherit;
	display: inline-block;
	letter-spacing: 0.015em;
	line-height: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
.post-nav span:hover > a {
	color: #f4dd3f;
}

/* post nav arrow */
.post-nav .next .arrow {
	float: right;
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	font-family: 'themify_theme_icon';
	font-size: 1.9em;
    top: 50%;
	position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	transform: translateY(-50%);
}
.post-nav .next .arrow:before {
	content: '\e809'; /* ti-angle-right */
	right: 6%;
}
.post-nav .prev .arrow:before {
	content: '\e808'; /* ti-angle-left */
	left: 6%;
}
.post-nav .next:hover .arrow:before {
	animation: next-arrow 1s infinite;
	animation-timing-function: linear;
}
.post-nav .prev:hover .arrow:before {
	animation: prev-arrow 1s infinite;
	animation-timing-function: linear;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 2.25em 0 1.25em;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, .comment-reply-title {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 1.4em;
	font-style: normal;
	color: #6faf24;
	margin: 0 0 0.625em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	color: inherit;
	padding: inherit;
}
.commentwrap .pagenav.bottom {
	background-color: transparent;
	color: inherit;
	padding: inherit;
}
/* commentlist */
.commentlist {
	margin: 3.25em 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0;
	padding: 3.45em 0 0.8em;
	list-style: none;
	position: relative;
}
.commentlist > li:first-child {
	padding-top: 0;
}
.commentlist > li:first-child:before {
	display: none;
}
.commentlist li:before {
	content: '';
	display: block;
	border-bottom: 1px solid #dddddd;
	transform: rotateZ(-3.5deg);
	transform-origin: bottom;
	position: absolute;
	top: 0;
	width: 100%;
}
.commentlist li:nth-child(even):before {
	transform: rotateZ(3.5deg);
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .comment-author br {
	display: none;
}
.commentlist .avatar {
	float: left;
	margin: 5px 42px 0 0;
	border-radius: 100%;
	width: 95px;
	height: 95px;
}
.commentlist cite {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.01em;
	margin: 0 0 0.25em;
	display: block;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author cite:before {
	content: '\e80a'; /* fa-bookmark */
	font-family: 'themify_theme_icon';
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	margin-right: 12px;
}
.commentlist .comment-time {
	font-size: 0.8em;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.015em;
}
.commentlist .commententry {
	position: relative;
	min-height: 75px;
	overflow: hidden;
	overflow-wrap:break-word;
	clear: right;
}
.commentlist ul,
.commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 112px;
	top: 2.65%;
}
.commentlist li:nth-child(even) .reply {
	top: 50px;
}
.commentlist .comment-reply-link {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 1.0275em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1em;
}
.commentlist .comment-reply-link:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 1.5em;
	border-left: 1px solid #e7e7e7;
	margin-right: 0.8em;
	transform: skewX(41deg);
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}
.commentlist > li:first-child .reply {
	top: 0;
}

.commentlist li #respond {
    padding-bottom: 4%;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 1em;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
#respond #cancel-comment-reply-link:hover {
	color: #fb4e55;
}
#respond #cancel-comment-reply-link:before,
#respond #cancel-comment-reply-link:after {
	content: '';
	display: inline-block;
	border-top: 1px solid;
	width: 1.2em;
    position: absolute;
    left: -25px;
    top: 7px;
	transition: all .3s ease-in-out;
}
#respond #cancel-comment-reply-link:hover:after,
#respond #cancel-comment-reply-link:before {
    transform: rotate(45deg);
}
#respond #cancel-comment-reply-link:after {
    transform: rotate(-45deg);
}
#respond #cancel-comment-reply-link:hover:before {
    transform: rotate(135deg);
}
#commentform {
	margin: 0.9em 0 0;
}
#commentform input[type=text] {
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform p {
	margin: 0 0 1em;
	clear: both;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width: 50%;
	float: left;
	box-sizing: border-box;
	clear: none;
}
#commentform .comment-form-email {
	padding-left: 2%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	width: 100%;
	max-width: none;
}

/************************************************************************************
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 object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* portfolio masonry size */
.loops-wrapper.portfolio.masonry-layout .portfolio-post.size-small,
.loops-wrapper.portfolio .gutter-sizer {
	width: 25%;
}
.loops-wrapper.portfolio.masonry-layout .portfolio-post.size-small .post-title {
	font-size: 1.6em;
}
/* portfolio masonry align post-image & post-content */
.loops-wrapper.portfolio.masonry-layout .image-right .post-image,
.loops-wrapper.portfolio.masonry-layout .image-left .post-content {
	float: right;
}
.loops-wrapper.portfolio.masonry-layout .image-left .post-image,
.loops-wrapper.portfolio.masonry-layout .image-right .post-content {
	float: left;
}

/************************************************************************************
7.1 PORTFOLIO POST TYPE
*************************************************************************************/
.single-portfolio #content,
.single-portfolio #sidebar {
	padding-top: 4%;
}
.single-portfolio .featured-area,
.single-portfolio .post {
	position: relative;
}
.single-portfolio .post-image {
	margin: 0;
}
.single-portfolio .post-image:before,
.single-portfolio .post-image:after {
	display: none;
}
.single-portfolio .featured-area img {
	width: 100%;
	display: block;
}
.single-portfolio .project-meta {
	padding-left: 35px;
	background-color: #2c3f55;
	opacity: 0.8;
	color: #fff;
	font-size: 0.9em;
	font-family: 'Open Sans', serif;
	position: absolute;
	bottom: 0;
}
.single-portfolio .project-meta:after {
	content: '';
	display: block;
	height: 100%;
	width: 55px;
	background-color: #2c3f55;
	position: absolute;
	left: 100%;
	top: 0;
	transform-origin: left top;
	transform: skewX(-29deg);
	z-index: -1;
}
.project-date,
.project-client,
.project-services,
.project-view {
	display: inline-block;
	margin: 0 3.15em 0 0;
	padding: 1.2em 0;
	font-weight: 300;
	letter-spacing: 0.025em;
}
.project-date strong,
.project-client strong,
.project-services strong,
.project-view strong {
	color: #3ac5cd;
	display: block;
	font-size: 0.925em;
	font-weight: 700;
	letter-spacing: 0.015em;
	margin-bottom: 0;
	text-transform: uppercase;
}
.single-portfolio .post-title {
	font-size: 4.2em;
	letter-spacing: -0.035em;
	margin-bottom: 0.6em;
}

/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 3em;
}
.widgettitle {
	color: #6faf24;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 1.2em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin: 0 0 1em;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar {
	width: 100%;
}
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* recent post widget */
.widget_recent_entries .post-date {
	display: block;
	font-size: .95em
}

/* feature posts widget */
.widget .feature-posts-list li {
	margin: 0 0 .5em;
}
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 0.5em 1.2em 1em 0;
	float: left;
}
.widget .feature-posts-list small {
	font-size: 90%;
	display: block;
	margin: 0 0 .3em;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 0 0 .2em;
	display: inline-block;
	font-size: 1.1em;
	max-width: 70%;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list li {
	padding: 0;	
	margin: 0 0 1.2em;
}
.widget .twitter-list .twitter-timestamp {
	font-style: italic;
	display: block;
	padding-top: .4em;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 30px;
	margin-top: 24px;
}
.widget .social-links i:first-child {
	padding-left: 0;
}

/* search widget */
#searchform {
	position: relative;
}
#searchform #s {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 45px 22px 29px;
	margin: 0;
}
#searchform .icon-search:before {
	content: '\e803'; /* fa-search */
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-size: 1.25em;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

/* 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;
}

/* Text widget */
.widget .textwidget ul {
	margin: 0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display: list-item;
}
.widget .textwidget ul li {
	list-style: disc;
}
.widget .textwidget ol li {
	list-style: decimal;
}

/************************************************************************************
9. FOOTER
*************************************************************************************/
#footerwrap {
	clear: both;
	padding-top: 2em;
}

/* back to arrow */
.back-top {
	margin: 0 auto;
	margin-top: 1em;
	text-align: center;
	width: 50px;
	font-size: 10px;
}
.back-top a {
	display: inline-block;
	position: relative;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
.back-top a:before {
	content: '\e806'; /* fa-angle-up */
	font-family: 'themify_theme_icon';
	font-size: 3em;
	display: inline-block;
}
.back-top:hover a {
	animation: backtoparrow 1s infinite;
	animation-timing-function: linear;
}

/* footer logo */
.footer-logo-wrapper {
	text-align: center;
}
#footer-logo {
	font-family: 'Poppins';
	font-size: 2.65em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0.6em 0 0.75em;
	letter-spacing: -0.04em;
	line-height: normal;
}
#footer-logo a {
	color: inherit;
}

/* footer widgets */
.footer-widgets {
	clear: both;
	margin: 0 10%;
}
.footer-widgets .widget {
	margin-bottom: 2.5em;
}
.footer-widgets .widgettitle {
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 0.7em;
	color: #31373c;
}

.footer-widgets .col3-1 button{	
	padding:10px 40px 10px 40px;
	text-transform:uppercase;
	color:#fff;
	background-color:#F9C408;
	border:none;
	display:block;
	font-weight:bold;
	width:100%;
	text-align:center;
	min-height:25px;
}
.footer-widgets .col3-1 button:hover{
	opacity:0.9;
}



/* footer text */
.footer-text {
	border-top: 1px solid #ddd;
	clear: both;
	color: #999;
	font-size: 0.75em;
	padding: 3.1em 0;
	text-align: center;
	letter-spacing: 0.02em;
	margin: 0 20%;
}
.footer-text a {
	color: inherit;
}

/* footer nav */
.footer-nav {
	margin: 1em auto 3em;
	padding: 0;
	display: table;
}
.footer-nav li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.footer-nav a {
	text-decoration: none;
	margin: 0 1em .8em 0;
}
.footer-horizontal-left .footer-nav a,
.footer-horizontal-right .footer-nav a,
.footer-left-col .footer-nav a,
.footer-right-col .footer-nav a {
	margin: 0 .8em 1em 0;
	padding: 0;
}

.footer-nav li ul {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	margin: 0;
	padding: .6em 0;
	position: absolute;
	z-index: 11;
	bottom: 100%;
	list-style: none;
	text-align: left;
	margin-bottom: 1em;
	opacity: 0;
	visibility: hidden;
	display: none;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
}

.footer-nav ul a {
	display: block;
	width: 238px;
	padding: 0.5em 1.25em .5em 1.6em;
	margin: 0;
	box-sizing: border-box;
}
.footer-nav li li ul {
	left: 100%;
	bottom: -0.65em;
}
.footer-nav li:hover > ul {
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
	display: block;
}
.footer-nav li:hover > a {
    color: #ed1e24;
}

/* Footer Edge Menu */
.footer-nav li.edge ul {
	left: auto;
	right: 0;
}
.footer-nav ul li.edge ul {
	right: 100%;
}
.footer-right-col #footerwrap .footer-nav ul li.edge ul {
	left: auto;
	right: 100%;
}

/************************************************************************************
SOCIAL SHARE SHORTCODE
*************************************************************************************/
.social-share-wrap {
	display: block;
	margin: 0 0 .9em;
}
/* sharrre container */
.social-share {
	display: inline-block;
	clear: both;
	z-index: 99;
}
.social-share .sharrre {
	display: inline-block;
	text-align: center;
	float: left;
	font-size: 1.6em;
	margin-left: -1px;
}
.sharrre .count,
.sharrre .share span {
    display: none;
}
.sharrre .share {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.social-share .sharrre .share:before {
	content: '';
	font-family: 'themify_theme_icon';
	display: inline-block;
	line-height: 60px;
	border: 1px solid #ddd;
	width:58px;
	height: 57px;
	transition: 0.3s ease-in-out;
}
.social-share .twitter-share.sharrre .share:before {
	content: '\f099'; /* fa-twitter */
}
.social-share .facebook-share.sharrre .share:before {
	content: '\f09a'; /* fa-facebook */
}
.social-share .googleplus-share.sharrre .share:before {
	content: '\f0d5'; /* fa-google-plus */
}
.social-share .pinterest-share.sharrre .share:before {
	content: '\f0d2'; /* fa-pinterest*/
}
.social-share .linkedin-share.sharrre .share:before {
	content: '\f0e1'; /* fa-linkedin */
}
.sharrre a {
	color: #8d8d8d;
}
.sharrre:hover .share:before {
	background-color: #31373c;
	border-color: #31373c;
	color: #fff;
}
.twitter-share.sharrre:hover .share:before {
	border-color: #00aced;
	background-color: #00aced !important;
}
.facebook-share.sharrre:hover .share:before {
	border-color: #3b5998;
	background-color: #3b5998 !important;
}
.googleplus-share.sharrre:hover .share:before {
	border-color: #dd4b39;
	background-color: #dd4b39 !important;
}
.pinterest-share.sharrre:hover .share:before {
	border-color: #cb2027;
	background-color: #cb2027 !important;
}
.linkedin-share.sharrre:hover .share:before {
	border-color: #007bb6;
	background-color: #007bb6 !important;
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* builder row */
.module_row.fullwidth > .row_inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* module title */
.themify_builder_content .module-title {
	margin: 1.4em 0 1.6em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* button module */
.ui.builder_button {
	border: none;
	font-weight: 900;
	text-transform: uppercase;
	font-size: .8em;
	padding: 1em 1.5em;
}

/* Disable background attachment on iOS devices */
@supports (-webkit-touch-callout: none) {
	#headerwrap{
		background-attachment:scroll !important;
		background-position:center !important
	}
}

/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
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 {
    margin: 1em 0 .5em;
}

/* attachment page */
body.attachment {
	width: auto;
	float: none;
	position: static;
}
.single .attachment.post {
	width: auto;
	float: none;
}

/************************************************************************************
13. 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, .post-meta:after {
	content: "";
	display: table;
	clear: both;
}

/************************************************************************************
14. ANIMATIONS
*************************************************************************************/
@keyframes fadeInDown {
	0% {
		transform: translate(0, -40px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

/* post nav animation */
@keyframes prev-arrow {
	0% {left: 6%;}
	50% {left: 3%;}
	100% {left: 6%;}
}
@keyframes next-arrow {
	0% {right: 6%;}
	50% {right: 3%;}
	100% {right: 6%;}
}

/* back to top animation */
@keyframes backtoparrow {
	0% {bottom: 0;}
	50% {bottom: 20px;}
	100% {bottom: 0;}
}

.themify_link_to{
	position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
}

/*/wp-content/uploads/themify-css/themify-builder-711-generated.css*/
/* Generated from page: wildlife */
.themify_builder_content-711 .tb_je10421.module_row{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2020/02/Great-Horned-Owl_edited.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:50% 50%;line-height:25px;text-align:center;font-style:normal;padding:0%;margin-top:0px;margin-bottom:0px;border-top-style:none;}
.themify_builder_content-711 .tb_je10421.module_row>.builder_row_cover::before,.themify_builder_content-711 .tb_je10421.module_row>.ms-tableCell>.builder_row_cover::before{background-image:linear-gradient(181deg,rgba(0, 0, 0, 0) 0%,rgba(2, 2, 15, 0.42) 100%);}
.themify_builder_content-711 .tb_je10421.module_row>div.row_inner{border-top-style:none;}
.themify_builder_content-711 .tb_je10421.module_row,.themify_builder_content-711 .tb_je10421.module_row p,.themify_builder_content-711 .tb_je10421.module_row h1,.themify_builder_content-711 .tb_je10421.module_row h2,.themify_builder_content-711 .tb_je10421.module_row h3:not(.module-title),.themify_builder_content-711 .tb_je10421.module_row h4,.themify_builder_content-711 .tb_je10421.module_row h5,.themify_builder_content-711 .tb_je10421.module_row h6{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_je10421.module_row a{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_jxpv421.module_column>.builder_row_cover::before,.themify_builder_content-711 .tb_jxpv421.module_column>.ms-tableCell>.builder_row_cover::before{background-color:rgba(5, 0, 0, 0.37);}
.themify_builder_content-711 .tb_jxpv421.module_column{padding:6%;}
.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap p,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap blockquote,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap h1,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap h2,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap h3,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap h4,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap h5,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap h6,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap li,.themify_builder_content-711 .tb_lhqj421.module-text .tb_text_wrap span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_zyo6643.module-buttons .module-buttons-item a{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_zyo6643.module-buttons.module{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_zyo6643.module-buttons .module-buttons-item a,.themify_builder_content-711 .tb_zyo6643.module-buttons .module-buttons-item a i{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_zyo6643.module-buttons{mix-blend-mode:normal;margin:2px;padding:0px;text-align:center;}
.themify_builder_content-711 .tb_zyo6643.module-buttons a{font-weight:bold;}
.themify_builder_content-711 .tb_zyo6643.module-buttons span{text-transform:uppercase;}
.themify_builder_content-711 .tb_zyo6643.module-buttons i,.themify_builder_content-711 .tb_zyo6643.module-buttons span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;font-size:14px;}
.themify_builder_content-711 .tb_66a8d31.module_row{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/03/Footer_Trees_White-01.png);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center top;background-color:rgba(230, 230, 230, 1);padding-top:3%;padding-left:45px;padding-right:45px;}
.themify_builder_content-711 .tb_66a8d31.module_row a{text-decoration:underline;}
.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap p,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap blockquote,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap h1,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap h2,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap h3,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap h4,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap h5,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap h6,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap li,.themify_builder_content-711 .tb_5f558ac.module-text .tb_text_wrap span{color:rgba(0, 0, 0, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_5f558ac.module-text{font-size:1.2em;padding-bottom:0px;}
.themify_builder_content-711 .tb_5f558ac.module-text p{margin-top:-21px;}
.themify_builder_content-711 .tb_5f558ac.module-text.module h1{font-size:45px;}
.themify_builder_content-711 .tb_d87805b.module_row{padding-left:4px;}
.themify_builder_content-711 .tb_89b9252.module_column{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/03/Greenanole.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center center;text-align:center;padding-top:8%;padding-bottom:8%;}
.themify_builder_content-711 .tb_89b9252.module_column>.builder_row_cover::before,.themify_builder_content-711 .tb_89b9252.module_column>.ms-tableCell>.builder_row_cover::before{background-color:rgba(0, 0, 0, 0.49);}
.themify_builder_content-711 .tb_89b9252.module_column,.themify_builder_content-711 .tb_89b9252.module_column p,.themify_builder_content-711 .tb_89b9252.module_column h1,.themify_builder_content-711 .tb_89b9252.module_column h2,.themify_builder_content-711 .tb_89b9252.module_column h3:not(.module-title),.themify_builder_content-711 .tb_89b9252.module_column h4,.themify_builder_content-711 .tb_89b9252.module_column h5,.themify_builder_content-711 .tb_89b9252.module_column h6{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_e21726f.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_e89a2a3.module_column{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/03/Georgia-Amphi.jpeg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center center;text-align:center;padding-top:8%;padding-bottom:8%;}
.themify_builder_content-711 .tb_e89a2a3.module_column>.builder_row_cover::before,.themify_builder_content-711 .tb_e89a2a3.module_column>.ms-tableCell>.builder_row_cover::before{background-color:rgba(0, 0, 0, 0.49);}
.themify_builder_content-711 .tb_e89a2a3.module_column,.themify_builder_content-711 .tb_e89a2a3.module_column p,.themify_builder_content-711 .tb_e89a2a3.module_column h1,.themify_builder_content-711 .tb_e89a2a3.module_column h2,.themify_builder_content-711 .tb_e89a2a3.module_column h3:not(.module-title),.themify_builder_content-711 .tb_e89a2a3.module_column h4,.themify_builder_content-711 .tb_e89a2a3.module_column h5,.themify_builder_content-711 .tb_e89a2a3.module_column h6{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_e3858bf.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_8528839.module_column{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/03/largemouth-bass2.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center center;text-align:center;padding-top:8%;padding-bottom:8%;}
.themify_builder_content-711 .tb_8528839.module_column>.builder_row_cover::before,.themify_builder_content-711 .tb_8528839.module_column>.ms-tableCell>.builder_row_cover::before{background-color:rgba(0, 0, 0, 0.49);}
.themify_builder_content-711 .tb_8528839.module_column,.themify_builder_content-711 .tb_8528839.module_column p,.themify_builder_content-711 .tb_8528839.module_column h1,.themify_builder_content-711 .tb_8528839.module_column h2,.themify_builder_content-711 .tb_8528839.module_column h3:not(.module-title),.themify_builder_content-711 .tb_8528839.module_column h4,.themify_builder_content-711 .tb_8528839.module_column h5,.themify_builder_content-711 .tb_8528839.module_column h6{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_2a7fa47.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_1e46054.module_column{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/03/Janet-L.-Poole_Pond_Beaver_19340.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center center;padding-top:8%;padding-bottom:8%;}
.themify_builder_content-711 .tb_1e46054.module_column>.builder_row_cover::before,.themify_builder_content-711 .tb_1e46054.module_column>.ms-tableCell>.builder_row_cover::before{background-color:rgba(0, 0, 0, 0.49);}
.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap p,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap blockquote,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap h1,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap h2,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap h3,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap h4,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap h5,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap h6,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap li,.themify_builder_content-711 .tb_whcf17.module-text .tb_text_wrap span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_qcrl18.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_eaf121b.module_column{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/04/coopershawk_weinberg_header.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center center;padding-top:8%;padding-bottom:8%;}
.themify_builder_content-711 .tb_eaf121b.module_column>.builder_row_cover::before,.themify_builder_content-711 .tb_eaf121b.module_column>.ms-tableCell>.builder_row_cover::before{background-color:rgba(0, 0, 0, 0.49);}
.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap p,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap blockquote,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap h1,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap h2,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap h3,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap h4,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap h5,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap h6,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap li,.themify_builder_content-711 .tb_3ddx18.module-text .tb_text_wrap span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_9ipm19.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_4m0p537.module_row{background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center top;background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/03/Footer_Trees_White-01.png);background-color:rgba(230, 230, 230, 1);padding:3%;}
.themify_builder_content-711 .tb_4m0p537.module_row,.themify_builder_content-711 .tb_4m0p537.module_row p,.themify_builder_content-711 .tb_4m0p537.module_row h1,.themify_builder_content-711 .tb_4m0p537.module_row h2,.themify_builder_content-711 .tb_4m0p537.module_row h3:not(.module-title),.themify_builder_content-711 .tb_4m0p537.module_row h4,.themify_builder_content-711 .tb_4m0p537.module_row h5,.themify_builder_content-711 .tb_4m0p537.module_row h6{color:rgba(0, 0, 0, 1);}
.themify_builder_content-711 .tb_4m0p537.module_row a{color:rgba(197, 105, 44, 1);text-decoration:underline;}
.themify_builder_content-711 .tb_pypq998.module-text{background-color:rgba(255, 255, 255, 0.00);background-image:none;font-size:1.2em;text-align:right;padding-bottom:0%;padding-right:10%;padding-left:10%;}
.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap p,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap blockquote,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap h1,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap h2,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap h3,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap h4,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap h5,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap h6,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap li,.themify_builder_content-711 .tb_pypq998.module-text .tb_text_wrap span{color:rgba(0, 0, 0, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_pypq998.module-text.module .tb_text_wrap h2{font-family:"Abril Fatface";}
.themify_builder_content-711 .tb_pypq998.module-text.module h2{font-weight:regular;margin-top:0px;margin-bottom:25px;}
.themify_builder_content-711 .tb_pypq998.module-text a{color:rgba(197, 105, 44, 1);}
.themify_builder_content-711 .tb_pypq998.module-text p{margin-top:-21px;}
.themify_builder_content-711 .tb_pypq998.module-text.module h1{font-size:45px;}
.themify_builder_content-711 .tb_1yf9537.module_subrow{padding-right:7%;padding-left:7%;padding-bottom:2%;padding-top:2%;}
.themify_builder_content-711 .tb_ynuj537.module_column a{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_whdd537.module_column a{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_4d76aba.module_row{background-color:rgba(249, 196, 8, 1);}
.themify_builder_content-711 .tb_g2e3299.module-text{text-align:center;padding:2%;}
.themify_builder_content-711 .tb_g2e3299.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-711 .tb_a4be301.module_row{margin-top:4%;}
.themify_builder_content-711 .tb_bee4686.module_column a{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_cbxz686.module_column a{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_yh2g686.module-text{background-color:rgba(255, 255, 255, 0.90);background-image:none;padding-top:40px;padding-right:40px;padding-bottom:10px;padding-left:40px;margin-left:-50px;}
.themify_builder_content-711 .tb_yh2g686.module-text.module .tb_text_wrap h2{font-family:"Abril Fatface";}
.themify_builder_content-711 .tb_yh2g686.module-text.module h2{font-weight:regular;margin-top:0px;margin-bottom:25px;}
.themify_builder_content-711 .tb_s9kb628.module-buttons .module-buttons-item a{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_s9kb628.module-buttons.module{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_s9kb628.module-buttons .module-buttons-item a,.themify_builder_content-711 .tb_s9kb628.module-buttons .module-buttons-item a i{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_s9kb628.module-buttons{mix-blend-mode:normal;margin:2px;padding:0px;text-align:center;}
.themify_builder_content-711 .tb_s9kb628.module-buttons a{font-weight:bold;}
.themify_builder_content-711 .tb_s9kb628.module-buttons span{text-transform:uppercase;}
.themify_builder_content-711 .tb_s9kb628.module-buttons i,.themify_builder_content-711 .tb_s9kb628.module-buttons span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;font-size:14px;}
.themify_builder_content-711 .tb_3d17aa8.module_subrow a{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_2e2abba.module-text{background-color:rgba(255, 255, 255, 0.90);background-image:none;padding-top:40px;padding-right:40px;padding-bottom:10px;padding-left:40px;margin-right:-50px;}
.themify_builder_content-711 .tb_2e2abba.module-text.module .tb_text_wrap h2{font-family:"Abril Fatface";}
.themify_builder_content-711 .tb_2e2abba.module-text.module h2{font-weight:regular;margin-top:0px;margin-bottom:25px;}
.themify_builder_content-711 .tb_69261f1.module-buttons.module{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_69261f1.module-buttons i,.themify_builder_content-711 .tb_69261f1.module-buttons span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_69261f1.module-buttons{text-align:center;margin-bottom:3%;}
.themify_builder_content-711 .tb_7442d2f.module_row{background-image:url(http://www.chattnaturecenter.org/wp-content/uploads/2019/04/Woods_BW.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center top;padding-top:8%;padding-bottom:8%;}
.themify_builder_content-711 .tb_7442d2f.module_row>.builder_row_cover::before,.themify_builder_content-711 .tb_7442d2f.module_row>.ms-tableCell>.builder_row_cover::before{background-color:rgba(31, 31, 31, 0.81);}
.themify_builder_content-711 .tb_7442d2f.module_row>.tb_row_frame_top,.themify_builder_content-711 .tb_7442d2f.module_row > .fp-tableCell > .tb_row_frame_top{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%201500%20150%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%3E%3Cpath%20d%3D%22M1500%2038.415v-2c-2.305.526-4.86.98-7.744%201.03%202.775-.05%205.468.576%207.744.97zM801.276%2071.143c.097-.23.294-.506.627-.85-.287.278-.996.585-1.95.88l1.322-.028zm-107.26%202.324l4.363-.094.442-.1c-1.13-.446-3.465.105-4.805.203zm438.482-9.502l2.726-.06c-.001-.012-.005-.022-.005-.035-1.08-.014-1.97.024-2.72.096zm23.506-.5l4.902-.105c-1.636-.127-3.308-.118-4.902.105zM0%200v56l102.646%202.594c.962-.5%201.653-1.06%202-1.652%209.222.666%2020.336-.35%2034.48-2.06.445-1.107-1.472%202.9%205.018%202.744l14.032-4.482%201.132.967c5.955-4.174%2025.393-2.313%2032.337-5.942l-.73%202.627c13.732-2.957%2033.318-3.05%2044.177-7.25-3.073%203.06%206.178%201.354%2012.528.768l-6.1%203.765c7.897-1.733%207.512%201.778%2015.623.204-2.8.897-6.272%201.914-5.713%202.512%209.364%201.055%2010.287-3.508%2019.04-1.76l-.967-2.9c12.367%202.7%2014.252%201.034%2028.646%202.465%204.062-2.5%203.073-5.408%209.867-7.1%202%201.095%201.125%203.312%2010.354%201.6.452-1.12-2.854-1.233-5.447-1.634%2017.88-2.733%2040.392-6.356%2059.25-6.24-9.798%202.433%204.155%202.586%203.15%204.392l18.713-2.677c-5.153%201.58-17.718%203.228-27.362%206.068%205.04%202.725-6.377%207.655%206.73%207.688%205.064-1.988-4.038-2.178%204.35-4.055%203.57.938%207.458.346%2012.245-.12-.296%201.528-5.627%202.7-4.35%204.057%206.354-.617%209.665-2.862%2010.1-3.98%201.022.54-1.006%201.813%203.173%202.037%209.625-.506%205.34-3.5%205.776-4.613%204.48%201.077%2010.853%205.638%2018.278%201.043l-6.568%204.77c7.18-.348%207.834-3.4%2016.908-2.908-7.95.5-14.715%202.097-10.894%203.936%2010.163-3.752%2022.36%202.205%2027.954-3.363l-1.714%205.188c14.468.23%205.377-3.644%2015.4-5.086-3.812.772-.278%201.925-4.92%202.524%201.197%201.433%2010.797%201.523%2017.88%201.16%2028.292-1.45%2051.1%201.3%2078.892-2.108.006-.02-.002-.036.002-.054.126.662.606%201.222%202.712%201.582%2028.763.9%2041.148-4.076%2071.045-1.762%203.13%203.23%2015.2.385%2022.922%202.766%2010.578-2.494%2024.545-2.4%2038.48-1.883%2013.93.52%2027.84%201.422%2038.154.828-15.026%203.957-33.667%205.9-53.296%206.744s-40.246.6-59.35.502c.926.652.285%201.282%202.732%201.526C583.058%2061%20542%2058.043%20509.8%2061.956l-.2-.846c-13.45-.166-12.72%202.817-23.495%203.812%201.34-.872%207.546-1.382%204.794-2.832-4-.194-21.65%201.65-30.037-.127-6.623%201.746-1.484%203.23-10.588%204.478l-4.8-2.96c-8.402%201.077-13.466.106-22.255%202.455l4.872.9%20226.758%205.73c2.37-1.368%204.198-.448%206.594.167l5.373.137c.217-.05.427-.086.652-.15%201.348-.77-4.738-1.35%201.187-1.68l-.3.74c8.172-.746%2012.875-3.213%2019.567-4.05%201.184%202.577-5.56%203.805-12.433%205.357l8.53.216c.975-.103%202.06-.187%203.3-.244a8.5%208.5%200%200%201%20.537.341l4.683.118%201.046-.022c-.5-.022-.715-.197-.35-.7%201.516-1.12%204.557-.786%205.164-2.262-3.8-1.062-2.88-.703-7.896-.088.456-1.104%202.9-1.877.623-2.76%2012.48-2.003%2025.216%201.8%2035.292-1.883-1.396%202%2013.376%201.105%205.146%202.934l-.606-1.102c-6.693-.56-14.635%203.14-15.705%204.432%2012.633-2.242%2014.745-.957%2028.604-2.195-5.374%202.543%207.896.22%204.814%202.406%203.18.014%206.703-.7%209.282-.5-7.266-1.703%205.37-2.53%204.056-4.365-4.27-.044-8.723%201.58-8.897%203.23-2.744.168-2.554-1.48-2.075-2.582L738.223%2068c10.964-.693-.374-5.322%209.528-4.73%202.588.195-.218%202.935%206.655%201.873%201.233-.074%201.523-.527%201.222-.95l-3.168-.707c1.6-.3%202.807.188%203.168.707%202.826.643%205.98%201.14%2010.013.18-.04-.187-.148-.35-.554-.425l1.52.2c-.33.096-.644.146-.97.226.157.737-1.423%202.062%203.8%201.82%207.164-.477%203.137-3.454%204.523-4.17l-1.52-.2c3.297-.648.47-2.008%205.403-3.467a4.84%204.84%200%200%201%201.103-.312c-.455.103-.747.208-1.103.312-1.35.593-.114%201.414%203.2.994%204.737-1.35-4.604-4.586%203.054-4.045.266-.012.54.004.87.062l-.87-.062c-1.353.053-1.77.914.537.8%2010.602-2.057-1.155-2.217%201.515-4.565%208.867-.603%206.438-1.2%2015.312-1.784-5.517.275-1.438%202-5.58%202.846%206.57-.264%205.178.45%209.73%201.073-4.233-2.1%202.396-2.726%202.077-3.72l1.098.065c-.88.43-1.7.996-2.357%201.836l8.063%201.24c-1.897%201.796-11.824%202.36-7.478%204.635%207.75.692-3.614%203.243%205.414%202.297-.94-3.867%2013.416-4.695%2011.26-8.217-3.98.473-6.9.963-6.7-.68%208.796.165%204.52-2.686%2010.258-2.05l1.686.455-.938%201.076c1.077.153%201.875-.256%202.85-.56l1.536.414c-.3.443-.883.896%201.08%201.178.297-.246.65-.438%201.035-.604l.765.206c-.538.266-.902.53-.912.8%203.22.354%202.748-.605%204.148-.912.486.193%201.02.363%201.6.514-.72%201-3.14%202.58%201.13%202.16l1.013-.12c-.376.053-.708.1-1.013.12-11.4%201.483-.928%205.728-13.862%206.524%205.243%202.675%2010.543-.694%2017.397-.355l-3.04-.434c.613-.17%201.686-.148%202.135.05%201.896-1.8-6.354-1.428-5.52-3.243l3.312.995c-.122-.924%206-1.332%204.2-2.1l-5.215.8c5.148-.854%209.926-1.922%2014.578-3.055%205.754.193%2011.323.47%2014.48%201.94l-.85-2.592c13.853%202.332%2033.423%201.535%2044.46%205.24-2.048-1.86%201-2%205.146-1.8.108.308.517.58%201.34.776%201.526-.098%202.686-.256%203.6-.455l2.402.143-1-.557c2.896-1.135%201.74-2.96%206.98-3.88a12.07%2012.07%200%200%201-.89-.17c1.13-.084%202.478-.05%204.25.2-2.827-.77-6.353-1.63-5.82-2.25%209.307-1.48%2010.437%203.037%2019.1.894l-.835%202.94c12.23-3.258%2014.2-1.68%2028.505-3.762%204.173%202.322%203.315%205.264%2010.18%206.655%201.948-1.185.974-3.358%2010.27-2.067.503%201.1-2.796%201.362-5.366%201.88%2017.986%201.918%2040.64%204.517%2059.472%203.545-9.898-1.984%204.034-2.77%202.946-4.528l18.814%201.824c-5.22-1.345-17.845-2.42-27.608-4.82%201.214-.73%201.415-1.548%201.23-2.376%202.824.003%205.5-1.54%209.284-.83.34-.47%201.142-.914%202.144-1.34%203.068-.544%206.46-.23%2010.48-.022-.238-.986-2.597-1.72-3.88-2.506.746-.402%201.137-.8.896-1.228%205.378.556%208.28%202.392%208.735%203.396.996-.588-1.088-1.767%203.076-2.18%209.64.068%205.494%203.254%205.98%204.348%204.43-1.28%2010.586-6.125%2018.213-1.873l-6.777-4.468c7.188.02%207.98%203.03%2017.02%202.14-7.962-.13-14.795-1.428-11.06-3.438%2010.322%203.288%2022.236-3.217%2028.076%202.092l-1.945-5.104%201.156-.062c.164.283.334.556.573.8l6.12-.264c.67.108%201.135.637%201.755%201.226.735%201.034%201.302%202.213%206%202.674-1.4-.22-1.832-.535-2.035-.866%205.532%201.135%2022.4-.252%2026.546-3.154%202.94%201.793-6.654%201.334-5.223%202.867%204.36%201.13%209.417-1.38%2013.958-.6l1.5-1.943c-1.686.1-2.57-.307-3.37.205-.778-.525-.135-.902%201.002-1.197l3.816-.18c.15.698%206.424.606%207.54%201.798%209.413.83%2021.843-2.22%2026.834-1.232%201.502-.902%203.27-1.552%205.182-2.076%205.17.04%2010.453.227%2015.943.65.008.02%200%20.034.005.052.097-.666.554-1.246%202.638-1.7%2028.7-2.205%2041.292%202.205%2071.053-1.463%202.98-3.37%2015.166-1.074%2022.773-3.804%202.726.515%205.667.847%208.764%201.04.14.854%201.508%201.614%205.334%202.2%203.997-1.546%202.224.312%205.535.594%203.8-.832%204.354-1.7%206.02-2.834%203.7-.18%207.477-.445%2011.257-.746-.125%201.297-11.006%202.436-1.1%203.2l3.194-2.8c2.775%202.842%209.896%203.218%2017.298%202.322-1.425.942-1.77%201.86.033%202.728-.447-2.17%209.56-.94%207.438-3.253-1.65-.146-3.512%201.353-5.88.315%204.394.265%203.64-.633%206.74-1.428%206.924%202.028-3.934%201.906%205.733%204.053%206.548.22%2013.02.08%2017.764-.57l-4.13-1.543%206.096-1.946c1.078-.023-4.545%204.096%203.114%201.93%204.078-1.18-.62-2.894%202.888-4.233-4.458-.63-8.046.353-12.358.44l.878%201.617-3.963-.824c1.564-2.938%2014.674.233%2014.983-3.405-.167%201.06%201.464%201.48%203.365%201.68.65.413%202.227.666%205.173.538.077-.02.127-.038.194-.057.205.146-.06.378-1.07.766%207.488-.52.55-2.56%206.293-3.582l3.465%201.02c5.758-1.028-3.708-2.103%201.542-2.934-.695%201.823%204.938%202.805%207.8%203.652l-3.446.797-1.502-.314c.743-.524%201.438-1.138-1.656-1.078-2.315-.68-12.505%202.438-8.216%204.713%203.884.464%205.588-1.75%209.32-2.006-.236%203.996%208.126.015%206.88%204.4%207.988-.704%205.796-3.384%207.57-5.233.73.892-1.554%202.935%203.188%202.297l-.033-2.234a1.133%201.133%200%200%201-.008-.486l.008.486c.462%202.027%206.7%202.658%2010.57%203.66l2.36%201.983c5.12-1.053%2011.126-2.23%206.607-3.312l-3.796-.17c3.172-.88%208.767-2.94%2014.15-3.916-1.846.427-8%204-1.935%205.46%202.984-.685%205.06-1.4%207.492-2.065V0H0zm1342.122%2023.04l.608.284-1.13.548-.598.013c.376-.32.788-.613%201.12-.845l-.732-.34c1.796-.43%201.498-.198.732.34zm-67.16-2.306c7.744.967-1.947%201.74-2.302%202.452%201.897.422%203.338.955%204.783%201.473l-5.28.206c-.162-1.432-3.416-2.403%202.8-4.13zM1250.686%2020c9.243%201.222-3.462%203.676%208.634%203.576-2.804%201.406-2.248%201.258-3.3%202.038l-3.122.16c.834-.177%201.542-.52%202.062-1.143-7.64-.027-7.293-.747-10.062-2.907%204.728.424%202.855-1.326%205.787-1.723zm-.32%205.902l-4.776.242c-.015-.055-.032-.106-.046-.164-4.627.497-1.692.096-5.967-.126%203.343-1.2%207.498-.138%2010.8.048zM555.432%2047.027c.47.617.4%201.224.438%201.774-.567-1.286-6.395-2.172-10.27-3.198-9.668-.554-19.9.002-28.05-.87%2017.485-3.615%2049.308.1%2069.344-2.467-1.772%202.725-16.398%201.18-22.464%202.353l13.86%201.74-22.86.67zm281.6%203.498l.104-.098c.02.014.044.023.063.036l-.167.062zm82.515%202.202c1.45.25%202.615.336%203.606.32a19.68%2019.68%200%200%200-1.964.595l-1.642-.916zm8.693-.33a9%209%200%200%201-1.584.112l.17-.048a16.8%2016.8%200%200%201%201.415-.064zm117.368-3.755c-.8-1.635-2.04-3.168%201.202-3.978%201.664.216%203.594.383%205.976.483.02%200%20.033-.002.053-.004.294.86-2.38%201.437.208%202.252-2.08.64-5.18.918-7.44%201.247zM1293.776%2025.9c.896-.695.227-1.295%202.66-1.65l-6.424.062c3.194-.612%206.513-1.115.6-2%201.2-1.055%203.767-1.453%206.56-1.767.636-.27%201.9-.473%204.45-.577l.13.056c1.853-.266%203.403-.664%204.413-1.323-.223-.333-.17-.598.795-.65-.17.263-.5.454-.795.65.522.834%202.833%202.188-2.308%202.304l-2.105-.98c-1.475.203-3.05.35-4.582.52-1.726.735%201.812%201.974.375%203.24%204.72-.06%2010.68-.18%2013.63%201.245l-17.413.88zm20.328-1.02c.02-.614-1.078-1.274.353-2.025-2.134-.1-3.833-.02-4.537-.794%206.838.554%206.217-3.7%2016.288-2.965%209.407.888-.026%202.202%203.8%204.433%201.415%201.55%203.113-.746%205.685-.416l.68.88-22.277.886zm133.284%204.073l1.13.352-1.233.285c-.863.017-.4-.28.104-.637zm32.605%202.934l-2.62-.117c1.186-1.986%201.723-4.34%205.8-4.146-.464-.56-2.446-.382-3.73-.126a6.29%206.29%200%200%201-1.082.396c-.22-.064.3-.243%201.082-.396%202.205-1.062%203.152-3.062%207.748-1.403-3.787%202.206-3.17%203.116-7.2%205.792zM932.157%2053.74c7.64-.048%207.124-.658%204.608-1.45.36.702-2.326%201-4.608%201.45zm4.506-1.7c-.578-.116-1.008-.153-1.52-.226l1.623.474c-.043-.083.047-.15-.102-.248zm286.77-10.644c-9.634%201-19.87.9-27.98%202.144%2017.633%202.817%2049.25-2.35%2069.385-.683-1.895-2.643-16.436-.437-22.548-1.332l13.77-2.365-22.87.367c.438-.637.345-1.24.357-1.793-.513%201.3-6.292%202.46-10.114%203.662zm10.135-3.968a2.24%202.24%200%200%200-.023.307.485.485%200%200%200%20.023-.307zm35.83%2010.9l2.068-2.692c-7.275%201.1-10.17-.413-15.323%202.054l13.255.638zm-5.54-8.8l11.12-.717-6.96-.62zM1101.66%2050.94l26.887%201.6-25.175-1.993-1.712.383zM931.3%2056.686l11.63%201.604c-2.955-.992-7.1-.547-9.92-1.958l-1.7.354zm-114.44%202.612c-5.896%203.915-1.643-.34%202.6%203.942-1.174-1.5%204.032-3.035-2.6-3.942z%22%2F%3E%3Cpath%20d%3D%22M819.684%2063.47l-.226-.23a1.47%201.47%200%200%200%20.226.23zm-17.67-5.9c-2.187-.737-4.4-1.477-8.43-1.444%202.945.98%203.064%203.326%208.43%201.444z%22%2F%3E%3C%2Fsvg%3E");}
.themify_builder_content-711 .tb_7442d2f.module_row,.themify_builder_content-711 .tb_7442d2f.module_row p,.themify_builder_content-711 .tb_7442d2f.module_row h1,.themify_builder_content-711 .tb_7442d2f.module_row h2,.themify_builder_content-711 .tb_7442d2f.module_row h3:not(.module-title),.themify_builder_content-711 .tb_7442d2f.module_row h4,.themify_builder_content-711 .tb_7442d2f.module_row h5,.themify_builder_content-711 .tb_7442d2f.module_row h6{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_f86470f.module_column{padding-top:3%;padding-right:7%;padding-left:7%;}
.themify_builder_content-711 .tb_34j223.module-text{text-align:center;padding-top:6%;}
.themify_builder_content-711 .tb_xtp523.module-buttons.module{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_xtp523.module-buttons i,.themify_builder_content-711 .tb_xtp523.module-buttons span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_xtp523.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_m3l5849.module_row{padding-top:4%;}
.themify_builder_content-711 .tb_6upf850.module-text{text-align:center;padding-right:10%;padding-bottom:2%;padding-left:10%;}
.themify_builder_content-711 .tb_9ca2628.module-buttons i,.themify_builder_content-711 .tb_9ca2628.module-buttons span{color:rgba(0, 0, 0, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-711 .tb_9ca2628.module-buttons{text-align:center;}
.themify_builder_content-711 .tb_ec2g93.module_row{padding-top:29px;}

@media screen and (max-width:1025px){
.themify_builder_content-711 .tb_zl4y421.module_column>.tb_row_frame_top,.themify_builder_content-711 .tb_zl4y421.module_column > .fp-tableCell > .tb_row_frame_top{background-image:none;}
}
@media screen and (max-width:768px){
.themify_builder_content-711 .tb_zl4y421.module_column>.tb_row_frame_top,.themify_builder_content-711 .tb_zl4y421.module_column > .fp-tableCell > .tb_row_frame_top{background-image:none;}
}
@media screen and (max-width:680px){
.themify_builder_content-711 .tb_je10421.module_row{padding-top:0%;padding-left:0%;padding-bottom:0%;padding-right:0%;}
.themify_builder_content-711 .tb_jxpv421.module_column{padding-top:0%;padding-left:0%;padding-bottom:0%;padding-right:0%;}
.themify_builder_content-711 .tb_lhqj421.module-text{font-size:1em;}
.themify_builder_content-711 .tb_hgbe421.module_subrow{padding-bottom:14px;margin-bottom:26px;}
.themify_builder_content-711 .tb_ogbd421.module_column{padding-right:11px;}
.themify_builder_content-711 .tb_zl4y421.module_column{padding-right:0px;padding-bottom:0px;padding-left:0px;padding-top:0px;background-color:rgba(197, 105, 44, 1);}
.themify_builder_content-711 .tb_zl4y421.module_column>.tb_row_frame_top,.themify_builder_content-711 .tb_zl4y421.module_column > .fp-tableCell > .tb_row_frame_top{background-image:none;}
.themify_builder_content-711 .tb_zyo6643.module-buttons{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;margin-top:6px;margin-left:5px;margin-bottom:2px;margin-right:5px;border:8px solid rgba(197, 105, 44, 1);width:130px;text-align:center;height:57px;}
.themify_builder_content-711 .tb_zyo6643.module-buttons.module .module-buttons-item a{border-top:1px solid rgba(197, 105, 44, 1);}
.themify_builder_content-711 .tb_zyo6643.module-buttons .module-buttons-item a{margin:-1px;padding:0px;background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_zyo6643.module-buttons a{font-weight:bold;}
.themify_builder_content-711 .tb_zyo6643.module-buttons span{text-transform:uppercase;}
.themify_builder_content-711 .tb_zyo6643.module-buttons i,.themify_builder_content-711 .tb_zyo6643.module-buttons span{font-size:11px;color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;letter-spacing:0px;line-height:15px;}
.themify_builder_content-711 .tb_zyo6643.module-buttons.module{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_zyo6643.module-buttons .module-buttons-item a,.themify_builder_content-711 .tb_zyo6643.module-buttons .module-buttons-item a i{color:rgba(255, 255, 255, 1);}
.themify_builder_content-711 .tb_e3wz200.module_column{padding-right:3px;padding-left:12px;}
.themify_builder_content-711 .tb_66a8d31.module_row{padding-left:0px;padding-right:0px;}
.themify_builder_content-711 .tb_5f558ac.module-text{font-size:1em;}
.themify_builder_content-711 .tb_4m0p537.module_row{padding-left:0px;}
.themify_builder_content-711 .tb_pypq998.module-text{font-size:1em;padding-left:0px;padding-right:10%;padding-bottom:0%;}
.themify_builder_content-711 .tb_s9kb628.module-buttons{padding:1px;margin:4px;border:8px solid rgba(197, 105, 44, 1);width:130px;text-align:center;height:57px;}
.themify_builder_content-711 .tb_s9kb628.module-buttons.module .module-buttons-item a{border-top:1px solid rgba(197, 105, 44, 1);}
.themify_builder_content-711 .tb_s9kb628.module-buttons .module-buttons-item a{margin:-1px;padding:0px;background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_s9kb628.module-buttons a{font-weight:bold;}
.themify_builder_content-711 .tb_s9kb628.module-buttons span{text-transform:uppercase;}
.themify_builder_content-711 .tb_s9kb628.module-buttons i,.themify_builder_content-711 .tb_s9kb628.module-buttons span{font-size:11px;color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;letter-spacing:0px;line-height:15px;}
.themify_builder_content-711 .tb_s9kb628.module-buttons.module{background-color:rgba(197, 105, 44, 1);background-image:none;}
.themify_builder_content-711 .tb_s9kb628.module-buttons .module-buttons-item a,.themify_builder_content-711 .tb_s9kb628.module-buttons .module-buttons-item a i{color:rgba(255, 255, 255, 1);}
}
/*/wp-content/uploads/themify-customizer-5.1.7-5.2.0.css*/
/* Themify Customize Styling */
body {	background-image: url(https://www.chattnaturecenter.org/wp-content/uploads/2019/03/TrailImage-01.png);
	background-repeat: repeat-y; 
}
#sidebar {	width: auto;
	padding: 0px; 
}
h1 {		font-weight:normal;
	font-style:normal;
 
}
h2 {	
	font-family: "Amaranth";	font-weight:normal;
	font-style:normal;
 
}
h3 {		font-weight:normal;
	font-style:normal;
	font-size:35px;
 
}
h4 {		font-style:normal;
 
}
h5 {		font-style:normal;
 
}
h6 {		font-style:normal;
 
}
input[type=reset], input[type=submit], button {	background: none;
	background-color: #f9c408; 
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {	background: none;
	background-color: #0d667a; 
}
#headerwrap {	background: none;
	background-color: #4b773e;
	padding: 0px;
	margin: 0px; 
}
#header {	
	background-color: transparent; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	background: none;
	background-color: #4b773e;
	background-size: cover;
	background-position: center center; 
}
#site-logo {	margin: auto; 
}
#site-description {	
	font-family: "Open Sans";	font-weight:bold;

	color: #f9c408;display: none;	position:absolute;
 
}
#main-nav {	
	background-color: transparent;
	border: none !important; 
}
body:not(.mobile_menu_active) #main-nav a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav a:hover {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a, body:not(.mobile_menu_active) #main-nav .current-menu-item > a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a:hover, body:not(.mobile_menu_active) #main-nav .current-menu-item > a:hover {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav ul a, body:not(.mobile_menu_active) #main-nav .current_page_item ul a, body:not(.mobile_menu_active) #main-nav ul .current_page_item a, body:not(.mobile_menu_active) #main-nav .current-menu-item ul a, body:not(.mobile_menu_active) #main-nav ul .current-menu-item a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav ul a:hover, body:not(.mobile_menu_active) #main-nav .current_page_item ul a:hover, body:not(.mobile_menu_active) #main-nav ul .current_page_item a:hover, body:not(.mobile_menu_active) #main-nav .current-menu-item ul a:hover, body:not(.mobile_menu_active) #main-nav ul .current-menu-item a:hover {	background: none;
	background-color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #4b773e; 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, #headerwrap #mobile-menu.sidemenu-on nav .current-menu-item > a {	
	color: #f9c408; 
}
#headerwrap #mobile-menu.sidemenu-on nav #main-nav .current_page_item > a, #headerwrap #mobile-menu.sidemenu-on nav #main-nav .current-menu-item > a {	
	color: #f9c408; 
}
#headerwrap #mobile-menu.sidemenu-on nav #main-nav .current_page_item > a:hover, #headerwrap #mobile-menu.sidemenu-on nav #main-nav .current-menu-item > a:hover {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover {	
	color: #f9c408;background: none;
	background-color: #ffffff; 
}
.post-title a:hover {	
	color: #c5692c; 
}
#footer-logo, #footer #footer-logo a {	display: none; 
}
#footerwrap {	background: none;
	background-color: #0d667a;
	background-size: cover;
	background-position: center center;background-attachment: fixed;
	border: none !important;
	padding: 3%; 
}
#footer {	
	background-size: cover;
	background-position: center top;
	border: none !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: "Open Sans";	font-weight:bold;
	text-transform:uppercase; 
}
#footer, #footer .footer-text {	
	color: #ffffff; 
}
#footer a {	
	color: #f9c408; 
}
#footer-nav {	background-image: none;
	border: none !important; 
}
#footer-nav a {	
	border: none !important; 
}
.footer-widgets .widget {	
	background-size: cover;
	border: none !important; 
}
.footer-widgets .widgettitle {	
	color: #ffffff;
	border: none !important; 
}
.footer-widgets .widget li {	
	border: none !important; 
}
@media screen and (max-width: 1025px) { /* Themify Customize Styling */
body {	
	background-repeat: repeat-y; 
}
h1 {		font-weight:normal;
 
}
h2 {		font-weight:normal;
 
}
#header {	
	background-size: cover; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	background: none;
	background-color: #c5692c; 
}
#main-nav {	background: none;
	background-color: #c5692c; 
}
body:not(.mobile_menu_active) #main-nav a:hover {	background: none;
	background-color: #c5692c; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #c5692c; 
}
#footer-logo, #footer #footer-logo a {	display: none; 
}
#footerwrap {	
	background-size: cover;
	background-position: center top;
	border: none !important; 
}
#footer {	
	border: none !important;	font-weight:500;
 
}
#footer, #footer .footer-text {	
	color: #0d667a; 
}
#footer a {	
	color: #0d667a; 
}
#footer-nav {	
	border: none !important; 
}
#footer-nav a {	
	border: none !important; 
}
.footer-widgets .widget {	
	background-size: cover;
	border: none !important; 
}
.footer-widgets .widgettitle {	
	border: none !important; 
}
.footer-widgets .widget li {	
	border: none !important; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body {	
	background-repeat: repeat-y; 
}
#sidebar {	
	width: 20px; 
}
h1 {		font-weight:normal;
 
}
h2 {		font-weight:normal;
 
}
h3 {		font-weight:normal;
 
}
input[type=reset], input[type=submit], button {	background: none;
	background-color: #f9c408; 
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {	background: none;
	background-color: #0d667a; 
}
#header {	
	background-size: cover; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	background: none;
	background-color: #c5692c; 
}
#site-description {		font-weight:bold;
 
}
#main-nav {	background: none;
	background-color: #c5692c; 
}
body:not(.mobile_menu_active) #main-nav a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav a:hover {	background: none;
	background-color: #c5692c;
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a, body:not(.mobile_menu_active) #main-nav .current-menu-item > a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a:hover, body:not(.mobile_menu_active) #main-nav .current-menu-item > a:hover {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav ul a, body:not(.mobile_menu_active) #main-nav .current_page_item ul a, body:not(.mobile_menu_active) #main-nav ul .current_page_item a, body:not(.mobile_menu_active) #main-nav .current-menu-item ul a, body:not(.mobile_menu_active) #main-nav ul .current-menu-item a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #c5692c; 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, #headerwrap #mobile-menu.sidemenu-on nav .current-menu-item > a {	
	color: #f9c408; 
}
#headerwrap #mobile-menu.sidemenu-on nav #main-nav .current_page_item > a, #headerwrap #mobile-menu.sidemenu-on nav #main-nav .current-menu-item > a {	
	color: #f9c408; 
}
#headerwrap #mobile-menu.sidemenu-on nav #main-nav .current_page_item > a:hover, #headerwrap #mobile-menu.sidemenu-on nav #main-nav .current-menu-item > a:hover {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover {	
	color: #f9c408;background: none;
	background-color: #ffffff; 
}
.post-title a:hover {	
	color: #c5692c; 
}
#footer-logo, #footer #footer-logo a {	display: none; 
}
#footerwrap {	
	background-size: cover;
	background-position: center top;
	border: none !important; 
}
#footer {	
	background-size: cover;
	background-position: center top;
	border: none !important;	font-weight:500;
 
}
#footer, #footer .footer-text {	
	color: #0d667a; 
}
#footer a {	
	color: #0d667a; 
}
#footer-nav {	
	border: none !important; 
}
#footer-nav a {	
	border: none !important; 
}
.footer-widgets .widget {	
	background-size: cover;
	border: none !important; 
}
.footer-widgets .widgettitle {	
	color: #ffffff;
	border: none !important; 
}
.footer-widgets .widget li {	
	border: none !important; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body {	
	background-repeat: repeat-y; 
}
#sidebar {	
	width: 20px; 
}
h1 {		font-weight:normal;
 
}
h2 {		font-weight:normal;
 
}
h3 {		font-weight:normal;
 
}
input[type=reset], input[type=submit], button {	background: none;
	background-color: #f9c408; 
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {	background: none;
	background-color: #0d667a; 
}
#headerwrap {	background: none;
	background-color: #4b773e; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	background: none;
	background-color: #4b773e;
	background-size: cover;
	background-position: center center; 
}
#site-description {		font-weight:bold;
 
}
#main-nav {	
	border: none !important; 
}
body:not(.mobile_menu_active) #main-nav a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav a:hover {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a, body:not(.mobile_menu_active) #main-nav .current-menu-item > a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a:hover, body:not(.mobile_menu_active) #main-nav .current-menu-item > a:hover {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav ul a, body:not(.mobile_menu_active) #main-nav .current_page_item ul a, body:not(.mobile_menu_active) #main-nav ul .current_page_item a, body:not(.mobile_menu_active) #main-nav .current-menu-item ul a, body:not(.mobile_menu_active) #main-nav ul .current-menu-item a {	
	color: #f9c408; 
}
body:not(.mobile_menu_active) #main-nav ul a:hover, body:not(.mobile_menu_active) #main-nav .current_page_item ul a:hover, body:not(.mobile_menu_active) #main-nav ul .current_page_item a:hover, body:not(.mobile_menu_active) #main-nav .current-menu-item ul a:hover, body:not(.mobile_menu_active) #main-nav ul .current-menu-item a:hover {	background: none;
	background-color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #4b773e; 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, #headerwrap #mobile-menu.sidemenu-on nav .current-menu-item > a {	
	color: #f9c408; 
}
#headerwrap #mobile-menu.sidemenu-on nav #main-nav .current_page_item > a, #headerwrap #mobile-menu.sidemenu-on nav #main-nav .current-menu-item > a {	
	color: #f9c408; 
}
#headerwrap #mobile-menu.sidemenu-on nav #main-nav .current_page_item > a:hover, #headerwrap #mobile-menu.sidemenu-on nav #main-nav .current-menu-item > a:hover {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #f9c408; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover {	
	color: #f9c408;background: none;
	background-color: #ffffff; 
}
.post-title a:hover {	
	color: #c5692c; 
}
#footer-logo, #footer #footer-logo a {	display: none; 
}
#footerwrap {	background: none;
	background-color: #0d667a;
	background-size: cover;
	background-position: center center;
	border: none !important; 
}
#footer {	
	background-size: cover;
	background-position: center top;
	border: none !important;
	font-family: "Open Sans";	font-weight:bold;
 
}
#footer, #footer .footer-text {	
	color: #f9c408; 
}
#footer a {	
	color: #ffffff; 
}
#footer-nav {	
	border: none !important; 
}
#footer-nav a {	
	border: none !important; 
}
.footer-widgets .widget {	
	background-size: cover;
	border: none !important; 
}
.footer-widgets .widgettitle {	
	color: #ffffff;
	border: none !important; 
}
.footer-widgets .widget li {	
	border: none !important; 
}
 }
/* Themify Custom CSS */
.wgs_wrapper .gsc-input-box .gsib_a input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
	font-size:0px !important;
}
.wgs_wrapper .gsc-input-box .gsib_a input::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
	font-size:0px !important;
}
.wgs_wrapper .gsc-input-box .gsib_a input:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
	font-size:0px !important;
}
.wgs_wrapper .gsc-input-box .gsib_a input:-moz-placeholder { /* Firefox 18- */
  color: transparent;
	font-size:0px !important;
}

.gcsc-find-more-on-google-branding,.gcsc-more-maybe-branding-root,.gsc-adBlock {
    display: none !important;
}
button.gsc-search-button.gsc-search-button-v2 svg {
    width: 22px !important;
    height: 22px !important;
}
.gsst_a .gscb_a, .gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
    color: #fff !important;
}
.cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover,.cse .gsc-search-button-v2, .gsc-search-button-v2{
	background-color: transparent !important;
	border:0px !important
}
.wgs_wrapper .gsc-input-box .gsib_a input{
	background-color: transparent !important;
	color: #fff;
	background: url() !important;
}
.wgs_wrapper .gsc-input-box{
	border: 1px solid rgba(255,255,255,0.5);
    background-color: transparent;
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 20px 45px 22px 29px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
	.module.ui .tab-nav{
		display:flex;
	}
	.module.ui ul.tab-nav li a{
		font-size:11px;
	}
    #test {
       display: none;
    }
}
/*change color of the donate button*/
#menu-item-11702 {
    background: white;
}
/*change color of the event tickets button*/

#menu-item-11702 {
    background: white;
}
/*change color of the member button*/
#menu-item-1099 {
    background: #795367;
}
/*change color of the calendar button*/
#menu-item-11182 {
    background: #954341;
}
#menu-call-outs {

}
#sidebar {
  display: none;
}
/*change color of the donate button*/
#menu-item-11702 {
    background: white;
	
/*widget button-footer widget 2*/
}
.widget-button-2 {
    background-color: #F9C408;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: 'Poppins';
    font-size: 0.85em;
    font-weight: 700;
    padding: 1.05em 2.8em 1em 3em;
    cursor: pointer;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
}
	/*Change alignment of categories*/
}
.the-events-calendar-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.the-events-calendar-category-list ol li {
  display: inline-block;
  list-style: none;
  padding: 0.5rem 1rem;
}
.tribe-events-view--list.tribe-events-view--shortcode .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper{
  max-width:200px;
}
.tribe-events-view--list.tribe-events-view--shortcode .tribe-events-calendar-list__event-row article{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
	align-items:start;
	flex-direction:row;
}
.tribe-events-view--list.tribe-events-view--shortcode .tribe-events-calendar-list__event-row article > div {
	padding: 0.5rem 1rem;
	max-width: 500px;
	display: block;
	text-align: left;
}
	/*Remove Calendar Organizer*/

.tribe-events-meta-group-organizer dt,
.tribe-events-meta-group-organizer .tribe-organizer-email {
  display: none;
}

.tribe-events-organizer-meta .email {
  display: none;
}

@media screen and (min-width: 1326px) {
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right{
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		z-index: 98;
	}
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right #menu-item-11702 a{
		background-color:#4B773E;
	}
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right #menu-item-1100 a{
		background-color:#C5692C;
	}
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right #menu-item-1099 a{
		background-color:#0D667A;
	}
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right #menu-item-11182 a{
		background-color:#F9C408;
	}
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right #menu-item-19935 a{
		background-color:#0C667A;
	}
}
@media screen and (max-width: 1325px) {
	body > .wpb-fmc-floating-menu.wpb-fmc-floating-menu-right{
		display:none;
	}
}

#tribe-events .tribe-events-content a:link {
color: #C5692C !important;
}



#tribe-events .tribe-events-list-event-title
a:link {
color: #C5692C !important;
}

#tribe-events a { color: #C5692C !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
display: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
    display: none;
}

.social-share-wrap {
    display: none;
}

.single_job_listing .application, .job-manager-application-wrapper .application {
    display: none;
}

body .gform_wrapper select.gfield_select {
    padding: 0 0 0 5px;
}

.widget .social-links a, .widget .social-links a:hover {
    text-decoration: none;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f9c408;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-links li i{
		padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}
div#text-9 {
    background: #f9c408;
    text-align: center;
    padding: 10px;
}
div#text-10 {
    background: #f9c408;
    text-align: center;
    padding: 10px;
		line-height:1.2;
}

@media screen and (max-width: 768px) 
	{
		div#text-9 {
			margin-bottom:15px;
		}
		#footer a {
    color: #f9c408 !important;
}
		
	
		#footer .col3-1 span{
    font-size:11px !important;
}
		.widget .social-links a, .widget .social-links a:hover {

    width: 36px;
    height: 36px;
		}
	}
.social-widget .social-links .icon-medium i, .social-widget div.rss a {
    font-size: 19px;
	padding: initial;
}
.ui.shadow>li.current, .ui.shadow .tab-nav li.current {
  
	border:1px solid #a35004
}
.gform_title {
	color: #000000 !important;}
