@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/event/styles/modules/site-logo.css*/
#site-logo {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 36px 0;
	text-transform: uppercase;
	font: 400 2em/1.1em 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}
#site-logo a,
#site-logo a:hover {
	text-decoration: none;
}
/*/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/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/appearance/rounded.css*/
/* top left corner */
.ui.rounded,
.ui.builder_button.rounded:before,
.ui.nav.rounded>li:first-child,
.ui.nav.separate.rounded>li,
.ui.nav.separate.rounded>li a:before,
.ui.nav.rounded ul,
.ui.nav.rounded ul>li:first-child,
.ui.nav.rounded>li:first-child a,
.ui.nav.rounded>li:first-child a:before,
.ui.nav.rounded ul>li:first-child a:before,
.ui.module-tab.rounded.vertical .tab-nav,
.ui.module-tab.rounded.vertical .tab-nav li:first-child,
.ui.module-tab.rounded .tab-nav li,
.ui.module-accordion.rounded li:first-child,
.ui.module-accordion.rounded>li:first-child .accordion-title,
.ui.module-accordion.rounded>li:first-child .accordion-title a:before,
.ui.module-accordion.rounded.separate .accordion-title a:before,
.ui.module-callout.rounded,
.ui.module-callout.rounded:before,
.ui.nav.rounded>li:first-child:before,
.ui.nav.fullwidth.rounded:before,
.ui.glossy.rounded .tab-nav>li a:before,
.ui.nav.rounded.separate.vertical li:last-child:before,
.ui.nav.rounded.vertical.separate>li:last-child a:before,
.ui.module-tab.panel.rounded .tab-nav,
.ui.module-tab.panel .tab-nav:before{
    border-top-left-radius:8px
}
/* top right corner */
.ui.rounded,
.ui.builder_button.rounded:before,
.ui.nav.rounded.vertical li:first-child,
.ui.nav.rounded>li:last-child,
.ui.nav.separate.rounded>li,
.ui.nav.separate.rounded>li a:before,
.ui.nav.rounded ul,
.ui.nav.rounded ul>li:first-child,
.ui.nav.rounded>li:last-child a:before,
.ui.nav.rounded ul>li:first-child a:before,
.ui.nav.rounded li:last-child a,
.ui.module-tab.rounded .tab-nav li,
.ui.module-accordion.rounded li:first-child,
.ui.module-accordion.rounded>li:first-child .accordion-title,
.ui.module-accordion.rounded>li:first-child .accordion-title a:before,
.ui.module-accordion.separate.rounded .accordion-title a:before,
.ui.module-callout.rounded,
.ui.module-callout.rounded:before,
.ui.nav.rounded>li:last-child:before,
.ui.nav.rounded.vertical>li:first-child:before,
.ui.nav.fullwidth.rounded:before,
.ui.glossy.rounded .tab-nav>li a:before,
.ui.nav.separate.rounded.vertical li:last-child:before,
.ui.nav.rounded li:last-child:before,
.ui.nav.rounded.vertical li:first-child a:before,
.ui.nav.separate.rounded.vertical>li:last-child a:before,
.ui.module-tab.panel.rounded .tab-nav,
.ui.module-tab.panel .tab-nav:before{
    border-top-right-radius:8px
}
/* bottom right corner */
.ui.rounded,
.ui.nav.rounded>li:last-child,
.ui.nav.separate.rounded>li,
.ui.nav.rounded ul,
.ui.nav.rounded ul>li:last-child,
.ui.nav.rounded li:last-child a,
.ui.module-accordion.rounded li:last-child,
.ui.module-accordion.rounded>li:last-child .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-content,
.ui.module-accordion.rounded li:last-child .accordion-content,
.ui.module-callout.rounded{
    border-bottom-right-radius:8px
}
/* bottom left corner */
.ui.rounded,
.ui.nav.rounded.vertical li:last-child,
.ui.nav.rounded>li:first-child,
.ui.nav.rounded.separate>li,
.ui.nav.rounded ul,
.ui.nav.rounded ul>li:last-child,
.ui.nav.rounded>li:first-child a,
.ui.module-tab.rounded.vertical .tab-nav,
.ui.module-tab.rounded.vertical .tab-nav li:last-child,
.ui.module-accordion.rounded li:last-child,
.ui.module-accordion.rounded>li:last-child .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-content,
.ui.module-accordion.rounded li:last-child .accordion-content,
.ui.module-callout.rounded{
    border-bottom-left-radius:8px
}
/* no top-left corner */
.ui.nav.separate.vertical ul li:not(:first-child) a:before,
.ui.tab.vertical .tab-nav li:not(:first-child) a:before,
.ui.module-tab.panel.rounded .tab-content,
.ui.module-tab.vertical li:last-child a:before{
    border-top-left-radius:0;
}
/* no top-right corner */
.ui.nav.separate.vertical ul li:not(:first-child) a:before,
.ui.tab.vertical .tab-nav li:not(:first-child) a:before,
.ui.nav.fullwidth.rounded li:last-child a,
.ui.nav.fullwidth.rounded li:last-child,
.ui.nav.rounded.vertical li:last-child,
.ui.module-tab.panel.rounded .tab-content,
.ui.module-tab.vertical li:first-child a:before,
.ui.module-tab.vertical li:last-child a:before{
    border-top-right-radius:0
}
/* no bottom-left corner */
.ui.nav.rounded.vertical>li:first-child,
.ui.nav.rounded.vertical>li:first-child a,
.ui.module-accordion.rounded>li:last-child.current .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-title{
    border-bottom-left-radius:0;
}
/* no bottom-right */
.ui.nav.rounded.vertical>li:first-child,
.ui.nav.rounded.vertical>li:first-child a,
.ui.nav.fullwidth.rounded li:last-child a,
.ui.nav.fullwidth.rounded li:last-child,
.ui.module-accordion.rounded>li:last-child.current .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-title{
    border-bottom-right-radius:0
}
/* all border-radius */
.ui.nav.rounded.vertical.separate>li:first-child,
.ui.nav.rounded.vertical.separate>li:first-child a,
.ui.nav.rounded.vertical.separate>li:last-child,
.ui.nav.rounded.vertical.separate>li:last-child a,
.ui.module-accordion.separate.rounded li,
.ui.module-accordion.separate.rounded .accordion-title,
.ui.module-tab.rounded .tab-content{
    border-radius:8px
}
/* no border-radius all */
.ui.nav.rounded.vertical>li:last-child:before,
.ui.module-tab.rounded.vertical .tab-nav li,
.ui.nav.rounded.vertical>li:last-child a:before{
    border-radius:0
}
/*/themify-builder/css/modules/image_styles/overlay.css*/
.module-image.image-overlay{
    font-size:.85em
}
.module-image.image-overlay .image-wrap{
    margin:0
}
.module-image.image-overlay .image-wrap img{
    width:100%
}
.module-image.image-overlay .image-content{
    box-sizing:border-box;
    padding:2% 4%;
    width:100%;
    background:rgba(0,0,0,.7);
    color:#ccc;
    line-height:1.4em;
    transition:background-color .3s ease-in-out,color .3s ease-in-out
}
.module-image.image-overlay .image-wrap noscript + .image-content,
.module-image.image-overlay .image-wrap a + .image-content,
.module-image.image-overlay img + .image-content{
    position:absolute;
    bottom:0;
    left:0
}
.module-image.image-overlay p{
    margin:0 0 5px
}
.module-image.image-overlay .image-title{
    font-size:1.1em
}
.module-image.image-overlay a,
.module-image.image-overlay a:hover{
    color:#fff;
    text-decoration:none
}
.module-image.image-overlay h1,
.module-image.image-overlay h2,
.module-image.image-overlay h3:not(.module-title),
.module-image.image-overlay h4,
.module-image.image-overlay h5,
.module-image.image-overlay h6{
    color:#fff;
    margin:0 0 .4em
}
.module-image.rounded.image-overlay .image-content{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px
}
.module-image.circle.image-overlay .image-content{
    border-bottom-left-radius:50em;
    border-bottom-right-radius:50em;
    overflow:hidden;
    text-align:center
}
/* Image caption effect */
.module.image-overlay.active-caption-hover .image-wrap{
    overflow:hidden
}
.module.image-overlay.active-caption-hover .image-wrap .image-content{
    transition:bottom .6s;
    bottom:-100%
}
.module.image-overlay.active-caption-hover .image-wrap:hover .image-content{
    transition:bottom .3s;
    bottom:0
}
/*/themify-builder/css/modules/image_styles/top.css*/
.module-image.image-top .image-content{
    margin-top:.5em;
    margin-bottom:1em
}
/*/wp-content/themes/event/style.css*/
/*
Theme Name: Themify Event
Theme URI: https://themify.me/themes/event
Version: 5.2.1
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) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

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

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

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

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

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
@font-face {
	font-family: 'themify_theme_icon';
	font-display:swap;
	src: url('data:application/octet-stream;base64,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') format('woff');
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: 1em/1.8em Arial, Helvetica, sans-serif;
	color: #20272f;
	overflow-wrap:break-word;
	background-color: #20272f;
}
a {
	text-decoration: underline;
	outline: none;
	color: #02BECE;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
ul {
	list-style: none;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0 0 .5em;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	overflow-wrap: normal;
}
h1 {
	font-size: 3.2em;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: -.03em;
	margin-bottom: .3em;
}
h2 {
	font-size: 2.8em;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: -.03em;
	margin-bottom: .3em;
}
h3 {
	font-size: 1.5em;
	letter-spacing: -.03em;	
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background-color: rgba(213,213,213,.4);
	color: #999;
	border: none;
	padding: 10px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* 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 {
	outline: none;
	background-color: rgba(213,213,213,.2);
	color: #333;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: rgba(1,194,211,1);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: .85em;
	margin: 2px 0 10px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px;
	-webkit-appearance: none;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: rgba(1,194,211,.75);
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav,#sidebar, .widget, #footerwrap, #footer {
	box-sizing: border-box;
}
#headerwrap {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.fixed-header-enabled #headerwrap{
	position:sticky;
	position:-webkit-sticky; /*for safari*/
}
.footer-inner,
.header-inner {
	padding: 0 5%; /* left/right padding space */	
}
#layout {
	background-color: #20272f;
	border-top: solid 5px #02BECE;
}
#content {
	background-color: #fff;
	position: relative;
	width: 70%;
	padding: 5% 3% 6% 5%; /* left/right padding space */
	margin-top: -10px; /* to shift content up to overlay headerwrap border */
	float: left;
}
#sidebar {
	width: 27%;
	padding: 2% 0 5% 3%;
	float: left;
}

