@charset "UTF-8";
/* Themify Stack 7.1.3 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,.module_subrow,.module_column{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{
	margin:.75em 0 0 0;
	padding:0;
	line-height:1em;
	text-transform:uppercase;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:2.6em;
	letter-spacing:-.025em;
}
#site-logo a{
	text-decoration:none;
	color:#fff;
}
#site-logo a:hover{
	text-decoration:none;
}

/*/styles/modules/site-description.css*/
#site-description{
	margin:.55em 0 0 0;
	padding:0;
	font-family:'Roboto Slab', serif;
	font-weight:300;
	font-size:1.1em;
	color:#c7c3e6;
	letter-spacing:-.03em;
}
#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
}
/*/css/modules/search-form.css*/
.tf_s_dropdown input[type="text"]{
    background-color:#fff;
    color:#000;
    margin:0;
    width:auto;
    height:auto;
    max-width:100%;
    min-width:auto;
    min-height:auto;
    display:inline-block;
    box-shadow:none
}
.tf_search_icon{
    padding:9px 11px 10px;
    border-radius:50em;
    cursor:pointer;
    line-height:normal
}
.tf_search_icon:hover{
    background:rgba(150,150,150,.15)
}
.tf_icon_wrap{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:2px;
    font-size:1.2em;
    line-height:1
}
.tf_icon_wrap + input[type="text"],
.tf_icon_wrap + .tf_loader + input[type="text"]{
    padding-left:2.2em
}
.tf_s_dropdown .tf_icon_wrap{
    left:12px
}
/*/styles/modules/search-form.css*/
#searchform-wrap{
	display:block;
	padding:1.4em 0 1.4em 0
}
#headerwrap #searchform{
	position:relative
}
#headerwrap #searchform #s{
	width:100%;
	background-color:#333;
	background-color:rgba(0,0,0,.3);
	color:#fff;
	color:rgba(255,255,255,.6);
	margin:0;
	padding:.5em 2.5em;
	border:0;
	border-radius:5em;
	transition:width .7s
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s{
	width:100%;
	color:#fff
}
#headerwrap #searchform .icon-search:before{
	content:"\e808"; /* fa-search */
	font-family:'themify_theme_icon';
	color:#fff;
	font-size:1em;
	font-style:normal;
	position:absolute;
	left:1em;
	top:50%;
	margin-top:-.5em;
	line-height:1em
}

