@charset "UTF-8";
/* Themify Bizco 5.6.5 framework 5.6.7 */

/*/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;right:0;bottom:0;left:0}.tf_abs_t{position:absolute;top:0;left:0}.tf_abs_b{position:absolute;bottom:0;left:0}.tf_abs_c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tf_rel{position:relative}.tf_opacity{opacity:0}.tf_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*/
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
}
.skip-to-content:focus{
    clip-path:none
}
.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:translate(-50%,-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:translate(-50%,-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
.pswp:not(.pswp--open){display:none}
.ptb_map button,
.themify_map button{
    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:.5s ease;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter,transform
}
/* 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*/
.module_row .ui.builder_button{
    text-decoration:none
}
.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
}
.ui.transparent{
    background:transparent;
	box-shadow:none;
	border:none;
    /* for transparent style inherit color */
    color:inherit
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:none;
	max-width:100%;
	height:auto;
    vertical-align:bottom
}
.module-slider{
    margin-bottom:2.5em
}
video[poster]{
	object-fit:cover
}
/*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
}
/* ROW */
/* for third party theme default row width */
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner{
	width:1160px;
	max-width:100%;
	margin:0 auto
}
.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
}
/* top aligned */
.col_align_top > .module_column{
    align-items:flex-start;
    align-content:flex-start
}
/* 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 screen and (max-width:1260px){
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner{
		max-width:94%
	}
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner{
		max-width:100%
	}
}
@media screen and (max-width:760px){
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner{
		max-width:90%
	}
}
@media (min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%;
    }
    .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/bizco/styles/modules/site-logo.css*/
#site-logo {
	position: absolute;
	left: 0;
	top: 32px;
	font: bold 28px/100% Arial, Helvetica, sans-serif;
	margin: 0;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
}
/*/wp-content/themes/bizco/styles/modules/site-description.css*/
#site-description {
	position: absolute;
	left: 0;
	top: 70px;
	font: italic 14px/110% "Times New Roman", Times, serif;
	color: #b6bdcc;
}
#site-description .site-taglink{
	color: inherit;
	font: inherit;
}
#site-description .site-taglink:hover{
	text-decoration:none;
}
/*/wp-includes/css/dist/block-library/common.min.css*/
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;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:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*/themify-builder/css/modules/text.css*/
.drop-cap > :first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap:first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap > :first-child:first-letter{
    font-size:2.85em;
    float:left;
    line-height:.4em;
    padding:.425em .375em;
    background-color:#0f70e8;
    color:#fff;
    margin-right:.325em;
    margin-top:.15em;
    margin-bottom:.25em
}
.tb-text-more-link-indicator{
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6)
}

/*/themify-builder/css/modules/buttons.css*/
.module.module-buttons a{
    text-decoration:none;
    display:inline-block
}
.module.module-buttons a:hover{
    text-decoration:none;
}
.module.module-buttons .tb_default_color{
    color:#555
}
.module-buttons-item + .module-buttons-item{
    margin-left:.4em
}
.module-buttons span{
    margin-left:.2em;
    margin-right:.2em
}
.module-buttons em{
    display:inline-block;
    font-size:16px;
	line-height:1
}
/* size */
.module-buttons.small em{
    font-size:12px
}
.module-buttons.small span{
    font-size:.8em
}
.module-buttons.large em{
    font-size:24px
}
.module-buttons.large span{
    font-size:1.2em
}
.module-buttons.xlarge span{
    font-size:1.4em
}
.module-buttons.none.small em{
    font-size:18px
}
.module-buttons.none.large em{
    font-size:30px
}
.module-buttons.xlarge em,
.module-buttons.none.xlarge em{
    font-size:36px
}
/* button styles */
.module.module-buttons.rounded a{
    border-radius:8px
}
.module.module-buttons.squared a{
    border-radius:0
}
.module.module-buttons.circle a{
    border-radius:50em
}
.module.module-buttons .transparent,
.module.module-buttons.transparent a{
    background:transparent;
    border:none;
}
.module.module-buttons.transparent a:hover{
    background:transparent
}
@media screen and (max-width:680px){
    .module-buttons span{
        font-size:.9em
    }
    .module-buttons.xlarge span,
    .module-buttons.large span{
        font-size:1.1em
    }
}
/*/themify-builder/css/modules/colors/orange.css*/
:root{
	--tb_preset_orange:#ff9600
}
.module.module-buttons a.orange.builder_button,
.module-alert.ui .ui.orange,
.module-menu .ui.nav.orange a,
.themify_builder .ui.orange,
.ui.nav.orange li a,
.ui.module-tab.orange .tab-nav li a{
    color:#fff2ea
}
.ui.orange,
.ui.nav.orange,
.ui.nav.orange ul,
.ui.separate.orange > li,
.ui.module-tab.orange .tab-nav li,
.ui.orange.vertical .tab-nav,
.ui.module-accordion.orange .accordion-title,
.ui.module-tab.orange.panel .tab-nav{
    background-color:var(--tb_preset_orange)
}
.ui.orange > li.current_page_item > a,
.ui.orange > li.current_page_item:hover > a,
.ui.orange > li.current-menu-item > a,
.ui.orange > li.current-menu-item:hover > a,
.ui.builder_button.orange:hover,
.ui.nav.orange > li a:hover,
.ui.module-accordion.orange li:hover .accordion-title,
.ui.module-tab.orange .tab-nav li:hover{
    background:#ffb651
}
.ui.orange > li.current,
.ui.orange > li.current:hover,
.ui.orange .tab-nav li.current{
    background:#a55000
}
.module.module-buttons.transparent a.orange{
    color:var(--tb_preset_orange)
}
/*/themify-builder/css/modules/cover.css*/
.builder_row_cover{
    z-index:0;
    contain:strict;
    transform:translateZ(0)
}
.builder_row_cover:before,
.builder_row_cover:after{
    height:100%;
    width:100%;
    position:absolute;
    top:0; 
    left:0;
    z-index:-100;
    content:'';
    display:block;
    transition:opacity .5s ease-in-out,background-color .5s ease-in-out
}
.builder_row_cover:after{
    opacity:0
}
.tb_visual_hover > .builder_row_cover:after,
.module_row:hover > .builder_row_cover:after,
.module_subrow:hover > .builder_row_cover:after,
.module_column:hover > .builder_row_cover:after{
    opacity:1
}
/*/themify-builder/css/modules/colors/tb_default_color.css*/
.module.module-buttons a.tb_default_color,
.module .ui.nav.tb_default_color a,
.ui.module-tab.tb_default_color .tab-nav li a{
    color:#555
}
.tb_default_color,
.tb_default_color.nav,
.tb_default_color.nav ul,
.tb_default_color.separate > li,
.module-tab.tb_default_color .tab-nav li,
.tb_default_color.vertical .tab-nav,
.module-tab.panel.tb_default_color .tab-nav,
.module-accordion.tb_default_color .accordion-title,
.tb_default_color.module-callout{
    background-color:#F7F7F7;
	color:#555
}
.tb_default_color,
.tb_default_color.nav ul,
.tb_default_color.nav li,
.tb_default_color_default_color.module-tab .tab-nav li,
.module-tab.tb_default_color .tab-content,
.module-tab.tb_default_color.panel .tab-nav,
.tb_default_color.module-accordion > li,
.tb_default_color.module-callout{
    border-color:rgba(0,0,0,.05)
}
/*/themify-builder/css/modules/feature.css*/
.layout-icon-top .module-feature-content{
    min-width:120px;/*prevent iOS Safari flicker on scroll */
}
.module .module-feature-title{
    font-size:1.2em;
    margin:.5em 0 .2em;
    padding:0
}
.chart-html5-circle{
    display:flex;
    align-items:center;
    justify-content:center
}
/* feature module html5 chart (overwriting styles above) */
.module-feature-chart-html5 img{
    border-radius:100%;
    max-height:100%;
    max-width:100%;
    object-fit:cover
}
.module-feature-chart-html5{
    border-radius:50%;
    width:100px;
    height:100px
}
.tb_feature_stroke{
    fill:none;
    transition:stroke-dasharray 2s;
    transform:rotate(-90deg);
    transform-origin:center
}
.tb_feature_fill{
    fill:none;
    stroke:rgba(0,0,0,.1)
}
.module-feature-image a:hover{
    text-decoration:none
}
.module .module-feature-icon{
    font-size:2em
}
.module.size-medium .module-feature-chart-html5{
    width:150px;
    height:150px
}
.module.size-medium .module-feature-icon{
    font-size:3.5em
}
.module.size-large .module-feature-icon{
    font-size:4.5em
}
.module.size-large .module-feature-chart-html5{
    width:200px;
    height:200px
}

/* icon displayed when using "Both" image and icon */
.module-feature-icon-wrap {
	border-radius: 50%;
	transform: rotate(222deg);
}
.module .module-feature-icon-wrap .module-feature-icon {
	font-size: 1em;
	border-radius: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	transform: translateY(-50%) rotate(-222deg);
}
/*/themify-builder/css/modules/feature_styles/left.css*/
.module.layout-icon-left{
    text-align:left
}
.layout-icon-left .module-feature-image{
    float:left;
    max-width:200px;
    margin:0 1.1em .4em 0
}
.layout-icon-left .module-feature-content{
    text-align:inherit;
    overflow:hidden;
    min-width:140px
}
/*/wp-content/themes/bizco/style.css*/
/*
Theme Name: Themify Bizco
Theme URI: https://themify.me/themes/bizco
Version: 5.6.5 
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

---------

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%;
}

/* themify theme icons */
@font-face {
	font-family: 'themify_theme_icons';
	font-display:swap;
	src: url('data:application/octet-stream;base64,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') format('woff');
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	background: #2c426d url('https://nicofinancialservices.info/wp-content/themes/bizco/images/html-bg.png');
	-webkit-font-smoothing: antialiased;
}
body {
	font: .9em/150% Arial, Helvetica, sans-serif;
	overflow-wrap: break-word;
	color: #555;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #0069cb;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 87%;
}
em, i {
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 15px/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #000;
	margin: 20px 0 .4em;
	overflow-wrap: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* form input */
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	border: solid 1px #ccc;
	padding: 6px 7px;
	background-color: #f9f9f9;
	border-radius: 5px;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	border: solid 1px #333;
	outline: none;
}
/* set input width */
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}
/* set textarea width */
textarea {
	line-height: 150%;
	padding: 6px 2%;
	width: 96%;
}


