.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.links_sc * {
margin: 0;
padding: 0;
}
.links_sc {
--font-size: 12px;
padding-bottom: 1em;
}
.links_sc a {
font-weight: bold;
}
.links_sc_fb * {
margin: 0;
padding: 0;
}
.links_sc_fb {
--font-size: 12px;
padding-bottom: 0px;
}
.links_sc_fb a {
font-weight: bold;
}
.links_sc_fb iframe {
padding-left: 5px;
border:none; 
overflow:hidden; 
width:450px; 
height:35px; 
text-align: left; 
margin: 2px 0px 2px 0px;
}
.links_sc_rating {
display:inline-block;
position: relative;
height:15px;
width:78px;
}
.links_sc_rating_empty {
position: absolute;
left: 0px;
top: 0px;
height:15px;
width:78px;
}
.links_sc_rating_full {
position: absolute;
left: 0px;
top: 0px;
height:15px;
}
.links-page-nav {
margin-top: 0px;
text-align: center;
}.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{box-sizing:border-box;cursor:auto;vertical-align:baseline;width:auto;height:auto;line-height:normal;display:block}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{vertical-align:middle;width:100%;max-width:480px;height:auto;min-height:32px;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{border:0;width:13px;height:13px;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;background:0 0;border:1px solid #0000;border-radius:2px;width:auto;height:auto;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider-rtl {direction:rtl; text-align:right;}  @font-face {
font-family: 'flexslider-icon';
src:url(//www.tribality.com/wp-content/themes/sterling/css/fonts/flexslider-icon.eot);
src:url(//www.tribality.com/wp-content/themes/sterling/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
url(//www.tribality.com/wp-content/themes/sterling/css/fonts/flexslider-icon.woff) format('woff'),
url(//www.tribality.com/wp-content/themes/sterling/css/fonts/flexslider-icon.ttf) format('truetype'),
url(//www.tribality.com/wp-content/themes/sterling/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flexslider-rtl .carousel li { margin-right:0; margin-left: 5px; } .flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flexslider-rtl .flex-direction-nav .flex-prev { left:auto; right: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider-rtl .flex-direction-nav .flex-next { right:auto; left: -50px; text-align:left; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider-rtl.flexslider:hover .flex-prev {left:auto; right: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider-rtl.flexslider:hover .flex-next { right:auto; left: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
.flexslider-rtl .flex-direction-nav a.flex-next:before  { content: '\f001'; }
.flexslider-rtl .flex-direction-nav a.flex-prev:before  { content: '\f002'; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flexslider-rtl .flex-pauseplay a {left:auto; right:10px;}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider-rtl .flex-control-thumbs li {float:right;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}
.justified-gallery a {
position: absolute;
display: inline-block;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0); }
.justified-gallery a img {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
}
.justified-gallery a .caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery .spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0 10px 0;
left: 50%;
}
.justified-gallery .spinner span {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0); width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: url(//www.tribality.com/wp-content/themes/sterling/images/zoom_out.png), auto;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
*, *:after, *:before { -wekidit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body {
line-height: 1;
background: none;
font-size: 16px;
line-height: 1.5;
color: #333;
}
a, a:visited, a:focus {
text-decoration: none !important;
color: inherit;
outline: 0 !important;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
table thead {
border-bottom: 1px solid #ddd;
}
table tr + tr {
border-top: 1px solid #ddd;
}
table th, table td {
padding: 5px 10px;
}
legend {
white-space: normal;
}
fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 0 24px;
padding: 11px 12px 0;
}
input, textarea {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 10px;
}
input:focus, textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.3);
outline: 0;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
white-space: pre-wrap;
} .article-content ul, .textwidget ul, .article-content ol, .textwidget ol {
margin: 0 0 1.5em 2.5em;
}
.article-content ul, .textwidget ul {
list-style: square;
}
.article-content ol, .textwidget ol {
list-style-type: decimal;
}
.article-content ol ol, .textwidget ol ol {
list-style: upper-alpha;
}
.article-content ol ol ol, .textwidget ol ol ol {
list-style: lower-roman;
}
.article-content ol ol ol ol, .textwidget ol ol ol ol {
list-style: lower-alpha;
}
.article-content ul ul, .textwidget ul ul, .article-content ol ol, .textwidget ol ol, .article-content ul ol, .textwidget ul ol, .article-content ol ul, .textwidget ol ul {
margin-bottom: 0;
}
.article-content dl, .textwidget dl {
margin: 0 1.5em;
}
.article-content dt, .textwidget dt {
font-weight: bold;
}
.article-content dd, .textwidget dd {
margin-bottom: 1.5em;
}
.article-content strong, .textwidget strong {
font-weight: bold;
}
.article-content small, .textwidget small { 
font-size: 80%; 
}
.article-content big, .textwidget big {
font-size: 120%;
}
.article-content cite, .textwidget cite, .article-content em, .textwidget em, .article-content i, .textwidget i {
font-style: italic;
}
.article-content cite, .textwidget cite {
border: none;
}
.article-content blockquote, .textwidget blockquote {
font-style: italic;
margin: 7px 35px 10px 45px;    
font-style: italic;
padding: 5px 20px;
clear: both;
border-left-style: solid;
border-left-width: 6px;
border-color: #FF3C36;
}
.article-content blockquote p, .textwidget blockquote p {
font-style: inherit;
}
.page .post-article .article-content blockquote p:last-child, .textwidget blockquote p:last-child, .single .post-article .article-content blockquote p:last-child, .textwidget blockquote p:last-child {
margin-bottom: 0;
padding: 0px;
}
.article-content blockquote em, .textwidget blockquote em, .article-content blockquote i, .textwidget blockquote i, .article-content blockquote cite, .textwidget blockquote cite {
font-style: normal;
}
.article-content pre, .textwidget pre {
background: rgba(0, 0, 0, 0.05);
font: 87.5% "Courier 10 Pitch", Courier, monospace;
line-height: normal;
margin-bottom: 1.5em;
padding: 0.75em 1.5em;
}
.article-content code, .textwidget code, .article-content kbd, .textwidget kbd {
font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.article-content abbr, .textwidget abbr, .article-content acronym, .textwidget acronym {
border-bottom: 1px solid #666;
cursor: help;
}
.article-content ins, .textwidget ins {
text-decoration: none;
}
.article-content sup, .textwidget sup, .article-content sub, .textwidget sub {
font-size: 62.5%;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
.article-content sup, .textwidget sup {
bottom: 1ex;
}
.article-content sub, .textwidget sub {
top: .5ex;
}
.article-content input, .textwidget input, .article-content textarea, .textwidget textarea {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 13px;
max-width:50%;
}
.article-content input:focus, .textwidget input:focus, .article-content textarea:focus, .textwidget textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.3);
outline: 0;
}
.article-content button, .textwidget button,
.article-content input[type="button"], .textwidget input[type="button"],
.article-content input[type="reset"], .textwidget input[type="reset"],
.article-content input[type="submit"], .textwidget input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
padding: 10px 15px;
color:black;
font-family:Lato;
}
.article-content button[disabled], .textwidget button[disabled],
.article-content input[disabled], .textwidget input[disabled] {
cursor: default;
padding: 5px 10px;
}
.article-content address, .textwidget address {
display: block;
margin: 0 0 1.625em;
}
.article-content table, .textwidget table {
border-bottom: 1px solid #F2F2F2;
margin: 0 0 1.625em;
width: 100%;
text-align:left;
}
.article-content th, .textwidget th {
color: #666;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.1em;
line-height: 2.6em;
}
.article-content td, .textwidget td {
border-top: 1px solid #F2F2F2;
padding: 6px 10px 6px 0;
}
.article-content p, .textwidget p{
margin-bottom: 15px;
}
.article-content img, .textwidget img{
max-width: 100%; 
height: auto;
} .comment-box .comments-area ul, .textwidget ul, .comment-box .comments-area ol, .textwidget ol {
margin: 0 0 1.5em 2.5em;
}
.comment-box .comments-area ul, .textwidget ul {
list-style: square;
}
.comment-box .comments-area ol, .textwidget ol {
list-style-type: decimal;
}
.comment-box .comments-area ol ol, .textwidget ol ol {
list-style: upper-alpha;
}
.comment-box .comments-area ol ol ol, .textwidget ol ol ol {
list-style: lower-roman;
}
.comment-box .comments-area ol ol ol ol, .textwidget ol ol ol ol {
list-style: lower-alpha;
}
.comment-box .comments-area ul ul, .textwidget ul ul, .comment-box .comments-area ol ol, .textwidget ol ol, .comment-box .comments-area ul ol, .textwidget ul ol, .comment-box .comments-area ol ul, .textwidget ol ul {
margin-bottom: 0;
}
.comment-box .comments-area dl, .textwidget dl {
margin: 0 1.5em;
}
.comment-box .comments-area dt, .textwidget dt {
font-weight: bold;
}
.comment-box .comments-area dd, .textwidget dd {
margin-bottom: 1.5em;
}
.comment-box .comments-area strong, .textwidget strong {
font-weight: bold;
}
.comment-box .comments-area small, .textwidget small { 
font-size: 80%; 
}
.comment-box .comments-area big, .textwidget big {
font-size: 120%;
}
.comment-box .comments-area cite, .textwidget cite, .comment-box .comments-area em, .textwidget em, .comment-box .comments-area i, .textwidget i {
font-style: italic;
}
.comment-box .comments-area cite, .textwidget cite {
border: none;
} .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
line-height: 1.5;
margin-top: 1.3em;
margin-bottom: 15px;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
.article-content h1 + .article-content h2, .article-content h1 + .article-content h3, .article-content h1 + .article-content h4
, .article-content h1 + .article-content h5, .article-content h1 + .article-content h6 {
margin-top: 0;
}
.article-content h2 + .article-content h3, .article-content h2 + .article-content h4, .article-content h2 + .article-content h5
, .article-content h2 + .article-content h6 {
margin-top: 0;
}
.article-content h3 + .article-content h4, .article-content h3 + .article-content h5, .article-content h3 + .article-content h6 {
margin-top: 0;
}
.article-content h2 + .article-content h1, .article-content h3 + .article-content h1, .article-content h4 + .article-content h1
, .article-content h5 + .article-content h1, .article-content h6 + .article-content h1 {
margin-top: 0;
}
.comment-box h1, .comment-box h2, .comment-box h3, .comment-box h4, .comment-box h5, .comment-box h6 {
line-height: 1.5;
margin-top: 1.3em;
margin-bottom: 15px;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
.comment-box h1 + .comment-box h2, .comment-box h1 + .comment-box h3, .comment-box h1 + .comment-box h4
, .comment-box h1 + .comment-box h5, .comment-box h1 + .comment-box h6 {
margin-top: 0;
}
.comment-box h2 + .comment-box h3, .comment-box h2 + .comment-box h4, .comment-box h2 + .comment-box h5
, .comment-box h2 + .comment-box h6 {
margin-top: 0;
}
.comment-box h3 + .comment-box h4, .comment-box h3 + .comment-box h5, .comment-box h3 + .comment-box h6 {
margin-top: 0;
}
.comment-box h2 + .comment-box h1, .comment-box h3 + .comment-box h1, .comment-box h4 + .comment-box h1
, .comment-box h5 + .comment-box h1, .comment-box h6 + .comment-box h1 {
margin-top: 0;
}   a, a:visited {
text-decoration: none;
}
a:active,a:focus {
outline: none;
} h1,h2,h3,h4,h5,h5,h6{
font-family: 'Oswald', Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 700;
}
h1{
font-size: 30px;
}
h2{
font-size: 26px;
}
h3{
font-size: 20px;	
}
h4{
font-size: 18px;	
}
h5{
font-size: 16px;
}
h6{
font-size: 14px;
}
.main-title h3, .post-title, .main-nav #main-menu .menu > li > a, .top-nav ul.menu > li, .kid-mega-menu .kid-sub-menu > li > a, .kid-dropdown-menu .kid-sub-menu > li > a {
letter-spacing: 0;
}
:focus {
outline: 0;
} .sticky{} .clear-fix:before,
.clear-fix:after {
content: " ";
display: table;
}
.clear-fix:after {
clear: both;
}
input[type="submit"] {
background: none;
text-transform: uppercase;
font-size: 14px;
color: #888;
padding: 7px 21px;
border: 1px solid #888;
width: inherit;
}
input[type="password"] {
color: #e5e5e5;
border: 0;
color: #999999;
border: 1px solid #888;
font-size: 14px;
padding: 8px;
height: 40px;
margin-right: 8px;
margin-left: 8px;
outline: none;
}
input[type="submit"]:hover {
color: #fff;
border-color: #FFFFFF;
} .clear-fix {
*zoom: 1;
}
.hide, .invisible {
visibility: hidden;
}
::selection {
color: #fff;
}
::-moz-selection {
color: #fff;
} .article-content > :first-child {
margin-top: 0;
}
.article-content {
position: relative;
}
.article-content p, .post-content p {
margin-bottom: 24px;
}
embed, iframe, object, video {
max-width: 100%;
vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
margin-bottom: 0;
}
.article-content .alignleft, .textwidget .alignleft, .alignleft{
display: inline;
float: left;
margin-right: 1.25em;
}
.article-content .alignright, .textwidget .alignright, .alignright{
display: inline;
float: right;
margin-left: 1.25em;
}
.article-content .alignnone, .textwidget .alignnone,
.article-content .aligncenter, .textwidget .aligncenter{
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.article-content img.alignleft, .textwidget img.alignleft,
.article-content img.alignright, .textwidget img.alignright,
.article-content img.alignnon, .textwidget img.alignnone,
.article-content img.aligncenter, .textwidget img.aligncenter {
margin-bottom: 20px;	
}
.article-content p img, .textwidget p img,
.article-content .wp-caption, .textwidget .wp-caption {
margin-top: 0.4em;
max-width: 100%;
height: auto;
}
.wp-caption {
margin-bottom: 1.25em;
max-width: 100%;
}
.article-content .textwidget .wp-caption, .textwidget .wp-caption {
margin-bottom: 1.25em;
max-width: 96%;
text-align:center;
background-color: #eee;
}
.article-content .wp-caption.aligncenter, .textwidget .wp-caption.aligncenter {
margin: 30px auto 24px auto;
}
.article-content .wp-caption img, .textwidget .wp-caption img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.article-content p.wp-caption-text, .textwidget p.wp-caption-text, .wp-caption-text {
margin-bottom: 0;
font-style: italic;    
}
.article-content .wp-caption .wp-caption-text, .textwidget .wp-caption .wp-caption-text,
.article-content .gallery-caption, .textwidget .gallery-caption {
padding: 4px;
color: #666;	
font-size: 12px;
margin-bottom: 0 !important;
} .mfp-bg {
z-index: 100000 !important;
}
.mfp-wrap {
z-index: 100001 !important;
}  .gallery-wrap {
margin-bottom: 36px;
}
#kid-gallery-slider .flex-direction-nav a {
width: 40px;
height: 60px;
}
#kid-gallery-slider ul li img {
width: 100%;
height: auto;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#kid-gallery-slider:hover img {
opacity: 0.7;
}
#kid-gallery-slider .flex-control-nav {
top: 20px;
right: 20px;
width: auto;
height: 16px;
z-index: 10;
}
#kid-gallery-slider .flex-control-paging li a {
border: 1px solid #fff;
background: transparent;
}
#kid-gallery-slider .flex-control-paging li a.flex-active {
border: 1px solid #FF3C36;
background: #FF3C36;
}
#kid-gallery-slider .slides > li {
position: relative;
background-color: #000000;
}
#kid-gallery-slider .slides > li .caption {
position: absolute;
max-width: 100%;
text-align: left;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
opacity: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
#kid-gallery-slider .slides > li:hover .caption {
display: block;
opacity: 0.7;
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
p {
margin: 0 0 1em;
}
.kid-site-container {
width: 1140px;
margin: auto;
position: relative;
}
.content-section, .single-page .main {
width: 760px;
display: inline-block;
}
.content-sb-section {
position: relative;
margin-top: 60px;
}
.single-page .content-sb-section {
margin-top: 0;
}
.sidebar {
width: 340px;
margin-left: 40px;
float: right;
}
.sidebar.left {
margin-left: 0;
margin-right: 40px;
float: left;
} .type-in {
position: relative;
}
.type-in .post-info {
position: absolute;
left: 0;
bottom: 0;
z-index: 10;
width: 100%;
}
.type-in .post-title {
color: #fff;
text-transform: uppercase;
}
.type-in .post-title:hover {
color: #fff;
text-decoration: underline;
} .flexslider .slider-wrap .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flex-direction-nav a:before {
display: none;
}
.flex-direction-nav a {
width: 40px;
height: 50px;
}
.flexslider:hover .flex-prev {
left: 25px;
}
.flexslider:hover .flex-next {
right: 25px;
}
.flexslider .slides img {
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.post-title {
line-height: 1.2;
color:#131313;
transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
}
.post-title:hover {
color: #ff3c36;
}  .kid-mega-menu .icon-thumb i {
font-size: 50px;
} .top-bar {
background: #030303; 
}
.top-nav {
float: left;
font-size: 11px;
}
.top-nav li {
display: block;
position: relative;
}    
.top-nav ul.menu > li {
padding: 0 12px;
float: left;
text-align: center;
height: 37px;
line-height: 37px;
display: inline-block;
transition: all 0.3s ease;
letter-spacing: 0;
-wekidit-transition: all 0.3s ease;
}
.top-nav a {
display:block;
text-decoration:none;
text-transform: uppercase;
}
.top-nav ul.menu>li>a {
color: #fff;
float: left;
}
.top-nav ul.sub-menu a {
color: #fff;
vertical-align: middle;
min-width: 150px;
line-height: 36px;
white-space: nowrap;
}
.top-nav ul.sub-menu { position:  absolute;
visibility: hidden;
background-color: #131313;
z-index: 100;
top: -10px;
left: 100%;
padding: 10px;
opacity: 0;
transition: opacity 0.3s ease;
-wekidit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;  
}
.top-nav ul.menu > li > ul.sub-menu {
top: 100%;
left: 0;
}
.top-nav ul.sub-menu li{
text-align: left;
max-width: 350px;
padding: 0 10px;
}
.top-nav li:hover > ul.sub-menu{ opacity: 1;
visibility: visible;
}
.top-nav ul.menu>li:hover { background-color: rgba(0,0,0,0.1);
}
.top-nav ul.sub-menu li:hover { background-color: rgba(0,0,0,0.1);
}
#top-menu > ul.menu li.menu-item-has-children:before {
content: '\f078';
float: right;
margin-left: 4px;
font-family: 'FontAwesome';
font-size: 8px;
line-height: 35px;
color: #fff;
} .header-social {
float: right;
margin: 6px 0;
}
.header-social li {
display: inline-block;
width: 22px;
height: 22px;
text-align: center;
margin: 0 4px;
cursor: pointer;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.header-social li a {
font-size: 16px;
color: #fff;
transition: all 0.3s ease;
-wekidit-transition: all 0.3s ease;
}
.header-social li.header-search {
color: #fff;
}
.header-social li.header-search input {
width: 250px;
max-width: 250px;
padding: 0;
font-size: 0;
border: none;
height: 0;
margin: 0;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
position: absolute;
top: 100%;
right: -1px;
z-index: 1;
transition: height ease-out 0.2s;
-webkit-transition: height ease-out 0.2s;
}
#header_searchform ::-webkit-input-placeholder { color: #fff !important;
}
#header_searchform :-moz-placeholder { color: #fff !important;
}
#header_searchform ::-moz-placeholder { color: #fff !important;
}
#header_searchform :-ms-input-placeholder { color: #fff !important;
}
#header_searchform {
width: auto;
height: 100%; position: absolute;
right: 0;
top: 0;
} .header-wrap {
width: 100%;
}
.header {
text-align: center;
}
.header .header-inner {
display: table;
}
.header .logo.logo-text h1 {
font-size: 50px;
line-height: 1.5;
text-transform: uppercase;
padding: 15px 0;
}
.header .logo h1 {
line-height: 1;
}
.header-left .logo {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.header-center .logo {
display: inline-block;
}
.header .logo {
padding: 32px 0; 
}
.header .logo img {
max-width: 100%;
display: block;
}
.header .logo a {
display: inline-block;
}
.header-banner {
padding: 15px 0;
}
.header-left .header-banner {
display: table-cell;
vertical-align: middle;
text-align: right;
}
.header-banner img {
max-width: 100%;
display: block;
float: right;
}
.header-center .main-nav {
text-align: center;
}
#main-menu {
font-size: 0;
}
.main-nav.fixed {
position: fixed;
top:0;
left: 0;
right: 0;
}
.main-nav .header-inner {
height: 60px;
border-bottom: 4px solid #131313;
} #main-mobile-menu {
display: none;
}
.mobile {
display: none;
}
.main-nav .mobile {
width: 50px;
height: 50px;
float: left;
cursor: pointer;
text-align: center;
}
.main-nav .mobile i {
color: #131313;
font-size: 30px;
line-height: 60px;
}
#main-mobile-menu {
position: absolute;
top: 100%;
width: 100% !important;
background-color: #131313;
padding-top: 15px;
z-index: 99;
}
#main-mobile-menu li {
text-align: left;
cursor: pointer;
letter-spacing: 0;
}
#main-mobile-menu li a {
color: #fff;
}
#main-mobile-menu .expand {
display: block;
width: 40px;
height: 40px;
float: right; 
text-align: center;       
}
#main-mobile-menu .expand i {
display: block;
font-size: 16px;
line-height: 40px;
color: #fff;
}
#main-mobile-menu li > ul > li > a {
padding-left: 40px;
}
#main-mobile-menu a {
display: block;
font-size: 13px;
line-height: 30px;
padding: 5px 20px;
}
#main-mobile-menu > ul > li > a {
border-bottom: 1px solid #555;
}
#main-mobile-menu > ul > li:last-child > a {
border-bottom: none;
}
#main-mobile-menu ul.sub-menu {
display: none;
} .main-nav {
background-color: transparent;
position: relative;    
list-style-type:none;
z-index: 99;
min-height: 40px;
}
.main-nav li {
display: block;
}   
.main-nav #main-menu .menu > li {
height: 40px;
line-height: 40px !important;
vertical-align: middle;
display: inline-block;
}
.main-nav a {
display: inline-block;
text-decoration:none;
text-transform: uppercase;
}
.main-nav li:hover, .main-nav a:hover {
transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
-wekidit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
}
.main-nav #main-menu .menu > li > a {
position: relative;
color: #fff;
padding: 0 30px;
font-size: 17px;
line-height: auto;
}
.header-left .main-nav #main-menu .menu > li:first-child > a {
padding-left: 0;
} .kid-mega-menu {
top: 100%;
position: absolute;
visibility: hidden;
opacity: 0;
left: -999999px;
background-color: #131313;
transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
-wekidit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
background-color: #131313;
}
.kid-mega-menu .kid-without-sub {
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}
.kid-mega-menu .flexslider .slides > li {
border: 10px solid transparent;
box-sizing: content-box;
overflow: hidden;
}
.main-nav .menu > li .kid-mega-menu .flexslider {
padding: 10px;
}
.main-nav .menu > li:hover > .kid-mega-menu {
visibility: visible;
opacity: 1;
left: 0;
transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
-wekidit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s;
}
.kid-mega-menu .kid-sub-menu {
width: 20%;
float: left;
padding: 10px;
}
.kid-sub-menu > li {
text-align: left;
}
.kid-sub-menu > li:hover, .kid-sub-sub-menu > li:hover {
background-color: rgba(0,0,0,0.05);
}
.kid-mega-menu .kid-sub-menu > li {
display: block;
position: relative;
text-align: left;
font-size: 15px;
line-height: 20px;
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.kid-mega-menu .kid-sub-menu > li > a {
color: #fff;
padding: 12px 15px;
display: block;
line-height: 20px;
font-size: 12px;
}
.kid-mega-menu .kid-sub-sub-menu {
position: absolute;
padding: 10px;
left: 100%;
top: 0;
visibility: hidden;
background-color: #131313;
width: 210px;
box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.1);
transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
-wekidit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
}
.kid-mega-menu .kid-sub-sub-menu > li {
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.kid-mega-menu .kid-sub-sub-menu > li:last-child {
border: none;
}
.kid-mega-menu .kid-sub-sub-menu > li > a {
display: block;
padding: 5px 10px;
line-height: 20px;
font-size: 12px;
color:  #fff;
}    
.kid-mega-menu .kid-sub-menu > li:hover > .kid-sub-sub-menu {
visibility: visible;
}
.kid-sub-post {
position: relative;
}
.kid-sub-posts {
background-color: #131313;
}
.kid-sub-posts.kid-with-sub {
width: 80%;
float: right;
} .flexslider_destroy ul li{
width: 210px;
float: left;
}
.flexslider {
border: none;
margin: 0;
box-shadow: none;
border-radius: 0;
}
.flexslider .slides > li:first-child {
display: block;
-webkit-backface-visibility: visible;
} .kid-dropdown-menu {
position: absolute;
top: 100%;
width: 210px;
padding: 10px;
background-color: #131313;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease-in-out 0.2s;
-wekidit-transition: all 0.2s ease-in-out 0.2s;
box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.main-nav .menu li:hover > .kid-dropdown-menu {
visibility: visible;
opacity: 1;
transition: all 0.2s ease-in-out 0.2s;
-wekidit-transition: all 0.2s ease-in-out 0.2s;
}
.kid-dropdown-menu .kid-sub-menu > li {
display: block;
position: relative;
font-size: 15px;
line-height: 20px;
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.kid-dropdown-menu .kid-sub-menu > li:last-child {
border-bottom: none;
}
.kid-dropdown-menu .kid-sub-menu > li > a {
display: block;
padding: 12px 10px;
line-height: 20px;
font-size: 12px;
color: #fff;
}
.kid-dropdown-menu .kid-sub-menu > li > a:hover, .kid-mega-menu .kid-sub-menu > li > a:hover  {
background-color: rgba(255,255,255,0.05);
}
.kid-dropdown-menu .kid-sub-sub-menu {
padding: 10px;
position: absolute;
top: 0;
left: 100%;
width: 210px;
background-color: #131313;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease-in-out;
box-shadow: 0 2px 2px -1px rgba(0,0,0,0.7);
}
.kid-dropdown-menu li:hover > .kid-sub-sub-menu {
visibility: visible;
opacity: 1;
}
.kid-dropdown-menu .kid-sub-sub-menu li {
line-height: 20px;
padding: 5px 10px;
color:  #fff;
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.kid-dropdown-menu .kid-sub-sub-menu li:last-child {
border-bottom: none;
}
.kid-dropdown-menu .kid-sub-sub-menu a {
line-height: 20px;
font-size: 12px;
} nav #main-search {
position: absolute;
top: 0;
right: 0;
height: 50px;
}
nav #search-form {
margin: 0;
padding: 0;
height: 100%;
}
nav #s {
color: #fff;
font-size: 0px; width: 300px;
position: absolute;
top: 50px;
right: 100%;
height: 0;
border: none;
margin: 0;
padding: 0;
transition: width ease-out 0.3s;
-wekidit-transition: width ease-out 0.3s;
border-right: 0 !important;
}
nav .search-icon i {
cursor: pointer;
width: 50px;
height:  45px;
border: none;
margin: 0;
padding: 0;
color: #fff;
text-align: center;
font-size: 18px !important;
line-height: 60px;
}
#main-search .searchform-wrap > input {
background-color: #131313;
padding: 0 15px !important;
z-index: 100;
} .kid-meta {
-wekidit-backface-visibility: hidden; backface-visibility: hidden;
}
.kid-sub-posts .thumb {
overflow: visible;
}
.kid-sub-posts .thumb img {
height: auto;
}
.kid-sub-posts .thumb:hover img {
transform: none;
-ms-transform: none;
-wekidit-transform: none;
}
.kid-sub-posts .post-title {
margin: 0;
color: #fff;
font-size: 16px;
-wekidit-backface-visibility: hidden; backface-visibility: hidden;
}
.kid-sub-posts .post-title a {
font-size: 16px;
margin-top: 12px;
word-wrap: break-word;  
}
.kid-mega-menu .kid-meta {
position: absolute;
top: 0;
right: 0;
padding: 4px 8px;
font-size: 12px;
line-height: 1.3;
background-color: rgba(0,0,0,0.2);
}
.kid-mega-menu .kid-meta i {
margin-right: 4px;
}
.kid-mega-menu .kid-meta > div {
display: inline;
color: #fff;
}
.kid-mega-menu .kid-meta > div:after {
content: "-";
padding: 0 4px;
color: #fff;
}
.kid-mega-menu .kid-meta > div:last-child:after {
display: none;
}  #back-top {
width: 34px;
height: 34px;
position: fixed;
right: 20px;
bottom: -34px;
background-color: #333;
opacity: 0.5;
text-align: center;
cursor: pointer;
z-index: 100;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
transition: all ease .3s;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
}
#back-top:hover {
opacity: 1 !important
}
#back-top i {
display: block;
font-size: 16px;
line-height: 34px;
color: #fff;
}
.entry-excerpt {
font-size: 15px;
color: #555;
} .site-container {
background-color: #fff;
margin: auto;
width: 1200px;
}
.site-container.wide {
width: 100%;
}
.thumb {
font-size: 0;
position: relative;
opacity: 1;
background-color: #000;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;    
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.hide-thumb {
opacity: 0 !important;
}
.thumb img {
width: 100%;
height: auto;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s; 
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.thumb:hover img {
opacity: 0.7;
}
.widget {
margin-top: 60px;
overflow: hidden;
}
.fullwidth-section.top .widget:first-child{
margin-top: 45px;
}
.sidebar-wrap .widget{
margin-top: 48px;
}
.content-section .widget:first-child, .sidebar .widget:first-child{
margin-top: 0;
}
.table {
display: table;
margin: 0;
width: 100%;
height: 100%;
}
.table-cell {
display: table-cell;
vertical-align: middle;
}
.post-meta {
margin-top: 12px;
color: #888;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.post-meta > div {
display: inline;
font-size: 14px;
font-weight: 400;
}
.post-meta > div:after {
content: "-";
padding: 0 4px;
color: #fff;
}
.post-meta > div:last-child:after {
display: none;
}
.post-meta > div i {
margin-right: 4px;
}
.type-in .post-meta > div, .module-main-slider .post-meta > div{
color: #fff;
}
.two-col {
width: 750px;
float: left;
margin-right: 30px;
}
.one-col {
width: 360px;
float: left;
margin-right: 30px;
}
.content-section .one-col {
width: 365px;
}
.content-type-2 .post-meta > div, .content-type-2 .post-meta > div:after {
color: #888;
}
.module-main-slider .slider-wrap .slides .post-info .post-cat a,
.grid-1-type .post-cat a,
.classic-blog-style .post-cat a, 
.large-blog-style .post-cat a, 
.module-main-grid .post-cat a,
.singletop .post-cat a {
text-transform: uppercase;
color: #FF3C36;
font-size: 14px;
}
.singletop .post-cat a {
font-size: 18px;
}
.type-in .post-cat a {
padding: 2px 8px;
background-color: #FF3C36;
color: #fff;
text-transform: uppercase;
}
.post-meta .post-author {
text-transform: uppercase;
}
.sub-post .post-meta, .widget-posts-list .style-3 .post-meta {
margin-top: 0;
}
.sub-post .post-meta > div {
font-size: 14px;
color: #888;
}
.sub-post .post-title, .widget-posts-list .style-3 .post-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 8px;
text-align: left;
letter-spacing: 0;
max-height: 3.6em;
overflow: hidden;
}
.kid-header {
margin-bottom: 36px;
position: relative;
}
.footer .widget {
margin-top: 46px;
}
.kid-header .main-title, .footer .kid-header .main-title {
margin: 0;
line-height: 1;
text-transform: uppercase;
color: #000;
margin-top: 1px;
position: relative;
text-align: center;
}
.footer .kid-header .main-title {
text-align: center;
padding: 0;
}
.kid-header:after, .footer .kid-header:after {
position: absolute;
z-index: 0;
top: 45%;
left: 0;
width: 100%;
height: 4px;
background-color: #131313;
content: " ";
}
.kid-header .main-title h3, .footer .kid-header .main-title h3 {
z-index: 10;
margin: 0;
font-size: 44px;
position: relative;
display: inline-block;
padding: 0 30px;
letter-spacing: 0;
color: #131313;
background-color: #fff;
}
.content-sb-section .kid-header .main-title h3{
font-size: 40px;
}
.kid-header .sub-title {
color: #888;
text-transform: uppercase;
letter-spacing: 0;
font-size: 11px;  
font-weight: 100;  
margin-top: 5px;                    
}
.sidebar .kid-header, .footer .kid-header {
margin-bottom: 30px;
text-align: left;
}
.sidebar .kid-header .main-title h3{
font-size: 24px;
}
.footer .kid-header .main-title h3 {
background-color: #030303;
color: #eee;   
font-size: 20px;
} .module-main-slider .main-slider, .module-main-slider .main-slider .slider-wrap {
position: relative;
overflow: hidden;
}
.content-section .module-main-slider .main-slider, .content-section .module-main-slider .main-slider .slider-wrap {
position: relative;
overflow: hidden;
}
.module-main-slider .slider-wrap .slides li {
position: relative;
}
.module-main-slider .slider-wrap .slides .thumb {
position: relative;
background-color: #000;
}
.module-main-slider .slider-wrap .slides img {
width: 100%;
height: auto;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.module-main-slider .slider-wrap:hover img {
opacity: 0.7;
}
.module-main-slider .slider-wrap .slides .post-wrapper {
padding: 40px;
width: 70%;
margin: auto;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
}
.module-main-slider .slider-wrap .slides .post-info {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
top: 0;
left: 0;
}
.module-main-slider .slider-wrap .slides .post-info .post-cat {
margin-bottom: 30px;
}
.module-main-slider .slider-wrap .slides .post-info .post-title {
text-transform: uppercase;
font-size: 40px;
color: #131313;
position: relative;
}
.module-main-slider .slider-wrap .slides .post-info .post-meta {
margin-top: 30px;
}
.module-main-slider .slider-wrap .slides .post-info .post-meta > div {
font-size: 16px;
color: #444;
}
.content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-meta {
display: none;
}
.content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-cat{
display: none;
}
.content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title {
font-size: 32px;
}
.content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title:after {
display: none;
}
.post-cat-main-slider {
position: absolute;
top: 0;
left: 0;
padding: 10px 16px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
background-color: #FF3C36;
}
.module-main-slider .flex-control-paging {
position: absolute;
bottom: 20px;
z-index: 10;
}
.module-main-slider .flex-control-paging li a {
width: 30px;
height: 10px;
display: block;
box-shadow: none;
background: rgba(0,0,0,0.7);
} .module-jaro .post-list .one-col {
float: left;
margin-right: 0;
margin-top: 21px;
padding-top: 21px;
border-top: 1px solid #eee;    
}
.module-jaro .post-list .one-col:first-child {
margin-top: 0;
padding-top: 0;
border: none;
}
.module-jaro .post-list .item-post .thumb {
float: left;
margin-right: 20px;
}
.module-jaro .main-post, .module-post-three .large-post {
position:  relative;
margin-bottom: 0;
padding: 0;
border: none;
}
.module-jaro .main-post {
width: 690px;
float: right;
margin-right: 0;
margin-left: 30px;
}
.module-jaro .main-post:hover img, .module-post-three .large-post:hover img {
opacity: 0.7;
}
.module-jaro .main-post .post-meta {
margin-top: 20px;
}
.module-jaro .main-post .post-meta div {
color: #fff;
}
.module-jaro .small-posts .one-col{
width: 420px;
}
.module-jaro .main-post .post-title, .module-post-three .large-post .post-title {
font-size: 32px;
text-transform: uppercase;
margin-bottom: 0 !important;
color: #fff;
}
.module-jaro .small-posts .post-title {
font-size: 20px;
}
.module-jaro .post-info, .module-post-three .large-post .post-info {
width: 100%;
z-index: 10;
position: absolute;
bottom: 0;
left: 0;
padding: 30px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.module-jaro .post-info .post-cat, .module-post-three .large-post .post-cat {
font-size: 14px;
margin-bottom: 16px;
}
.module-jaro {
overflow: visible;
}
.module-jaro .post-list .post-title, .module-post-three .post-list .post-title, .widget-posts-list .style-3 .post-title {
max-height: 3.6em;
overflow: hidden;   
} .module-grid-content-wrap .one-col {
margin-right: 30px;
padding-bottom: 28px;
border-bottom: 1px solid #ececec;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n) {
margin-right: 0px;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n+1) {
clear: both;
}
.module-post-grid {
overflow: visible;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(n+4) {
margin-top: 50px;
}
.content-section .module-grid-content-wrap .one-col:nth-child(2n) {
margin-right: 0;
}
.content-section .module-grid-content-wrap .one-col:nth-child(2n+1) {
clear: both;
}
.content-section .module-grid-content-wrap .one-col:nth-child(n+3) {
margin-top: 50px;
}
.grid-1-type .post-details {
margin-top: 20px;
}
.grid-1-type .post-title {
margin-top: 8px;
margin-bottom: 16px;
font-size: 28px;
position: relative;
}
.read-more {
float: right;
color: #888;
font-style: italic;
display: inline-block;
border: 1px solid #ccc;
padding: 4px 8px;
position: relative;
z-index: 1;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.read-more a span, .ajax-load-btn span {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 0;
z-index: -1;
background-color: #FF3C36;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.read-more:hover span, .ajax-load-btn:hover span {
height: 100%;
}
.read-more:hover {
color: #fff;
border-color: #FF3C36;
} .module-carousel .slides > li {
border: 2px solid transparent;
box-sizing: content-box;
overflow: hidden;
position: relative;
}
.module-carousel .slides > li .thumb {
background-color: #000;
}
.module-carousel .slides > li img {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.module-carousel .slides > li:hover img {
opacity: 0.8;
}
.module-carousel .slides .post-details div {
color: #fff;
}
.module-carousel .slides  .post-cat {
margin-bottom: 16px;
}
.module-carousel .slides .post-title {
color: #fff;
font-size: 26px;
text-transform: uppercase;
}
.module-carousel .kid-carousel-large-wrap .slides .post-title {
font-size: 32px;
}
.module-carousel .post-details {
position: absolute;
bottom: 0;
left: 0;
width:100%;
padding: 30px 20px;
font-size: 14px;
z-index: 10;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.content-sb-section .module-carousel .slides .meta-comment{
display: none;
}
.content-sb-section .module-carousel .slides .date:after {
display: none;
} .loadmore-button {
text-align: center;
clear: both;
}
.loadmore-button .ajax-load-btn {
display: inline-block;
position: relative;
padding: 8px 52px;
text-transform: uppercase;
font-size: 20px;
margin-top: 50px;
cursor: pointer;
color: #fff;
font-weight: 300;
letter-spacing: 0;
background-color: #FF3C36;
border: 3px solid #FF3C36;
transition: all 0.3s linear;
}
.loadmore-button .ajax-load-btn:hover {
border-right: 3px solid #000;
border-bottom: 3px solid #000;
}
.loadmore-button .loading-animation {
display: none;
width: 158px;
height: 44px;
margin-top: 40px;
border: 2px solid transparent;
cursor: pointer;
background: url(//www.tribality.com/wp-content/themes/sterling/images/ajax_load.gif) no-repeat center;
} .module-masonry-wrapper {
margin: 0 -15px;
}
.fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+4), .content-section .module-masonry-wrapper .one-col:nth-child(n+3) {
margin-top: 44px;
}
.module-masonry-wrapper .one-col {
margin-right: 0;
padding-left: 15px;
padding-right: 15px;
box-sizing: content-box;      
}
.module-masonry-wrapper .one-col .post-wrapper {
padding-bottom: 24px; 
border-bottom: 1px solid #ececec;
}
.article-masonry {
padding-bottom: 30px;
}
.kid-masonry-content .item { 
float: left;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;    
} .classic-blog-style {
position: relative;
}
.classic-blog-style .thumb {
width: 48.9%;
margin-right: 5%;
float: left;
position: relative;
}
.classic-blog-style .post-details {
width: 65%;
float: left;
}
.fullwidth-section .classic-blog-style{
clear: both;
margin-top: 40px;
border-top: 1px solid #ececec;
padding-top:45px;
}
.fullwidth-section .classic-blog-style:first-child {
margin-top: 0;
border: none;
padding-top: 0;
}
.fullwidth-section .classic-blog-style .post-details {
max-height: 100%;
overflow: hidden;
position: absolute;
bottom: 0;
right: 0;
padding: 30px 30px 0 30px;
background: #fff;
}
.fullwidth-section .classic-blog-style .post-title {
font-size: 36px;
}
.classic-blog-style .post-title{
font-size: 28px;
margin-top: 12px;
margin-bottom: 12px;
position: relative;
}
.content-section .classic-blog-style{
clear: both;
margin-top: 30px;
border-top: 1px solid #ececec;
padding-top: 30px;
}
.content-section .classic-blog-style:first-child {
margin-top: 0;
border: none;
padding-top: 0;
}
.content-section .classic-blog-style .post-details {
max-height: 100%;
overflow: hidden;
position: absolute;
bottom: 0;
right: 0;
padding: 20px 20px 0 20px;
background: #fff;
}
.content-section .classic-blog-style .post-title {
padding-bottom:  0;
font-size: 32px;
}
.content-section .classic-blog-style .entry-excerpt {
margin-top: 12px;
}
.kid-classic-blog-wrapper.layout2 .classic-blog-style:nth-child(2n) .thumb {
margin-left: 5%;
margin-right: 0;
float: right;
} .large-blog-style .thumb {
margin-bottom: 24px;
}
.large-blog-style .post-title {
font-size: 40px;
margin-top: 8px;
margin-bottom: 8px;
position: relative;
}
.large-blog-style  .post-meta {
margin-top: 20px;
}
.large-blog-content-container .large-blog-style:last-child {
margin-bottom: 0;
}
.large-blog-style .post-details {
padding-bottom: 30px;
border-bottom: 1px solid #ececec;
} .module-large-blog-2 .large-blog-content-container .large-blog-style {
width: 50%;
float: left;
margin-top: 0;
}
.module-large-blog-2 .large-blog-content-container .large-blog-style:nth-child(odd) {
padding-right: 15px;
clear: both;
}
.module-large-blog-2 .large-blog-content-container .large-blog-style:nth-child(even) {
padding-left: 15px;
}
.module-large-blog-2 .large-blog-content-container .large-blog-style:nth-child(n+3) {
margin-top: 48px;
}
.module-large-blog-2 .large-blog-style .post-title {
font-size: 36px;
margin-top: 8px;
margin-bottom: 12px;
}
.content-section .module-large-blog-2 .large-blog-style .post-title {
font-size: 28px;
}
.module-large-blog-2 .thumb {
margin-bottom: 20px;
} .module-main-grid img {
width: inherit;
max-width: 100%;
}
.module-main-grid .type-in {
float: left;
position: relative;
}
.module-main-grid .type-in .post-info {
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
z-index: 1;
padding: 20px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.module-main-grid .kid-post-2.type-in .post-info, .module-main-grid .kid-post-3.type-in .post-info {
padding: 20px 10px;
}
.module-main-grid .post-author {
font-weight: 700;
text-transform: uppercase;
}
.module-main-grid  .post-title {
font-size: 30px;
text-shadow: 1px 1px 3px #333;
text-transform: uppercase;
text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.module-main-grid  .post-cat {
margin-bottom: 16px;
}
.module-main-grid .kid-post-1 .post-title {
font-size: 36px;
margin-bottom: 8px ;
}
.module-main-grid .kid-post-4 .post-title {
font-size: 32px;   
}
.module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title {
font-size: 22px;   
}
.module-main-grid .kid-post-1 {
margin-right: 3px;
}
.module-main-grid .kid-post-3 {
margin-left: 3px
}
.module-main-grid .kid-post-4 {
margin-top: 3px;
}
.kid-post-1 .post-meta > div {
font-size: 14px;
}
.module-main-grid .kid-post-1:hover img, .module-main-grid .kid-post-3:hover img, .module-main-grid .kid-post-2:hover img, .module-main-grid .kid-post-4:hover img {
opacity: 0.7;
} .module-main-grid-2 .type-in {
float: left;
background-color: #000;
border: 1px solid #fff;
}
.module-main-grid-2 .grid2-large-post{
width: 50%;
height: 350px;
}
.module-main-grid-2 .grid2-large-post .post-info {
padding: 30px 20px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.module-main-grid-2 .grid2-large-post .post-title {
margin-top: 20px;
font-size: 32px;
}
.module-main-grid-2 .grid2-small-post{
width: 33.3333%;
height: 280px;
}
.module-main-grid-2 .grid2-small-post .post-info {
padding: 25px 20px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.module-main-grid-2 .grid2-small-post .post-title {
font-size: 26px;
}
.module-main-grid-2 .type-in .thumb-bg{
width: 100%;
height:100%;
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.module-main-grid-2 .type-in:hover .thumb-bg {
opacity: 0.7;
}  .module-post-one .large-post {
width: 61%;
float: right;
position: relative;
}
.module-post-one .large-post .thumb {
margin-bottom: 20px;
}
.module-post-one .large-post .post-title {
font-size: 32px;
}
.module-post-one .sub-posts {
width: 34%;
float: left;
}
.module-post-one .sub-posts .sub-post-inner {
position: relative;
}
.module-post-one .sub-posts .post-title {
font-size: 24px;
margin-top: 16px;
}
.module-post-one .sub-posts .sub-post-wrap {
margin-top: 30px;
}
.module-post-one .sub-posts .sub-post-wrap:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
} .module-post-two .large-post {
width: 380px;
margin-right: 30px;
float: left;
position: relative;
}
.module-post-two .large-post .post-cat {
margin-bottom: 14px;
}
.module-post-two .large-post .post-title {
font-size: 32px;
color: #fff;
text-transform: uppercase;
margin-bottom: 18px;
}
.module-post-two .large-post .post-info {
position: absolute;
left: 0;
bottom: 0;
padding: 30px 20px;
z-index: 10;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.module-post-two .large-post .entry-excerpt {
color: #fff;
}
.module-post-two .large-post .read-more {
margin-top: 20px;
}
.module-post-two .small-posts {
float: left;
margin-top: 0;
width: 350px;
}
.module-post-two .small-posts li {
margin-top: 30px;
}
.module-post-two .small-posts li:first-child {
margin-top: 0;
} .module-post-three .large-post .post-meta {
margin-top: 16px;
}
.module-post-three .large-post .post-meta div {
color: #fff;
}
.module-post-three .small-posts .thumb, .module-post-four .small-posts .thumb, .module-post-two .small-posts .thumb {
float: left;
margin-right: 20px;
}
.module-post-three .small-posts, .module-post-four .small-posts{
margin-top: 10px;
}
.module-post-three .small-posts .one-col, .module-post-four .small-posts .one-col {
margin-top: 30px;
}
.module-post-three .small-posts .one-col:nth-child(2n), .module-post-four .small-posts .one-col:nth-child(2n) {
margin-right: 0;
} .widget-ads {
text-align: center;
} .widget-social ul {
text-align: center;
}
.widget-social-counter ul li {
margin-top: 12px;
position: relative;
}
.widget-social-counter ul li:first-child {
margin-top: 0;
}
.widget-social-counter ul li i {
font-size: 20px;
line-height: 40px;
color: #fff;
}
.widget-social-counter ul li .social-icon {
float: left;
width: 60px;
height: 40px;
text-align: center;
border-right: 1px solid #fff;
}
.widget-social-counter ul li .data {
width: 100%;
position: absolute;
top: 0;
padding-left: 75px;
}
.widget-social-counter ul li .counter, .widget-social-counter ul li .subscribe {
line-height: 40px;
float: left;
font-size: 14px;
color: #fff;
font-weight: 700;
}
.widget-social-counter ul li .data .text {
float: right;
line-height: 40px;
padding-right: 15px;
font-weight: 700;
font-size: 14px;
color:#fff;
}
.widget-social-counter ul li.twitter {
background: #2FC2EF;
}
.widget-social-counter ul li.facebook {
background: #4c66a4;
}
.widget-social-counter ul li.dribbble {
background: #ea4c89;
}
.widget-social-counter ul li.youtube {
background: #cc181e;
}
.widget-social-counter ul li.rss {
background: #F4A62A;
}
.widget-social-counter ul li.pinterest {
background: #BD1E23;
}
.widget-social-counter ul li.soundcloud {
background: #FF5500;
}
.widget-social-counter ul li.instagram {
background: #375989;
}
.widget-social-counter ul li .post-title {
font-size: 20px;
} .widget-slider ul li .post-title {
font-size: 24px;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.widget-slider ul li .post-meta {
margin-top: 12px;
}
.widget-slider .flexslider .slides > li:first-child {
display: block;
-webkit-backface-visibility: visible;
}
.widget-slider .slider-wrap:hover img {
opacity: 0.7;
}
.widget-slider ul li .post-info {
padding: 20px;
backface-visibility: hidden;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.flex-viewport {
overflow: visible !important;
}
.flexslider {
overflow: hidden !important;
} .widget-posts-list ul li .post-title {
font-size: 24px;
max-height: 4.2em;
overflow: hidden;
}
.widget-posts-list ul li.type-in .post-title {
font-size: 22px;
}
.widget-posts-list ul li.type-in .post-info {
text-transform: uppercase;
padding: 20px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.widget-posts-list ul li:nth-child(n+2) {
margin-top: 30px;
} .widget-posts-list ul li.style-2 {
width: 100%;
overflow: hidden;
}
.widget-posts-list ul li.style-2 .post-info {
padding: 0;
margin-top: 15px;
} .widget-posts-list ul li.style-3 .post-info {
padding: 0;
}
.widget-posts-list .style-3 .thumb {
float: left;
margin-right: 20px;
}
.widget-posts-list .style-3 .post-meta > div, .widget-posts-list .style-3 .post-meta > div:after {
color: #aaa;
}
.widget-posts-list ul li.type-in .rating-wrap, .widget-posts-list ul li.style-2 .rating-wrap{
width:75px;
height: 65px;
font-size: 28px;
line-height: 65px;
}
.widget-posts-list ul li.type-in .thumb, .widget-posts-list ul li.style-2 .thumb {
width: 100%;
} .widget_flickr { 
list-style-type: none; 
}
.widget_flickr li { 
width: 33.33%;
list-style-type: none;
display: block;
float: left;
border: none; 
}
.widget_flickr li a {
display: block;
}
.widget_flickr li .thumb {
background: none;
}
.widget_flickr li a img { 
border: 5px solid transparent;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-transition: all 0.2s linear;
display: block;	
}
.footer .widget_flickr li a img { 
border: 5px solid rgba(0, 0, 0, 0.1);
} 
.widget_flickr li a:hover img {
border-width: 5px;
border-style: solid;
border-color: #FF3C36;
} .widget-twitter ul li:nth-child(n+2) {
margin-top: 20px;
}
.tweet-bird {
float: left;
margin-right: 15px;
color: #FF3C36;
font-size: 30px;
}
.kid-twitter-message {
padding-left: 50px;
}
.kid-twitter-message p {
margin-bottom: 4px;
color: #666;
}
.kid-twitter-message .twitter-timestamp {
color: #888;
}
.kid-twitter-message p a {
color: #131313;
text-decoration: underline !important;
margin: 0 5px;
font-weight: 700;
} .widget_googlebadge {
text-align: center;
} .footer {
background-color: #030303;
margin-top: 48px;
}
.footer .footer-content {
padding-bottom: 50px;
background: #030303;
}
.footer .footer-lower {
width: 100%;
margin: auto;
padding: 20px;
background-color: #111;
color: #b0b0b0;
font-size: 14px;
text-transform: uppercase;
text-align: center;
}
.footer-sidebar {
width: 360px;
margin-right: 30px;
margin-top: 44px;
float:  left;
}
.footer-sidebar .widget:first-child {
margin-top: 0;
}
.footer .footer-sidebar:last-child {
margin-right: 0;
} .footer .widget-posts-list ul li.type-in {
border: 1px solid #131313;
}
.footer .widget-posts-list ul li .post-title {
color: #eee;
}
.footer .widget-posts-list .style-3 .post-meta > div, .footer .widget-posts-list .style-3 .post-meta > div:after {
color: #ccc;
}
.footer .kid-twitter-message p, .footer .kid-twitter-message .twitter-timestamp, .footer .kid-twitter-message p a {
color: #eee;
} .footer_photostream_wrapper {
margin-top: 65px;
position: relative;
}
.footer_photostream_wrapper h3 {
text-transform: uppercase;
text-align: center;
font-size: 18px;
font-weight: 400;
position: absolute;
line-height: 12px;
top: 50%;
left: 0;
text-align: center;
width: 100%;
z-index: 10;
transform: translatey(-50%);
-webkit-transform: translatey(-50%);
}
.footer_photostream_wrapper h3 span {
padding: 10px 15px;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 2px;
letter-spacing: 0;
}
.footer_photostream li {
width: 20%;
margin: 0;
display: inline;
float: left;
line-height: 0;
}
.footer_photostream li a {
display: block;
}
.footer_photostream li img {
width: 100%;
height: auto;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.footer_photostream li:hover img{
opacity: 0.7;
}
.footer_photostream {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
}  .single-page {
margin-top: 50px;
}
.single-page .article-content p, .single-page .article-content li, .single-page .article-content h1, .single-page .article-content h2, .single-page .article-content h3, .single-page .article-content h4, .single-page .article-content h5 {
line-height: 1.5;
}
.single-page .article-content h1, .single-page .article-content h2, .single-page .article-content h3, .single-page .article-content h4, .single-page .article-content h5, .single-page .article-content h6, .single-page .article-content hgroup,
.single-page .article-content ul, .single-page .article-content ol, .single-page .article-content dl, .single-page .article-content blockquote, .single-page .article-content p, .single-page .article-content address,
.single-page .article-content table, .single-page .article-content fieldset, .single-page .article-content figure, .single-page .article-content pre {
margin-bottom: 22px; 
}
.single-page .article-content-wrap > .feature-thumb img{
width:100%;
height: auto;
}
.single-page .article-content-wrap > .feature-thumb {
margin-bottom: 40px;
}
.single-page .main.post-without-sidebar {
width: 100%;
}
.singletop .post-title {
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
margin-top: 12px;
}
.singletop .post-meta {
margin-top: 8px;
}
.singletop .post-meta > div, .singletop .post-meta > div:after {
color: #888;
}
.singletop .post-meta > div.post-author a {
text-transform: uppercase;
font-weight: bold;
}
.single-page .main .singletop {
margin-bottom: 30px;
}
.single-page .main .article-content {  }
.single-page .main .article-content p { }
.single-page .main .feature-thumb {
margin-bottom: 36px;
text-align: center;
}
.single-page .main .feature-thumb img {
width: auto;
height: auto;
}
.single-page .sidebar .widget:first-child {
margin-top: 0;
} .s-tags {
margin-top: 40px;    
}        
.s-tags span {   
font-size: 11px;
background-color: #131313;
color: #fff;
font-weight: bold;    
margin-right: 4px;
text-transform: uppercase;
margin-top: 45px;
padding: 5px 12px;
}
.s-tags a {
display: inline-block;
margin:  4px;
padding: 4px 12px;
background-color: #aaa;
color: #fff;
border: 1px solid #f5f5f5;
text-transform: uppercase;
font-size: 11px;
}
.s-tags a:hover {
color: #fff;
background-color: #FF3C36;
} .post-page-links {
margin-bottom: 30px;
margin-top: 10px;
width: 100%;
display: inline-block;
text-align: center;
}
.post-page-links + div, .post-page-links + nav {
clear: both;
}
.post-page-links span {
margin-right: 5px;
margin-bottom: 5px;
padding: 8px 12px;
border-radius: 3px;
border-width: 1px;
border-style: solid;
display: inline-block;
font-size: 12px;
color: #fff;
line-height: 1;
}
.post-page-links a span {
color: #666;
border-color: #888;
}
.post-page-links > span, .post-page-links a span:hover {
background-color: #FF3C36;
color: #fff;
border-color: #FF3C36;
} .s-post-nav {
border-top: 2px solid #333;
margin-top: 44px;
padding: 36px 0 0 0;
}
.s-post-nav .nav-btn.nav-prev {
width: 50%;
text-align: left;
float: left;
border-right: 1px solid #ccc;
padding-right: 20px;
}
.s-post-nav .nav-btn.nav-next {
width: 50%;
text-align: right;
float: right;
padding-left: 20px;
}
.s-post-nav .nav-btn span {
line-height: 30px;
color: #888;
font-size: 14px;
}
.s-post-nav .nav-btn.nav-prev span:first-child {
font-size: 20px;
margin-right: 20px;
}
.s-post-nav .nav-btn.nav-next span:first-child {
font-size: 20px;
margin-left: 20px;
}
.s-post-nav .nav-btn.nav-prev span {
float: left;
}
.s-post-nav .nav-btn.nav-next span {
float: right;
}
.s-post-nav .nav-btn span i {
line-height: 30px;
}
.s-post-nav .nav-btn h3 {
margin-bottom: 0;
font-size: 24px;
clear: both;  
margin-top: 36px;
color: #131313;
letter-spacing: 0;
}
.s-post-nav .nav-btn.nav-prev h3 {
text-align: left;    
}
.s-post-nav .nav-btn.nav-next h3 {
text-align: right;  
} .kid-share-box {
margin-top: 30px;
}
.kid-share-box .share-box-wrap {
padding-top: 0;
margin-top: 0;
display: inline-block;
}
.share-box-wrap .share-box {
display: inline-block;
}
.share-box ul li {
display: inline-block;
border-radius: 2px;
text-align: center;
cursor: pointer;
margin-top: 8px;
}
.share-box ul li i {
font-size: 16px;
color: #fff;
min-height: 0;
line-height: 28px;                
}
.kid-share-box > span {
margin-right: 30px;
font-size: 18px;
color: #131313;
text-transform: uppercase;
}
.kid-share-box .share-box .social-share {
padding-left: 0;
}
.kid-share-box .share-box ul li .share-item-icon {
width: 56px;
height: 28px;
margin-right: 8px;        
}
.share-box ul li.kid_facebook_share .share-item-icon {
background-color: #3E578C;
}
.share-box ul li.kid_twitter_share .share-item-icon{
background-color: #00ACEE;
}
.share-box ul li.kid_gplus_share .share-item-icon{
background-color: #DD4B39;
}
.share-box ul li.kid_pinterest_share .share-item-icon{
background-color: #C92228;
}
.share-box ul li.kid_stumbleupon_share .share-item-icon{
background-color: #ED5934;
}
.share-box ul li.kid_linkedin_share .share-item-icon{
background-color: #0E76A8;
} .kid-author-box {
margin-top: 60px;
padding: 36px 30px;
border:  1px solid #ddd;
}
.wp-page .kid-author-box {
margin: 0 0 40px 0;
}
.wp-page .fullwidth .kid-author-box{
margin-right: 0;
}
.kid-author-box .kid-author-avatar {
float: left;
}
.kid-author-box .kid-author-avatar img {
border-radius: 50%;
}
.kid-author-box .author-info {
padding-left: 95px;
position: relative;
}
.kid-author-box .author-info h3 {
margin-top: 0;
font-size: 20px;
color: #131313;
letter-spacing: 0;
text-transform: uppercase;
margin-bottom: 15px;
}
.kid-author-box .author-info .kid-author-page-contact {
position: absolute;
top: 0;
right: 0;
}
.kid-author-box .author-info .kid-author-page-contact a {
display: inline-block;
margin: 0 8px;
color: #666;
}
.kid-author-box .author-info .kid-author-page-contact a:hover {
color: #FF3C36;
}
.kid-author-bio {
color: #888;
} .related-box {
margin-top: 40px;
}
.related-box .block-title {
font-size: 24px;
color: #131313;
line-height: 1.5;
text-transform: uppercase;
margin-bottom: 20px;
}
.related-box ul li {
width: 48%;
float: left;
margin-right: 4%;
position: relative;
}
.related-box ul li:nth-child(2) {
margin-right: 0;
}
.related-box ul li .post-info {
}
.related-box ul li .post-title {
font-size: 24px;
color: #131313;
margin-top: 16px;
margin-bottom: 8px;
overflow: hidden;
} .comment-box {
border-top: 2px solid #000;
margin-top: 60px;
padding-top: 36px;  
}
.comment-box #comments .commentlist {
margin-bottom: 40px;
margin-left: 0;
list-style: none;
}
.comment-box .comments-area-title h3, .comment-respond h3, .comments-area .comments-area-title h3 {
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
font-size: 20px;
color: #131313;
}
.comment-box input, .comment-box  textarea {
width: 100%;
}
.comment-box .comment-form-author, .comment-box .comment-form-email, .comment-box .comment-form-url {
width: 30%;
margin-right: 5%;
display: inline-block;
}
.comment-box .comment-form-url {
margin-right: 0; 
}
#comment-submit:hover {
border-bottom: 2px solid #000;
border-right: 2px solid #000;
} .comment-respond {
font-size: 14px;
color: #888;
letter-spacing: 0;
}
.comment-respond h3, .comments-area h3 {
font-size: 24px;
color: #131313;
line-height: 1.5;
text-transform: uppercase;
}
.kid-comment-form-sub-title {
font-size: 13px;
font-style: italic;
}
.comment-respond, .comments-area small {
font-size: 70%;
}
.comments-area small {
margin-left: 12px;
}
.comments-area h3:first-child {
display: inline-block;
}
.comments-area-title h4 {
display: inline-block;
}
.comments-area-title .add-comment-btn {
font-size: 12px;
line-height: 1.5;
color: #fff;
text-transform: uppercase;
padding: 3px 5px;
margin-left: 10px;
display: inline-block;
vertical-align: top;
}
.comments-area ul, .comments-area ol {
list-style: none;
}
.comment-author span {
display: block;
font-size: 13px;
line-height: 1.5;
}
.comment-time a {
color: #888;
}
.comment-avatar {
float: left;
margin-right: 15px;
}
.comment.bypostauthor > .comment-article > .comment-author > .comment-author-name:after {
content: 'AUTHOR';
color: #fff;
font-size: 10px;
font-style: normal;
font-weight: 400;
padding: 1px 5px 2px 5px;
margin-left: 10px;
float: right;
}
.comment-author .comment-author-name {
color: #333;
font-size: 14px;
font-weight: 700;
display: inline-block !important;
}
.comment-links a {
margin-right: 10px;
}
.comment-text .alert.info {
margin-left: 75px;
background: #eee;
padding: 5px;
}
.comment-text .alert.info p {
font-size: 14px;
font-style: italic;
}
.comment-content {
margin-left: 0;
margin-top: 10px;
font-size: 16px;
line-height: 1.5;
}
ol.commentlist ul.children {
border-top: 1px solid #ddd;
margin-top:  30px;
list-style: none;
}
.comment:first-child {
margin-top: 30px;
}
.comment + .comment {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ddd;
}
.comment-navigation div {
margin-bottom: 20px;
margin-right: 10px;
}
.comment-navigation a {
padding: 5px 8px;
font-size: 16px;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation {
margin: 20px 0;
}
.comment-navigation a {
color: #888;
}
.comment-respond #reply-title {
margin-bottom: 10px;
}
.comment-form {
list-style: none;
}
.comment-form-author, .comment-form-email, .comment-form-url {
display: inline-block;
width: 30%;
vertical-align: top;
position: relative;
margin: 0 5% 30px 0;
}
.comment-form-url {
margin-right: 0;
}
.comment-respond input[type="text"] {
display: block;
width: 100%;
vertical-align: middle;
border: 1px solid rgba(0, 0, 0, 0.1);
outline: 0;
padding: 10px;
}
.comment-respond input[type="text"]:focus {
border: 1px solid rgba(0, 0, 0, 0.3);
}
.comment-respond label {
display: none;
}
.comment-form-comment {
margin: 20px 0;
}
.comment-form-comment textarea {
width: 100%;
resize: none;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 10px;
font-size: 15px !important;
}
.comment-form-comment textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.3);
}
#comment-submit {
text-decoration: none;
color: #fff;
background-color: #FF3C36;
border: 2px solid #FF3C36;
padding: 6px 20px;
font-size: 14px;
cursor: pointer;
text-transform: uppercase;
margin: 0;
width: inherit;
font-weight: 400 !important;
}
.comments-area ul ul, .comments-area ol ul {
margin-left: 60px;
}
.form-submit {
text-transform: uppercase;
margin-bottom: 10px;
}
p.logged-in-as {
font-size: 15px;
font-style: italic;
} .kid-review-box {
padding: 24px;
width: 100%;
margin-bottom: 30px;
clear: both;
background: #030303;
}
.kid-review-box.left{
width: 40%;
float: left;
margin-right: 32px;
margin-bottom: 16px;
clear: none;
}
.kid-review-box.right {
width: 40%;
float: right;
margin-left: 32px;
margin-bottom: 16px;    
clear: none;
}
.kid-review-box .kid-overlay {
height: 8px;
width: 100%;
float: left;
position: relative;
margin-top: 4px;
}
.kid-review-box .kid-overlay span {
height: 8px;
background-color: #FF3C36;
display: block;
}
.kid-review-box .kid-criteria-wrap {
margin-top: 20px;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.kid-review-box .kid-criteria-wrap:first-child {
margin-top: 0;
}
.kid-review-box .kid-criteria-wrap .kid-criteria {
width: 85%;
text-align: left;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0;
}
.kid-review-box .kid-criteria-score {
float: right;
}
.kid-review-box .summary-wrap {
margin-top: 40px;
}
.kid-score-box {
width: 150px;
height: 150px;
background-color: #FF3C36;
position: relative;
text-align: center;
float: left;
}
.kid-review-box.left .kid-score-box, .kid-review-box.right .kid-score-box {
margin: auto;
float: none;
}
.kid-score-box .score {
padding-top: 22px;
font-size: 46px;
display: block;
font-weight: bold;
color: #fff; 
}
.kid-score-box .score-title {
font-size: 13px;
letter-spacing: 0;
padding: 6px 0 0 0;
display: block;
color: #fff;
text-transform: uppercase;
}
.kid-review-box .kid-summary {
float: right; 
color: #fff;
width: 520px;
}
.kid-review-box.left .kid-summary, .kid-review-box.right .kid-summary {
width: 100%;
float: none;
margin-top: 32px;
}
.kid-embed-video, .kid-embed-audio {
margin-bottom: 40px;
}
.fluid-width-video-wrapper {
width: 100%;
position: relative;
padding: 0;
padding-top: 56.2857% !important;
}
.kid-embed-audio iframe {
width:100%;
}
.main .kid-embed-audio iframe {
height: auto;
} .kid-archive-content-wrap {
margin-top: 56px; 
}
.kid-archive-content .kid-header:after {
display: none;
}
.kid-archive-content .kid-header {
border-top: none;
}
.kid-category-slider ul li .post-title {
font-size: 28px;
}
.kid-category-slider .type-in .post-info {
padding: 30px;
}
.kid-category-slider {
margin-bottom: 50px;
}
.kid-category-slider ul li .post-meta {
margin-top: 12px;
} .kid-page-pagination {
width: 100%;
display: inline-block;
}
#pagination {
text-align: center;
margin-top: 40px;
}
.archive-masonry #pagination {
margin-left: 15px;
}
#pagination span, #pagination a {
margin-right: 5px;
margin-bottom: 5px;
padding: 10px 15px;
border-radius: 3px;
color: #888;
border: 1px solid #888;
display: inline-block;
font-size: 12px;
}
#pagination .current {
color: #fff;
border: 1px solid #FF3C36;
background-color: #FF3C36;
}
.kid-author-content .kid-author-box {
margin-bottom: 56px;
margin-top: 0;
}
.kid-author-content.fullwidth-section .kid-author-box {
margin-top: 0;
} .widget select {
width: 100%;
height: 45px;
margin-top: 20px;
padding: 0 15px;
border-color: #aaa;
color: #444;
}
.widget-facebook, .widget_flickr, .widget_rss, .widget_calendar, .widget_recent_comments, .widget_links, .widget_search, .widget_tag_cloud, .widget_categories, .widget_recent, .widget_archive, .widget_meta, .widget_pages, .widget_recent_entries, .widget_nav_menu, .widget_text {
position: relative;
line-height: 1.5;
background: transparent;
} .searchform-wrap {
position: relative;
}
.searchform-wrap > input {
background: #fcfcfc;
padding: 12px 40px 12px 10px;
outline: 0;
font-size: 16px;
color: #a6a6a6;
width: 100%;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.searchform-wrap .search-icon {
height: 50px;
line-height: 50px;
width: 50px;
position: absolute;
top: 0;
right: 0;
text-align: center;
background-color: #FF3C36;
color: #fff;
border-left: 1px solid rgba(255,255,255,0.3);
}
.widget .searchform-wrap .search-icon {
background-color: #FF3C36;
}
.searchform-wrap .search-icon i {
font-size: 18px;
color: #fff;
line-height: 50px;
}
.footer .searchform-wrap > input {
border: none;
} .widget_archive ul li, .widget_categories ul li, .widget_tag_cloud a {
line-height: 20px;
margin-right: 10px;
margin-bottom: 10px;
padding: 5px 10px;
float: left;
color: #333;
border-radius: 3px;
border: 1px solid #eee;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget_archive ul li a, .widget_categories ul li a {
display: inline-block;
color: #333;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.footer .widget_archive ul li, .footer .widget_categories ul li, .footer .widget_archive ul li a, .footer .widget_categories ul li a, .footer .widget_tag_cloud a {
color: #ccc;
}
.footer .widget_archive ul li, .footer .widget_categories ul li, .footer .widget_tag_cloud a {
border-color: rgba(255,255,255,0.2);
}
.widget_archive ul li a:before {
content: '\f115';
font-family: 'FontAwesome';
margin-right: 5px;
}
.widget_categories ul li a:before {
content: '\f114';
font-family: 'FontAwesome';
margin-right: 5px;
}
.widget_archive ul li:hover, .widget_categories ul li:hover, .widget_archive ul li:hover a, .widget_categories ul li:hover a {
color: #131313;
}
.widget_archive ul li:hover, .widget_categories ul li:hover{
background-color: #FF3C36;
border-color: #FF3C36;
}
.widget_categories ul.children {
display: none;
}
.footer .widget_archive .screen-reader-text, .footer .widget_categories .screen-reader-text {
color: #eee;
} .widget_nav_menu div:nth-child(2) {
border-radius: 4px;
margin-top: -10px;
}
.widget_nav_menu li a {
display: block;
padding: 10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #030303 !important;
}
.widget_nav_menu li a:hover {
padding-left: 15px;
}
.widget_nav_menu > div > ul > li {
font-weight: 400 !important;
}
.widget_nav_menu > div > ul > li > a {
border-top: 1px solid #eee;
}
.widget_nav_menu > div > ul > li:first-child > a {
border-top: none;
}
.widget_nav_menu > div > ul > li.menu-item-has-children > a {
border-bottom: 1px solid #eee;
}
.widget_nav_menu ul ul {
margin-left: 25px;
list-style: square;
}
.footer .widget_nav_menu ul ul {
color: #eee;
}
.footer .widget_nav_menu li a {
color: #eee !important;
}
.footer .widget_nav_menu > div > ul > li:first-child > a {
border-top: none;
}
.footer .widget_nav_menu div:nth-child(2) {
background-color: transparent;
}
.footer .widget_nav_menu > div > ul > li > a {
border-top: 1px solid rgba(255,255,255,0.2);
}
.footer .widget_nav_menu > div > ul > li.menu-item-has-children > a {
border-bottom: 1px solid rgba(255,255,255,0.2);
} .widget_pages ul.children {
margin-left:0;
margin-top:10px;
}
.widget_pages ul.children li {
padding-bottom:0;
border-bottom:none;
} 
.widget_pages ul li, .widget_meta ul li {
margin-bottom: 4px;
font-size: 16px;
}
.footer .widget_pages ul li, .footer .widget_meta ul li {
color: #eee;
} ul li a.rsswidget {
font-size:13px;
font-weight:bold;
margin-bottom:10px;
display:block;
}
.widget-title a.rsswidget img {
vertical-align:middle;
}
.widget-title a.rsswidget {
color: #fff;
font-size: 13px;
}
.footer a.rsswidget, .footer .rssSummary {
color: #eee;
}
span.rss-date {
display:block;
margin-bottom:10px;
font-size:10px;
font-weight:bold;
}
.rssSummary {
margin-bottom:10px;
}
.widget.widget_rss .widget-title {
border:none;
}
.widget_rss ul li {
border-top-width:1px;
border-top-style:solid;
border-color:rgba(255,255,255,0.2);
width: auto;
padding:15px 0;
}
.widget_rss ul li:first-child {
border-top: none;
}
.footer .widget_rss ul li {
border-color:#555;
}
.widget_rss cite, span.rss-date {
font-size:10px;
color:#999;
} .widget_text .textwidget {
padding: 0!important;
}
.widget_text .textwidget img {
height: auto;
max-width: 100%;
}
.footer .widget_text .textwidget {
color: #eee;
} #wp-calendar caption {
background: #222;
color: #fff;
}
#wp-calendar {
color:#555;
border-collapse:collapse;
width: 100%;
text-align: center;
}
.footer #wp-calendar {
color:#ccc;
}
#wp-calendar #today {
color: #000;
}
#wp-calendar #today a {
color: #fff;
}
.footer #wp-calendar #today {
color:#fff;
}
#wp-calendar caption {
width: 100%;
text-align: center;
padding:15px 2px;
margin-bottom:7px;
font-size:14px;
background: #222;
}
.footer #wp-calendar caption {
background:#444;
color:#ccc;
}
#wp-calendar thead th {
font-weight:bold;
}
#wp-calendar tbody td {
padding: 5px 0;
background:#f3f3f3;
border: 1px solid #fff;
}
.footer #wp-calendar tbody td {
background:#333;
border: 1px solid #222;
}
#wp-calendar a {
padding: 2px 0;
font-weight: bold;
}
#wp-calendar tfoot td {
padding: 3px 0;
}
#wp-calendar #next {
text-align: right;
padding-right: 10px;
}
.footer #wp-calendar #prev a {
color:#ccc;
}
#calendar_wrap {
display: block;
width: 100%;
padding: 0 1px 1px 0;
} .widget_recent_comments .recentcomments {
font-size: 13px;
color: #131313;
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.widget_recent_comments .recentcomments:first-child {
padding-top: 0;
}
.widget_recent_comments .recentcomments:last-child {
padding-bottom: 0;
border: none;
}
.widget_recent_comments .recentcomments a:last-child {
text-transform: uppercase;
font-size: 12px;
line-height: 1.5;
letter-spacing: 0;
}
.footer .recentcomments {
color: #ddd;
}
.footer .recentcomments a:last-child {
color: #eee;
}
.footer .widget_recent_comments .recentcomments {
border-color: rgba(255,255,255,0.2);
} .widget-facebook .fb-container div {
text-align: center;
} .widget_recent_entries ul {
margin: -10px 0;
}
.widget_recent_entries li {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}
.widget_recent_entries li a {
display: block;
text-transform: uppercase;
}
.widget_recent_entries li a:before {
content: '\f0f6';
font-family: 'FontAwesome';
margin-right: 5px;
} 
.footer .widget_recent_entries li a {
color: #eee;
}  .widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
content: " ";
display: table;
} 
.widget_tag_cloud .tagcloud:after {
clear: both;
} .widget_tag_cloud .tagcloud {
*zoom: 1;
text-align: center;
}
.widget_tag_cloud a {
line-height: 20px;
margin-right: 10px;
margin-bottom: 10px;
padding: 5px 10px;
display: inline-block;
float: none;
color: #333;
border-radius: 3px;
font-size: 14px !important;
border: 1px solid #ddd;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget_tag_cloud a:before {
content: '\f02b';
font-family: 'FontAwesome';
margin-right: 5px;
}
.widget_tag_cloud a:hover {
color: #fff;
background-color: #FF3C36;
border-color: #FF3C36;
} .rating-wrap {
position: absolute;
width: 75px;
height: 65px;
text-align: center;
line-height: 65px;
font-size: 28px;
color: #fff;
background-color: #FF3C36;
top: 0;
left: 0;
letter-spacing: 0;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.small-posts .rating-wrap {
width: 50px;
height: 30px;
line-height: 30px;
font-size: 16px;
}
.small-posts .style-2 .rating-wrap {
width: 70px;
height: 50px;
line-height: 50px;
font-size: 28px;
} .page-404-wrap {
margin-top: 100px;
}
.error-number, #kid-404-wrap {
width: 50%;
float: left;
text-align: center;
}
.error-number h1 {
color: #FF3C36;
font-size: 220px;
line-height: 1;
}
#kid-404-wrap .kid-error-title {
font-size: 60px;
text-transform: uppercase;
color: #FF3C36;
}
#kid-404-wrap .entry-content {
color: #444;
margin-top: 30px;
}
.page-404-wrap .search {
clear: both;
margin-top: 100px;
}
.page-404-wrap .redirect-home {
color: #FF3C36;
margin-top: 30px;
text-align: center;
font-size: 16px;
}
.article-content p a {
color: #FF3C36;
} .article-content dl.gallery-item, .textwidget dl.gallery-item {
margin-left: 0;
margin-right:  0;
}
.article-content dl.gallery-item img, .textwidget dl.gallery-item img{
border: none;
} .widget-social ul {list-style: none; margin: 0;}
.widget-social ul li {
cursor: pointer;
text-align: center;
background-color: #333;
color: #fff;
line-height: 50px;
height: 50px;
width: 50px;
display: inline-block;
margin-right: 18px;
margin-bottom: 10px;
font-size: 20px;
transition: all 0.3s ease;
-wekidit-transition: all 0.3s ease;
}
.footer .widget-social ul li {color: #eee;}
.widget-social ul li:last-child{margin-right: 0;}
.widget-social ul li i{font-style: normal;}
.widget-social ul li:hover {
color: #fff;
}
.single-page .main .feature-thumb {max-width: 100% !important;}
.single-page .main .feature-thumb img { width: 100% !important; }
@media only screen and (max-width: 999px) { 
.mobi-50 {float: none !important; display: block !important; width: 100% !important; max-width: 400px !important; margin: 20px auto !important;}
}
table.equip-table tr td {font-size: 13px !important;}@media screen and (max-width: 1320px) {
.cresta-share-icon {display: none !important;}
}
.show-mobile {display: block !important;}
.show-desktop {display: none !important;}
@media screen and (min-width: 1000px) {
.show-mobile {display: none !important;}
.show-desktop {display: block !important;}
}
@media screen and (max-width: 1139px) {
.kid-site-container {
width: 960px;
}
.site-container.boxed {
width: 1020px;
}
.kid-site-container.wide .main-body {
width: 960px;
}
.footer-content {
width: 960px;
}
.footer-sidebar {
width: 300px;
}
.one-col {
width: 300px;
}
.content-section .one-col {
width: 300px;
}
.two-col, .content-section, .single-page .main {
width: 630px;
}
.sidebar {
width: 300px;
margin-left: 30px;
}
.sidebar.left {
margin-left: 0;
margin-right: 30px;
}
.rating-wrap {
width:70px;
height: 50px;
font-size: 20px;
line-height: 50px;
} .header .logo img {
max-height: 70px;
}
.header-banner img {
max-width: 630px;
}  .module-main-grid .kid-post-1 {
width: 478px;
}
.module-main-grid .kid-post-3, .module-main-grid .kid-post-2 {
width: 238px;
}
.module-main-grid .kid-post-4 {
width: 479px;
}
.module-main-grid .kid-post-1 .post-title {
font-size: 32px;
}
.module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title {
font-size: 18px;
}
.module-main-grid .kid-post-4 .post-title {
font-size: 24px;
}
.module-main-grid .kid-post-2 .rating-wrap, .module-main-grid .kid-post-3 .rating-wrap, .module-main-grid .kid-post-4 .rating-wrap {
width: 50px;
height: 30px;
line-height: 30px;
font-size: 14px;
} .module-main-grid-2 .grid2-large-post .post-title {
font-size: 30px;
}
.module-main-grid-2 .grid2-small-post .post-title {
font-size: 24px;
} .module-main-slider .slider-wrap .slides .post-info .post-title {
font-size: 34px;
}
.module-main-slider .carousel-ctrl .slides li {
min-height: 120px;
} .module-jaro .main-post {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.module-jaro .post-list .one-col {
border-top: 0;
margin-top: 30px !important;
padding-top: 0 !important;
width: 50%;
}
.module-jaro .post-list .one-col:nth-child(2n+1){
padding-right: 20px;
}
.module-jaro .post-list .one-col:nth-child(2n+2){
padding-left: 20px;
}
.module-jaro .main-post .post-title {
font-size: 32px;
}
.module-post-three .large-post .post-title {
font-size: 28px;
}
.module-jaro .post-list .item-post .thumb, .small-posts .thumb {
width: 125px;
}
.sub-post .post-meta, .widget-posts-list .style-3 .post-meta {
display: none;
} .grid-1-type .post-title{
font-size: 26px;
margin-bottom: 16px;
}
.module-post-one .large-post .post-title {
font-size: 26px;
}
.module-post-one .sub-posts .post-title {
font-size: 22px;
} .module-post-two .large-post {
width: 300px;
}
.module-post-two .large-post .post-title {
font-size: 28px;
}
.module-post-two .small-posts {
width: 300px;
}
.module-post-two .small-posts .small-post-wrap {
padding-top: 16px;
margin-top: 16px;
} .content-section .classic-blog-style .post-title {
font-size: 28px;
}
.content-section .classic-blog-style .entry-excerpt {
display: none;
} .module-carousel .slides .post-title {
font-size: 24px;
}
.module-carousel .kid-carousel-large-wrap .slides .post-title {
font-size: 28px;
} .kid-score-box {
width: 140px;
height: 140px;
}
.kid-review-box .kid-summary {
width: 410px;
}
.kid-review-box.left, .kid-review-box.right {
width: 50%;
} .widget-slider ul li .post-title {
font-size: 20px;
}
.widget-posts-list ul li .post-title {
font-size: 20px;
} .widget-slider .flex-direction-nav a {
width: 30px;
height: 30px;
}
.widget-slider .flex-direction-nav a svg {
width: 15px;
height: 30px;
} .error-number h1 {
font-size: 180px;
}
#kid-404-wrap .kid-error-title {
font-size: 52px;
}
#kid-404-wrap .entry-content h2 {
font-size: 20px;
}
}
@media screen and (max-width: 1023px) {
.kid-site-container {
width: 690px;
}
.site-container.boxed {
width: 750px;
}
.kid-header .main-title h3, .content-sb-section .kid-header .main-title h3, .sidebar .kid-header .main-title h3 {
font-size: 36px;
}
.kid-site-container.wide .main-body {
width: 690px;
}
.footer-content {
width: 690px;
}
.one-col {
width: 330px;
}
.content-section .one-col {
width: 330px;
}
.two-col, .content-section, .single-page .main{
width: 690px;
}
.footer-sidebar {
width: 690px;
}
.sidebar {
width: 690px;
margin-left: 0;
}
.sidebar.left {
margin-right: 0;
}
.rating-wrap, .module-main-grid .kid-post-2 .rating-wrap, .module-main-grid .kid-post-3 .rating-wrap, .module-main-grid .kid-post-4 .rating-wrap {
width:75px;
height: 55px;
font-size: 22px;
line-height: 55px;
} .header .logo, .header .header-banner {
display: block;
text-align: center;
max-width: 100%;
}
.header .header-banner {
padding: 0;
margin-bottom: 30px;   
}
.header .logo img {
display: inline-block;
max-height:  90px;
}
.header .header-inner {
display: block;
}
.kid-header .main-title h3, .content-sb-section .kid-header .main-title h3, .sidebar .kid-header .main-title h3 {
font-size: 36px;
}
.header-banner img {
max-width: 100%;
}
.header-social li {
margin-bottom: 8px;
} .header-inner {
width: 690px;
}
.top-bar .header-inner {
text-align: center;
}
.top-nav, .header-social {
float: none;
display: inline-block;
}
.top-nav {
display: block;
}
.top-nav ul, .header-social ul {
display: inline-block;
}
#main-menu{
display: none;   
}
.main-nav {
position: static !important;
}
.main-nav .mobile {
display: block;
} .module-main-grid img {
width: 100%;
height: auto;
}
.module-main-grid .kid-post-1 {
width: 100%;
margin: 0;
max-height: 400px;
overflow-y: hidden;
}
.module-main-grid .kid-post-3, .module-main-grid .kid-post-2 {
width: 343px;
margin-top: 4px;
}
.module-main-grid .kid-post-3 {
margin-left: 4px;
}
.module-main-grid .kid-post-4 {
width: 100%;
margin-top: 4px;
}
.module-main-grid .kid-post-1 .post-title {
font-size: 32px;
}
.module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title {
font-size: 24px;
}
.module-main-grid .kid-post-4 .post-title {
font-size: 32px;
}
.module-main-grid .kid-post-2 .rating-wrap, .module-main-grid .kid-post-3 .rating-wrap, .module-main-grid .kid-post-4 .rating-wrap {
width: 75px;
height: 55px;
font-size: 22px;
line-height: 55px;
} .module-main-grid-2 .grid2-small-post .post-info {
padding: 30px 20px;
}
.module-main-grid-2 .grid2-small-post {
width: 50%;
height: 350px;
}
.module-main-grid-2 .grid2-small-post:last-child {
width: 100%;
}
.module-main-grid-2 .grid2-large-post .post-title, .module-main-grid-2 .grid2-small-post .post-title {
font-size: 26px;
}
.module-main-grid-2 .grid2-small-post:last-child .post-title {
font-size: 26px;
} .module-main-slider .slider-wrap .slides .post-info .post-title, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title {
font-size: 28px;
}
.module-main-slider .slider-wrap .slides .post-info .post-meta, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-meta {
display: none;
}
.module-main-slider .slider-wrap .slides .post-info .post-cat, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-cat {
display: none;
} .module-jaro .post-list .item-post .thumb, .small-posts .thumb {
width: 125px;
}
.module-jaro .small-posts .post-meta {
display: none;
} .fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n+1) {
clear: none;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n) {
margin-right: 30px;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(2n+2) {
margin-right: 0;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(2n+1) {
clear: both;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(n+3) {
margin-top: 50px;
} .fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+3) {
margin-top: 50px;
} .classic-blog-style .post-title {
font-size: 28px !important;
}
.classic-blog-style .entry-excerpt {
display: none;
} .large-blog-style .post-title {
font-size: 32px;
} .module-post-two .large-post {
width: 350px;
}
.module-post-two .small-posts {
width: 310px;
}
.module-post-two .small-posts .small-post-wrap {
padding-top: 16px;
margin-top: 16px;
} .module-large-blog-2 .large-blog-content-container .large-blog-style {
width: 100%;
padding: 0;
}
.module-large-blog-2 .large-blog-content-container .large-blog-style:nth-child(n+2) {
margin-top: 48px;
} .module-carousel .kid-carousel-large-wrap .slides .post-title {
font-size: 24px;
} .sidebar-wrap {
width: 100% !important;
margin-top: 48px;        
}
.widget-slider ul li .post-title {
font-size: 24px;
} .widget-slider .flex-direction-nav a {
width: 40px;
height: 50px;
}
.widget-slider .flex-direction-nav a svg {
width: 25px;
height: 50px;
}
.widget-slider .type-in .post-info {
width: 100%;
padding: 40px;
}
.widget-posts-list ul li.type-in .thumb {
width: 100%;
height: auto;
}
.widget-posts-list ul li.type-in .post-title, .widget-posts-list ul li.style-2 .post-title {
font-size: 24px;
}
.widget-posts-list ul li.style-2 .thumb {
width: 100%;
}
.widget-posts-list ul li.style-2:nth-child(n+3) {
margin-top: 30px;
}
.widget-posts-list ul li.style-3:nth-child(2) {
margin-top: 0;
}
.widget-posts-list ul li.style-3 {
width: 330px;
margin-right: 30px;
float: left;
}
.widget-posts-list ul li.style-3:nth-child(2n+2) {
margin-right: 0;
} .page-404-wrap {
margin-top: 60px;
}
.error-number h1 {
font-size: 160px;
line-height: 1;
}
.error-number, #kid-404-wrap {
width: 100%;
float: none;
}
#kid-404-wrap .kid-error-title {
font-size: 40px;
}
#kid-404-wrap .entry-content h2{
font-size: 18px;
}
.page-404-wrap .search {
margin-top: 60px;
} .single-page .article-content-wrap > .feature-thumb {
margin-bottom: 20px;
}
.kid-review-box.above .kid-summary, .kid-review-box.below .kid-summary{
width: 470px;
}
.kid-review-box.left, .kid-review-box.right {
width: 45%;
}
}
@media screen and (max-width: 749px) {
.kid-site-container {
width: 540px;
}
.site-container.boxed {
width: 600px;
}
.kid-site-container.wide .main-body {
width: 540px;
}
.footer-content {
width: 540px;
}
.one-col {
width: 255px;
}
.content-section .one-col {
width: 100%;
}
.two-col, .content-section, .single-page .main{
width: 100%;
}
.sidebar, .sidebar.left {
width: 100%;
}
.footer-sidebar {
width: 100%;
}
.rating-wrap, .module-main-grid .kid-post-2 .rating-wrap, .module-main-grid .kid-post-3 .rating-wrap, .module-main-grid .kid-post-4 .rating-wrap {
width: 65px;
height: 40px;
font-size: 16px;
line-height: 40px;
}
#back-top {
display: none !important;
opacity: 0 !important;
}
.header-inner {
width: 540px;
}
.kid-header .main-title h3, .content-sb-section .kid-header .main-title h3, .sidebar .kid-header .main-title h3 {
font-size: 32px;
} .module-main-grid img {
width: 100%;
height: auto;
}
.module-main-grid .kid-post-1 {
width: 100%;
margin: 0;
max-height: 400px;
overflow-y: hidden;
}
.module-main-grid .kid-post-3, .module-main-grid .kid-post-2 {
width: 100%;
margin-top: 4px;
}
.module-main-grid .kid-post-3 {
margin-left: 0;
}
.module-main-grid .kid-post-4 {
width: 100%;
margin-top: 4px;
}
.module-main-grid .kid-post-1 .post-title {
font-size: 28px;
}
.module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title {
font-size: 28px;
}
.module-main-grid .kid-post-4 .post-title {
font-size: 28px;
}
.module-main-grid .kid-post-2 .rating-wrap, .module-main-grid .kid-post-3 .rating-wrap, .module-main-grid .kid-post-4 .rating-wrap {
width: 75px;
height: 55px;
font-size: 22px;
line-height: 55px;
}
.module-main-grid .type-in .post-info {
padding: 30px 20px !important;
} .module-main-grid-2 .type-in {
border: none;
border-bottom: 2px solid #fff;
}
.module-main-grid-2 .grid2-large-post, .module-main-grid-2 .grid2-small-post {
width: 100%;
} 
.module-main-grid-2 .grid2-large-post .post-title, .module-main-grid-2 .grid2-small-post .post-title, 
.module-main-grid-2 .grid2-small-post:last-child .post-title {
font-size: 28px;
} .module-main-slider .slider-wrap .slides .post-info .post-title, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title {
font-size: 24px;
} 
.module-main-slider .flex-control-paging {
display: none;
} .module-jaro .small-posts .one-col {
width: 100%;
}
.module-jaro .post-list .one-col:nth-child(2n+1) {
padding-right: 0;
}
.module-jaro .post-list .one-col:nth-child(2n+2) {
padding-left: 0;
}
.module-jaro .main-post .post-title {
font-size: 28px;
} .module-carousel .slides .post-title {
font-size:  24px !important;
} .module-post-two .large-post {
width: 100%;
}
.module-post-two .small-posts {
width: 100%;
margin-top: 30px;
} .widget-posts-list ul li.style-3 {
width: 255px;
} .page-404-wrap {
margin-top: 40px;
}
.error-number h1 {
font-size: 120px;
line-height: 1;
}
.error-number, #kid-404-wrap {
width: 100%;
float: none;
}
#kid-404-wrap .kid-error-title {
font-size: 32px;
}
#kid-404-wrap .entry-content h2{
font-size: 16px;
}
.page-404-wrap .search {
margin-top: 40px;
} .singletop .post-title {
font-size: 32px;
}
.kid-review-box.above .kid-summary, .kid-review-box.below .kid-summary{
width: 325px;
}
.kid-review-box.left, .kid-review-box.right {
width: 100%;
}
.related-box ul li .post-title {
font-size: 20px;
}
}
@media screen and (max-width: 599px) {
.kid-site-container {
width: 100%;
padding: 0 15px;        
}
.site-container.boxed {
width: 100%;
}
.kid-site-container.wide .main-body {
width: 100%;
padding: 0 15px;        
}
.footer-content {
width: 100%;        
}
.one-col {
width: 100% !important;
margin-right: 0;
}
.module-masonry-wrapper .one-col {
box-sizing: inherit;
}
.two-col, .content-section, .single-page .main{
width: 100%;
margin-right: 0;
}
.sidebar, .sidebar.left {
width: 100%;
}
.main-nav > .kid-site-container {
width: 100%;
padding: 0 15px;        
}
.main-nav .header-inner {
position: relative;
width:100%;
}
.kid-header .main-title h3, .content-sb-section .kid-header .main-title h3, .sidebar .kid-header .main-title h3 {
font-size: 28px;
}
.top-nav ul {
max-width: 300px;
margin-bottom: 6px;
}
.top-nav ul.menu > li {
float: none;
} .flex-direction-nav a {
width: 30px;
height: 30px;
}
.flex-direction-nav a svg {
width: 15px;
height: 30px;
} .widget-slider .flex-direction-nav a {
width: 30px;
height: 30px;
}
.widget-slider .flex-direction-nav a svg {
width: 15px;
height: 30px;
}
.widget-slider .type-in .post-info {
padding: 20px;
} .module-main-grid-2 .post-cat {
display: none;
}
.module-main-grid-2 .post-meta {
display: none;
} .module-main-slider .slider-wrap .slides .post-info .post-title, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title {
font-size: 24px;
max-height: 4.2em;
overflow: hidden;
} 
.module-main-slider .slider-wrap svg, .module-main-slider .flex-direction-nav a{
width:15px;
height: 25px;
}
.module-main-slider .flex-direction-nav a{
bottom: 30px;   
} .module-jaro .post-info, .module-post-three .large-post .post-info {
padding: 20px;
}
.module-jaro .main-post .post-title, .module-post-three .large-post .post-title {
font-size: 28px;
max-height: 4.2em;
overflow: hidden;
}
.module-jaro .main-post .post-meta, .module-jaro .main-post .post-cat {
display: none;
}
.module-jaro .post-list .item-post .thumb, .small-posts .thumb {
width: 110px;
} .module-jaro .post-info .post-wrapper .post-meta, .module-post-three .large-post .post-info .post-wrapper .post-meta,
.module-jaro .post-info .post-wrapper .post-cat, .module-post-three .large-post .post-info .post-wrapper .post-cat {
display: none;
}
.module-post-two .large-post .post-cat, .module-post-two .large-post .post-meta {
display: none;
} .fullwidth-section .module-grid-content-wrap .one-col:nth-child(n+2), .fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+2),
.content-section .module-grid-content-wrap .one-col:nth-child(n+2),
.content-section .module-masonry-wrapper .one-col:nth-child(n+2) {
margin-top: 50px;
}
.masonry-content-container {
width: 100% !important;
} .classic-blog-style .post-details {
padding: 0 !important;   
position: static !important; 
width: 100%;
}
.classic-blog-style .thumb {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.classic-blog-style .entry-excerpt {
display: block !important;
} .large-blog-style .post-title {
font-size: 28px;
}
.module-large-blog-2 .large-blog-style .post-title {
font-size: 28px;
} .module-post-one .large-post {
width: 100%;
padding-left: 0;
}
.module-post-one .sub-posts {
width: 100%;
margin-top: 30px;
}
.module-post-one .sub-posts .post-title {
font-size: 24px;
margin-top: 26px;
}
.module-post-one .sub-posts .sub-post-wrap {
margin-top: 30px;
padding-top: 0;
border-top: none;
} .module-post-three .large-post .rating-wrap {
display: none;
} .module-post-two .large-post .post-title {
font-size: 28px;
margin-bottom: 0;
}
.module-post-two .large-post .post-info {
padding: 20px;
} .module-carousel .slides .post-details .post-cat {
display: none;
}
.module-carousel .slides .post-title {
font-size: 24px !important;
} .widget-slider .post-title, .module-carousel .kid-carousel-large-wrap .slides .post-title {
font-size: 20px;
}
.widget-posts-list ul li.type-in .post-title, .widget-posts-list ul li.style-2 .post-title {
font-size: 24px;
}
.widget-posts-list ul li.style-3 {
width: 100%;
margin-right: 0;
}
.widget-posts-list ul li.style-3:nth-child(2) {
margin-top: 30px;
}
.widget-slider ul li .post-title {
font-size: 16px;
} .s-post-nav .nav-btn.nav-prev {
width: 100%;
border-right: none;
padding-right: 0;
float: none;
}
.s-post-nav .nav-btn.nav-next {
width: 100%;
float: none;
padding-left: 0;
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #ececec;
}
.kid-author-box {
padding: 20px;
text-align: center;
}
.kid-author-box .author-info .kid-author-page-contact {
position: relative;
}
.kid-author-box .author-info {
padding-left: 0;
position: relative;
width: 100%;
margin-top: 15px;
}
.kid-author-box .kid-author-avatar {
float: none;
}
.article-content blockquote, .textwidget blockquote {
font-style: italic;
margin: 0;    
font-style: italic;
padding: 5px 15px;
clear: both;
border-left-style: solid;
border-left-width: 4px;
border-color: #D13030;
}
.article-content blockquote p, .textwidget blockquote p {
font-style: inherit;
margin-bottom: 0;
}
.singletop .post-title {
font-size: 26px;
}
.kid-review-box.above .kid-summary, .kid-review-box.below .kid-summary{
width: 100%;
}
.kid-review-box .summary-wrap {
margin-top: 30px;
}
.kid-score-box {
float: none;
margin: 0 auto 30px auto;
}
ol.commentlist ul.children {
margin-left: 15px;
} .footer_photostream li {
width: 33.333%;
}
.footer_photostream li:first-child,.footer_photostream li:nth-child(2) {
width: 50%;
}
.single .feature-thumb {width: 100%; max-width: 90%;}
}
@media screen and (max-width: 460px) { .module-main-slider .slider-wrap .slides .post-wrapper {
width: 90%;
}
.module-main-slider .slider-wrap .slides .post-wrapper {
padding: 15px;
}
.related-box ul li {
width: 100%;
float: none;
margin-left: 0;
}
.related-box ul li:last-child {
margin-top: 30px;
}
.related-box ul li .post-title {
font-size: 20px;
} .module-main-grid .kid-post-1 .post-title, .module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title, .module-main-grid .kid-post-4 .post-title {
font-size: 22px;
}
.module-main-grid .type-in .post-info {
padding: 15px !important;
} .module-main-grid-2 .grid2-large-post, .module-main-grid-2 .grid2-small-post {
height: 300px;
}
.module-main-grid-2 .post-info {
padding: 30px 15px !important;
}
.module-main-grid-2 .grid2-large-post .post-title, .module-main-grid-2 .grid2-small-post .post-title, .module-main-grid-2 .grid2-small-post:last-child .post-title {
font-size: 24px;
} .module-jaro .main-post .post-title, .module-post-three .large-post .post-title {
font-size: 24px;
max-height: 4.2em;
overflow: hidden;
}
.module-jaro .post-list .item-post .thumb, .small-posts .thumb {
width: 130px;
}
.module-jaro .post-info .post-wrapper, .module-post-three .large-post .post-info .post-wrapper {
width: 100%;
} .large-blog-style .post-title {
font-size: 24px;
}
.module-large-blog-2 .large-blog-style .post-title {
font-size: 24px;
} .grid-1-type .post-title {
font-size: 24px;
} .classic-blog-style .post-title {
font-size: 22px !important;
} .module-carousel .slides .post-title {
font-size: 24px !important;
} .module-post-two .large-post .post-title {
font-size: 24px;
}
.module-post-two .large-post .post-info {
padding: 20px;
} .module-main-slider .slider-wrap .slides .post-info .post-title, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title {
font-size: 20px;
} .module-carousel .slides .post-title {
font-size:  24px !important;
} .sub-post .post-meta, .widget-posts-list .style-3 .post-meta {
display: none;
}
.widget-posts-list ul li.type-in .post-title, .widget-posts-list ul li.style-2 .post-title {
font-size: 20px;
} .widget-slider ul li .post-info {
padding: 10px;
}
.widget-posts-list ul li.type-in .rating-wrap, .widget-posts-list ul li.style-2 .rating-wrap, .rating-wrap {
width: 65px;
height: 55px;
font-size: 24px;
line-height: 55px;
}
.single .feature-thumb {width: 100%; max-width: 440px;}
}
@media screen and (max-width: 360px) {
.post-meta > div{
font-size: 13px;    
} .module-main-grid .kid-post-1 .post-title, .module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title, .module-main-grid .kid-post-4 .post-title {
font-size: 18px;
}
.module-main-grid .type-in .post-info {
padding: 15px !important;
}
.module-main-grid  .post-cat {
display: none;
}
.module-main-grid .post-meta {
display: none;
}
.grid-1-type .post-title {
font-size: 20px;
}
.module-post-one .large-post .post-title, .module-main-slider .slider-wrap .slides .post-info .post-title, .content-sb-section .module-main-slider .slider-wrap .slides .post-info .post-title,
.module-jaro .main-post .post-title, .module-post-three .large-post .post-title,
.module-main-grid .kid-post-1 .post-title, .module-main-grid .kid-post-2 .post-title, .module-main-grid .kid-post-3 .post-title, .module-main-grid .kid-post-4 .post-title {
font-size: 20px;
}
.module-jaro .small-posts .post-title {
font-size: 18px;
}
.module-post-one .sub-posts .post-title {
font-size: 18px;
}
.sub-post .post-title, .widget-posts-list .style-3 .post-title {
font-size: 18px;
}
.widget-posts-list ul li.type-in .post-title, .widget-posts-list ul li.style-2 .post-title {
font-size: 18px;
}
.module-jaro .post-info .post-cat, .module-post-three .large-post .post-cat, .module-main-slider .slider-wrap .slides .post-info .post-cat,
.module-main-grid .post-cat, .widget-slider ul li .post-cat, .module-main-slider .slider-wrap .slides .post-info .post-meta {
display: none;
}
.grid-1-type .post-meta, .classic-blog-style .post-meta, .large-blog-style .post-meta, .module-post-two .large-post .post-meta, .module-post-three .large-post .post-meta, .module-jaro .main-post .post-meta, .widget-slider ul li .post-meta {
display: none;
}
.related-box ul li .post-title {
font-size: 18px;
} .large-blog-style .post-title {
font-size: 22px;
}
.module-large-blog-2 .large-blog-style .post-title {
font-size: 22px;
}
.single .feature-thumb {width: 100%; max-width: 340px;}
}@font-face{font-family:'FontAwesome';src:url(//www.tribality.com/wp-content/themes/sterling/css/fonts/awesome-fonts/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.tribality.com/wp-content/themes/sterling/css/fonts/awesome-fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.tribality.com/wp-content/themes/sterling/css/fonts/awesome-fonts/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.tribality.com/wp-content/themes/sterling/css/fonts/awesome-fonts/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.tribality.com/wp-content/themes/sterling/css/fonts/awesome-fonts/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.tribality.com/wp-content/themes/sterling/css/fonts/awesome-fonts/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}#html div.arve,#html div.wp-block-nextgenthemes-arve-block,html div.arve,html div.wp-block-nextgenthemes-arve-block{display:block;margin-bottom:1.5em;transition-duration:.35s;transition-property:max-width,margin;transition-timing-function:ease-in-out;width:auto}#html div.arve.alignfull,#html div.wp-block-nextgenthemes-arve-block.alignfull,html div.arve.alignfull,html div.wp-block-nextgenthemes-arve-block.alignfull{max-width:100dvw!important}#html div.arve.alignleft,#html div.arve.alignright,#html div.wp-block-nextgenthemes-arve-block.alignleft,#html div.wp-block-nextgenthemes-arve-block.alignright,html div.arve.alignleft,html div.arve.alignright,html div.wp-block-nextgenthemes-arve-block.alignleft,html div.wp-block-nextgenthemes-arve-block.alignright{margin-top:.4em;width:100%}#html div.arve.alignleft,#html div.wp-block-nextgenthemes-arve-block.alignleft,html div.arve.alignleft,html div.wp-block-nextgenthemes-arve-block.alignleft{margin-right:1.5em}#html div.arve.alignright,#html div.wp-block-nextgenthemes-arve-block.alignright,html div.arve.alignright,html div.wp-block-nextgenthemes-arve-block.alignright{margin-left:1.5em}#html div.arve[data-provider=tiktok] .arve-embed,#html div.wp-block-nextgenthemes-arve-block[data-provider=tiktok] .arve-embed,html div.arve[data-provider=tiktok] .arve-embed,html div.wp-block-nextgenthemes-arve-block[data-provider=tiktok] .arve-embed{height:580px}#html .arve-inner,html .arve-inner{display:block;margin:0;padding:0;width:auto}#html .arve-embed,html .arve-embed{display:block;margin:0;max-height:100dvh;overflow:hidden;padding:0;position:relative;width:100%}#html .arve-embed--has-aspect-ratio,html .arve-embed--has-aspect-ratio{aspect-ratio:16/9}#html .arve-embed--has-aspect-ratio:after,html .arve-embed--has-aspect-ratio:after{clear:both;content:"";display:block}#html .arve-iframe,#html .arve-play-btn,#html .arve-thumbnail,html .arve-iframe,html .arve-play-btn,html .arve-thumbnail{border:0;bottom:0;height:100%!important;left:0;margin:0;padding:0;position:absolute;top:0;width:100%!important}#html .arve-video,html .arve-video{height:auto;margin:0;max-height:100dvh;padding:0;width:100%}#html .arve-iframe,#html .arve-video,html .arve-iframe,html .arve-video{background-color:#000}#html .arve-promote,html .arve-promote{text-align:end}@media(prefers-reduced-motion:reduce){#html .arve,#html .wp-block-nextgenthemes-arve-block,html .arve,html .wp-block-nextgenthemes-arve-block{transition:none}}@supports(aspect-ratio:16/9){#html .arve-ar,#html .arve-embed--has-aspect-ratio:after,html .arve-ar,html .arve-embed--has-aspect-ratio:after{display:none}}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}