/************************************************************************************
THEMIFY COMMONS
*************************************************************************************/
/* map */
.map img{
    max-width:none !important;
}
.gmnoprint{
    word-wrap:normal;
}
/* social widget */
.social-widget .widget{
    display:inline-block;
    margin:0 2px 0 0;
}
.social-widget .widgettitle{
    width:auto;
    font-size:1em;
    margin:5px 8px 2px 0;
    padding:0;
    border:none;
    display:inline-block;
}
.social-widget ul{
    margin:6px 0 0 !important;
    padding:0;
    display:inline;
}
.social-widget li img{
    vertical-align:middle;
}
.social-links.horizontal li{
    display:inline-block;
    margin:0 5px 5px 0;
    padding:0;
    list-style:none;
    border:none;
}
.social-links.vertical li{
    display:block;
    margin:0 0 5px;
    padding:0;
    list-style:none;
    border:none;
}
.widget .social-links{
    padding:0;
    line-height:1em;
}
.widget .social-link-item{
    margin:0 2px 2px 0;
    padding:0;
    list-style:none;
}
.widget .social-links a,
.widget .social-links a:hover{
    text-decoration:none;
}
.widget .social-links li img{
    vertical-align:middle;
}
/* social links font icon */
.social-links li i{
    line-height:1em;
    padding:6px;
    width:20px;
    height:20px;
    text-align:center;
    vertical-align:middle;
    border-radius:100%;
    display:inline-block;
}
.social-links .icon-small i{
    font-size:8px;
    padding:4px;
    width:8px;
    height:8px;
}
.social-links .icon-medium i{
    font-size:20px;
    padding:4px;
    width:20px;
    height:20px;
}
.social-links .icon-large i{
    font-size:28px;
    padding:6px;
    width:28px;
    height:28px;
}
/* image icon sizes */
.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;
}
/* social links orientation */
#sidebar .social-links.horizontal li,
#footer .social-links.horizontal li{
    border:none;
    display:inline-block;
}
#sidebar .social-links.vertical,
#footer .social-links.vertical{
    display:block;
}
#sidebar .social-links.vertical li,
#footer .social-links.vertical li{
    display:block;
    margin:0 0 .5em;
}
.social-widget .links-list li{
    display:inline-block;
    margin:0 5px 5px 0;
    border:none !important;
}
/************************************************************************************
HOOK CONTENT
*************************************************************************************/
.hook-location-hint{
    padding:2px 5px;
    background:#FBFFCD;
    border:solid 1px #CFD682;
    margin:2px 0;
    display:block;
    clear:both;
}
/************************************************************************************
MENU DROPDOWN
*************************************************************************************/
.sub-arrow{
    display:inline-block !important;
    cursor:pointer;
}
.sub-arrow:before{
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    border:1px solid transparent;
    pointer-events:none;
    padding:0;
    border-bottom-color:inherit;
    border-left-color:inherit;
    transition:all .3s linear;
    transform-origin:center;
    transform-style:preserve-3D;
}
.sub-arrow:before{
    /* border-angle-down */
    transform:rotateZ(-45deg);
    margin-bottom:4px;
    margin-left:4px;
}
.sub-arrow.open:before{
    /* border-angle-up */
    transform:rotateZ(-225deg);
    margin-bottom:0;
}
.with-sub-arrow ul .sub-arrow:before{
    /* border-angle-right */
    transform:rotateZ(-135deg);
    margin-bottom:0;
}
.with-sub-arrow ul .sub-arrow.open:before{
    /* border-angle-left */
    transform:rotateZ(45deg);
    margin-bottom:0;
}
.no-touch .sub-arrow{
    display:none !important;
}
/**
 * MediaElement
 */
.wp-video{
    width:100% !important;
    max-width:100% !important;
    margin-bottom:1em;
}
.mejs__container{
    text-align:center !important;
    max-width:100%;
    min-height:100% !important;
}

/* iframe */
iframe{
    border:none;
}
/**
 * 508 accessibility
*/
a:focus{
    outline:1px dotted rgba(150,150,150,.2);
}
.screen-reader-text{
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important;
    height:1px;
    width:1px;
    overflow:hidden;
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip:auto !important;
    color:#21759b;
    display:block;
    font-size:14px;
    font-size:.875rem;
    font-weight:bold;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000; /* Above WP toolbar. */
}
/* featured image zoom icon */
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%;
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    border-radius:100%;
}
.post-image .themify_lightbox .zoom:after{
    content:"\e610";
    font-family:themify;
    vertical-align:middle;
    color:#fff;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6);
}
/*Hide Turn on Bulider in Archive*/
.themify_storelocator a.tb_turn_on,
.loops-wrapper a.tb_turn_on {
	display:none;
}

/* responsive */
@media screen and (max-width: 600px) {
	.admin-bar.fixed-header-on #headerwrap {
		margin-top: 0 !important;
		top: 0 !important;
	}
    .admin-bar.fixed-header #wpadminbar {
        position: fixed;
    }
    .admin-bar.fixed-header-on #wpadminbar {
        position: absolute;
    }
    body:not(.header-none).admin-bar.no-fixed-header #wpadminbar {
		margin-top: -46px;
	}
}/************************************************************************************
BUTTONS
*************************************************************************************/
a.shortcode.button{
    text-decoration:none !important;
    color:#333;
    line-height:110%;
    padding:.5em 1em;
    margin:.5em .2em .5em 0;
    border:solid 1px #aaa;
    background-color:#f5f5f5;
    background-image:none;
    vertical-align:middle;
    display:inline-block;
    text-shadow:0 1px 0 rgba(255,255,255,.1);
    border-radius:.3em;
    box-shadow:0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.1);
    transition: background-color .3s, background-color .3s, border .3s, color .3s;
}
a.shortcode.button:hover{
    text-decoration:none;
    background-color:#fff;
}
/* button colors */
a.shortcode.button.yellow{
    border-color:#f2bd00;
    background-color:#ffe20b;
    color:#000 !important;
}
a.shortcode.button.yellow:hover{
    background-color:#fff21e;
}
a.shortcode.button.yellow.outline,
a.shortcode.button.yellow.outline:hover{
    color:#ffe20b !important;
    border-color:#ffe20b;
}
a.shortcode.button.yellow.outline:hover{
    color:#000 !important;
    background-color:#ffe20b;
}
a.shortcode.button.orange{
    border-color:#b57400;
    background-color:#f9800f;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.orange:hover{
    background-color:#ff9a22;
}
a.shortcode.button.orange.outline,
a.shortcode.button.orange.outline:hover{
    color:#f9800f !important;
    border-color:#f9800f;
}
a.shortcode.button.orange.outline:hover{
    color:#fff !important;
    background-color:#f9800f;
}
a.shortcode.button.blue{
    border-color:#0087b5;
    background-color:#49b3fc;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.blue:hover{
    background-color:#76c7ff;
}
a.shortcode.button.blue.outline,
a.shortcode.button.blue.outline:hover{
    color:#49b3fc !important;
    border-color:#49b3fc;
}
a.shortcode.button.blue.outline:hover{
    color:#fff !important;
    background-color:#49b3fc;
}
a.shortcode.button.green{
    border-color:#5a881d;
    background-color:#76ab3b;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.green:hover{
    background-color:#90c356;
}
a.shortcode.button.green.outline,
a.shortcode.button.green.outline:hover{
    color:#76ab3b !important;
    border-color:#76ab3b;
}
a.shortcode.button.green.outline:hover{
    color:#fff !important;
    background-color:#76ab3b;
}
a.shortcode.button.red{
    border-color:#b00704;
    background-color:#e41d24;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.red:hover{
    background-color:#fb4e55;
}
a.shortcode.button.red.outline,
a.shortcode.button.red.outline:hover{
    color:#e41d24 !important;
    border-color:#e41d24;
}
a.shortcode.button.red.outline:hover{
    color:#fff !important;
    background-color:#e41d24;
}
a.shortcode.button.black{
    border-color:#000;
    background-color:#111;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.8);
}
a.shortcode.button.black:hover{
    background-color:#000;
}
a.shortcode.button.black.outline,
a.shortcode.button.black.outline:hover{
    color:#000 !important;
    border-color:#000;
}
a.shortcode.button.black.outline:hover{
    color:#fff !important;
    background-color:#000;
}
a.shortcode.button.purple{
    border-color:#400a5c;
    background-color:#7933ac;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.6);
}
a.shortcode.button.purple:hover{
    background-color:#9655c6;
}
a.shortcode.button.purple.outline,
a.shortcode.button.purple.outline:hover{
    color:#7933ac !important;
    border-color:#7933ac;
}
a.shortcode.button.purple.outline:hover{
    color:#fff !important;
    background-color:#7933ac;
}
a.shortcode.button.gray{
    border-color:#767676;
    background-color:#888;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.gray:hover{
    background-color:#adadad;
}
a.shortcode.button.gray.outline,
a.shortcode.button.gray.outline:hover{
    color:#888 !important;
    border-color:#888;
}
a.shortcode.button.gray.outline:hover{
    color:#fff !important;
    background-color:#888;
}
/* light color */
a.shortcode.button.white,
a.shortcode.button.white:hover{
    color:#000 !important;
    border-color:#eee;
    background-color:#fff;
}
a.shortcode.button.white.outline,
a.shortcode.button.white.outline:hover{
    color:#fff !important;
    border-color:#fff;
}
a.shortcode.button.white.outline:hover{
    color:#000 !important;
    background-color:#fff;
}
a.shortcode.button.light-yellow{
    border-color:#d5d28a;
    background-color:#fef8a5;
}
a.shortcode.button.light-yellow:hover{
    background-color:#fefcdf;
}
a.shortcode.button.light-yellow.outline,
a.shortcode.button.light-yellow.outline:hover{
    color:#fef8a5 !important;
    border-color:#fef8a5;
}
a.shortcode.button.light-yellow.outline:hover{
    color:#000 !important;
    background-color:#fef8a5;
}
a.shortcode.button.light-blue{
    border-color:#a4cad9;
    background-color:#c5efff;
}
a.shortcode.button.light-blue:hover{
    background-color:#e9f9ff;
}
a.shortcode.button.light-blue.outline,
a.shortcode.button.light-blue.outline:hover{
    color:#c5efff !important;
    border-color:#c5efff;
}
a.shortcode.button.light-blue.outline:hover{
    color:#000 !important;
    background-color:#c5efff;
}
a.shortcode.button.light-green{
    border-color:#bed49a;
    background-color:#ebf8d6;
}
a.shortcode.button.light-green:hover{
    background-color:#f9fff0;
}
a.shortcode.button.light-green.outline,
a.shortcode.button.light-green.outline:hover{
    color:#ebf8d6 !important;
    border-color:#ebf8d6;
}
a.shortcode.button.light-green.outline:hover{
    color:#000 !important;
    background-color:#ebf8d6;
}
a.shortcode.button.pink{
    border-color:#e6adc6;
    background-color:#facde1;
}
a.shortcode.button.pink:hover{
    background-color:#fdecf3;
}
a.shortcode.button.pink.outline,
a.shortcode.button.pink.outline:hover{
    color:#facde1 !important;
    border-color:#facde1;
}
a.shortcode.button.pink.outline:hover{
    color:#000 !important;
    background-color:#facde1;
}
a.shortcode.button.lavender{
    border-color:#ccb7e1;
    background-color:#ecd9ff;
}
a.shortcode.button.lavender:hover{
    background-color:#f7f0fe;
}
a.shortcode.button.lavender.outline,
a.shortcode.button.lavender.outline:hover{
    color:#ecd9ff !important;
    border-color:#ecd9ff;
}
a.shortcode.button.lavender.outline:hover{
    color:#000 !important;
    background-color:#ecd9ff;
}
/* gradient */
a.shortcode.button.gradient{
    background-image:linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
}
/* flat */
a.shortcode.button.flat{
    background-image:none;
    box-shadow:none;
    border:none;
    text-shadow:none;
}
/* outline */
a.shortcode.button.outline{
    border-style:solid;
    border-width:1px;
    color:inherit;
}
a.shortcode.button.outline,
a.shortcode.button.outline:hover{
    background:none;
    box-shadow:none;
    text-shadow:none;
}
/* button size */
a.shortcode.button.small{
    font-size:80%;
    font-weight:normal;
}
a.shortcode.button.large{
    font-size:120%;
    font-weight:bold;
}
a.shortcode.button.xlarge{
    font-size:150%;
    font-weight:bold;
}
@media screen and (max-width:600px){
    a.shortcode.button.large{
        font-size:115%;
        font-weight:bold;
    }
    a.shortcode.button.xlarge{
        font-size:125%;
    }
}
/* button shape */
a.shortcode.button.rect{
    border-radius:0;
}
a.shortcode.button.rounded{
    border-radius:20em;
}
/* button embossed */
a.shortcode.button.embossed{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.2);
}
a.shortcode.button.embossed.small,
a.shortcode.button.small.embossed{
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -2px 0 rgba(255,255,255,.2);
}
a.shortcode.button.embossed.large,
a.shortcode.button.large.embossed{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -4px 0 rgba(255,255,255,.2);
}
a.shortcode.button.embossed.xlarge,
a.shortcode.button.xlarge.embossed{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -5px 0 rgba(255,255,255,.2);
}
a.shortcode.button.block{
    display:block;
    text-align:center;
}
/* button icon */
a.shortcode.button[class^="fa-"]:before,
a.shortcode.button[class*=" fa-"]:before{
    width:1em;
    background:none;
    font-size:inherit;
    text-align:center;
    margin:0 .5em 0 -.5em;
}
/* button active */
.shortcode.button:active{
    position:relative;
    top:1px;
}
/************************************************************************************
HR
*************************************************************************************/
.shortcode.hr{
    height:1px;
    border:none;
    border-top:solid 1px #ccc;
    clear:both;
}
.shortcode.hr.red{
    border-color:#F30;
}
.shortcode.hr.blue{
    border-color:#69F;
}
.shortcode.hr.pink{
    border-color:#F9C;
}
.shortcode.hr.light-gray{
    border-color:#ddd;
}
.shortcode.hr.dark-gray{
    border-color:#999;
}
.shortcode.hr.black{
    border-color:#000;
}
.shortcode.hr.yellow{
    border-color:#FF0;
}
.shortcode.hr.orange{
    border-color:#F90;
}
.shortcode.hr.white{
    border-color:#fff;
}
/************************************************************************************
GRID
*************************************************************************************/
.shortcode.col4-1,
.shortcode.col4-2,
.shortcode.col4-3,
.shortcode.col3-1,
.shortcode.col3-2,
.shortcode.col2-1{
    margin-left:3.2%;
    float:left;
}
.shortcode.col4-1{
    width:22.6%;
}
.shortcode.col4-2,
.shortcode.col2-1{
    width:48.4%;
}
.shortcode.col4-3{
    width:74.2%;
}
.shortcode.col3-1{
    width:31.2%;
}
.shortcode.col3-2{
    width:65.6%;
}
.shortcode.col.first,
.shortcode.col4-1.first,
.shortcode.col4-2.first,
.shortcode.col4-3.first,
.shortcode.col3-1.first,
.shortcode.col3-2.first,
.shortcode.col2-1.first{
    margin-left:0;
    clear:left;
}
div.shortcode[class*="col"] + *:not([class*="col"]){
    clear:left;
}
/************************************************************************************
QUOTE
*************************************************************************************/
.shortcode.quote{
    font-size:1.1em;
    line-height:1.4em;
    padding:.8em 2em 1em;
    margin:0 0 1.2em;
    position:relative;
}
.shortcode.quote:before{
    content:'\201C';
    font-size:3.3em;
    position:absolute;
    margin-left:-.7em;
    margin-top:.2em;
}
/************************************************************************************
SHORTCODE BOX
*************************************************************************************/
.shortcode.box{
    background:#f6f6f6;
    border:solid 1px #ddd;
    padding:.5em 1em;
    margin:0 0 15px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
}
/* box color */
.shortcode.box.blue{
    background:#3cafff;
    border-color:#2786cf;
    color:#fff !important;
}
.shortcode.box.green{
    background:#78ac3e;
    border-color:#5e8127;
    color:#fff !important;
}
.shortcode.box.red{
    background:#ed1c24;
    border-color:#b81e14;
    color:#fff !important;
}
.shortcode.box.purple{
    background:#722ea4;
    border-color:#471e72;
    color:#fff !important;
}
.shortcode.box.yellow{
    background:#fff200;
    border-color:#ffd200;
}
.shortcode.box.orange{
    background:#f7941d;
    border-color:#c56102;
    color:#fff !important;
}
.shortcode.box.light-yellow{
    background:#fffcd3;
    border-color:#dedba3;
}
.shortcode.box.light-blue{
    background:#d9f4fe;
    border-color:#a4cfe0;
}
.shortcode.box.lavender{
    background:#f2e6fe;
    border-color:#d1bae9;
}
.shortcode.box.pink{
    background:#ffe6f1;
    border-color:#f0b6cf;
}
.shortcode.box.light-green{
    background:#edf6df;
    border-color:#b8cd97;
}
.shortcode.box.gray{
    background:#9e9e9e;
    border-color:#858585;
    color:#fff !important;
}
.shortcode.box.black{
    background:#111;
    border-color:#000;
    color:#fff !important;
}
/* box link */
.shortcode.box.purple a,
.shortcode.box.orange a,
.shortcode.box.green a,
.shortcode.box.blue a,
.shortcode.box.black a,
.shortcode.box.gray a,
.shortcode.box.red a{
    color:#fff !important;
}
/* box rounded */
.shortcode.box.rounded{
    border-radius:.5em;
}
/* box shadow */
.shortcode.box.shadow{
    box-shadow:0 1px 1px rgba(0,0,0,.1);
}
/* box icon */
.shortcode.box.announcement:before{
    content:'\e64f';
}
.shortcode.box.comment:before{
    content:'\e644';
}
.shortcode.box.question:before{
    content:'\e69c';
}
.shortcode.box.upload:before{
    content:'\e66b';
}
.shortcode.box.download:before{
    content:'\e6a7';
}
.shortcode.box.highlight:before{
    content:'\e695';
}
.shortcode.box.map:before{
    content:'\e693';
}
.shortcode.box.warning:before{
    content:'\e6c5';
}
.shortcode.box.info:before{
    content:'\e697';
}
.shortcode.box.note:before{
    content:'\e61c';
}
.shortcode.box.contact:before{
    content:'\e75a';
}
.shortcode.box.announcement:before,
.shortcode.box.comment:before,
.shortcode.box.question:before,
.shortcode.box.upload:before,
.shortcode.box.download:before,
.shortcode.box.highlight:before,
.shortcode.box.map:before,
.shortcode.box.warning:before,
.shortcode.box.info:before,
.shortcode.box.note:before,
.shortcode.box.contact:before {
    width:1em;
    float:left;
    background:none;
    font-size:3em;
    text-align:center;
    margin:5px 20px 5px 0;
    font-family:themify;
    line-height:1em;
    font-style:normal;
    font-weight:normal;
}
/* box heading */
.shortcode.box h1,
.shortcode.box h2,
.shortcode.box h3,
.shortcode.box h4,
.shortcode.box h5,
.shortcode.box h6{
    margin:.1em 0 .3em;
}
/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.shortcode.author-box{
    margin:1em 0;
}
.shortcode.author-box p{
    margin:0 0 .5em;
}
.shortcode.author-box .author-avatar{
    float:left;
    margin:0 1em .5em 0;
    position:static;
}
.shortcode.author-box .author-avatar img{
    border-radius:5px;
}
.shortcode.author-box .author-name{
    margin:.1em 0 .4em;
}
.shortcode.author-box .author-bio{
    overflow:hidden;
    margin:0;
}
/* author box color */
.shortcode.author-box.blue{
    background:#3cafff;
    border-color:#2786cf;
}
.shortcode.author-box.green{
    background:#78ac3e;
    border-color:#5e8127;
}
.shortcode.author-box.red{
    background:#ed1c24;
    border-color:#b81e14;
}
.shortcode.author-box.purple{
    background:#722ea4;
    border-color:#471e72;
}
.shortcode.author-box.yellow{
    background:#fff200;
    border-color:#ffd200;
}
.shortcode.author-box.orange{
    background:#f7941d;
    border-color:#c56102;
}
.shortcode.author-box.light-yellow{
    background:#fffcd3;
    border-color:#dedba3;
}
.shortcode.author-box.light-blue{
    background:#d9f4fe;
    border-color:#a4cfe0;
}
.shortcode.author-box.lavender{
    background:#f2e6fe;
    border-color:#d1bae9;
}
.shortcode.author-box.pink{
    background:#ffe6f1;
    border-color:#f0b6cf;
}
.shortcode.author-box.light-green{
    background:#edf6df;
    border-color:#b8cd97;
}
.shortcode.author-box.gray{
    background:#9e9e9e;
    border-color:#858585;
}
.shortcode.author-box.black{
    background:#111;
    border-color:#000;
}
/* light box color */
.shortcode.author-box.green,
.shortcode.author-box.yellow,
.shortcode.author-box.light-yellow,
.shortcode.author-box.light-blue,
.shortcode.author-box.lavender,
.shortcode.author-box.pink,
.shortcode.author-box.light-green{
    color:#333 !important;
    padding:1em;
}
/* dark box color */
.shortcode.author-box.blue,
.shortcode.author-box.red,
.shortcode.author-box.purple,
.shortcode.author-box.orange,
.shortcode.author-box.gray,
.shortcode.author-box.black{
    color:#fff !important;
    padding:1em;
}
/* author box link */
.shortcode.author-box.purple a,
.shortcode.author-box.orange a,
.shortcode.author-box.green a,
.shortcode.author-box.blue a,
.shortcode.author-box.black a,
.shortcode.author-box.gray a,
.shortcode.author-box.red a{
    color:#fff !important;
}
.shortcode.author-box.yellow a,
.shortcode.author-box.light-yellow a,
.shortcode.author-box.light-blue a,
.shortcode.author-box.lavender a,
.shortcode.author-box.pink a,
.shortcode.author-box.light-green a{
    color:#000 !important;
}
/* author box rounded */
.shortcode.author-box.rounded{
    border-radius:8px;
}

/* author box shadow */
.shortcode.author-box.shadow{
    box-shadow:0 1px 1px rgba(0,0,0,.1);
}
/************************************************************************************
FLICKR
*************************************************************************************/
.shortcode .flickr_badge_image{
    margin:.7em 0;
}
.shortcode .flickr_badge_image img{
    margin-right:.7em;
    margin-bottom:.7em;
    float:left;
}
/************************************************************************************
MAP
*************************************************************************************/
.shortcode.map .map-container{
    margin:0 0 1em;
    border:solid 1px #ccc;
}
/************************************************************************************
SLIDER
*************************************************************************************/
.shortcode.slider,
.shortcode.post-slider{
    height:0; /* height will be toggled by JS */
    visibility:hidden;
    overflow:hidden;
    margin:0;
    padding:0;
    display:block; /* required for plugin compatibility */
}
/* slider post */
.shortcode.slider .post,
.shortcode.post-slider .post{
    margin:0;
    padding:0;
    text-align:center;
}
/* slides base h1,h2,h3,h4,h5,h6 */
.shortcode.post-slider h1,
.shortcode.slider h1,
.shortcode.post-slider h2,
.shortcode.slider h2,
.shortcode.post-slider h3,
.shortcode.slider h3,
.shortcode.post-slider h4,
.shortcode.slider h4,
.shortcode.post-slider h5,
.shortcode.slider h5,
.shortcode.post-slider h6,
.shortcode.slider h6{
    margin:0 0 .4em;
}
/* slides post image */
.shortcode.post-slider .post-image{
    margin:0 0 .8em;
    padding:0;
    float:none;
    text-align:center;
    max-width:100%;
    width:auto;
}
/* slides post title */
.shortcode.post-slider .post-title{
    margin:0 0 .4em;
    padding:0;
    font-size:115%;
}
/* slides post content */
.shortcode.post-slider .post-content{
    font-size:95%;
    width:auto;
    max-width:100%;
}
/*
CAROUSEL STYLES
================================================ */
.shortcode.post-slider .carousel-wrap,
.shortcode.slider .carousel-wrap{
    position:relative;
    margin-bottom:.8em;
    padding:0;
}
/* base slides */
.shortcode.post-slider .slides,
.shortcode.slider .slides{
    margin:0;
    padding:0;
    height:auto;
}
.shortcode.post-slider .slides > li,
.shortcode.slider .slides > li{
    list-style:none !important;
    margin:0 10px 0 0;
    padding:0;
    width:auto;
    height:auto !important;
    float:left;
    text-align:center;
    clear:none;
}
.slider.shortcode .post{
    animation-name:inherit !important;
}
.shortcode.post-slider .post-video,
.shortcode.slider .post-video{
    padding-top:0;
}
/* slider-nav */
.shortcode.post-slider .carousel-nav-wrap,
.shortcode.slider .carousel-nav-wrap{
    text-align:center;
    margin:1em auto .7em;
    border:none;
    width:auto !important;
}
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next{
    position:static;
    display:inline-block !important;
    font:26px/100% Arial, Helvetica, sans-serif;
    color:inherit;
    line-height:100%;
    text-indent:0;
    text-decoration:none;
    text-align:center;
    vertical-align:middle;
    height:26px;
    width:26px;
    overflow:hidden;
    padding:1px 5px 0;
    box-sizing:border-box;
}
.shortcode.post-slider .carousel-nav-wrap .carousel-prev:before,
.shortcode.post-slider .carousel-nav-wrap .carousel-next:before,
.shortcode.slider .carousel-nav-wrap .carousel-prev:before,
.shortcode.slider .carousel-nav-wrap .carousel-next:before{
    content:'';
    display:inline-block;
    width:16px;
    height:16px;
    border:1px solid transparent;
    border-bottom-color:inherit;
    border-right-color:inherit;
    transform:rotateZ(135deg);
}
.shortcode.post-slider .carousel-nav-wrap .carousel-next:before,
.shortcode.slider .carousel-nav-wrap .carousel-next:before{
    transform:rotateZ(-45deg);
}
/* carousel nav disabled */
.shortcode.post-slider .carousel-nav-wrap .disabled,
.shortcode.slider .carousel-nav-wrap .disabled,
.shortcode.post-slider .carousel-nav-wrap .disabled,
.shortcode.slider .carousel-nav-wrap .disabled{
    opacity:6;
    cursor:default;
}
/* carousel pager */
.shortcode.post-slider .carousel-pager,
.shortcode.slider .carousel-pager{
    clear:both;
    text-align:center;
    display:inline-block !important;
    vertical-align:middle;
    line-height:100%;
    width:auto;
    margin-left:.3em;
}
.shortcode.post-slider .carousel-pager a,
.shortcode.slider .carousel-pager a{
    line-height:100%;
    display:inline-block;
    vertical-align:middle;
    margin:0 2px;
    cursor:pointer;
    color:inherit;
    overflow:hidden;
    outline:none;
    position:relative;
    width:10px;
    height:10px;
    border-radius:100%;
    box-sizing:border-box;
    border:1px solid;
    transition:all .3s ease-in-out;
}
.shortcode.post-slider .carousel-pager a span,
.shortcode.slider .carousel-pager a span{
    display:none; /* hide pagination number text */
}
.shortcode.post-slider .carousel-pager a:hover,
.shortcode.slider .carousel-pager a:hover,
.shortcode.post-slider .carousel-pager a.selected,
.shortcode.slider .carousel-pager a.selected{
    border-width:5px;
}
/* slider effect */
.shortcode.slider.effect-fade .caroufredsel_wrapper,
.shortcode.post-slider.effect-fade .caroufredsel_wrapper{
    transition:height .5s ease-in-out;
}
/* RTL SUPPORT */
.rtl .shortcode.post-slider .carousel-nav-wrap .carousel-prev,
.rtl .shortcode.slider .carousel-nav-wrap .carousel-prev,
.rtl .shortcode.post-slider .carousel-nav-wrap .carousel-next,
.rtl .shortcode.slider .carousel-nav-wrap .carousel-next,
.rtl .module-slider .carousel-nav-wrap .carousel-prev,
.rtl .module-slider .carousel-nav-wrap .carousel-next{
    transform:rotateY(180deg);
}
/************************************************************************************
TWITTER SHORTCODE
*************************************************************************************/
.shortcode.twitter-list{
    margin:0 0 1.3em;
}
.shortcode.twitter-list ul{
    margin:0;
    padding:0;
}
.shortcode.twitter-list li{
    margin:0 0 1em;
    padding:0;
    list-style:none;
}
.shortcode.twitter-list .twitter-timestamp a{
    font-size:85%;
    color:inherit;
    text-decoration:none;
}
.shortcode.twitter-list .follow-user{
    margin:0;
    padding:.2em 0;
}
/************************************************************************************
ICON FONT SHORTCODE
*************************************************************************************/
.shortcode.themify-icon{
    display:inline-block;
}
.themify-icon-link{
    text-decoration:none !important;
    border:none !important;
}
/* label */
.shortcode.themify-icon .themify-icon-label{
    display:inline-block;
    vertical-align:middle;
    margin-left:.3em;
    margin-right:.6em;
}
.shortcode.themify-icon .themify-icon-link:hover .themify-icon-label{
    text-decoration:underline;
}
/* icon */
.shortcode.themify-icon .themify-icon-icon{
    display:inline-block;
    vertical-align:middle;
    width:1em;
    height:1em;
    padding:.5em;
    font-size:16px;
    border-radius:100%;
    box-sizing:content-box;
    position:relative;
}
.shortcode.themify-icon .themify-icon-icon::before{
    margin:0;
    padding:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}
/* size */
.shortcode.themify-icon.small .themify-icon-icon{
    font-size:12px;
}
.shortcode.themify-icon.large .themify-icon-icon{
    font-size:24px;
}
.shortcode.themify-icon.large .themify-icon-label{
    font-size:1.2em;
}
.shortcode.themify-icon.xlarge .themify-icon-icon{
    width:58px;
    height:58px;
    padding:0;
    font-size:36px;
}
.shortcode.themify-icon.xlarge .themify-icon-label{
    font-size:1.2em;
}
/* style */
.shortcode.themify-icon.rounded .themify-icon-icon{
    border-radius:5px;
}
.shortcode.themify-icon.squared .themify-icon-icon{
    border-radius:0;
}
/************************************************************************************
ICON LIST SHORTCODE
*************************************************************************************/
.shortcode.themify-list ul{
    margin-left:1.6em;
}
.shortcode.themify-list li{
    list-style:none;
    position:relative;
    padding:0;
    margin-top:0;
    line-height:1em; /* aligns the icon with the first line of text */
}
.shortcode.themify-list li .themify-icon i{
    font-size:1em;
}
.shortcode.themify-list li .themify-icon{
    position:absolute;
    top:-.5em; /* same size as .themify-icon-icon padding */
    left:-2em;
}
.rtl .shortcode.themify-list ul{
    margin-left:0;
    margin-right:1.6em;
}
.rtl .shortcode.themify-list li .themify-icon{
    left:auto;
    right:-2em;
}
/************************************************************************************
ICON FONT
*************************************************************************************/
a.shortcode.button[class^="fa-"]:before,
a.shortcode.button[class*=" fa-"]:before,
.shortcode.box[class^="fa-"]:before,
.shortcode.box[class*=" fa-"]:before{
    font-family:FontAwesome;
    line-height:1em;
    font-style:normal;
    font-weight:normal;
    display:inline-block;
}
@media screen and (max-width:680px){
    /*	GRID */
    .shortcode.col4-1,
    .shortcode.col4-2,
    .shortcode.col4-3,
    .shortcode.col3-1,
    .shortcode.col3-2,
    .shortcode.col2-1{
        margin-left:0;
        width:100%;
        max-width:100%;
    }
}/************************************************************************************
GENERAL STYLING
*************************************************************************************/
.themify-no-overflow-x {
    overflow-x: hidden;
}
/* common box-sizing elements */
.module_column,
.themify_builder .module_row,
.themify_builder .module,
.tb_module{
    box-sizing:border-box;
}
.themify_builder_content{
    clear:both;
}
.module-tab .tab-content .module_row,
.module-slider .module_row,
.module-accordion .accordion-content .module_row{
    visibility:visible !important;
}
.themify_builder .wow{
    animation-fill-mode:both;
}
.themify_builder .wow[data-parallax-element-speed],
.themify_builder .wow[data-lax] {
    animation-fill-mode:backwards;   
}
.ie .themify_builder [data-lax] {
	/* disable transform in IE, prevent glitched animations in IE */
	transform: none !important;
}
.wow .slideshow-wrap,
.wow .slider{
    visibility:inherit !important;
}
.hover-wow.tb_hover_animate{
    animation-delay:initial !important;
}
/* COLUMN DIRECTION */
.themify_builder .direction-rtl{
    flex-flow:row-reverse wrap-reverse;
}

/* Hover Animation */
.themify_builder .module-buttons:hover,
.themify_builder .module_row:hover,
.themify_builder .module_column:hover,
.themify_builder .module-image img:hover,
.themify_builder .module-accordion i,
.themify_builder .module {
    transition-delay:0s;
    transition-timing-function:ease;
    transition-duration:500ms;
    transition-property:background, font-size, line-height, color, padding, margin, border, border-radius, box-shadow, text-shadow, filter, -webkit-filter, transform;
}
/* fix gutenberg empty p tag bug */
.entry-content p:first-of-type:empty {
	margin: 0;
	padding: 0;
}

/* general align class */
.module-fancy-heading .themify-text-left,
.tb-align-left {
    text-align: left;
}
.module-fancy-heading .themify-text-center,
.tb-align-center {
    text-align: center;
}
.module-fancy-heading .themify-text-right,
.tb-align-right {
    text-align: right;
}
.tb-align-justify{
    text-align:justify;
}

/************************************************************************************
GRID
*************************************************************************************/
.webkit .module_row {
    backface-visibility: hidden; /* fix Chrome bug */
}
div.module_column{
    margin-left:3.2%;
    margin-right:0;
    float:left;
    position:relative;
}
.module_column.col6-1{
    width:14%;
}
.module_column.col5-1{
    width:17.44%;
}
.module_column.col4-1{
    width:22.6%;
}
.module_column.col4-2, 
.module_column.col2-1{
    width:48.4%;
}
.module_column.col4-3{
    width:74.2%;
}
.module_column.col3-1{
    width:31.2%;
}
.module_column.col3-2{
    width:65.6%;
}

/*  GUTTER NARROW
=============================================== */
.gutter-narrow > .module_column{
    margin-left:1.6%;
}
.gutter-narrow >.col6-1{
    width:15.33%;
}
.gutter-narrow >.col5-1{
    width:18.72%;
}
.gutter-narrow >.col4-1{
    width:23.8%;
}
.gutter-narrow >.col4-2,
.gutter-narrow >.col2-1{
    width:49.2%;
}
.gutter-narrow >.col4-3{
    width:74.539%;
}
.gutter-narrow >.col3-1{
    width:32.266%;
}
.gutter-narrow >.col3-2{
    width:66.05%;
}
/*  GUTTER NONE
=============================================== */
.gutter-none >.module_column{
    margin-left:0;
    margin-right:0;
}
.gutter-none >.col6-1{
    width:16.666%;
}
.gutter-none >.col5-1{
    width:20%;
}
.gutter-none >.col4-1{
    width:25%;
}
.gutter-none >.col4-2,
.gutter-none >.col2-1{
    width:50%;
}
.gutter-none >.col4-3{
    width:75%;
}
.gutter-none >.col3-1{
    width:33.333%;
}
.gutter-none >.col3-2{
    width:66.666%;
}