/* fullwidth content */
.full_width #content {
	padding: 0 !important;
	width: auto !important;
	float: none;
	height: auto !important; /* reset auto height added by js */
}
.full_width #sidebar {
	width: auto;
	float: none;
	height: auto !important; /* reset auto height added by js */
}

/* sidebar-none */
.sidebar-none #content {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	float: none;
	margin: 0;
}
.sidebar-none #layout {
	border-top: none;
}
.sidebar-none #body {
	background-color: #fff;
}

/* footer */
#footerwrap {
	clear: both;
	position: relative;
	z-index: 7;
}

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

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

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	background-color: #2b333d;
	color: #fff;
}
#header a {
	color: #fff;
}
#header {
	position: relative;
	transition: all 0.5s ease-out;
}

/*
FIXED HEADER
================================================ */
#headerwrap.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin-top: -60px;
}
.admin-bar #headerwrap,
.admin-bar #headerwrap.fixed-header {
	top: 32px;
}
.fixed-header #menu-icon {
	top: 24px;
}
.fixed-header #site-logo {
	padding: 32px 0 0;
	font-size: 1.65em;
	line-height: 100%;
}
/* prevent tall logo extending fixed-header */
.fixed-header #site-logo img {
	max-height: 50px;
	width: auto;
}
.fixed-header #searchform-wrap {
	margin-top: 8px;
}
.fixed-header #main-nav a {
	padding: 30px 15px;
}
.fixed-header #main-nav ul a, .fixed-header #main-nav .current_page_item ul a, 
.fixed-header #main-nav ul .current_page_item a, 
.fixed-header #main-nav .current-menu-item ul a, 
.fixed-header #main-nav ul .current-menu-item a {
	padding: 6px 6px 6px 15px;
}

/* prevent transparent header overlap builder */
.themify_builder_active.fixed-header-enabled #headerwrap,
.transparent-header.themify_builder_active #headerwrap {
	color: inherit;
}
.transparent-header.themify_builder_active #headerwrap a {
	color: inherit;
}


/* 
SOCIAL WIDGET
================================================ */
#social-wrap {
	position: absolute;
	top: 10px;
	right: 0;
}
.social-widget {
	float: right;
	margin-left: 5%;
}
#nav-bar .social-widget {
	text-align: right;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	vertical-align: top;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
.social-widget ul {
	padding: 0;
	display: inline;
}
.social-links.horizontal li {
	border: medium none !important;
	clear: none;
	display: inline-block;
	line-height: 100%;
	margin: 0 2px;
	padding: 0 2px 5px 0;
}

.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
}
.social-widget ul li a:before, .social-widget div.rss a:before {
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.social-widget ul li a:hover i:before, .social-widget ul li a:hover:before, .social-widget div.rss a:hover:before {
	color: #fff;
}
.social-widget div.rss a {
	border-radius: 100%;
	display: inline-block;
	height: 20px;
	padding: 6px;
	width: 20px;	
}
.social-widget div.rss a:before {
	content: "\f09e"; /* fa-rss */
	margin-top: -0.16em;
}

/* 
SEARCH FORM
================================================ */

#searchform-wrap {
	position: absolute;
	margin: 24px 0 0 40px;
	z-index: 2;
	right: 3%;
}
#headerwrap #searchform {
	position: absolute;
	top: 0; 
	right: 0;
	padding-top: 20px;
}
#headerwrap #searchform #s {
	width: 20px;
	background: transparent;
	color: transparent;
	padding: 10px;
	margin: -5px 0 0;
	float: right;
	border: none;
	transition: width .7s;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 180px;
	color: #02BECE;
	background-color: #fff;
	border: 1px solid #aaa;
	cursor: pointer;
}
#headerwrap #searchform .icon-search:before {
	content: "\f002"; /* fa-search */
	font-family: 'themify_theme_icon';
	color: #02BECE;
	font-size: 1.25em;
	font-style: normal;
	position: absolute;
	right: 6px;
	top: 20px;
}


/* 
TOP NAV
================================================ */
#nav-bar {
	background-color: rgba(0,0,0,.3);
	width: 100%;
	padding-top: 14px;
	min-height: 28px;
}
.social-widget {
	text-align: right !important;
}
/* 
MAIN NAVIGATION
================================================ */
/* menu icon */
#menu-icon {
	display: none;
}

/* main-nav */
#main-nav {
	display: block;
	margin: 0 35px 0 0;
	padding: 0;
	float: right;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* dropdown icon */
#main-nav .menu-item-has-children > a:after {
	content: "\f039"; /* fa-align-justify */
	font-family: 'themify_theme_icon';
	font-size: 1em;
	line-height: 0;
	margin-left: 10px;
	position: relative;
	text-transform: none;
	top: 0;
}
#main-nav ul .menu-item-has-children > a:after {
	content: "\f054"; /* fa-chevron-right */
	font-family: 'themify_theme_icon';
	font-size: .65em;
	position: absolute;
	right: 10px;
	top: 50%;
}
/* main level link */
#main-nav a {
	color: #fff;
	display: block;
	padding: 50px 10px;
	margin: 0 0 0 5px;
	text-decoration: none;
	font: normal 1em/120% 'Montserrat', Arial, Helvetica, sans-serif;
	text-shadow: none;
	border: 0;
	transition: all ease-in-out 0.2s;
}
/* main level link :hover */
#main-nav a:hover {
	color: #02bece;
	box-shadow: inset 0 5px 0 0 #02bece;
}
/* current link */
#main-nav .current_page_item a, 
#main-nav .current-menu-item a {
	color: #02bece;
}
/* current link :hover */
#main-nav .current_page_item a:hover, 
#main-nav .current-menu-item a:hover {
	color: #02bece;
}
/* sub-levels link */
#main-nav ul a, 
#main-nav .current_page_item ul a, 
#main-nav ul .current_page_item a, 
#main-nav .current-menu-item ul a, 
#main-nav ul .current-menu-item a {
	color: rgba(255,255,255, .8);
	font: normal .9em/1.4em Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, 
#main-nav .current_page_item ul a:hover, 
#main-nav ul .current_page_item a:hover, 
#main-nav .current-menu-item ul a:hover, 
#main-nav ul .current-menu-item a:hover {
	background-color: #02bece;
	color: #fff;
	box-shadow: none;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: rgba(0,0,0,.9);
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}

/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
#main-nav .dropdown-open > .sub-menu {
	opacity: 1 !important;
	transform: none !important;
}
#main-nav .has-mega-column > .sub-menu .child-arrow {
	display: none;
}
#main-nav.with-sub-arrow a:after {
	display: none;
}
.with-sub-arrow .child-arrow{
	margin-left:10px
}

/* Edge Menu */
#main-nav li.edge > ul {
	left: auto;
    right: 0;
}
#main-nav ul li.edge > ul {
	left: auto;
    right: 100%;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
#menu-icon {
	font-size: .85em !important;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu-icon:before {
	content: "\f039"; /* fa-angle-justify */
	font-family: 'themify_theme_icon';
	font-size: 1.65em;
	margin-right: 10px;

}
.mobile-menu-visible {
    position: relative;
    overflow-y: hidden;
}
.body-overlay {
    display: none;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 260px;
    top: 0;
    z-index: 1000;
    box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
}
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 60px;
	padding: 0;
	font-size: 320%;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #20272F;
	text-transform: uppercase;
}
.full_width .page-title {
	padding-top: 5%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	overflow: hidden;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}
/************************************************************************************
POST LAYOUTS
*************************************************************************************/
.post {
	box-sizing: border-box;
	margin-bottom: 60px;
}

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

/* post title */
.post-title {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 110%;
	font-weight: 700;
	margin: 0 0 .8em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: inherit;
}
.post-title a:hover {
	color: #02bece;
}

/* post category */
.post-category {
	text-transform: uppercase;
	font: normal 1em 'Montserrat', Arial, Helvetica, sans-serif;
}
.post-category a {
	text-decoration: none;
}

/* post tag */
.post-tag {
	font-size: .85em;
	color: rgba(32,39,47,.2);
}
.post-tag:before {
	content: ' s';
	display: inline-block;
	font-size: 0;
	width: 1px;
	height: 16px;
	background-color: rgba(32, 39, 47, 0.3);
	margin: 0 12px 0 10px;
	transform: skew(-30deg);
}
.post-tag a {
	text-decoration: none;
	color: rgba(32,39,47,.3);
	margin-right: 2px;
}
.post-tag a:hover {
	color: #02bece;
}

/* post image */
.post-image {
	margin: 0 0 20px;
}
.single .featured-area{
        padding-bottom: 0;
}
.single .featured-area .post-image {
	margin: 0;
	float: none;
	clear: both;
}
.post-image img {
	width: 100%;
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* post meta */
.post-category-wrap {
	margin: 0 0 10px;
}
.post-meta {
	padding: 10px 0;
	margin: -10px 0 30px 0;
	border-color: #bebebe;
	border-bottom: 1px solid rgba(94,94,94,.4);
	position: relative;
	border-spacing: 0;
	text-align: right;
}

/* post author */
.post-author,
.post-date {
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
}
.post-author {
	margin-right: 10px;
}
.post-author a {
	text-decoration: none;
}
.location {
	font-size: .85em;
}
.post-meta .author-avatar {
	display: inline-block;
	vertical-align: middle;
}
.post-meta .meta-left {
	float: left;
}
.post-meta .meta-right {
	float: right;
}

.divider {
	border-bottom: 5px solid #20272F;
	margin: 40px 0;
	clear: both;
}

/*.featured-area*/
.featured-area {
	overflow: hidden;
	padding-bottom: 46.25%;
	position: relative;
	background-color: #000;
}
.featured-area img {
	min-width: 100%;
	height: auto;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	margin: 0 0 50px;
	transition: background-color .5s ease-out;
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
} 
.loops-wrapper.slider .post-image {
	float: none;
	margin: 0;
	padding-top: 0;
	width: 100%;
} 
.loops-wrapper.slider .post-image .themify_lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 5px;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .post-image:before {
	position: absolute;
	font-size: 3em;
	width: 50px; height: 40px; top: 50%; left: 50%; margin-top: -20px; margin-left: -15px;
}
.loops-wrapper.slider .post-meta {
	position: absolute;
	top: 10px;
	right: 2%;
}
.loops-wrapper.slider .post-content {
	position: absolute;
	bottom: 0;
	width: 94%;
	min-height: 40px;
	padding: 15px 3%;
	overflow: visible;
	margin: 0 auto;
	background-color: rgba(0,0,0,.6);
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}
.loops-wrapper.slider .post-stats a,
.loops-wrapper.slider .post-stats i,
.loops-wrapper.slider .post-stats a i:before {
	color: #fff;
	text-decoration: none;
}
.loops-wrapper.slider .post-stats a i:hover:before,
.loops-wrapper.slider .post-stats a i:hover {
	color: #02BECE;
}
.loops-wrapper.slider .post-meta {
	border: none;
}
.loops-wrapper.slider .post-share:before {
	height: 45px;
}
.loops-wrapper.slider .post-share:hover .social-share {
	top: -80px;
}
.loops-wrapper.slider .post-tag:before,
.loops-wrapper.slider .post-share:before {
	background-color: rgba(255,255,255,.4);
}

/* 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: -10000em;
	text-decoration: none;
	color: #fff !important;	
	background-color: rgba(0,0,0,.3) !important;
	padding: 5% 2%;
	transition: all .2s ease-in-out;
}
.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;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	left: 0;
	border-radius: 0 6px 6px;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	right: 0;
	border-radius: 6px 0 0 6px;
}
.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: 2.5%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 2.5%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	float: right;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before {
	content: '\f054'; /* fa-chevron-right */
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	content: '\f053'; /* fa-chevron-left */
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	border: none;
	transform: none;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-image,
.module.loops-wrapper.list-post .post-image {
	margin-bottom: 20px;
}
.loops-wrapper.list-post .post-title,
.module.loops-wrapper.list-post .post-title {
	margin-bottom: 20px;
}
.loops-wrapper.list-post .post-date,
.module.loops-wrapper.list-post .post-date {
	font-size: 1em !important;
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	margin-bottom: 40px;
	text-align: left;
}
.loops-wrapper.grid4 .post-category-wrap {
	margin: 0 0 5px;
	font-size: .85em;
}
.loops-wrapper.grid4 .post-title,
.module.loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
}
.loops-wrapper.grid4 .post-image {
	margin-bottom: 1em;
}
.loops-wrapper.grid4 .author-avatar {
	width: 40px;
	height: 40px
}
.loops-wrapper.grid4 .post-stats {
	font-size: .85em;
}

.loops-wrapper.grid4 .format-standard .post-date {
	font-size: .85em;
}

/* share grid4 */
.loops-wrapper.grid4 .facebook-share .share span:after,
.loops-wrapper.grid4 .pinterest-share .share span:after,
.loops-wrapper.grid4 .googleplus-share .share span:after,
.loops-wrapper.grid4 .twitter-share .share span:after,
.loops-wrapper.grid4 .linkedin-share .share span:after {
	font-size: 1.45em;
	margin-bottom: 4px;
}
.loops-wrapper.grid4 .post-share .sharrre {
	margin: 4px 10px;
}
.loops-wrapper.grid4 .sharrre .count {
	font-size: .85em !important;
}

/* grid4 event arrangements */
.loops-wrapper.grid4 .event-info-wrap {
	font-size: 0.85em !important;
}
.loops-wrapper.grid4 .event-info-wrap *:before {
	font-size: 1em !important;
}
.loops-wrapper.grid4 .event-post .location {
	display: block;
}
.loops-wrapper.grid4 .event-post .location:before {
	margin-left: 0;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	margin-bottom: 50px;
	text-align: left;
}
.loops-wrapper.grid3 .post-category-wrap {
	margin: 0 0 5px;
	font-size: .95em;
}
.loops-wrapper.grid3 .post-title,
.module.loops-wrapper.grid3 .post-title {
	font-size: 1.3em;
}
.loops-wrapper.grid3 .post-image {
	margin-bottom: 1.3em;
}
.loops-wrapper.grid3 .post-meta .meta-right .post-stats {
	padding-top: 0;	
}
.loops-wrapper.grid3 .post-stats {
	font-size: .85em;
}

/* grid3 event arrangements */
.loops-wrapper.grid3 .event-info-wrap {
	font-size: 0.95em !important;
}
.loops-wrapper.grid3 .event-info-wrap *:before {
	font-size: 1.15em !important;
}
.loops-wrapper.grid3 .event-post .location {
	display: block;
}
.loops-wrapper.grid3 .event-post .location:before {
	margin-left: 0;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	margin-bottom: 60px;
	text-align: left;
}
.loops-wrapper.grid2 .post-category-wrap {
	margin: 0 0 5px;
}
.loops-wrapper.grid2 .post-title,
.module.loops-wrapper.grid2 .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2 .post-image {
	margin-bottom: 1.3em;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post-title,
.module.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 1.4em;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 0 1.3em 1em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 0 1.3em 1em 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 1.3em 1em 0;
}
.loops-wrapper.list-large-image .post-title,
.module.loops-wrapper.list-large-image .post-title {
	margin: 0 0 5px;
	padding: 0;
}


/*
POST SHARE
================================================ */
.post-share {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.post-share:before {
	content: ' s';
	display: block;
	float: left;
	font-size: 0;
	width: 1px;
	height: 60px;
	background-color: rgba(94,94,94,.4);
	margin-right: 30px;
	margin-bottom: -10px;
	transform: skew(-30deg);
}
.post-share a {
	text-decoration: none;
}
.post-share .box {
	display: inline-block;
}
.post-share .box a:hover{
	text-decoration:none;
}
.post-share .count {
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 100%;
	color: rgba(32, 39, 47, .3);
}
.post-share .share {
	display: block;
	font-size: .75em;
	font-weight: 700;
	color: #20272E;
	text-transform: uppercase;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
        margin-top: 10px;
}
.post-share .social-share {
	text-align: center;
	min-width: 245px;
	display: block;
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 20px;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid rgba(32, 39, 47, .2);
	margin: 0;
	padding: 5px 0;
	opacity: 0;
	transition: all .2s ease-in-out;
}

/* show dropdown social boxes */
.post-share:hover .social-share {
	display: block;
	visibility: visible;
	opacity: 1;
	top: 50px;
}
.sharrre .count {
	font-size: 1em !important;
	color: rgba(32, 39, 47, 0.3);
	text-align: center;
	font-weight: normal !important;
}
.post-share .sharrre {
	display: inline-block;
	min-width: 20px;
	margin: 6px 10px;
	text-align: center;
}

/* Social icons */
.facebook-share .share span:after {
	content: '\f09a'; /* fa-facebook */
}
.pinterest-share .share span:after {
	content: '\f0d2'; /* fa-pinterest */
}
.googleplus-share .share span:after {
	content: '\f0d5'; /* fa-google-plus */
}
.twitter-share .share span:after {
	content: '\f099'; /* fa-twitter */
}
.linkedin-share .share span:after {
	content: "\f0e1"; /* fa-linkedin */
}
/* common social icons config */
.social-share .share span:after {
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #20272F;
	font-size: 2em;
	top: 0;
	left: 0;
	margin-bottom: 6px;
}
.post-share .box:hover span:after {
	color: #4ECADA;
}

/*
POST STATS
================================================ */
.post-stats {
	font-size: .85em;
	font-variant: normal;
	text-align: left;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.post-stats i {
	font-style: normal;
}
.post-stats a,
.post-stats i,
.post-stats a i:before {
	color: rgba(32,39,47,.3);
	text-decoration: none;
}
.post-stats a i:hover:before,
.post-stats a i:hover {
	color: rgba(32,39,47,1);
}
.post-stats .stats-views i:before,
.post-stats .stats-comments i:before,
.post-stats .stats-likes i:before {
	font-size: 1em;
	margin-right: 10px;
	position: relative;
	font-family: 'themify_theme_icon';
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}
/* view */
.post-stats .stats-views i:before {
	content: "\f06e"; /* fa-eye */
}
/* comment */
.post-stats .stats-comments i:before {
	content: "\f075"; /* fa-comment */
}
/* like */
.post-stats .stats-likes i:before {
	content: "\f004"; /* fa-heart */
	top: 1px;
}
/* like done */
.post-stats .stats-likes .likeit_done i:before {
	content: "\f00c"; /* fa-check */
}

.post-stats .stats-views,
.post-stats .stats-comments,
.post-stats .stats-likes {
	margin-right: 10px;
}

/************************************************************************************
SECTION POST
*************************************************************************************/
.section-post {
	overflow: hidden;
}
.section-post .section-inner {
	padding: 80px 5% 40px;
}
.section-post.fullwidth .section-inner {
	width: 100% !important;
	padding: 0;
}

/************************************************************************************
GALLERY POST TYPE
*************************************************************************************/
/* gallery slider */
.loops-wrapper.slider.gallery {
	margin: 0;
}
.loops-wrapper.slider.gallery+.carousel-nav-wrap{
	margin-bottom:5%
}
.loops-wrapper.slider.gallery .slideshow .type-gallery {
	margin: 0;
	transform: translateZ(0);
}

#body .gallerySlide {
	margin-top: 1.25% !important;
	opacity: 0.5;
	z-index: 0;
}
#body .galleryBigSlide {
	opacity: 1;
	z-index: 1;
}

/* gallery carousel style */
.loops-wrapper.gallery.slider .carousel-pager {
	display: none;
	visibility: hidden;
}
.loops-wrapper.gallery.slider .carousel-nav-wrap {
	position: absolute; 
	top: 38%;
}
/* single gallery */
.single-gallery .featured-area {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}
.gallery-wrapper {
	max-width: 100%;
}
.gallery-wrapper .item{
	float: left;
	height: auto;
}

.gallery-wrapper .item {
	background-color: #02BECE;
}
.gallery-wrapper .item img {
	display: block;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0) scale(1,1);
	transition: opacity .5s ease;
}
.gallery-wrapper .item a:hover img {
	opacity:.5;
}
.gallery-wrapper .item a span {
	display: none;
}
.gallery-wrapper .item a:hover span {
	display: block;
	position: absolute;
	padding: 20% 5%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
}

/************************************************************************************
EVENT POST TYPE
*************************************************************************************/
.event-post .post-title {
	font-size: 2em;
}
.event-post .post-date {
	font-size: 1em;
	overflow: hidden;
	border-bottom: 0;
}
.event-post .location {
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.6em;
}
.event-post .post-image {
	margin-bottom: 16px;
}
.event-post .post-date span {
	margin: 0;
	padding: 0;
}
.event-post .post-date .day {
	margin-bottom: 4px;
}
.event-post .post-date .time {
	display: inline-block;
}

/* event info */
.event-info-wrap {
	clear: both;
	margin-bottom: 10px;
}
.event-post .location:before {
	content: '\f041'; /* fa-map-marker */
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1.25em;
	margin: 0 10px 0 20px;

}
.event-post .day:before {
	content: '\f133'; /* fa-calendar-o */
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1.25em;
	margin: 0 10px 0 0;
}

/* event list post */
.loops-wrapper.event.list-post .post-stats i:before {
	font-size: .85em;
}
.loops-wrapper.event.list-post .post-image {
	float: none;
	position: static;
	margin: 0 0 20px;
}
.loops-wrapper.event.list-post .post-date {
	font-size: 1.15em;
}
.loops-wrapper.event.list-post .post-content,
.loops-wrapper.event.list-post .post-image {
	width: auto;
}

/* event slider */
.loops-wrapper.event.slider {
	margin: 0;
}
.loops-wrapper.event.slider .post {
	position: relative;
	margin: 0;
}
.loops-wrapper.event.slider .post-content { 
	background: none;
	position: absolute;
	height: 70%;
	overflow: hidden;
	text-align:center;
	width: 80%;
	padding: 0 10%;
	top: 30%;
	margin: 0 auto;
}
.loops-wrapper.event.slider .post {
	position: relative;
}
.loops-wrapper.event.slider .post:before {
	content: "";
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0; 
        right: 0;
        bottom: 0; 
        left: 0;
	display: block;
	z-index: 11;
}
.loops-wrapper.event.slider .post .post-content {
	z-index: 12;
}
.loops-wrapper.event.slider .post-title {
	font-size: 4em;
	line-height: 100%;
	margin-bottom: 40px;
} 
.loops-wrapper.event.slider .post-meta {
	display: none;
}
.loops-wrapper.event.slider .post-date {
	float: none;
	position: relative;
	overflow: hidden;
	bottom: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.loops-wrapper.event.slider .event-info-wrap {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
}
.loops-wrapper.event.slider .post-date {
	margin: 0;
	padding: 0;
}
.loops-wrapper.event.slider .post-date span {
	display: inline-block;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* event carousel style */
.loops-wrapper.event.slider .post-image {
	margin: 0;
}
.loops-wrapper.event.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.event.slider .carousel-nav-wrap {
	position: absolute; 
	top: 38%;
}
.loops-wrapper.event.slider .carousel-pager {
	display: none !important;
	visibility: hidden !important;
}

/* slider link fix */
.loops-wrapper.event.slider .event-info-wrap,
.loops-wrapper.event.slider .carousel-nav-wrap {
	z-index: 15;
}
.loops-wrapper.event.slider .post-image a,
.loops-wrapper.event.slider .post-title,
.loops-wrapper.slider .entry-content {
	position: relative;
	z-index: 10;
}

/* single event */
.single-event .event-post .post-content {
	padding-top: 350px;
}
.single-event .loops-wrapper.shortcode .event-post .post-content,
.single-event .event-posts .loops-wrapper.shortcode .event-post .post-content {
	padding-top: 0;
}
.single-event .event-post .event-single-wrap {
	overflow: hidden;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #02bece;
}
.single-event .event-post .event-map {
	float: left;
	vertical-align: bottom;
	width: 65%;
	height: 350px;
}
.single-event .event-post .map {
	width: 100%;
	height: 350px;
}
.shortcode.map .map-container {
	border: 0 !important;
	margin: 0 !important;
}
.single-event .event-post .event-single-details {
	overflow: hidden;
	margin: 0;
	padding: 40px 5%;
}
.single-event .event-post .event-single-details .post-date {
	margin-bottom: 20px;
	text-align: left;
}
.single-event .event-post .location {
	display: block;
}
.single-event .event-post .event-single-details .location:before {
	margin-left: 0;
}
.single-event .event-post .event-single-details .address {
	margin-left: 20px;
}

/* buy tickets button */
.event-post a.button.buy {
	text-decoration: none;
	background-color: rgba(32,39,47,1);
	margin: 40px 0 20px 0;
	padding: 16px 30px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: .85em;
	text-transform: uppercase;
	border-radius: 4px;

}
.event-post a.button.buy:hover {
	background-color: rgba(32,39,47,.75);
	color: #fff;
}
.event-post a.button.buy .ticket:before {
	content: '\f145'; /* fa-ticket */
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: lighter;
	text-decoration: inherit;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}

/* event tabs */
.htabs {
	margin: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 40px;	
	text-transform: uppercase;
}
.htabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.htab-link {
	color: rgba(94,94,94,.5);
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	line-height: 1em;
	padding: .8em 1em;
	letter-spacing: 1px;
	border-bottom: 3px solid transparent;
}
.htab-link:hover {
	color: #7e7e7e;
	color: rgba(94,94,94,.8);
}
.htab-link.current {
	color: rgba(94,94,94,.8);
	border-color: rgba(94,94,94,.8);
}
.btabs {
	margin: 0;
	padding: 0;
}

/* Event Widget */
.event-posts .event-post .event-single-wrap {
	position: static;
}
.event-posts .event-post .post-content {
	padding-top: 0;
}
.event-posts .event-post .event-map {
	height: auto;
}
.event-posts .btabs .past-events {
	display: none;
}

/************************************************************************************
VIDEO POST TYPE
*************************************************************************************/
.video-post .post-image {
	overflow: hidden;
	position: relative;
}

/* video play icon */
.video-post .post-image .themify_lightbox {
	position: static;
}
.video-post .post-image a:before {
	display: block;
	content: '\f04b'; /* fa-play */
	font-family: 'themify_theme_icon';
	width: 50px; 
	height: 40px; 
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin-top: -26px; 
	margin-left: -35px; 
	padding: 12px 0 0 26px;
	font-size: 1.85em;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: rgba(0,0,0,0.4);
	border-radius: 6px;
	z-index: 1;
}
.video-post .post-image:hover a:before {
	background-color: rgba(0,0,0,0.8);
}
.loops-wrapper.list-post .post-image a:before,
.loops-wrapper.slider .post-image a:before {
	font-size: 3.4em;
	margin-left: -50px;
	padding:30px 30px 18px 40px;
}
.loops-wrapper.grid3 .post-image a:before {
	font-size: 2.3em;
	padding:16px 0 3px 26px;
}
.loops-wrapper.grid2 .post-image a:before {
	font-size: 2.6em;
	margin-left: -45px;
	padding:18px 10px 5px 30px;
}

/* video carousel style */
.loops-wrapper.video.slider .carousel-nav-wrap {
	position: relative;
}
.loops-wrapper.video.slider .carousel-pager {
	margin: 0 60px;
}
.loops-wrapper.video.slider .carousel-pager a {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	border: 0;
}
.loops-wrapper.video.slider .carousel-pager a img {
	display: block;
	visibility: visible;
	min-width: 100%;
}
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-prev,
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-next {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 46px;
	height: 100%;
	padding:0;
}
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	top: 50%;
	height: 18px;
	margin-top: -9px;
	position: absolute;
}
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-next {
	right: 0;
	left: auto;
}

/* Video Slider */
.loops-wrapper.slider.video {
	margin: 0;
}

/* Video Pager */
.video-pager {   
	padding:0 45px;
	margin: 10px 0 50px;
}
.video-pager .swiper-wrapper{
	align-items:center;
}
.video-pager .video-pager-thumb{
	overflow:hidden
}
.video-pager .video-pager-thumb img {
	width: 100%;
}
.video-pager .video-pager-thumb img[src*="img.youtube.com"]{
    width: 100%;
    height: 100%;
    margin: -9.5% 0px -10%;
}
.video-pager .carousel-nav-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin:0
}
.video-pager .carousel-prev, .video-pager .carousel-next {
	position: absolute;
	top: 0;
	left:0;
	width: 45px;
	font-weight: bold;
}
.video-pager .carousel-next {
	left:auto;
	right: 0;
}
.video-pager .carousel-prev:before,
.video-pager .carousel-next:before {
	border-width: 3px;
}

/* Video File */
.featured-video-file {
	height: auto;
	padding: 0;
}
.featured-video-file .post-image {
	margin: 0 0 5px;
}
.wp-video-shortcode, .mejs-layer {
	transition: height 0.3s ease-out;
}
video.wp-video-shortcode {
	object-fit: cover;
	width: 100% !important;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.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%;
}

/************************************************************************************
TESTIMONIALS
*************************************************************************************/
.loops-wrapper.testimonial.slider .testimonial-content,
.loops-wrapper.testimonial.slider .testimonial-author {
	text-align: center;
}
.loops-wrapper.testimonial.slider .testimonial-content {
	font-size: 2.8em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	line-height: 110%;
	color: #20272F;
	letter-spacing: .05em;
}
.loops-wrapper.testimonial.slider .testimonial-author {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	text-transform: uppercase;
}
.loops-wrapper.testimonial.slider .testimonial-author a {
	text-decoration: none;
	color: #20272F;
}
.loops-wrapper.testimonial.slider .testimonial-title {
	display: block;
	text-transform: capitalize;
	font-size: .85em;
	color: rgba(0, 0, 0, 0.4);
}
.loops-wrapper.testimonial.slider .carousel-next,
.loops-wrapper.testimonial.slider .carousel-prev {
	display: none;
	visibility: hidden;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border-top: 5px solid #02BECE;
	padding: 20px 20px 30px 20px;
	margin: 60px 0;
	background-color: rgba(32, 39, 47, 0.1);
}
.author-box .author-avatar {
	float: left;
	display: inline-block;
	position: relative;
	top: -40px;
	margin-right: 20px;
}
.author-box .author-name {
	margin: 0 0 5px;
	color: #20272f;
}
.post-meta .author-avatar img {
	border-radius: 100%;
	vertical-align: bottom;
}
.author-avatar {
	margin-right: 10px;
}
.author-avatar img {
	border-radius: 100%;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	padding: 40px 0 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.12em;
	color: #20272F;
}
.post-nav a:hover {
	text-decoration: none;
	color: #02BECE;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* full_width post-nav */
.full_width .post-nav {
	padding-left: 5%;
	padding-right: 5%;	
}

/* post nav arrow */
.post-nav .arrow {
	color: rgba(32,39,47,.3);
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	font-size: 1.5em;
	margin-bottom: 50px;
	font-size: 0;
	text-indent: -10000em;
}
.post-nav .next .arrow:before {
	content: '\f054'; /* fa-chevron-right */
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.post-nav .prev .arrow:before {
	content: '\f053'; /* fa-chevron-left */
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.post-nav .next .arrow {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover .arrow {
	color: #02BECE;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	margin: 50px 0 30px;
	padding: 15px 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: #20272F;
	letter-spacing: normal;
	border-top: 5px #02BECE solid;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #20272F;
}
.commentlist .avatar {
	float: right;
	margin: 0 15px 0 0;
	border-radius: 100%;
}
.commentlist cite {
	font-style: normal;
	margin-right: 10px;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author cite {
	background: url('https://www.burg-piberstein.com/wp/wp-content/themes/event/images/icon-author-comment.png') no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	text-transform: uppercase;
	margin-right: 10px;
	color: rgba(32, 39, 47, 0.3);
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 20px;
	overflow-wrap:break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply a {
	background-color: #2B333D;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	padding: 6px 10px 5px;
	text-decoration: none;
	border-radius: 4px;
}
.commentlist .reply a:hover {
	background-color: #02BECE;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 80px;
	right: 0;
	background-color: #2B333D;
	border-radius: 4px;
	color: #fff;
	display: inline-block;

	padding: 10px 12px;
	text-decoration: none;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 400;
	line-height: 100%;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #02BECE;
}
#commentform {
	margin: 15px 0 0;
}
#commentform p {
	margin-bottom: 8px;
}
#commentform label {
	font-family: 'Arial', Helvetica,sans-serif;
	font-weight: 400;
	font-size: 1em;
}
#commentform label small {
	font-weight: normal;
	color: rgba(32, 39, 47, 0.3);
}
#commentform textarea {
	height: 140px;
	width: 100%;
	box-sizing: border-box;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width: 50%;
	float: left;
	box-sizing: border-box;
	clear: none;
}
#commentform p.comment-form-author {
    padding-right: 2%;
}
#commentform .comment-form-email {
	padding-left: 2%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}
#commentform input#submit {
	padding: 16px 30px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	color: #fff;
}
#sidebar a {
	color: #02BECE;
}
.widget {
	margin: 0 0 3em;
	overflow-wrap:break-word;
}
.widgettitle {
	margin: 2.2em 0 .6em;
	padding: 0;
	font-size: 2em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	letter-spacing: .05em;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .8em 0 .8em 6px;
	list-style: none;
	clear: both;
	border-top: solid 1px rgba(225,225,225,.3);
}

.widget li:first-child {
	border-top: 0;
}
.widget ul ul {
	margin: 6px 0px -6px 0px;
	padding: 0;
	border-top: none;
}
.widget li ul:first-child {
	margin: -12px 0 -12px 6px;
	padding: 0;
}
.widget a {
	text-decoration: none;
}

/* calendar widget */
#wp-calendar {
	width: 100%;
	max-width: 100%;
}
.widget #wp-calendar caption {
	text-transform: uppercase;
	padding-bottom: 15px;
}
.widget #wp-calendar td {
	font-weight: normal;
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}
.widget #wp-calendar td#prev,
.widget #wp-calendar td#next {
	padding: 0;
	text-align: left;
}
.widget #wp-calendar th {
	font-weight: normal;
}
.widget #wp-calendar tr {
	font-weight: normal;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 20px 10px 0;
	float: left;
	overflow: hidden;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	display: block;
	margin: 4px 0 3px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp a {
	font-style: italic;
	font-size: 90%;
}
.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 {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

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

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}
/* featured post stats color for sidebar */
#sidebar .post-stats {
	font-size: 12px;
}
#sidebar .post-stats a,
#sidebar .post-stats i,
#sidebar .post-stats a i:before {
	color: rgba(255,255,255,.4);
	text-decoration: none;
}
#sidebar .post-stats a i:hover:before,
#sidebar .post-stats a i:hover {
	color: #fff;
}

/* widget tabbed menu */
.widget .htabs {
	margin: 0 0 20px;
	padding: 0;
}
.widget .htabs li {
	display: inline-block;
	border: none;
	margin: 0;
	padding: 0;
}
.widget .btabs {
	margin: 0;
	padding: 0;
}
.widget .btabs li {
	border: none;
	margin: 0;
	padding: 0;
}
.widget .htab-link {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}
.widget .htab-link:hover {
	border-bottom: 3px solid transparent;
}
.widget .htab-link.current {
	border-color: #02bece;
}
.widget .htab-link.current {
	color: #02BECE !important;
}

/* widget event arrangements */
.widget .event-info-wrap {
	font-size: 0.85em !important;
	margin-bottom: 20px;
}
.widget .event-info-wrap *:before {
	font-size: 1em !important;
}
.widget .event-post .location {
	display: block;
}
.widget .event-post .location:before {
	margin-left: 0;
}
.widget .event-post .post-title {
	font-size: 1.45em;
}

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

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #2B333D;
	color: #fff;
}
#footer {
	clear: both;
	padding: 2% 0 0;
}

/* footer text */
.footer-text {
	clear: left;
	font-size: 85%;
	padding:30px 0;
}
.footer-text p {
	margin-bottom: 0;
}
#footer .widget p.post-stats {
	text-align: left;
}

/* footer nav */
#footer-nav {
	list-style: none;
	text-align: right;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: -.025em;
	padding: 0;
	margin: 0;
}
#footer-nav li {
	display: inline-block;
}
#footer-nav li a {
	text-decoration: none;
	padding: 8px 4px;
}
#footer-nav li a:before {
	content: '/';
	color: rgba(255,255,255,.2);
	margin-right: 4px;
	padding-right: 4px;
}
#footer-nav li:first-child a:before {
	content: ' ';
	font-family: 'Helvetica', Arial, sans-serif !important;
	font-weight: 100 !important;
	margin-right: 0;
	padding-right: 0;
}

/* footer widgets */
#footer .widget li {
	margin: 0;
	padding: .5em 0;
	list-style: none;
	clear: both;
	border-top: solid 1px rgba(255,255,255,.2);
}
#footer .widget li:first-child {
	border: 0;
}
#footer .widgettitle {
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -.02em;
}

/* featured post stats color for sidebar */
#footer .post-stats {
	font-size: 12px;
}
#footer .post-stats a,
#footer .post-stats a i,
#footer .post-stats a i:before {
	color: rgba(255,255,255,.4);
	text-decoration: none;
}
#footer .post-stats a i:hover:before,
#footer .post-stats a i:hover {
	color: #fff;
}

/************************************************************************************
SHORTCODE
*************************************************************************************/
/*
BUTTON STYLES
================================================ */
a.shortcode.button {
	border: none;
 	padding: .5em 1em;
	margin: .3em;
	font: normal 1em/1.5em 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 4px;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
}

/************************************************************************************
BUILDER
*************************************************************************************/
.themify_builder_row > .row_inner,
.module-layout-part .themify_builder_row.fullwidth_row_container > .row_inner {
	width: 90%;
	margin: auto;
}
.themify_builder_row.fullwidth > .row_inner {
	width: 100%;
}

/* module title */
.themify_builder .module-title {
	margin: 1.4em 0 1.6em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border-top: 5px #02BECE solid;
}

/* post module */
.module-post .post-meta span {
	margin: 0;
}

/* box module */
.module-callout .callout-content {
	text-align: left;
}

/* post list-thumb-image */
.module.loops-wrapper.list-thumb-image .post-meta .author-avatar,
.module.loops-wrapper.list-thumb-image .post-meta .post-author {
	display: none;
}

/* highlight module */
.module-highlight .highlight-post .post-image {
	margin: 0 20px 25px;
}
.carousel-nav-wrap {
	text-align: center;
	position: relative;
	width: 100%;
}
.carousel-pager a {
	background-color: rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 10em;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 2px 3px 0;
	text-indent: -900em;
	text-decoration: none;
	vertical-align: middle;
	width: 8px;
}
.carousel-pager a:hover,
.carousel-pager a.selected {
	background-color: #02BECE;
}
.video-pager+.carousel-nav-wrap{
	display:none
}

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

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

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

/************************************************************************************
ATTACHMENT PAGE
*************************************************************************************/
body.attachment {
	width: 100%;
	float: none;
	text-align: left;
	position: static;
	padding: 0;
}
.single .attachment.post {
	width: auto;
	float: none;
	text-align: left;
}

/* reset content height when builder is active */
.themify_builder_active #content {
	height: auto !important;
}

/*/wp-content/uploads/themify-css/themify-builder-745-generated.css*/
/* Generated from page: team */
.themify_builder_content-745 .tb_r6q3661.module_row{background-color:rgba(240, 240, 240, 1);text-align:center;padding-top:3%;padding-bottom:4%;}
.themify_builder_content-745 .tb_kn4m661.module_column{text-align:right;}
.themify_builder_content-745 .tb_rtn2981.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_rtn2981.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_7twj183.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_7twj183.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_7twj183.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_iur7665.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_iur7665.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_qhgg450.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_qhgg450.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_qhgg450.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_k4oz666.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_k4oz666.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_fg5r253.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_fg5r253.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_fg5r253.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_35lw723.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_35lw723.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_55w2505.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_55w2505.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_55w2505.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_9g0d427.module_row{background-color:rgba(240, 240, 240, 1);text-align:center;padding-top:3%;padding-bottom:4%;margin-bottom:10px;margin-top:10px;}
.themify_builder_content-745 .tb_qlmh429.module_column{text-align:right;}
.themify_builder_content-745 .tb_fop0432.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_fop0432.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_nfgi433.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_nfgi433.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_nfgi433.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_e6ka436.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_e6ka436.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_4sjw437.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_4sjw437.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_4sjw437.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_d0qe435.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_d0qe435.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_vk97435.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_vk97435.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_vk97435.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_y3uq438.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_y3uq438.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_wty4439.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_wty4439.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_wty4439.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_sjf4473.module_row{background-color:rgba(240, 240, 240, 1);text-align:center;padding-top:3%;padding-bottom:4%;}
.themify_builder_content-745 .tb_vb5c475.module_column{text-align:right;}
.themify_builder_content-745 .tb_pgs6484.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_pgs6484.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_h70m484.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_h70m484.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_h70m484.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_mu7v481.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_mu7v481.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_qczd481.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_qczd481.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_qczd481.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_993n479.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_993n479.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_ybr4480.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_ybr4480.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_ybr4480.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_qtip522.module_row{background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_s8zy745.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_s8zy745.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_u0qd747.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_u0qd747.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_u0qd747.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_2hiq751.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_2hiq751.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_hp4e751.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_hp4e751.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_hp4e751.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_swhs574.module_row{background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_g75r752.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_g75r752.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_g7sz753.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_g7sz753.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_g7sz753.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_p41e754.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_p41e754.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_a1vt754.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_a1vt754.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_a1vt754.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_1idd609.module_row{background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_tpis610.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_tpis610.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_lr7i610.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_lr7i610.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_lr7i610.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_gyp9612.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_gyp9612.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_zaqn612.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_zaqn612.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_zaqn612.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_9w5z620.module_row{background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_fai0621.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_fai0621.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_owza622.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_owza622.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_owza622.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_orc6623.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_orc6623.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_e1lb624.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_e1lb624.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_e1lb624.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_z2f2191.module_row{background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_5dd7195.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_5dd7195.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_hqs0196.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_hqs0196.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_hqs0196.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_hacq198.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_hacq198.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_wgf0199.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_wgf0199.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_wgf0199.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_ue86426.module_row{background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_w42i429.module-image .image-content{text-align:center;}
.themify_builder_content-745 .tb_w42i429.module-image{margin-bottom:20px;}
.themify_builder_content-745 .tb_6z2a430.module-text{line-height:22px;font-size:16px;}
.themify_builder_content-745 .tb_6z2a430.module-text a:hover{text-decoration:none;}
.themify_builder_content-745 .tb_6z2a430.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_wyz750.module_row{margin-top:15px;background-color:rgba(240, 240, 240, 1);}
.themify_builder_content-745 .tb_41h452.module_column{padding-left:0px;}
.themify_builder_content-745 .tb_vd7d44.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_vd7d44.module-text{font-size:16px;}
.themify_builder_content-745 .tb_punf586.module-text a{color:rgba(0, 0, 0, 1);}
.themify_builder_content-745 .tb_punf586.module-text{font-size:16px;}

/*/wp-content/uploads/themify-customizer-5.1.7-5.2.1.css*/
/* Themify Customize Styling */
body {	background: none;
	background-color: #e8e8e8; 
}
a {	
	color: #ffffff; 
}
a:hover {	
	color: #0071d1; 
}
#body {	
	padding: 0px;
	margin-top: 0px; 
}
#content {	
	width: 10px;
	padding: 10px;
	margin: 10px; 
}
#sidebar {	margin: auto; 
}
h1 {		font-size:20px;
 
}
#nav-bar a {	
	color: #000000; 
}
.post-title, .post-title a {	
	color: #000000; 
}
.post-meta {	
	color: #000000; 
}
.post-meta a {	
	color: #000000; 
}
.post-date {	
	color: #000000; 
}
.more-link {	
	color: #000000; 
}
.post-nav a {	
	color: #000000; 
}
.page-title {	
	color: #000000;	font-size:20px;
 
}
.module-title {	
	color: #000000; 
}