/*http://unreal.tips/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/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
}
/*/themify-builder/css/modules/tab.css*/
.ui.module.module-tab{
	--tb_app_glc:normal;
    margin-bottom:2em;
	box-shadow:none;
    background:0
}
.ui .tab-nav > li,
.ui .tab-content{
    border:solid 1px rgba(0,0,0,.05)
}
.ui .tab-content h1,
.ui .tab-content h2,
.ui .tab-content h3,
.ui .tab-content h4,
.ui .tab-content h5,
.ui .tab-content h6{
    color:inherit;
    margin:.3em 0 .5em
}
.ui.tab-style-icon-only .tab-nav li span{
    display:none
}
.ui.tab-style-icon-top .tab-nav li em{
    display:block
}
.ui.tab-style-icon-only .tab-nav li a,
.ui.tab-style-icon-top .tab-nav li a{
    text-align:center
}
.ui .tab-content .module_row{
    visibility:visible!important
}
.ui .tab-content a{
    color:inherit
}
.ui .tab-nav{
    display:block;
    padding:0 0 0 5px;
    list-style:none;
	background-image:var(--tb_app_gr,none);
    margin:0!important
}
.ui .tab-nav li{
    display:inline-block;
	list-style:none;
    padding:0;
	margin:0 2px -1px 0;
    border-bottom-width:0;
	border-top-left-radius:var(--tb_app_r,0);
	border-top-right-radius:var(--tb_app_r,0);
	background-image:var(--tb_app_gr,none);
	background-color:var(--tb_pr_bg,#F7F7F7);
    position:relative
}
.ui .tab-content{
    margin-top:-1px;
    padding:1.3em;
	border-radius:var(--tb_app_r,0);
	box-shadow:var(--tb_app_shadow,none);
    background:#fff;
    color:#333
}
.ui .tab-content[aria-hidden="true"]{
	display:none
}
.ui .tab-nav li:hover{
    background-color:var(--tb_pr_hover_bg,#f1f1f1)
}
.ui .tab-nav li.current{
    background:#fff;
    box-shadow:none
}
.ui .tab-nav li.current:hover{
    background:#fff
}
.ui.module .tab-nav li a{
    display:inline-block;
    text-decoration:none;
    line-height:130%;
    box-shadow:none;
    color:var(--tb_pr_color,#555);
	--tb_app_glc:'';
    padding:.625em 1.25em
}
.ui.module .tab-nav .current a{
	--tb_app_glc:normal;
    cursor:default
}
.ui.module .tab-nav em {
	margin:auto 3px
}
/*SIZES*/
.ui.small .tab-nav li a{
    font-size:70%;
    padding:5px 10px
}
.ui.large .tab-nav li a{
    font-size:120%;
    padding:10px 20px
}
/*/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/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
}
/*/themify-builder/css/modules/post.css*/
.post{
    margin-bottom:2.2em;
    box-sizing:border-box
}
.post-title a{
    text-decoration:none
}
.post-video{
    margin:0 0 1em
}
.post-content{
    min-width:120px;
    padding:0;
    position:static
}
.module-post p.post-meta{
    margin:0 0 .6em
}
.post-meta .post-author,
.post-meta .post-category,
.post-meta .post-tag,
.post-meta .post-author,
.post-meta .post-comment a,
.post-meta span{
    margin-right:.3em
}
.post-date{
    margin:0 0 .5em;
    display:block
}
.builder-posts-wrap .post-image img{
    max-width:100%;
    height:auto
}
.builder-posts-wrap.grid4 .post-title{
    font-size:130%
}
.builder-posts-wrap.grid3 .post-title{
    font-size:150%
}
.builder-posts-wrap.grid2 .post-title,
.builder-posts-wrap.grid2-thumb .post-title{
    font-size:160%
}
.builder-posts-wrap.list-thumb-image .post-title{
    font-size:140%
}
.builder-posts-wrap.list-large-image .post-title{
    font-size:200%
}
.builder-posts-wrap.grid2-thumb .post-image{
    width:20%;
    float:left;
    margin:0 1.5em 1em 0
}
.builder-posts-wrap.list-thumb-image .post-image{
    max-width:20%;
    float:left;
    margin:0 1.5em 1em 0
}
.tb_fullwidth_image .post-image img,
.builder-posts-wrap.list-large-image .post-image img,
.builder-posts-wrap.list-thumb-image .post-image img{
    width:100%
}
.builder-posts-wrap.list-thumb-image .post-content,
.builder-posts-wrap.grid2-thumb .post-content{
    overflow:hidden
}
.builder-posts-wrap.list-post .post-content{
    width:auto
}
.builder-posts-wrap.list-large-image .post-image{
    max-width:64%;
    float:left;
    margin:0 1.5em 1em 0
}
/* reset post content min-width */
.col2-1 .builder-posts-wrap.grid3 .post-content,
.col2-1 .builder-posts-wrap.grid4 .post-content,
.col3-1 .builder-posts-wrap.grid2 .post-content,
.col3-1 .builder-posts-wrap.grid3 .post-content,
.col3-1 .builder-posts-wrap.grid4 .post-content,
.col3-2 .builder-posts-wrap.grid2 .post-content,
.col3-2 .builder-posts-wrap.grid3 .post-content,
.col3-2 .builder-posts-wrap.grid4 .post-content,
.col4-1 .builder-posts-wrap.grid2 .post-content,
.col4-1 .builder-posts-wrap.grid3 .post-content,
.col4-1 .builder-posts-wrap.grid4 .post-content,
.col4-2 .builder-posts-wrap.grid2 .post-content,
.col4-2 .builder-posts-wrap.grid3 .post-content,
.col4-2 .builder-posts-wrap.grid4 .post-content{
    min-width:50%
}
/*image appearance*/
.module.rounded .post-image img{
    border-radius:8px
}
.module.bordered .post-image img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module.circle .post-image img{
    border-radius:50em
}
@media (max-width:680px){
    .builder-posts-wrap.grid2 .post,
    .builder-posts-wrap.grid3 .post,
    .builder-posts-wrap.grid4 .post{
        clear:both;
        width:auto;
        float:none;
        margin-left:0;
        margin-right:0
    }
    .post-content{
        overflow:visible!important
    }
}
/*/css/grids/list-post.css*/
.woocommerce .loops-wrapper.products.list-post > .product,
.loops-wrapper.list-post > .post{
    width:100%;
    min-height:0;
    clear:both;
    float:none;
    margin:0 0 2.5em
}
.loops-wrapper.list-post.products.no-gutter > .product,
.loops-wrapper.list-post.no-gutter > .post{
    padding:0
}
/*/style.css*/
/*
Theme Name:Themify Stack
Theme URI:https://themify.me/themes/stack
Version:7.1.3 
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:themify,featured-images,translation-ready,custom-menu,sidebar
Text Domain:themify

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

DO NOT EDIT THIS FILE.

If you need to override theme styling,please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

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

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

----*/

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

img,fieldset{
	border:0
}

/* set 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,
iframe{
	max-width:100%
}

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
@font-face{
	font-family:'themify_theme_icon';
	font-display:swap;
	src:url('data:application/octet-stream;base64,d09GRgABAAAAABhcAA8AAAAAJ+gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+JklkY21hcAAAAdgAAACrAAAClsyF7d9jdnQgAAAChAAAABMAAAAgBtX++GZwZ20AAAKYAAAFkAAAC3CKkZBZZ2FzcAAACCgAAAAIAAAACAAAABBnbHlmAAAIMAAADHwAABHiXP09bGhlYWQAABSsAAAAMgAAADYN5j0paGhlYQAAFOAAAAAdAAAAJAc8A2lobXR4AAAVAAAAABwAAABcVjb//2xvY2EAABUcAAAAMAAAADAv9DPJbWF4cAAAFUwAAAAgAAAAIAFmDB9uYW1lAAAVbAAAAZgAAANF4g1h0XBvc3QAABcEAAAA2gAAAVM5ZalFcHJlcAAAF+AAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZD7AOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGBxeMLwQZQ76n8UQxRzEMAcozAiSAwD/KwwIAHic7ZLZDQIxDETfQrjva0URlEJBfFHvdAHjMGUQ6VmK5Y1W8wzMgKl5mAbDm4E6L3eH3p+y7v3Gs8+06uv2+bhS1ffW68SzzS/OWbBk5e82bNmx58CRE2cuXLkxenjO/2yrDPfcxsrzR084OFUUypRCZa5QFhWcPgr2gIKNoGA3KJRdBftCof5OwQ5RsE0U7BUFG0bBrlGwdRTsHwVvAgreCW/UD8Yvr8g0FgB4nGNgQAMSEMgc9D8FhAESSAPRAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nKVXe2xb13k/3zm89/I++LjkJa8okRQfEp8SJfGSvLJoU1eKHpZFP+RXpNqWFM9xPMlOvGTS4BRYkHarATtwAxdouw5I2yD+J2nqRx0M2B/N0g1Ym2JNm/2RoCiwpXsgQLyixdB02MTrfZeU1bVbO2MDeXm+c/id757zfb/vRRgh9/+evU5fJowIRCZ1axQpShi9QFyc6yIPQAgDskwox9HDhFLuOOEot48QWRLdAs+5kJ+pAhcqQihZVZPVpPOw17eusac7D315c9M+s2E/vkFQMrl/hn3IDpMA6SfD1mCXRGHKBYwCMDhJOI4s8vhKhZujJJ3oieghjywKJEADAqcVIZniQ6oWrkOoP1muVdVKhml8OilU06kMzmpGshwOsRe3vt1XqfTFIUgFJARVaf3Dt5YUVVXYqKKyw5W+1t3+ys9+Vumnzb5K66RHffVV1UObDgchEp7xBp5R39aJjwSJTnpIL0mTLHnW+gMNQJF4hmdmy54uOSxwNOjVRZeLo67lgM8dcnFE9XPqMvET4j9M/H5yHAmyT9P8fkVxuwnJZvr70qlkojcei/Z0R7o0XdPDIX/QHwyoik/xeT1u2Y0a3lFwBBUcgaQqpLMGmIbQnzV0H6RNZ+w39HTIENLgqD5tGuzDuv/Kl+xjV7921f7xldeuSldfuwIqzrb+7eKVf//plbMdy7xyNcJ0h7i1Yf9wc/P2xkZ9c7O+seGMdgH+tL7Zthfa/yS9ixRH3G9wiAU6WAyq0O+B2/S11mfhX+wgvds6Cos///gXxNXG0yj90Y7uDGvYzVEQgDKgyzwg4thhHBg57gLk2ud2420V57oBVVX9Ihcp6oaadh5QDZWlVeP2Rx+NbW7CY/fwgAm6Nda6RN9quehWa5xeJgThcv8v6BfZFNHI4BsIWIDZ+Vt9hxYt2fnzIs4VmOuxRJzAU3ifs0t3dZ1y4aJIw5oP+FQWMhUTauVeCGv0mv0e5CXplByV7dOyDC9JcemURF+137ffa5MSfBlHeEmWT0lxFOfc+Tl2i83gfbtIhpjkY8sfBFTVrCJRedojUvfU/C0RD2Qii/wUcYvui5JCCaqBI2wVNesCzrWKOgaBwqoHBFEUjuIgiItEFMRmz/wtCbfv/uV2BYjEyFEiOTKkh5Lxf3770pKVjkSAVCtGeXCgWIhkIhkHuj3dXWG/180TGWQvemcwxcfAcU5AeKhZdMk9UDFrdeCq5Volk66W46B5wcQH6QZUStBe+9vCSDXzBByw3wD/fzznCbqE0KfgQiSdjiRqiUTtb6zz48MLQ0MLw+PnLfh5vu+5TNW+zf7avvlW69GtoOc5NxN+Uk+VU/VEzaolNpCrPrSwujBct8478O3g4/e38SE+FD6igTY+EBtDDjZE/BlHgOgOQNYQFlH5FEIjZ7/fBgGCQYLftR/roAbykOswOIzoQ/fv319jX2Ue4iZJUrRyvYhRL4Y7OutgB1xkFd/sRBO0AfXQOT2tBQMc+oGjIV4LNwA05yB8OlWiDVec6pqgh+mnr3//On4hPjCmvXnmk4eun7Po7vPXXrl2fjdMvxmCTz1xnX7+7S/yL9hfihVCb0431l58+dqTY67Js5/f/8kzb4bINnbXMNZNYnQbJCOkQY5aCwAYvxALdHZkeKjU6/fhwaeRmcMY4MBEcFFh1Y3nBt4Fq6gkni0SxjxszignE7tGyw2jkcskBpODoVwoLXFdRVDR1CkvaHFAu5sq92tzSJWg0gCjHNZDXghWuRDrrHQQA4/pY71DB0qlAyf3D1GqOrODpdLBUwdK0BJ7jd7eSnxwgtKJP6TqxfZ0jxGPG2yy9WNNLx1cPlAaaA7CM+fsn2xPB/eX6J3WU/HK7kpvY1AZaNDIzXM3W2+1F+KVhuH4NdfWzeuYqxhqZow8QprkJUse6kuGg25eZg6KZERRyeehMpOY/LhXoZKbpy4quVZFgWOMwXE/ILz2omGdHEA8BIE29GCDdOGhdixZGULm983OTE409uwarVZGhgv5dCraE9K8np0MoWKGCKpJlSVVA5UY0sKYICuZbPW3zjhEVqZSQ8X/N6LOnq63XBvdCWOfkey+3Z18MFb2VpPdG627alcg0KV+pHap+L2ndvtxgR3e6mIfbh1hT1tiKepk4WhJtH4T/TnMuChE+ZXBwSWPur/crhMSqPdDZImcJmvkA8vnRVzW8pQXeoHjGVrAhxaYJT6/33fGgSaP0EREMpViaCTt4ObB4BYAiXgUybMaBIXIfkVe1cBL/D6vf5W43bDoxAA3mmYGJfku/r8FLVnVE584vDA9BeTs4yvLnzh94vTxYwtLh5fm900dmj40adV3VcqDxUxfrKcrrPoUiSQgEcIQ2l82a2atks1kM+kUL2S2ncQom85PzQxnBQyeqcwQCE406DhNL5jO0HaVdCqr7zgWhg+hY0uN11O8Y/VKRujMM/TG4vxccWCgODe/eOxzA3vm9z47O/vsXjkc35cdOBQbmFBCVjoxFpL9AW10xTRXRmfqPf7Ep/fPOnyzheKxdnS2ar2JaiKSSo2kUn8VLxZ3DxRLoiL6fPfz2UdmXp5+JJfbP9k3efGPLk7S7mgyLh/wdccjYZmx8rEzx8oFLW7NW08+/6TlWel1wndb4i2M5unhdGwApTWK+3hR9PK8gwunfjzHxlkCa7E5krBio2amPxig0I5QQJ5C/XtgzhoPh6hTLwpZVE2J8j7wQpzWTN0LqUy2BLVxaOACzwm62SYchhLFZUfBYR3V12bBrXTLLJgxTRubb0Zvtsf5aCHWXJiPZ6PR7K3s2trBaNS2hLw72myOalr0zvbYyDdy0WguPr/QjN1B3oNra/DnZt6Mzbf/vrk9FmK98Xh2fQ1FRaMH1tbPCQV3VNNGm83one3XNgrj2bX1bDzei4LW1vF97bIMdfFM20cY8ZJuIv1ZCLMx1u6DxX4dsiAwXQBT7x+HYFbgskgPgRmERsF+O8/+7vn3Iydt88QkVL26/YHf/mpdh01dVoL/+G7B/m6e7u23vzt5Ar5zMvJ++aB984PqL3TdvqLHY90w3ckb/8p+SK9hXZwjM+QImbNmRhUKFGbHg+2SnghY1WN9IfJup7qnR9sEhUUOJ9DcOxuLHtg/e2TvEbM6PITRLBfL9QclzLoObHdgzwvORzdqjl+YaeG/poX+iln9zby/wgpfH135vZXR0ZXRiUpyz4AZCwlQHFwaOyTDO7mpXA69Mpebpu/C6MrTK2abLYFs8R227/+SC765y5GE4vpO1Au6zOpuffDoxp0Xt/8/NJV7Ea/4vzI9qE2uM5GVML7w30DNDGLRkRXBZKJdLsAN+0QBVu1yHm7AK4XtfH0Dc9KD3iTk6D2E5YKKIcgjci6YdVo2FweuZQHTOKMcW3a8pt27OQmFOhU3Ib/WXrh3kkc12Y9jVsgKMmR7wOxkAay18SnlP3vi+rdH7D/Z32kctr6zUafN1t3zhSungdk/SsIz9k+PPLjX6+wG8+EZ+W+4afteQudqIug0DpcL9iX7Uh4+Y18qwGWcwnKbejC1L+FPW8436dtMJlGStOJep7qfxR4EPR0xBWeBBPwYPaPQ43LcvYyOq6sa7wTHTohEX3f6QrNm0CuKEtQgHJC8PdrHH2vdHiUQDgcUD5M5d1xrjQQTgitw716QExJB+g7OuG370Pe27ePauYcOZbhRsMvwPcc+J/LwPaS2ffJ59gP0yR6sGfaQJet4N1DKw2wPwBQRmYuJrgtYO3HMxa0LTg7j+HXCU8bTdQmwBKdwCmspsojCFDYXi+7ZXR/bNWrWnOI7l4mOxEbyBRm9hIOas9jJFF4awv5RDxtO+hAh5axWKw1qlJ1VzfELZoTSoXQ1XTWqBvuB/c5AV6RiPLp0rvnC+TGHeGJmYtyA4dZ77awwcnJjYrHZSQ/NsU5neAyGjfGJmXNLx43K2PkXmueWHjUqka4B+x3wOWyLE5snh510csvZCI/VnW3bddSNdpxyYTUTIGFMdpzlxaZBQdhKIsdkul1KjXtBoTJV5AtEZlgjrRMRJBAfJ5IbpN/BBPsk56KM8ALjl7FBISAKsPygUlLoHPZJYRRj/TYx7vWHkGNN/M8ipAsPLQO7priuB4N6Qt9p84PhYDikatjnqj6uB8ti7Nixa0+ju7F0HoO1CdVkCJexTMPlKm21GD4NenngC1N//G6e+u1T1y7N2xP0MmRarE4vbwCPHsjot+zCX+79J/sr9949aP/z5iYNtNjGGL1c/09D9iLReJxjYGRgYABiv5riiHh+m68M3MwvgCIMV/P/HIfR////T2F+wRwE5HIwMIFEAYXtDuYAAHicY2BkYGAO+p8FJF/8BwLmFwxAERQgDgC2sQeqAAAAeJxjfsHAwIwFM51Cohf8/49NDS49MAwAKzcWdwAAAAAAOACKARABKAFiAaICcgKyAwADjgRMBVgF3gYcBsAG2AcsB1AHkAeoCDII8QABAAAAFwBrAAoAAAAAAAIAMgBCAHMAAACfC3AAAAAAeJyNkM1Kw0AUhU9qVbTgQsH1LEQUIf0BKbhSCu3OhYtuXNQYJ8mUdKZMpkIWPoL4LG59AVe+gi/gS3iSDiIWoQmT+e65507mXgD7+ESA5XPOteSA+rnnBrYx8rxB/dpzk3zneRMtWM9b1J887+IML55bOMAbTwiaO4ym+PAc4Cjoe25gL7j1vEFdeW6Snz1v4jB49bxF/d3zLsbBl+cWjhtXAzMvrUozJ04Gp6LX6fbFfSkMJaWjXEQLlxlbiEuRGO1knpswNjOXyZlKykm1y4mKjb6R6SKP7GpiVRlLWyijRTfsrCZHUksbOflQ3aJ4THvOJSKxZiaG/v9ibs1Uxi7MnJtftNu/74UBDOYoOWaFFBkcBE6onnLvoYMu+qR7OgSdS5eCRoScSoQFK7I6UzC+5EoYaaqSjpwcIuZ3Vvskd0VHiclPLMmq9mjcMEp5Zs6T7VoV63jGjKr7qToS7ClkZ+tUjhjpujqqO3r4mUWBR960R9Wxvura1l0KDP/0LzjfKjelElMP6yk7qhdo8/1nXt9ndae2eJxtjlluwzAMRDXpktjZnG7pJXQoVmFswVpcWQqQnr4iUhT9KH/4SA45VAt1i1b9H0cscId7POARS6zQoMUaG2yxwx4dDnjCM17wijcc8a6W2WrPobQ1m+gr5q7ixZ44auNomjiJZnJ0XUmmMvP+TNoMfEkxaMfn3MhGdMVz92eSbD/kpjZmpmSGjTiV2RpNLotdiJknOgnmIZYqFiNnwyityQYR7ip+lqq8nZOSQu9+SvnIeupZwLg487r6fcQ4ekrj9lcsT8rRrxi9tkGwJ+c4XZX6BkzRXUgAAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=') format('woff')
}
body{
	font:1em/1.7em 'Roboto',sans-serif;
	overflow-wrap:break-word;
	color:#f1e4f5;
	-webkit-font-smoothing:antialiased;
	background-color:#261f3d
}
a{
	text-decoration:none;
	outline:none;
	color:#fff799
}
a:hover{
	text-decoration:none;
	color:#fff
}
p{
	padding:0;
	margin:0 0 1.2em
}
small{
	font-size:87%
}
blockquote{
	font-size:1.2em;
	line-height:1.4em;
	padding:.8em 2em 1em;
	margin:0 0 1.2em;
	position:relative
}
blockquote:before{
	content:'\201C';
	font-size:3.3em;
	position:absolute;
	margin-left:-.5em;
	margin-top:.2em
}
ins{
	text-decoration:none
}

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

/* HEADINGS
================================================ */
h1,h2,h3,h4,h5,h6{
	line-height:1.4em;
	margin:0 0 .6em;
	padding:0;
	overflow-wrap:normal;
	font-weight:300
}
h1{
	font-size:2.8em
}
h2{
	font-size:2.4em
}
h3{
	font-size:2.2em
}
h4{
	font-size:1.6em
}
h5{
	font-size:1.3em
}
h6{
	font-size:1.1em
}

/* FORM
================================================ */
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%;
	background-color:rgba(0,0,0,.4);
	color:#f1e4f5;
	border:0;
	padding:.65em
}
textarea,input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week]{
	background-color:rgba(0,0,0,.4);
	border:0;
	color:#fff;
	font-weight:300;
	padding:.65em;
	margin:.4em 0;
	max-width:100%;
	-webkit-appearance:none;
	box-sizing:border-box
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel]{
	width:19.2em;
	margin-right:1.2em
}
input[type=number]{
	width:7em
}

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

/* form input:focus */
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=reset]:focus,input[type=submit]:focus,button:focus{
	outline:none
}

/* form button */
input[type=reset],
input[type=submit],
button{
	background-color:#4335AB;
	border:0;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	letter-spacing:.04em;
	padding:.6em 1em .7em;
	text-transform:uppercase;
	-webkit-appearance:none
}
label{
	text-transform:uppercase
}
label small{
	font-weight:400;
	text-transform:none
}

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

/* main page width */
#pagewrap{
	padding-left:330px;
	padding-right:3%
}

.pagewidth{
	width:100%;
	margin:0 auto
}

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

/* content */
#content{
	width:64.7%;
	float:left;
	padding:4% 0 4%
}
.sidebar-none #content{
	width:100%
}

/* sidebar */
#sidebar{
	width:29%;
	float:right;
	padding:4.5% 0 3.5%;
	font-size:1em;
	line-height:1.9em
}
#sidebar .secondary{
	width:47%
}

/* full_width content */
.full_width #pagewrap{
	padding-left:280px; /* same width as #headerwrap */
	padding-right:0
}
.full_width #layout{
	width:100%;
	max-width:100%
}
.full_width #content{
	padding:0;
	width:auto;
	max-width:100%;
	float:none
}
.full_width #sidebar{
	width:auto;
	float:none
}
.full_width #footerwrap{
	padding-left:3.5%;
	padding-right:3.5%
}

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

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

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap{
	background-color:#4335ab;
	width:280px;
	position:fixed;
	z-index:1000;
	height:100%;
	left:0;
	top:0
}
#header{
	position:absolute;
	height:100%;
	width:auto
}
#header.pagewidth{
	max-width:100%
}
body:not(.mobile_menu_active) #headerwrap{
	overflow-y:auto
}
/* header padding */
.header-padding{
	padding:0 1.7em
}
/*
SOCIAL WIDGET
================================================ */
.social-widget{
	margin:0
}
.social-widget a{
	text-decoration:none;
	color:#fff;
	font-size:1.4em
}
.social-widget a:hover{
	text-decoration:none
}
.social-widget .widget{
	display:inline-block;
	vertical-align:middle;
	margin:0.5em 2px 0.5em 0;
	padding:0;
	background:0;
	border:0;
	border-radius:0;
	box-shadow:none
}
.social-widget .widget div{
	display:inline
}
.social-widget .widgettitle{
	width:auto;
	font-weight:700;
	font-size:100%;
	font-family:inherit;
	text-transform:none;
	letter-spacing:0;
	position:static;
	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 ul{
	margin:6px 0 0;
	padding:0;
	display:inline
}
.social-widget .social-links.horizontal li{
	padding:0 2px 5px 0;
	margin:0;
	display:inline-block;
	clear:none;
	line-height:100%;
	min-width:1em;
	text-align:center
}
.social-widget li img{
	vertical-align:middle;
	margin-top:-3px
}
.social-links .icon-medium i{
	font-size:100%
}
/* rss */
.social-widget div.rss{
	display:inline-block;
	vertical-align:middle
}
.social-widget div.rss a{
	display:inline-block
}
/*
MAIN NAVIGATION
================================================ */
#main-nav{
	margin:0;
	padding:0;
	margin-top:.3em;
	font-family:'Roboto Condensed',sans-serif;
	font-size:1.125em;
	font-weight:400;
	margin-bottom:2em;
	border-top:solid 1px rgba(0,0,0,.1)
}
#main-nav li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative
}

/* main level link */
#main-nav a{
	color:#fff;
	display:block;
	padding:.5em 1.5em;
	margin:0;
	text-decoration:none;
	border-bottom:solid 1px rgba(0,0,0,.1);
	text-transform:uppercase;
	position:relative
}

/* main level link :hover */
#main-nav a i.fa{
	margin-right:1em
}

/* current link */
#main-nav .current_page_item a,
#main-nav .current-menu-item a{
	background-color:#362a89
}

/* menu icon */
#main-nav .tf_fa{
	margin-right:.8em
}

/* 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{
	font-size:.9em;
	line-height:1.5em;
	font-weight:400;
	text-transform:none;
	background:0;
	color:#c7c3e6
}

/* remove touch dropdown arrow */
#main-nav .child-arrow{
	display:none!important
}

/* dropdown ul */
#main-nav ul{
	margin:0;
	list-style:none;
	font-size:1em;
	background-color:#362a89;
	display:none
}
#main-nav ul li{
	background:0;
	padding:0;
	margin:0;
	float:none
}
#main-nav ul ul a{
	padding-left:0;
	padding-right:0
}
#main-nav ul ul{
	padding-left:2.3em
}

/* sub-levels dropdown icon */
#main-nav li.page_item_has_children:after,
#main-nav li.menu-item-has-children:after{
	content:none
}
#main-nav li.page_item_has_children > a > button,
#main-nav li.menu-item-has-children > a > button{
	background:0;
	color:inherit;
	font-size:.9em;
	position:absolute;
	display:inline-block;
	width:2em;
	height:2em;
	right:1em;
	top:50%;
	padding:0;
	margin-top:-1em;
	cursor:pointer;
	transition:all .5s
}
#main-nav li.page_item_has_children .page_item_has_children > a > button,
#main-nav li.menu-item-has-children .menu-item-has-children > a > button{
	right:1.8em
}
#main-nav li.page_item_has_children > a > button i,
#main-nav li.menu-item-has-children > a > button i{
	display:none
}
#main-nav li.page_item_has_children > a > button:before,
#main-nav li.page_item_has_children > a > button:after,
#main-nav li.menu-item-has-children > a > button:before,
#main-nav li.menu-item-has-children > a > button:after{
	content:'';
	display:block;
	border-bottom:1px solid;
	position:absolute;
	left:0;
	right:0;
	width:9px;
	height:9px;
	margin:auto;
	margin-top:-.45em
}
#main-nav li.page_item_has_children > a > button:before,
#main-nav li.menu-item-has-children > a > button:before{
	transform:rotateZ(-45deg)
}
#main-nav li.page_item_has_children > a > button:after,
#main-nav li.menu-item-has-children > a > button:after{
	transform:rotateZ(45deg)
}
#main-nav li.page_item_has_children > a > button.toggle-on:before,
#main-nav li.page_item_has_children > a > button.toggle-on:after,
#main-nav li.menu-item-has-children > a > button.toggle-on:before,
#main-nav li.menu-item-has-children > a > button.toggle-on:after{
	width:14px;
	height:auto;
	top:50%;
	margin-top:0
}
#main-nav li.page_item_has_children > a > button.toggle-on:before,
#main-nav li.menu-item-has-children > a > button.toggle-on:before{
	transform:rotateZ(-45deg)
}
#main-nav li.page_item_has_children > a > button.toggle-on:after,
#main-nav li.menu-item-has-children > a > button.toggle-on:after{
	transform:rotateZ(45deg)
}
#main-nav .expanded{
	display:block
}
#main-nav .fading-icon{
	opacity:0
}

/* mobile menu icon */
#menu-icon{
	display:none
}
#menu-icon:before{
	content:'\e800'; /* ti-menu */
	font-family:'themify_theme_icon'
}
body.mobile-menu-visible{
    position:relative;
    overflow-y:hidden
}
.body-overlay{
    display:none;
    background-color:rgba(255,255,255,.7);
    width:100%;
    height:100%;
    position:fixed;
    left:260px;
    top:0;
    z-index:310;
    box-shadow:inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on{
    display:block; /* fix for Windows phone */
}

/*
HEADER WIDGET
================================================ */
.header-widget .widget{
	margin:0 0 2em
}
.header-widget .widgettitle{
	display:block;
	margin:0 0 .6em
}

/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title{
	margin:0 0 .9em;
	padding:0;
	font-size:3.1em;
	line-height:110%;
	font-family:'Roboto Condensed',sans-serif
}
.full_width .page-title{
	text-align:center;
	margin-top:1em
}

/*
AUTHOR PAGE
================================================ */
.author-bio{
	margin:0 0 2em
}
.author-bio .author-avatar{
	float:left;
	margin:0 15px 0 0
}
.author-bio .author-avatar img{
	background-color:#fff;
	padding:5px;
	border:solid 1px #ccc
}
.author-bio .author-name{
	margin:0 0 .5em;
	padding:0;
	font-size:1.6em
}
.author-posts-by{
	margin:0 0 1.5em;
	padding:1em 0 0;
	font-size:1.4em;
	text-transform:uppercase;
	border-top:solid 4px #ccc;
	border-color:rgba(118,118,118,.3)
}
/************************************************************************************
7. POST
*************************************************************************************/
/*
GENERIC POST
================================================ */
.post{
	position:relative
}

/* post content */
.post-content{
	min-width:120px;
	padding-bottom:2.2em
}

/* post title */
.post-title{
	font-size:3em;
	font-family:'Roboto Slab',serif;
	line-height:1.2em;
	letter-spacing:-.006em;
	margin:0 0 .7em;
	padding:0
}
.post-title a{
	text-decoration:none;
	color:inherit
}

/* post image */
.post-image{
	margin:0 0 1.1em
}
.post-image img{
	width:100%;
	vertical-align:bottom
}
.post-image.left{
	float:left;
	margin-right:1em
}
.post-image.right{
	float:right;
	margin-left:1em
}

/* post media */
.post-media{
	position:relative;
	text-transform:uppercase;
	font-family:'Roboto Condensed',sans-serif;
	min-height:46px
}
.no-post-date .post-media,
.no-post-author .post-media{
	min-height:0
}

/* post meta bottom */
.post-meta-bottom{
	font-size:.85em
}
.has-post-thumbnail .post-meta-bottom{
	position:absolute;
	bottom:0
}
.post-author{
	background-color:rgba(0,0,0,.3);
	display:inline-block;
	margin:0;
	padding:0 1em 0 0;
	vertical-align:middle
}
.author-avatar img{
	vertical-align:middle;
	margin-right:.7em
}

/* post meta */
.post-meta{
	font-size:.9em;
	line-height:1.6em;
	color:#aaa;
	margin:0 0 .5em;
	padding:0
}
.post-meta a{
	text-decoration:none
}
.post-meta a:hover{
	text-decoration:underline
}
.post-meta span{
	margin-right:.6em
}

/* post date */
.module .post-date,
.post-date{
	display:inline-block;
	margin:0 0 .5em 1em;
	letter-spacing:-.02em
}
.post-date span{
	margin-right:0
}

/* post meta top */
.post-meta-top{
	font-family:'Roboto Condensed',sans-serif;
	text-transform:uppercase;
	margin:0 0 .7em;
	padding:0
}

/* post icon */
.post-icon{
	margin-right:12px;
	font-size:28px;
	vertical-align:middle
}
.post-icon:before{
	display:inline-block;
	font-family:'themify_theme_icon';
	font-style:normal;
	font-weight:400;
	text-decoration:inherit
}

/* post category */
.post-category{
	font-size:.85em;
	font-weight:700;
	margin-right:.5em
}
.post-category a{
	color:inherit
}

/* post tag */
.post-tag{
	opacity:.7
}

/* post comment */
.post-comment{
	float:right
}
.post-comment a:after{
	content:"\e801"; /* ti-comment */
	display:inline-block;
	font-family:'themify_theme_icon';
	font-style:normal;
	font-weight:400;
	text-decoration:inherit;
	padding-left:.4em;
	padding-top:.1em
}

/* single post */
.single #content > .post{
	background:0
}
.single .post-inner{
	padding:0
}
.single .post-meta-top{
	margin:2em 0 1.75em;
	padding:0
}

/* gallery slider */
.twg-wrap{
	z-index:10
}
.twg-controls{
	z-index:7
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title{
	margin-bottom:.8em
}

/*
GENERAL GRID POST
================================================ */
.loops-wrapper.grid2 .post,
.loops-wrapper.grid3 .post,
.loops-wrapper.grid4 .post{
	margin:auto!important
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post{
	width:25%;
	float:left
}
.loops-wrapper.grid4 .post-media{
	min-height:32px
}
.loops-wrapper.grid4 .post-meta-bottom{
	font-size:.7em
}
.loops-wrapper.grid4 .post-meta-bottom .post-author img{
	max-width:30px
}
.loops-wrapper.grid4 .post-title{
	font-size:1.3em;
	margin:0 0 .5em
}
.loops-wrapper.grid4 .post-icon{
	font-size:17px
}
.loops-wrapper.grid4 .post-category{
	font-size:.85em
}

.loops-wrapper.grid4 .post-media{
	min-height:32px
}
.loops-wrapper.grid4 .post-meta-bottom{
	font-size:.7em
}
.loops-wrapper.grid4 .post-meta-bottom .post-author img{
	max-width:30px
}


/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post{
	width:33.33%;
	float:left
}
.loops-wrapper.grid3 .post-title{
	font-size:1.5em;
	margin:0 0 .55em
}
.loops-wrapper.grid3 .post-meta-bottom{
	font-size:.8em
}
.loops-wrapper.grid3 .post-meta-bottom .post-author img{
	max-width:40px
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post{
	width:50%;
	float:left
}
.loops-wrapper.grid2 .post-title{
	font-size:2em;
	margin:0 0 .55em
}

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

/*
CLEAR GRID FLOAT
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1){
	margin-left:0;
	clear:left
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post{
	clear:both; /* require for FF */
}
.loops-wrapper.list-thumb-image .post-image{
	width:20%;
	float:left;
	margin:0 1.4em 1em 0
}
.loops-wrapper.list-thumb-image .post-image img{
	width:100%
}
.loops-wrapper.list-thumb-image .post-content{
	overflow:hidden
}

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

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

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

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

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

/* carousel prev/next arrow */
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before{
	text-align:center;
	display:block;
	content:'';	
	width:16px;
	height:16px;
	border:1px solid transparent;
	border-bottom-color:inherit;
	border-right-color:inherit;
	transform:rotateZ(135deg);
	text-decoration:none;
	line-height:100%;
	position:absolute;
	left:50%;
	top:45%;
	margin-left:-5%
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before{
	transform:rotateZ(-45deg);
	margin-left:-25%
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager{
	clear:both;
	text-align:center;
	line-height:100%;
	width:auto
}
.loops-wrapper.slider .carousel-pager a{
	text-indent:-900em;
	width:8px;
	height:8px;
	display:inline-block;
	vertical-align:middle;
	margin:2px 3px 0;
	background-color:#ccc;
	background-color:rgba(0,0,0,.2);
	border:solid 2px #666;
	border-radius:100%;
	cursor:pointer
}
.loops-wrapper.slider .carousel-pager a.selected{
	background-color:#fff;
	border-color:#ccc
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box{
	margin:15px 0;
	border:0
}
.author-box .author-avatar{
	float:left;
	margin:0 15px 5px 0
}
.author-box .author-name{
	margin:0 0 5px
}

/************************************************************************************
POST PAGINATION
*************************************************************************************/
.post-pagination{
	text-align:right;
	margin:.5em 0 2em
}
.post-pagination strong{
	margin-right:3px
}
.post-pagination a{
	margin-left:3px;
	margin-right:3px
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav{
	margin:0 0 1.8em;
	padding:0;
	clear:both
}
.post-nav .prev,
.post-nav .next{
	width:47%;
	position:relative
}
.post-nav .prev{
	float:left
}
.post-nav .next{
	float:right;
	text-align:right
}

/* post nav link */
.post-nav a{
	text-decoration:none;
	display:block
}
.post-nav a:hover{
	text-decoration:none
}

/* post nav arrow */
.post-nav .arrow{
	display:block;
	width:auto;
	float:left;
	width:28px;
	height:28px;
	text-align:center;
	text-decoration:none
}
.post-nav .next .arrow{
	float:right
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before{
	font-family:'themify_theme_icon';
	font-size:14px;
	top:0;
	position:absolute;
	font-style:normal;
	font-weight:400;
	text-decoration:none
}
.post-nav .next .arrow:before{
	content:'\e807'; /* fa-chevron-right */
}
.post-nav .prev .arrow:before{
	content:'\e805'; /* fa-chevron-left */
}
.post-nav .prev .arrow:before{
	left:0
}
.post-nav .next .arrow:before{
	right:0
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap{
	margin:1.825em 0 1.25em;
	position:relative;
	clear:both;
	display:inline-block
}

/* comment title */
.comment-title,
.comment-reply-title{
	font-size:1.7em;
	font-family:'Roboto Slab',serif;
	margin:0 0 .725em;
	padding:0;
	letter-spacing:-.035em
}

/* comment pagenav */
.commentwrap .pagenav{
	margin:10px 0;
	border:0;

	box-shadow:none
}
.commentwrap .pagenav.top{
	margin:0;
	position:absolute;
	top:0;
	right:0;
	padding:0
}

/* commentlist */
.commentlist{
	margin:0 0 1.875em;
	padding:.313em 0 0
}
.commentlist li{
	margin:0;
	padding:.9em 0 0;
	list-style:none;
	position:relative
}
.commentlist .comment-author{
	margin:0 0 .9em;
	padding:0
}
.commentlist .avatar{
	float:left;
	margin:0 1.3em 0 0
}
.commentlist cite{
	color:#fff799;
	font-style:normal;
	font-size:1.4em;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:700;
	text-transform:uppercase
}
.commentlist cite a{
	text-decoration:none
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author cite:before{
	content:'\e812'; /* fa-bookmark */
	font-family:'themify_theme_icon';
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	margin-right:12px
}
.commentlist .comment-time{
	font-size:.85em;
	text-transform:uppercase
}
.commentlist .commententry{
	position:relative;
	min-height:40px;
	overflow:hidden;
	padding-bottom:5px;
	overflow-wrap:break-word
}
.commentlist ul,.commentlist ol{
	margin:0 0 0 7%;
	padding:0
}

/* reply link */
.commentlist .reply{
	position:absolute;
	right:0;
	top:30px
}
.commentlist .comment-reply-link{
	font-size:.8em;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #fff799;
	border-radius:5em;
	padding:.55em 1.7em;
	color:#fff799
}
.commentlist .comment-reply-link:hover{
	text-decoration:none
}

/*
COMMENT FORM
================================================ */
#respond{
	margin:0;
	padding:10px 0 0;
	position:relative;
	clear:both
}
#respond #cancel-comment-reply-link{
	position:absolute;
	top:20px;
	right:0;
	text-decoration:none;

	background-color:#4335AB;
	border:0;
	color:#fff;
	display:inline-block;
	font-size:70%;
	font-family:Roboto,sans-serif;
	letter-spacing:.04em;
	line-height:100%;
	padding:.6em 1em .7em;
	text-transform:uppercase
}
#respond #cancel-comment-reply-link:hover{
	color:#fff799
}
#commentform{
	margin:2.9em 0 0
}
#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
}
/************************************************************************************
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 FORMAT
*************************************************************************************/
/*
VIDEO POST FORMAT
================================================ */
.post.format-video{
	background-color:#22A4D5
}
.post.format-video .post-icon:before{
	content:'\e802'; /* ti-video-clapper */
}


/*
AUDIO POST FORMAT
================================================ */
.audio-player-wrapper{
	padding:.7em 1.5em
}
.audio-player-wrapper .tf_audio_wrap .tf_audio_current_time,
.audio-player-wrapper .tf_audio_wrap .tf_audio_controls{
	position:static
}
.audio-player-wrapper .tf_audio_total_time{
	display:inline-block
}

/* buttons */
.audio-player-wrapper .tf_audio_controls button{
	color:#fff
}
.audio-player-wrapper .tf_auido_play:before,
.audio-player-wrapper .tf_audio_playing:before,
.audio-player-wrapper .tf_audio_wrap button.tf_audio_mute:before,
.audio-player-wrapper .wp-playlist-next,
.audio-player-wrapper .wp-playlist-prev{
	font-family:'themify_theme_icon';
	font-size:28px;
	margin:0;
	padding:0;
	border:0;
	width:auto;
	height:auto
}
.audio-player-wrapper .tf_auido_play:before{
	content:'\e803'; /* ti-control-play */
}
.audio-player-wrapper .tf_audio_playing:before{
	content:'\e804'; /* ti-control-pause */
}

/* tracklist */
.audio-player-wrapper .tf_audio_progress_wrap{
	background-color:rgba(0,0,0,.2);
	border-radius:0;
	height:6px
}
.audio-player-wrapper .tf_audio_progress_wrap .tf_audio_progress_loaded{
	background-color:rgba(0,0,0,.2)
}
.audio-player-wrapper .tf_audio_progress_wrap .tf_audio_progress_current{
	background-color:#fff
}

/* volume */
.audio-player-wrapper .tf_audio_volumn_wrap{
	display:flex;
	align-items:center
}
.audio-player-wrapper .tf_audio_wrap .tf_audio_volumn_inner{
	height:6px;
	background-color:rgba(0,0,0,.2)
}

.post.format-audio{
	background-color:#c60059
}
.post.format-audio .post-icon:before{
	content:'\e809'; /* ti-music-alt */
}
.post.format-audio.has-post-thumbnail .post-meta-bottom{
	margin:0 0 -46px
}
.loops-wrapper.grid3 .post.format-audio.has-post-thumbnail .post-meta-bottom{
	margin:0 0 -40px
}
.loops-wrapper.grid4 .post.format-audio.has-post-thumbnail .post-meta-bottom{
	margin:0 0 -32px
}
.post.format-audio.has-post-thumbnail.has-post-author .post-inner{
	padding-top:11%
}
.post.format-audio .audio-player-wrapper{
	background-color:rgba(0,0,0,.5);
	width:100%;
	box-sizing:border-box
}
.post.format-audio.has-post-thumbnail .audio-player-wrapper{
	position:absolute;
	bottom:0
}

/*
STANDARD POST FORMAT
================================================ */
.post.format-standard{
	background-color:#00b168
}
.post.format-standard .post-icon:before{
	content:'\e80a'; /* ti-notepad */
}

/*
STATUS POST FORMAT
================================================ */
.post.format-status{
	background-color:#e4495c
}
.post.format-status .post-icon:before{
	content:'\e80b'; /* ti-thought */
}

/*
IMAGE POST FORMAT
================================================ */
.post.format-image .post-icon:before{
	content:'\e80a'; /* ti-notepad */
}

.post-inner{
	padding:6% 9% 6%;
	box-sizing:border-box
}

/*
LINK POST FORMAT
================================================ */
.post.format-link{
	background-color:#f26522
}
.post.format-link .post-icon:before{
	content:'\e80c'; /* ti-link */
}

/*
ASIDE POST FORMAT
================================================ */
.post.format-aside{
	height:auto!important
}
.post.format-aside{
	display:block;
	height:100%;
	background-color:#2E9E95
}
.post.format-aside .post-icon:before{
	content:'\e80d'; /* ti-pin-alt */
}

/*
QUOTE POST FORMAT
================================================ */
.post.format-quote{
	height:auto!important;
	display:block;
	height:100%;
	background-color:#4B41DA
}
.quote-author{
	font-family:'Roboto Condensed',sans-serif;
	text-transform:uppercase
}
.post.format-quote .post-icon:before{
	content:'\e80e'; /* ti-quote-right */
}

.more-link{
	font-size:1.0em;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:300;
	display:inline-block;
	letter-spacing:.06em;
	margin-bottom:1em;
	text-transform:uppercase
}
.more-link:before{
	content:'\e80f'; /* ti-angle-right */
	border:1px solid #fff;
	border-radius:100%;
	display:inline-block;
	font-family:'themify_theme_icon';
	font-style:normal;
	font-size:12px;
	font-weight:400;
	line-height:1.3em;
	margin-right:1.2em;
	padding:.4em;
	width:13px;
	height:13px
}

/*
IMAGE POST FORMAT
================================================ */
.post.format-image{
	background-color:#ca9f43
}
.post.format-image .post-icon:before{
	content:'\e810'; /* ti-image */
}

/*
GALLERY POST FORMAT
================================================ */
.post.format-gallery{
	background-color:#8b09ef
}
.post.format-gallery .post-icon:before{
	content:'\e815'; /* ti-gallery */
}

.post.format-gallery .post-meta-bottom{
	bottom:auto;
	top:0
}

/* gallery slider */
.format-gallery .twg-wrap{
	z-index:10;
	overflow:hidden
}
.format-gallery .twg-controls{
	z-index:7
}
.post.format-gallery .twg-wrap,
.post.format-gallery .twg-wrap .gallery-image-holder{
	display:block;
	width:100%;
	height:100%;
	min-height:300px
}
.post.format-gallery .gallery-caption{
	position:absolute;
	bottom:50px;
	padding:0 10px;
	text-transform:none
}

/* gallery slider timer */
.format-gallery .twg-wrap .gallery-slider-timer{
	position:absolute;
	height:2px;
	width:100%;
	top:-2px
}
.format-gallery .twg-wrap .timer-bar{
	height:2px
}
.format-gallery .twg-wrap .timer-bar{
	background-color:#0b79d6;
	color:#fff
}

.format-gallery .twg-wrap .gallery-slider-wrap{
	position:absolute;
	bottom:.4em;
	left:0;
	width:100%;
	background-color:#000;
	background-color:rgba(0,0,0,.3)
}
.format-gallery .gallery-slider-thumbs{
	margin:0;
	padding:0
}
.format-gallery .gallery-slider-thumbs li{
	padding:0;
	margin:0;
	list-style:none;
	float:left
}

.format-gallery .gallery-slider-thumbs li a img{
	max-width:100px;
	height:auto
}
.format-gallery .twg-controls .twg-list li{
	width:40px!important;
	list-style:none;
	width:auto!important
}
.format-gallery .gallery-slider-thumbs li a,
.format-gallery .gallery-slider-thumbs li a img{
	display:block;
	border:0;
	overflow:hidden
}
.format-gallery .gallery-slider-thumbs li a:hover > img,
.format-gallery .gallery-slider-thumbs li.current > img{
	border:1px solid #1e73ba
}
.format-gallery .gallery-slider-thumbs li.current a:hover img{
	cursor:default;
	border:0
}
.format-gallery .twg-wrap .twg-deleteable,
.format-gallery .twg-wrap .twg-behind{
	/*position:absolute;*/
	width:100%;
	left:0;
	top:0;
	min-width:100%;
	min-height:100%;
	width:100%;
	height:auto
}
.format-gallery .twg-wrap.no-timer .twg-controls{
	visibility:hidden
}

.format-gallery .twg-wrap .gallery-slider-wrap{
	bottom:0
}
.themify_builder_slider_wrap .carousel-wrap{
	visibility:visible;
	height:auto
}
.format-gallery .twg-wrap .gallery-slider-timer{
	top:0
}
.format-gallery .gallery-slider-thumbs{
	visibility:hidden
}
.format-gallery .twg-wrap .gallery-slider-wrap{
	overflow:hidden;
	padding-top:8px
}

/************************************************************************************
7.1 PORTFOLIO POST TYPE
*************************************************************************************/
/* post-filter */
.post-filter{
	text-align:center;
	font-family:"Montserrat",sans-serif;
	font-size:.875em;
	margin:2em 0;
	visibility:hidden;
	opacity:0
}
.post-filter li{
	display:inline-block;
	margin:0 10px 15px
}
.post-filter li a{
	text-decoration:none;
	text-transform:uppercase
}
.post-filter li.active a{
	color:#fff;
	position:relative
}
.post-filter li.active a:after{
	content:"\e811"; /* ti-close */
	font-family:'themify_theme_icon';
	left:50%;
	position:absolute;
	top:17px;
	font-size:.6625em; /* 9/16 */
	margin-left:-2px
}

/* portfolio post-category */
.portfolio-post .post-category{
	font-weight:300;
	margin-right:0;
	font-size:.9em
}

/* portfolio post */
.loops-wrapper.portfolio .portfolio-post{
	overflow:hidden; /* prevent image zoom outside the container */
	margin:auto
}

/* portfolio post meta */
.loops-wrapper.portfolio .post-meta-top{
	padding:0;
	margin:0 0 .3em;
	text-transform:uppercase;
	letter-spacing:.06em
}
.loops-wrapper.portfolio .post-meta .post-category{
	font-weight:300;
	font-family:"Roboto Condensed",sans-serif
}
.loops-wrapper.portfolio .post-meta a{
	text-decoration:none
}

/* portfolio image hover */
.loops-wrapper.portfolio .post-image img{
	transition:all .3s
}
.loops-wrapper.portfolio .portfolio-post:hover img{
	transform:scale(1.1)
}

/* portfolio post title*/
.loops-wrapper.portfolio .post-title{
	font-size:2.3em;
	margin:0 0 .5em;
	padding:0;
	letter-spacing:-.05em
}

/* portfolio post-content */
.loops-wrapper.portfolio .post-content{
	padding:6%;
	text-align:center;
	transition:all .3s ease-in-out;
	box-sizing:border-box
}

/* portfolio excerpt */
.loops-wrapper.portfolio .entry-content{
	font-size:.9em;
	line-height:1.4em
}

/*
PORTFOLIO LIST-POST
================================================ */
/* protfolio list view */
.loops-wrapper.portfolio.list-post .portfolio-post{
	width:100%;
	height:auto;
	position:static;
	box-sizing:border-box
}
.loops-wrapper.portfolio.list-post .post-image{
	width:50%;
	float:left
}
.loops-wrapper.portfolio.list-post .post-content{
	width:50%;
	text-align:left;
	float:left
}

/*
PORTFOLIO MASONRY
================================================ */
.loops-wrapper.portfolio.masonry .portfolio-post{
	position:relative;
	float:left;
	margin:0
}
.loops-wrapper:not(.products).masonry-done>.gutter-sizer{
	width:0
}
/* portfolio masonry size */
.loops-wrapper.portfolio.masonry .portfolio-post.size-large{
	width:50%;
	height:480px
}
.loops-wrapper.portfolio.masonry .portfolio-post.size-small{
	width:25%;
	height:240px
}
.loops-wrapper.portfolio.masonry .portfolio-post.size-small .post-title{
	font-size:1.6em
}
@media(max-width:1760px){
	.loops-wrapper.portfolio.masonry .portfolio-post.size-large{
		width:100%;
		height:560px
	}
	.loops-wrapper.portfolio.masonry .portfolio-post.size-small{
		width:50%;
		height:280px
	}
}
/* portfolio masonry image */
.loops-wrapper.portfolio.masonry .post-image{
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	width:50%;
	height:100%
}
.loops-wrapper.portfolio.masonry .post-image img{
    object-fit:cover;
    width:100%;
    height:100%
}
/* portfolio masonry post-content */
.loops-wrapper.portfolio.masonry .post-content{
	width:50%;
	height:100%
}

/* portfolio masonry align post-image & post-content */
.loops-wrapper.portfolio.masonry .image-left .post-image{
	float:left
}
.loops-wrapper.portfolio.masonry .image-right .post-image{
	float:right
}
.loops-wrapper.portfolio.masonry .image-left .post-content{
	float:right
}
.loops-wrapper.portfolio.masonry .image-right .post-content{
	float:left
}

/* vertical-align-middle */
.disp-table{
	display:table;
	width:100%;
	height:100%;
	table-layout:fixed
}
.disp-row{
	display:table-row
}
.disp-cell{
	width:100%;
	display:table-cell
}
.disp-cell.valignmid{
	vertical-align:middle
}

/*
PORTFOLIO SINGLE
================================================ */
/* single portfolio post meta */
.single-portfolio .featured-area{
	margin-top:2em
}
.single-portfolio .post-content{
	overflow:hidden
}
.single-portfolio .portfolio-post .post-meta-top{
	margin:0 0 .5em;
	padding:0
}

/* project info */
.single-portfolio .project-meta{
	width:19%;
	float:right;
	margin-left:5%;
	margin-top:90px
}
.project-date,
.project-client,
.project-services{
	border-top:1px solid #686378;
	padding:1em .3em;
	font-size:1em;
	color:#c4c3c8
}
.project-date strong,
.project-client strong,
.project-services strong{
	display:block;
	text-transform:uppercase
}
.project-launch{
	padding:1em .3em
}
.project-launch a{
	font-size:1em;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:300;
	color:#fff;
	display:inline-block;
	letter-spacing:.06em;
	margin-bottom:1em;
	text-transform:uppercase
}
.project-launch a:before{
	content:'\e80f'; /* ti-angle-right */
	border:1px solid #fff;
	border-radius:100%;
	display:inline-block;
	font-family:'themify_theme_icon';
	font-style:normal;
	font-size:12px;
	font-weight:400;
	line-height:1.3em;
	margin-right:1.2em;
	padding:.4em;
	width:13px;
	height:13px
}

/* Portfolio post nav */
.single-portfolio .post-nav .arrow:before{
	font-size:34px
}
.single-portfolio .post-nav .next .arrow:before{
	left:40px;
	right:auto
}
.single-portfolio .post-nav .prev,
.single-portfolio .post-nav .next{
	width:auto;
	float:none;
	display:inline
}
.single-portfolio .post-nav .next .arrow:before,
.single-portfolio .post-nav .prev .arrow:before{
	display:inline-block;
	font-family:'themify_theme_icon';
	font-style:normal;
	color:#f1e4f5
}
.single-portfolio .post-nav .prev .arrow:before{
	content:'\e813'; /* ti-angle-left */
}
.single-portfolio .post-nav .next .arrow:before{
	content:'\e80f'; /* ti-angle-right */
}
.single-portfolio #content{
	position:relative
}
.single-portfolio .post-nav{
	position:absolute;
	top:4em;
	right:0;
	width:6em;
	margin:0
}

.loops-wrapper.grid4 .loops-wrapper.grid4 .post,
.loops-wrapper.grid4 .loops-wrapper.grid3 .post,
.loops-wrapper.grid3 .loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .loops-wrapper.grid3 .post{
	width:100%;
	clear:both;
	float:none
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling{
	transition:none
}

#load-more{
	clear:both;
	padding:50px 0;
	text-align:center
}
.load-more-button{
	font-size:1.3em;
	font-weight:300;
	background-color:#4335AB;
	color:#fff;
	padding:14px 28px;
	text-decoration:none;
	display:none
}
.load-more-button:hover{
	color:#fff799
}
/* Masonry Gallery */
.gallery-wrapper{
	position:relative
}
.gallery-wrapper .item .gallery-caption .post-title{
	font-size:1em
}
.gallery-wrapper .item .gallery-item-wrapper{
	overflow:hidden
}
.gallery-wrapper .item .gallery-item-wrapper .gallery-caption{
	background-color:rgba(38,31,61,.8);
	margin:0;
	height:100%;
	text-align:center
}
.gallery-wrapper .item .gallery-caption .post-category a,
.gallery-wrapper .item .gallery-caption .post-title a{
	color:#FFF
}

.gallery-wrapper .item .gallery-item-wrapper{
	display:block;
	position:relative;
	height:100%;
	margin:0;
	padding:0
}
.gallery-wrapper .item img{
	display:inline-block;
	vertical-align:bottom;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	-webkit-backface-visibility:hidden;
	transition:all .3s ease
}

.gallery-wrapper .item .gallery-item-wrapper .gallery-caption{
	display:block;
	visibility:hidden;
	position:absolute;
	top:20%;
	padding:5%;
	width:90%;
	text-align:left;
	color:inherit;
	font-weight:300;
	line-height:120%;
	margin:.25em 0 0;
	opacity:0;
	transition:all .3s ease-in-out
}
.gallery-wrapper .item:hover .gallery-caption{
	display:block;
	visibility:visible;
	top:0;
	left:0;
	margin:0;
	opacity:1
}

/* gallery caption content */
.gallery-wrapper .item .gallery-caption .post-title{
	font-size:1.65em;
	margin-top:.5em;
	color:inherit
}
.gallery-wrapper .item .gallery-caption .post-category{
	font-size:.85em;
	font-weight:500;
	margin-top:.25em;
	text-decoration:none;
	color:inherit
}
.gallery-wrapper .item .gallery-caption .post-category:after{
	display:none;
	visibility:hidden
}
.gallery-wrapper .item.gallery-caption .entry-content{
	font-size:1em;
	color:inherit
}
.gallery-wrapper .item .gallery-caption .post-category a,
.gallery-wrapper .item .gallery-caption .post-title a{
	text-decoration:none;
	color:inherit
}

.single-gallery .gallery-wrapper .item .gallery-caption .post-category,
.single-gallery .gallery-wrapper .item .gallery-caption .entry-content{
	display:none;
	visibility:hidden
}

.gallery-wrapper .item:hover img{
	transform:scale(1.1)
}
.gallery-wrapper .item .gallery-item-wrapper:before{
	content:"\e814"; /* ti-zoom-in */
	font-family:'themify_theme_icon';
	font-size:2em;
	display:inline-block;
	position:absolute;
	z-index:2;
	top:100%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	width:32px;
	height:32px;
	line-height:normal;
	overflow:hidden;
	visibility:hidden;
	transition:all .3s ease
}
.gallery-wrapper .item:hover .gallery-item-wrapper:before{
	top:50%;
	visibility:visible
}

/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget{
	margin:0 0 4.9em
}
.widgettitle{
	color:#fff;
	font-family:'Roboto Slab',serif;
	font-weight:300;
	font-size:1.75em;
	letter-spacing:-.01em;
	margin:0 0 1.4em;
	padding:0
}
.widget ul{
	margin:0;
	padding:0
}
.widget li{
	margin:0;
	padding:.2em 0;
	list-style:none;
	clear:both
}
.widget ul ul{
	margin:6px 0 -6px 0px;
	padding:0;
	border-top:none
}
.widget ul ul li{
	margin:0;
	padding-left:10px
}
.widget a{
	text-decoration:none
}

/************************************************************************************
8.1 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 li{
	padding:0;
	margin:0 0 1em
}
.widget .feature-posts-list br{
	display:none
}
.widget .feature-posts-list .post-img{
	margin:0 1.7em 1em 0;
	float:left
}
.widget .feature-posts-list small{
	font-style:italic;
	font-size:90%;
	display:block;
	margin:0 0 .3em
}
.widget .feature-posts-list .feature-posts-title{
	margin:0 0 .3em;
	display:inline-block
}
.widget .feature-posts-list .post-excerpt{
	display:block;
	overflow:hidden
}

/* twitter widget */
.widget .twitter-list li{
	padding:0;
	margin:0 0 1.5em;
	font-weight:300
}
.widget .twitter-list .twitter-timestamp{
	font-style:italic;
	font-size:.9em;
	font-weight:400;
	display:block
}
.widget .follow-user{
	margin:0;
	padding:5px 0
}

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

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

/* flickr widget */
.widget .flickr_badge_image{
	margin-top:0;
	display:inline-block
}
.widget .flickr_badge_image img{
	width:60px;
	height:60px;
	margin-right:9px;
	margin-bottom:3px;
	float:left
}

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

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

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered{
	max-width:100%!important
}
#content .twt-border{
	max-width:100%!important;
	min-width:180px!important
}

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

/************************************************************************************
9. FOOTER
*************************************************************************************/
#footerwrap{
	clear:both;
	background-color:#261f3d
}
#footer .footer-widgets{
	clear:both
}
.footer-widgets .widget{
	padding-top:2em
}