/* form button */
input[type=reset], input[type=submit], button {
	font-weight: bold;
	color: #eee;
	border: none;
	padding: 6px 15px;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
	border-radius: 10em;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	-webkit-appearance: none;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	color: #fff;
	background-color: #666;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav,#sidebar, .widget, #footerwrap, #footer {
	box-sizing: border-box;
}

#pagewrap {
	overflow: hidden;
	position: relative;
}
.pagewidth {
	width: 978px;
	margin: 0 auto;
	position: relative;
}

#body {
	background-color: #fff;
	padding: 50px 0;
	min-height: 400px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	position: relative;
	z-index: 3;
}

.divider {
	border-top: solid 1px #ddd;
	padding: 25px 0 20px;
	margin-top: 10px;
}

/* content */
#content {
	width: 695px;
	float: left;
}

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

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

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

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

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 107px;
	color: #8b93a2;
	z-index: 6;
}
/* social widget */
.social-widget {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 95%;
}
.social-widget a {
	margin-left: 5px;
}
.social-widget a {
	text-decoration: none;
	color: #a1aabb;
	margin: 0 2px;
}
.social-widget a:hover {
	text-decoration: none;
	color: #fff;
}
.social-widget img {
	vertical-align: text-top;
}
.social-widget .widget {
	float: left;
	margin-right: 10px;
}
.social-widget .widget div {
	float: left;
}
.social-widget .widget strong {
	float: left;
	margin-right: 5px;
}
.social-widget ul {
	margin: 0 !important;
	padding: 0;
	float: left;
}
.social-links.horizontal li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
}
.social-widget ul li img {
	vertical-align: middle;
}
/* rss button */
.social-widget div.rss {
	float: left;
}
.social-widget div.rss a {
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/rss.png') no-repeat left center;
	padding: 4px 0 3px 21px;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#searchform #s {
	width: 185px;
	background-image: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/search.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
	font: italic 120%/110% "Times New Roman", Times, serif;
	color: #666;
	border-radius: 10em;
}
#searchform #s:focus {
	color: #000;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #bfc5d1;
	display: block;
	padding: 8px 16px;
	margin: 0 0 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #1b2b4b;
	color: #fff;
	border-radius: 5px;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* 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: #666;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 170px;
	background: 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: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #666;
	z-index: 200;
	display: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 180px;
	top: 0;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
@media (hover:none){
	#main-nav .child-arrow {
		border-radius: 100%;
		padding: 0 7px;
		margin-left: 7px;
		backface-visibility: hidden;
	}
	#main-nav .child-arrow:before {
		backface-visibility: hidden
	}
	#main-nav ul .child-arrow {
		float: right;
		margin-right: 10px;
	}
}

/* ensure #nav and #searchform is visible on desktop version */
body:not(.mobile_menu_active) #main-nav{
	display: block !important;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#sliderwrap {
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/slider-bg.png') repeat-x;
}
#slider {
	position: relative;
	padding: 30px 0 20px;
	font: 15px/140% Arial, Helvetica, sans-serif;
	color: #c7d1d9;
	z-index: 4;
}
#slider .slides a {
	color: #f9f5c8;
	text-decoration: none;
}
#slider .slides a:hover {
	text-decoration: underline;
}
#slider .slides {
	margin: 0;
	padding: 0;
}
#slider .slides li {
	background: none !important;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
body.rtl #slider {
	direction: ltr;
}

/* default slide */
#slider .slide-feature-image {
	float: left;
	margin: 0 30px 0 0;
	vertical-align: text-bottom;
}
#slider .slide-content {
	overflow: hidden;
	padding: 30px 0px 0 0;
}
#slider h3 {
	font: bold 32px/120% Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	letter-spacing: -.04em;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#slider p {
	margin: 0 0 20px;
	padding: 0;
}
/* image caption wrap */
#slider .image-caption-wrap {
	position: relative;
	font-size: 13px;
	line-height: 140%;
}
#slider .image-caption-wrap .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 20px 10px;
	z-index: 5;
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/slide-caption-bg.png');
	color: #ccc;
}
#slider .image-caption-wrap h3 {
	color: #fff;
	margin: 0 0 5px;
	padding: 0;
	font: bold 16px/120% Arial, Helvetica, sans-serif;
}
#slider .image-caption-wrap p {
	margin: 0;
}
#slider .image-caption-wrap a {
	text-decoration: none;
	color: #fff;
}
#slider .image-caption-wrap a:hover {
	text-decoration: underline;
}

/* image only slide */
#slider .image-slide {
	text-align: center;
}

/* slide buttons */
#slider a.button {
	color: #000;
}
#slider a.button:hover {
	text-decoration: none;
}
#slider a.black {
	color: #fff;
}
/* Slider style
================================================ */
/* slider pager */
#slider .tf_carousel_bullets{
	padding:10px 0;
}
/* pager button */
#slider .tf_carousel_bullets a{
	text-indent:-900em;
	width:12px;
	height:12px;
	margin:0 3px;
	background-color:rgba(0, 0, 0, .6);
	border:solid 2px #111;
	border-radius:10em;
	cursor:pointer;
}
/* pager active */
#slider .tf_carousel_bullet.selected{
	background-color:rgba(255, 255, 255, .3);
	border-color:#666;
}
/* next previous slide button */
#slider .tf_carousel_nav_wrap > a{
	width:56px;
	height:56px;
	text-indent:-900em;
	overflow:hidden;
	position:absolute;
	z-index:2000;
	top:50%;
	margin-top:-50px;
	display:none;
}
#slider:hover .tf_carousel_nav_wrap > a{
	display:block;
}
#slider .carousel-prev{
	background:url('https://nicofinancialservices.info/wp-content/themes/bizco/images/slide-next-prev.png') no-repeat;
	left:5px;
}
#slider .carousel-next{
	background:url('https://nicofinancialservices.info/wp-content/themes/bizco/images/slide-next-prev.png') no-repeat 0 -57px;
	right:5px;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: italic 24px/130% "Times New Roman", Times, serif;
	text-align: center;
	padding: 0 60px;
	margin-bottom: 30px;
	clear: both;
	color: #999;
}

/************************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlights {
	margin-bottom: 15px;
}
.home-highlights h4 {
	font: bold 16px/140% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.home-highlights .icon {
	padding: 5px 0 0 5px;
	float: left;
	position: relative;
}
.home-highlights .icon img{
	margin: 0 15px 0 0;
}
.home-highlights .icon .zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	display: block;
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/zoom-icon.png') no-repeat;
}
.home-highlights .home-highlights-content {
	overflow: hidden;
	margin-bottom: 20px;
	min-width: 120px;
}
.type-highlight .post-date,
.type-highlight .post-meta {
	display: none;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.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
*************************************************************************************/
.post {
	margin-bottom: 40px;
	box-sizing: border-box;
}

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

.loops-wrapper.list-post .post-content {
	overflow: hidden;
}

/* post-title */
.post-title {
	font: bold 24px/130% Arial, Helvetica, sans-serif;
	letter-spacing: -.035em;
	margin: 0 0 2px;
	padding: 0;
}
.loops-wrapper.list-post .post-title {
	margin-bottom: 8px;
}
.post-title a {
	color: #234d98;
	text-decoration: none;
}
.post-title a:hover {
	color: #0069cb;
	text-decoration: none;
}

/* post meta */
.post-meta {
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 10px;
	color: #999;
}
.loops-wrapper.list-post .post-meta {
	border-top: solid 1px #ddd;
	padding: 8px 0 10px;
	margin: 0;
	font-size: 100%;
}
.post-meta em {
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

/* post date */
.post-date {
	display: block;
	font-weight: bold;
}
.loops-wrapper.list-post .post-date {
	display: inline;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 7px;
}
.loops-wrapper.list-post .post-image {
	margin: 0 0 10px;
}
.post-image.right {
	margin-left: 20px;
}
.post-image.left {
	margin-right: 20px;
}

/* more button */
.more-link {
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	padding: 3px 12px;
	margin: 0 3px;
	display: inline-block;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);	
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
}
.more-link:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}

/* query post content wrapper */
.query-post-content {
	margin-bottom: 30px;
}

/* grid4 */
.loops-wrapper.grid4 .post {
	margin-bottom: 20px;
	font-size: 95%;
	line-height: 130%;
}
.loops-wrapper.grid4 .post-title {
	font-size: 16px;
	line-height: 140%;
	margin: 8px 0 2px;
	padding: 0;
}
/* grid3 */
.loops-wrapper.grid3 .post {
	font-size: 100%;
	margin-bottom: 30px;
}
.loops-wrapper.grid3 .post-title {
	font-size: 18px;
	line-height: 140%;
	margin: 8px 0 0;
	padding: 0;
}
/* grid2 post */
.loops-wrapper.grid2 .post {
	line-height: 140%;
}
.loops-wrapper.grid2 .post-title {
	margin: 0 0 5px;
	font-size: 22px;
}

/* large image grid post */
.loops-wrapper.list-large-image .post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 20px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	font-size: 28px;
	line-height: 110%;
	margin: 0 0 3px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/* list-thumb-image */
.loops-wrapper.list-thumb-image .post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 0 20px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.loops-wrapper.list-thumb-image .post-date {
	display: inline;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	line-height: 140%;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 22px;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 5px 16px 10px 0;
}
.loops-wrapper.grid2-thumb .post-image.left img {
	margin-right: 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

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

/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	font: bold 36px/130% Arial, Helvetica, sans-serif;
	letter-spacing: -.035em;
	margin: 0 0 10px;
	padding: 0;
}