/* first column */
.gutter-narrow > .module_column.first,
.module_column.col-full,
.module_column.first{
    margin-left:0;
    clear:left;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.ui.nav:after,
.ui.tab .tab-nav:after,
.ui.window .bar:after,
.ui.module-callout:after,
.row_inner:after,
.ui:after,
.module:after,
.tab-nav:after,
.clearfix:after{
    content:"";
    display:table;
    clear:both;
}
/************************************************************************************
UI ELEMENT STYLING
*************************************************************************************/
/*  RESETS
=============================================== */
.ui{
    position:relative;
}
.ui,
.ui > li,
.ui.nav ul,
.ui.module-tab .tab-nav{
    margin:0;
    padding:0;
    list-style:none;
}
.ui.nav,
.ui.window .bar,
.ui.module-callout{
    display:block;
}
.tb_async_module {
    display:none;
}
/************************************************************************************
SIZES
*************************************************************************************/
/* default button size */
.ui.builder_button,
.ui.nav li a,
.ui.module-tab .tab-nav li a,
.ui.window > div{
    padding:.625em 1.25em;
}
.ui.builder_button.large,
.ui.nav.large li a,
.ui.module-tab.large .tab-nav li a{
    font-size:120%;
    padding:10px 20px;
}
.ui.builder_button.small,
.ui.nav.small li a,
.ui.module-tab.small .tab-nav li a{
    font-size:70%;
    padding:5px 10px;
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em;
}
/************************************************************************************
BORDER-RADIUS
*************************************************************************************/
/* top left corner */
.ui.rounded,
.ui.builder_button.rounded:before,
.ui.nav.rounded > li:first-child,
.ui.nav.rounded.separate > li,
.ui.nav.rounded.separate > li a:before,
.ui.nav.rounded ul,
.ui.nav.rounded ul > li:first-child,
.ui.nav.rounded > li:first-child a,
.ui.nav.rounded > li:first-child a:before,
.ui.nav.rounded ul > li:first-child a:before,
.ui.module-tab.vertical.rounded .tab-nav,
.ui.module-tab.vertical.rounded .tab-nav li:first-child,
.ui.module-tab.rounded .tab-nav li,
.ui.window.rounded .bar:first-child,
.ui.module-accordion.rounded li:first-child,
.ui.module-accordion.rounded > li:first-child .accordion-title,
.ui.module-accordion.rounded > li:first-child .accordion-title a:before,
.ui.module-accordion.rounded.separate .accordion-title a:before,
.ui.module-callout.rounded,
.ui.module-callout.rounded:before,
.ui.nav.rounded > li:first-child:before,
.ui.nav.fullwidth.rounded:before,
.ui.glossy.rounded .tab-nav > li a:before,
.ui.nav.rounded.separate.vertical li:last-child:before,
.ui.nav.rounded.vertical.separate > li:last-child a:before,
.ui.module-tab.panel.rounded .tab-nav,
.ui.module-tab.panel .tab-nav:before{
    border-top-left-radius:5px;
}
/* top right corner */
.ui.rounded,
.ui.builder_button.rounded:before,
.ui.nav.vertical.rounded li:first-child,
.ui.nav.rounded > li:last-child,
.ui.nav.rounded.separate > li,
.ui.nav.rounded.separate > li a:before,
.ui.nav.rounded ul,
.ui.nav.rounded ul > li:first-child,
.ui.nav.rounded > li:last-child a:before,
.ui.nav.rounded ul > li:first-child a:before,
.ui.nav.rounded li:last-child a,
.ui.module-tab.rounded .tab-nav li,
.ui.window.rounded .bar:first-child,
.ui.module-accordion.rounded li:first-child,
.ui.module-accordion.rounded > li:first-child .accordion-title,
.ui.module-accordion.rounded > li:first-child .accordion-title a:before,
.ui.module-accordion.rounded.separate .accordion-title a:before,
.ui.module-callout.rounded,
.ui.module-callout.rounded:before,
.ui.nav.rounded > li:last-child:before,
.ui.nav.vertical.rounded > li:first-child:before,
.ui.nav.fullwidth.rounded:before,
.ui.glossy.rounded .tab-nav > li a:before,
.ui.nav.rounded.separate.vertical li:last-child:before,
.ui.nav.rounded li:last-child:before,
.ui.nav.rounded.vertical li:first-child a:before,
.ui.nav.rounded.vertical.separate > li:last-child a:before,
.ui.module-tab.panel.rounded .tab-nav,
.ui.module-tab.panel .tab-nav:before{
    border-top-right-radius:5px;
}

/* bottom right corner */
.ui.rounded,
.ui.nav.rounded > li:last-child,
.ui.nav.rounded.separate > li,
.ui.nav.rounded ul,
.ui.nav.rounded ul > li:last-child,
.ui.nav.rounded li:last-child a,
.ui.window.rounded .bar:last-child,
.ui.module-accordion.rounded li:last-child,
.ui.module-accordion.rounded > li:last-child .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-content,
.ui.module-accordion.rounded li:last-child .accordion-content,
.ui.module-callout.rounded{
    border-bottom-right-radius:5px;
}
/* bottom left corner */
.ui.rounded,
.ui.nav.vertical.rounded li:last-child,
.ui.nav.rounded > li:first-child,
.ui.nav.rounded.separate > li,
.ui.nav.rounded ul,
.ui.nav.rounded ul > li:last-child,
.ui.nav.rounded > li:first-child a,
.ui.module-tab.vertical.rounded .tab-nav,
.ui.module-tab.vertical.rounded .tab-nav li:last-child,
.ui.window.rounded .bar:last-child,
.ui.module-accordion.rounded li:last-child,
.ui.module-accordion.rounded > li:last-child .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-content,
.ui.module-accordion.rounded li:last-child .accordion-content,
.ui.module-callout.rounded{
    border-bottom-left-radius:5px;
}
/* no top-left corner */
.ui.nav.vertical.separate ul li:not(:first-child) a:before,
.ui.tab.vertical .tab-nav li:not(:first-child) a:before,
.ui.module-tab.panel.rounded .tab-content,
.ui.module-tab.vertical li:last-child a:before{
    border-top-left-radius:0;
}
/* no top-right corner */
.ui.nav.vertical.separate ul li:not(:first-child) a:before,
.ui.tab.vertical .tab-nav li:not(:first-child) a:before,
.ui.nav.fullwidth.rounded li:last-child a,
.ui.nav.fullwidth.rounded li:last-child,
.ui.nav.vertical.rounded li:last-child,
.ui.module-tab.panel.rounded .tab-content,
.ui.module-tab.vertical li:first-child a:before,
.ui.module-tab.vertical li:last-child a:before{
    border-top-right-radius:0;
}
/* no bottom-left corner */
.ui.nav.rounded.vertical > li:first-child,
.ui.nav.rounded.vertical > li:first-child a,
.ui.module-accordion.rounded > li:last-child.current .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-title{
    border-bottom-left-radius:0;
}
/* no bottom-right */
.ui.nav.rounded.vertical > li:first-child,
.ui.nav.rounded.vertical > li:first-child a,
.ui.nav.fullwidth.rounded li:last-child a,
.ui.nav.fullwidth.rounded li:last-child,
.ui.module-accordion.rounded > li:last-child.current .accordion-title,
.ui.module-accordion.separate.rounded li.current .accordion-title{
    border-bottom-right-radius:0;
}
/* all border-radius */
.ui.nav.rounded.vertical.separate > li:first-child,
.ui.nav.rounded.vertical.separate > li:first-child a,
.ui.nav.rounded.vertical.separate > li:last-child,
.ui.nav.rounded.vertical.separate > li:last-child a,
.ui.module-accordion.separate.rounded li,
.ui.module-accordion.separate.rounded .accordion-title,
.ui.module-tab.rounded .tab-content{
    border-radius:5px;
}
/* no border-radius all */
.ui.nav.rounded > li:last-child a,
.ui.nav.rounded.vertical > li:last-child:before,
.ui.module-tab.rounded.vertical .tab-nav li,
.ui.nav.rounded.vertical > li:last-child a:before{
    border-radius:0;
}
/************************************************************************************
STYLES
*************************************************************************************/
/* embossed */
.ui.embossed.module-pricing-table-header,
.ui.embossed.module-pricing-table-button,
.ui.embossed.module-tab.vertical .tab-nav,
.ui.embossed.builder_button,
.ui.embossed.nav,
.ui.embossed.module-callout,
.ui.embossed.separate > li,
.ui.embossed.module-accordion .accordion-title,
.ui.embossed.module-box-content,
.ui.embossed.module-tab .tab-content,
.ui.embossed.window .bar{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.1);
}
.ui.embossed.separate{
    box-shadow:none;
}
.ui.builder_button, .ui.nav, .ui .tab-nav > li{position:relative; }
/* shadow */
.shadow.module-pricing-table,
.shadow.module-alert,
.ui.shadow.module-tab.vertical .tab-nav,
.ui.shadow.builder_button,
.ui.shadow.nav,
.ui.shadow.module-callout,
.ui.shadow.separate > li,
.ui.shadow.separate > li.current,
.ui.shadow.module-accordion .accordion-title,
.ui.shadow.module-accordion li.current .accordion-content,
.ui.shadow.module-box-content,
.ui.shadow.module-tab .tab-content,
.ui.shadow.window .bar{
    box-shadow: 0 1px 8px 1px rgba(0,0,0,.1);
}
.ui.shadow > li.current,
.ui.shadow .tab-nav li.current{
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.3);
}
.ui.shadow.separate,
.ui.shadow > li.current{
    box-shadow:none;
}
.embossed.module-alert,
.ui.shadow.embossed.module-pricing-table-header,
.ui.shadow.embossed.module-pricing-table-button,
.ui.shadow.embossed.module-tab.vertical .tab-nav,
.ui.shadow.embossed.builder_button,
.ui.shadow.embossed.module-callout,
.ui.shadow.embossed.separate > li,
.ui.shadow.embossed.module-accordion .accordion-title,
.ui.shadow.embossed.module-box-content,
.ui.shadow.embossed.module-tab .tab-content,
.ui.shadow.embossed.window .bar{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.1);
}
/* glossy style */
.glossy.module-alert:before,
.ui.glossy.module-pricing-table-header:before,
.ui.glossy.module-pricing-table-button:before,
.ui.glossy.builder_button:before,
.ui.glossy.nav > li a:before,
.ui.glossy.nav.fullwidth:before,
.ui.glossy .tab-nav > li a:before,
.ui.glossy.module-accordion .accordion-title a:before,
.ui.glossy.module-box-content:before,
.ui.glossy.module-callout:before{
    content:"";
    width:100%;
    height:50%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    /* glossy overlay */
    background:linear-gradient(to top, rgba(255,255,255,.2), rgba(255,255,255,.5));	
	pointer-events: none;
}
.ui.nav.fullwidth > li:before,
.ui.nav > li.current:before,
.ui.glossy .tab-nav > li.current:before,
.ui.nav.fullwidth.glossy a:before{
    background:none;
}
.ui.nav.fullwidth.glossy:before{
    height:1em;
    top:auto;
    margin-top:0;
}
.module .ui.glossy.nav ul,
.module .ui.glossy.nav ul li:first-child,
.module .ui.glossy.nav ul li:first-child a,
.module.module-menu .ui.glossy.nav ul li a:before {
	border-radius: 0;
}
/* reset link z-index */
.ui.glossy.module-box-content a,
.ui.glossy.module-callout a{
    position:relative;
    z-index:1;
}

/* minimal */
.ui.module-tab.minimal .tab-nav{
    margin-left:0;
}
.ui.module-tab.minimal .tab-content{
    border-width:1px 0 0;
    padding:1.3em 0 0;
    box-shadow:none;
    background:none;
}
.ui.module-tab.minimal.vertical .tab-content{
    border-width:0 0 0 1px;
    padding:10px 0 0 20px;
}
/* gradient */
.ui.gradient > li,
.ui.gradient.builder_button,
.ui.gradient.nav,
.ui.gradient.module-callout,
.ui.gradient.separate > li,
.ui.gradient.module-accordion .accordion-title,
.ui.gradient.window .bar,
.ui.gradient,
.ui.gradient.nav ul,
.ui.gradient.separate > li,
.ui.gradient.module-tab .tab-nav li,
.ui.gradient.vertical .tab-nav,
.ui.gradient.window .bar,
.ui.gradient.module-tab.panel .tab-nav,
.ui.gradien.module-box,
.ui.gradient.module-tab.panel .tab-nav:before{
    background-image:linear-gradient(to bottom, rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%);
}
/************************************************************************************
COLOURS
*************************************************************************************/

/*  DEFAULT COLOURS & BORDERS
================================================ */
.ui,
.module .ui.nav.tb_default_color a,
.ui.nav ul li a,
.ui.module-tab.tb_default_color .tab-nav li a,
.module.module-menu .ui ul a{
    color:#555;
}
.tb_default_color,
.tb_default_color.nav,
.tb_default_color.nav ul,
.tb_default_color.separate > li,
.tb_default_color.module-tab .tab-nav li,
.tb_default_color.vertical .tab-nav,
.tb_default_color.window .bar,
.tb_default_color.module-tab.panel .tab-nav,
.tb_default_color.module-accordion .accordion-title,
.tb_default_color.module-callout{
    background-color:#F7F7F7;
}
.tb_default_color,
.tb_default_color.nav ul,
.tb_default_color.nav li,
.tb_default_color_default_color.module-tab .tab-nav li,
.tb_default_color.module-tab .tab-content,
.tb_default_color.window > div,
.tb_default_color.module-tab.panel .tab-nav,
.ui.module-accordion,
.tb_default_color.module-accordion > li,
.tb_default_color.module-callout{
    border-color:rgba(0,0,0,.05);
}
.ui .tab-content,
.ui.window .content,
.ui.module-accordion .accordion-content{
    background:#fff;
    color:#333;
}
.ui .tab-content a,
.ui.window .content a,
.ui.module-accordion .accordion-content a{
    color:inherit;
}
/* default hover */
.ui.builder_button:hover,
.ui.nav > li a:hover,
.ui.module-accordion li:hover .accordion-title,
.ui.module-tab .tab-nav li:hover{
    background: #f1f1f1;
}
/* default current color */
.ui > li.current,
.ui > li.current:hover,
.ui .tab-nav li.current{
    background:#666;
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2);
}
.ui > li.current > a,
.ui .tab-nav li a{
    color:#fff;
}
.ui.module-tab ul.tab-nav li{
    list-style:none;
    margin-left:0;
    padding:0;
}
.responsive-tab-style.module-tab .tab-nav-current-active,
.ui.module-tab ul.tab-nav li.current a{
    color:#333;
    cursor:default;
}
.ui.module-tab ul.tab-nav li.current{
    background:#fff;
    padding-bottom:1px;
    margin-bottom:-1px;
    box-shadow:none;
}
.ui.module-tab.vertical .tab-nav > li.current{
    position:relative;
    padding-bottom:0;
    padding-right:1px;
    margin-bottom:0;
    margin-right:-1px;
    z-index:3;
    border-right-width:0;
}
.responsive-tab-style.module-tab.ui.glossy .tab-nav > li a:before {
	background-image: none;
}
.responsive-tab-style.module-tab.ui.glossy .tab-nav > li a:before,
.responsive-tab-style.module-tab.ui.rounded .tab-nav li,
.responsive-tab-style.module-tab.ui.glossy .tab-nav > li:hover {
	border-radius: 0;
}
/* default menu item current color */
.ui.nav > li.current_page_item > a,
.ui.nav > li.current_page_item:hover > a,
.ui.nav > li.current-menu-item > a,
.ui.nav > li.current-menu-item:hover > a{
    background: #efefef;
}
/*  TRANSPARENT
================================================ */
.ui.transparent{
    background:transparent;
    color:inherit; /* for transparent style inherit color */
}
.ui.module-callout.transparent,
.ui.module-callout .ui.builder_button.transparent,
.ui.transparent.module-tab.panel .tab-nav{
    background:none;
    border:none;
    box-shadow:none;
}
.ui.transparent.module-tab.panel .tab-nav:before {
    background: rgba(0,0,0,0);
}
.ui.transparent.module-tab .tab-nav li a {
    color: #441e32;
}
.module_column .module-buttons.transparent a {
    background-color: transparent;
    border: none;
}
/*  BLUE COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.blue,
.module-alert.ui .ui.blue,
.module-menu .ui.blue.nav a,
.themify_builder  .ui.blue,
.ui.blue.nav li a,
.ui.blue.module-tab .tab-nav li a{
    color:#edf3ff;
}
.ui.blue,
.ui.blue.nav,
.ui.blue.nav ul,
.ui.blue.separate > li,
.ui.blue.module-tab .tab-nav li,
.ui.blue.vertical .tab-nav,
.ui.blue.module-accordion .accordion-title,
.ui.blue.window .bar,
.ui.blue.module-tab.panel .tab-nav{
    background-color:#4d7de1;
}
/* blue hover */
.ui.blue > li.current_page_item > a,
.ui.blue > li.current_page_item:hover > a,
.ui.blue > li.current-menu-item > a,
.ui.blue > li.current-menu-item:hover > a,
.ui.blue.builder_button:hover,
.ui.blue.nav > li a:hover,
.ui.blue.module-accordion li:hover .accordion-title,
.ui.blue.module-tab .tab-nav li:hover{
    background:#6b9df9;
}
/* blue current color */
.ui.blue > li.current,
.ui.blue > li.current:hover,
.ui.blue .tab-nav li.current{
    background:#214178;
}
/*  PURPLE COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.purple,
.module-alert.ui .ui.purple,
.module-menu .ui.purple.nav a,
.themify_builder .ui.purple,
.ui.purple.nav li a,
.ui.purple.module-tab .tab-nav li a{
    color:#eeedff;
}
.ui.purple,
.ui.purple.nav,
.ui.purple.nav ul,
.ui.purple.separate > li,
.ui.purple.module-tab .tab-nav li,
.ui.purple.vertical .tab-nav,
.ui.purple.module-accordion .accordion-title,
.ui.purple.window .bar,
.ui.purple.module-tab.panel .tab-nav{
    background-color:#7a6bf8;
}
/* purple hover */
.ui.purple > li.current_page_item > a,
.ui.purple > li.current_page_item:hover > a,
.ui.purple > li.current-menu-item > a,
.ui.purple > li.current-menu-item:hover > a,
.ui.purple.builder_button:hover,
.ui.purple.nav > li a:hover,
.ui.purple.module-accordion li:hover .accordion-title,
.ui.purple.module-tab .tab-nav li:hover{
    background:#9589ff;
}
/* purple current color */
.ui.purple > li.current,
.ui.purple > li.current:hover,
.ui.purple .tab-nav li.current{
    background:#321396;
}
/*  RED COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.red,
.module-alert.ui .ui.red,
.module-menu .ui.red.nav a,
.themify_builder .ui.red,
.ui.red.nav li a,
.ui.red.module-tab .tab-nav li a{
    color:#ffeeed;
}
.ui.red,
.ui.red.nav,
.ui.red.nav ul,
.ui.red.separate > li,
.ui.red.module-tab .tab-nav li,
.ui.red.vertical .tab-nav,
.ui.red.module-accordion .accordion-title,
.ui.red.window .bar,
.ui.red.module-tab.panel .tab-nav{
    background-color:#e8311f;
}
/* red hover */
.ui.red > li.current_page_item > a,
.ui.red > li.current_page_item:hover > a,
.ui.red > li.current-menu-item > a,
.ui.red > li.current-menu-item:hover > a,
.ui.red.builder_button:hover,
.ui.red.nav > li a:hover,
.ui.red.module-accordion li:hover .accordion-title,
.ui.red.module-tab .tab-nav li:hover{
    background:#ff7568;
}
/* red current color */
.ui.red > li.current,
.ui.red > li.current:hover,
.ui.red .tab-nav li.current{
    background:#7a2023;
}
/*  GREEN COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.green,
.module-alert.ui .ui.green,
.module-menu .ui.green.nav a,
.themify_builder .ui.green,
.ui.green.nav li a,
.ui.green.module-tab .tab-nav li a{
    color:#e9ffdb;
}
.ui.green,
.ui.green.nav,
.ui.green.nav ul,
.ui.green.separate > li,
.ui.green.module-tab .tab-nav li,
.ui.green.vertical .tab-nav,
.ui.green.module-accordion .accordion-title,
.ui.green.window .bar,
.ui.green.module-tab.panel .tab-nav{
    background-color:#4aab10;
}
/* green hover */
.ui.green > li.current_page_item > a,
.ui.green > li.current_page_item:hover > a,
.ui.green > li.current-menu-item > a,
.ui.green > li.current-menu-item:hover > a,
.ui.green.builder_button:hover,
.ui.green.nav > li a:hover,
.ui.green.module-accordion li:hover .accordion-title,
.ui.green.module-tab .tab-nav li:hover{
    background:#6bbf2f;
}
/* green current color */
.ui.green > li.current,
.ui.green > li.current:hover,
.ui.green .tab-nav li.current{
    background:#2c5b09;
}
.ui.green.module-tab.vertical .tab-nav > li.current{
    border-bottom-color:inherit;
}
/*  ORANGE COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.orange,
.module-alert.ui .ui.orange,
.module-menu .ui.orange.nav a,
.themify_builder .ui.orange,
.ui.orange.nav li a,
.ui.orange.module-tab .tab-nav li a{
    color:#fff2ea;
}
.ui.orange,
.ui.orange.nav,
.ui.orange.nav ul,
.ui.orange.separate > li,
.ui.orange.module-tab .tab-nav li,
.ui.orange.vertical .tab-nav,
.ui.orange.module-accordion .accordion-title,
.ui.orange.window .bar,
.ui.orange.module-tab.panel .tab-nav{
    background-color:#ff9600;
}
/* orange hover */
.ui.orange > li.current_page_item > a,
.ui.orange > li.current_page_item:hover > a,
.ui.orange > li.current-menu-item > a,
.ui.orange > li.current-menu-item:hover > a,
.ui.orange.builder_button:hover,
.ui.orange.nav > li a:hover,
.ui.orange.module-accordion li:hover .accordion-title,
.ui.orange.module-tab .tab-nav li:hover{
    background:#ffb651;
}
/* orange current color */
.ui.orange > li.current,
.ui.orange > li.current:hover,
.ui.orange .tab-nav li.current{
    background:#a55000;
}
/*  BROWN COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.brown,
.module-alert.ui .ui.brown,
.module-menu .ui.brown.nav a,
.themify_builder .ui.brown,
.ui.brown.nav li a,
.ui.brown.module-tab .tab-nav li a{
    color:#ffeee0;
}
.ui.brown,
.ui.brown.nav,
.ui.brown.nav ul,
.ui.brown.separate > li,
.ui.brown.module-tab .tab-nav li,
.ui.brown.vertical .tab-nav,
.ui.brown.module-accordion .accordion-title,
.ui.brown.window .bar,
.ui.brown.module-tab.panel .tab-nav{
    background-color:#a35004;
}
/* brown hover */
.ui.brown > li.current_page_item > a,
.ui.brown > li.current_page_item:hover > a,
.ui.brown > li.current-menu-item > a,
.ui.brown > li.current-menu-item:hover > a,
.ui.brown.builder_button:hover,
.ui.brown.nav > li a:hover,
.ui.brown.module-accordion li:hover .accordion-title,
.ui.brown.module-tab .tab-nav li:hover{
    background:#d68035;
}
/* brown current color */
.ui.brown > li.current,
.ui.brown > li.current:hover,
.ui.brown .tab-nav li.current{
    background:#6b3100;
}
/*  BLACK COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.gray,
.module-alert.ui .ui.gray,
.module-menu .ui.gray.nav a,
.themify_builder .ui.gray,
.ui.gray.nav li a,
.ui.gray.module-tab .tab-nav li a,
.module_column .module.module-buttons .module-buttons-item a.black,
.module-alert.ui .ui.black,
.module-menu .ui.black.nav a,
.themify_builder .ui.black,
.ui.black.nav li a,
.ui.black.module-tab .tab-nav li a{
    color:#eee;
}
.ui.black,
.ui.black.nav,
.ui.black.nav ul,
.ui.black.separate > li,
.ui.black.module-tab .tab-nav li,
.ui.black.vertical .tab-nav,
.ui.black.module-accordion .accordion-title,
.ui.black.window .bar,
.ui.black.module-tab.panel .tab-nav{
    background-color:#000;
}
/* black hover */
.ui.black > li.current_page_item > a,
.ui.black > li.current_page_item:hover > a,
.ui.black > li.current-menu-item > a,
.ui.black > li.current-menu-item:hover > a,
.ui.black.builder_button:hover,
.ui.black.nav > li a:hover,
.ui.black.module-accordion li:hover .accordion-title,
.ui.black.module-tab .tab-nav li:hover{
    background:#595959;
}
/* black current color */
.ui.black > li.current,
.ui.black > li.current:hover,
.ui.black .tab-nav li.current{
    background:#101010;
}
/*  GRAY COLOURS & BORDERS
================================================ */
.ui.gray,
.ui.gray.nav,
.ui.gray.nav ul,
.ui.gray.separate > li,
.ui.gray.module-tab .tab-nav li,
.ui.gray.vertical .tab-nav,
.ui.gray.module-accordion .accordion-title,
.ui.gray.window .bar,
.ui.gray.module-tab.panel .tab-nav{
    background-color:#989797;
}
/* gray hover */
.ui.gray > li.current_page_item > a,
.ui.gray > li.current_page_item:hover > a,
.ui.gray > li.current-menu-item > a,
.ui.gray > li.current-menu-item:hover > a,
.ui.gray.builder_button:hover,
.ui.gray.nav > li a:hover,
.ui.gray.module-accordion li:hover .accordion-title,
.ui.gray.module-tab .tab-nav li:hover{
    background:#c9c9c9;
}
/* gray current color */
.ui.gray > li.current,
.ui.gray > li.current:hover,
.ui.gray .tab-nav li.current{
    background:#636363;
}

/*  LIGHT-BLUE COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.light-blue,
.module-alert.ui .ui.light-blue,
.module-menu .ui.light-blue.nav a,
.themify_builder .ui.light-blue,
.ui.light-blue.nav li a,
.ui.light-blue.module-tab .tab-nav li a{
    color:#2a3e59;
}
.ui.light-blue,
.ui.light-blue.nav,
.ui.light-blue.nav ul,
.ui.light-blue.separate > li,
.ui.light-blue.module-tab .tab-nav li,
.ui.light-blue.vertical .tab-nav,
.ui.light-blue.module-accordion .accordion-title,
.ui.light-blue.window .bar,
.ui.light-blue.module-tab.panel .tab-nav{
    background-color:#bdd9fd;
}
/* light-blue hover */
.ui.light-blue > li.current_page_item > a,
.ui.light-blue > li.current_page_item:hover > a,
.ui.light-blue > li.current-menu-item > a,
.ui.light-blue > li.current-menu-item:hover > a,
.ui.light-blue.builder_button:hover,
.ui.light-blue.nav > li a:hover,
.ui.light-blue.module-accordion li:hover .accordion-title,
.ui.light-blue.module-tab .tab-nav li:hover{
    background:#d3e7ff;
}
/* light-blue current color */
.ui.light-blue > li.current,
.ui.light-blue > li.current:hover,
.ui.light-blue .tab-nav li.current{
    background:#7e98b5;
}

/*  LIGHT-PURPLE COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.light-purple,
.module-alert.ui .ui.light-purple,
.module-menu .ui.light-purple.nav a,
.themify_builder .ui.light-purple,
.ui.light-purple.nav li a,
.ui.light-purple.module-tab .tab-nav li a{
    color:#39355b;
}
.ui.light-purple,
.ui.light-purple.nav,
.ui.light-purple.nav ul,
.ui.light-purple.separate > li,
.ui.light-purple.module-tab .tab-nav li,
.ui.light-purple.vertical .tab-nav,
.ui.light-purple.module-accordion .accordion-title,
.ui.light-purple.window .bar,
.ui.light-purple.module-tab.panel .tab-nav{
    background-color:#c1bafd;
}
/* light-purple hover */
.ui.light-purple > li.current_page_item > a,
.ui.light-purple > li.current_page_item:hover > a,
.ui.light-purple > li.current-menu-item > a,
.ui.light-purple > li.current-menu-item:hover > a,
.ui.light-purple.builder_button:hover,
.ui.light-purple.nav > li a:hover,
.ui.light-purple.module-accordion li:hover .accordion-title,
.ui.light-purple.module-tab .tab-nav li:hover{
    background:#d3ceff;
}
/* light-purple current color */
.ui.light-purple > li.current,
.ui.light-purple > li.current:hover,
.ui.light-purple .tab-nav li.current{
    background:#6c678c;
}
/*  LIGHT-GREEN COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.light-green,
.module-alert.ui .ui.light-green,
.module-menu .ui.light-green.nav a,
.themify_builder .ui.light-green,
.ui.light-green.nav li a,
.ui.light-green.module-tab .tab-nav li a{
    color:#293807;
}
.ui.light-green,
.ui.light-green.nav,
.ui.light-green.nav ul,
.ui.light-green.separate > li,
.ui.light-green.module-tab .tab-nav li,
.ui.light-green.vertical .tab-nav,
.ui.light-green.module-accordion .accordion-title,
.ui.light-green.window .bar,
.ui.light-green.module-tab.panel .tab-nav{
    background-color:#9bd611;
}
/* light-green hover */
.ui.light-green > li.current_page_item > a,
.ui.light-green > li.current_page_item:hover > a,
.ui.light-green > li.current-menu-item > a,
.ui.light-green > li.current-menu-item:hover > a,
.ui.light-green.builder_button:hover,
.ui.light-green.nav > li a:hover,
.ui.light-green.module-accordion li:hover .accordion-title,
.ui.light-green.module-tab .tab-nav li:hover{
    background:#c1ed53;
}
/* light-green current color */
.ui.light-green > li.current,
.ui.light-green > li.current:hover,
.ui.light-green .tab-nav li.current{
    background:#6d9900;
}
/*  PINK COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.pink,
.module-alert.ui .ui.pink,
.module-menu .ui.pink.nav a,
.themify_builder .ui.pink,
.ui.pink.nav li a,
.ui.pink.module-tab .tab-nav li a{
    color:#441e32;
}
.ui.light-blue > .current > a,
.ui.light-green > .current > a,
.ui.light-purple > .current > a,
.ui.yellow > .current > a,
.ui.pink > .current > a{
    color:#FFF;
}
.ui.pink,
.ui.pink.nav,
.ui.pink.nav ul,
.ui.pink.separate > li,
.ui.pink.module-tab .tab-nav li,
.ui.pink.vertical .tab-nav,
.ui.pink.module-accordion .accordion-title,
.ui.pink.window .bar,
.ui.pink.module-tab.panel .tab-nav{
    background-color:#feb4e4;
}
/* pink hover */
.ui.pink > li.current_page_item > a,
.ui.pink > li.current_page_item:hover > a,
.ui.pink > li.current-menu-item > a,
.ui.pink > li.current-menu-item:hover > a,
.ui.pink.builder_button:hover,
.ui.pink.nav > li a:hover,
.ui.pink.module-accordion li:hover .accordion-title,
.ui.pink.module-tab .tab-nav li:hover{
    background:#ffd1ee;
}
/* pink current color */
.ui.pink > li.current,
.ui.pink > li.current:hover,
.ui.pink .tab-nav li.current{
    background:#db6fa8;
}
/*  YELLOW COLOURS & BORDERS
================================================ */
.module_column .module.module-buttons .module-buttons-item a.yellow,
.module-alert.ui .ui.yellow,
.module-menu .ui.yellow.nav a,
.themify_builder .ui.yellow,
.ui.yellow.nav li a,
.ui.yellow.module-tab .tab-nav li a{
    color:#594718;
}
.ui.yellow,
.ui.yellow.nav,
.ui.yellow.nav ul,
.ui.yellow.separate > li,
.ui.yellow.module-tab .tab-nav li,
.ui.yellow.vertical .tab-nav,
.ui.yellow.module-accordion .accordion-title,
.ui.yellow.window .bar,
.ui.yellow.module-tab.panel .tab-nav{
    background-color:#fff06c;
}
/* yellow hover */
.ui.yellow > li.current_page_item > a,
.ui.yellow > li.current_page_item:hover > a,
.ui.yellow > li.current-menu-item > a,
.ui.yellow > li.current-menu-item:hover > a,
.ui.yellow.builder_button:hover,
.ui.yellow.nav > li a:hover,
.ui.yellow.module-accordion li:hover .accordion-title,
.ui.yellow.module-tab .tab-nav li:hover{
    background:#fff4b2;
}
/* yellow current color */
.ui.yellow > li.current,
.ui.yellow > li.current:hover,
.ui.yellow .tab-nav li.current{
    background:#b29e1c;
}

/* active tab hover */
.module-tab.ui .tab-nav li.current:hover{
    background:#fff;
}

/************************************************************************************
ELEMENTS
*************************************************************************************/
/*  DEFAULTS
================================================ */
.ui.builder_button,
.ui.nav li > a,
.ui.module-tab .tab-nav > li > a{
    display:inline-block;
    text-decoration:none;
    line-height:130%;
    box-shadow:none;
}
.module .ui.builder_button,
.ui.builder_button:hover,
.ui.nav li > a:hover,
.ui.module-tab .tab-nav > li > a:hover{
    text-decoration:none;
}

/* BORDER
================================================ */
.ui.builder_button,
.ui.nav,
.ui.nav ul,
.ui.nav.separate > li,
.ui.module-tab .tab-nav > li,
.ui.module-tab .tab-content,
.ui.module-tab.panel .tab-nav,
.ui.module-accordion,
.ui.module-accordion > li,
.ui.module-callout{
    border: solid 1px rgba(0,0,0,.05);
}
/* NAV
================================================ */
.ui.nav{
    background:#fff;
    display:inline-block;
    margin-left:0 !important;
    border:none;
    border-radius:4px;

	box-shadow: 0 0 0 1px rgba(0,0,0,.1);        
}
.ui.nav li{
    display:inline-block;
    position:relative;
    margin:0;
    padding:0;
    margin-right:-.25em; /* remove gap in between link */
}
.ui.nav li:last-child{
    margin-right:0;
}
.ui.nav li:first-child > a{
    border-radius:4px 0 0 4px;
}
.ui.nav li:last-child > a{
    border-radius:0 4px 4px 0;
}
/* drop down */
.ui.nav ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    z-index:999;
    margin-left:-1px;
    padding: 5px 0;
	background-color: #fff;
	border:none;
	border-radius: 4px;
	box-shadow:0 0 0 1px rgba(0,0,0,.1),0 2px 12px rgba(0,0,0,.12);    
}
.ui.nav ul ul{
    left:100%; top:0;
}
.ui.nav ul,
.ui.nav ul > li{
    width:220px;
    margin:0;
}
.ui.nav ul li:first-child > a,
.ui.nav ul li:last-child > a{
    border-radius:0;
}
.ui.nav ul > li > a,
.ui.nav ul > li > a:hover,
.ui.nav li:hover > ul{
    display:block;
}
.tb-align-right .ui.nav ul {
    left: auto;
    right: 0
}
.tb-align-right .ui.nav ul ul {
    right: auto;
    left: 100%
}
/* vertical navigation */
.ui.nav.vertical{
    width:180px;
    max-width:100%;
}
.ui.nav.vertical > li{
    float:none;
    border:none;
    width:100%;
    clear:both;
}
.ui.nav.vertical > li,
.ui.nav.vertical > li a{
    display:block;
}
.ui.nav.vertical > li:first-child > a{
    border-radius:4px 4px 0 0;
}
.ui.nav.vertical > li:last-child > a{
    border-radius:0 0 4px 4px;
}
.ui.nav.vertical ul{
    left:100%;
    top:0;
}
/* separate nav items */
.ui.nav.separate{
    border:none;
    background:none;
}
.ui.nav.separate li{
    margin-right:5px;
}
.ui.nav.separate.vertical li{
    margin-right:0;
    margin-bottom:5px;
}
.ui.nav.separate.vertical ul li{
    margin-bottom:0;
}
/* full width nav-bar */
.ui.nav.fullwidth{
    display:block;
    padding: 0 5px;
}
.ui.nav.fullwidth li:first-child > a,
.ui.nav.fullwidth li:last-child > a{
    border-radius:0;
}
/* TAB
================================================ */
.ui.module-tab{
    position:relative;
    background:none;
}
.ui.module-tab .tab-nav{
    display:block;
    padding-left:5px;
    margin:0 !important;
}
.ui.module-tab,
.ui.module-tab .tab-nav > li a{
    display:block;
    outline:none;
}
.ui.module-tab .tab-nav > li{
    display:inline-block;
    margin-right:2px;
    margin-bottom:1px;
    border-bottom-width:0;
}
.ui.module-tab .tab-content{
    margin-top:-1px;
    padding:1.3em;
    clear:both;
    overflow:hidden;
    display:block;
}
.ui.module-tab .tab-content[aria-hidden="true"]{
    visibility:hidden;
    opacity:0;
    clip:rect(0,0,0,0);
    position:absolute !important;
    top:-9999em;
    left:-9999em;
}
.ui.module-tab .tab-content.active{
    display:block;
}
/* vertical tab */
.ui.module-tab.vertical .tab-nav{
    position:absolute;
    top:10px;
    left:0;
    width:160px;
    padding-left:0;
}
.ui.module-tab.vertical .tab-nav li{
    display:block;
    background:none;
    margin:-1px -1px 0 0;
}
.ui.module-tab.vertical .module-title + .tab-nav{
    top:55px;
}
.ui.module-tab.vertical .tab-content{
    position:relative;
    margin-left:160px;
    min-height:200px;
    z-index:2;
}
/*  tab panel */
.ui.module-tab.panel .tab-nav{
    padding-top:5px;
    border-bottom:none;
    position:relative;
    box-shadow:inset 0 -3px 3px rgba(0,0,0,.1);
}
.ui.module-tab.panel .tab-nav:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,.1);
}
.tab-nav-current-active {
	display: none;
}

/* Tab transparent style */
.ui.module-tab.transparent .tab-content {
    background: none;
    border: none;
    box-shadow: none;
}
.ui.module-tab.transparent .tab-content {
    color: inherit;
}
.ui.module-tab.transparent .tab-nav > li {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid transparent;
}
.ui.module-tab.transparent ul.tab-nav li.current {
	padding: 0;
	background-color: transparent;
	border-bottom-color: inherit;
}
.ui.module-tab.transparent li.current .tab-content{
    box-shadow: none;
}
.ui.module-tab.transparent ul.tab-nav li,
.ui.module-tab.transparent ul.tab-nav li a:before {
	box-shadow: none; 
	border-radius: 0;
	background-image : none;
}
/* responsive tab style */
.responsive-tab-style .tab-nav-current-active {
	display: inline-block;
	cursor: pointer;
}

.module.module-tab.responsive-tab-style .tab-nav-current-active:before{
	content:'\e68e';
	font-family:themify;
	font-size:15px;
	margin-right:8px;
	line-height:1.75em;
}

.ui.module-tab.panel.responsive-tab-style .tab-nav:before{ display: none; }

.module.module-tab.responsive-tab-style .tab-nav-current-active.clicked + ul{
   opacity:1;
   visibility:visible;
   top: 40px;
}

.module.module-tab.responsive-tab-style .tab-nav {
	position:absolute;
	background-color:#fff;
	margin:0;
	padding:5px 0;
	top:100%;
	left:0;
	visibility:hidden;
	opacity:0;
	transition:opacity 250ms linear;
	z-index:11;
	list-style:none;
	text-align:left;
	border-radius:2px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.4), 0 3px 10px rgba(0, 0, 0, .2);
	min-width:140px;
	max-height: 170px;
	overflow-y: auto;
	box-sizing: border-box;
}

.module.module-tab.responsive-tab-style .tab-nav.center-align{
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.module.module-tab.responsive-tab-style .tab-nav.right-align{
	left: auto;
	right: 0;
	text-align: right;
}

.module.module-tab.responsive-tab-style .tab-nav li{
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	font-weight: normal;
	color: inherit;
	overflow: hidden;
}

.module.module-tab.responsive-tab-style .tab-nav li a {
	font-size: 13px;
	line-height: normal;
	padding: 4px 10px 4px 15px;
	width: 141px;
	box-sizing: border-box;
	transition: color .3s linear;
	outline: none;
	text-decoration: none;
	border: none;
	box-shadow: none;
	display: block;

}
/*  WINDOW
================================================ */
.ui.window .bar,
.ui.window .content{
    display:block;
    cursor:default;
    position:relative;
}
.ui.window{
    border-width:1px;
    border-style:solid;
}
.ui.window .bar{
    display:block;
    box-shadow:none;
}
.ui.window .bar + .bar,
.ui.window .bar + .content,
.ui.window .content + .bar{
    border-top-width:1px;
    border-top-style:solid;
}
.ui.window > .ui.bar{
    margin:-1px;
}
.ui.window > .ui.bar.tab + .content{
    border-top:none;
}
.ui.window > .ui.bar.tab{
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-color:inherit;
    margin:0;
}
.ui.window .tab{
    padding-bottom:0;
}
/* fix clearfix issue within containers using inline-block */
.ui.window .nav{
    display:block;
}
.ui.window .left{
    float:left;
}
.ui.window .center{
    overflow:hidden;
    text-align:center;
}
.ui.window .right{
    float:right;
}
/*  ACCORDION
================================================ */
.ui.module-accordion > li{
    border-width:1px 0 0;
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
}
.ui.module-accordion > li.current{
    background:none;
    box-shadow:none;
}
.ui.module-accordion > li.current .accordion-content{
    box-shadow:inset 0 1px 1px rgba(0,0,0,.1);
}
.ui.module-accordion .accordion-title{
    font-size:105%;
    line-height:140%;
    font-weight:bold;
    margin:0;
    position:relative;
}
.ui.module-accordion > li:first-child{
    border-top-width:0;
}
.ui.module-accordion .accordion-title a{
    color:inherit;
    text-decoration:none;
    display: flex;
	align-items: center;
    padding:.5em 1em;
}
.module .ui.module-accordion .accordion-title a{
    color:inherit;
}
.ui.module-accordion .accordion-title .tb_title_accordion {
    width: 100%;
}
.ui.module-accordion .accordion-title a:hover{
    color:inherit;
    text-decoration:none;
}
/* accordion icon */
.module-accordion .accordion-title i{
    margin-right:.4em;
}
.module-accordion li:not(.builder-accordion-active) .accordion-title i.accordion-active-icon,
.module-accordion li.builder-accordion-active .accordion-title i.accordion-icon{
    display:none;
}
/* accordion separate */
.ui.module-accordion.separate{
    background:none;
    border:none;
}
.ui.module-accordion.separate > li,
.ui.module-accordion.separate > li:first-child{
    margin-bottom:5px;
    border-width:1px;
}
/* Accordion transparent style */
.ui.module-accordion.transparent,
.ui.module-accordion.transparent ul,
.ui.module-accordion.transparent li,
.ui.module-accordion.transparent .accordion-title,
.ui.module-accordion.transparent li:hover .accordion-title,
.ui.module-accordion.transparent .accordion-content,
.ui.module-accordion.transparent li.current{
    background:none;
    border:none;
    box-shadow:none;
}
.ui.module-accordion.transparent li.current .accordion-content{
    box-shadow:none;
}
.ui.module-accordion.transparent .accordion-content{
    color:inherit;
}
.ui.module-accordion.transparent .accordion-title a{
    padding-left:0;
    padding-right:0;
}
.module-accordion .accordion-content.default-closed{
    display:none;
}
/************************************************************************************
MODULE
*************************************************************************************/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em;
}
.module img{
    border:none;
    vertical-align:bottom;
}

/************************************************************************************
TEXT MODULE
*************************************************************************************/
/* text read more link */
.tb-text-more-link,
.tb-text-less-link,
.tb-text-less-link:hover,
.tb-text-more-link:hover{
    text-decoration:none;
}
.tb-text-more-link:after,
.tb-text-less-link:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-bottom-color: inherit;
    border-left-color: inherit;
    display: inline-block;
    vertical-align: middle;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 0 0;
    margin-left: 14px;
}
.tb-text-less-link:after {
    transform: rotate3d(0, 0, 1, 135deg);
    transform-origin: center;
}
.tb-text-more-link-indicator {
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6);
}

/* dropcap */
.drop-cap > :first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap:first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap > :first-child:first-letter {
    font-size: 2.85em;
    float: left;
    line-height: .4em;
    padding: .425em .375em;
    background-color: #0f70e8;
    color: #fff;
    margin-right: .325em;
    margin-top: .15em;
    margin-bottom: .25em
}
.ie .tb_text_dropcap > .tb_text_wrap:first-child:first-letter {
	font-size: 100%;
}

/************************************************************************************
IMAGE MODULE
*************************************************************************************/
.module-image{
    max-width:100%;
}
.module-image .image-title{
    margin:0 0 .3em;
    font-size:1.2em;
}
.module-image .image-title a{
    text-decoration:none;
    color: inherit;
    font-family: inherit;
    text-shadow: inherit;
}

/*  image layout
================================================ */
.module-image .image-wrap {
    width:auto;
    max-width:100%;
    position:relative;
    display:  inline-block;
}
.module-image .image-wrap img{
    vertical-align:top;
    display:inline-block;
}
.themify_builder_active .module-image .image-wrap img{
    object-fit:cover; /* for Builder preview */
}
/* image top */
.module-image.image-top .image-content{
    margin-top:.5em;
    margin-bottom:1em;
}
/* image left */
.module-image.image-left .image-wrap{
    float:left;
    margin:0 1.5em 1em 0;
}
.module-image.image-left .image-content{
    overflow:hidden;
    min-width:100px;
}
/* image right */
.module-image.image-right .image-wrap{
    float:right;
    margin:0 0 1em 1.5em;
}
/* image overlay */
.module-image.image-overlay{
    font-size:.85em;
}
.module-image.image-overlay .image-wrap{
    margin:0;
}
.module-image.image-overlay .image-content{
    box-sizing:border-box;
    padding:2% 4%;
    width:100%;
    background:#333;
    background:rgba(0,0,0,.7);
    color:#ccc;
    line-height:1.4em;
    transition: .3s ease-in-out;
}
.module-image.image-overlay .image-wrap a + .image-content,
.module-image.image-overlay img + .image-content{
    position:absolute;
    bottom:0;
    left:0;
}
.module-image.image-overlay p{
    margin:0 0 5px;
}
.module-image.image-overlay .image-title{
    font-size:1.1em;
    color:#fff;
    margin:0 0 .4em;
}
.module-image.image-overlay a,
.module-image.image-overlay a:hover{
    color:#fff;
    text-decoration:none;
}
.module-image.image-overlay h1,
.module-image.image-overlay h2,
.module-image.image-overlay h3:not(.module-title),
.module-image.image-overlay h4,
.module-image.image-overlay h5,
.module-image.image-overlay h6{
    color:#fff;
    margin:0 0 .4em;
}
/* image center */
.module-image.image-center .image-wrap{
    display:block;
    text-align:center;
}
.module-image.image-center .image-content{
    text-align:center;
    padding-top:.5em;
    padding-bottom:1em;
}
/* image card layout */
.module-image.image-card-layout {
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	text-align: center;
}
.module-image.image-card-layout {
	background-color: #ffffff;
}
.module-image.image-card-layout .image-content {
	padding: 1em 5%;
	transition: all .3s ease-in-out;
}
/* image card rounded */
.module-image.image-card-layout.rounded {
    overflow: hidden;
    border-radius: 8px;
} 
/* image card shadow */
.module-image.image-card-layout.drop-shadow {
    overflow: hidden;
	box-shadow: 0 1px 12px 2px rgba(0,0,0,.1);
}
/* image card circle */
.module-image.image-card-layout.circle {
    overflow: hidden;
    border-radius: 50em;
}
.module-image.image-card-layout.rounded .image-wrap,
.module-image.image-card-layout.rounded .image-wrap img,
.module-image.image-card-layout.circle .image-wrap,
.module-image.image-card-layout.circle .image-wrap img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* image full overlay overlay */
.module-image.image-full-overlay {
	box-sizing: border-box;
	position: relative;
}
.module-image.image-card-layout:not(.auto_fullwidth),
.module-image.image-full-overlay:not(.auto_fullwidth) {
	display: inline-block;
}
.module-image.image-full-overlay .image-title {
    color:inherit;
}
.module-image.image-full-overlay .image-content {
	box-sizing: border-box;
	padding: 5%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 0;
}
.module-image.image-overlay .image-wrap img,
.module-image.image-card-layout .image-wrap img,
.module-image.image-full-overlay .image-wrap img {
	width: 100%;
}
.module-image.image-full-overlay .image-content:before {
	content: "";
	display: block;
	background-color: rgba(67, 67, 67, .4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}
.module-image.image-full-overlay:hover .image-content:before {
	background-color: rgba(67, 67, 67, .7);
}
.module-image.image-full-overlay .image-content {
	pointer-events: none;
	color: #fff;
}
.module-image.image-full-overlay .image-content * {
	pointer-events: all;
}
.module-image.image-full-overlay:hover span.zoom {
	display: none;
}
/* image full overlay shadow */
.module-image.image-full-overlay.drop-shadow {
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.module-image.image-card-layout.drop-shadow .image-wrap,
.module-image.image-card-layout.drop-shadow .image-wrap img,
.module-image.image-full-overlay.drop-shadow .image-wrap,
.module-image.image-full-overlay.drop-shadow .image-wrap img {
	box-shadow: none;
}
.module-image.image-card-layout.bordered .image-wrap,
.module-image.image-card-layout.bordered .image-wrap img,
.module-image.image-full-overlay.bordered .image-wrap,
.module-image.image-full-overlay.bordered .image-wrap img {
    border: none;
    background-color: transparent;
    padding: 0;
}
.module-image.image-full-overlay.bordered .image-content:before {
	margin: 3px;
}
/* image full overlay circle */
.module-image.image-full-overlay.circle {
    overflow: hidden;
    border-radius: 50em;
}
.module-image.image-full-overlay.circle .image-wrap,
.module-image.image-full-overlay.circle .image-wrap img {
    border-radius: 0;
}
/* Image caption effect */
.module-image.image-overlay.active-caption-hover .image-wrap{
	overflow: hidden;
}
.module-image.image-overlay.active-caption-hover .image-wrap .image-content{
	transition: bottom .6s;
	bottom: -100px;
}
.module-image.image-overlay.active-caption-hover .image-wrap:hover .image-content{
	transition: bottom .3s;
	bottom: 0;
}
.module-image.image-full-overlay.active-caption-hover  .image-content{
	transition: opacity .3s ;
	opacity: 0;
}
.module-image.image-full-overlay.active-caption-hover:hover .image-content{
	opacity: 1;
}
/*  image appearance
================================================ */

/* rounded */
.module-image.image-full-overlay.rounded,
.module-image.image-full-overlay.rounded .image-content:before,
.module-image.rounded .image-wrap,
.module-image.rounded .image-wrap img,
.module.rounded .post-image img{
    border-radius:8px;
}
.module-image.rounded.image-overlay .image-content{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}
/* border */
.module-image.image-card-layout.bordered,
.module-image.image-full-overlay.bordered,
.module-image.bordered .image-wrap img,
.module.bordered .post-image img{
    border: solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box;
}
/* drop shadow */
.module-image.drop-shadow .image-wrap img,
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15);
}
/* circle */
.module-image.circle .image-wrap,
.module-image.circle .image-wrap img,
.module.circle .post-image img{
    border-radius:50em;
}
.module-image.circle.image-overlay .image-content{
    border-bottom-left-radius:50em;
    border-bottom-right-radius:50em;
    overflow:hidden;
    text-align:center;
}

/* general auto fullwidth */
.themify_builder .auto_fullwidth .lightbox{
    display:block;
}
.themify_builder .auto_fullwidth.image-wrap,
.themify_builder .auto_fullwidth .image-wrap,
.themify_builder .auto_fullwidth .tb-image-wrap,
.themify_builder .auto_fullwidth img{
    width:100%;
    display:block; /* required for FF */
}
/* lightbox */
.module-image .image-wrap .lightbox{
    position:relative;
    display:inline-block;
    max-width:100%;
}
.module-image .image-wrap span.zoom{
    color:#ccc;
    color:rgba(255,255,255,.6);
    width:40px;
    height:40px;
    background-color:#666;
    background-color:rgba(0,0,0,.6);
    margin:-20px 0 0 -20px;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:100%;
}
.module-image .image-wrap span.zoom:before{
    font-size:18px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-.5em 0 0 -.5em;
    line-height:1em;
}
.module-image .image-wrap span.zoom:hover{
    background:#000;
    color:#fff;
    color:rgba(255,255,255,1);
}
.module-image .image-wrap a[href$=".gif"] span.zoom:before,
.module-image .image-wrap a[href$=".png"] span.zoom:before,
.module-image .image-wrap a[href$=".jpg"] span.zoom:before,
.module-image .image-wrap a[href$=".jpeg"] span.zoom:before {
	content: "\e633"; /* ti-image */
}
.module-image .image-wrap a[href*="vimeo"] span.zoom:before,
.module-image .image-wrap a[href*="youtu.be"] span.zoom:before,
.module-image .image-wrap a[href*="youtube"] span.zoom:before,
.module-image .image-wrap a[href*=".avi"] span.zoom:before,
.module-image .image-wrap a[href*=".mov"] span.zoom:before,
.module-image .image-wrap a[href*=".flv"] span.zoom:before,
.module-image .image-wrap a[href*=".f4v"] span.zoom:before,
.module-image .image-wrap a[href*=".mp4"] span.zoom:before {
	content: "\e6ad"; /* ti-control-play */
	font-size: 22px;
	margin: -.5em 0 0 -.4em;
}

/************************************************************************************
VIDEO MODULE
*************************************************************************************/
.module-video .video-title{
    margin: 0 0 .3em;
    font-size:1.3em;
    padding:0;
}
.video-wrap{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.video-wrap video,
.video-wrap iframe,
.video-wrap object,
.video-wrap embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-top .video-title{
    margin-top:.8em;
}
.video-top .video-caption {
	margin-bottom:1em;
}
.module-video:not(.tb_has_cover) .tb_video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.module-video:not(.tb_has_cover) .tb_video_overlay .tb_video_play {
	display: none;
}
.module-video .tb_video_overlay img {
	width: 100%;
}
/* Fix fullscreen vimeo video z-index */
.themify_builder .wow.module-video{
    animation-fill-mode:none;
}
/**
 * MediaElement
 */
.themify_builder .wp-video{
    width:100% !important;
    max-width:100% !important;
}
.themify_builder .mejs__container{
    text-align:center !important;
    max-width:100%;
    min-height:100% !important;
}
/* video layout
================================================ */
/* video left */
.module-video.video-left .video-wrap{
    width:50%;
    margin-right:1.5em;
    margin-bottom:1em;
    float:left;
    padding-bottom:28.25%;
}
/* video right */
.module-video.video-right .video-wrap{
    width:50%;
    margin-left:1.5em;
    margin-bottom:1em;
    float:right;
    padding-bottom:28.25%;
}
/* video overlay */
.module-video.video-overlay{
    position:relative;
    font-size:.85em;
}
.module-video.video-overlay .video-wrap{
    margin:0;
    width:100%;
}
.module-video.video-overlay .video-content{
    padding:2% 4%;
    background:#333;
    background:rgba(0,0,0,.7);
    color:#ccc;
    line-height:1.4em;
}
.module-video.video-overlay .video-wrap + .video-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    box-sizing:border-box;
	transition: .3s ease-in-out;
}
.module-video.video-overlay .video-title{
    font-size:1.1em;
    margin:0 0 .4em;
}
.module-video.video-overlay p{
    margin:0 0 .4em;
}
.module-video.video-overlay a,
.module-video.video-overlay a:hover{
    color:#fff;
    text-decoration:none;
}
.module-video.video-overlay h1,
.module-video.video-overlay h2,
.module-video.video-overlay h3,
.module-video.video-overlay h4,
.module-video.video-overlay h5,
.module-video.video-overlay h6{
    color:#fff;
    margin:0 0 .4em;
}
.tb_video_overlay:hover{
    cursor:pointer;
}
.tb_video_overlay .tb_video_play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border:5px solid #fff;
    border-radius:100%;
    padding: 1.1em;
    text-align:center;
}
.tb_video_overlay .tb_video_play:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

/************************************************************************************
GALLERY MODULE
*************************************************************************************/
.module.gallery .gallery-item{
    vertical-align:top;
    float:left;
    display:block;
    max-width:100%;
    text-align:center;
}

/* gallery caption */
.module.gallery .gallery-caption{
    margin:.5em 0;
    font-size:.95em;
}
.themify_image_title{
    display:block;
}
#body .module-gallery.layout-lightboxed .gallery-caption{
    text-align:left;
}
.mfp-title .themify_image_title,
.module-gallery.layout-lightboxed .themify_image_title{
    margin-bottom:.5em;
}
.module-gallery .gallery-icon,
.module-gallery .gallery-icon img{
    margin:0;
    vertical-align:bottom;
}
.module-gallery.rounded .gallery-icon{
    display:inline-block;
    max-width:100%; /* for FF */
}
.module-gallery.gallery-masonry .pagenav {
    position:absolute;
    top:100%;
    width:100%;
}
.themify_builder_active .module-gallery.gallery-masonry .pagenav {
	position: sticky;
}
.module-gallery.gallery-masonry .gallery-item {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.module-gallery.gallery-masonry .module-gallery-gutter {
	width: 1.5%;
}
/* rounded */
.module-gallery.rounded .gallery-showcase-image img,
.module-gallery.rounded.layout-showcase .gallery-images img,
.module-gallery.rounded .gallery-icon,
.module-gallery.rounded .gallery-icon img{
    border-radius:5px;
}
/* border */
.module-gallery.bordered .gallery-showcase-image img,
.module-gallery.bordered.layout-showcase .gallery-images img,
.module-gallery.bordered .gallery-icon{
    border:solid 1px rgba(0,0,0,.2);
    background: #fff;
    padding: 3px;
}

/* drop shadow */
.module-gallery.drop-shadow .gallery-showcase-image img,
.module-gallery.drop-shadow.layout-showcase .gallery-images img,
.module-gallery.drop-shadow .gallery-icon{
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
}

/* circle */
.module-gallery.circle .gallery-showcase-image img,
.module-gallery.circle.layout-showcase .gallery-images img,
.module-gallery.circle .gallery-icon,
.module-gallery.circle .gallery-icon img{
    border-radius:50em;
}
.module-gallery.circle.layout-showcase .gallery-images img,
.module-gallery.circle .gallery-icon img{
    border-bottom-left-radius:50em;
    border-bottom-right-radius:50em;
    overflow:hidden;
    text-align:center;
}

/* Lightboxed Gallery Layout */
.module-gallery.layout-lightboxed .gallery-item{
    width:auto !important;
    margin:0 !important;
}

/* Gallery Showcase layout */
.module-gallery .gallery-showcase-image{
    margin-bottom:10px;
	opacity: 1;
}
.module-gallery .gallery-showcase-image .image-wrapper{
    display:inline-block;
    position:relative;
}
.module-gallery .gallery-showcase-title{
    position:absolute;
    bottom:0;
    left:0;
    text-align:left;
    background-color:rgba(0,0,0,.5);
    color:#fff;
    padding:.5em 1em;
}
.module-gallery .gallery-showcase-title strong{
    display:block;
}
.module-gallery.layout-showcase .gallery-images a{
    border-bottom-width:0;
}
.module-gallery.layout-showcase .gallery-images img{
    max-width:50px;
    max-height:50px;
    margin-right:5px;
    margin-bottom:5px;
    display:inline-block;
}
.module-gallery .pagenav {
    text-align:center;
}
.builder_gallery_load{
    cursor:wait;
    opacity:.5;
    position:relative;
}
.module-gallery.rounded .gallery-showcase-title,
.module-gallery.drop-shadow .gallery-showcase-title,
.module-gallery.bordered .gallery-showcase-title,
.module-gallery.circle .gallery-showcase-title {
	left: 4px;
	bottom: 4px;
}
/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
.module .gallery-columns-1 .gallery-item{
    width:100% !important;
}
.module.gallery-columns-1 br{
    display:none !important;
}

/* gallery column 2 */
.module.gallery-columns-2 .gallery-item{
    width:49.2%;
}
/* gallery column 3 */
.module.gallery-columns-3 .gallery-item{
    width:32.3%;
}
/* gallery column 4 */
.module.gallery-columns-4 .gallery-item{
    width:23.8%;
}
/* gallery column 5 */
.module.gallery-columns-5 .gallery-item{
    width:18.8%;
}
/* gallery column 6 */
.module.gallery-columns-6 .gallery-item{
    width:15.4%;
}
/* gallery column 7 */
.module.gallery-columns-7 .gallery-item{
    width:13%;
}
/* gallery column 8 */
.module.gallery-columns-8 .gallery-item{
    width:11.18%;
}
/* gallery column 9 */
.module.gallery-columns-9 .gallery-item{
    width:9.77%;
}

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

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

/************************************************************************************
MAP MODULE
*************************************************************************************/
.module-map .map-container{
    max-width:100% !important;
    box-sizing:border-box;
}
.module-map .map-container img{
    max-width:inherit;
}
.gmnoprint{
    word-wrap:normal;
}
.themify_builder_map_info_window{
    color:#000;
}

/************************************************************************************
CALLOUT MODULE
*************************************************************************************/
.module-callout{
    padding:1em 1.5em;
    position:relative;
}
.module-callout p{
    margin:0 0 5px;
}
.module-callout .callout-heading{
    color:inherit;
    font-size:140%;
    line-height:130%;
    margin:0 0 5px;
    padding:0;
}
.module-callout .callout-content{
    float:left;
}
.module-callout .callout-button{
    margin-top:5px;
    float:right;
    text-align:right;
}

/* button left */
.module-callout.button-left .callout-content{
    float:right;
    width:70%;
}
.module-callout.button-left .callout-button{
    float:left;
    width:25%;
    text-align:left;
}

/* button bottom */
.module-callout.button-bottom .callout-content,
.module-callout.button-bottom .callout-button{
    width:auto !important;
    float:none;
}
.module-callout.button-bottom .callout-button{
    margin-top:15px;
}

/* button center */
.module-callout.button-bottom-center .callout-content,
.module-callout.button-bottom-center .callout-button{
    width:auto !important;
    float:none;
    text-align:center;
}
.module-callout.button-bottom-center .callout-button{
    margin-top:15px;
}

/************************************************************************************
Alert MODULE
*************************************************************************************/
.ui.module-alert {
    margin-bottom: 2em;
    padding: 1.5em 2em;
}
.module-alert div.alert-close {
    position: absolute;
    top: .8em;
    right: .8em;
    cursor: pointer;
    font-size: .9em;
	min-width: 1.5em;
	min-height: 1.5em;
	transition: transform .25s;
	transform-origin: center;
}
.module-alert div.alert-close:before,
.module-alert div.alert-close:after {
	content: '';
	display: block;
	border-top: 1px solid;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.module-alert div.alert-close:before {
	transform: rotateZ(-45deg);
}
.module-alert div.alert-close:after {
	transform: rotateZ(45deg);
}
.module-alert div.alert-close:hover {
	transform: rotate(90deg);
}
.module-alert p {
    margin:0 0 5px;
}
.module-alert .alert-heading {
    color:inherit;
    font-size:140%;
    line-height:130%;
    margin:0 0 5px;
    padding:0;
}
.module-alert .alert-content {
    float:left;
}
.module-alert .alert-button {
    margin-top:5px;
    float:right;
    text-align:right;
}

/* button left */
.module-alert.button-left .alert-content {
    float:right;
    width:70%;
}
.module-alert.button-left .alert-button {
    float:left;
    width:25%;
    text-align:left;
}

/* button bottom */
.module-alert.button-bottom .alert-content,
.module-alert.button-bottom .alert-button{
    width:auto !important;
    float:none;
    text-align:left;
}
.module-alert.button-bottom .alert-button{
    margin-top:15px;
}

/* button center */
.module-alert.button-bottom-center .alert-content,
.module-alert.button-bottom-center .alert-button{
    width:auto !important;
    float:none;
    text-align:center;
}
.module-alert.button-bottom-center .alert-button{
    margin-top:15px;
}

/* transparent color */
.ui.module-alert.transparent {
    padding: 0;
}
.module-alert.transparent.button-right .alert-button {
    margin-top: 30px;
}
.module-alert.transparent.button-right div.alert-close {
    top: 8px;
}

/************************************************************************************
ACCORDION MODULE
*************************************************************************************/
.module-accordion{
    margin-bottom:1em;
    padding:0;
}
.module-accordion .accordion-content{
    padding:1em;
}
.module-box h1,
.module-box h2,
.module-box h3,
.module-box h4,
.module-box h5,
.module-box h6,
.module-accordion h1,
.module-accordion h2,
.module-accordion h3,
.module-accordion h4,
.module-accordion h5,
.module-accordion h6{
    color:inherit;    
    margin-top:0;
}

/************************************************************************************
BOX MODULE
*************************************************************************************/
.module.module-box{
    margin-bottom:1.5em;
}
.module-box-content{
    padding:1.5em;
}

/************************************************************************************
TAB MODULE
*************************************************************************************/
.module-tab{
    margin-bottom:2em;
}
.module-tab .builder-tabs-wrap{
    position:relative;
}
.module-tab .tab-content h1,
.module-tab .tab-content h2,
.module-tab .tab-content h3,
.module-tab .tab-content h4,
.module-tab .tab-content h5,
.module-tab .tab-content h6{
    color:inherit;
    margin:.3em 0 .5em;
}
.module-tab.tab-style-icon-only .tab-nav li span,
.module-tab .tab-content{
    display:none;
}
.module-tab.tab-style-icon-top .tab-nav li i,
.module-tab .tab-content:first-of-type{
    display:block;
}
.module-tab.tab-style-icon-only .tab-nav li a,
.module-tab.tab-style-icon-top .tab-nav li a{
    text-align:center;
}
/************************************************************************************
DIVIDER MODULE
*************************************************************************************/
.module-divider{
    border-left:none !important;
    border-right:none !important;
    border-bottom:none !important;
    max-width:100%;
}
.module-divider.solid{
    border-style:solid;
}
.module-divider.dashed{
    border-style:dashed;
}
.module-divider.dotted{
    border-style:dotted;
}
.module-divider.double{
    border-style:double;
}
.divider-center{
    margin-left:auto;
    margin-right:auto;
}
.divider-right{
    margin-left: auto;
    float:right;
}
.divider-right +div{
    clear:both; /* require to clear float */
}

/************************************************************************************
SLIDER MODULE
*************************************************************************************/
.tb_module_front.module-slider,
.module-slider{
    margin-bottom:2.5em;
}
.themify_builder_slider{
    padding:0 !important;
    margin:0 !important;
    position:relative;
    list-style:none;
    display:block;
    /* overflow: hidden; */
    width: 100%;
}
.themify_builder_slider > li{
    margin:0 !important;
    padding:0;
    list-style:none;
    float:left;
    clear:none !important;
    text-align:center;
    width:auto;
    position:relative; /* for the purpose of nested absolute position elements */
}
.themify_builder_slider[data-horizontal="yes"]{
    cursor: ew-resize;
}

/* slider image */
.themify_builder_slider .slide-image{
    margin:0 0 1em;
}
.slide-image-fullwidth .slide-image img {
    width: 100%;
}
/* slider content */
.themify_builder_slider .slide-content{
    padding:0 4%;
}

/* slider title */
.themify_builder_slider .slide-title{
    font-size:1.1em;
    margin:0 0 .4em;
    padding:0;
}
.themify_builder_slider .slide-title a{
    text-decoration:none;
}

/* slider hide on load */
.themify_builder_slider_wrap{
    overflow:hidden;
    visibility:hidden;
}
.active_module.themify_builder_slider_wrap {
	overflow: visible;
}

/* slider loading animation */
.tb_slider_loader,
.tb_slider_loader:before,
.tb_slider_loader:after{
    background:#000;
    border-radius:0;
    width:8px;
    height:15px;
    animation:horizontal-loader 1s infinite ease-in-out;
}
.tb_slider_loader:before,
.tb_slider_loader:after{
    position:absolute;
    top:0;
    content:'';
}
.tb_slider_loader:before{
    left:-1.5em;
    animation-delay:-.32s;
}
.tb_slider_loader{
    margin:88px auto;
    position:relative;
    font-size:11px;
    animation-delay:-.16s;
}
.tb_slider_loader:after{
    left:1.5em;
}

/*  slider appearance
================================================ */
/* slider overlay */
.module-slider.slider-overlay li{
    position:relative;
}
.module-slider.slider-overlay p{
    margin:0 0 .5em;
}
.module-slider.slider-overlay .slide-image{
    margin-bottom:0;
}
.module-slider.slider-overlay .slide-content{
    font-size:.9em;
    padding:2% 4%;
    width:100%;
    background:rgba(0,0,0,.7);
    color:#ccc;
    line-height:1.4em;
    box-sizing:border-box;
}
.module-slider.slider-overlay .slide-image + .slide-content{
    position:absolute;
    bottom:0;
    left:0;
	overflow: hidden;
}
.module-slider.slider-overlay .slide-title{
    margin:0 0 .5em;
}
.module-slider.slider-overlay .slide-content a,
.module-slider.slider-overlay .slide-title a{
    color:#fff;
    text-decoration:none;
}
.module-slider.slider-overlay .slide-content h1,
.module-slider.slider-overlay .slide-content h2,
.module-slider.slider-overlay .slide-content h3,
.module-slider.slider-overlay .slide-content h4,
.module-slider.slider-overlay .slide-content h5,
.module-slider.slider-overlay .slide-content h6{
    color:#fff;
    margin:0 0 .4em;
}

/* slider caption overlay */
.module-slider.slider-caption-overlay li{
    position:relative;
	text-align: inherit;
}
.module-slider.slider-caption-overlay p{
    margin:0 0 7px;
}
.module-slider.slider-caption-overlay .slide-content{
    font-size:.9em;
    text-align:left;
    padding:1em 5%;
    width:auto;
    max-width:75%;
    background:rgba(0,0,0,.7);
    color:#ccc;
    line-height:1.4em;
}
.module-slider.slider-caption-overlay .slide-image + .slide-content{
    position:absolute;
    bottom:8%;
    left:0;
	overflow: hidden;
}
.module-slider.slider-caption-overlay .slide-title{
    margin:0 0 .5em;
}
.module-slider.slider-caption-overlay .slide-content a,
.module-slider.slider-caption-overlay .slide-title a{
    color:#fff;
    text-decoration:none;
}
.module-slider.slider-caption-overlay .slide-content h1,
.module-slider.slider-caption-overlay .slide-content h2,
.module-slider.slider-caption-overlay .slide-content h3,
.module-slider.slider-caption-overlay .slide-content h4,
.module-slider.slider-caption-overlay .slide-content h5,
.module-slider.slider-caption-overlay .slide-content h6{
    color:#fff;
    margin:0 0 .4em;
}
.module-slider.slider-agency .slide-inner-wrap{
    display:-ms-flexbox;
    display:flex
}

.module-slider.slider-agency .slide-inner-wrap > div{
    width:100%
}

.module-slider.slider-agency .slide-content{
    overflow:hidden;
    text-align:left;
}
.module-slider .post{
    animation-name:inherit !important;
}

.module-slider .caroufredsel_wrapper{
    display:block !important;
}

/*  slider elements
================================================ */
/* slider-nav */
.themify_builder_slider_wrap .carousel-nav-wrap{
    text-align:center;
    margin:auto;
    border:none;
    padding:1em 0;
}
.themify_builder_slider_wrap .carousel-prev span,
.themify_builder_slider_wrap .carousel-next span{
    display:none;
}
/* slider next/prev button */
.themify_builder_slider_wrap .carousel-prev,
.themify_builder_slider_wrap .carousel-next{
    position:static;
    line-height:100%;
    text-decoration:none;
    text-align:center;
    text-indent:0;
    display:inline-block;
    vertical-align:middle;
    color:inherit;
    text-shadow:none;
    border-radius:0;
    border:none;
    background:none;
    font:normal 30px/100% Georgia, "Times New Roman", Times, serif;
    padding:0 5px;
    box-sizing:border-box;
    overflow:hidden;
}
.themify_builder_slider_wrap .carousel-prev:before,
.themify_builder_slider_wrap .carousel-next:before {
    content:'';
    display:inline-block;
    width:12px;
    height:12px;
    border:2px solid transparent;
    border-bottom-color:inherit;
    border-right-color:inherit;
    transform:rotateZ(135deg);
    margin-left:7px;
    vertical-align:middle;
}
.themify_builder_slider_wrap .carousel-next:before {
    transform:rotateZ(-45deg);
    margin:auto;
    margin-right:7px;
}
.themify_builder_slider_wrap .themify_slider_controller{
    background: transparent;
    color: inherit;
    box-sizing: border-box;
    width: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-color: transparent transparent transparent transparent;
    border-left-color: inherit;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    vertical-align: bottom;
    position: relative;
    bottom: 5px;
    margin-left: 4px;
}
.themify_builder_slider_wrap .themify_slider_controller.paused{
    border-style: double;
    border-width: 0 0 0 10px;
}
/* vertical middle slider nav arrows */
.themify_builder_slider_wrap.themify_builder_slider_vertical .carousel-prev,
.themify_builder_slider_wrap.themify_builder_slider_vertical .carousel-next{
    position:absolute;
    top:50%;
    left:0;
    background:rgba(0, 0, 0, .5);
    border-radius:0;
    color:#fff;
    width:auto !important;
    height:auto !important;
    margin:0;
    padding:20px 5px;
    transform:translateY(-50%);
}
.themify_builder_slider_wrap.themify_builder_slider_vertical .carousel-next{
    right:0;
    left:auto;
}
.themify_builder_slider_wrap.themify_builder_slider_vertical .disabled,
.themify_builder_slider_wrap.themify_builder_slider_vertical .disabled{
    opacity:.3;
}
/* carousel nav disabled */
.themify_builder_slider_wrap .disabled,
.themify_builder_slider_wrap .disabled{
    opacity:6;
    cursor:default;
}

/* carousel pager */
.themify_builder_slider_wrap .carousel-pager{
    clear:both;
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    line-height: 0;
    width:auto;
    margin-left:3px;
}
.themify_builder_slider_wrap .carousel-pager a{
    line-height:100%;
    display:inline-block;
    vertical-align:middle;
    margin:0 2px;
    cursor:pointer;
    color:inherit;
    overflow:hidden;
    outline:none;
    position:relative;
    width:10px;
    height:10px;
    border-radius:100%;
    border:1px solid;
    transition:all .3s ease-in-out;
    box-sizing:border-box;
}
.themify_builder_slider_wrap .carousel-pager a span{
    display:none; /* hide pagination number text */
}
.themify_builder_slider_wrap .carousel-pager a:hover,
.themify_builder_slider_wrap .carousel-pager a.selected{
    border-width:5px;
}

/* Gallery Slider */
.module-gallery.layout-slider .tb_module_actions + .carousel-wrap .slide-inner-wrap,
.module-gallery.layout-slider .carousel-wrap:first-child .slide-inner-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.module-gallery.layout-slider .slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	padding: 1.5em;
	text-align: left;
	transform: translateY(100%);
	opacity: 0;
	transition: transform .3s ease, opacity .4s ease;
	pointer-events: none;
}

.module-gallery.layout-slider.rounded .slide-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.module-gallery.layout-slider .slide-content > h3 {
	margin: 0;
}

.module-gallery.layout-slider .slide-content > p {
	margin: 1em 0 0;
	line-height: 1;
}

.module-gallery.layout-slider .themify_builder_slider[style*="inset: 0px auto auto 0"] .slide-content,
.module-gallery.layout-slider .themify_builder_slider[style*="left: 0px"] .slide-content {
	transform: translateY(0);
	opacity: 1;
}

.module-gallery.layout-slider .slide-content > * {
	color: inherit;
}

.module-gallery.layout-slider .slide-image {
	margin-bottom: 0;
}

.module-gallery.layout-slider .carousel-wrap + .carousel-wrap {
	padding: 1em 3em;
}

.module-gallery.layout-slider .carousel-nav-wrap > a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2em;
	max-height: 2em;
	height: 100%;
	margin: auto 0;
	color: inherit;
	transition: opacity .2s ease;
}

.module-gallery.layout-slider .carousel-nav-wrap > a:focus {
	outline: none;
}

.module-gallery.layout-slider .carousel-nav-wrap > a:hover {
	opacity:.8;
}

.module-gallery.layout-slider .carousel-nav-wrap > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.module-gallery.layout-slider .carousel-nav-wrap > a.carousel-prev:before {
	border-left: .2em solid currentColor;
	border-bottom: .2em solid currentColor;
	transform: translateX(33%) rotate(45deg);
}

.module-gallery.layout-slider .carousel-nav-wrap > a.carousel-next:before {
	border-right: .2em solid currentColor;
	border-top: .2em solid currentColor;
	transform: translateX(-33%) rotate(45deg);
}

.module-gallery.layout-slider .carousel-nav-wrap > a > span {
	display: none;
}

.module-gallery.layout-slider .carousel-prev {
	left: 0;
}

.module-gallery.layout-slider .carousel-next {
	right: 0;
}


/************************************************************************************
POST MODULE
*************************************************************************************/
/* general post styling */
.post{
    margin-bottom:2.2em;
    box-sizing:border-box;
}
/* post title */
.post-title a{
    text-decoration:none;
}
/* post video */
.post-video{
    margin:0 0 1em;
}
/* post content */
.post-content{
    min-width:120px;
    padding:0;
    position:static;
}
/* post meta */
.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-meta .tbp-post-meta-after {
    margin-left: .3em;
}
/* post date */
.post-date{
    margin:0 0 .5em;
    display:block;
}
/* more link wrap */
.more-link-wrap{
    text-align:right;
    clear:both;
    margin:.9em 0 1.3em;
}
.tb_fullwidth_image .post-image img{
    width: 100%;
}
/*
Post layouts
================================================ */
.builder-posts-wrap .post-image img{
    max-width:100%;
    height:auto;
}
/* list & fullwidth post */
.builder-posts-wrap.list-post .post{
    width:100%;
    min-height:0;
    position:static;
    clear:both;
}
.builder-posts-wrap.list-post .post-content{
    width:auto;
}
/* grid posts */
.builder-posts-wrap.grid2 > .post,
.builder-posts-wrap.grid3 > .post,
.builder-posts-wrap.grid4 > .post,
.builder-posts-wrap.grid2-thumb > .post{
    float:left;
    margin-left:3.2%;
    margin-bottom:3.2%;
    clear:none;
}
/* grid4 post */
.builder-posts-wrap.grid4 > .post{
    width:22.6%;
}
.builder-posts-wrap.grid4 .post-title{
    font-size:130%;
}
/* grid3 post */
.builder-posts-wrap.grid3 > .post{
    width:31.2%;
}
.builder-posts-wrap.grid3 .post-title{
    font-size:150%;
}
/* grid2 post */
.builder-posts-wrap.grid2 > .post{
    width:48.4%;
}
.builder-posts-wrap.grid2 .post-title{
    font-size:160%;
}
/* grid2-thumb post */
.builder-posts-wrap.grid2-thumb > .post{
    width:48.4%;
    margin-right:0;
}
.builder-posts-wrap.grid2-thumb .post-title{
    font-size:160%;
}
.builder-posts-wrap.grid2-thumb .post-image{
    width:20%;
    float:left;
    margin:0 1.5em 1em 0;
}
.builder-posts-wrap.grid2-thumb .post-content{
    overflow:hidden;
}
/* list thumb post */
.builder-posts-wrap.list-thumb-image .post{
    text-align:left;
    margin-bottom:1em;
}
.builder-posts-wrap.list-thumb-image .post-title{
    font-size:140%;
}
.builder-posts-wrap.list-thumb-image .post-image{
    max-width:20%;
    float:left;
    margin:0 1.5em 1em 0;
}
.builder-posts-wrap.list-thumb-image .post-image img{
    width:100%;
}
.builder-posts-wrap.list-thumb-image .post-content{
    overflow:hidden;
}

/* list large image */
.builder-posts-wrap.list-large-image .post{
    text-align:left;
}
.builder-posts-wrap.list-large-image .post-image{
    max-width:64%;
    float:left;
    margin:0 1.5em 1em 0;
}
.builder-posts-wrap.list-large-image .post-image img{
    width:100%;
}
.builder-posts-wrap.list-large-image .post-title{
    font-size:200%;
}
/*
Clear grid layout posts
================================================ */
.builder-posts-wrap.grid4,
.builder-posts-wrap.grid3,
.builder-posts-wrap.grid2,
.builder-posts-wrap.grid2-thumb{
    clear:both;
}
.module_row .module_column .builder-posts-wrap.grid4 .post:nth-of-type(4n+1),
.module_row .module_column .builder-posts-wrap.grid3 .post:nth-of-type(3n+1),
.module_row .module_column .builder-posts-wrap.grid2 .post:nth-of-type(2n+1),
.module_row .module_column .builder-posts-wrap.grid2-thumb .post:nth-of-type(2n+1){
    margin-left:0;
    clear:left;
}
/* 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%;
}
/*
Pagenav
================================================ */
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: center;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a,
.pagenav span {
	font-size: 1em;
	display: inline-block;
	line-height: 100%;
	margin: 0 1px 0 0;
	min-width: 30px;
	min-height: 30px;
	padding: 6px 0 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
}
.pagenav span {
	border: solid 1px rgba(33,33,33,.1);
}
.tbp-archive-posts .pagenav-prev-next a {
    margin: 0 6px;
}
/************************************************************************************
ICON MODULE
*************************************************************************************/
.module-icon .module-icon-item{
    display:inline-block;
    padding:0;
    list-style:none;
}
.module-icon .module-icon-item + .module-icon-item{
    margin-left:.4em;
}
.module-icon.icon_vertical div.module-icon-item{
    display:block;
    margin:0 0 .4em;
}
.module .module-icon .module-icon-item a{
    text-decoration:none;
    display:inline-block;
}
.module-icon span{
    display:inline-block;
    vertical-align:middle;
    margin-left:.3em;
    margin-right:.6em;
}
.module-icon i{
    display:inline-block;
    vertical-align:middle;
    padding:.5em;
    font-size:16px;
    border-radius:100%;
    text-align:center;
    box-sizing:border-box;
	transition: .3s;
}
.module-icon i::before{
    line-height:1em;
    margin:0;
    padding:0;
}
/* size */
.module-icon.small i{
    font-size:12px;
    min-width:24px;
    min-height:24px;
}
.module-icon.large i{
    font-size:24px;
    min-width:48px;
    min-height:48px;
}
.module-icon.large span{
    font-size:1.2em;
}
.module-icon.xlarge i{
    padding:12px 0 0 2px;
    font-size:36px;
    min-width:62px;
    min-height:62px;
}
.module-icon.xlarge span{
    font-size:1.4em;
}
/* rounded style */
.module-icon.rounded i{
    border-radius:5px;
}
/* squared style */
.module-icon.squared i{
    border-radius:0;
}
.module-icon.none.small i{
    font-size:18px;
}
.module-icon.none.large i{
    font-size:30px;
}
.module-icon.none.xlarge i{
    font-size:36px;
}
/* none (no bg) style */
.module-icon.none{
    display:block; /* prevent theme override */
}
.module-icon.none i{
    padding:.2em;
    border-radius:0;
    background:none;
    font-size:24px;
    color:inherit;
}
.module-icon.none i.black{
    color:#000;
}
.module-icon.none i.gray{
    color:#666;
}
.module-icon.none i.blue{
    color:#3e65b2;
}
.module-icon.none i.light-blue{
    color:#6694d6;
}
.module-icon.none i.green{
    color:#4aab10 ;
}
.module-icon.none i.light-green{
    color:#71a115;
}
.module-icon.none i.purple{
    color:#584eb2;
}
.module-icon.none i.light-purple{
    color:#7f76cc;
}
.module-icon.none i.brown{
    color:#622d07;
}
.module-icon.none i.orange{
    color:#bc6e00;
}
.module-icon.none i.yellow{
    color:#dcb232;
}
.module-icon.none i.red{
    color:#9d1d14;
}
.module-icon.none i.pink{
    color:#b27e9d;
}
/* icon position */
.module.module-icon.icon_position_right .module-icon-item a,
.module.module-icon.icon_position_right .module-icon-item {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.module.module-icon.icon_position_right .module-icon-item a i,
.module.module-icon.icon_position_right .module-icon-item i {
    order: 1;
}
.module.module-icon.icon_position_right.icon_horizontal .module-icon-item a,
.module.module-icon.icon_position_right.icon_horizontal .module-icon-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.module-icon.icon_position_center {
	text-align: center;
}
.module-icon.icon_position_center span {
	margin: 0;
	display: block;
}

/************************************************************************************
BUTTONS MODULE (.module_column is added for higher priority)
*************************************************************************************/
.module_column .module-buttons a{
    text-decoration:none;
    display:inline-block;
}
.module_column .module.module-buttons .tb_default_color {
    color: #555;
}
.ui.builder_button{
    line-height:100%;
    transition:all .3s linear;
}
.module-buttons .module-buttons-item{
    display:inline-block;
}
.module-buttons-item + .module-buttons-item{
    margin-left:.4em;
}
.module-buttons span{
    display:inline-block;
    vertical-align:middle;
    margin-left:.2em;
    margin-right:.2em;
}
.module-buttons i{
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
}
.module-buttons i::before{
    line-height:1em;
    margin:0;
    padding:0;
}
/* size */
.module-buttons.small i{
    font-size:12px;
}
.module-buttons.small span{
    font-size:.8em;
}
.module-buttons.large i{
    font-size:24px;
}
.module-buttons.large span{
    font-size:1.2em;
}
.module-buttons.xlarge i{
    font-size:36px;

}
.module-buttons.xlarge span{
    font-size:1.4em;
}
.module-buttons.none.small i{
    font-size:18px;
}
.module-buttons.none.large i{
    font-size:30px;
}
.module-buttons.none.xlarge i{
    font-size:36px;
}
.module-buttons .module-buttons-item.buttons-fullwidth,
.module-buttons .module-buttons-item.buttons-fullwidth a {
    box-sizing:border-box;
    margin-left:0;
    width:100%;
    text-align:center;
}
.module-buttons .module-buttons-item.buttons-vertical{
    display:block;
    margin-left:0;
}
.module-buttons-item.buttons-vertical + .module-buttons-item.buttons-vertical,
.module-buttons-item.buttons-fullwidth + .module-buttons-item.buttons-fullwidth{
    margin-top:.4em;
}
/* button styles */
.module_column .module-buttons.rounded a {
    border-radius:5px;
}
.module_column .module-buttons.squared a {
    border-radius:0;
}
.module_column .module-buttons.circle a {
    border-radius:50em;
}
.module_column .module-buttons.outline .module-buttons-item a  {
    border-style:solid;
    border-width:1px;
    background:none;
    box-shadow:none;
    color:#fff;
    border-color:#fff;
}
.module_column .module-buttons.outline a:hover {
    background:#fff;
    color:#000;
}
.module_column .module.module-buttons.outline .module-buttons-item a.black,
.module_column .module-buttons.outline a.black {
    color:#000;
    border-color:#000;
}
.module_column .module.module-buttons.outline .module-buttons-item a.black:hover,
.module_column .module-buttons.outline a.black:hover{
    color:#fff;
    background-color:#000;
}
.module_column .module.module-buttons.outline .module-buttons-item a.gray,
.module_column .module-buttons.outline a.gray{
    color:#666;
    border-color:#666;
}
.module_column .module.module-buttons.outline .module-buttons-item a.gray:hover,
.module_column .module-buttons.outline a.gray:hover{
    color:#fff;
    background-color:#666;
}
.module_column .module.module-buttons.outline .module-buttons-item a.blue,
.module_column .module-buttons.outline a.blue{
    color:#3e65b2;
    border-color:#3e65b2;
}
.module_column .module.module-buttons.outline .module-buttons-item a.blue:hover,
.module_column .module-buttons.outline a.blue:hover{
    color:#fff;
    background-color:#3e65b2;
}
.module_column .module.module-buttons.outline .module-buttons-item a.light-blue,
.module_column .module-buttons.outline a.light-blue{
    color:#6694d6;
    border-color:#6694d6;
}
.module_column .module.module-buttons.outline .module-buttons-item a.light-blue:hover,
.module_column .module-buttons.outline a.light-blue:hover{
    color:#fff;
    background-color:#6694d6;
}
.module_column .module.module-buttons.outline .module-buttons-item a.green,
.module_column .module-buttons.outline a.green{
    color:#76ab3b;
    border-color:#76ab3b;
}
.module_column .module.module-buttons.outline .module-buttons-item a.green:hover,
.module_column .module-buttons.outline a.green:hover{
    color:#fff;
    background-color:#76ab3b;
}
.module_column .module.module-buttons.outline .module-buttons-item a.light-green,
.module_column .module-buttons.outline a.light-green{
    color:#ebf8d6;
    border-color:#ebf8d6;
}
.module_column .module.module-buttons.outline .module-buttons-item a.light-green:hover,
.module_column .module-buttons.outline a.light-green:hover{
    color:#000;
    background-color:#ebf8d6;
}
.module_column .module.module-buttons.outline .module-buttons-item a.purple,
.module_column .module-buttons.outline a.purple{
    color:#584eb2;
    border-color:#584eb2;
}
.module_column .module.module-buttons.outline .module-buttons-item a.purple:hover,
.module_column .module-buttons.outline a.purple:hover{
    color:#fff;
    background-color:#584eb2;
}
.module_column .module.module-buttons.outline .module-buttons-item a.light-purple,
.module_column .module-buttons.outline a.light-purple{
    color:#7f76cc;
    border-color:#7f76cc;
}
.module_column .module.module-buttons.outline .module-buttons-item a.light-purple:hover,
.module_column .module-buttons.outline a.light-purple:hover{
    color:#fff;
    background-color:#7f76cc;
}
.module_column .module.module-buttons.outline .module-buttons-item a.brown,
.module_column .module-buttons.outline a.brown{
    color:#622d07;
    border-color:#622d07;
}
.module_column .module.module-buttons.outline .module-buttons-item a.brown:hover,
.module_column .module-buttons.outline a.brown:hover{
    color:#fff;
    background-color:#622d07;
}
.module_column .module.module-buttons.outline .module-buttons-item a.orange,
.module_column .module-buttons.outline a.orange{
    color:#bc6e00;
    border-color:#bc6e00;
}
.module_column .module.module-buttons.outline .module-buttons-item a.orange:hover,
.module_column .module-buttons.outline a.orange:hover{
    color:#fff;
    background-color:#bc6e00;
}
.module_column .module.module-buttons.outline .module-buttons-item a.yellow,
.module_column .module-buttons.outline a.yellow{
    color:#dcb232;
    border-color:#dcb232;
}
.module_column .module.module-buttons.outline .module-buttons-item a.yellow:hover,
.module_column .module-buttons.outline a.yellow:hover{
    color:#fff;
    background-color:#dcb232;
}
.module_column .module.module-buttons.outline .module-buttons-item a.red,
.module_column .module-buttons.outline a.red{
    color:#9d1d14;
    border-color:#9d1d14;
}
.module_column .module.module-buttons.outline .module-buttons-item a.red:hover,
.module_column .module-buttons.outline a.red:hover{
    color:#fff;
    background-color:#9d1d14;
}
.module_column .module.module-buttons.outline .module-buttons-item a.pink,
.module_column .module-buttons.outline a.pink{
    color:#b27e9d;
    border-color:#b27e9d;
}
.module_column .module.module-buttons.outline .module-buttons-item a.pink:hover,
.module_column .module-buttons.outline a.pink:hover{
    color:#fff;
    background-color:#b27e9d;
}
.module_column .module-buttons .transparent {
    background:transparent;
    border: none;
}

/************************************************************************************
HIGHLIGHT CPT MODULE
*************************************************************************************/
.module-highlight .highlight-post{
    text-align:left;
}
.module-highlight .highlight-post .post-image{
    float:left;
    margin:0 1.5em .5em 0;
}
.module-highlight .highlight-post .post-image img{
    border-radius:5px;
}
.module-highlight .highlight-post .post-content{
    overflow:hidden;
    min-width:120px;
}
/************************************************************************************
TESTIMONIAL CPT MODULE
*************************************************************************************/
.module-testimonial .testimonial-post{
    text-align:left;
}
.module-testimonial .testimonial-post .post-image{
    float:left;
    margin:0 1.5em .4em 0;
}
.module-testimonial .testimonial-post .post-image img,
.module-testimonial .testimonial-post .post-image .image-wrap:after{
    border-radius:20em;
}
.module-testimonial .testimonial-post .post-content{
    overflow:hidden;
}
.module-testimonial .testimonial-post .testimonial-author{
    clear:both;
    text-align:right;
    margin:.7em 0 0;
}
.module-testimonial .testimonial-post .testimonial-author .dash{
    width:20px;
    border-bottom:solid 1px #ddd;
    margin:-10px 6px 0 0;
    height:10px;
    display:inline-block;
    vertical-align:middle;
}
.module-testimonial .testimonial-post .testimonial-name{
    font-style:normal;
    font-weight:bold;
    display:inline-block;
    vertical-align:middle;
}
.module-testimonial .testimonial-post .testimonial-title{
    display:block;
}
/* testimonial title */
.module-testimonial .testimonial-post .post-title{
    font-size:1.2em;
    margin:0 0 .5em;
}
.module-testimonial .testimonial-post .post-title a{
    text-decoration:none;
}
.module-testimonial .testimonial-post .post-title a:hover{
    text-decoration:underline;
}
/************************************************************************************
TESTIMONIAL SLIDER MODULE
*************************************************************************************/
.module-testimonial-slider{
    margin-bottom:1em;
    padding:0;
}
.module-testimonial-slider h1,
.module-testimonial-slider h2,
.module-testimonial-slider h3,
.module-testimonial-slider h4,
.module-testimonial-slider h5,
.module-testimonial-slider h6{
    color:inherit;
    margin-top:0;
}
.module-testimonial-slider .testimonial-image img{
    border-radius:100%;
}
.module-testimonial-slider.image-bottom  .testimonial-image img{
    padding-bottom:10px;
}
.themify_builder_slider > li:first-child:last-child{
    float:none;
}
.themify_builder ul.loops-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.testimonial-author .person-position {
    font-size:.85em
}

/* testimonial image top */
.module-testimonial-slider.image-top .testimonial-content,
.module-testimonial-slider.image-bottom .testimonial-content,
.module-testimonial-slider.image-top .testimonial-item,
.module-testimonial-slider.image-bottom .testimonial-item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.module-testimonial-slider.image-top .testimonial-image {
    order: -1;
    margin-bottom: 1em;
}

/* testimonial image bottom */
.module-testimonial-slider.image-bottom .testimonial-image {
    order: 1;
    margin-top: 1em;
}

/* testimonial bubble */
.image-bubble.module-testimonial-slider .testimonial-content {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	color: #666;
	box-sizing: border-box;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 5% 8%;
	margin: 5px 15px 50px;
	text-align: left;
}
.image-bubble.module-testimonial-slider .person-name {
        font-weight: bold;
}
.image-bubble.module-testimonial-slider .testimonial-image {
	order: 1;
	transform: translateY(50%);
}
.image-bubble.module-testimonial-slider .carousel-wrap {
	position: relative;
}
.image-bubble.module-testimonial-slider .carousel-nav-wrap {
	text-align: left;
	box-sizing: border-box;
	padding: 5px 15px;
	position: absolute;
	bottom: 30px;
	right: 0;
}
.image-bubble.module-testimonial-slider .caroufredsel_wrapper {
	padding-bottom: 50px;
}

/* vertical slider arrow */
.module-testimonial-slider.themify_builder_slider_vertical .testimonial-content {
    padding-left: 7%;
    padding-right: 7%;
}

/************************************************************************************
MENU MODULE
*************************************************************************************/
.module-menu .sub-arrow{
    display:inline-block;
    cursor:pointer;
    margin-left:5px;
    border-radius:50em;
    padding:1px 4px;
    text-align:center;
    box-sizing:border-box
}
.module-menu .sub-arrow:hover{
    background-color:rgba(0, 0, 0, 0.3);
}
.module-menu .sub-arrow::before{
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    border:1px solid transparent;
    border-bottom-color:inherit;
    border-left-color:inherit;
    pointer-events:none;
    padding:0;
    transition:all .3s linear;
    transform-origin:center;
    transform-style:preserve-3D;
}
.module-menu .sub-arrow::before{
    transform:rotateZ(-45deg);
    margin-bottom:4px;
    margin-left:4px;
}
.module-menu .sub-arrow.open::before{
    transform:rotateZ(-225deg);
    margin-bottom:0;
}
.module-menu .with-sub-arrow ul .sub-arrow::before{
    transform:rotateZ(-135deg);
    margin-bottom:0;
}
.module-menu .with-sub-arrow ul .sub-arrow.open::before{
    transform:rotateZ(45deg);
    margin-bottom:0;
}
.no-touch .module-menu .sub-arrow{
    display:none !important;
}
/* Menu transparent style */
.module-menu .nav.transparent, 
.module-menu .nav.transparent li,
.module-menu .nav.transparent > li > a, 
.module-menu .nav.transparent > li.current_page_item > a,
.module-menu .nav.transparent > li.current-menu-item > a, 
.module-menu .nav.transparent > li > a:hover,
.module-menu .nav.transparent li:active > a{
    background:none;
    border:none;
    box-shadow:none;
}
.module-menu .nav.transparent ul a {
    color: #555;
}

/* Menu Module Mobile Support */
.has-builder.menu-module-left,
.has-builder.menu-module-right,
.has-builder.menu-module-burger{
    overflow:hidden;
    transition:left .2s ease-in-out;
    position:relative;
}
.has-builder.menu-module-left #headerwrap.fixed-header{
    left:300px;
}
.has-builder.menu-module-right #headerwrap.fixed-header{
    left:-300px;
}
.menu-module-burger{
    cursor:pointer;
    color:inherit;
    display:none;
    margin:.3em;
    box-shadow:none !important;
	width: 1.4em;
	line-height:1;
}
.tb-align-right .menu-module-burger {
    float: right;
}
.tb-align-center .menu-module-burger {
    margin-left: auto;
    margin-right: auto;    
}
.menu-module-burger-inner{
	display: inline-block;
    width:1.3em;
    height:1em;
    border-bottom:2px solid;
    position:relative;
}
.menu-module-burger-inner:before,
.menu-module-burger-inner:after{
    content:'';
    display:block;
    border-bottom:2px solid;
    position:absolute;
    left:0;
    width:100%;
}
.menu-module-burger-inner:before{
    top:0;
}
.menu-module-burger-inner:after{
    top:50%;
}
.menu-module-burger .fa{
    display:none;
}
.mobile-menu-module{
    position:fixed;
    top:0;
    bottom:0;
    width:300px;
    background:#f4f4f4;
    z-index:9999;
    visibility:hidden;
    transform:scale(0);
    transform-origin:0 100%;
    overflow:auto;
    padding-top:50px;
}
.themify_builder .mobile-menu-module {
	border-radius: 0;
	margin: 0 !important;
	box-sizing: border-box;
}
.admin-bar .mobile-menu-module{
    top:32px;
}
.close-right-menu .mobile-menu-module {
	left: auto;
	visibility:visible;
	transform:scale(1);
}
.menu-module-right .mobile-menu-module,
.menu-module-left .mobile-menu-module{
    visibility:visible;
    transform:scale(1);
}
.mobile-menu-module.right{
	right: 0;
	left: auto;
}
.mobile-menu-module.left{
	left: 0;
	right: auto;
}
.mobile-menu-module{
	transition:right .2s ease-in-out,left .2s ease-in-out;
	right: -100%;
	left: -100%;

}
.mobile-menu-module.transparent{
	background-color: #fff;
}
.mobile-menu-module ul{
    position:relative;
    list-style:none;
    padding:0;
    margin:0;
}
.mobile-menu-module ul a{
    position:relative;
    color:inherit;
    text-decoration:none;
    display:block;
    padding:10px 20px;
}
.mobile-menu-module .sub-arrow{
	display: none !important;
}

.mobile-menu-module.with-sub-arrow a{
	cursor: none;
}
.mobile-menu-module ul a > i.toggle-menu{
    position:absolute;
    right:20px;
    top:0;
    bottom:0;
    line-height:1em;
    margin:auto 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: transparent;
    transform: rotate(0);
    transition: transform .2s ease, background .2s ease;
    text-align: center;
}

.mobile-menu-module ul a > i.toggle-menu:hover{
    background: rgba(214,214,214,.4);
}
.mobile-menu-module ul a > i.toggle-menu:before{
    content: '';
    height: 8px;
    width: 8px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: 4px;
}
.mobile-menu-module ul a > i.toggle-menu.menu-close {
	transform: rotate(180deg);
}

.mobile-menu-module ul li{
    position:relative;
    margin:0;
}
.mobile-menu-module > ul:after{
    top:auto;
    bottom:0;
}
.mobile-menu-module ul ul{
    display:none;
    padding:0 0 0 10px;
}
.menu-close{
    width:1.3em;
    height:1.3em;
}
.menu-close-inner{
    width: 100%;
    height: 100%;
    position:relative;
    display:inline-block;
    transition:transform .2s ease;
}
.menu-close-inner::before,
.menu-close-inner::after{
    content:'';
    display:block;
    border-top:1px solid;
    position:absolute;
    width:100%;
    left:0;
    top:50%;
}
.menu-close-inner::before{
    transform:rotateZ(45deg);
}
.menu-close-inner::after{
    transform:rotateZ(-45deg);
}
.mobile-menu-module > .menu-close{
    position:absolute;
    top:10px;
    right:20px;
    color:inherit;
    cursor:pointer;
    text-decoration:none;
	z-index: 99;
}
.mobile-menu-module > .menu-close:hover{
    transform:rotate(90deg);
}
.themify_builder .body-overlay{
	display: block;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255,255,255,.95);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	transition: all .2s ease-in-out;
}
.themify_builder .body-overlay.body-overlay-on {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
.menu-module-right .body-overlay{
	right: 300px;
	left: auto;

}
.menu-module-left .body-overlay{
	right:auto;
	left:300px;
	box-shadow:inset -1px 0 13px rgba(0,0,0,.13);
	box-sizing:border-box;
}
.close-right-menu .body-overlay{
	left: auto;
}
[data-menu-direction="right"]{
    margin-left:auto;
}
/* menu overlay style */
.mobile-menu-module.mobile-menu-overlay {
    width: 100%;
    box-sizing: border-box;
}
.mobile-menu-module.mobile-menu-overlay + .body-overlay{
    display:none !important;
}
.mobile-menu-module.mobile-menu-overlay .nav {
    padding: 0 5%;
}
/* menu dropdown style */
.mobile-menu-dropdown.module-menu-mobile-active .module-menu-container {
    position: absolute;
    top: 100%;
    z-index: 1;
}
.mobile-menu-dropdown.module-menu-mobile-active .module-menu-container.is-open {
    display: block !important;
}
.mobile-menu-dropdown.module-menu-mobile-active  .module-menu-container.tb-align-center{
    left: 50%;
    transform: translateX(-50%);
}
.mobile-menu-dropdown.module-menu-mobile-active  .module-menu-container.tb-align-right{
    right: 0;
}
.mobile-menu-dropdown.module-menu-mobile-active .module-menu-container .nav.transparent {
    background:#fff;
}
.mobile-menu-dropdown .menu-module-burger .menu-module-burger-inner,
.mobile-menu-dropdown .menu-module-burger .menu-module-burger-inner:before,
.mobile-menu-dropdown .menu-module-burger .menu-module-burger-inner:after {
    transition: all .5s;
}
.mobile-menu-dropdown.module-menu-mobile-active .menu-module-burger.is-open .menu-module-burger-inner {
    border: none;
}
.mobile-menu-dropdown.module-menu-mobile-active .menu-module-burger.is-open .menu-module-burger-inner::before,
.mobile-menu-dropdown.module-menu-mobile-active .menu-module-burger.is-open .menu-module-burger-inner::after{
    top: 50%;
}
.mobile-menu-dropdown.module-menu-mobile-active .menu-module-burger.is-open .menu-module-burger-inner::before{
    transform:rotateZ(45deg);
}
.mobile-menu-dropdown.module-menu-mobile-active .menu-module-burger.is-open .menu-module-burger-inner::after{
    transform:rotateZ(-45deg);
}
.mobile-menu-dropdown .nav li,
.mobile-menu-dropdown .nav li a {
    display:block;
    box-sizing: border-box;
    margin: 0
}
.mobile-menu-dropdown .nav ul {
    left: 100%;
    top: 0
}
.mobile-menu-dropdown.tb-align-right .ui.nav ul {
    right: 100%;
}

/************************************************************************************
FEATURE MODULE
*************************************************************************************/
.module-feature .module-feature-title{
    font-size:1.2em;
    margin: .5em 0 .2em;
    padding:0;
}
.module-feature .module-feature-icon{
    position:relative;
    vertical-align:middle;
	font-size: 2em;
}
.module-feature .module-feature-image{
    position:relative;
}
.module-feature.layout-icon-top .module-feature-content,
.module-feature.layout-icon-top .module-feature-image{
    text-align:center;
}
.module-feature.with-chart.with-overlay-image .module-feature-chart-html5{
    position:absolute;
}
.module-feature.with-chart.with-overlay-image.layout-icon-top .module-feature-chart-html5{
    bottom:0;
    left:50%;
    transform:translateX(-50%) translateY(50%);
}
.module-feature.with-chart.with-overlay-image.layout-icon-right .module-feature-chart-html5{
    top:50%;
    left:0;
    transform:translateY(-50%) translateX(-50%);
}
.module-feature.with-chart.with-overlay-image.layout-icon-left .module-feature-chart-html5{
    top:50%;
    right:0;
    transform:translateX(50%) translateY(-50%);
}
.module-feature.with-chart.with-overlay-image.size-large.layout-icon-top .module-feature-content{
    margin-top:110px;
}
.module-feature.with-chart.with-overlay-image.size-medium.layout-icon-top .module-feature-content{
    margin-top:85px;
}
.module-feature.with-chart.with-overlay-image.size-small.layout-icon-top .module-feature-content{
    margin-top:60px;
}
.module-feature.with-chart.with-overlay-image.size-large.layout-icon-right .module-feature-image{
    margin-left:110px;
}
.module-feature.with-chart.with-overlay-image.size-medium.layout-icon-right .module-feature-image{
    margin-left:85px;
}
.module-feature.with-chart.with-overlay-image.size-small.layout-icon-right .module-feature-image{
    margin-left:60px;
}
.module-feature.with-chart.with-overlay-image.size-large.layout-icon-left .module-feature-image{
    margin-right:110px;
}
.module-feature.with-chart.with-overlay-image.size-medium.layout-icon-left .module-feature-image{
    margin-right:85px;
}
.module-feature.with-chart.with-overlay-image.size-small.layout-icon-left .module-feature-image{
    margin-right:60px;
}
.module-feature.with-chart .module-feature-chart-html5 img{
    border-radius:100%;
    max-width:75%;
    height:auto;
    vertical-align:middle;
}
.module-feature.layout-icon-left{
    text-align:left;
}
.module-feature.layout-icon-left .module-feature-image{
    float:left;
    max-width:200px;
    margin:0 1.1em .4em 0;
}
.module-feature.layout-icon-right .module-feature-image{
    float:right;
    margin:0 0 .4em 1.2em;
    max-width:200px;
}
.module-feature.layout-icon-left .module-feature-content,
.module-feature.layout-icon-right .module-feature-content{
    overflow:hidden;
    min-width:140px;
}
.module-feature.layout-icon-right .module-feature-content{
    text-align:right;
}
.module-feature.size-small .module-feature-icon{
    font-size:2em;
}
.module-feature.size-medium .module-feature-icon{
    font-size:3.5em;
}
.module-feature.size-large .module-feature-icon{
    font-size:4.5em;
}
.module-feature .module-feature-chart-html5:not([data-progress]) {
	width: auto;
	height: auto;
	box-shadow: none !important;
	border-radius: 0;
}
.module-feature .module-feature-chart-html5:not([data-progress]) .chart-html5-inset {
	position: static;
	margin: auto;
	background: none !important;
	overflow: hidden;
	border-radius: 0;
}

/* icon background */
.module-feature .module-feature-chart-html5:not([data-progress]) .chart-html5-inset .module-feature-background + .module-feature-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.module-feature .module-feature-chart-html5:not([data-progress]) .chart-html5-inset .module-feature-background {
    border-radius: 50%;
    margin: auto;
}
.module-feature.size-small .module-feature-chart-html5,
.module-feature.size-small .module-feature-chart-html5:not([data-progress]) .chart-html5-inset .module-feature-background {
    width: 100px;
    height: 100px;
}
.module-feature.size-medium .module-feature-chart-html5,
.module-feature.size-medium .module-feature-chart-html5:not([data-progress]) .chart-html5-inset .module-feature-background {
    width: 150px;
    height: 150px;
}
.module-feature.size-large .module-feature-chart-html5,
.module-feature.size-large .module-feature-chart-html5:not([data-progress]) .chart-html5-inset .module-feature-background {
    width: 200px;
    height: 200px;
}

/* remove content added by font class */
.module-feature.layout-icon-top:before,
.module-feature.layout-icon-left:before,
.module-feature.layout-icon-right:before{
    content:'';
    display:none;
}
/* feature module html5 chart (overwriting styles above) */
.module-feature .module-feature-chart-html5 .module-feature-icon{
    display:table-cell;
}
.module-feature.with-chart .module-feature-image .module-feature-chart-html5 img{
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.module-feature-chart-html5{
    margin:0 auto;
    border-radius:50%;
    position:relative;
    overflow:hidden;
    padding-left:1px;
    padding-right:1px;
    width:40px;
    height:40px;
}
.chart-html5-circle{
    position:relative;
    width:100%;
    height:100%;
}
.module-feature-chart-html5 .chart-html5-mask,
.module-feature-chart-html5 .chart-html5-fill{
    position:absolute;
    -webkit-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    transition:transform 2000ms ease;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.module-feature-chart-html5 .chart-html5-half{
    z-index:1;
}
.module-feature-chart-html5 .chart-html5-full{
    z-index:2;
}
.module-feature-chart-html5 .chart-html5-inset{
    z-index:3;
    position:absolute;
    border-radius:50%;
    text-align:center;
    width: 90%;
    height: 90%;
    margin: 5%;
}
.module-feature-chart-html5 .chart-html5-inset.chart-html5-inset-icon{
    display:table;
}

/* icon image */
.module-feature .module-feature-chart-html5:not([data-progress]) .chart-html5-inset img {
	position: static;    
	width: 100%;
}
.module-feature.size-small .module-feature-chart-html5:not([data-progress]) .chart-html5-inset img {
	max-width: 90px;
	max-height: 90px;
}
.module-feature.size-medium .module-feature-chart-html5:not([data-progress]) .chart-html5-inset img {
	max-width: 135px;
	max-height: 135px;
}
.module-feature.size-large .module-feature-chart-html5:not([data-progress]) .chart-html5-inset img {
	max-width: 180px;
	max-height: 180px;
}
/************************************************************************************
SERVICE MENU MODULE
*************************************************************************************/
.module-service-menu{
    max-width:100%;
}
.module-service-menu .tb-menu-title{
    margin:0 0 .3em;
    font-size:1.1em;
    line-height: 1.2em;
    color: inherit;
}
.module-service-menu .tb-menu-title a{
    text-decoration:none;
}
.module-service-menu .tb-menu-price{
    font-size:1.1em;
    line-height: 1.2em;
    margin:0 0 .3em;
    font-weight: bold;
}
.module-service-menu .tb-image-content .tb-menu-price{
    display: flex;
}
.module-service-menu.image-center .tb-menu-price{
    justify-content: center;
}
.module-service-menu .tb-menu-description {
    font-size: .95em;
    margin-bottom: 1em;
}
.module-service-menu .tb-highlight-text{
    background-color:#d8ba2c;
    color:#fff;
    display:inline-block;
    font-size:.9em;
    padding:3px 25px 3px 22px;
    text-transform:uppercase;
}
/* subtle color background style in highlight */
.module-service-menu.black{
    background-color:#333;
    color:#fff;
}
.module-service-menu.gray{
    background-color:#f3f3f3;
}
.module-service-menu.blue{
    background-color:#e7eefb;
}
.module-service-menu.light-blue{
    background-color:#f2f7ff;
}
.module-service-menu.green{
    background-color:#d8e6d0 ;
}
.module-service-menu.light-green{
    background-color:#fafff2;
}
.module-service-menu.purple{
    background-color:#d9d7ea;
}
.module-service-menu.light-purple{
    background-color:#f0efff;
}
.module-service-menu.brown{
    background-color:#fff6ef;
}
.module-service-menu.orange{
    background-color:#fff7df;
}
.module-service-menu.yellow{
    background-color:#ffffe3;
}
.module-service-menu.red{
    background-color:#fff4f4;
}
.module-service-menu.pink{
    background-color:#fff7f9;
}
/* darken color background style in highlight_text */
.module-service-menu.black .tb-highlight-text{
    background-color:#000;
    color:#fff;
}
.module-service-menu.gray .tb-highlight-text{
    background-color:#666;
    color:#fff;
}
.module-service-menu.blue .tb-highlight-text{
    background-color:#3e65b2;
    color:#fff;
}
.module-service-menu.light-blue .tb-highlight-text{
    background-color:#6694d6;
    color:#fff;
}
.module-service-menu.green .tb-highlight-text{
    background-color:#4aab10 ;
    color:#fff;
}
.module-service-menu.light-green .tb-highlight-text{
    background-color:#c2d4a2;
    color:#fff;
}
.module-service-menu.purple .tb-highlight-text{
    background-color:#584eb2;
    color:#fff;
}
.module-service-menu.light-purple .tb-highlight-text{
    background-color:#7f76cc;
    color:#fff;
}
.module-service-menu.brown .tb-highlight-text{
    background-color:#8a5a31;
    color:#fff;
}
.module-service-menu.orange .tb-highlight-text{
    background-color:#f79500;
    color:#fff;
}
.module-service-menu.yellow .tb-highlight-text{
    background-color:#ff0;
    color:#000;
}
.module-service-menu.red .tb-highlight-text{
    background-color:#ff0000;
    color:#fff;
}
.module-service-menu.pink .tb-highlight-text{
    background-color:#ffc0cb;
    color:#000;
}
/*  service image layout
================================================ */
.module-service-menu .tb-image-wrap{
    vertical-align:top;
    display:inline-block;
    width:auto;
    max-width:100%;
}
.module-service-menu .tb-image-wrap img{
    vertical-align:top;
}
/* image top */
.module-service-menu.image-top .tb-image-content{
    margin-top:1em;
    margin-bottom:1.5em;
}
/* image left */
.module-service-menu.image-left .tb-image-wrap{
    float:left;
    margin:0 1.5em 1em 0;
}
.module-service-menu.image-left .tb-image-content{
    overflow:hidden;
    min-width:100px;
}
/* image right */
.module-service-menu.image-right .tb-image-wrap{
    float:right;
    margin:0 0 1em 1.5em;
}
.module-service-menu.image-right .tb-image-content{
    overflow:hidden;
    min-width:100px;
	text-align: left;
}
/* image overlay */
.module-service-menu.image-overlay{
    font-size:.85em;
    display:inline-block;
}
.module-service-menu.image-overlay .tb-image-wrap{
    position:relative;
    margin:0;
}
.module-service-menu.image-overlay .tb-image-wrap img{
    width:100%;
}
.module-service-menu.image-overlay .tb-image-content{
    box-sizing:border-box;
    padding:2% 4%;
    width:100%;
    background:#333;
    background:rgba(0,0,0,.7);
    color:#ccc;
    line-height:1.4em;
}
.module-service-menu.image-overlay .tb-image-wrap + .tb-image-content{
    position:absolute;
    bottom:0;
    left:0;
}
.module-service-menu.image-overlay p{
    margin:0 0 5px;
}
.module-service-menu.image-overlay .tb-menu-title{
    font-size:1.1em;
    color:#fff;
    margin:0 0 .4em;
}
.module-service-menu.image-overlay a,
.module-service-menu.image-overlay a:hover{
    color:#fff;
    text-decoration:none;
}
.module-service-menu.image-overlay h1,
.module-service-menu.image-overlay h2,
.module-service-menu.image-overlay h3:not(.module-title),
.module-service-menu.image-overlay h4,
.module-service-menu.image-overlay h5,
.module-service-menu.image-overlay h6{
    color:#fff;
    margin:0 0 .4em;
}
/* image center */
.module-service-menu.image-center .tb-image-wrap{
    display:block;
    text-align:center;
}
.module-service-menu.image-center .tb-image-content{
    text-align:center;
    margin-top:1em;
    margin-bottom:1.5em;
}
/* image horizontal */
.module-service-menu.image-horizontal .tb-image-wrap {
    float:left;
    margin:0 1.5em 1em 0;
}
.module-service-menu.image-horizontal .tb-image-content {
    overflow: hidden;
    min-width: 100px;
	display: flex;
}
.module-service-menu.image-horizontal .tb-menu-title-wrap {
	float: left;
	margin-right: .5em;
	width: 55%
}
.module-service-menu.image-horizontal .tb-menu-description {
    clear: both;
}
/* price options */
.module-service-menu.image-horizontal.has-price-options .tb-menu-title-wrap {
    width: 38%;
}
.module-service-menu .tb-image-content .tb-menu-price .tb-price-item:not(:first-child){
    margin-left: 15px;
}
.module-service-menu .tb-image-content .tb-menu-price .tb-price-item .tb-price-title {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: normal;
}
.module-service-menu.image-horizontal .tb-menu-price{
	margin-left:auto
}

/*  image appearance
================================================ */
/* rounded */
.module-service-menu.rounded .tb-image-wrap,
.module-service-menu.rounded .tb-image-wrap img{
    border-radius:5px;
}
.module-service-menu.rounded.image-overlay .tb-image-content{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
/* border */
.module-service-menu.bordered .tb-image-wrap img{
    border:solid 1px rgba(0,0,0,.2);
    background:#fff;
    padding:2px;
    box-sizing:border-box;
}
/* drop shadow */
.module-service-menu.drop-shadow .tb-image-wrap img{
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
}
/* circle */
.module-service-menu.circle .tb-image-wrap,
.module-service-menu.circle .tb-image-wrap img{
    border-radius:100%;
}
.module-service-menu.circle.image-overlay .tb-image-content{
    border-bottom-left-radius:50em;
    border-bottom-right-radius:50em;
    overflow:hidden;
    text-align:center;
}

/************************************************************************************
Fancy Heading Module
*************************************************************************************/
.module-fancy-heading a {
    text-decoration: none;  
    display: inline-block; 
}
.module-fancy-heading a:hover{
    text-decoration: none;
}
.module-fancy-heading span {
    display: block;
}
.module-fancy-heading .sub-head {
    position:relative;
    padding-top:.6em;
    font-size:70%;
}
.module-fancy-heading .sub-head.tb_hide_divider:before{
    display: none;
}
.module-fancy-heading .sub-head:before{
    content:"";
    border-top:3px solid;
    width:2em;
    display:block;
    padding-top: .2em;
}
.module-fancy-heading .tb-align-center .sub-head:before{
    margin:auto;
}
.module-fancy-heading .tb-align-right .sub-head:before{
    margin:0 0 0 auto;
}
/************************************************************************************
Widget Module
*************************************************************************************/
.module-widget .widget {
	margin: 0; /* reset theme css */
}

/************************************************************************************
Login Form Module
*************************************************************************************/
.tb_lostpassword_form,
.tb_login_form {
    max-width:320px;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	clear: both;
}
.tb_login_form  p {
    margin: 0 0 .8em;
}
.tb_lostpassword_form label,
.tb_login_form label {
    display: block;
}
.tb_lostpassword_form input[type="text"],
.tb_login_form input[type="text"],
.tb_lostpassword_form input[type="password"],
.tb_login_form input[type="password"] {
    width: 100%;
    margin: 0 0 5px;
}
.tb_lostpassword_form .tb_login_links,
.tb_login_form .tb_login_remember {
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}
.tb_lostpassword_form .tb_lostpassword_submit,
.tb_login_form .tb_login_submit {
	float: right;
}
.tb_login_form .tb_login_links {
	clear: both;
}
.tb_lostpassword_form:after,
.tb_login_form:after {
	content: "";
	clear: both;
	display: block;
}
.tb_login_form .tb_login_password {
	margin: 0;
}
.tb_login_form .tb_login_links {
	margin: 0 0 1.4em;
}
.tb_login_error {
	margin: 0 0 1.4em;
	padding: .5em;
	border-radius: .5em;
	background: red;
	color: #fff;
}

/************************************************************************************
Signup Form Module
*************************************************************************************/
.tb_signup_label {
    display: block;
    font-weight: 700;
}
.tb_signup_label[data-required="yes"]:after {
    content: "*";
    color: #ed1e24;
}
.tb_signup_form > div{
    margin-bottom: 14px;
}
.tb_signup_form input[type=text],
.tb_signup_form input[type=password],
.tb_signup_form input[type=email] {
    width: 100%;
}
.tb_signup_messages {
    margin: 0 0 1.4em;
    padding: .5em;
    border-radius: 3px;
    color: #fff;
}
.tb_signup_errors {
    background: #ed1e24;
}
.tb_signup_errors span{
    display: block;
}
.tb_signup_success {
    background: #1cab6e;
    display: none;
}

/************************************************************************************
Optin Form Module
*************************************************************************************/
.module-optin .tb_optin_form input {
	width: 100%;
	max-width: none;
}
.module-optin .tb_optin_form .tb_optin_gdpr input {
	width: auto;
}
.module-optin .tb_optin_submit button {
    display: block;
    width: 100%;
}

/*  OPTIN INLINE BLOCK
================================================ */
.tb_optin_inline_block .tb_optin_form {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}
/* Three Column */
.tb_optin_inline_block .tb_optin_fname {
    grid-column: 1 / 3;
}
.tb_optin_inline_block .tb_optin_lname {
    grid-column: 3 / 5;
}
.tb_optin_inline_block .tb_optin_email {
    grid-column: 5 / 7;
}
.tb_optin_inline_block .tb_optin_gdpr,
.tb_optin_inline_block .tb_optin_submit,
.tb_optin_inline_block .tb_optin_email:nth-of-type(1) {
    grid-column: 1 / 7;
}
.tb_optin_inline_block .tb_optin_gdpr {
	margin-bottom: .4em;
}
/* Two Column */
.tb_optin_inline_block .tb_optin_lname:nth-of-type(1),
.tb_optin_inline_block .tb_optin_fname:nth-last-of-type(3){
	grid-column: 1 / 4;
}
.tb_optin_inline_block .tb_optin_lname:last-child,
.tb_optin_inline_block .tb_optin_email:nth-of-type(2) {
     grid-column: 4 / 7;
}

/*  OPTIN HORIZONTAL
================================================ */
.tb_optin_horizontal .tb_optin_form {
	display: flex;
	align-items: flex-end;
}
.tb_optin_horizontal .tb_optin_form input,
.tb_optin_horizontal .tb_optin_form .tb_optin_submit button {
    margin: 0;
}
.tb_optin_horizontal form > div[class*="tb_optin_"] {
	padding: 0 5px 0 0;
	width: 100%;
}
.tb_optin_horizontal form > div[class*="tb_optin_"]:last-child {
    padding-right: 0;
}

/*  SOCIAL SHARE
================================================ */
.module-social-share.tb_ss_arrangement_h .ss_anchor_wrap {
	display: inline-block;
}
.module-social-share a {
	color: #fff;
	padding: .5em .9em;
	margin-right: .25em;
	margin-bottom: .25em;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: all .5s ease-in-out;
}
.module-social-share a:hover  {
	text-decoration: none;
	opacity: .6;
}
/*Icon Shape*/
.module-social-share.tb_ss_shape_circle a {
	border-radius: 30px;
	padding: .9em;
}
.module-social-share.tb_ss_shape_rounded a {
	border-radius: 5px;
}
.module-social-share.tb_ss_shape_squared a {
	border-radius: 0;
}
/*Button Color*/
.module-social-share a[data-type=facebook] {
	background-color: #3b5998;
}
.module-social-share a[data-type=twitter] {
	background-color: #00acee;
}
.module-social-share a[data-type=linkedin] {
	background-color: #0077B5;
}
.module-social-share a[data-type=pinterest] {
    background-color: #e60223;
}
.module-social-share a[data-type=email] {
	background-color: #999999
}
.module-social-share.tb_ss_shape_none a {
	background-color: transparent;
	color: #000;
}
/*Icon Size*/
.module-social-share.tb_ss_size_small i {
	font-size: 12px;
}
.module-social-share.tb_ss_size_large i {
	font-size: 1.2em;
}
.module-social-share.tb_ss_size_xlarge i {
	font-size: 36px;
}
.module-social-share.module-social-share span {
	padding-left: .3em;
}
.module-social-share.tb_ss_size_small span {
	font-size: 12px;
}
.module-social-share.tb_ss_size_large span {
	font-size: 1.2em;
}
.module-social-share.tb_ss_size_xlarge span {
	font-size: 1.4em;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav{
    text-align:right;
}
/************************************************************************************
WP GENERATED STYLES
*************************************************************************************/
.wp-caption{
    max-width:100%;
}
/************************************************************************************
BACKGROUND IMAGE MODE
*************************************************************************************/
/* background mode:repeat */
.themify_builder .repeat{
    background-repeat:repeat;
}
.themify_builder .repeat-x{
    background-repeat:repeat-x;
}
.themify_builder .repeat-y{
    background-repeat:repeat-y;
}
.themify_builder .repeat-none{
    background-repeat:no-repeat;
}
/* background mode:fullcover */
.themify_builder .fullcover{
    background-size:cover;
}
/* background mode:best fit */
.themify_builder .best-fit-image{
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}
/* background mode:parallax scrolling */
body:not(.builder-is-mobile) .themify_builder .builder-parallax-scrolling{
    background-size:cover !important;
    background-repeat:no-repeat !important;
}
/* don't apply !important on mobile */
.builder-is-mobile .themify_builder.themify_builder_content .builder-parallax-scrolling{
    background-size:cover;
    background-repeat:no-repeat;
}
.builder-parallax-scrolling-active:not(.full-section-scrolling) .themify_builder.themify_builder_content .builder-parallax-scrolling{
    background-attachment: fixed !important;
	transition: background-position 0s;
}
.builder-is-mobile.builder-parallax-scrolling-active .themify_builder.themify_builder_content .builder-parallax-scrolling{
    background-attachment:scroll !important;
    background-position-x:50%;
}
/* background mode:zoom scrolling */
.themify_builder .builder-zoom-scrolling{
    background-size:100%;
    background-position:50%;
    background-repeat:no-repeat;
}
.themify_builder.themify_builder_content .builder-zoom-scrolling {
    transition-property: font-size, line-height, color, padding, margin, border, border-radius, box-shadow, text-shadow, filter, -webkit-filter, transform;
}
.themify-bg-zoom,
.module_row.themify-bg-zoom{
    transition:background-size .5s ease-in;
    background-size: cover;
	overflow: hidden;
}
.module_row.themify-bg-zoom:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: inherit;
	background-size: inherit;
	background-image: inherit;
	transition: transform 1s;
}
.module_row.themify-bg-zoom:hover:before {
	transform: scale(1.2);
}
/* background mode:fixed */
.themify_builder .builder-bg-fixed{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}
/* fullwidth row */
.sidebar-none .themify_builder .module_row{
    width:100%;
}
.module_row.fullwidth > .row_inner,
.single-template-builder-container .module_row.fullwidth > .row_inner{
    width:100%;
    max-width:100%;
}
.themify_builder .no-padding{
    padding:0 !important;
}
.single-template-builder-container{
    margin:0 auto;
}
.single-template-builder-container .row_inner{
    width:1160px;
    max-width:94%;
    margin:auto;
}
.single-template-builder-container .builder_title{
    font:normal 1.2em/1em "Open Sans";
    text-transform:uppercase;
    margin:20px;
    padding:0;
}
.row_inner,
.themify_builder .module,
.module_row, .module_subrow{
    position:relative;
}
.builder_row_cover{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    transform:translateZ(0);
}
.builder_row_cover::before,
.builder_row_cover::after{
    height:100%;
    width:100%;
    position:absolute;
    top:0; 
    left:0;
    z-index:-100;
    content:'';
    display:block;
    transition:opacity .5s ease-in-out,background-color .5s ease-in-out;
}
.builder_row_cover::after{
    opacity:0;
}
.tb_visual_hover>.builder_row_cover::after,
.module_row:hover>.builder_row_cover::after,
.module_subrow:hover>.builder_row_cover::after,
.module_column:hover>.builder_row_cover::after{
    opacity:1;
}

/************************************************************************************
Row Video BG
*************************************************************************************/
.themify_ytb_playerbox,
.themify_builder .big-video-wrap{
    overflow:hidden;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:0;
    position:absolute;
    user-select:none;
    pointer-events:none;
}
video.tf-video{
    position:absolute;
    display:block;
}
.themify_builder .themify-video-vmieo iframe{
    position:relative;
    width:100%;
    height:100%;
}
.themify_ytb_wrapper iframe{
    max-width:initial;
}
.builder-is-mobile .big-video-wrap video{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
/************************************************************************************
Row BG Slider
*************************************************************************************/
.module_row .caroufredsel_wrapper{
    margin:0 !important;
    width: 100% !important;
}
.module_row .row-slider-slides{
    /* Important for bg slider navigation dots to be clickable */
    z-index:1;
    text-align:center !important;
    width:100% !important;
    margin:0;
    padding:0 !important;
    position:absolute;
    left:0;
    right:0;
    bottom:-15px;
    visibility:hidden;
    transition:bottom .2s ease-out;
}
.module_row .row-slider-slides li{
    display:inline-block;
    width:10px!important;
    cursor:pointer;
    margin:0 3px;
}
.module_row .row-slider-dot{
    width:10px;
    height:10px;
    background:#fff;
    border-radius:9em;
    display:block;
}
.module_row .row-slider-slides li.row-slider-dot-active a{
    color:#fff;
    background:transparent;
    box-shadow:inset 0 0 0 1px, 0 0 0 1px;
}
.module_row .row-slider-nav{
    position:absolute;
    z-index:999;
    width:100%;
    top:50%;
    left:0;
    margin-top:-.5em;
}
.module_row .row-slider-arrow{
    cursor:pointer;
    position:absolute;
    top:50%;
    font-size:20px;
    visibility:hidden;
    width:18px;
    height:18px;
    margin-top:-.5em;
    text-indent:-999em;
    text-align:center;
    border-bottom-width:0;
}
.module_row .row-slider-prev{
    left:0;
}
.module_row .row-slider-next{
    right:0;
}
.module_row .row-slider-arrow:before{
    content:'';
    position:absolute;
    top:0;
    left:5px;
    text-indent:0;
    width:18px;
    height:18px;
    line-height:1em;
    border:2px solid transparent;
}
.module_row .row-slider-prev:before{
    border-left-color:inherit;
    border-top-color:inherit;
    transform:rotateZ(-45deg);
}
.module_row .row-slider-next:before{
    border-right-color:inherit;
    border-top-color:inherit;
    transform:rotateZ(45deg);
    left:auto;
    right:5px;	
}
.module_row .row-slider-dot,
.module_row .row-slider-arrow{
    color:#fff;
    opacity:.7;
    text-decoration:none;
    outline:none;
    transition:all .2s ease-out;
}
.module_row .row-slider-dot:hover,
.module_row .row-slider-arrow:hover{
    opacity:1;
    text-decoration:none;
}
.builder-is-touch .module_row .row-slider-prev,
.module_row:hover .row-slider .row-slider-prev,
.module_subrow:hover .subrow-slider .row-slider-prev,
.module_column:hover .column-slider .row-slider-prev,
.module_column.sub_column:hover .sub_column-slider .row-slider-prev {
    left:5px;
    visibility:visible;
}
.builder-is-touch .module_row .row-slider-next,
.module_row:hover .row-slider .row-slider-next,
.module_subrow:hover .subrow-slider .row-slider-next,
.module_column:hover .column-slider .row-slider-next,
.module_column.sub_column:hover .sub_column-slider .row-slider-next {
    right:5px;
    visibility:visible;
}
.builder-is-touch .module_row .row-slider-slides,
.module_row:hover .row-slider .row-slider-slides,
.module_subrow:hover .subrow-slider .row-slider-slides,
.module_column:hover .column-slider .row-slider-slides,
.module_column.sub_column:hover .sub_column-slider .row-slider-slides {
    bottom:5px;
    visibility:visible;
}
/************************************************************************************
BACKGROUND KENBURN EFFECT
*************************************************************************************/
.module_row .kenburns-effect{
    overflow: hidden;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.module_row .kenburns-effect.tb_backstretch img{
    transform:translate3d(0,0,0);
}
.module_row .kenburns-effect .kenburns-effect1{
    animation: kenburns-top 5s ease-out 00s 1 normal both;
}
.module_row .kenburns-effect .kenburns-effect2{
    animation: kenburns-right 5s ease-out 00s 1 normal both;
}
.module_row .kenburns-effect .kenburns-effect3{
    animation: kenburns-bottom 5s ease-out 00s 1 normal both;
}
.module_row .kenburns-effect .kenburns-effect4{
    animation: kenburns-left 5s ease-out 00s 1 normal both;
}
@keyframes kenburns-top{
    00%{
        transform:scale(1) translateY(0);
        transform-origin:50% 16%;
    }
    to{
        transform:scale(1.25) translateY(-15px);
        transform-origin:top;
    }
}
@keyframes kenburns-bottom{
    00%{
        transform:scale(1) translateY(0);
        transform-origin:50% 84%;
    }
    to{
        transform:scale(1.25) translateY(15px);
        transform-origin:bottom;
    }
}
@keyframes kenburns-left{
    00%{
        transform:scale(1) translate(0,0);
        transform-origin:16% 50%;
    }
    to{
        transform:scale(1.25) translate(-20px,15px);
        transform-origin:left;
    }
}
@keyframes kenburns-right{
    00%{
        transform:scale(1) translate(0,0);
        transform-origin:84% 50%;
    }
    to{
        transform:scale(1.25) translateX(20px);
        transform-origin:right;
    }
}
/************************************************************************************
BACKGROUND MODE:BEST-FIT
*************************************************************************************/
.best-fit{
    background:#000;
}
.best-fit-vertical{
    top:0 !important;
    left:1% !important;
    right:1% !important;
    width:auto !important;
    height:100% !important;
    margin:auto !important;
}
.best-fit-horizontal{
    top:10% !important;
    left:0 !important;
    bottom:10% !important;
    width:100% !important;
    height:auto !important;
    margin:auto !important;
}

/************************************************************************************
BACKGROUND ZOOMING
*************************************************************************************/
.builder-zooming{
    background-position:center center;
    background-repeat:no-repeat;
}
.themify_builder .builder-zooming.active-zooming{
    background-size:115% !important;
}
.themify_builder .builder-zooming{
    transition:background 1.5s ease-in;
}
/************************************************************************************
Parallax Animation
*************************************************************************************/
.animation-running, body.animation-on{
    overflow-x:hidden;
}
/************************************************************************************
VISIBILITY CONTROLS - to hide rows/modules
*************************************************************************************/
/* hide desktop */
@media screen and (min-width:1025px){
    body:not(.themify_builder_active) .hide-desktop{
        display:none !important;
    }
}
/* hide tablet */
@media screen and (min-width:681px) and (max-width:1024px){
    body:not(.themify_builder_active) .hide-tablet{
        display:none !important;
    }
}
/* hide landscape tablet */
@media screen and (min-width:681px) and (max-width:1024px) and (orientation: landscape) {
    body:not(.themify_builder_active) .hide-tablet_landscape{
        display:none !important;
    }
}
/* hide mobile */
@media screen and (max-width:680px){
    body:not(.themify_builder_active) .hide-mobile{
        display:none !important;
    }
}
/* show tablet landscape */
@media screen and (min-width:681px) and (max-width:1024px) and (orientation: landscape) {
	body:not(.themify_builder_active) .hide-tablet:not(.hide-tablet_landscape) {
		display: block !important;
	}
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media (min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%;
        margin-top:25px;
    }
    .gutter-narrow > .module_column.col6-1{
        width:32.266%;
    }
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(3), 
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(4){
        margin-left:0;
        clear:left;
    }
    .gutter-none >.module_column.col6-1{
        width:33.333%;
    }
}
@media screen and (max-width:680px){
    /* callout */
    .ui.module-callout .callout-content,
    .ui.module-callout .callout-button{
        float:none !important;
        width:auto !important;
    }
    .ui.module-callout .callout-button{
        margin-top:15px;
    }
    .module-slider.slider-agency .slide-inner-wrap{
        -ms-flex-flow:wrap;
        flex-flow:wrap;
    }
    /* nav */
    .ui.builder_button,
    .ui.nav li a,
    .ui.module-tab .tab-nav li a,
    .ui.window > div{
        padding:.525em 1.15em;
    }
    /* service menu */
    .module-service-menu.image-horizontal.has-price-options .tb-image-content .tb-menu-price,
    .module-service-menu.image-horizontal.has-price-options .tb-image-content .tb-menu-title-wrap {
        float: none;
        width: auto;
    }
    .module-service-menu.image-horizontal.has-price-options .tb-image-content .tb-menu-price {
        text-align: inherit;
    }
    .module-service-menu.image-horizontal.has-price-options .tb-image-content .tb-menu-price .tb-price-item {
        margin-left: 0;
        margin-right: 20px;
    }    
    /* tab */
    .ui.module-tab.vertical .tab-nav{
        width:120px;
        font-size:95%;
    }
    .ui.module-tab.vertical .builder-tabs-wrap{
        padding-left:120px;
    }
    .ui.module-tab.vertical .tab-content{
        margin-left:0;
    }
    /* icon/button */
    .module-buttons span,
    .module-icon span{
        font-size:.9em;
    }
    .module-buttons.xlarge span,
    .module-buttons.large span,
    .module-icon.large span{
        font-size:1.1em;
    }
    .module-icon.xlarge span{
        font-size:1.2em;
    }
    /* grid */
    .gutter-narrow:not(.tb_grid_classes) > .module_column,
    .gutter-none:not(.tb_grid_classes) > .module_column,
    div:not(.tb_grid_classes)>.module_column{
        margin-left:0;
        width:100%;
        max-width:100%;
        float:none;
    }
    .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;
    }
    .module_row div:not(.tb_grid_classes)>.module_column.col6-1{
        width:48.4%;
        margin-left:3.2%;
    }
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(2n),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(2n+1){
        margin-left:0;
        clear:left;
    }
    div.gutter-narrow:not(.tb_grid_classes) > .module_column.col6-1{
        width:49.2%;   
        margin-left:1.6%;
    }
    div.gutter-none:not(.tb_grid_classes) > .module_column.col6-1{
        width:50%;
        margin-left:0;
    }
	div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1:nth-of-type(2n+1) {
        margin-left:0;
        clear:left;
	}
    /* ROW SLIDER */
    .module_row .row-slider-arrow:before{
        border-width:1px;
    }
    /* ROW ZOOM SCROLLING BG */
    .themify_builder .builder-zoom-scrolling{
        background-size:cover !important;
    }
}
/* COLUMN ALIGNMENT
================================================ */
.subrow_inner,
.row_inner,
.module_subrow,
.tb-column-inner,
.tb_state_highlight,
.themify_builder .col-full{
    width:100%;
    box-sizing:border-box;
}

/* FLEX BOX */
.row_inner,
.tb_holder,
.themify_builder:not(.themify_builder_admin) .module_column,
.subrow_inner{
    -ms-box-orient:horizontal;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:wrap;
    flex-flow:wrap;
}
.col_auto_height > .module_column {
    height: 100%;
}
.themify_builder_admin .col_auto_height .module_column,
.themify_builder_active .col_auto_height .module_column {
    min-height: 48px;
}
.themify_builder .module_row .col_auto_height.col_align_middle {
	align-items: center;
}
.themify_builder .module_row .col_auto_height.col_align_bottom:not(.direction-rtl) {
	align-items: flex-end;
}
.themify_builder .module_row .col_auto_height.col_align_top {
	flex-wrap: wrap;
}

/* FULLHEIGHT ROW
================================================ */
.module_row.fullheight{
    min-height:100vh;
    display:-ms-flexbox;
    display:flex;
    width:100%;
}
/* IE hack for parallax scroll not smooth */
@supports (-ms-ime-align:auto){
    .themify_builder .module_row.fullheight.builder-parallax-scrolling{
        display:block;
    }
    .tb_text_dropcap > .tb_text_wrap:first-child:first-letter {
        font-size: unset;
    }
}
.themify_builder .module_row.fullheight .module_subrow{
    width:100%; /* required */
}
.module_row.fullheight > .row_inner > .module_column,
.module_row.fullheight > .row_inner{
    min-height:100vh;
}
.module_row .module-layout-part .row_inner,
.module_row .module-layout-part .module_column{
    min-height:inherit;
}
.module_row .row_inner .module-layout-part .row_inner {
    max-width: none;
    width: auto;
}
/* top aligned */
.module_column,
.tb_holder{
   -ms-flex-align:flex-start;
    align-items:flex-start;
    -ms-flex-line-pack:flex-start;
    align-content:flex-start;	
}
/* center aligned */
.col_align_middle>.module_column>.tb_holder,
.fullheight .row_inner>.module_column.col-full >.tb_holder,
.col_align_middle>.module_column,
.fullheight .row_inner>.col-full{
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;			
}
/* bottom aligned */
.module_row .col_align_bottom>.module_column>.tb_holder,
.module_row .col_align_bottom>.module_column{
    -ms-flex-align:flex-end;
    align-items:flex-end;
    -ms-flex-line-pack:flex-end;
    align-content:flex-end;
}
@media screen and (max-width:680px){
    .fullheight > .row_inner > .module_column:not(.col-full),
    .module_row.fullheight .sub_column,
    .fullheight > .row_inner{
        min-height:0 !important;
    }
}
/* fix iOS6 & 7 bug not displaying 100vh correctly */
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape){
    .ios7 .module_row.fullheight{
        height:768px;
    }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait){
    .ios7 .module_row.fullheight{
        height:1024px;
    }
}
@media only screen and (min-device-width:320px) and (max-device-height:568px) and (orientation :landscape) and (-webkit-device-pixel-ratio:2){
    .ios7 .module_row.fullheight{
        height:320px;
    }
}
@media only screen and (min-device-width:320px) and (max-device-height:568px) and (orientation :portrait) and (-webkit-device-pixel-ratio:2){
    .ios7 .module_row.fullheight{
        height:568px;
    }
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) and (orientation :landscape) and (-webkit-min-device-pixel-ratio :2){
    .ios7 .module_row.fullheight{
        height:320px;
    }
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) and (orientation :portrait) and (-webkit-min-device-pixel-ratio :2){
    .ios7 .module_row.fullheight{
        height:480px;
    }
}
/* loading animation */
.sp-preloader,
.sp-preloader:before,
.sp-preloader:after{
    background:#000;
    border-radius:0;
    width:8px !important;
    height:15px !important;
    animation:horizontal-loader 1s infinite ease-in-out;
}
.sp-preloader:before,
.sp-preloader:after{
    position:absolute;
    top:0;
    content:'';
}
.sp-preloader:before{
    left:-1.5em;
    animation-delay:-.32s;
}
.sp-preloader{
    margin:88px auto;
    position:relative;
    font-size:11px;
    animation-delay:-.16s;
}
.sp-preloader:after{
    left:1.5em;
}
@keyframes horizontal-loader{
    0%,
    80%,
    100%{
        opacity:1;
    }
    40%{
        opacity:.5;
    }
}
/*Responsive Columns*/
.tb_responsive_mode .module_row div.tb_grid_classes>.module_column.first,
.tb_responsive_mode .tb_grid_classes:not(.col-count-3):not(.direction-rtl)>.module_column:nth-of-type(odd),
.tb_responsive_mode .col-count-5.direction-rtl>.module_column:nth-of-type(even),
.tb_responsive_mode .col-count-2.direction-rtl>.module_column:nth-of-type(even),
.tb_responsive_mode .col-count-6:not(.tb_3col).direction-rtl>.module_column:nth-of-type(even),
.tb_responsive_mode .col-count-4.direction-rtl>div.module_column:nth-of-type(even),
.tb_responsive_mode .tb_3col.tb_grid_classes:not(.direction-rtl)>.module_column:nth-of-type(4), 
.tb_responsive_mode .col-count-6.tb_3col.direction-rtl>.module_column:nth-of-type(3),
.tb_responsive_mode .col-count-5.direction-rtl:not(.column5-1)>div.module_column:nth-of-type(3){
    margin-left:0 !important;
}
.tb_responsive_mode .tb_grid_classes:not(.gutter-none).col-count-4.column4-1>.module_column:not(.first),
.tb_responsive_mode .tb_grid_classes:not(.gutter-none).col-count-5.column5-1>.module_column:not(.first),
.tb_responsive_mode .tb_grid_classes:not(.gutter-none).col-count-6.column6-1>.module_column:not(.first),
.tb_responsive_mode .tb_grid_classes:not(.gutter-none):not(.gutter-narrow)>.module_column,
.tb_responsive_mode .col-count-5.direction-rtl:not(.column-full):not(.gutter-none)>.module_column:nth-of-type(2n), 
.tb_responsive_mode .tb_grid_classes.tb_3col:not(.direction-rtl):not(.gutter-none):not(.gutter-narrow)>.module_column:nth-of-type(2n+3){
    margin-left:3.2% !important;
}
.tb_responsive_mode .tb_grid_classes.col-count-6.column6-1>.module_column{
    width:14%;
}
/*narrow*/
.tb_responsive_mode .gutter-narrow.column4-1-4-2-4-1>.module_column:nth-of-type(even),
.tb_responsive_mode .gutter-narrow.tb_3col:not(.col-count-6)>.module_column:nth-of-type(n+4),
.tb_responsive_mode .gutter-narrow.col-count-6.column4-1-4-2-4-1>.module_column:nth-of-type(5),
.tb_responsive_mode .gutter-narrow.col-count-6.column4-2-4-1>.module_column:nth-of-type(3n+1),

.tb_responsive_mode .gutter-narrow.col-count-3.column4-2-4-1>.module_column.first,
.tb_responsive_mode .gutter-narrow.col-count-3.column4-1-4-2>.module_column.last,
.tb_responsive_mode .gutter-narrow.col-count-5.column4-2-4-1>.module_column.first,
.tb_responsive_mode .gutter-narrow.col-count-5.column4-1-4-2>.module_column:nth-of-type(3),
.tb_responsive_mode .gutter-narrow.column4-2>.module_column{
    width:49.2% !important;   
}
.tb_responsive_mode .gutter-narrow.column3-2-3-1>.module_column,
.tb_responsive_mode .gutter-narrow.column3-1-3-2>.module_column,
.tb_responsive_mode .gutter-narrow.column3-1>.module_column{
    width:32.266% !important;
}
.tb_responsive_mode .gutter-narrow.col-count-6.column4-1-4-2-4-1>.module_column:nth-of-type(2n+4),
.tb_responsive_mode .gutter-narrow.column4-2-4-1>.module_column,
.tb_responsive_mode .gutter-narrow.column4-1-4-2>.module_column,
.tb_responsive_mode .gutter-narrow.column4-1-4-2-4-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-narrow.column4-1-4-3>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-narrow.column4-3-4-1>.module_column:nth-of-type(even){
    width:23.8% !important;
}
.tb_responsive_mode .gutter-narrow.column4-1-4-3>.module_column:nth-of-type(even),
.tb_responsive_mode .gutter-narrow.column4-3-4-1>.module_column:nth-of-type(odd){
    width:74.539% !important;
}
.tb_responsive_mode .gutter-narrow.column3-2-3-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-narrow.column3-1-3-2>.module_column:nth-of-type(even){
    width:66.05% !important;
}
.tb_responsive_mode .tb_grid_classes.gutter-narrow.col-count-4.column4-1>.module_column:not(.first),
.tb_responsive_mode .tb_grid_classes.gutter-narrow.col-count-5.column5-1>.module_column:not(.first),
.tb_responsive_mode .tb_grid_classes.gutter-narrow.col-count-6.column6-1>.module_column:not(.first),
.tb_responsive_mode .gutter-narrow.col-count-5.direction-rtl:not(.column-full)>.module_column:nth-of-type(2n),
.tb_responsive_mode .gutter-narrow.tb_3col:not(.direction-rtl)>.module_column:nth-of-type(2n+3){
    margin-left:1.6% !important; 
}
.tb_responsive_mode .tb_grid_classes.gutter-narrow.col-count-6.column6-1>.module_column{
    width:15.33%;
}
/*none*/
.tb_responsive_mode .gutter-none.column4-1-4-2-4-1>.module_column:nth-of-type(even),
.tb_responsive_mode .gutter-none.tb_3col:not(.col-count-6)>.module_column:nth-of-type(n+4),
.tb_responsive_mode .gutter-none.col-count-6.column4-1-4-2-4-1>.module_column:nth-of-type(5),
.tb_responsive_mode .gutter-none.col-count-6.column4-2-4-1>.module_column:nth-of-type(3n+1),
.tb_responsive_mode .gutter-none.col-count-6.column4-1-4-2>.module_column:nth-of-type(3n),
.tb_responsive_mode .gutter-none.col-count-3.column4-2-4-1>.module_column.first,
.tb_responsive_mode .gutter-none.col-count-5.column4-2-4-1>.module_column.first,
.tb_responsive_mode .gutter-none.col-count-3.column4-1-4-2>.module_column.last,
.tb_responsive_mode .gutter-none.col-count-5.column4-1-4-2>.module_column:nth-of-type(3),
.tb_responsive_mode .gutter-none.column4-2>.module_column{
    width:50% !important;   
}
.tb_responsive_mode .gutter-none.column3-2-3-1>.module_column,
.tb_responsive_mode .gutter-none.column3-1-3-2>.module_column,
.tb_responsive_mode .gutter-none.column3-1>.module_column{
    width:33.333% !important;
}
.tb_responsive_mode .gutter-none.col-count-6.column4-1-4-2-4-1>.module_column:nth-of-type(2n+4),
.tb_responsive_mode .gutter-none.column4-2-4-1>.module_column,
.tb_responsive_mode .gutter-none.column4-1-4-2>.module_column,
.tb_responsive_mode .gutter-none.column4-1-4-2-4-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-none.column4-1-4-3>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-none.column4-3-4-1>.module_column:nth-of-type(even){
    width:25% !important;
}
.tb_responsive_mode .gutter-none.column4-3-4-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-none.column4-1-4-3>.module_column:nth-of-type(even){
    width:75% !important;
}
.tb_responsive_mode .gutter-none.column3-2-3-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .gutter-none.column3-1-3-2>.module_column:nth-of-type(even){
    width:66.666% !important;
}
.tb_responsive_mode .gutter-none.tb_3col>.module_column:nth-of-type(2n+3){
    margin-left:0 !important; 
}
.tb_responsive_mode .column4-1-4-2-4-1>.module_column:nth-of-type(even),
.tb_responsive_mode div.tb_3col:not(.col-count-6)>.module_column:nth-of-type(n+4),
.tb_responsive_mode .column4-2-4-1.col-count-5.direction-rtl>.module_column:nth-of-type(3),
.tb_responsive_mode .col-count-6.column4-1-4-2-4-1>.module_column:nth-of-type(5),
.tb_responsive_mode .col-count-6.column4-2-4-1>.module_column:nth-of-type(3n+1),
.tb_responsive_mode .col-count-6.column4-1-4-2>.module_column:nth-of-type(3n),
.tb_responsive_mode .col-count-3.column4-2-4-1>.module_column.first,
.tb_responsive_mode .col-count-5.column4-2-4-1>.module_column.first,
.tb_responsive_mode .col-count-3.column4-1-4-2>.module_column.last,
.tb_responsive_mode .col-count-5.column4-1-4-2>.module_column:nth-of-type(3),
.tb_responsive_mode .direction-rtl.column4-2-4-1:not(.tb_3col)>.module_column:nth-of-type(3),
.tb_responsive_mode .column4-2>.module_column{
    width:48.4% !important;
}
.tb_responsive_mode .column3-2-3-1>.module_column,
.tb_responsive_mode .column3-1-3-2>.module_column,
.tb_responsive_mode .column3-1>.module_column{
    width:31.2% !important;
}
.tb_responsive_mode .col-count-6.column4-1-4-2-4-1>.module_column:nth-of-type(2n+4),
.tb_responsive_mode .column4-2-4-1>.module_column,
.tb_responsive_mode .column4-1-4-2>.module_column,
.tb_responsive_mode .column4-1-4-2-4-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .column4-1-4-3>.module_column:nth-of-type(odd),
.tb_responsive_mode .column4-3-4-1>.module_column:nth-of-type(even){
    width:22.6% !important;
}
.tb_responsive_mode .column4-3-4-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .column4-1-4-3>.module_column:nth-of-type(even){
    width:74.2% !important;
}
.tb_responsive_mode .column3-2-3-1>.module_column:nth-of-type(odd),
.tb_responsive_mode .column3-1-3-2>.module_column:nth-of-type(even){
    width:65.6% !important;
}
.tb_responsive_mode .tb_grid_classes.gutter-none.col-count-6.column6-1>.module_column{
    width:16.666%;
}
.tb_responsive_mode .module_row .tb_grid_classes.column-full>.module_column{
    width:100% !important;
    margin-left:0 !important;
}
.tb_responsive_mode .col-count-5:not(.direction-rtl).column4-1-4-3>.module_column.last,
.tb_responsive_mode .col-count-5:not(.direction-rtl).column4-3-4-1>.module_column.last,
.tb_responsive_mode .col-count-5:not(.direction-rtl).column3-2-3-1>.module_column.last,
.tb_responsive_mode .col-count-5:not(.direction-rtl).column3-1-3-2>.module_column.last,
.tb_responsive_mode .col-count-5:not(.direction-rtl).column4-2>.module_column.last,
.tb_responsive_mode .col-count-3:not(.direction-rtl).column4-2>.module_column.last,
.tb_responsive_mode .col-count-3:not(.direction-rtl).column4-1-4-3>.module_column.last,
.tb_responsive_mode .col-count-3:not(.direction-rtl).column4-3-4-1>.module_column.last,
.tb_responsive_mode .col-count-3:not(.direction-rtl).column3-2-3-1>.module_column.last,
.tb_responsive_mode .col-count-3:not(.direction-rtl).column3-1-3-2>.module_column.last{
    margin-left:0 !important;
}
/* Builder static */
.themify_builder_text_only{
    display:none;
}

/************************************************************************************
Sticky Elements
*************************************************************************************/
.sticky-wrapper.tb_sticky_scroll_active [data-sticky-active] {
    z-index: 1;
}
.sticky-wrapper.tb_sticky_scroll_active [data-sticky-active] .hide-on-stick{
    display: none;
}
.tb-text-more-link-indicator {
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6);
}

/************************************************************************************
Row Frame
*************************************************************************************/
.tb_row_frame {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    line-height: 0;
    direction: ltr;
    height: 150px;
    pointer-events: none;
    background-size: 100% 100%; /* fix FF bug with repeated backgrounds */
}
.tb_row_frame_top {
    top: -1px; /* -1 fix sub-pixel */
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.tb_row_frame_bottom {
    top: auto;
    bottom: -1px; /* -1 fix sub-pixel */
    transform: rotate(180deg) translateZ(0);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.tb_row_frame_left,
.tb_row_frame_right {
    width: 150px;
    height: 100%;
    left: 0;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}
.tb_row_frame_left {
    left: -1px;
}
.tb_row_frame_right {
    right: -1px;
    left: auto;
    transform: rotate(180deg) translateZ(0);
}
.tb_row_frame.in_front {
    z-index: 1;
}
.module_row > .tb_row_frame.in_front {
    z-index: 2;
}
.themify_builder .module-plain-text::after {
    display: contents !important;
}
.tb_row_frame_top,
.tb_row_frame_bottom {
	width: calc(100% + 2px);
	left: -1px;
}
/* START: Scroll Effects */
.themify_builder .module.lax[data-lax-scale] {
    display: inline-block;
}
.themify_builder [data-lax] {
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
div[data-lax-opacity] {
    opacity: 0;
}
div[data-lax-no-op] {
    opacity: 1 !important;
}
div[data-lax-b="2"] {
    filter: blur(2px);
}
div[data-lax-b="4"] {
    filter: blur(4px);
}
div[data-lax-b="6"] {
    filter: blur(6px);
}
div[data-lax-b="8"] {
    filter: blur(8px);
}
div[data-lax-b="10"] {
    filter: blur(10px);
}
div[data-lax-b="12"] {
    filter: blur(12px);
}
div[data-lax-b="14"] {
    filter: blur(14px);
}
div[data-lax-b="16"] {
    filter: blur(16px);
}
div[data-lax-b="18"] {
    filter: blur(18px);
}
div[data-lax-b="20"] {
    filter: blur(20px);
}
div[data-box-position="center center"] {
    transform-origin: center center;
}
div[data-box-position="top left"] {
    transform-origin: top left;
}
div[data-box-position="top center"] {
    transform-origin: top center;
}
div[data-box-position="top right"] {
    transform-origin: top right;
}
div[data-box-position="left center"] {
    transform-origin: left center;
}
div[data-box-position="right center"] {
    transform-origin: right center;
}
div[data-box-position="bottom right"] {
    transform-origin: bottom center;
}
div[data-box-position="bottom left"] {
    transform-origin: bottom left;
}
div[data-box-position="bottom center"] {
    transform-origin: bottom center;
}
/* END: Scroll Effects */
/* START : Overlay Content Module */
.tb_ov_co_icon{
    box-sizing: border-box;
    cursor: pointer;
    color: black;
    font-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid;
    position: relative;
}
.tb_ov_co_icon:before,
.tb_ov_co_icon:after {
    content: "";
    display: block;
    border-top: 2px solid;
    position: absolute;
    left: 0;
    width: 100%;
}
.tb_ov_co_icon:before {
    top: 0;
}
.tb_ov_co_icon:after {
    top: 50%;
}
.module-overlay-content a:hover,
a.tb_ov_co_icon:hover,
a.tb_ov_co_icon:focus{
    text-decoration: none;
}
.tb_ov_co_icon,
.tb_ov_co_icon_title {
    display: inline-block;
    vertical-align: middle;
}
.tb_oc_open .tb_ov_co_icon{
    border-bottom: none;
}
.tb_oc_open .tb_ov_co_icon:before {
    transform: rotate(45deg);
    top: 50%;
}
.tb_oc_open .tb_ov_co_icon:after {
    transform: rotate(-45deg);
}
.tb_ov_co_icon_title {
    margin-left: 5px;
}
.tb_oc_expand_overlap{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: top,z-index,opacity 0.3s ease;
}
.tb_oc_expand_container {
    margin-top: 10px;
}
.tb_oc_expand_below{
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s linear;
}
.tb_oc_expand_overlap .tb_oc_expandable{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.tb_oc_open .tb_oc_expand_overlap{
    opacity: 1;
    z-index: 999999;
}
.module-overlay-content .tb_ov_close {
    color: #000;
    cursor: pointer;
    display: block;
    position: absolute;
    text-decoration: none;
    top: 30px;
    right: 30px;
    padding: 5px;
    line-height: 0;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.tb_ov_close_inner {
    font-size: 1.25em;
    min-width: 1em;
    min-height: 1em;
    display: inline-block;
    position: relative;
}
.module-overlay-content .tb_ov_close_inner:before,
.module-overlay-content .tb_ov_close_inner:after {
    content: '';
    display: block;
    border-top: 2px solid;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.module-overlay-content .tb_ov_close_inner:before {
    transform: rotateZ(-45deg);
}
.module-overlay-content .tb_ov_close_inner:after {
    transform: rotateZ(45deg);
}
.tb_overlay_content_container-visible {
    overflow-y: hidden;
}
.admin-bar .module-overlay-content .sidemenu {
    top: 32px;
}
.module.module-overlay-content .sidemenu{
    height: 100%;
    width: 100%;
    padding: 0;
    display: none;
    overflow-y: auto;
    position: fixed;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
    margin: auto;
    transition: .5s ease;
}
.module-overlay-content .sidemenu-off .module_row,
.module-overlay-content .sidemenu-off .module,
.module-overlay-content .sidemenu-off .module .post{
    visibility: hidden !important;
    transition: .5s ease;
}
.tb_overlay_content_lp .tb_turn_on,
body[class*="tb_oc_"] .body-overlay{
    display: none;
}
.tb_oc_overlay_layer{
    background: rgba(255,255,255,.95);
}
.tb_oc_overlay.sidemenu-on + .tb_oc_overlay_layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
body[class*="tb_oc_"] {
    overflow: hidden; /* hided body scroll when Layout Part Content visible */
}
/* Fade Overlay Style */
.tb_content_overlay_overlay.sidemenu{
    perspective: 400px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
.tb_content_overlay_overlay.sidemenu-on {
    opacity: 1;
    visibility: visible;
}
.tb_content_overlay_overlay.sidemenu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0;
    transform: scale(0);
    transition: all .8s ease;
}
.tb_content_overlay_overlay.sidemenu-on:before {
    transform: none;
    border-radius: 0;
    background-color: transparent;
}
/* Slide Down Overlay Style */
.tb_content_overlay_slide_down.sidemenu {
    transform-origin: top;
    transform: translateY(-125vh);
    visibility: hidden;
    transition: .8s ease;
    left: 0;
    right: 0;
    bottom:0;
    top: auto;
}
/* Slide Left Overlay Style */
.tb_content_overlay_slide_left.sidemenu {
    perspective: 400px;
    transform-origin: center;
    transform: translateX(-100vw);
    transition: .8s ease;
    visibility: hidden;
    overflow-x: hidden;
    left: 0;
    top:0;
    bottom: 0;
}
/* Slide Right Overlay Style */
.tb_content_overlay_slide_right.sidemenu {
    perspective: 400px;
    transform-origin: center;
    transform: translateX(100vw);
    transition: .8s ease;
    visibility: hidden;
    overflow-x: hidden;
    opacity: 1;
    right: 0;
    top:0;
    bottom: 0;
}
.tb_content_overlay_slide_right.sidemenu-on {
    transform: none;
    opacity: 1;
    visibility: visible;
}
/* Slide Up Overlay Style */
.tb_content_overlay_slide_up.sidemenu {
    transform-origin: bottom;
    transform: translateY(125vh);
    visibility: hidden;
    transition: .8s ease;
    left: 0;
    right: 0;
    top:0;
}
.tb_content_overlay_slide_down.sidemenu-on,
.tb_content_overlay_slide_left.sidemenu-on,
.tb_content_overlay_slide_up.sidemenu-on {
    transform: none;
    visibility: visible;
}
/* Expand Overlay Style */
.tb_content_overlay_expand_overlay.sidemenu {
    display: none !important;
    position: static !important;
}
.tb_content_overlay_expand_overlay.sidemenu-on {
    display: block !important;
}
.tb_content_overlay_expand_overlay.sidemenu-right .body-overlay {
    display: none !important;
}
/* END : Overlay Content Module */
/* START : Lazy Load */
.module_row[data-lazy] .module-video,
.module_row[data-lazy] .module-icon,
.module_row[data-lazy] .module-login,
.module_row[data-lazy] .module-map,
.module_row[data-lazy] .module-menu,
.module_row[data-lazy] .module-buttons,
.module_row[data-lazy] .module-fancy-heading,
.module_row[data-lazy] .module-divider,
.module_row[data-lazy] .module-social-share,
.module_row[data-lazy] .module-accordion,
.module_row[data-lazy] .module-feature,
.module_row[data-lazy] .module-optin,
.module_row[data-lazy] .module-signup-form{
	display:none;
}
/* END : Lazy Load */@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:calc(100% - .5em)}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{direction:ltr;display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content{text-decoration:inherit}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content{text-decoration:none}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}: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 .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px; }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }
/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *//**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
	list-style: none;
}

.jetpack_widget_social_icons ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack_widget_social_icons ul li {
	border: 0;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
	display: none;
}

.jetpack_widget_social_icons a {
	border: 0;
	box-shadow: none;
	display: block;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.jetpack_widget_social_icons svg {
	color: inherit;
	fill: currentColor;
	height: inherit;
	vertical-align: middle;
	width: inherit;
}

/* Sizes */

.jetpack_widget_social_icons ul.size-small a {
	height: 24px;
	width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
	height: 32px;
	width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
	height: 48px;
	width: 48px;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.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 ! important;
	width: 1px;
	word-wrap: normal ! important;
}
﻿/*  
Theme Name: Themify Split
Theme URI: https://themify.me/themes/split
Version: 2.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) Themify.
Tags: themify, featured-images, translation-ready, custom-menu, sidebar
Text Domain: themify

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

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)right .row_inner {
6.  Page (page title, author page, pagination)
7.  Post (post layouts & styling, comments, post navigation)
	7.1 Portfolio Post Type
	7.2 Team Post Type
8.  Sidebar
	8.1 Widget Styles
9.  Footer
10. Builder Styling
11. WordPress Formatting
12. Gallery
13. Clear & Alignment
14. 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 {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* ie 8 img max-width */
.ie8 img { width: auto;}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

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

/* iframes and objects max-width (for embed media) */
iframe, object, embed {
	max-width: 100%;
}

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

/* FONT FACE GENERATE
================================================ */
@font-face {
  font-family: 'themify_theme_icon';
  src: url('data:application/octet-stream;base64,d09GRgABAAAAABCsAA8AAAAAG9gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+JlHMY21hcAAAAdgAAACTAAACIpY9tu1jdnQgAAACbAAAABMAAAAgBtX++GZwZ20AAAKAAAAFkAAAC3CKkZBZZ2FzcAAACBAAAAAIAAAACAAAABBnbHlmAAAIGAAABV8AAAc685kt7WhlYWQAAA14AAAAMgAAADYNzsRnaGhlYQAADawAAAAfAAAAJAc8A15obXR4AAANzAAAACAAAAA0LOn//2xvY2EAAA3sAAAAHAAAABwKgAxNbWF4cAAADggAAAAgAAAAIAEhC+RuYW1lAAAOKAAAAZgAAANF4g1h0XBvc3QAAA/AAAAAcAAAAJwqJ9PfcHJlcAAAEDAAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZC5hnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4vGD6cZA76n8UQxRzEMAcozAiSAwD0gwx4AHic7ZHZDcIwEESfExOCcQXUQDEUxBeFRLSTTvbTHYRZe6U0wVrP2sOHNANcgFk8RYb0IeHxVjf1/kzp/cxLdWFlYrLVStvafhxgnHlE0rlHX55PeiPrp4Wrbt80u1M1WPhH7fv3rIyBq2+BFMQCd8sCd8wCd9ICKY0F0hwLpD4WyAf5NnCH2zaQN7R9QP0Bj3orZwB4nGNgQAMSEMgc9D8FhAESSAPRAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+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//AA94nI1Vb2hTVxQ/5973J3nvJe+95OW9tI1pkzRtY7TdmjTpTFeDWLrODIuIVLFdJ6WuxU2RtQiFKRvswxhFOlAZw21aGRTElrl+XIfsw+aXTZApsm/7IptMhSEMmtedl1QUNsZu7r3vnvPOu+ec3/kTEAE2pvl97oAKOoTBgRQcKb/OEHwoIUhjIZFzNIJMk1Eb86OsY8CUA2NhNEFVTHUMFEU4AIIQEIaiUYBoKppKJlqa41tiTY0Njh2xwiHT0IMBjRSopjcssSGLPalIglbKTJiJXCSVpoV0TPfkIrmeBK1chPeuuPeWV/h9916p5GZKJXZjfZ6fXJ+fXca2lRn2S4mGx5mZman2s8CO1VkaqwAC+XSZueSTSEodaIGd5T7VzxjioCIixwGfLAmcSbAbUEDGkY0DB+D7gXMYoQNUGqJbYtGWhpZIXBTtLMpm0TF5u/cQLbu70JPvxGQQi922JSXb8gWm//b7H6Wvlq9dd+/3HeiLdfV2xY6GGhtbGxu4s1QtLF5mP1S/nJtjpdOnx7J9fdlYVyzWZdB7mkADyeZr/Co3wAcd5bSAQMZKIsMBzphnJ4nsIx4c8GRftQ3mmZVA2Y8OJvjVqoFTGXcvrmTc8+wR7nLPb8UVXM645wDYxgbF+AseoLsTkC13NNM9QcKBDXpYoQDjdCdnyMeBsQAbclIUNdELE7kpWXY/IrnZhVIq2cn6hThzLNmx2fsLPy3QxPi2HdbaxNzwwptl1ndsfnH+WB8OrEXwvaML7NzNC9JH7idbtkbWBvqnz16af3uHsGvy3GtzE2uRZ35/WvM7WW72yeQxw3/x2Ax7HvuxHRM9CSzyT929GZyqGuyRez6D4+7erThVwunM5p3fsgt8N1iw/WusQblnuXV4pKx6L08QreFQU9lPBB6nDyYPXnec2vXMtnSUku3Yli9iobsZbYvNu3cwoyijakx1j6gqXlTiyqjClty77p3aUcHP6IkXVXVUidN1jPRPUE3tgxCk4YXy9qjCcLeAhDCBfhhEEUaotkAThxikWpoanEhA9csQYiFZtCiqSSliWnYJI+kEpZqZb+OWlErIPalkG1GFXKLbjvCz69+35vOtcQwzmQ6yqVV/vXFQM02N92om35dvrV5P5x8/zqdZpTVfPRwwl5bMAKt4Ek8xemcTI///wigWqofASwXCx0/bTgLJ8UCaJmhi6ijB0+HerQFBgCg45b5RRw4z2FEX8ATr+h+y2+wDaIV4uSnZYMgCMBykpAR2nGIGk1bMsgQxmk3XQtKFcl3vTmyv623GYj1COlIy3tYrxjZjcZG2iuE9jWe0ri8u6ids73Dliv5PQb3TE6jZ9A27yVWIQaIcD3qZQwYR/zhFDicRQoamQAybBC9M3U4cHdOSZCoLz7pUsr0TvfgUCzn2oaaFLbRDSrDJevLEagxoIdsOaQGuir64VX0x3CILoQcPwqLcEmY/EiV6bQc2/uJh0u+jnvUSFMq5Dj/zIgNcRJHjWyCByCVxvFYc+73iGBGoPSBUCnZvLB+m/GnKFustqdsWbSmLyTayiubLmC8WShjnm9xiJ69ziWkLdujn/kP9NDGOlrknaKG2eiYY0vw6P3jpdAXTGDGGgzbKExfvzQatiI4fo3Lr1MR275v+k7oTCp5Z1dAK7jEURa68u3hIt63AqbufH/ERc9iwfLO33D/hqY+H2Hf0b9MMXVAs5ztQEH1UNF47EkHgouB1Y+pG7Hk/vZSptPXQLyeJjdl0hIBPkHM9hDfVAye6fZN2NunU8/RBy1h/qFNIgtzUbfwPamKwdqztaLxCXlt6bcfgYND2XtAZ/gbvR0PCAHicY2BkYGAAYq8e57Px/DZfGbiZXwBFGK6mOKTB6P///6cwv2AOAnI5GJhAogBcmAznAAB4nGNgZGBgDvqfBSRf/P///x/zCwagCArgBQC2kgefAHicY37BwMCMjBf8/w+imU5B+GBaEEEzRzIwAABgcwsMAAAAAABqAMQA8gFAAWoBqgH8AjwChgLGAzgDnQABAAAADQA6AAUAAAAAAAIAKAA4AHMAAABzC3AAAAAAeJyNkM1Kw0AUhU9qVbTgQsH1LEQUIf0BKbhSCu3OhYtuXNQYJ8mUdKZMpkIWPoL4LG59AVe+gi/gS3iSDiIWoQmT+e65507mXgD7+ESA5XPOteSA+rnnBrYx8rxB/dpzk3zneRMtWM9b1J887+IML55bOMAbTwiaO4ym+PAc4Cjoe25gL7j1vEFdeW6Snz1v4jB49bxF/d3zLsbBl+cWjhtXAzMvrUozJ04Gp6LX6fbFfSkMJaWjXEQLlxlbiEuRGO1knpswNjOXyZlKykm1y4mKjb6R6SKP7GpiVRlLWyijRTfsrCZHUksbOflQ3aJ4THvOJSKxZiaG/v9ibs1Uxi7MnJtftNu/74UBDOYoOWaFFBkcBE6onnLvoYMu+qR7OgSdS5eCRoScSoQFK7I6UzC+5EoYaaqSjpwcIuZ3Vvskd0VHiclPLMmq9mjcMEp5Zs6T7VoV63jGjKr7qToS7ClkZ+tUjhjpujqqO3r4mUWBR960R9Wxvura1l0KDP/0LzjfKjelElMP6yk7qhdo8/1nXt9ndae2eJxtytESgiAQRuH9hVAxexMfaqNNGwWahabXr/S2c/nNoYaOPP1vRAMDixMcWnTo4THgjBEXsjeuYirPnlXze9rkXl0R1rAMh+hjXmr/8yk/JbUhxyip+t13coFTkK275rxG1tVoKfb7vIg+isEh7HicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=') format('woff');
}

/* GENERIC
================================================ */
body {
	font: 1em/1.75em 'Roboto Slab', serif;
	word-wrap: break-word;
	color: #232930;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #ffffff;
}
a {
	text-decoration: none;
	outline: none;
	color: #00be8a;
	transition: .3s ease-in-out;
}
p {
	padding: 0;
	margin: 0 0 2.438em;
}
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 {
	font-family: 'Sorts Mill Goudy', serif;	
	line-height: 1.3em;
	margin: 0 0 .4em;
	word-wrap: normal;
	font-weight: normal;	
}
h1 {
	font-size: 4em;
	letter-spacing: -.04em;
}
h2 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 3.5em;
	letter-spacing: -.03em;
}
h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-size: 2em;
	margin-bottom: .6em;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .05em;
}
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%;
}
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] {
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: .4em .8em;
	margin: .6em 0;
	max-width: 100%;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-radius: 3px;
}
input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel] {
	width: 15em;
}
input[type=number] {
	width: 7em;
}

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

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

/* form button */
input[type=reset], input[type=submit], button {
	background-color: #00be8a;
	border-radius: 5em;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: .9em;
	padding: .7em 1.5em;
	text-transform: uppercase;
	letter-spacing: .16em;
	text-shadow: 0 0 1px #fff;
	margin-top: .3em;
	transition: .3s ease-in-out;
	-webkit-appearance: none;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #000;
	color: #fff;
}

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

/* main page width */
.pagewidth,
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 1320px;
	max-width: 100%;
	margin: 0 auto;
}
.module_row.fullwidth > .row_inner {
	width: 100%;
}

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

#layout {
	table-layout: fixed;
	width: 100%;
	display: table;
	max-width: 1320px;
}

/* content */
#content {
	width: 68%;
	float: none;
	display: table-cell;
	vertical-align: top;
	padding: 6.2% 0;
}
.sidebar1 #content {
	padding-right: 6%;
}
.sidebar-none #content {
	width: 100%;
	float: none;
	display: block; /* required to reset table-cell layout */
}

/* sidebar */
#sidebar {
	width: 32%;
	float: none;
	display: table-cell;
	vertical-align: top;
	padding: 6.2% 3%;
	background-color: #f2f2eb;
}
#sidebar .secondary {
	width: 47%;
}

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

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

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

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap {
	background-color: rgba(0, 190, 138, .8);
	color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 302;
	padding: 1em 0;
}
#headerwrap a {
	color: #fff;
}

/* if admin bar is visible */
.admin-bar #headerwrap {
	margin-top: 32px;
}
@media screen and ( max-width: 782px ) {
	.admin-bar #headerwrap {
		margin-top: 46px;
	}
}

#header {
	position: relative;
	width: 94%;
}
.logo-wrap {
	display: inline-block;
	vertical-align: middle;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.250em;
	text-transform: uppercase;
	letter-spacing: -.04em;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/*
SITE DESCRIPTION
================================================ */
#site-description {
	margin: .45em 0 0;
	padding: 0;
	line-height: 1.375em;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.750em;
	opacity: .7;
}
#site-description .site-taglink{
	color: inherit;
	font: inherit;
}
#site-description .site-taglink:hover{
	text-decoration:none;
}
/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	margin-right: 81px;
	margin-top: 1em;
}
.social-widget a {
	text-decoration: none;
}
.social-links .icon-medium i {
	font-size: 17px;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	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: none;
	border: none;

	border-radius: 0;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget .social-links.horizontal li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* increase social icons a bit */
.social-links .icon-medium i {
	font-size: 21px;
}

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

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	display: block;
	float: right;
	position: relative;
	margin-top: .3em;
}
#headerwrap #searchform {
	position: absolute;
	right: 0;
	border-left: solid 1px #fff;
	z-index: 1;
}
#headerwrap #searchform #s {
	width: 57px;
	background: transparent;
	box-shadow: none;
	color: #ccc;
	margin: 0;
	padding: 12px 43px 12px 12px;
	float: right;
	border: none;
	opacity: 0;
	border-radius: 0;
	transition: width .7s, background .7s, opacity .7s;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 279px;
	color: #000;
	background-color: #fff;
	opacity: 1;
}
#headerwrap #searchform .icon-search:before {
	content: '\e803'; /* fa-search */
	font-family: 'themify_theme_icon';
	font-size: 1.1em;
	font-style: normal;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
#headerwrap #searchform:focus .icon-search:before,
#headerwrap #searchform:hover .icon-search:before {
	color: #000;
}

/* 
MAIN NAVIGATION
================================================ */
.sidemenu {
	display: inline;
	vertical-align: middle;
}
#main-nav-wrap {
	display: inline-block;
	vertical-align: middle;
}
#main-nav {
	margin: 0;
	float: left;
	font-family: 'Montserrat', sans-serif;
	margin-left: 1.6em;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}

/* main level link */
#main-nav a {
	display: block;
	padding: .5em .63em 1em;
	margin: 0;
	text-decoration: none;
	position: relative;
}
#main-nav li a:after {
	content: '';
	display: block;
	border-bottom: solid 4px #fff;
	width: 0;
	height: 4px;
	position: absolute;
	bottom: 6px;
	left: 0;
	transition: width .7s;
}

/* main level link :hover & current link */
#main-nav li:hover a:after,
#main-nav .current_page_item > a:after, 
#main-nav .current-menu-item > a:after {
	width: 100%;
}

/* sub-levels link */
#main-nav ul a {
	font-size: .95em;
	color: #666;
	padding: 10px 0;
	display: block;
	width: 180px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin: 0 15px;
}
#main-nav ul li:last-child > a {
	border: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover {
	color: #00be8a;
}

/* dropdown ul */
#main-nav ul {
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 3px;
	font-size: .95em;
	list-style: none;
	margin: 20px 0 0 -106px;
	padding: 5px 0px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	top: 100%;
	transition: all .2s;
}
#main-nav ul:after,
#main-nav ul:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;

}
#main-nav ul:before {
	border-bottom-color: #000;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}
#main-nav ul:after {
	border-bottom-color: #fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
/* Arrow on left side for sub sub level menu */
#main-nav ul ul:after,
#main-nav ul ul:before {
	left: -10px;
	top:24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#main-nav ul ul:before {
	border-right-color: #ddd;
	border-width: 11px;
	margin-top: -11px;
}
#main-nav ul ul:after {
	border-right-color: #00be8a;
	border-width: 10px;
	margin-top: -10px;
}
#main-nav ul li {
	background: none;
	float: none;
	display: block;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 100%;
	top: -7px;
	margin-top: 0;
	margin-left: 20px;
}
/* show dropdown ul */
.no-touch #main-nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
#main-nav li li:hover > ul {
	margin-left: 0;
}
.touch #main-nav .has-sub-menu.dropdown-open > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.touch #main-nav .has-sub-menu > a {
	padding-right: 0;
}
#main-nav .sub-arrow {
	border-radius: 100%;
	padding: 0 7px;
	margin-left: 7px;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
.menu-icon-inner {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 1.5em;
	height: 1.2em;
	overflow: hidden;
	vertical-align: middle;
}
.menu-icon-inner:before,
.menu-icon-inner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	transition: all .7s ease;
	transition-property: transform;
}
.menu-icon-inner:before {
	top: 0;
}
.menu-icon-inner:after {
	top: 50%;
}
.menu-icon-inner,
.menu-icon-inner:before,
.menu-icon-inner:after {
	border-bottom: 5px solid;
}
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;
	right: 300px;
	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 */
}
/*
TRANSPARENT HEADER
================================================ */
.transparent-header #pagewrap {
	padding-top: 0 !important;
}
.transparent-header #headerwrap {
	border: none;
	background: none;
	color: #fff;
}
.transparent-header #headerwrap a {
	color: #fff;
}
.transparent-header #headerwrap #site-logo a {
		color: inherit;
}
.transparent-header #main-nav ul a {
	color: #666;
}
.transparent-header #headerwrap.fixed-header {
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
}

/* prevent transparent header overlap builder */
.themify_builder_active #pagewrap,
.transparent-header.themify_builder_active #pagewrap {
	padding-top: 0 !important;	
}
.themify_builder_active #headerwrap {
	position: static !important;	
}
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
	color: inherit;
}
.admin-bar.themify_builder_active #headerwrap {
	margin-top: 0;
}
.transparent-header.themify_builder_active #headerwrap a {
	color: inherit;
}

/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 0.938em;
	padding: 0;
	font-family: 'Montserrat';
	font-size: 4em;
	line-height: 110%;
}
.split-scroll .page-title {
	display: none; /* hide page title when split-scroll is enabled */
}

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

/*
PAGINATION
================================================ */
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: center;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a, .pagenav span {
	font-size: 1em;
	font-weight: 400;
	display: inline-block;
	line-height: 100%;
	margin: 0 1px 0 0;
	min-width: 1em;
	padding: .5em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.pagenav a:hover,
.pagenav .current {
	background-color: #00be8a;
	border-radius: 100%;
	color: #fff;
}

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

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

/* post title */
.post-title {
	font-size: 3.5em;
	font-family: 'Montserrat';
	line-height: 1.1em;
	margin: 0 0 .6em;
	padding: 0;
	letter-spacing: -.025em;
}
.post-title a {
	text-decoration: none;
	color: inherit;
}

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

/* top post meta */
.top-post-meta {
	padding: 0 0 .95em;
}
/* post category */
.post-category {
	font-size: .9em;
	line-height: 1.6em;
	letter-spacing: .08em;
	margin: 0 0 .5em;
	padding: 0;
	text-transform: uppercase;
}

/* post meta */
.post-meta {
	font-size: .8em;
	line-height: 1.6em;
	margin: 0 0 1em;
	padding: 0;
	text-transform: uppercase;
}
.post-meta a {
	text-decoration: none;
}
.post-meta span {
	margin-right: .6em;
}
.post-meta .post-meta-inline {
	display: block;
	margin: 1em 0 1.3em;
}

/* post author */
.post-author {
	letter-spacing: .08em;
	display: inline-block;
}

/* post date */
.post-date {
	display: inline-block;
	margin-right: 1.5em;
	letter-spacing: .05em;
	vertical-align: middle;
}
.post-date span {
	margin-right: 0;
}
.post-date:before,
.post-tag:before,
.post-comment:before {
	content: '\e801'; /* ti-tag */
	display: inline-block;
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: middle;
}
.post-date:before {
	content: '\e800'; /* ti-calendar */
	font-size: 1.35em;
}

/* post tag */
.post-tag {
	letter-spacing: .04em;
}
.post-tag:before {
	content: '\e801'; /* ti-tag */
	font-size: 1.65em;
	margin-right: 5px;
}

/* post comment */
.post-comment:before {
	content: '\e806'; /* ti-comment */
	font-size: 1.35em;
}

/* author avatar */
.author-avatar {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.author-avatar img {
	max-width: 80px;
}
.author-avatar .avatar {
	border-radius: 100%;
	width: 50px;
}
/* reduce avatar img size for grid layouts */
.loops-wrapper.grid4 .author-avatar img,
.loops-wrapper.grid3 .author-avatar img,
.loops-wrapper.grid2 .author-avatar img,
.loops-wrapper.list-thumb-image .author-avatar img,
.loops-wrapper.grid2-thumb .author-avatar img {
	margin: 0 .4em 0 0;
	width: 30px;
}

/* Blog Single Post */
.single-post .post-image {
	margin: 0;
}
.single-post .post-author {
	margin: 0 0 2em;
}
.single-post .post-date:before {
	margin-right: 17px;
}
.single-post .post-tag:before {
	margin-right: 11px;
}

/* Featured Area */
.featured-area {
	width: 100%;
	position: relative;
	background-color: #000;
	display: table;	
}
.top-post-meta-wrap {
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
	display: table-cell;
	vertical-align: middle;	
}
.top-post-meta-wrap a {
	color: #fff;
}
.post-image + .top-post-meta-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-excerpt-wrap {
	max-width: 485px;
	margin: auto;
	font-size: 1.13em;
	letter-spacing: .02em;
	line-height: 1.5em;
}
.top-excerpt-wrap p {
	padding: 0;
}

/* when single-post has video instead of featured image */
.single-post.has-video .top-post-meta-wrap {
	padding-top: 3%;
	display: block; /* required to reset display:table-cell when post has video instead of image */
}
.single-post.has-video .post-title {
	font-size: 2em;
}

/* single post no sidebar */
.single-post.sidebar-none .featured-area,
.single-portfolio.sidebar-none .featured-area {
	width: 50%;
	position: fixed;
	top: 0;	
	left: 0;
	height: 100%;
}
.single-post.sidebar-none .featured-area .post-image,
.single-post.sidebar-none .featured-area .post-image img,
.single-portfolio.sidebar-none .featured-area .post-image,
.single-portfolio.sidebar-none .featured-area .post-image img {
	height: 100%;
}
.single-post.sidebar-none #layout,
.single-portfolio.sidebar-none #layout {
	width: 50%;
	float: right;
	max-width: none;
	display: block !important;
}
.single-post.sidebar-none #content,
.single-portfolio.sidebar-none #content {
	padding-left: 8%;
	display: block;
	min-height: 700px;
	padding-right: 8%;
}
.single-post.full_width #content,
.single-portfolio.full_width #content {
	padding: 0;
}
.single-post.sidebar-none #footerwrap,
.single-portfolio.sidebar-none #footerwrap {
	width: 50%;
	float: right;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 100px;
}
.single-post.sidebar-none .post-nav,
.single-portfolio.sidebar-none .post-nav {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 50%;
	z-index: 1;
	background-color: #fff;
	padding: 0;
}
.single-post.sidebar-none .post-nav .prev,
.single-post.sidebar-none .post-nav .next,
.single-portfolio.sidebar-none .post-nav .prev,
.single-portfolio.sidebar-none .post-nav .next {
	border: none;
	border-top: solid 1px #d6d7d8;	
}
.single-post.sidebar-none .post-nav .next,
.single-portfolio.sidebar-none .post-nav .next {
	border-left: solid 1px #d6d7d8;
}
.single-post.sidebar-none .post-nav .prev + .next,
.single-portfolio.sidebar-none .post-nav .prev + .next {
	border-left: none;
}
.single-post.sidebar-none .post-nav .prev,
.single-portfolio.sidebar-none .post-nav .prev {
	border-right: solid 1px #d6d7d8;
}
.single-post.sidebar-none .post-content,
.single-portfolio.sidebar-none .post {
	min-height: 120px;
}
.single-post.sidebar-none .post-content:focus,
.single-portfolio.sidebar-none .post-content:focus {
	outline: none;
}
.single-post.sidebar-none .author-box,
.single-post.sidebar-none .commentwrap {
	margin-right: 11.1%;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title {
	margin-bottom: .35em;
	letter-spacing: -.04em;
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 2.5em;
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.4em;
}
.col3-1 .loops-wrapper.grid4 .post-title,
.col3-2 .loops-wrapper.grid4 .post-title,
.col4-1 .loops-wrapper.grid4 .post-title,
.col4-2 .loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3em;
}
.loops-wrapper.grid3 .post-title {
	font-size: 2em;
}
.col3-1 .loops-wrapper.grid3 .post-title,
.col3-2 .loops-wrapper.grid3 .post-title,
.col4-1 .loops-wrapper.grid3 .post-title,
.col4-2 .loops-wrapper.grid3 .post-title {
	font-size: 1.2em;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.5em;
}
.loops-wrapper.grid2 .post-title {
	font-size: 1.8em;
	margin: 0 0 .415em;
}
.col3-1 .loops-wrapper.grid2 .post-title,
.col3-2 .loops-wrapper.grid2 .post-title,
.col4-1 .loops-wrapper.grid2 .post-title,
.col4-2 .loops-wrapper.grid2 .post-title {
	font-size: 1.3em;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.5em;	
}
.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 */
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.loops-wrapper.list-thumb-image .post-video {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;	
	padding-bottom: 12.25%;
}

/*
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 {
	width: 100%;
	text-align: center;
	content: '\e805'; /* fa-angle-left */
	font-family: 'themify_theme_icon';
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before {
	content: '\e807'; /* fa-angle-right */
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager {
	clear: both;
	text-align: center;
	line-height: 100%;
	width: auto;
}
.loops-wrapper.slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 3px 0;
	background-color: #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: 1em 0 4em;
	border: none;
}
.author-box .author-avatar {
	float: left;
	margin: 0 1.1em 0 0;
	padding: 0;
}
.author-box .author-name {
	margin: 0 0 .3em;
}

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

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 1.8em;
	padding: 0;
	clear: both;
	border-collapse: collapse;
/*	display: table !important;
	width: 100%;*/
}
.post-nav .prev,
.post-nav .next {
	width: 50%;
	position: relative;
/*	display: table-cell;
	vertical-align: middle;*/
	float: left;
	border: solid 1px #d6d7d8;
	box-sizing: border-box;
}
.post-nav .next {
	text-align: right;
	float: right;
}

/* post nav link */
.post-nav a {
	text-decoration: none;
	display: block;
	color: inherit;
	padding: 4.3% 67px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.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;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 18px;
}
.post-nav .next .arrow {
	float: right;
	left: auto;
	right: 18px;
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	color: #000;
	font-size: 19px;
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
}
.post-nav .next .arrow:before {
	content: '\e804'; /* ti-arrow-right */
}
.post-nav .prev .arrow:before {
	content: '\e802'; /* ti-arrow-left */
}

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

/* comment title */
.comment-title, .comment-reply-title {
	font: normal 1.1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0 0 2.6em;
	padding: 0;
	letter-spacing: .01em;
}

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

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 0;
}
.commentlist li {
	margin: 0;
	padding: 0 0 1.15em;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 0;
	padding: 0;
}
.commentlist .comment-author br {
	display: none;
}
.commentlist .avatar {
	float: left;
	margin: 0 1.2em 0 0;
	border-radius: 100%;
}
.commentlist cite {
	color: #00be8a;
	display: inline-block;
	font-size: .85em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: .7em;
	letter-spacing: -.01em;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite:before {
	content: '\e80a'; /* fa-bookmark */
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 12px;
}
.commentlist .comment-time {
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding: 1.5em 0 0;
	word-wrap: break-word;
	clear: both;
	max-width: 90%;
	letter-spacing: -.005em;
}
.commentlist ul, .commentlist ol {
	margin: 1.15em 0 0 6%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0px;
	top: -2px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #00be8a;
	color: #fff;
	padding: 1em 1.5em;
	border-radius: 2em;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
	background-color: #000;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 3.5em 0 0;
	position: relative;
	clear: both;
	border-top: solid 4px #d6d7d8;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 1em 1.5em;
	display: block;
	color: #fff;
	background-color: #00be8a;
	border-radius: 2em;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #000;
}
#commentform {
	margin: 0;
}
#commentform p {
	padding: 0 0 .6em;
}
#commentform label {
	font-weight: normal;
}
#commentform label small {
	font-weight: normal;
	text-transform: none;
}
#commentform textarea {
	height: 170px;
}
#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%;
}

/************************************************************************************
7.1 PORTFOLIO POST TYPE
*************************************************************************************/
.single-portfolio.sidebar-none .post-filter {
	padding-right: 11.1%;
}
.project-date,
.project-client,
.project-services,
.project-view {
	color: #999999;
	font-size: .85em;
	margin: 0;
	margin-bottom: 1em;
	padding-right: 1em;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.project-date strong,
.project-client strong,
.project-services strong,
.project-view strong {
	color: #00be8a;
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* Post Filter */
.post-filter {
	text-align: center;
	margin: 1em 0 2em;
	font-family: 'Montserrat', sans-serif;
    opacity: 0;
    visibility: hidden;
}
.post-filter li {
	display: inline-block;
	margin: 0 10px;
}
.post-filter li a {
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	font-size: .85em;
}
.post-filter li a:after {
	font-family: 'themify_theme_icon';
	content: '\e808'; /* fa-close */
	font-weight: bold;
	left: 50%;
	position: absolute;
	top: 17px;
	font-size: .6625em; /* 9/16 */
	margin-left: -.5em;
	opacity: 0;
	transition: all .3s ease;
}
.post-filter li:hover > a {
	opacity: 1;
}
.post-filter li.active a {
	position: relative;
	opacity: 1;
}
.post-filter li.active a:after {
	opacity: 1;
	transform:rotate(360deg);
}
.single-portfolio .project-meta {
	margin-bottom: 3em;
}
.single-portfolio .project-meta:after {
	content: '';
	clear: both;
	display: block;
}

/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 3em;
}
.widgettitle {
	margin: 0 0 1.2em;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: -.01em;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

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

/* recent post widget */
.widget_recent_entries li {
	margin: 0 0 1em;
}
.widget_recent_entries a {
	font-size: 1.2em;
	display: inline-block;
	margin: 0 0 .3em;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: .95em
}

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

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

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

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

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
	margin-right: 9px;
	margin-bottom: 9px;
	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 {
	background-color: #00ca93;
	clear: both;
	color: #fff;
	padding: 1.2em 0;
}
#footerwrap a {
	color: #fff;
}
#footer {
	position: relative;
	font-size: .9em;
	line-height: 1.6em;	
}

/* footer widgets */
.footer-widgets {
	clear: both;
}
.footer-widgets .widget {
	margin-bottom: 2em;
	margin: 1em 0;
}

/* footer text */
.footer-text {
	clear: both;
	font-size: 85%;
}
.footer-text .one {
	float: left;
}
.footer-text .two {
	float: right;
	text-align: right;
}

/* back to arrow */
.back-top {
	text-align: center;
	width: 60px;
	height: 35px;
	position: absolute;
	left: 0;
	top: -54px;
	bottom: 100%;
	padding: 0;
	margin: 0;
}
.back-top a {
	background-color: #00ca93;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 35px;
	position: relative;
}
.back-top:hover a {
	background-color: #000;
}
.back-top a:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border: 1px solid transparent;
	border-left-color: inherit;
	border-top-color: inherit;
	transform: rotateZ(45deg) translate(-50%, -50%);
	transform-origin: 0 0;
	position: absolute;
	top: 60%;
	left: 50%;
	transition: all .3s linear;
	transition-property: transform, top;
}

/************************************************************************************
SHORTCODE BUTTON
*************************************************************************************/
a.shortcode.button {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
}
a.shortcode.button.large,
a.shortcode.button.xlarge {
	font-weight: normal;
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* 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;
}
body:not(.has-builder).split-scroll .themify_builder_turn_on {
	margin-top: 100px;
	display: inline-block;
}

.split-scroll .fullheight-map .map-container {
	min-height: 100vh;
}

/* Disable background attachment */
.iphone #headerwrap {
	background-attachment: scroll !important;
	background-position: center !important;
}

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

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

/************************************************************************************
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: none;
	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 */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after {
	content: "";
	display: table;
	clear: both;
}

/************************************************************************************
14. WOOCOMMERCE
*************************************************************************************/
/* button */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	background-color: #00be8a;
	border: none;
	border-radius: 5em;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: .9em;
	padding: .7em 1.3em;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .075em;
	transition: .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-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page 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,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
	background-color: #000;
	color: #fff;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	border: 1px solid #ddd;
}

/* add to cart button in product archive */
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button[data-product_id] {
	font-size: .8em;
}

/* pagination */
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
	border: none;
	border-right: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 .2em;
}
.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,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background-color: #00be8a;
	border-radius: 100%;
	color: #fff;
}

/* make woocommerce image smaller on split-scroll pages */
.col3-1 ul.products li.product a img ,
.col3-2 ul.products li.product a img ,
.col4-1 ul.products li.product a img ,
.col4-2 ul.products li.product a img  {
	padding: 0 10%;
}

/* CART
================================================ */
.woocommerce table.shop_table {
	border-radius: 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #ddd;
	padding: 1em 1.5em;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
	color: inherit !important;
}
.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background-color: #ed1e24;
	color: #fff !important;
}

/* coupon */
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	border: 1px solid #ddd;
	padding: .45em;
	width: 6.5em;
}

/* quantity */
.woocommerce .quantity .qty {
	margin: 0 .5em 0 0;
}

/* price */
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: inherit;
}

/* proceed */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
}

/* cart totals */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	text-align: right;
}

/* cart collaterals */
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ddd;
	width: 17%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	text-align: right;
}

/* cart table h2 */
.cart-collaterals h2 {
	font-size: 1.8em;
}

/* cart update button */ 
.woocommerce .cart-collaterals .shipping_calculator .button, 
.woocommerce-page .cart-collaterals .shipping_calculator .button {
	display: inline-block;
	width: auto;
}

/* cart live css */
.woocommerce .cart .button,
.woocommerce .cart input.button {
	margin: 0 .1em;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button span,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display: none;
}

/* CHECKOUT
================================================ */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #ddd;
}

/* payment */
.woocommerce-checkout #payment {
	background-color: #f4f4f4;
	border-radius: 0;
}
/* payment box */
.woocommerce-checkout #payment div.payment_box {
	background-color: #ed1e24;
	color: #ffc4c6;
	text-shadow: none;
}
.woocommerce-checkout #payment div.payment_box:after {
	border-bottom-color: #ed1e24;
	top: -1px;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #ddd;
}

/* message, info, error */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	border-top: 5px solid #ed1e24;
	background-color: #F4F4F4;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	color: inherit;
	text-shadow: none;
	box-shadow: none;
}

/* ARCHIVE PRODUCTS
================================================ */
/* Sale */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	position: absolute;
	left: auto;
	top: -7px;
	right: -7px;
	box-shadow: none;
	text-transform: Uppercase;
	text-shadow: none;
	border-radius: 100%;
	background-color: #ed1e24;
	font-size: .675em;
	letter-spacing: .12em;
	padding: .68em;
	color: #fff;
	margin: 0 auto 1em;
	display: inline-block;
}

/* archive product */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 3.5em;
}
.woocommerce ul.products li.product .star-rating {
	margin: auto;
	margin-bottom: 1em;
}

/* archive product title */
.woocommerce ul.products li.product h3 {
	font: normal 1.3em 'Montserrat', sans-serif;
	padding: .2em 0;
	margin-bottom: .15em;
	letter-spacing: -.04em;
}
.woocommerce ul.products li.product .onsale + h3 {
	margin-top: 2em;
}

/* product image */
.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-page #content div.product div.images img, 
.woocommerce-page div.product div.images img,
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
}
.woocommerce-page ul.products li.product:hover img,
.woocommerce ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product h3 {
	color: #000;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
	margin: 0 .2em;
	font-weight: bold;
	letter-spacing: .11em;
}
.woocommerce ul.products li.product .price del {
	opacity: 1;
	color: #999;
	font-weight: normal;
}

/* SINGLE PRODUCTS
================================================ */
/* single title */
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 2em;
}

/* single price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: inherit;
}

/* tabs */
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #ddd;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	background-color: #000;
	color: #fff;
	padding: .8em 1.9em;
	text-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #fff;
	color: #000;
}


/* single product sale */
.woocommerce.single-product span.onsale,
.woocommerce-page.single-product span.onsale,
.woocommerce.single-product ul.products li.product .onsale,
.woocommerce-page.single-product ul.products li.product .onsale {
	right: auto;
	left: 0;
	margin: -.5em -.5em 0 0;
}

/* single product tabs h2 */
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2,
.woocommerce-page div.product .woocommerce-tabs h2,
.woocommerce .related h2,
.woocommerce-page .related h2,
.woocommerce .upsells h2,
.woocommerce-page .upsells h2 {
	font-size: 1.8em;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	letter-spacing: -.015em;
	margin: 1em 0 .5em;
}

/* single product review */
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	width: 75px;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li img + .comment-text {
	margin: 0 0 0 95px;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: auto;
	font-family: 'Sorts Mill Goudy', serif;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: normal;
	font-size: 1.5em;
	display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-size: 100%;
	font-style: italic;
}

/************************************************************************************
Split Scroll
*************************************************************************************/
/* Make turn on Builder link accessible */
.full-section-scrolling a.tb_turn_on {
    position: fixed;
    bottom: 5px;
    left: 0;
    z-index: 1000;
    margin: 0;
}

.ms-left > .module_row {
	background-color: #fff; /* prevents content overlap in split layout */
}
.split-scroll #pagewrap {
	padding-top: 0 !important; /* push pagewrap to top when split-scroll is on */
}
.split-scroll #content {
	padding: 0;
	width: 100%;
}

.split-scroll .themify_builder .module_row {
	min-height: 100vh;
	display:-ms-flexbox;
	display: flex;
	width: 100%;
}
.full-section-scrolling.themify_builder_active .themify_module_holder,
body:not(.themify_builder_active).full-section-scrolling .row_inner > .module_column,
.split-scroll .themify_builder .row_inner {
	min-height: 100vh;
}
.full-section-scrolling .row_inner,
body:not(.themify_builder_active).full-section-scrolling .row_inner > .module_column {
	height: 100%;
}

/* reset row height in layout part */
.full-section-scrolling .themify_builder:not(.not_editable_builder) .module-layout-part  .module_row:not(.fullheight),
.full-section-scrolling .module-layout-part .themify_builder .module_row:not(.fullheight) .row_inner,
.full-section-scrolling .module-layout-part .module_row:not(.fullheight) .row_inner > .tb-column,
.full-section-scrolling.themify_builder_active .module-layout-part .module_row:not(.fullheight) .tb-column .tb_holder {
	height:auto;
	min-height:0;
}

/* Set full width column */
.split-scroll .ms-left .module_row.fullwidth .row_inner, 
.split-scroll .ms-right .module_row.fullwidth .row_inner,
.split-scroll.themify_builder_active .row_inner,
.split-scroll .module_row .ms-tableCell {
	width: 100%;
}

/* set col full section middle aligned */
.full-section-scrolling.themify_builder_active .themify_module_holder,
.full-section-scrolling .module_row.ms-table .tb-column{
	-ms-flex-align: center;
	align-items: center; /* for single line flex container */
	align-content: center; /* for multi-line flex container */
	backface-visibility: hidden;
}

/* set col full sub row section top aligned */
.full-section-scrolling.themify_builder_active .col_align_top .themify_module_holder,
.full-section-scrolling .module_row.ms-table .col_align_top .tb-column,
.full-section-scrolling .module_row.ms-table .col-full.tb-column .col_align_top .sub_columnY{
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-ms-flex-line-pack: flex-start;
	align-content: flex-start;
}

/* set col full sub row section bottom aligned */
.full-section-scrolling.themify_builder_active .col_align_bottom .themify_module_holder,
.full-section-scrolling .module_row.ms-table .col_align_bottom .tb-column,
.full-section-scrolling .module_row.ms-table .col-full.tb-column .col_align_bottom .sub_column {
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-ms-flex-line-pack: flex-end;
	align-content: flex-end;
}

/* Sub Row Viewport Height Reset*/
.full-section-scrolling.themify_builder_active .sub_column .themify_module_holder {
	min-height: inherit;
}

/* Main Row Viewport Height */
.full-section-scrolling.themify_builder_active .module_row .tb-column .tb_holder,
.full-section-scrolling .themify_builder:not(.not_editable_builder) .module_row {
	min-height: 100vh;
}

/* Sub Row Viewport Height Reset*/
.full-section-scrolling.themify_builder_active .module_row .themify_builder_sub_row .module_column .tb_holder,
.builder-breakpoint-mobile.full-section-scrolling.themify_builder_active .themify_builder:not(.not_editable_builder) .tb_holder {
	min-height: 37px;
}

/* Fullheight rows in IE */
.split-ie #pagewrap {
	padding-top: 0 !important; /* push pagewrap to top when split-scroll is on */
}
.split-ie.themify_builder_active #pagewrap {
	padding-top: 120px !important;
}
.split-ie #content {
	padding: 0;
	width: 100%;
}

/* set full height column */
.split-ie .tb-column  {
	display: table;
	table-layout: fixed; /* for Firefox display:table bug */
	height: 100vh;
}
.split-ie .tb-column.col-full {
	width: 100%; /* require to display:table */
}
.split-ie .tb-column-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%; /* require to make column with video bg display correctly */
}

/* Fix parallax scrolling bg */
.split-scroll .themify_builder .builder-parallax-scrolling{
	 background-attachment: scroll;
}

/* set split scroll footer back top */
.split-scroll #footerwrap {
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0;
	width: 100%;
	transition: all .3s;
	transform: translateY(100%);
}
.split-scroll .back-top {
	left: 50%;
	transform: translateX(-50%);
}
.split-scroll #footerwrap.expanded .back-top a:before {
	transform: rotateZ(225deg) translate(-50%, -50%);
	top: 40%;
}
.split-scroll #footerwrap.expanded {
	transform: translateY(0px);
}

/* multi-scroll pager */
#multiscroll-nav.right {
	right: 8px !important;
}
.themify_builder_active #multiscroll-nav {
	display: none; /* hide pager when builder on */
}

/* set split scroll nav menu */
#multiscroll-nav .multiscroll-tooltip {
	padding: .575em 1.5em;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	border-top-left-radius: 5em;
	border-bottom-left-radius: 5em;
	right: 3em;
	top: -1em;
}
#multiscroll-nav .multiscroll-tooltip:after {
	content: " ";
	border: solid transparent 1.5em;
	border-left: solid rgba(0,0,0,.8) 1.5em;
	bottom: 50%;
	width: 0;
	height: 0;
	left: 100%;
	margin-bottom: -1.5em;
	position: absolute;
}
#multiscroll-nav li {
	text-transform: uppercase;
}
#multiscroll-nav li .active span {
	border-color: rgba(9, 134, 98, .8) !important;
	width: 10px;
	height: 10px;
	margin-left: -1px;
	margin-top: -1px;
	background: none !important;
}
#multiscroll-nav span {
	top: 2px;
	left: 2px;
	width: 6px;
	height: 6px;
	border: 2px solid rgba(88, 88, 88, 0.77) !important;
	position: absolute;
}
#multiscroll-nav li[data-tooltip]:not([data-tooltip=""]) .multiscroll-tooltip {
	display: block !important;
}
#multiscroll-nav li[data-tooltip] .multiscroll-tooltip {
	display: none !important;
}

/* mobile breakpoint */
@media screen and (max-width: 760px) {
	.split-scroll-off .tb-column {
		padding-top: 18%;
		padding-bottom: 18%;		
		height: auto;
	}
	.full-section-scrolling .themify_builder .module_row .row_inner,
	.full-section-scrolling .module_row .row_inner > .tb-column {
		height: auto; /* reset height on mobile */
	}
}

#left-content {
	position: relative !important;
	left: 0 !important;
	float: left;
	z-index: 10;
	overflow: hidden;
}

.split-scroll .themify_builder .module_row {
	width: 200% !important;
	overflow: hidden;
	visibility: visible !important;
}

.split-scroll.themify_builder_active .themify_builder .module_row {
	width: 100% !important;
	overflow: visible;
}

#right-content {
	position: relative !important;
	left: 0 !important;
	right: 0 !important;
	float: left;
	z-index: 1;
	overflow: hidden;
}
#right-content .module_row {
	left: -100%;
}

@media only screen and (max-width: 1320px) {
	.full_width .module_row > .row_inner {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	#left-content {
		overflow: visible !important;
	}
	#right-content {
		display: none;
	}
}

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.split-scroll .tb-column  {
		min-height: 768px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.split-scroll .tb-column  {
		min-height: 1024px;
	}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.split-scroll .tb-column  {
		min-height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	.split-scroll .tb-column  {
		min-height: 568px;
	}
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.split-scroll .tb-column  {
		min-height: 320px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.split-scroll .tb-column  {
		min-height: 480px;
	}
}

/* Fix Themify Popup */
.split-scroll .themify-popup .themify_builder .module_row {
    width: auto !important;
}

/************************************************************************************
PAGE LOAD/UNLOAD SPLIT EFFECT
*************************************************************************************/
.hidden-view {
	background-color: #00bf89;
}
.ready-view {
	transition: margin 1s ease-out;
}
#pagewrap {
	opacity: 0; /* hide pagewrap when loading */
	transition: opacity .5s ease-out;
}
.ready-view #pagewrap {
	opacity: 1; /* show pagewrap when done loading */
}
.themify_builder_active #pagewrap {
	opacity: 1; /* reset opacity when Builder is on */
}

.split-panel {
	height: 100%;
	position: fixed;
	width: 50%;
	z-index: 12;
	background-color: #00bf89;
	transition: all .5s ease-out;
}
.split-left {
	top: 0;
	left: 0;
}
.split-right {
	bottom: 0;
	right: 0;
}
.themify_builder_active .split-panel {
	display: none;
}
.ready-view .split-left {
	top: -100%;
}
.ready-view .split-right {
	bottom: -100%;
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
#load-more {
	clear: both;
	padding: 50px 0;
}
.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;
}

/************************************************************************************
PAGE LOADER ANIMATION
*************************************************************************************/
.split-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 105;
	background-color: #00bf89;
	perspective: 1000;
}
.split-spinner {
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	animation: rotateplane 1.2s infinite ease-in-out;
}
.fa.split-spinner{
		background: none;
		display: block;
		color:#fff;
		font-size: 3.2em;
}
@keyframes rotateplane {
	0% { 
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	} 50% { 
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	} 100% { 
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}/************************************************************************************
MOBILE NAVIGATION
*************************************************************************************/
/* change max-width to trigger mobile menu active class */

/************************************************************************************
HEADER
*************************************************************************************/
.mobile_menu_active #header {
	height: auto;
}

/* reset absolute elements to static */
.mobile_menu_active #site-logo, 
.mobile_menu_active #site-description  {
	position: static;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

/* site logo */
.mobile_menu_active #site-logo {
	font-size: 30px;
}

/* header widget */
.mobile_menu_active .header-widget {
	position: static;
	float: none;
	text-align: left;
	clear: both;
	margin: 0;
}
.mobile_menu_active .header-widget .widget {
	margin: 0 0 10px;
}

/* menu icon */
.mobile_menu_active #menu-icon {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	text-decoration: none;
	font-size: 1.2em;
	transform:			translateY(-50%);
}

/* 
MENU PANEL
================================================ */
/* Mobile Menu Styles */
.mobile_menu_active .sidemenu {
	transition: all .2s ease-in-out;
	height: 100%;
	width: 250px;
	padding: 50px 25px 20px;
	background-color: #00be8a;
	display: block;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	z-index: 111;
}
.mobile_menu_active #mobile-menu {
	right: -300px;
}
.mobile_menu_active #mobile-menu.sidemenu-on {
	right: 0;
}
.mobile_menu_active.sidemenu-active {
	position: relative;
}
.mobile_menu_active.sidemenu-active,
.mobile_menu_active.sidemenu-active #headerwrap {
	left: 0;
	transition: left .2s ease-in-out;
}
.mobile_menu_active.sidemenu-right,
.mobile_menu_active.sidemenu-right #headerwrap {
	left: -250px;
}
.mobile_menu_active.sidemenu-left,
.mobile_menu_active.sidemenu-left #headerwrap {
	left: 250px;
}

/* mobile menu panel link */
.mobile_menu_active #mobile-menu-panel a {
	color: #fff;
	text-decoration: none;
}

/* slide menu close */
.mobile_menu_active #menu-icon-close {
	position: absolute;
	display: block;
	text-decoration: none;
	top: 10px;
	right: 20px;
	font-size: 1.4em;
}
.mobile_menu_active #menu-icon-close:after {
	content: '\e808';
	font-family: 'themify_theme_icon';
}
.mobile_menu_active #menu-icon-close:hover {
	color: #000;
}

/* main nav */
.mobile_menu_active #main-nav-wrap {
	display: block;
}
.mobile_menu_active #main-nav {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 15px 0 50px;
	background: none;
	border: none;
	text-align: left;
	float: none;
	clear: both;
}
.mobile_menu_active #main-nav li {
	float: none;
	display: block;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	clear: both;
}

/* sub level */
.mobile_menu_active #main-nav ul {
	position: static;
	width: auto;
	height: auto;		
	display: block;
	border: none;
	margin: 0;
	padding: 0 0 0 1em;
	background: none;
	visibility: visible;
	opacity: 1;
	clear: both;
}
.mobile_menu_active #main-nav ul li {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* menu link */
.mobile_menu_active #main-nav a, 
.mobile_menu_active #main-nav ul a {
	width: auto;
	display: block;
	border: none;
	padding: .6em 0;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	background: none;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.mobile_menu_active #main-nav li a:after {
	display: none;
}

/* sub level menu link */
.mobile_menu_active #main-nav ul a {
	font-weight: normal;
	font-size: .95em;
	text-align: left;
}

/* menu hover */
.mobile_menu_active #main-nav a:hover,
.mobile_menu_active #main-nav ul a:hover {
	color: #fff;
}

/* sub-menu icon */
.mobile_menu_active #main-nav .menu-item-has-children > a:after,
.mobile_menu_active #main-nav ul .menu-item-has-children > a:after {
	display: none;
}

/* current link */
.mobile_menu_active #main-nav .current_page_item > a, 
.mobile_menu_active #main-nav .current-menu-item > a {
	color: #fff;
}
.mobile_menu_active #main-nav ul:after,
.mobile_menu_active #main-nav ul:before {
	display: none;
}
.mobile_menu_active #main-nav .sub-arrow {
	display: none !important;
}
.mobile_menu_active.admin-bar .sidemenu {
	top: 32px;
}

/* 
SEARCH FORM
================================================ */
.mobile_menu_active #searchform-wrap {
	float: none;
}
.mobile_menu_active #headerwrap #searchform {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	float: none;
	clear: both;
	margin: 0 0 1em;
	padding: 0;
	width: auto;
}
.mobile_menu_active #headerwrap #searchform #s  {
	width: 100%;
	float: none;
	transition: none;
	background-color: #fff;
	opacity: 1;
}
.mobile_menu_active #headerwrap #searchform #s:focus,
.mobile_menu_active #headerwrap #searchform #s:hover,
.mobile_menu_active #headerwrap #searchform .icon-search:hover + #s {
	width: 100%;
	color: #000;
}
.mobile_menu_active #headerwrap #searchform .icon-search:before {
	padding: 0;
	color: #000;
}

/* 
SOCIAL WIDGET
================================================ */
.mobile_menu_active .social-widget {
	margin: 0 0 1em;
	position: static;
	float: none;
}
.mobile_menu_active .social-widget .widgettitle {
	display: block;
	margin: 0 0 .4em;
}

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

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap {
		max-width: 100%;
	}
	
	#layout,
	.pagewidth,
	.module_row > .row_inner {
		max-width: 96%;
	}
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner {
		max-width:100%;
	}

	/* make row inner to max-width 100% in IE 10/11 browsers */
	.split-ie .module_row .row_inner,
	.split-ie.full_width .module_row .row_inner,
	.split-scroll .module_row .row_inner,
	.split-scroll-off .module_row .row_inner {
		max-width: 100%;
	}

}

@media screen and (max-width: 1200px) {
	/* window width resize nicescroll */
	.single-post.sidebar-none .post-content,
	.single-portfolio.sidebar-none .post-content {
		max-height: none;
	}
	.single-post.sidebar-none .post-nav .prev,
	.single-post.sidebar-none .post-nav .next,
	.single-portfolio.sidebar-none .post-nav .prev,
	.single-portfolio.sidebar-none .post-nav .next {
		display: block;
		float: left;
	}
	.single-post.sidebar-none .post-nav a,
	.single-portfolio.sidebar-none .post-nav a {
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

}

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

}

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

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#layout,
	.pagewidth,
	.module_row > .row_inner {
		max-width: 90%;
	}
	.split-scroll .module_row .row_inner,
	.split-scroll-off .module_row .row_inner {	
		max-width: 100%;
	}	
	#layout {
		max-width: 90%;
	}
	.sidebar1 #content,
	#content {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		display: block !important;
		padding: 6.2% 0;
	}
	
	/* sidebar */
	#sidebar {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		display: block;
	}
	
	.single-post.sidebar-none .featured-area,
	.single-post.sidebar-none #layout,
	.single-post.sidebar-none .post-nav,
	.single-post.sidebar-none #footerwrap,
	.single-portfolio.sidebar-none .featured-area,
	.single-portfolio.sidebar-none #layout,
	.single-portfolio.sidebar-none .post-nav,
	.single-portfolio.sidebar-none #footerwrap {
		width: 100%;
		position: relative !important;
		float: none;
	}
	.single-post.sidebar-none #footerwrap,
	.single-portfolio.sidebar-none #footerwrap {
		margin: 0;
	}
	.single-post .featured-area,
	.single-portfolio .featured-area {
		position: relative;
	}
	.single-post .post-content {
		overflow: hidden !important;
	}
	.post-nav {
		margin-bottom: 1.6em;
		display: block !important;
	}
	.post-nav .prev,
	.post-nav .next {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		clear: both;
	}
	.post-nav a {
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-top: 2.3%;
		padding-bottom: 2.3%;
		font-size: .7em;
	}
	.single-post.sidebar-none .post-nav,
	.single-portfolio.sidebar-none .post-nav {
		padding-right: 11.1%;
	}
	.single-post.sidebar-none .post-nav .prev,
	.single-post.sidebar-none .post-nav .next,
	.single-portfolio.sidebar-none .post-nav .prev,
	.single-portfolio.sidebar-none .post-nav .next {
		margin: 0;
		border-right: none;
	}
	
	.top-excerpt-wrap {
		max-width: none;
		font-size: .9em;
		line-height: normal;
		margin-top: 1em;
	}
	.post-meta {
		font-size: .75em;
		margin:  0 0 1em;
	}
	.post-author {
		margin-bottom: .95em;
	}
	.author-avatar .avatar {
		width: 26px;
	}
	.post-tag {
		margin-top: 1em;
	}

	/* 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.7em;
	
		margin-bottom: .7em;
}

	/************************************************************************************
	 WOOCOMMERCE
	*************************************************************************************/
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float:none;
		width:100%;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width:100%;
		float:none;
		text-align: left;
	}
	.woocommerce ul.products {
		width: 100%;
		margin: 0;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 50% !important;
		margin: 0 0 2.992em 0;
		float: left;
		clear: both;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		float: right;
		clear: none!important;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		min-height: inherit;
	}
	
}


/************************************************************************************
SPLIT SCROLL
*************************************************************************************/
@media only screen and (min-width: 680px) and (max-width: 1100px)  {
	.split-scroll .themify_builder_content  {
		font-size: .85em; /* make font size smaller for better split scroll design */
		line-height: 1.6em;
	}
	.split-scroll .col4-1 h1,
	.split-scroll .col5-1 h1,
	.split-scroll .col6-1 h1  {
		font-size: 2em;
	}
	.split-scroll .col4-1 h2,
	.split-scroll .col5-1 h2,
	.split-scroll .col6-1 h2  {
		font-size: 1.8em;
	}
	.split-scroll .col4-1 h3,
	.split-scroll .col5-1 h3,
	.split-scroll .col6-1 h3  {
		font-size: 1.4em;
	}
	.split-scroll .col4-1 h4,
	.split-scroll .col5-1 h4,
	.split-scroll .col6-1 h4  {
		font-size: 1.2em;
	}
}

/* reset builder css for col6-1 */
@media (min-width: 680px) and (max-width: 959px) {
	.split-ie .col6-1,
	.split-scroll .col6-1 {
		width: 14%;
	}
	.split-ie .gutter-none .row_inner  > .col6-1,
	.split-scroll .gutter-none .row_inner  > .col6-1 {
		width: 16.7%;
	}
	.split-ie .gutter-narrow .row_inner  > .col6-1,
	.split-scroll .gutter-narrow .row_inner  > .col6-1 {
		width: 15.33%;
	}
}


@media screen and (max-width: 680px) {
	
	/************************************************************************************
	HEADING
	*************************************************************************************/
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.2em;
	}

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

	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	/* all post */
	.shortcode.loops-wrapper.list-post .post,
	.shortcode.loops-wrapper.grid4 .post,
	.shortcode.loops-wrapper.grid3 .post,
	.shortcode.loops-wrapper.grid2 .post,
	.shortcode.grid2-thumb .post,
	.shortcode.list-thumb-image .post,
	.shortcode.list-large-image .post,
	.loops-wrapper.list-post .post,
	.loops-wrapper.grid4 .post,
	.loops-wrapper.grid3 .post,
	.loops-wrapper.grid2 .post,
	.loops-wrapper.grid2-thumb .post,
	.loops-wrapper.list-thumb-image .post,
	.loops-wrapper.list-large-image .post {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	/* 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;
	}
	
	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist {
		padding-left: 0;
	}
	.commentlist .commententry {
		clear: left;
		max-width: none;
	}
	.commentlist .avatar {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 1em 1em 0;
	}
	.commentlist .reply {
		position: static;
	}

	/************************************************************************************
	PORTFOLIO
	*************************************************************************************/
	.single-portfolio .project-meta {
		font-size: .9em;
	}

	/************************************************************************************
	FOOTER
	*************************************************************************************/
	.footer-text .one,
	.footer-text .two {
		float: none;
		text-align: left;
	}
	
	/************************************************************************************
	 WOOCOMMERCE
	*************************************************************************************/
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce table.cart .porduct-price,
	.woocommerce-page table.cart .product-price {
		display: none;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		float: none;
	}
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: right;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: .4em 1em;
		font-size: .9em;
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		margin-bottom: 1em;
	}
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: none;
		clear: both;
	}
	
	/************************************************************************************
	 BUILDER
	*************************************************************************************/
	/* custom fullheight map class */
	.fullheight-map .map-container {
		height: 300px !important;
	}
	.full-section-scrolling.themify_builder_active .themify_module_holder,
	body:not(.themify_builder_active).full-section-scrolling .row_inner > .module_column,
	.full-section-scrolling .themify_builder .row_inner {
		height: auto;
		min-height: inherit;
	}
	
}

@media screen and (max-height: 860px) {
	.split-scroll .tb-column  {
		font-size: .85em;
		line-height: 1.4;
	}
	.split-scroll h1  {
		font-size: 2.8em;
	}
	.split-scroll h2  {
		font-size: 2.3em;
	}
	.split-scroll h3  {
		font-size: 1.7em;
	}
	.split-scroll h4  {
		font-size: 1.3em;
	}		
}
@media screen and (max-height: 570px) {
	.split-scroll .footer-widgets {
		max-height: 280px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}/*
Skin Name: White
Version: 1.0
Description: Skin for Split

*/

#footerwrap,
.back-top a,
.pagenav a:hover,
.pagenav .current {
	background-color: #eee;
	color: #000;
}
#headerwrap {
	background-color: rgba(238,238,238,.8);
	color: #000;
}
a,
#headerwrap a,
#footerwrap a {
	color: #000;
}
input[type=reset],
input[type=submit],
button,
.commentlist .comment-reply-link {
	color: #000;
	background-color: #eee;
}
.commentlist .comment-reply-link:hover {
	color: #fff;
	background-color: #000;
}
.woocommerce #content input.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-page #content input.button,.woocommerce-page #respond input#submit,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce #content input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt,
.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,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,.woocommerce-page #content nav.woocommerce-pagination ul li span.current,.woocommerce-page nav.woocommerce-pagination ul li a:focus,.woocommerce-page nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	background-color: #ccc;
	color: #000;
}
#footerwrap .back-top:hover a {
	color: #fff;
}
.split-left,
.split-right,
.split-loader,
.hidden-view {
	background-color: #eee;
}

.mobile_menu_active .sidemenu {
	background-color: #e7e7e7;
	color: #666;
}
.mobile_menu_active #headerwrap #main-nav a, 
.mobile_menu_active #headerwrap #main-nav ul a,
.mobile_menu_active #headerwrap #mobile-menu-panel a {
	color: #333;
}
.mobile_menu_active #header #main-nav a:hover,
.mobile_menu_active #header #main-nav ul a:hover,
.mobile_menu_active #headerwrap #main-nav .current_page_item > a, 
.mobile_menu_active #headerwrap #main-nav .current-menu-item > a {
	color: #000;
}/* Generated from page: sell-your-car */
.themify_builder_content-7 .tb_efa2704.module_row{background-image:url(https://premiumautoparts.co.nz/wp-content/uploads/2020/07/21751.jpg); background-repeat:no-repeat;background-size:cover; background-attachment:scroll; background-position:50% 50%; background-color:rgba(245, 245, 245, 1); padding-top:250px; padding-bottom:152px;}
.themify_builder_content-7 .tb_efa2704.module_row>.builder_row_cover::before,.themify_builder_content-7 .tb_efa2704.module_row>.ms-tableCell>.builder_row_cover::before{background-color:rgba(173, 24, 29, 0.51);}
.themify_builder_content-7 .tb_935b754.module_column{padding-top:1px;}
.themify_builder_content-7 .tb_8b79cbb.module-text{background-color:rgba(255, 255, 255, 1);background-image:none; text-align:center; padding-top:20px; padding-bottom:5px; margin-top:-40px; font-style:normal;}
.themify_builder_content-7 .tb_8b79cbb.module-text.module h1{font-size:5em;}
.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap p,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap blockquote,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap h1,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap h2,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap h3,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap h4,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap h5,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap h6,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap li,.themify_builder_content-7 .tb_8b79cbb.module-text .tb_text_wrap span{font-weight:700;font-family:"Roboto Condensed";}
.themify_builder_content-7 .tb_43b9cc5.module_row{padding-bottom:8%;}
.themify_builder_content-7 .tb_c03950b.module_column{text-align:right; padding-right:40px; border-right:1px solid rgba(227, 227, 227, 1); padding-left:50px;}
.themify_builder_content-7 .tb_95d4be8.module-text{margin-bottom:-39px; font-style:normal;}
.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap p,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap blockquote,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap h1,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap h2,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap h3,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap h4,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap h5,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap h6,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap li,.themify_builder_content-7 .tb_95d4be8.module-text .tb_text_wrap span{font-weight:300;font-family:"Roboto";}
.themify_builder_content-7 .tb_44baf82.module-text{font-style:normal; padding-top:25px;}
.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap p,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap blockquote,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap h1,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap h2,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap h3,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap h4,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap h5,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap h6,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap li,.themify_builder_content-7 .tb_44baf82.module-text .tb_text_wrap span{font-weight:300;font-family:"Roboto";}
.themify_builder_content-7 .tb_157b138.module_column{padding-right:50px;}
.themify_builder_content-7 .tb_8c3d73b.module-text{font-size:20px; line-height:30px; margin-bottom:49px; border-bottom:1px solid rgba(217, 217, 217, 1); font-style:normal;}
.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap p,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap blockquote,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap h1,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap h2,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap h3,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap h4,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap h5,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap h6,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap li,.themify_builder_content-7 .tb_8c3d73b.module-text .tb_text_wrap span{color:rgba(172, 26, 31, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none; font-weight:300;font-family:"Roboto Condensed";}
.themify_builder_content-7 .tb_ldz4554.module-plain-text{font-style:normal; line-height:30px; font-size:18px;}
.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap p,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap blockquote,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap h1,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap h2,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap h3,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap h4,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap h5,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap h6,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap li,.themify_builder_content-7 .tb_ldz4554.module-plain-text .tb_text_wrap span{color:rgba(74, 74, 74, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none; font-weight:300;font-family:"Roboto Condensed";}

@media screen and (max-width: 480px) {
.themify_builder_content-7 .tb_8b79cbb.module-text{text-align:center; margin:-20px;}
.themify_builder_content-7 .tb_8b79cbb.module-text.module h1{font-size:2.4em;}
.themify_builder_content-7 .tb_c03950b.module_column{text-align:left; border-right-style:none;}
}/* Themify Customize Styling */
body {	
	font-family: "Roboto";	font-weight:100;
 
}
body[class*="themify"] #site-logo a img {		width: 120px;
	height: 65px; 
}
#site-logo {	margin: auto; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #ffffff;background-attachment: fixed; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	color: #2b3990; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 120px;
	height: 65px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 120px;
	height: 65px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 120px;
	height: 65px; 
}
 }.mobile_menu_active #menu-icon { 
	color: #2b3990; }/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #656565 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}


.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #1877F2;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

.sd-content .share-customize-link {
	margin-top: 0em;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}
@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);font-weight:400;font-style:normal}@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"),url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABtUAAsAAAAAKlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAPQAAAFZAuk/9Y21hcAAAAXwAAAGWAAAEWDeg0QRnbHlmAAADFAAAFNMAAB686Rw5FWhlYWQAABfoAAAAKwAAADYWJB25aGhlYQAAGBQAAAAbAAAAJAQaAi9obXR4AAAYMAAAAA8AAAC4WgAAAGxvY2EAABhAAAAAXgAAAF607K3cbWF4cAAAGKAAAAAfAAAAIAFAAKBuYW1lAAAYwAAAATQAAAJGA4c4LHBvc3QAABn0AAABXgAAAg1QKrNaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mo4gYGVgYOBnzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yflNmAnH1mCDCjCACAIwbCEIAAAB4nN3UzW7TQBTF8b9jJ6lLAbep3QABQtKGj6ZSF30ElogVS16gj+8rZxZsypmcqCzpuh79ItsZxTO+5wYYA6VspYLRlkJnFBvdLfb3S4739yv+6PqSpc6qvooyplHHPJaxGZphNrTD/a5LZapTkxZp/fAAfRHEWLMazVo9zmoTafxv1n+PQk/9xi13Gt81fjyOn/zi935oibzmTPNeMWFDzTWnnDPnghd84Ua/MdNu39LwgQWfeMOUE1rt7j3v+MiVnlNqb0fa4Yo1X7X3z7yk0wImT1jlcz9O8sdoe7i6ydU1vXn6A9WAvjRVg74y1YXAVCGiMNWKGJmqRpSm+ik5pkoSE1NNiampukRtqjPRmCpOnJpqT5yZUkDMLK8/zk3JIFojf99Z7o24MOWGmBv5OUtTloiVKVXE2pQv4tKUNOLKyGvfWH6jQ2PKIcPMcr8NrSmbDPemlLJrTXll15mSS8Jyz6aD3NdpZLm3U2lKuPrPlHXSxJR60tSUf9KRqRNIteX/idSYuoO0MPUJaW10fwHJHpItAAB4nHVZeYwlR3nvququ6rtf393vnPf6vdcz82bezDt77mOP2bXXe3p3vbZjWK+x8AGYgDly2F4wshyQcxBhK84dEyOxKJESFMgfwFog+CMCgZRdJRAlSoKMkkiJIiX5IyTjfNVvZ2fWkHk91VXV1XV89X2/7/dVC6IAf+hH6KawJZwWHhY+BKUGo5Of74XBoD/OwoD/st44Gw8XUDttr6Nh2ua/JG8b1NAGyjbQoF9FYeAzEyWN9miYjQe+x2gILaCctsdhFZpk4yCkbeiszaA2gz6rCFqgBtUahYpTtZ1iPD3ViUVZZLpMw4gQUSWUUKdQCuN+Y1ZFVFwVKSIlR3NUjHQWGLZbDqYx/s3msLe4/aF5URJ7H1q//zxlMhGRZwwRQcTwChUmUQWdRSIRFT0uNufjyI2ZJsmKRH2XKKJkyIb9eFIo2gWZulGPUsQQlWxXtnRqfkq3Ii+xtEKgFp4tWeb8DKG4UkuIOkMI6dlMwoqIRVa1HC5Wmsv279AfCbZQFqaFI8Ip4V5BcPtV7FFWRb5n4g6yw/54NOxCzg/7G3g0bENukOWCH3BJdvFwA4NoMUu8IMxA5ib2B202GCX+624t0B07Cq1i3XnuacujuiFnO3JBY4F7bOOrelAISFebrwfN2DSLTT9OIhX9GqNrqqfbqngBf/qJJ9AL1IrbJZklsVdxFESfsGxFp2RDIrKh+vZxpBeURtUqtjqtkuVMTQe6Jz2iyYZJXcsrCiRf59fQG0JJSIUB5Pl294Zd1EENE1WQV0WrqL+BQG3a6aAfeBQetIfjMOEpPIIa9LqvmqixXN+sLzfg9gLcrP/aUU1T5ckrLymmqfAEzRsqPIfHL05ul1Sra7omXF82XAMuPp2JXr8Bc9KFCGS/JQitvWH5gDCNMZd0g3pBZns0qYPG2sPxoN4PWP6AryBvAPMP4JXxCK3I9D4q58mjHaoolCf/Hju7N504dtCsE9+tUAM0bL6WTs3PT52bmr8B7XVZ3pYNGa6f228Zv8o74K3O84RPV87nfBNs0RVCkGVVaAhtYVaYh9rRAm43LLGGgv4mSUO2gHyWspCFaRZm8M9G+R3dJOSboi5+A9Re+hbPUPT1X9060zyzZXW7vws5Z3t7eyEvocNgSJ8g5OOYfVLjd0Z+dLkzunhx1GnUah+H7FSn0/n9SZFPjd2eny74wpSwICwJh4UzINlGFw03EFi/Z6IMLJ0F4QZi7TThMAKanIKVbwJwcCTwvSAFEIBm0DYI4UnWBYUJ86Y1NAaoGSJh5cry8pWnefLzhSBtFdXazLu1MtqeC7XeZusLZrG3yqiyfCQpRV44tTquNdPxc63aTLWgxBuN4DXFmeowSUznY6dzqyNIviwRSTq67m8+euh4OB8F7bW42HexVbApkZKNF4hkLvXdw1d6K4XI1IPosGEVHcNQJQCMLUG6tf5vgcYzQRMKoFkCYmnGQPQ1BOKHHckslPphNmJIeO7iM888c+m55y49c/Ei3C/euNR+9tk2eubU0XN/c+6uU6fuOnd05+xdp46+dldcPnGiHPPucT7GdXRdsIQ1yLUa1Le9YNCaWA+H1pQN+hyPOfJ2EMvGUAly5SCbtjcRF+i4xjcDfWx3t9hqFREuNZsDohhX1G2DyhhhUZGUE+ojIUaMierZkumJCCcYU41aj+smRl/wWkX+soeaxe8Xm/crFM1jLEuyiXEfIYBD6AUVmPa6KqkEI0RNmOxt/WhxL2ICwIE/GCWjwQgMq19DPncXFTRgic+BrovyfV441x+N5lqWbZUdha0pvf65heUr6MbylZXhg2vyZzYW0jmMR5pitTc+I689OIR3bmEOH0sTYrATwfVhxf5g4pf8XEC3SoTbeG7t8OKxtLV96OTle88sLh5bWXr4kc2gVpur1dCxYzDcyUPbrfSXjy0unrn38tOPPLy0snudP5yr7e3L36MnQfdho1xYHSwOMA1WMThY+FSlV6n0Vnrlcu/bFZ6u8DJ6sjLJ3JHc3u/fg3WUhA2OnLnftcHxgsVggB3YzRHYzphv/T4ahYGFJmULUY5bHNMY+sgPVV1WTYmp0nsJ2XFUiWDfofYCUsT7maqyE4whFbRlXZGlE0imfyaBOnCMUunuyy7lG/kc1mEo+sQDpdJTIlNkDTqTpJ7IRPYAQqjIAVC4ZQtcTye2YAFmCVkyWkWJPxjV/XoK9wz+v//qq2+++uruVXT11TfffPXkya2TJ9+8582TJ08e1Jfze/oCuzZeR5RvW0400h4whEEPqgH5uEw4ugCzaI/aWW4F4z5HkLAXMI8FnG2wgEsIyMht/Tq7zZhvGQoTCVVFERybBMgrEcM3TaLNBbVAxDKVNcuNl+Kiq4oMiUEt7JhM3jp7SxF3nvIxk5oiIbLEmKXCG6D1kkQlHyPqqpJbzOqRojmuSHXGbBEj19GUqJ4VXUkvr0gM+0/tcMW9vecTHJ2erPy2+pAJlMLaGDh6rriwZrAgWBs9iIqryWqjsZr0my2vAv5j27XIzkfJET7ZPbDbvdZY3Vlt1Jtud6sLjnrB1LOd/fH/Bb2c+2vBzTtPfurArQRIBuwi7Ong2kv49NbM0enpozMrszNRko7HpyKHnEdbnc7sbAdYi6Ftn50+cu7IdJqG2akscoIBPOp0YDhyYM1NYfEnVg1umY/8thWDAiU5fsAEDq7+kWa/vxPFxkyt1jFUsngWd3+jOFUqTRXvEMCN/vF+EBlgwIZq1FW5tbADbUolYU/3vgPzAeMG3Mg56p4Eco7FZzfocz1KkfBhGtXHyWoC12JjbfXelSsrcK09NJBQeqYe1ZO1Y2tJbTXLxx29c80Dz3DARqaEZWEH+PUlKPfDKgkDj5mE0UbaJWl7mG0QWHPDFL2q2N8Qh12RTTALyCBwbD+XDnCkbA/JkDCK/ZKrgj0i1S358RN3FkfjYVopYFyopMP37GfHMysr51bKflQstVrjVuuEwlmTiX77p/eyV0ze3s8ke3Xl7MrKdHnTC1/jnY1bX52wsAPci6NCWRhCqX7Lj9VhUfawTWBT071lhQnIuJ27hoTvNBg0t20ffXb3y3qhoKPjkO4uL1cMzyu57g+XRTotS8tjRI2COw3Prxf0/Za7f/6l2C27cH33fuDpphY88KUYULHodg7Y3jWYm/eT8wLnPaqja7uft+PYRhd5eu0auoiuxc5bQk7dIH3wsccW9znmdfQaMDcNOH5jwgbGA8Aq5tcwh7IWj5E4InHmBuUh+trT5w+LjD6N/vV9hQcVffetnwVQodIjokzRo1958T0Mr6DKL44VCGLkv24uYfU/RQ18LqX/g27r7RdBbw/lkRoHTe7rwEOkXdDVXHYTe85jqyE3Zt+rAeZDM48jKHiTPc0GhKQrc9Mdy44ZlhFR9Fqpmg4O9dt+Ecg/RBZ+VZTqlGDgk8zwqM1a/syhdvc0uhEGd3dq1SlNZDWRaA27OirY64vjoxVPC6drQRviI+2FoO3bwBSUoB5sGc78Pd25Y9MHcP/4Pu4Dc+HIzmfv5THlIFd/zhhytwB+bn+BOdHkQcaEXuYYkuPDiTVRigkJCoapSlh0C5V2P+2UY4UBTANQR/Vqfb65lpQHtUJZMiW/Ws9RJQf5w++JpoMnZE0PqnZcc5VCmHXavUqxbZRkQmII7npxsmo7U0vH1puWOggaSm7vBzH9OrD2BcgBpQXV4ioNQW/uu/qwRZsQJ2/CImAxDfBvoP5AG8EGKPpL0TN2X9M9kWCx0yTteX/WpXNN0uyI+KF3yZH8qGJHypkzSmQj9DnNNDXGrhY7J0q4rIgiUou4dKJTvCp/7LIsX1YiRz55UnaiPR3d8zUfFH79bcjLeMQedidEws8hL6NdsoHDLjZBTzZgJZR5VbyBu8TEYQ9awEbgPGw34eEGqkLDLt6ANUJfvXxjUu6AWYPv1wbKAOr4+7B9KWdlAH3oIJi32juRIodH7jkUikmynjh29chKqkTDY+9FnY0luzgeucXeHJILgV9QkFpwCyomxNF0RVaxxIyZSE47kTI9BHY0GjXFyngz9mJcHVZ9r1yqz75zdP9w4d6e3Dk2SxqHT58e24YyW15qpWb80EF/0URJVdMrjVpJbA9ASUSDJOs7O8Pyl6aGan0l86JBX69Fmm9R0XD8gopk0wa6hSTRsh1qkcZsqM3MV8Rm1vGshZV+RXKs+WJtUFOYrGa/Nbx/1L84FjHr33XfiZFRWj7TqnQ1NZ1eqk0trgq344s3wFvWgUPPCH3gVAMfvLA/iV3XASA51xtNCB9QabD11mCUhJxtDSfuc3z96lXkb8X2TTuGNMgzgR3vXr/J/7bckuOU3Gsdf4vD29Y1J+bhqDMLkdLs9at/Ybhu0XUPxqN/mkd628Ip4T7hsvC48CzUwlgQ32XhxB8BxrC0TTknZRPACcJcmyb+cwOlHOc53kvcwiHWa4dvixknsCXddnWT5kBqORwkPQhtOEMIBj2gB310o5ya/Z34SFiPooLhSicIRZXmdtF0vLKu4eF9j903RJpxZOLgdr/oGqpc1rRvLJxZWDjzDp58Ui3LmuHu/lh3nMi2P23HNlwxxsHCoo8lSgozMwXoVfQqZp2cLhRCGMvQbETIg8gt6GXPCKhMJzQMDD28Znh8sN8xXBqUlVeq/fV+NU9eKofUNQpdPkxsVyfjnScMBwFwSmzb+DauvwF22uDxNEvBg2e5bLk0bzMjLtUJA7gaO69g/LI75J53ch+6L2Puia85lxRdueS0R61WiSr32VBpX2IMnP6offtc6ia6AajFABds8CUfBR6YhWwR8Eoa9kYp6/urKPNMDMY8SENOjiBiy8LUB5Dmx1EhG6Q9DsUYDDoNR0E6ORrMd4n/DuJ3Tt9BhxuTU8OJggT8LPCvMP4DhD6FPosQ+WOnPhfVygRk4szctVQjCFm8qlrEInbdmbuzKRGq3re94MhGkJqyQkXKNGs9mSnVNCvZjKKOKatMpK4ZBnGjVyqibyIIrhA+Dt2/ht4dzjWcAmRr2d0ztgO9lmq8CvBInIIqx4WxS/aSqYkiiwpM0hgWdTVs2F47tDy5QD3DVSRDIZKhmmVFDbx9HjDB2JIwl8dxBzHWNcG1MdrloTlgZAZFAN5JmYMmF8neY16+Ex6niSbe835JxVT6hfMSCUWDdj4yoDosfeUTPSri3j07I9mUZHnt1IVlJiqFOzjwtyVCujGSNAWXh0QbU0JKZgEzQ8dOoSoa4wqlBSIXLOxQVpcKpnh7PZ8XAsCgVeEclNoN8A9e7sTAPC2U54Ysr27wHfUmHo4Tuf2WIdfVW43aw82DvQzRV6Ij0fNUt+nzeiPSr+oN/ZHoMHV4Uae2TqMj8fO0n6f67do+vaP9Iu8CrUSQwhvP61FD/5iuvys64lL6vGHwF/kz55fyVL9V16YHmy7ylw/68D8UKkKX7yEPtmmOurnVAXsbc9ANM1BsdquKQzNvwpAwnZmOeXzpNL9VZzM7O710HLKz6LPZ9IuKYSjrm9NZNv1JfpJZNozydPaFdV6xtsZr1o23x4att+sRBc+5gFhCwdIWCMTAIEegyQeURQblVug4wfmfOxYlpP5Aku/QiG9i8J5kZgpoPqFbDlA7Kl7ARLqFQT8PuFAFDKIJ5Qf94FxGScPnp3MQBuZccwA+HT1quoHKzp1bI6Lpz87qZlydDTr0JYZM1b668Ripxy1r9EIclS0HWfL+2iZxwexPiQny8ZJRfoC1CjEZBJ5BBpgH9vCZAwenLza9QhwZMobIZHERBbqskSK6fvAYdve7KHCjUzU5sFy83jwRIbEhKQc5+1fycwubn+XwEwt+WpEyG4KPbJCNLJQwWHYdXU4SuF4vXh6OTj2erF8enkZT6N7HHnvsezu7/zQcPv4f/7g+HP6vcBu/fwBxBY9tKRtnlPFjTQ5+wHtA6cNGmrtFAFTgSfyWA2AGOjRG34+KZbVY0etuc0jG76jrvuM708BGZEWZLy+uq+r6XfesjWqVGH1cI3bNooY1bKoQ+s743bauoalFSlCxgVooTZPVpTXNvVPeaz8pb+aB6vIYlM8DuDS4ly5aR8EAHHMGU+RsnJ+u5Iu5YweOA4s+n1DaKBViSdKoHai6qjNnVEWVGcs2AUVM9c4d+RWR1Lc9P0C+ayFMyjYENEFRC0rgav2yRRT+3cHak+M/oK9DzMzlCHICZU+4Q8wm+Jh/GBlDDRTQ35JLD2ympaYbSlW/UZsLBrohWY65hMVGwa7/zFH07u33f/j488f9UrXcwtKJc96RS2GbPUnw3pnEDbA1B7jxBUEAgMoPALhPAxoLpCPLGUceKuEkj1Qgkmq1F4D45l++eCY/dIWLzzPNAa6Wc2GI6tO5amX5yvLsqdWp5YeXxwsSnV1cPLNY6m8li2cXSqKDDERJVZWIqEuMBA2DUBlDwEQKItMgILR9NN0za64cUYw77+194OHlqbWTsysPLxfbYrRwdjHZ6pegx0GHbn8AE2yBMZsSwUo1kKhCRCxKqQLY5PYraDmgCsaWbeE7cMYRNie6cetkkX8ZyY+aOanxWO6zOfAw/gkv5Xy+7wdh/rUvzI/v4eZx9Sg3m+ULV/0n4L5hURUCGVepebGiOExiku0iCZynOYRgt0BUTYUwQKHoRrP8z+Xm1lZ+u1wbLlc1UVFqhweW42Mm956llEnO9tJlRr1e5cI0hJuWIOxz5ZvAZnTwuMf5/rV4MJgtwDrClEoTPsJDyjC3RDYAvwOxVsKP6xtpr9GGJ8F+3TgDimIhvtnkIDlFZLlYrtfw7trigzbatohMJMckpUOt3oWibniOJIlSsDNbVVX+ecHx4r0q10yxtTo3vL4P0P/2OUCrP1l6KPpxqxaXick01fBRVFqYRliW8XefPcdvKC98Z6v1pKJNNT9fvDTs7f73PoQL/8/5qwuQmQJgS/Bv37pDMAB/SODpW5CirbxilycH9OAVYPir3M9PGBqIroN4SDj5EAwZ0I4a5sEiV25+hpDb4ybmupKyUYi+h7EkKwbTyOoDw7UW0ZihyBJB3BGJkq3LOm08tf9AhOq3PoguyIojqyKsGCpg2aIqO4rsF4OpoOjbtsNrgQeiyTPFtiePPvLRdeH/AKeeOU4AeJxjYGRgYABiW9k+nXh+m68M3EwMIHCrN68YmWZ8zXgNSHEwgKUB+Z8JIAB4nGNgZGBgYgACPTDJwPiagZEBFegBABdZAU8AeJxjYGBgYBqCGAAhEABbAAAAAAAArgEiAWwBxgIWApYCyAMmA1wDlAPABBwEPgS6BPoFNAV8Ba4GKgZ4Bp4G2Ac6B6QH8AjGCQ4JxAn6CqILCguGC8gMBgw2DHgMpAzuDUgNfg38DlwO3A8AD14AAHicY2BkYGDQY5jCwMEAAkxAzAWEDAz/wXwGABxQAeEAeJx1kT9OwzAYxV/atIgWISQkxIYnFtT0z8DQkaHdO3RgS1MnTeXGUexW6sYxOAHHYOQInIJD8BK+oUKqIzs///LetwTADb4QoF4BrpqzXi1c8PbHbdKtcEh+EO6gjyfhLv2zcI/2RbjP5o4TgvCS5h5vwi1c4124Tf8hHJI/hTu4w7dwl/5HuIdlEAr38Ri8OpvksRkYm1m30NnexNWpOuWlrlxuCzWORqd6rgtdxV6v1eqo3CGbeJ+qtLI7NbOF18ZYVVZ2qxMfbbwvp8NhKj5K7A4OFglyxDAYcFtk3A4LaNKeJkZ1NnXOL9muWzlvBRTGiDA6m54zXTSNGJ7vNRsrHHk6HJiZ0HqkvKfMWP4VhVkzuU6bZpJC2Xzb0iT0ETZNq8QUQz7pv3zEFCf9AkQtapF4nG2Q13LcMAxFdZ0VpZXiOL333ux8EylCEkcUQbN4vfn6SN6dTB6CF5wLDOYCKE6KQ5TF/+MCJ7iFDUoIVKixRYMWt3GKOzjDXdzDfTzAQzzCYzzBUzzDc7zAS7zCa7zBW7zDe3zAR3zCZ3zBV3zDd/zAT5zjAr8KIWf5m12laJSuo1ZZHgYK59Km6shVx5o8uVoHo5SyVOnAXvF1Q1fkkgomUd3LjhTztOmJtOit6abQ9JxDvMwyUDmMHJMYTBqzagbmwdLqcXZEb3NcdfuPFgfeGheTHIKca2vcRNq4zSyNFfOCeT71xiUKFNM6v/2rhOduoqXA1mqp9b70YemJQFqbVMZx3SpOe09V9JxMv28Pq0a/nNLGlOfl1OzZ1Yksrf7NTe3mN+KAIu1M6sZ2Ten4tSOXV2YmrnejTFF63+6YO55nCh1tdxy0X5xieS3dIKs955QVFcUfQjyYFwAA") format("woff"),url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__instagram:before{content:"\f215"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__medium:before{content:"\f623"}.social-logo__path-alt:before{content:"\f604"}.social-logo__path:before{content:"\f219"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__wordpress:before{content:"\f205"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{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:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{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:14px;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}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}