/* footer text */
.footer-text{
	clear:both;
	font-size:85%;
	padding:0 0 1em;
	opacity:.7
}
#footer .one{
	float:left
}
#footer .two{
	float:right
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* builder row */
/*BASE MEDIA QUERIES*/
@media(max-width:1260px){
	.default_width #layout .row_inner{
		max-width:100%
	}
}
/* module title */
.themify_builder_content .module-title{
	margin:1.4em 0 1.6em;
	padding:1em 0 0;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:1px
}

/* Tile module */
.module-tile .tile-title{
	font-weight:100;
	font-size:1.4em
}
.module-tile .tile-content{
	font-size:.9em;
	line-height:1.3em
}

/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky{}
img.alignleft,img.aligncenter,img.alignright,img.alignnone{
	margin-bottom:1em
}
.alignleft{
	float:left;
	margin-right:2em
}
.alignright{
	float:right;
	margin-left:2em
}
.aligncenter{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption{
	text-align:center;
	margin-bottom:1em;
	max-width:100%
}
.wp-caption-text{
	margin:.5em 0
}

/* attachment page */
body.attachment{
	width:auto;
	float:none;
	padding:0;
	cursor:default;
	position:static;
	text-align:left
}
.single .attachment.post{
	width:auto;
	float:none;
	padding:0;
	cursor:default;
	text-align:left
}

/************************************************************************************
12. WP GALLERY
*************************************************************************************/
.gallery{
	margin:0 0 20px 0
}

/* gallery item */
.gallery .gallery-item{
	margin:0 8px 8px 0;
	vertical-align:top;
	width:auto;
	float:left;
	text-align:center
}

/* gallery image */
.gallery img{
	border:0;
	vertical-align:middle
}

/* gallery caption */
.gallery .gallery-caption{
	line-height:120%;
	font-size:90%;
	text-align:center;
	margin:5px 0 0
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
.gallery-columns-1 .gallery-item{
	width:auto
}
.gallery-columns-1 br{
	display:none!important
}

/* gallery column 2 */
.gallery-columns-2 .gallery-item{
	width:49.2%
}

/* gallery column 3 */
.gallery-columns-3 .gallery-item{
	width:32.3%
}
/* gallery column 4 */
.gallery-columns-4 .gallery-item{
	width:23.8%
}

/* gallery column 5 */
.gallery-columns-5 .gallery-item{
	width:18.8%
}

/* gallery column 6 */
.gallery-columns-6 .gallery-item{
	width:15.4%
}

/* gallery column 7 */
.gallery-columns-7 .gallery-item{
	width:13%
}

/* gallery column 8 */
.gallery-columns-8 .gallery-item{
	width:11.18%
}

/* gallery column 9 */
.gallery-columns-9 .gallery-item{
	width:9.77%
}

/* set gallery item margin-right */
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item{
	margin:0 1.5% 1.5% 0
}

/* clear gallery item margin-right */
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-2 .gallery-item:nth-of-type(2n){
	margin-right:0
}

/* clear left gallery item different sizes */
.gallery-columns-9 .gallery-item:nth-of-type(9n + 1),
.gallery-columns-8 .gallery-item:nth-of-type(8n + 1),
.gallery-columns-7 .gallery-item:nth-of-type(7n + 1),
.gallery-columns-6 .gallery-item:nth-of-type(6n + 1),
.gallery-columns-5 .gallery-item:nth-of-type(5n + 1),
.gallery-columns-4 .gallery-item:nth-of-type(4n + 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 1),
.gallery-columns-2 .gallery-item:nth-of-type(2n + 1){
	clear:left
}

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

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


/************************************************************************************
14. WooCommerce
*************************************************************************************/
/* WordPress Heading Generic Style */
.entry-header .entry-title{
	font-size:3.1em;
	margin:0 0 0.938em;
	font-family:'Roboto Condensed',sans-serif
}

.woocommerce .woocommerce-breadcrumb a{
	color:#fff799
}

/* layout */
.woocommerce #content div.product div.images{
	width:37%
}
.woocommerce #content div.product div.summary{
	width:58%
}

/* summary */
.woocommerce #content div.product .product_title{
	font-size:2.5em;
	margin:0 0 .325em
}

/* rating */
.woocommerce .woocommerce-product-rating a{
	text-decoration:none
}
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price{
	color:#fff799;
	font-size:1.25em;
	margin-top:.5em;
	margin-bottom:.4em;
	padding:0
}
.single-product p.price{
	margin-bottom:2em!important
}
.woocommerce .woocommerce-product-rating .star-rating{
	font-size:.7em;
	margin:.7em .5em .2em 0
}
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del{
	color:inherit
}
.woocommerce .star-rating{
	width:6.4em
}

/* quantity */
.woocommerce #content .quantity input.qty{
	margin:0
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus{
	position:static;
	float:left;
	font-family:"Courier New";
	margin-top:.6em;
	background:0;
	border:0;
	box-shadow:none;
	font-size:1.27em;
	font-weight:400;
	outline:none;
	padding:0 1.5em 0 .512em;
	color:#f1e4f5
}
.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover{
	background:0
}

.woocommerce #content .quantity input.qty{
	font-size:1em;
	font-weight:400;
	background-color:#fff;
	color:#000;
	border-radius:0;
	padding:.2em;
	min-height:2.2em;
	line-height:110%;
	width:2.75em
}

/* star rating */
.comment-form-rating label{
	margin-bottom:1em
}
.woocommerce .comment-form-rating span{
	font-size:.6em;
	letter-spacing:.085em
}
.woocommerce p.stars a.star-5{
	border:0
}
.woocommerce .star-rating span{
	color:#f1e4f5;
	letter-spacing:.215em
}
.woocommerce .star-rating:before{
	letter-spacing:.215em
}
.woocommerce .star-rating{
	font-size:.6em;
	float:none;
	margin-bottom:.5em
}
.woocommerce #review_form #respond .comment-form-rating{
	margin-top:1.2em
}

/* WooCommerce button */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background-color:#4335AB;
	border:0;
	color:#f1e4f5;
	font-family:'Roboto Condensed',sans-serif;
	font-size:1em;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	padding:.6em 1em .7em;

	letter-spacing:.04em;
	box-shadow:none;
	border-radius:0;
	transition:all .3s ease-in-out
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
	background-color:#362A89;
	text-shadow:none
}
.woocommerce ul.products li.product a.button{
	border-radius:0;
	font-size:.8em;
	font-weight:700
}

/* breadcrumb */
.woocommerce .woocommerce-breadcrumb{
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-style:italic;
	font-size:.8em;
	margin:0 0 1.5em;
	text-transform:none
}
.woocommerce .woocommerce-breadcrumb a{
	color:#fff799;
	font-style:normal;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none
}

/* product meta */
.woocommerce #content div.product div.product_meta{
	font-size:.875em;
	line-height:1.7em;
	margin:2em 0 1em
}
.woocommerce #content div.product div.product_meta .sku_wrapper,
.woocommerce #content div.product div.product_meta .posted_in{
	text-transform:uppercase;
	font-weight:500
}

.woocommerce #content div.product div.product_meta .sku,
.woocommerce #content div.product div.product_meta .posted_in a{
	text-transform:none;
	text-decoration:none;
	font-weight:300
}

/* review_form respond */
.woocommerce #review_form #respond{
	margin:1.5em 0
}
.woocommerce #review_form #respond textarea{
	min-height:15em
}
.woocommerce #review_form #respond p{
	margin:0 0 1.2em
}

/* review title */
.woocommerce #reviews h3{
	font-size:1.8em;
	font-family:'Roboto Slab',serif
}
.woocommerce #reviews h3:after{
	display:none
}

/* comment/review button */
.woocommerce #respond input#submit{
	border:0;
	color:#fff
}
.woocommerce #respond input#submit:hover{
	background-color:#666;
	color:#fff
}

/* related/upsell */
.woocommerce .related h2,
.woocommerce .upsells.products h2{
	font-size:1.6em;
	letter-spacing:.02em;
	margin:1em 0
}
.woocommerce ul.products li.product .onsale{
	top:.6em;
	right:auto;
	left:-1px;
	z-index:1
}

/* Product tabs */
.woocommerce #content div.product .woocommerce-tabs{
	clear:both;
	margin:0;
	padding-top:2em
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs{
	padding:0;
	text-transform:uppercase
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before{
	bottom:.01em;
	border-bottom:1px solid #f1e4f5
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li{
	border-top-left-radius:0;
	border-top-right-radius:0;
	background:0;
	border:0;
	box-shadow:none;
	margin:0
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after{
	border:0;
	box-shadow:none
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active{
	border:1px solid #f1e4f5;
	border-bottom-color:#261f3d;
	background-color:#261f3d
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{
	font-weight:500;
	text-shadow:none;
	color:#f1e4f5
}
.woocommerce #content div.product .woocommerce-tabs .panel h2{
	font-size:2em;
	font-family:'Roboto Slab',serif;
	margin:2em 0 1em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	background:0;
	border:0;
	width:55px;
	padding:0
}

/* Product review */
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	border:0;
	margin:0;
	padding:.4em 0 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size:1em;
	padding-left:5em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
	margin-left:8.5em
}
.woocommerce .meta strong{
	display:block;
	color:#fff799;
	font-family:'Roboto Condensed',sans-serif;
	font-size:1.4em;
	font-weight:700;
	letter-spacing:.1em;
	text-transform:uppercase
}
.woocommerce .meta time{
	font-family:'Roboto',sans-serif;
	font-size:1em;
	color:#f1e4f5
}

/* Cart style */
/* update total button */
.woocommerce .cart-collaterals .shipping_calculator .button{
	width:auto;
	display:inline-block
}
/* input text */
.woocommerce-cart #content table.cart td.actions .coupon .input-text{
	box-shadow:none;
	border:0;
	border-bottom:1px solid #000;
	padding:.5em .25em;
	width:6.5em
}
.woocommerce #content table.cart input{
	margin-bottom:.5em
}
.woocommerce table.shop_table{
	border:0;
	border-spacing:0
}
.woocommerce #content table.cart td,
.woocommerce #content table.cart th{
	font-weight:400;
	padding:1em .5em;
	border-top:1px solid rgba(205,205,205,.2)
}
.woocommerce #content table.cart th{
	font-size:1em
}
.woocommerce .cart-collaterals .cart_totals h2{
	font-size:140%
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th{
	font-size:.865em;
	font-weight:400;
	text-transform:uppercase;
	border-top:1px solid rgba(205,205,205,.2);
	width:35%
}
.woocommerce .cart-collaterals .cart_totals table td{
	text-transform:none;
	text-align:right
}
.woocommerce ul.products li.product .added_to_cart{
	margin-left:1.3em;
	vertical-align:middle
}
.woocommerce #content table.cart a.remove{
	color:#fff;
	background-color:#000
}
.woocommerce #content table.cart a.remove:hover{
	background-color:#ff3333;
	color:#fff
}

/* shipping_calculator */
.woocommerce .cart-collaterals .shipping_calculator h2{
	font-size:1.375em;
	text-align:right
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after{
	display:none
}

/* Checkout style */
/* woocommerce-info */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info{
	border-top:3px solid #f1e4f5;
	border-radius:0;
	box-shadow:none;
	background-color:#4335AB;
	color:#f1e4f5;
	text-shadow:none
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-color:#f1e4f5;
	color:#261f3d
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	font-weight:400;
	border-top:1px solid rgba(255,255,255,.5)
}
.woocommerce table.shop_table td{
	border-top:1px solid rgba(255,255,255,.5)
}
.woocommerce #payment{
	background-color:rgba(54,42,137,.7);
	border-radius:0
}
.woocommerce #payment div.payment_box{
	background-color:#4335AB;
	box-shadow:none;
	border-radius:0;
	color:#f1e4f5;
	text-shadow:none
}
.woocommerce #payment div.payment_box:after{
	bottom:100%;
	border-bottom-color:#4335AB
}
.woocommerce #payment ul.payment_methods{
	border:0
}

/* Product image */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce #content div.product div.images img{
	box-shadow:none
}

/* Sales tag */
.woocommerce span.onsale{
	box-shadow:none;
	font-family:'Roboto Condensed',sans-serif;
	min-width:3.4em;
	text-transform:Uppercase;
	text-shadow:none;
	border-radius:0;
	background:0;
	font-size:.6em;
	font-weight:500;
	left:0;
	top:0;
	right:auto;
	letter-spacing:.1em;
	line-height:2em;
	min-height:0;
	padding:.06em;
	text-align:left;
	transform:rotate(-45deg)
}
.woocommerce span.onsale:before{
	border-left:3.2em solid transparent;
	border-right:3.2em solid transparent;
	border-bottom:3.2em solid #4335AB;
	content:'';
	display:inline-block;
	height:0;
	width:0;
	position:absolute;
	left:-1.9em;
	top:-.95em;
	z-index:-1
}

/* Related Product */
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product{
	width:22.05%;
	box-sizing:border-box
}

/* Product price */
.woocommerce ul.products li.product .price{
	color:#f1e4f5;
	font-size:1.25em;
	margin-top:.5em;
	margin-bottom:.4em
}
.woocommerce ul.products li.product .price del{
	color:#fff799
}

/* WooCommerce pagination */
.woocommerce #content nav.woocommerce-pagination{
	margin-top:2em
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li{
	border:0
}
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span{
	background:0;
	color:#f1e4f5;
	display:inline-block;
	font-size:1em;
	font-weight:700;
	line-height:.5em;
	margin:0 .1em 0 0;
	min-height:.6em;
	min-width:.6em;
	padding:.95em;
	text-align:center;
	text-decoration:none;
	vertical-align:middle
}
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current{
	background-color:#4335AB;
	color:#f1e4f5
}
nav.woocommerce-pagination .next{
	position:relative
}

/* Archive product */
.woocommerce ul.products li.product{
	text-align:center
}
.woocommerce ul.products li.product h3{
	font-size:1.15em;
	padding:.5em 0
}
.woocommerce .products .star-rating{
	font-size:.6em;
	margin:auto
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
	margin:0 0 1.4em
}
.woocommerce.archive ul.products li.product a.button{
	border-radius:0;
	font-size:.8em;
	font-weight:700
}

/* WC widget style */
.wc-forward a:after,
.wc-forward:after{
	font-size:.85em
}

/************************************************************************************
LOADER
*************************************************************************************/
.themify-loader{
	width:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -18px
}
.themify-loader_blockG{
	background-color:#666;
	border:1px solid #999;
	float:left;
	height:36px;
	margin-left:3px;
	width:10px;
	opacity:.1;
	animation-name:bounceG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	transform:scale(0.7)
}
.themify-loader_1{
	animation-delay:0.39s
}
.themify-loader_2{
	animation-delay:0.52s
}
.themify-loader_3{
	animation-delay:0.65s
}
@keyframes bounceG{
	0%{
		transform:scale(1.2);
		opacity:1
	}
	100%{
		transform:scale(.7);
		opacity:.1
	}
}
.gallery-wrapper .tf_swiper-container{
	margin:0!important
}
.gallery-wrapper .tf_swiper-slide{
	margin:0;
	padding:0;
	width:auto;
	height:auto!important;
	float:left;
	clear:none
}
/* main image */
.gallery-wrapper  .tf_swiper-slide img{
	width:100%
}
/* thumbnails */
.gallery-wrapper .thumbnails-wrap{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:11;
	height:33px;
	background:rgba( 0,0,0,.5 );
	border-top:2px solid #0b79d6
}
.gallery-wrapper .thumbnails{
	width:120px!important
}
.gallery-wrapper .thumbnails img{
	width:40px;
	height:33px;
	cursor:pointer
}

/*/media-queries.css*/
@media (max-width:1200px){
/************************************************************************************
PORTFOLIO
*************************************************************************************/
@media(max-width:1160px){
	.loops-wrapper.portfolio.masonry .portfolio-post.size-large{
		height:360px
	}
	.loops-wrapper.portfolio.masonry .portfolio-post.size-small{
		width:100%;
		height:360px
	}
}
@media(max-width:680px){
	.loops-wrapper.portfolio.masonry .portfolio-post.size-large,
	.loops-wrapper.portfolio.masonry .portfolio-post.size-small,
	.loops-wrapper.portfolio.masonry .post-content{
		width:100%;
		height:auto
	}
	.loops-wrapper.portfolio.masonry .portfolio-post .post-image{
		width:100%;
		min-height:300px
	}
}

/************************************************************************************
HEADERWRAP
*************************************************************************************/
@media(max-height:800px){
	#headerwrap{
		font-size:.85em
	}
}

@media(max-width:1260px){

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap{
		max-width:100%
	}
	
	.pagewidth{
		max-width:94%
	}
	#headerwrap{
		font-size:.85em
	}
}

@media(max-width:800px){
	
	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	.loops-wrapper.grid4 .post{
		width:50%; /* change grid4 to 2 columns */
	}
	.loops-wrapper.grid4 .post:nth-of-type(2n+1){
		margin-left:0;
		clear:left
	}
	
}

@media(max-width:760px){

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth{
		max-width:90%
	}

	body #content,
	body #sidebar{
		width:100%;
		max-width:100%;
		float:none;
		clear:both
	}
	/* single portfolio post meta */
	.single-portfolio .post-content{
		width:auto;
		float:none
	}
	.single-portfolio .project-meta{
		width:auto;
		float:none;
		margin-left:0
	}
	
	/************************************************************************************
	14. WOOCOMMERCE
	*************************************************************************************/
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2{
		float:none;
		width:100%
	}
	
}

@media(max-width:680px){
	
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	{
		margin-left:0;
		width:100%;
		max-width:100%
	}
	
	/************************************************************************************
	HEADER
	*************************************************************************************/
	/* prevent logo img extend the fixed header on mobile */
	.has-fixed-header #headerwrap #site-logo img{
		width:auto;
		max-height:40px
	}

	/* all post title */
	.post-title,
	.loops-wrapper.list-post .post-title,
	.loops-wrapper.grid4 .post-title,
	.loops-wrapper.grid3 .post-title,
	.loops-wrapper.grid2 .post-title,
	.loops-wrapper.grid2-thumb .post-title,
	.loops-wrapper.list-thumb-image .post-title,
	.loops-wrapper.list-large-image .post-title,
	.loops-wrapper.slider .post-title{
		font-size:1.4em
	}

	/* all post image */
	.loops-wrapper.list-post .post-image,
	.loops-wrapper.grid4 .post-image,
	.loops-wrapper.grid3 .post-image,
	.loops-wrapper.grid2 .post-image,
	.loops-wrapper.list-large-image .post-image{
		float:none;
		position:static;
		width:auto;
		margin:0 0 1em;
		overflow:visible
	}
	
	.archive .loops-wrapper.list-post .post-image,
	.archive .loops-wrapper.grid4 .post-image,
	.archive .loops-wrapper.grid3 .post-image,
	.archive .loops-wrapper.grid2 .post-image{
		margin:0
	}

	/* all post content */
	.loops-wrapper.grid2-thumb .post-content,
	.loops-wrapper.list-thumb-image .post-content{
		overflow:visible
	}

	/* slider post */ 
	.loops-wrapper.slider .post-content{
		position:static;
		background-color:#000;
		padding-top:10px;
		padding-bottom:5px
	}
	.loops-wrapper.slider .post-meta{
		position:static
	}
	input[type=text],
	input[type=password],
	input[type=search],
	input[type=email],
	input[type=url],
	input[type=tel]{
		margin-right:0
	}
	.commentlist .reply{
		position:static
	}
	
	/* reset grid3 */
	.loops-wrapper.grid3 .post{
		width:100%;
		float:none;
		margin-left:0
	}

	/************************************************************************************
	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 1em 1em 0
	}

	/************************************************************************************
	FOOTER
	*************************************************************************************/
	.footer-widgets .widget{
		padding:0
	}
	.footer-widgets .first .widget{
		padding-top:2em
	}

	/************************************************************************************
	14. WOOCOMMERCE
	*************************************************************************************/
	.woocommerce table.cart{
		font-size:.8em
	}
	.woocommerce ul.products li.product{
		width:48%;
		float:left;
		clear:both;
		margin:0 0 2.992em
	}
	.woocommerce ul.products li.product:nth-child(2n){
		float:right;
		clear:none!important
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary{
		float:none;
		width:100%
	}
	
	/* cart */
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce table.cart .porduct-price{
		display:none
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions{
		text-align:left
	}
	.woocommerce #content .quantity .minus,
	.woocommerce .quantity .minus
	.woocommerce #content .quantity .plus,
	.woocommerce .quantity .plus{
		float:none;
		margin-top:.5em;
		margin-left:.5em
	}
	.woocommerce #content .quantity input.qty,
	.woocommerce .quantity input.qty{
		float:none
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon{
		float:none;
		padding-bottom:.5em
	}
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce #content table.cart td.actions .coupon:before,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:before{
		content:" ";
		display:table
	}
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:after{
		clear:both
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator{
		width:100%;
		float:none;
		text-align:left
	}
}

@media(max-width:600px){
	.admin-bar.sidemenu-active{
		position:static
	}
}

}
/*https://unreal.tips/wp-content/uploads/themify-css/themify-builder-2-generated.css*/
/* Generated from page: jp */
.themify_builder_content-2 .tb_whp056.module_row{padding:0 0 0 4%}
.themify_builder_content-2 .tb_whp056.module_row>.row_inner{--col:1fr 1.6889fr}
.themify_builder_content-2 .tb_xvxa57.module_column{padding-left:13%}
.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap p,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap blockquote,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap h1,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap h2,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap h3,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap h4,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap h5,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap h6,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap li,.themify_builder_content-2 .tb_m54958.module-text .tb_text_wrap span{font-family:"Verdana", "Geneva", sans-serif}
.themify_builder_content-2 .tb_m54958.module-text{margin-left:3%}
.themify_builder_content-2 .tb_8zv159.module-feature{margin-top:10px;margin-left:-15%;font-size:6px;padding-top:20px}
.themify_builder_content-2 .tb_8zv159.module-feature.module a:hover{color:#7bcc72}
.themify_builder_content-2 .tb_8zv159.module-feature.module a{color:#f3f4f9}
.themify_builder_content-2 .tb_1tcm465.module_row{margin-top:15px;margin-bottom:20px}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui{margin-top:0;margin-right:25%;margin-left:4%}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-content{background-color:#323232}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li.current em,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li.current span,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li.current span:hover{color:#f4f5f7}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li em{color:#323232}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li:hover,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li.current:hover{background-image:none;background-color:#323232}
.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap,.themify_builder_content-2 .tb_4kd4465.module-tab .tab-nav span,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap p,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap blockquote,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap h1,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap h2,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap h3,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap h4,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap h5,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap h6,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap li,.themify_builder_content-2 .tb_4kd4465.module-tab .tb_text_wrap span{background-clip:border-box;background-image:none;color:#f4f5f7}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui a,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav span{color:#99ced3}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li span{color:#b3b3b3}
.themify_builder_content-2 .tb_tmx3851.module_row{padding-left:4%;padding-right:4%;padding-top:0}
.themify_builder_content-2 .tb_eon0852.module-post,.themify_builder_content-2 .tb_prvh852.module-post,.themify_builder_content-2 .tb_kzau865.module-post,.themify_builder_content-2 .tb_t5i0319.module-post{margin-top:5px}
.themify_builder_content-2 .tb_eon0852.module-post.module .post-title,.themify_builder_content-2 .tb_eon0852.module-post.module .post-title a,.themify_builder_content-2 .tb_prvh852.module-post.module .post-title,.themify_builder_content-2 .tb_prvh852.module-post.module .post-title a,.themify_builder_content-2 .tb_axk4852.module-post.module .post-title,.themify_builder_content-2 .tb_axk4852.module-post.module .post-title a,.themify_builder_content-2 .tb_uy8b852.module-post.module .post-title,.themify_builder_content-2 .tb_uy8b852.module-post.module .post-title a,.themify_builder_content-2 .tb_kzau865.module-post.module .post-title,.themify_builder_content-2 .tb_kzau865.module-post.module .post-title a,.themify_builder_content-2 .tb_t5i0319.module-post.module .post-title,.themify_builder_content-2 .tb_t5i0319.module-post.module .post-title a{color:#f3f4f7}
.themify_builder_content-2 .tb_eon0852.module-post.module .post-title,.themify_builder_content-2 .tb_prvh852.module-post.module .post-title,.themify_builder_content-2 .tb_axk4852.module-post.module .post-title,.themify_builder_content-2 .tb_uy8b852.module-post.module .post-title,.themify_builder_content-2 .tb_kzau865.module-post.module .post-title,.themify_builder_content-2 .tb_t5i0319.module-post.module .post-title{padding-left:5%;padding-right:0;padding-top:0}
.themify_builder_content-2 .tb_eon0852.module-post .post-image,.themify_builder_content-2 .tb_axk4852.module-post .post-image,.themify_builder_content-2 .tb_kzau865.module-post .post-image,.themify_builder_content-2 .tb_t5i0319.module-post .post-image{margin-top:2%;padding-top:0;background-color:#5f6366}
.themify_builder_content-2 .tb_prvh852.module-post .post-image,.themify_builder_content-2 .tb_uy8b852.module-post .post-image{margin-top:2%;background-color:#5f6366}
.themify_builder_content-2 .tb_axk4852.module-post,.themify_builder_content-2 .tb_uy8b852.module-post{padding-top:1%;margin-top:5px}
.themify_builder_content-2 .tb_ze4r858.module_row{padding-left:4%;padding-right:5%;padding-top:1%}
.themify_builder_content-2 .tb_wpsl865.module_column,.themify_builder_content-2 .tb_3miy318.module_column{padding-top:2%}

@media(max-width:1024px){
.themify_builder_content-2 .tb_whp056.module_row>.row_inner{--col:none}
.themify_builder_content-2 .tb_m54958.module-text{margin-left:1%}
.themify_builder_content-2 .tb_8zv159.module-feature{margin-left:-10%}
.themify_builder_content-2 .tb_1tcm465.module_row{margin-top:20px;margin-bottom:10px}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui{margin-top:-10px;margin-right:2%}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-content,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li a{font-size:15px}
.themify_builder_content-2 .tb_tmx3851.module_row>.row_inner{--area:"col1 col2" "col3 col4"}
}
@media(max-width:768px){
.themify_builder_content-2 .tb_xvxa57.module_column{padding-left:0}
.themify_builder_content-2 .tb_m54958.module-text{margin-left:18%;margin-top:2%}
.themify_builder_content-2 .tb_8zv159.module-feature{margin-left:5%}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui{margin-top:0;margin-right:4%}
.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-content,.themify_builder_content-2 .tb_4kd4465.module-tab.ui .tab-nav li a{font-size:14px}
.themify_builder_content-2 .tb_tmx3851.module_row,.themify_builder_content-2 .tb_ze4r858.module_row{padding-left:3%;padding-right:3%}
.themify_builder_content-2 .tb_eon0852.module-post .post-image,.themify_builder_content-2 .tb_axk4852.module-post .post-image,.themify_builder_content-2 .tb_kzau865.module-post .post-image,.themify_builder_content-2 .tb_t5i0319.module-post .post-image{margin-top:5%}
}
@media(max-width:480px){
.themify_builder_content-2 .tb_whp056.module_row>.row_inner{--col:var(--c1_3)}
.themify_builder_content-2 .tb_m54958.module-text{margin-left:25%;margin-top:1%}
.themify_builder_content-2 .tb_1tcm465.module_row{margin-top:10px}
.themify_builder_content-2 .tb_tmx3851.module_row,.themify_builder_content-2 .tb_ze4r858.module_row{padding-left:2%;padding-right:2%}
.themify_builder_content-2 .tb_tmx3851.module_row>.row_inner{--area:var(--aream4_auto)}
.themify_builder_content-2 .tb_ze4r858.module_row>.row_inner{--area:var(--aream2_auto)}
.themify_builder_content-2 .tb_wpsl865.module_column,.themify_builder_content-2 .tb_3miy318.module_column{padding-top:1%}
}
/*https://unreal.tips/wp-content/uploads/themify-customizer-7.1.1-7.1.3.css*/
/* Themify Customize Styling */
body {	background: none;
	background-color: #5f6366;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	text-transform:none;
	color: #f4f5f9; 
}
#headerwrap {	background: none;
	background-color: #4d6d9a; 
}
#header {		text-transform:none; 
}
#header a:hover {	
	color: #e0e0e0; 
}
body #site-logo a img {		width: 150px;
	height: 150px; 
}
#site-description {	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	color: #f4f5f9;display: none;	position:relative;

	bottom: 20px; 
}
#main-nav a {	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	font-weight:normal;
	text-transform:lowercase; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	background: none;
	background-color: #4a6794; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #4d6d9a; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px;
	height: 150px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px;
	height: 150px; 
}
 }@media(max-width: 480px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px;
	height: 150px; 
}
 }
/* Themify Custom CSS */
.page-map a{color:#5f6366}
.page-map a:hover{color:#7bcc72}
input[type=submit]{
	background:#007f00;
}
.post-title.entry-title{font-size:2em!important;}
#footerwrap{background:#4a4a4a!important;padding-bottom:25px;}
a{color:#7bcc72}
.header-widget.header-padding{display:none}
ul.tab-nav{
	padding-left:0px!important;
	top:1px!important;
}

#body,html{padding:0;background:#4a4a4a}
#pagewrap{background:#4a4a4a}

body::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
body::-webkit-scrollbar-track {
background-color:#4a4a4a;
}
body::-webkit-scrollbar-thumb {
 background-color:#323232;
 border-radius:16px;
 border:4px solid #323232;
}
body::-webkit-scrollbar-button 
{
	display:none
}

.read{
padding: .5em 1em .5em 1.2em;
float:left;
background: #99ced3;
margin:0px!important;
color:#f4f5f7;
	position: relative;
}
.read:before{
position: absolute;
    content: '';
    bottom:0px;
	  left:0px;
    border-width: 0 12px 10px 0;
    border-style: solid;
    border-color: red #fff #4a4a4a;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
}
.read a{
	text-decoration:none;
	color:#f4f5f7;
}
.read a:focus{
	outline:none;
}
.read:hover:before{
content: '';
bottom:0px;
left:0px;
border-width:  0 32px 28px 0;
border-style: solid;
border-color: red #f4f5f7 #4a4a4a;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
div.homemeta {
text-align:right;
padding:8px 12px 4px 0;
}
div.homemeta  img{
	margin-bottom:6.5px;
}
.hometitle{
width:40%;
height:35px!important;
margin:0 0 -40px 0!important;
z-index: 1;
}
#main-nav .fas{padding-right:5px;}
#main-nav ul{background:#385680}#main-nav ul a{color:#f3f4f9;margin-left:27px;}

.mobile_menu_active.header-leftpane #headerwrap #header{
	height:auto!important;
}
#header, #body, html , #headerwrap, #main-nav a, body{
font-family: 'Lucida Sans','Yu Gothic','M PLUS 1p', sans-serif !important ;}

li{
	list-style-type:none;
}

/***
 single post css
 ***/
.relpost-thumb-wrapper{
	margin:0 auto;
	padding:2% 0;
	max-width:93%;
}
a.relpost-block-single{
	position:relative;
}
.relpost-block-single-image{
opacity: 0.55;
}
.relpost-block-single{
	background:black;
	height:150px;
	padding:0px;
	margin:12px;
}
.relpost-block-single-text{
	position:absolute;
  width:150px;
	text-transform: uppercase;
	font-weight:bold;
	bottom:25px;
}
div.postheader{height:50px;
}

h1{
	color:#f4f5f7;
	padding:4% 1% 1% 5%;
}
.root-title{
	margin-left: 9px;
}
.singlemeta{
	padding-left:5%;
}
.singlemeta img{
	margin:3px 3px 0 3px;
}
.singlemeta .modi img{
margin-bottom:-1.8px;
}
.singletitle h1{
	padding-top:2%;
}
.mokuji {
  padding:1.5em 0;
  background: #323232;
	color:#f4f5f7;
	max-width:1000px;
}
summary {
	color:#f4f5f7;
	background:#4d6d9a;
	padding:.5em 0 .5em 1em;
	max-width:984px;
}
.ko-mokuji{
	padding-left:14%;
  font-size:90%;
}
.koko-mokuji{
	padding-left:30%;
	 font-size:80%;
}
.mokuji a{
	color:#f4f5f7;
}
.mokuji a:hover{
	color:#999;
	transition:.2s;
	text-decoration:none;
}
.mokuhyo p{
	margin: 1em 0;
}
.mokuhyo{
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 3px #666;
	max-width:962px;
}
.mokuhyo-title{
 position: absolute;
display: inline-block;
top: -27px;
left: -3px;
padding: 0 9px;
 background: #666;
border-radius: 5px 5px 0 0;
}
.daiji {
    margin: 1em 0 2em;
    padding: 1.5em 1em .5em;
	background: #323232;
}
.daiji-title {
    font-size: 19px;
}
.singlebody .module_row h2 {
    padding: 0 1em;
    margin:1em 0;
    border-left: solid 10px #edb5bf;
}
.singlebody .row_inner h3{
  border-bottom: 2px solid #edb5bf;
}
.mejs-controls, .mejs-embed, .mejs-embed{
	display:none;
}
.mejs-controls{
	background:none!important;
}
div#mep_0,div#mep_1, div.wp-video, video, video.tb-column-inner{
	background:none;
	max-height:200px;
	max-width:323px;
	min-height:150px;
	min-width:243px;
}
.underline{
border-bottom: dotted .15em orange
}
ul.post-categories{
	display:inline-block;
	margin:0;
}
.singleroot{
	clear:both!important;
	color:#b4b6b7;
}
.singleroot a{
	margin:0 .7em;
		color:#b4b6b7;
	text-decoration:none;
}
div.two{
	display:none;
}
.pagenav a, .pagenav span{
	font-weight:400;
  padding-left:1.14em;
  padding-right:1.14em;
}
/* START MOBILE MENU CSS */
@media screen and (max-width:1200px){
/*/mobile-menu.css*/
/************************************************************************************
MOBILE MENU ACTIVE
*************************************************************************************/
/* menu icon */
#menu-icon{
	background:inherit;
	color:#fff;
	display:block;
	font-size:20px;
	top:48px;
	text-decoration:none;
	z-index:10000;
	position:fixed;
	padding:7px 10px 8px 0;
	width:20px;
	margin:0;
	left:0;
	overflow:hidden;
	cursor:pointer;
	transition:left .3s ease-out, right .3s ease-out;
}
.mobile-menu-visible #menu-icon{
	left:245px;
}
.themify_builder_active #menu-icon{
	display:none
}

/* Mobile Menu Styles */
.sidemenu{
	transition:.2s ease-in-out;
        transition-property:left,right;
	height:100%;
	width:260px;
	background-color:#4335ab;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-ms-scroll-chaining:none;
	display:none;
	position:fixed;
	top:0;
	z-index:111;
}
#mobile-menu{
	left:-310px;
}
#mobile-menu.sidemenu-on{
	left:0;
}
.sidemenu-active{
	position:relative;
	left:0;
	transition:left .2s ease-in-out;
	overflow-x:hidden;
}
.sidemenu-left{
	left:240px;
}
.sidemenu-left #headerwrap{
	left:0;
}
#headerwrap{
	width:240px;
	left:-240px;
	transition:left .2s ease-in-out;
}
.admin-bar #main-nav-wrap{
	margin-bottom:90px;
}

/* pagewrap */
.full_width #pagewrap,
#pagewrap{
	padding-left:2%;
	padding-right:2%;
}
}
/* END MOBILE MENU CSS */