/************************************************************************************
NEXT PREV POST NAVIGATION
*************************************************************************************/
.post-nav {
	border-top: solid 1px #ddd;
	font: italic 17px/120% "Times New Roman", Times, serif;
	margin: 40px 0 0;
	clear: both;
}
.post-nav span em {
	text-transform: uppercase;
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #666;
}
.post-nav a {
	text-decoration: none;
	margin: 15px 0 40px;
	display: block;
	width: 47%;
}
.post-nav a:hover {
	color: #000;
	text-decoration: none;
}
.post-nav .prev a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}
/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
/* comment title */
.comment-title {
	font: bold 19px/100% Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
	padding: 0;
}

/* commentlist */
.commentlist {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .avatar {
	margin: 10px 0 10px 26px;
	float: right;
}
.commentlist ul .avatar {
	width: 60px;
	height: 60px;
}
.commentlist cite {
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
	color: #000;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author cite {
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/icon-author-comment.png') no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	color: #999;
	font-size: 90%;
}
.commentlist .commententry {
	border-bottom: solid 1px #eee;
	position: relative;
	min-height: 50px;
	padding-right: 75px;
	padding-bottom: 5px;
}
.commentlist ul, .commentlist ol {
	margin: 0;
	padding: 0;
}
.commentlist ul li, .commentlist ol li {
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/images/comment-reply-icon.png') no-repeat 12px 22px;
	padding-left: 40px;
}
.commentlist .comment-reply-link {
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 10;
	padding: 5px 10px;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	color: #666;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}

/* comment pagenav */
.commentwrap .pagenav {
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	position: absolute;
	top: -15px;
	right: 0;
}
.commentwrap .pagenav.bottom {
	margin: 30px 0 5px;
}

/* comment form */
#respond {
	margin: 40px 0 50px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
.commentlist #respond {
	margin: 10px 0 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 35px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 4px 10px;
	color: #fff;
	background-color: #F60;
	border-radius: 10em;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#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: 8px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 222px;
	float: right;
}
.widget {
	margin: 0 0 30px;
}
.widgettitle {
	font: bold 16px/120% Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
.widgettitle a {
}
.widget ul {
	margin: 10px 0 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

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

/* feature posts widget */
.widget .feature-posts-list .post-img {
	margin: 4px 14px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 100% "Times New Roman", Times, serif;
	color: #999;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 3px 0 2px;
	font-weight: bold;
}
#footer .feature-posts-title {
	font-weight: normal;
}
.widget .feature-posts-list .post-excerpt {
	margin: 4px 0 0;
	display: block;
}
.widget .feature-posts-list li {
	padding: 8px 0;
}
.col .feature-posts-list .feature-posts-title {
	font: bold 14px/130% Arial, Helvetica, sans-serif;
}
.col .feature-posts-list .post-excerpt {
	overflow: hidden;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 100% "Times New Roman", Times, serif;
	margin-left: 5px;
}
.widget .twitter-list li {
	padding: 8px 0;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

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

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}
/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 10px;
	float: left;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 62px;
	height: 62px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

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

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
}
.widget .social-links img {
	vertical-align: middle;
}

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

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	clear: both;
	background: #26375a url('https://nicofinancialservices.info/wp-content/themes/bizco/images/footer-bg.png');
	padding: 30px 0 20px;
}
#footer {
	color: #9ca8b3;
}
#footer .widgettitle {
	color: #fff;
}
#footer a {
	color: #d8d4ab;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .widget li {
	border-color: #394865;
}
.footer-text {
	font-size: 85%;
	clear: both;
	padding: 15px 0;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
.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;
}
.wp-caption-text {
	font: normal 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}
/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 978px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.module_row.fullwidth > .row_inner {
	width: 100%;
	padding: 0;
}
#slider .slides a.tb_turn_on {
    display:none;
}

/************************************************************************************
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
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*/wp-content/themes/bizco/media-queries.css*/
@media screen and (max-width:1200px){
@media screen and (max-width: 980px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap {
		max-width: 100%;
	}

	.pagewidth,
	.module_row > .row_inner {
		max-width: 90%;
	}
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner {
		max-width:100%;
	}
		
	/* content */
	#content {
		width: 67.8%;
	}
	
	/* sidebar */
	#sidebar {
		width: 26.2%;
	}
	#sidebar .secondary {
		width: 47%;
	}
	
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2,
	.col4-3,
	.col3-1,
	.col3-2,
	.col2-1
	{
		margin-left: 2%;
	}
	.col4-1 {
		max-width: 23%;
	}
	.col4-2, .col2-1 {
		max-width: 48%;
	}
	.col4-3 {
		max-width: 72%;
	}
	.col3-1 {
		max-width: 31%;
	}
	.col3-2 {
		max-width: 62%;
	}
}

@media screen and (max-width: 760px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#content {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}
	
	/* sidebar */
	#sidebar {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}
	#sidebar .secondary {
		width: 48%;
	}
	
	/************************************************************************************
	HEADER
	*************************************************************************************/
	/* reset absolute elements to static */
	#header .social-widget,
	#headerwrap #site-logo,
	#headerwrap #site-description,
	#headerwrap #main-nav {
		position: static;
		float: none;
		clear: both;
	}
	
	/* header */
	#header {
		height: auto !important;
		padding-bottom: 10px;
	}
	
	/* header widget */
	.header-widget {
		position: static;
		float: none;
		text-align: left;
		clear: both;
		margin: 0;
	}
	.header-widget .widget {
		margin: 0 0 10px;
	}
	
	/* social widget */
	#header .social-widget {
		padding: 5px 0 0;
	}

	/* search form */
	#header #searchform {
		position: absolute;
		top: 10px;
		left: inherit;
		right: 0;
		width: 150px;
	}
	#header #searchform #s {
		float: right;
		width: 85px;
	}
	#header #searchform input#s:focus {
		width: 150px;
	}
	
	/* site logo */
	#site-logo {
		padding: 15px 100px 10px 0;
		margin: 0;
	}
	#site-logo a {
		font-size: 30px;
	}

	/* site description */
	#site-description {
		margin: 0 0 10px;
	}

	/************************************************************************************
	MAIN NAV
	*************************************************************************************/
	#headerwrap #main-nav {
		height: auto;
		padding: 10px 0;
	}
	#headerwrap #main-nav a {
		padding: 4px 9px;
	}

	/************************************************************************************
	LAYOUTS
	*************************************************************************************/
	/* list large image */
	.list-large-image .post-image {
		float: none;
		margin-right: 0;
	}
	.list-large-image .post-content {
		overflow: visible;
		float: none;
	}

}

@media screen and (max-width: 680px) {
	
	/* post content */
	.post-content {
		overflow: visible !important;
	}

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/************************************************************************************
	SLIDER
	*************************************************************************************/
	#slider .slide-content {
		overflow: visible;
	}
	#slider .image-caption-wrap .caption {
		display: none;
	}
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	/************************************************************************************
	HEADER
	*************************************************************************************/
	/* site logo */
	#site-logo {
		font-size: 42px;
		text-align: left;
		padding-right: 90px;
		width: auto;
	}
	
	/* site description */
	#site-description {
		text-align: left;
		margin: 0 0 10px;
	}
	
	/* searchform */
	#header #searchform {
		left: inherit;
		right: 0;
		width: 150px;
	}
	#header #searchform #s {
		float: right;
		width: 85px;
	}
	
	/* social widget */
	.social-widget {
		position: static;
		float: none;
		padding: 0;
	}

	/************************************************************************************
	MOBILE NAV BUTTON
	*************************************************************************************/
	/* menu icon */
	.mobile-button {
		background-color: #e6e6e6;
		position: relative;
		width: 32px;
		height: 30px;
		margin-bottom: 3px;
		margin-right: 3px;
		display: block;
		float: right;
		cursor: pointer;
		border-radius: 5px;
	}
	.mobile-button:before {
		content: "\f0c9";
		font: normal 21px/1em 'themify_theme_icons';
		color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -.5em 0 0 -.5em;
		width: 1em;
		height: 1em;
		text-align: center;
	}
	.mobile-button.active:before {
		color: #555;
	}
	/************************************************************************************
	MAIN NAV (MOBILE)
	*************************************************************************************/
	#main-nav-wrap {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 1000;
	}
	
	/* main nav */
	#headerwrap #main-nav {
		clear: both;
		position: static;
		width: 200px;
		z-index: 1000;
		padding: 10px 5px;
		background-color: #fff;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
		box-shadow: 1px 2px 6px rgba(0,0,0,.2);
		border-radius: 5px;
		max-height:70vh;
	    overflow:auto;
	    -webkit-overflow-scrolling:touch;
	}
	#headerwrap #main-nav li {
		clear: both;
		float: none;
		display: block;
		margin: 3px 0 3px 10px;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	#headerwrap #main-nav a, 
	#headerwrap #main-nav ul a {
		font: inherit;
		text-transform: inherit;
		background: none;
		width: auto;
		display: block;
		padding: 4px 0;
		color: #666;
		border: none;

		text-shadow: none;
		box-shadow: none;
	}
	#headerwrap #main-nav a:hover, 
	#headerwrap #main-nav ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	#headerwrap #main-nav ul {
		position: static;
		display: block;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#headerwrap #main-nav .child-arrow {
		display: none !important;
	}

	/************************************************************************************
	LAYOUTS
	*************************************************************************************/
	/* post */
	.post {
		width: auto !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		float: none !important;
	}
	
	/* post title */
	.post-title {
		margin: 0 0 2px !important;
		font-size: 2em !important;
	}

	/* post image */
	.post-image {
		float: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	/* post content */
	.post-content {
		overflow: visible !important;
		float: none !important;
	}

	/************************************************************************************
	POST NAV
	*************************************************************************************/
	.post-nav .prev, .post-nav .next {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}
	
	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist {
		padding-left: 0;
	}
	.commentlist .commententry {
		clear: left;
	}
	.commentlist .avatar {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}

	/************************************************************************************
	FOOTER
	*************************************************************************************/
	#footer-logo {
		position: static !important;
	}
	
	/* footer nav */
	.footer-nav {
		padding: 0;
	}
	
	/* footer text */
	.footer-text .left,
	.footer-text .right {
		float: none;
		clear: both;
	}
	
	/************************************************************************************
	WOOCOMMERCE SUPPORT
	*************************************************************************************/
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary {
		float: none !important;
		width: 100% !important;
	}

}

@media screen and (min-width: 681px) {

	/* ensure #nav and #searchform is visible on desktop version */
	#main-nav,
	#headerwrap #searchform {
		display: block !important;
	}

}
}
/*/wp-content/themes/bizco/skins/green/style.css*/
/*  
Skin Name: Green
Version: 1.0
Description: Skin for Bizco.
*/

html {
	background: #5f8300 url('https://nicofinancialservices.info/wp-content/themes/bizco/skins/green/images/html-bg.png');
}
a {
	color: #598527;
}

/* header */
#header {
	color: #bdc4a9;
}
.header-widget a {
	color: #d1dcb3;
}
.header-widget  a:hover {
	color: #fff;
}
#site-description {
	color: #cad6a7;
}

/* main level link */
#main-nav a {
	color: #d1dcb3;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #3f5504;
}

/* slider */
#sliderwrap {
	background: #8ea652 url('https://nicofinancialservices.info/wp-content/themes/bizco/skins/green/images/slider-bg.png') repeat-x;
}
#slider {
	color: #485033;
}
#slider h3 {
	color: #232f03;
}
#slider .slides a {
	color: #000;
}
#slider .slides a:hover {
	text-decoration: underline;
}
#slider a.button {
	color: #000;
}
#slider a.button:hover {
	text-decoration: none;
}
#slider .button.black {
	color: #fff;
}

/* content */
.post-title a {
	color: #37531b;
}
.post-title a:hover {
	color: #F60;
}

/* footer */
#footerwrap {
	background: url('https://nicofinancialservices.info/wp-content/themes/bizco/skins/green/images/footer-bg.png');
}
#footer {
	color: #c6ceb3;
}
#footer a {
	color: #fff799;
}
#footer a:hover {
	color: #fff;
}
#footer .widget li {
	border-color: #536b1a;
}

/*/wp-content/uploads/themify-css/themify-builder-8-generated.css*/
/* Generated from page: welcome */
.themify_builder_content-8 .tb_72yt283.module_column{margin-top:20px;}
.themify_builder_content-8 .tb_t1wt125.module_column{margin-top:20px;}
.themify_builder_content-8 .tb_s8fb695.module_column{margin-top:20px;}
.themify_builder_content-8 .tb_m9oh15.module_row{background-image:url(http://nicofinancialservices.info/wp-content/uploads/2019/11/business-3528035_1920.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:50% 50%;padding-top:16%;padding-bottom:16%;}
.themify_builder_content-8 .tb_m9oh15.module_row>.builder_row_cover::before{background-color:#_0.20;}
.themify_builder_content-8 .tb_m9oh15.module_row,.themify_builder_content-8 .tb_m9oh15.module_row p,.themify_builder_content-8 .tb_m9oh15.module_row h1,.themify_builder_content-8 .tb_m9oh15.module_row h2,.themify_builder_content-8 .tb_m9oh15.module_row h3:not(.module-title),.themify_builder_content-8 .tb_m9oh15.module_row h4,.themify_builder_content-8 .tb_m9oh15.module_row h5,.themify_builder_content-8 .tb_m9oh15.module_row h6{color:rgba(255, 255, 255, 1);}
.themify_builder_content-8 .tb_m9oh15.module_row a{color:rgba(201, 251, 255, 1);}
.themify_builder_content-8 .tb_48wg16.module_column{background-color:rgba(255, 225, 0, 0.85);padding:5%;}
.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap p,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap blockquote,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap h1,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap h2,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap h3,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap h4,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap h5,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap h6,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap li,.themify_builder_content-8 .tb_fe0l17.module-text .tb_text_wrap span{color:rgba(0, 0, 0, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap p,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap blockquote,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap h1,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap h2,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap h3,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap h4,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap h5,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap h6,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap li,.themify_builder_content-8 .tb_eq5b18.module-text .tb_text_wrap span{color:rgba(0, 0, 0, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-8 .tb_h7a518.module-buttons .module-buttons-item a,.themify_builder_content-8 .tb_h7a518.module-buttons .module-buttons-item a span,.themify_builder_content-8 .tb_h7a518.module-buttons .module-buttons-item a i{color:rgba(0, 0, 0, 1);}
.themify_builder_content-8 .tb_rl6i162.module_row{padding-top:6%;padding-bottom:6%;}
.themify_builder_content-8 .tb_vims164.module-text{font-size:1.4em;margin-bottom:20px;}
.themify_builder_content-8 .tb_1z9s166.module_column{padding-right:3%;border-right:1px solid rgba(0, 0, 0, 0.10);border-bottom:1px solid rgba(0, 0, 0, 0.10);}
.themify_builder_content-8 .tb_8u83166.module-feature{margin-bottom:15px;}
.themify_builder_content-8 .tb_z1px167.module_column{padding-left:3%;border-bottom:1px solid rgba(0, 0, 0, 0.10);}
.themify_builder_content-8 .tb_2j1k167.module-feature{margin-bottom:15px;}
.themify_builder_content-8 .tb_b00e168.module_column{padding-top:3%;padding-right:3%;border-right:1px solid rgba(0, 0, 0, 0.10);}
.themify_builder_content-8 .tb_34jh168.module-feature{margin-bottom:15px;}
.themify_builder_content-8 .tb_zxo1169.module_column{padding-top:3%;padding-left:3%;}
.themify_builder_content-8 .tb_ayoi169.module-feature{margin-bottom:15px;}
.themify_builder_content-8 .tb_lj60170.module_column{padding-top:3%;padding-right:3%;border-right:1px solid rgba(0, 0, 0, 0.10);}
.themify_builder_content-8 .tb_3cr6170.module-feature{margin-bottom:15px;}
.themify_builder_content-8 .tb_6hev171.module_column{padding-top:3%;padding-left:3%;}

@media screen and (max-width:768px){
.themify_builder_content-8 .tb_1z9s166.module_column{border-right-style:none;border-right:none;border-bottom-style:none;border-bottom:none;}
.themify_builder_content-8 .tb_z1px167.module_column{padding-left:0%;border-bottom-style:none;border-bottom:none;}
.themify_builder_content-8 .tb_b00e168.module_column{padding-right:0%;border-right-style:none;border-right:none;border-bottom-style:none;}
.themify_builder_content-8 .tb_zxo1169.module_column{padding-left:0%;}
.themify_builder_content-8 .tb_lj60170.module_column{padding-right:0%;border-right-style:none;border-right:none;border-bottom-style:none;}
.themify_builder_content-8 .tb_6hev171.module_column{padding-left:0%;}
}
@media screen and (max-width:680px){
.themify_builder_content-8 .tb_rl6i162.module_row{text-align:center;padding-top:15%;padding-bottom:4%;}
.themify_builder_content-8 .tb_1z9s166.module_column{padding-top:0%;padding-right:0%;border-top-style:none;border-right-style:none;border-right:none;border-bottom-style:none;border-bottom:none;}
.themify_builder_content-8 .tb_8u83166.module-feature,.themify_builder_content-8 .tb_8u83166.module-feature .module-feature-content{text-align:left;}
.themify_builder_content-8 .tb_8u83166.module-feature{padding-top:0%;padding-right:0%;}
.themify_builder_content-8 .tb_z1px167.module_column{padding-top:0%;padding-left:0%;border-top-style:none;border-bottom-style:none;border-bottom:none;}
.themify_builder_content-8 .tb_2j1k167.module-feature,.themify_builder_content-8 .tb_2j1k167.module-feature .module-feature-content{text-align:left;}
.themify_builder_content-8 .tb_2j1k167.module-feature{padding-top:0%;padding-right:0%;padding-left:0px;border-left-style:none;}
.themify_builder_content-8 .tb_b00e168.module_column{padding-top:0%;padding-right:0%;border-top-style:none;border-right-style:none;border-right:none;}
.themify_builder_content-8 .tb_34jh168.module-feature{padding-top:0%;padding-right:0%;border-top:none;border-top-style:none;}
.themify_builder_content-8 .tb_34jh168.module-feature,.themify_builder_content-8 .tb_34jh168.module-feature .module-feature-content{text-align:left;}
.themify_builder_content-8 .tb_zxo1169.module_column{padding-top:0%;padding-left:0%;}
.themify_builder_content-8 .tb_ayoi169.module-feature{padding-top:0%;padding-left:0px;border-top-style:none;border-left-style:none;padding-right:0%;}
.themify_builder_content-8 .tb_ayoi169.module-feature,.themify_builder_content-8 .tb_ayoi169.module-feature .module-feature-content{text-align:left;}
.themify_builder_content-8 .tb_lj60170.module_column{padding-top:0%;padding-right:0%;border-top-style:none;border-right-style:none;border-right:none;}
.themify_builder_content-8 .tb_3cr6170.module-feature{padding-top:0%;padding-right:0%;border-top:none;border-top-style:none;}
.themify_builder_content-8 .tb_3cr6170.module-feature,.themify_builder_content-8 .tb_3cr6170.module-feature .module-feature-content{text-align:left;}
.themify_builder_content-8 .tb_6hev171.module_column{padding-top:0%;padding-left:0%;}
}
/*/wp-content/uploads/themify-customizer-5.6.7-5.6.5.css*/
/* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
#site-description {	display: none; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }