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

/*/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);scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w,10px);height:var(--tf_scroll_h,10px)}.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)}.tf_vd_lazy:fullscreen video{height:100%;object-fit:contain}

/*/css/themify.common.css*/
iframe{
    border:0
}
a{
	cursor:pointer
}
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
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.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 */
	display:flex;
	flex-wrap:wrap;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.themify_builder_slider_wrap{
    transition:none
}
/*GRID*/
.row_inner,
.subrow_inner{
    display:grid;
    --gutter:3.2%;
    --narrow:1.6%;
    --none:0;
    --align_start:flex-start;
    --align_center:center;
    --align_end:flex-end;
    --auto_height:stretch;
    --align_items:var(--auto_height);
    --align_content:var(--align_start);
    --colG:var(--gutter);
    --c1:1fr;
    --c2:1fr 1fr;
    --c3:1fr 1fr 1fr;
    --c4:1fr 1fr 1fr 1fr;
    --c5:1fr 1fr 1fr 1fr 1fr;
    --c6:1fr 1fr 1fr 1fr 1fr 1fr;
    --c1_2:1fr 2.1025fr;
    --c2_1:2.1025fr 1fr;
    --c1_3:1fr 3.2831fr;
    --c3_1:3.2831fr 1fr;
    --c1_1_2:1fr 1fr 2.1415fr;
    --c1_2_1:1fr 2.1415fr 1fr;
    --c2_1_1:2.1415fr 1fr 1fr;
    --col:repeat(auto-fit,minmax(1%,1fr));
	grid:var(--row,none)/var(--col);
    grid-template-areas:var(--area);
    grid-auto-columns:1fr;
    gap:var(--rowG,0) var(--colG);
    align-content:var(--align_content);
    align-items:var(--align_items);
    /*css variables for responsive columns(the first letter is the cols count, next the selected grid, e.g 3_2:3 is count ,2 the grid),so users can change it by custom css*/
    --area5_3:"col1 col1 col2 col2 col3 col3"
              "col4 col4 col5 col5 . .";

    --area5_1_2:"col1 col2 col2" "col3 col4 col5";

    --area5_2_1:"col1 col1 col2" "col3 col4 col5";

    --area5_1_3:"col1 col2 col2 col2"
                "col3 col4 col4 col4"
                "col5 col5 col5 col5";

    --area5_3_1:"col1 col1 col1 col2"
                "col3 col4 col4 col5";

    --area5_1_1_2:"col1 col2 col3 col3"
                  "col4 col4 col5 col5";

    --area5_1_2_1:"col1 col2 col2 col3"
                  "col4 col4 col5 col5";

    --area5_2_1_1:"col1 col1 col2 col3"
                  "col4 col4 col5 col5";	
    /*Css  Auto grid*/
    --aream2_auto:"col1" "col2";
    --aream3_auto:"col1" "col2" "col3";
    --aream4_auto:"col1" "col2" "col3" "col4";
    --aream5_auto:"col1" "col2" "col3" "col4" "col5";
    --areat6_auto:"col1 col2 col3" "col4 col5 col6";/*6 cols for tablet*/
    --aream6_auto:"col1 col2" "col3 col4" "col5 col6";/*6 cols for mobiile*/
    --areat7_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7";
    --aream7_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7";
    --areat8_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7" "col8 col8";
    --aream8_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7" "col8"
}
div.module_column{
    width:auto;
    max-width:none;
    margin-left:0;
    margin-right:0;
    min-width:0;
    float:none;
    align-items:inherit;
    align-content:inherit;
    grid-template-columns:minmax(0,1fr);
    display:grid
}
.col_align_middle,/*deperecated,backward compatibility*/
.fullheight > .tb_col_count_1{
    --align_content:var(--align_center)
}
.gutter-narrow{/*deperecated,backward compatibility*/
   --colG:var(--narrow)
}
.gutter-none{/*deperecated,backward compatibility*/
   --colG:var(--none)
}
.module_column:nth-of-type(1){
    grid-area:col1
}
.module_column:nth-of-type(2){
    grid-area:col2
}
.module_column:nth-of-type(3){
    grid-area:col3
}
.module_column:nth-of-type(4){
    grid-area:col4
}
.module_column:nth-of-type(5){
    grid-area:col5
}
.module_column:nth-of-type(6){
    grid-area:col6
}
.module_column:nth-of-type(7){
    grid-area:col7
}
.module_column:nth-of-type(8){
    grid-area:col8
}
.module_column:nth-of-type(9){
    grid-area:col9
}
.module_column:nth-of-type(10){
    grid-area:col10
}
.module_column:nth-of-type(11){
    grid-area:col11
}
.module_column:nth-of-type(12){
    grid-area:col12
}
.module_column:nth-of-type(13){
    grid-area:col13
}
.module_column:nth-of-type(14){
    grid-area:col14
}
.module_column:nth-of-type(15){
    grid-area:col15
}
.module_column:nth-of-type(16){
    grid-area:col16
}
/*DON'T USE THE CLASS direction_rtl, will be removed in the future, need for backward compatibility*/
.direction_rtl > .module_column:nth-of-type(1){
    z-index:16
}
.direction_rtl > .module_column:nth-of-type(2){
    z-index:15
}
.direction_rtl > .module_column:nth-of-type(3){
    z-index:14
}
.direction_rtl > .module_column:nth-of-type(4){
    z-index:13
}
.direction_rtl > .module_column:nth-of-type(5){
    z-index:12
}
.direction_rtl > .module_column:nth-of-type(6){
    z-index:11
}
.direction_rtl > .module_column:nth-of-type(7){
    z-index:10
}
.direction_rtl > .module_column:nth-of-type(8){
    z-index:9
}
.direction_rtl > .module_column:nth-of-type(9){
    z-index:8
}
.direction_rtl > .module_column:nth-of-type(10){
    z-index:7
}
.direction_rtl > .module_column:nth-of-type(11){
    z-index:6
}
.direction_rtl > .module_column:nth-of-type(12){
    z-index:5
}
.direction_rtl > .module_column:nth-of-type(13){
    z-index:4
}
.direction_rtl > .module_column:nth-of-type(14){
    z-index:3
}
.direction_rtl > .module_column:nth-of-type(15){
    z-index:2
}
.direction_rtl > .module_column:nth-of-type(16){
    z-index:1
}
.tb_col_count_1>.module_column{
	grid-area:auto
}
.tb_col_count_2{
	--area:"col1 col2"
}
.tb_col_count_3{
	--area:"col1 col2 col3"
}
.tb_col_count_4{
	--area:"col1 col2 col3 col4"
}
.tb_col_count_5{
	--area:"col1 col2 col3 col4 col5"
}
.tb_col_count_6{
	--area:"col1 col2 col3 col4 col5 col6"
}
.tb_col_count_7{
	--area:"col1 col2 col3 col4 col5 col6 col7"
}
.tb_col_count_8{
	--area:"col1 col2 col3 col4 col5 col6 col7 col8"
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.module_row ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
.module_row .ui{
	background-image:var(--tb_app_gr,none);
	background-color:var(--tb_pr_bg,#F7F7F7);
	box-shadow:var(--tb_app_shadow,none);
	border-radius:var(--tb_app_r,0);
	color:var(--tb_pr_color,#555)
}
.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;
	transition-property:color,background-color,padding,border,box-shadow;
    padding:.625em 1.25em
}
.builder_button:hover{
	text-decoration:none;
	background-color:var(--tb_pr_hover_bg,#f1f1f1)
}
.module .ui.builder_button{
    text-decoration:none
}
.ui.transparent{
	--tb_pr_bg:transparent;
	--tb_pr_hover_bg:transparent;
	--tb_pr_color:#555;
	--tb_app_r:0;
	--tb_app_gr:none;
	--tb_app_shadow:none;
	border:0;
    /* for transparent style inherit color */
    color:inherit
}
.transparent.gradient{
	--tb_app_gr:linear-gradient(to bottom, rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%)
}
/*SIZES*/
.ui.large.builder_button{
    font-size:120%;
    padding:10px 20px
}
.ui.small.builder_button{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:0;
    vertical-align:bottom
}
.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
}
.row_inner{
    width:1160px;
    margin:0 auto
}
/* fullwidth row */
.module_row.fullheight .module_subrow,
.module_row.fullwidth > .row_inner{
	max-width:100%;
    width:100%
}
/* iOS doesn't support fixed attachment */
@supports(-webkit-touch-callout:none){
    .module_row{background-attachment:scroll!important}
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh
}
.fullheight > .row_inner > .module_column,
.fullheight > .row_inner{
    min-height:inherit
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (max-width:1260px){
    .row_inner{
        max-width:94%
    }
}
@media (max-width:760px){
    .row_inner{
		max-width:90%
    }
}
.themify_builder .builder-parallax-scrolling{
	transition:background-position-y 0s
}
@supports not(cursor:grab){
	.builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/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
}
/*/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
}
/*/css/modules/social-links.css*/
.social-widget .widget{
    display:inline-block;
    margin:0 3px 0 0
}
.social-widget .widgettitle{
    width:auto;
    font-weight:700;
    font-size:100%;
    font-family:inherit;
    text-transform:none;
    letter-spacing:0;
    display:inline-block;
    vertical-align:middle;
    margin:0 .5em 0 0;
    padding:0;
    background:0;
    border:0;
    border-radius:0;
    box-shadow:none
}
.social-widget .social-links{
    margin:6px 0 0;
    padding:0;
    display:inline
}
.widget .social-links li img{
    vertical-align:middle
}
.widget .social-links{
    padding:0;
    line-height:1em
}
.social-links .social-link-item{
    display:inline-block;
    margin:0 5px 5px 0;
    padding:0;
    list-style:none;
    border:0
}
.social-links.vertical li{
    display:block;
    margin:0 0 5px
}
.widget .social-links a,
.widget .social-links a:hover{
    text-decoration:none
}
.social-links li em{
    vertical-align:middle;
    line-height:1em;
    width:20px;
    height:20px;
    padding:4px;
    font-size:20px;
    text-align:center;
    border-radius:100%;
    display:inline-block
}
.social-links .icon-small em{
    font-size:8px;
    width:8px;
    height:8px
}
.social-links .icon-large em{
    font-size:28px;
    padding:6px;
    width:36px;
    height:36px
}
.social-links .icon-small img{
    max-width:16px;
    max-height:16px
}
.social-links .icon-medium img{
    max-width:24px;
    max-height:24px
}
.social-links .icon-large img{
    max-width:32px;
    max-height:32px
}
#footer .social-links.horizontal li,
#sidebar .social-links.horizontal li{
    border:0;
    display:inline-block
}
#footer .social-links.vertical,
#sidebar .social-links.vertical{
    display:block
}
#footer .social-links.vertical li,
#sidebar .social-links.vertical li{
    display:block;
    margin:0 0 .5em
}
/*http://skippersproducts.com/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:var(--theme_accent,#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
}
/*appearance*/
.module-image.rounded .image-wrap img{
   border-radius:10px
}
.module-image.bordered .image-wrap img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module-image.drop-shadow .image-wrap img,
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module-image.circle .image-wrap img{
    border-radius:50em
}
/* auto fullwidth */
.themify_builder .auto_fullwidth .lightbox{
    display:block
}
.themify_builder .auto_fullwidth .image-wrap,
.themify_builder .auto_fullwidth img{
    width:100%;
    display:block; /* required for FF */
}
/* lightbox */
.module-image .image-wrap .lightbox{
    position:relative;
    display:inline-block;
    max-width:100%
}
/*/themify-builder/css/modules/image_styles/center.css*/
.module-image.image-center .image-wrap{
    text-align:center
}
.module-image.image-center .image-content{
    text-align:center;
    padding-top:.5em;
    padding-bottom:1em
}
/*/themify-builder/css/modules/appearance.css*/
.shadow{
	--tb_app_shadow:0 1px 8px 1px rgba(0,0,0,.1)
}
.embossed{
	--tb_app_shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.1)
}
.gradient{
	--tb_app_gr:linear-gradient(to bottom, rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%)
}
.rounded{
	--tb_app_r:8px
}
.glossy{
	--tb_app_gl:linear-gradient(to top, rgba(255,255,255,.2), rgba(255,255,255,.5))
}
.ui.glossy:before,
.ui.glossy .accordion-title a:before,
.ui.glossy .tab-nav a:before,
.ui.nav.glossy a:before{
	content:var(--tb_app_glc,'');
    width:100%;
    height:50%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
    background:var(--tb_app_gl);
    pointer-events:none
}
/*/themify-builder/css/modules/image_styles/top.css*/
.module-image.image-top .image-content{
    margin-top:.5em;
    margin-bottom:1em
}
/*/themify-builder/css/modules/buttons.css*/
.module-buttons-item + .module-buttons-item{
    margin-left:.4em
}
.module-buttons em{
    font-size:var(--tb_mb_f,16px);
	line-height:1
}
.module-buttons span{
	font-size:var(--tb_mb_s);
    margin-left:.2em;
    margin-right:.2em
}
/* size */
.module-buttons.small{
    --tb_mb_f:12px;
	--tb_mb_s:.8em
}
.module-buttons.large{
    --tb_mb_f:24px;
	--tb_mb_s:1.2em
}
.module-buttons.xlarge{
    --tb_mb_f:36px;
	--tb_mb_s:1.4em
}
/* button styles */
.module.module-buttons .ui:not(.transparent){
    color:var(--tb_pr_color,#555)
}
.module-buttons.rounded a{
    --tb_app_r:8px
}
.module-buttons.circle a{
    --tb_app_r:50em
}
.module.module-buttons .transparent{
    border:0
}
.module.module-buttons.transparent a.ui{
	background:0;
    border:0;
	--tb_pr_color:var(--tb_pr_bg,#555)
}
@media (max-width:680px){
    .module-buttons{
        --tb_mb_s:.9em
    }
    .module-buttons.xlarge,
    .module-buttons.large{
        --tb_mb_s:1.1em
    }
}
/*/themify-builder/css/modules/colors.css*/
.black{
	--tb_pr_color:#eee;
	--tb_pr_bg:#000;
	--tb_pr_hover_bg:#595959
}
.blue{
	--tb_pr_color:#edf3ff;
	--tb_pr_bg:#4d7de1;
	--tb_pr_hover_bg:#6b9df9
}
.brown{
	--tb_pr_color:#ffeee0;
	--tb_pr_bg:#a35004;
	--tb_pr_hover_bg:#d68035
}
.gray{
	--tb_pr_color:#eee;
	--tb_pr_bg:#989797;
	--tb_pr_hover_bg:#c9c9c9
}
.green{
	--tb_pr_color:#e9ffdb;
	--tb_pr_bg:#4aab10;
	--tb_pr_hover_bg:#6bbf2f
}
.light-blue{
	--tb_pr_color:#2a3e59;
	--tb_pr_bg:#bdd9fd;
	--tb_pr_hover_bg:#d3e7ff
}
.light-green{
	--tb_pr_color:#293807;
	--tb_pr_bg:#9bd611;
	--tb_pr_hover_bg:#c1ed53
}
.light-purple{
	--tb_pr_color:#39355b;
	--tb_pr_bg:#c1bafd;
	--tb_pr_hover_bg:#d3ceff
}
.orange{
	--tb_pr_color:#fff2ea;
	--tb_pr_bg:#ff9600;
	--tb_pr_hover_bg:#ffb651
}
.pink{
	--tb_pr_color:#441e32;
	--tb_pr_bg:#feb4e4;
	--tb_pr_hover_bg:#ffd1ee
}
.purple{
	--tb_pr_color:#eeedff;
	--tb_pr_bg:#7a6bf8;
	--tb_pr_hover_bg:#9589ff
}
.red{
	--tb_pr_color:#fff;
	--tb_pr_bg:#e8311f;
	--tb_pr_hover_bg:#ff7568
}
.yellow{
	--tb_pr_color:#594718;
	--tb_pr_bg:#fff06c;
	--tb_pr_hover_bg:#fff4b2
}
/*/style.css*/
/*
Theme Name:Themify Bizco
Theme URI:https://themify.me/themes/bizco
Version:7.1.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

---------

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('http://skippersproducts.com/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:700;
	color:#eee;
	border:0;
	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,
.row_inner{
	width:978px;
	margin:0 auto
}

#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:0;
	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('http://skippersproducts.com/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('http://skippersproducts.com/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:400;
	text-transform:none;
	letter-spacing:0;
	padding:7px 0 7px 15px;
	margin:0;
	width:170px;
	background:0;
	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:#000000
}
/* 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:0;
	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('http://skippersproducts.com/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:0!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('http://skippersproducts.com/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('http://skippersproducts.com/wp-content/themes/bizco/images/slide-next-prev.png') no-repeat;
	left:5px
}
#slider .carousel-next{
	background:url('http://skippersproducts.com/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('http://skippersproducts.com/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:400;
	font-family:"Times New Roman", Times, serif
}

/* post date */
.post-date{
	display:block;
	font-weight:700
}
.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:700;
	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('http://skippersproducts.com/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('http://skippersproducts.com/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:0;
	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:700
}
#commentform label small{
	font-weight:400
}
#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:700;
	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:700
}
#footer .feature-posts-title{
	font-weight:400
}
.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:0;
	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('http://skippersproducts.com/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
*************************************************************************************/
#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
}
/*BASE MEDIA QUERIES*/
@media(max-width:1260px){
	.default_width #layout .row_inner{
		max-width:100%
	}
}
/*/media-queries.css*/
@media (max-width:1200px){
@media(max-width:980px){

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

	.pagewidth,
	.row_inner{
		max-width:90%
	}
		
	/* 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(max-width:760px){

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#content,
	#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(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:0;
		box-shadow:none
	}
	#headerwrap #main-nav a, 
	#headerwrap #main-nav ul a{
		font:inherit;
		text-transform:inherit;
		background:0;
		width:auto;
		display:block;
		padding:4px 0;
		color:#666;
		border:0;
		text-shadow:none;
		box-shadow:none
	}
	#headerwrap #main-nav a:hover, 
	#headerwrap #main-nav ul a:hover{
		background:0;
		color:#000
	}
	
	/* dropdown */
	#headerwrap #main-nav ul{
		position:static;
		display:block;
		margin:0;
		padding:0;
		background:0;
		border:0;
		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(min-width:681px){

	/* ensure #nav and #searchform is visible on desktop version */
	#main-nav,
	#headerwrap #searchform{
		display:block!important
	}
}
}
/*-child/style.css*/
/*
Theme Name: Themify Bizco Child
Description: A child theme of Themify Bizco
Template: bizco
Author: kmrichardson (kmrichardson@rogers.com)
*/

/* Woohoo! Let's customize! */

/*/wp-content/uploads/themify-css/themify-builder-1346-generated.css*/
/* Generated from page: skippers-product */
.themify_builder_content-1346 .tb_hr4h220.module_row{padding-top:5%;padding-bottom:5%}
.themify_builder_content-1346 .tb_dew8225.module_subrow>.subrow_inner{--align_content:var(--align_center);--colG:var(--none)}
.themify_builder_content-1346 .tb_aixk226.module-text{margin-right:-40px;z-index:3;background-image:none;background-color:#fff;box-shadow:0 0 10px 5px rgba(0, 0, 0, .07);padding:53px}
.themify_builder_content-1346 .tb_toq4226.module-image{padding-right:0;z-index:1;margin-left:-3%}
.themify_builder_content-1346 .tb_5l1m492.module_row{margin-top:-66px}
.themify_builder_content-1346 .tb_5ws7221.module_row{padding-top:13%;padding-bottom:3%}
.themify_builder_content-1346 .tb_5ws7221.module_row>.row_inner{--col:.828fr 1.172fr;--align_content:var(--align_center)}
.themify_builder_content-1346 .tb_2ttt221.module-text{margin-bottom:30px}
.themify_builder_content-1346 .tb_2ttt221.module-text.module h2{line-height:1em;margin-top:2px;margin-bottom:10px;font-size:3.5em}
.themify_builder_content-1346 .tb_2ttt221.module-text.module h3{margin-bottom:1px}
.themify_builder_content-1346 .tb_2ttt221.module-text.module h4{letter-spacing:.1em;margin-bottom:2px}
.themify_builder_content-1346 .tb_wifd221.module-buttons .module-buttons-item a{margin-bottom:30px;background-image:none;background-color:#e04264;padding-top:13px;padding-bottom:13px}
.themify_builder_content-1346 .tb_wifd221.module-buttons .module-buttons-item a,.themify_builder_content-1346 .tb_wifd221.module-buttons .module-buttons-item a span,.themify_builder_content-1346 .tb_wifd221.module-buttons .module-buttons-item a i{color:#fff}
.themify_builder_content-1346 .tb_wifd221.module-buttons i,.themify_builder_content-1346 .tb_wifd221.module-buttons span{font-size:1.2em}

@media(max-width:1024px){
.themify_builder_content-1346 .tb_aixk226.module-text.module h3{font-size:36px}
.themify_builder_content-1346 .tb_5ws7221.module_row>.row_inner{--col:none;--area:"col2 col1"}
.themify_builder_content-1346 .tb_wf2u222.module_column{padding-right:20px}
.themify_builder_content-1346 .tb_wozs221.module_column{padding-left:20px}
}
@media(max-width:768px){
.themify_builder_content-1346 .tb_aixk226.module-text.module h3{font-size:30px}
.themify_builder_content-1346 .tb_5ws7221.module_row>.row_inner{--area:"col2" "col1"}
.themify_builder_content-1346 .tb_wozs221.module_column{padding-right:30px;padding-left:30px}
}
@media(max-width:680px){
.themify_builder_content-1346 .tb_dew8225.module_subrow>.subrow_inner{--area:"col2" "col1"}
.themify_builder_content-1346 .tb_aixk226.module-text.module h3{font-size:28px}
.themify_builder_content-1346 .tb_aixk226.module-text{margin-right:0}
.themify_builder_content-1346 .tb_toq4226.module-image{margin-bottom:30px;margin-left:0}
.themify_builder_content-1346 .tb_5ws7221.module_row>.row_inner{--area:var(--aream2_auto)}
.themify_builder_content-1346 .tb_wozs221.module_column{text-align:center;padding-bottom:20px;padding-right:20px;padding-left:20px}
.themify_builder_content-1346 .tb_2ttt221.module-text.module h2{line-height:1.1em}
}
/*/wp-content/uploads/themify-customizer-7.1.1-7.1.1.css*/
/* Themify Customize Styling */
h1 {	
	color: #ffffff; 
}
#headerwrap {	background: none;
	background-color: #ffffff;
	background-size: cover; 
}
#header {	
	color: #034da1; 
}
#header a {	
	color: #000000; 
}
#header a:hover {	
	color: #0750bd; 
}
#sliderwrap {	background: none;
	background-color: #76a4bc;background: none;
	background-color: #29abe3; 
}
body #site-logo a img {		width: 250px; 
}
#site-description {	
	font-family: "Palatino", 'Palatino Linotype', 'Book Antiqua', serif;	font-weight:500;
	text-transform:uppercase;
	color: #fcfcfc;display: none;
	margin: 50px; 
}
.welcome-message {	
	font-family: "Roboto";	font-weight:100;

	color: #050000; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }