/*
 * Fallback for Non-FSE themes, which will add blocks margin bottom.
 * We removed these styles in the v3 - https://github.com/nk-crew/ghostkit/commit/d4544839eee8656315823e1f4dd535f9574cacd4
 *
 * Use :where selector to add possibility to easily overwrite these styles. https://css-tricks.com/almanac/selectors/w/where/
 */
:where(:root) {
	--gkt-blocks-margin-bottom: 28px;
}

:where(
.ghostkit-progress,
.ghostkit-button-wrapper,
.ghostkit-icon-box,
.ghostkit-image-compare,
.ghostkit-tabs,
.ghostkit-accordion,
.ghostkit-countdown,
.ghostkit-counter-box,
.ghostkit-alert,
.ghostkit-carousel,
.ghostkit-video,
.ghostkit-testimonial,
.ghostkit-gist,
.ghostkit-google-maps,
.ghostkit-changelog,
.ghostkit-pricing-table,
.ghostkit-widgetized-area,
.ghostkit-instagram,
.ghostkit-twitter,
.ghostkit-toc,
.ghostkit-form,
.ghostkit-form-field,
.ghostkit-form-submit-button
) {
	margin-bottom: var(--gkt-blocks-margin-bottom);
}
:root{--gkt-color-brand:#2e1645;--gkt-color-dark-gray:#32373c;--gkt-color-light-gray:#f3f4f5;--gkt-color-light-gray-darken:#d7dbde;--gkt-color-primary:#0366d6;--gkt-color-success:#4ab866;--gkt-color-danger:#d94f4f;--gkt-color-warning:#f0b849;--gkt-color-info:#2ebef5;--gkt-border-radius:5px;--gkt-transition-duration:0.2s;--gkt-transition-easing:ease-in-out}svg.ghostkit-svg-icon{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em;width:1em}.ghostkit-icon-spinner,.ghostkit-video-spinner{--gkt-icon-spinner__color:currentcolor;--gkt-icon-spinner__size:20px;--gkt-icon-spinner__border-size:2px;--gkt-icon-spinner__speed:0.3s;--gkt-icon-spinner--background__color:var(--gkt-icon-spinner__color);--gkt-icon-spinner--background__opacity:0.3;animation:ghostkit-icon-spinner var(--gkt-icon-spinner__speed) infinite linear;border:var(--gkt-icon-spinner__border-size) solid transparent;border-left:var(--gkt-icon-spinner__border-size) solid var(--gkt-icon-spinner__color);border-radius:50%;box-sizing:border-box;display:block;height:var(--gkt-icon-spinner__size);position:relative;text-indent:-9999em;width:var(--gkt-icon-spinner__size)}.ghostkit-icon-spinner:after,.ghostkit-video-spinner:after{border:var(--gkt-icon-spinner__border-size) solid var(--gkt-icon-spinner--background__color);border-radius:50%;bottom:calc(var(--gkt-icon-spinner__border-size)*-1);content:"";display:block;left:calc(var(--gkt-icon-spinner__border-size)*-1);opacity:var(--gkt-icon-spinner--background__opacity);position:absolute;right:calc(var(--gkt-icon-spinner__border-size)*-1);top:calc(var(--gkt-icon-spinner__border-size)*-1)}@keyframes ghostkit-icon-spinner{to{transform:rotate(1turn)}}.ghostkit-badge{--gkt-badge__padding-v:0.35em;--gkt-badge__padding-h:0.6em;--gkt-badge__font-size:0.75em;--gkt-badge__font-weight:600;--gkt-badge__line-height:1;--gkt-badge__border-radius:1em;--gkt-badge__text-color:#fff;--gkt-badge-default__color:var(--gkt-color-dark-gray);--gkt-badge-brand__color:var(--gkt-color-brand);--gkt-badge-primary__color:var(--gkt-color-primary);--gkt-badge-success__color:var(--gkt-color-success);--gkt-badge-danger__color:var(--gkt-color-danger);--gkt-badge-warning__color:var(--gkt-color-warning);--gkt-badge-info__color:var(--gkt-color-info);background-color:var(--gkt-badge-default__color);border:0 solid var(--gkt-badge-default__color);border-radius:var(--gkt-badge__border-radius);color:var(--gkt-badge__text-color);display:inline-block;font-size:var(--gkt-badge__font-size);font-weight:var(--gkt-badge__font-weight);line-height:var(--gkt-badge__line-height);padding:var(--gkt-badge__padding-v) var(--gkt-badge__padding-h);text-align:center;vertical-align:middle;white-space:nowrap}.ghostkit-badge-brand{background-color:var(--gkt-badge-brand__color);border-color:var(--gkt-badge-brand__color)}.ghostkit-badge-primary{background-color:var(--gkt-badge-primary__color);border-color:var(--gkt-badge-primary__color)}.ghostkit-badge-success{background-color:var(--gkt-badge-success__color);border-color:var(--gkt-badge-success__color)}.ghostkit-badge-danger{background-color:var(--gkt-badge-danger__color);border-color:var(--gkt-badge-danger__color)}.ghostkit-badge-warning{background-color:var(--gkt-badge-warning__color);border-color:var(--gkt-badge-warning__color)}.ghostkit-badge-info{background-color:var(--gkt-badge-info__color);border-color:var(--gkt-badge-info__color)}.ghostkit-text-uppercase{text-transform:uppercase}.ghostkit-has-transform{transform:perspective(var(--gkt-transform-perspective,none)) translateX(var(--gkt-transform-x,0)) translateY(var(--gkt-transform-y,0)) scale(var(--gkt-transform-scale,1)) rotate(var(--gkt-transform-rotate,0deg)) rotateX(var(--gkt-transform-rotate-x,0deg)) rotateY(var(--gkt-transform-rotate-y,0deg)) rotate(var(--gkt-transform-rotate-z,0deg)) skewX(var(--gkt-transform-skew-x,0deg)) skewY(var(--gkt-transform-skew-y,0deg));transform-origin:var(--gkt-transform-origin,50% 50%)}.ghostkit-d-none{display:none!important}.ghostkit-d-block{display:block!important}@media(max-width:1200px){.ghostkit-d-xl-none{display:none!important}.ghostkit-d-xl-block{display:block!important}}@media(max-width:992px){.ghostkit-d-lg-none{display:none!important}.ghostkit-d-lg-block{display:block!important}}@media(max-width:768px){.ghostkit-d-md-none{display:none!important}.ghostkit-d-md-block{display:block!important}}@media(max-width:576px){.ghostkit-d-sm-none{display:none!important}.ghostkit-d-sm-block{display:block!important}}.is-style-numbered{--gkt-numbered-headings__margin-right:0.4em;--gkt-numbered-headings--h2-number__width:1.6em;--gkt-numbered-headings--h2-number__height:1.6em;--gkt-numbered-headings--h2-number__line-height:1;--gkt-numbered-headings--h2-number__color:#fff;--gkt-numbered-headings--h2-number__background-color:var(--gkt-color-dark-gray);--gkt-numbered-headings--h2-number__border-radius:50%}.is-style-numbered:before{margin:0;margin-right:var(--gkt-numbered-headings__margin-right)}h2.is-style-numbered:before{align-items:center;background-color:var(--gkt-numbered-headings--h2-number__background-color);border-radius:var(--gkt-numbered-headings--h2-number__border-radius);color:var(--gkt-numbered-headings--h2-number__color);display:inline-flex;height:var(--gkt-numbered-headings--h2-number__height);justify-content:center;line-height:var(--gkt-numbered-headings--h2-number__line-height);width:var(--gkt-numbered-headings--h2-number__width)}.entry-content{counter-reset:h2}h2.is-style-numbered{counter-increment:h2;counter-reset:h3}h2.is-style-numbered:before{content:counter(h2)}h3.is-style-numbered{counter-increment:h3;counter-reset:h4}h3.is-style-numbered:before{content:counter(h3)}h2.is-style-numbered~h3.is-style-numbered:before{content:counter(h2) "." counter(h3)}h4.is-style-numbered{counter-increment:h4;counter-reset:h5}h4.is-style-numbered:before{content:counter(h4)}h3.is-style-numbered~h4.is-style-numbered:before{content:counter(h3) "." counter(h4)}h2.is-style-numbered~h3.is-style-numbered~h4.is-style-numbered:before{content:counter(h2) "." counter(h3) "." counter(h4)}h5.is-style-numbered{counter-increment:h5;counter-reset:h6}h5.is-style-numbered:before{content:counter(h5)}h4.is-style-numbered~h5.is-style-numbered:before{content:counter(h4) "." counter(h5)}h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered:before{content:counter(h3) "." counter(h4) "." counter(h5)}h2.is-style-numbered~h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered:before{content:counter(h2) "." counter(h3) "." counter(h4) "." counter(h5)}h6.is-style-numbered{counter-increment:h6}h6.is-style-numbered:before{content:counter(h6)}h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h5) "." counter(h6)}h4.is-style-numbered~h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h4) "." counter(h5) "." counter(h6)}h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h3) "." counter(h4) "." counter(h5) "." counter(h6)}h2.is-style-numbered~h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6)}.is-style-styled{--gkt-styled-lists--items__line-height:1.5;--gkt-styled-lists--items__gap:0.5em;--gkt-styled-lists--inner-lists__padding-v:1em;--gkt-styled-lists--inner-lists__padding-h:0;--gkt-styled-lists-numbered__padding-left:2em;--gkt-styled-lists-numbered--decoration__top:0;--gkt-styled-lists-numbered--decoration__left:0;--gkt-styled-lists-numbered--decoration__width:2em;--gkt-styled-lists-numbered--decoration__height:2em;--gkt-styled-lists-numbered--decoration__font-size:0.7em;--gkt-styled-lists-numbered--decoration__font-weight:600;--gkt-styled-lists-numbered--decoration__line-height:1;--gkt-styled-lists-numbered--decoration__color:#fff;--gkt-styled-lists-numbered--decoration__background-color:var(--gkt-color-dark-gray);--gkt-styled-lists-numbered--decoration__border-radius:50%;--gkt-styled-lists-dotted__padding-left:2em;--gkt-styled-lists-dotted--decoration__top:0.65em;--gkt-styled-lists-dotted--decoration__left:0.9em;--gkt-styled-lists-dotted--decoration__width:0.2em;--gkt-styled-lists-dotted--decoration__height:0.2em;--gkt-styled-lists-dotted--decoration__background-color:var(--gkt-color-dark-gray)}.is-style-icon{--gkt-icon-lists--items__line-height:1.5;--gkt-icon-lists--items__padding-left:2em;--gkt-icon-lists--items__gap:0.5em;--gkt-icon-lists--inner-lists__padding-v:1em;--gkt-icon-lists--inner-lists__padding-h:0;--gkt-icon-lists--decoration:url('data:image/svg+xml;utf8,<svg class="ghostkit-svg-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6724 2.66808C12.5461 2.41207 12.2853 2.25 11.9998 2.25C11.7144 2.25 11.4536 2.41207 11.3273 2.66808L8.56287 8.26941L2.38143 9.16762C2.09892 9.20868 1.86421 9.40656 1.77599 9.67807C1.68777 9.94958 1.76134 10.2476 1.96577 10.4469L6.4387 14.8069L5.38279 20.9634C5.33453 21.2448 5.45019 21.5291 5.68115 21.6969C5.91211 21.8647 6.21831 21.8869 6.471 21.754L11.9998 18.8473L17.5287 21.754C17.7814 21.8869 18.0876 21.8647 18.3185 21.6969C18.5495 21.5291 18.6652 21.2448 18.6169 20.9634L17.561 14.8069L22.0339 10.4469C22.2383 10.2476 22.3119 9.94958 22.2237 9.67807C22.1355 9.40656 21.9008 9.20868 21.6183 9.16762L15.4368 8.26941L12.6724 2.66808Z" fill="currentColor"/></svg>');--gkt-icon-lists--decoration__top:0;--gkt-icon-lists--decoration__left:0;--gkt-icon-lists--decoration__width:1.5em;--gkt-icon-lists--decoration__height:1.5em;--gkt-icon-lists--decoration__color:var(--gkt-color-brand)}.is-style-icon,.is-style-icon ol,.is-style-icon ul,.is-style-none,.is-style-none ol,.is-style-none ul,.is-style-styled,.is-style-styled ol,.is-style-styled ul{list-style:none;padding-left:0}.is-style-icon ol,.is-style-icon ul,.is-style-styled ol,.is-style-styled ul{margin-left:0}.is-style-icon li,.is-style-styled li{list-style:none;margin-left:0}ol.is-style-styled,ul.is-style-styled{line-height:var(--gkt-styled-lists--items__line-height)}ol.is-style-styled li>ol,ol.is-style-styled li>ul,ul.is-style-styled li>ol,ul.is-style-styled li>ul{margin:var(--gkt-styled-lists--inner-lists__padding-v) var(--gkt-styled-lists--inner-lists__padding-h);width:100%}ol.is-style-styled li+li,ul.is-style-styled li+li{margin-top:var(--gkt-styled-lists--items__gap)}.is-style-styled ol,ol.is-style-styled{counter-reset:li}.is-style-styled ol>li,ol.is-style-styled>li{padding-left:var(--gkt-styled-lists-numbered__padding-left);position:relative}.is-style-styled ol>li:before,ol.is-style-styled>li:before{align-items:center;align-self:flex-start;background-color:var(--gkt-styled-lists-numbered--decoration__background-color);border-radius:var(--gkt-styled-lists-numbered--decoration__border-radius);color:var(--gkt-styled-lists-numbered--decoration__color);content:counter(li);counter-increment:li;display:flex;flex:0 0 var(--gkt-styled-lists-numbered--decoration__width);font-size:var(--gkt-styled-lists-numbered--decoration__font-size);font-weight:var(--gkt-styled-lists-numbered--decoration__font-weight);height:var(--gkt-styled-lists-numbered--decoration__height);justify-content:center;left:var(--gkt-styled-lists-numbered--decoration__left);line-height:var(--gkt-styled-lists-numbered--decoration__line-height);position:absolute;top:var(--gkt-styled-lists-numbered--decoration__top);width:var(--gkt-styled-lists-numbered--decoration__width)}.is-style-styled ol[reversed]>li:before,ol.is-style-styled[reversed]>li:before{counter-increment:li -1}.is-style-styled ul>li,ul.is-style-styled>li{padding-left:var(--gkt-styled-lists-dotted__padding-left);position:relative}.is-style-styled ul>li:before,ul.is-style-styled>li:before{background-color:var(--gkt-styled-lists-dotted--decoration__background-color);content:"";height:var(--gkt-styled-lists-dotted--decoration__height);left:var(--gkt-styled-lists-dotted--decoration__left);position:absolute;top:var(--gkt-styled-lists-dotted--decoration__top);width:var(--gkt-styled-lists-dotted--decoration__width)}ol.is-style-icon,ul.is-style-icon{line-height:var(--gkt-icon-lists--items__line-height)}ol.is-style-icon li,ul.is-style-icon li{padding-left:var(--gkt-icon-lists--items__padding-left);position:relative}ol.is-style-icon li:before,ul.is-style-icon li:before{background-color:var(--gkt-icon-lists--decoration__color);content:"";flex:0 0 var(--gkt-icon-lists--decoration__width);height:var(--gkt-icon-lists--decoration__height);left:var(--gkt-icon-lists--decoration__left);-webkit-mask-image:var(--gkt-icon-lists--decoration);mask-image:var(--gkt-icon-lists--decoration);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;position:absolute;top:var(--gkt-icon-lists--decoration__top);width:var(--gkt-icon-lists--decoration__width)}ol.is-style-icon li>ol,ol.is-style-icon li>ul,ul.is-style-icon li>ol,ul.is-style-icon li>ul{list-style:none;margin:var(--gkt-icon-lists--inner-lists__padding-v) var(--gkt-icon-lists--inner-lists__padding-h);padding-left:0;width:100%}ol.is-style-icon li+li,ul.is-style-icon li+li{margin-top:var(--gkt-icon-lists--items__gap)}.ghostkit-list-columns-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-6{-moz-column-count:6;column-count:6}@media(max-width:1200px){.ghostkit-list-columns-xl-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-xl-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-xl-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-xl-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-xl-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-xl-6{-moz-column-count:6;column-count:6}}@media(max-width:992px){.ghostkit-list-columns-lg-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-lg-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-lg-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-lg-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-lg-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-lg-6{-moz-column-count:6;column-count:6}}@media(max-width:768px){.ghostkit-list-columns-md-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-md-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-md-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-md-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-md-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-md-6{-moz-column-count:6;column-count:6}}@media(max-width:576px){.ghostkit-list-columns-sm-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-sm-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-sm-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-sm-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-sm-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-sm-6{-moz-column-count:6;column-count:6}}.ghostkit-paragraph-columns-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-6{-moz-column-count:6;column-count:6}@media(max-width:1200px){.ghostkit-paragraph-columns-xl-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-xl-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-xl-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-xl-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-xl-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-xl-6{-moz-column-count:6;column-count:6}}@media(max-width:992px){.ghostkit-paragraph-columns-lg-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-lg-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-lg-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-lg-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-lg-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-lg-6{-moz-column-count:6;column-count:6}}@media(max-width:768px){.ghostkit-paragraph-columns-md-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-md-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-md-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-md-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-md-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-md-6{-moz-column-count:6;column-count:6}}@media(max-width:576px){.ghostkit-paragraph-columns-sm-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-sm-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-sm-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-sm-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-sm-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-sm-6{-moz-column-count:6;column-count:6}}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/broadnews/assets/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/wp-content/themes/broadnews/assets/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(/wp-content/themes/broadnews/assets/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/broadnews/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wp-content/themes/broadnews/assets/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wp-content/themes/broadnews/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/wp-content/themes/broadnews/assets/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:22px}.h3,h3{font-size:21px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.header-title-wrapper{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#ffffff}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:30px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:30px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:30px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:30px;height:30px;line-height:30px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#ffffff;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#20202000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20202000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.sidr {
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -320px;
}

.sidr.left {
    left: -320px;
    right: auto;
}

.sidr {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    body.sidr-open:before {
        content: "";
        left: 0;
        top: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        -webkit-transition: visibility 0s, opacity 0.4s linear;
        transition: visibility 0s, opacity 0.4s linear;
        visibility: visible;
        opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .54);
    }
}

.sidr-class-sidr-button-close {
    font-size: 30px;
    text-align: right;
    display: block;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.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;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.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;
  box-shadow: none;
  touch-action: manipulation; }

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;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF; 
  text-align: right;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin-top: -20px; /* statt -55px */
  padding: 0;
  width: 30px;       /* statt 90px */
  height: 40px;      /* statt 110px */
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -19px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 12px;   /* statt 35px */
  margin-left: 10px;  /* statt 35px */
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 4px;    /* statt 13px */
  border-bottom-width: 4px;
  top: 3px;                 /* statt 8px */
}

.mfp-arrow:before {
  border-top-width: 7px;    /* statt 21px */
  border-bottom-width: 7px;
  opacity: 0.7;
}

/* Linker Pfeil */
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 6px solid #FFF;   /* statt 17px */
  margin-left: 8px;               /* statt 31px */
}
.mfp-arrow-left:before {
  margin-left: 4px;               /* statt 25px */
  border-right: 10px solid #3F3F3F; /* statt 27px */
}

/* Rechter Pfeil */
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 6px solid #FFF;
  margin-left: 15px;              /* statt 39px */
}
.mfp-arrow-right:before {
  border-left: 10px 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: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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: #444; }
  .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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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; } }
/*
 * Font file created by Local Google Fonts 0.22.0
 * Created: Mon, 26 May 2025 16:46:40 +0000
 * Handle: broadnews-google-fonts
 * Original URL: https://fonts.googleapis.com/css?family=Montserrat:400,700|Noto Sans:400,400italic,700|Montserrat:400,700&amp;subset=latin,latin-ext&amp;display=swap
*/

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat-cyrillic-v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat-cyrillic-v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/montserrat--v29-normal-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans-cyrillic-v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans-greek-ext-v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-italic-400.woff2?c=1748278000) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-italic-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans-cyrillic-v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans-greek-ext-v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans-cyrillic-v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans-greek-ext-v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://simplyfuture.net/wp-content/uploads/fonts/ba124b30d68922c8ac8732105f3020a4/noto-sans--v39-normal-400.woff2?c=1748278001) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
Theme Name: BroadNews
Theme URI: https://afthemes.com/products/broadnews/
Author: AF themes
Author URI: https://www.afthemes.com/
Description: BroadNews is a versatile WordPress theme designed for news, blogs, and magazines. The theme has a number of free starter sites that may be easily integrated to create a superb news center. The theme is fully widgetized, with 7+ unique widgets and 8+ widget areas that allow users to tailor site content. It also has a light and dark color mode for browsing articles and blog posts in a trendy way. It also contains a number of essential customizer options for constructing a visually beautiful news site. You may configure it whatever you want and preview how it looks before making any changes with the live customizer. It supports Gutenberg blocks, RTL, and the WooCommerce plugin, which allows you to combine an online store. The theme is suitable for use on a news, journal, magazine, publication, or review website, as well as for blogging. It's well-designed to help the website rank higher in search engines, and users will receive fantastic support from the team if they have any problems utilizing it.
Version: 3.1.1
Requires PHP: 5.6
Tested up to: 6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: broadnews
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, footer-widgets, translation-ready, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BroadNews is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

BroadNews WordPress Theme, Copyright 2022 AF themes
BroadNews is distributed under the terms of the GNU GPL v2 or later.
*/

/*Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Grids
# Social icons
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Footer
-----------------------------------------------------------*/
/*-----------------------------------------------------------
# Normalize
-----------------------------------------------------------*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: transparent;
    border-bottom: 1px solid #c00c00 ;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=file] {
    padding: 10px;
    height: unset;
    max-width: 100%;
}

.btn-style1 a:visited,
.btn-style1 a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #c00c00;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    height: 38px;
    padding: 5px 10px;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-style1 a:visited,
.btn-style1 a{
    display: inline-block;
    height: auto;
}
button.af-not-button{
    height: auto;
    font-size: 15px;
    padding: 0;
    line-height: normal;
    text-transform: inherit;
    background: transparent;
    font-weight: normal;
    align-items: center;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0 10px;
    width: unset;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}
tr:last-child th ,
tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
td:last-child,
th:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #4a4a4a;
    font-family: Jost;
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.5;
}

button {
    color: #fff;
}

input{height: 38px;}

button,
input,
select,
optgroup,
textarea {
    border: 1px solid #dcdcdc;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
}

label.wp-block-search__label {
    line-height: 1.3;
}

.widget ul.af-tabs > li a,
.site-description,
.site-title{
    font-family: Jost;
}
.site-title {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    margin-bottom: 15px;
}


dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    border-left: 0.25em solid;
    position: relative;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 0 0 0 1em;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    padding: 0 0 0 2em;
}

blockquote blockquote {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

blockquote blockquote:after {
    border-bottom: 0;
}

@media not screen and (min-width: 992px) {
    blockquote {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-top: 2.66667em;
        margin-bottom: 2em;
    }
}

blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 0.57143em;
    line-height: 1.5;
    font-style: normal;
}

address {
    margin: 0 0 1.5em;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dl {
    border: 2px solid #e8e8e8;
    padding: 2.5em;
}

dt {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0 0 1em 0;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0 auto 1em;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}
table#wp-calendar {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#af-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 99999999;
    top: 0;
    left: 0;
}
#loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-exclusive-posts-wrapper .aft-ripple,
.banner-exclusive-posts-wrapper .aft-ripple::before{
    animation: 2s infinite ease-in-out;
}

.banner-exclusive-posts-wrapper .aft-ripple {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #c00c00;
}
.banner-exclusive-posts-wrapper .aft-ripple{
    margin: 0;
    overflow: hidden;
}
.banner-exclusive-posts-wrapper .aft-ripple::before {
    content: '';
    width: 100%; 
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 10px solid rgba(255, 255, 255, 0.15);
    top: -10px;
    left: -10px;
    animation-name: loader3;
    box-sizing: content-box;
}
@-webkit-keyframes loader3 {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}
@keyframes loader3 {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

.elementor-html #af-preloader{
    display: none;
}





div#preload {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: flex;
    align-content: center;
    justify-content: center;
}

#loader {
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#loader .aft-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#loader .aft-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}


#loader .aft-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

#loader .aft-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

#loader .aft-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: #ffb606;
}

#loader .aft-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

#loader .aft-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

#loader .aft-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*============-------------for all navigations----------=============*/

.main-navigation .menu-desktop  > li ,
.main-navigation .menu-desktop > ul > li {
    position: relative;
    display: inline-block;
    transition-duration: 0.5s;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

.main-navigation .menu-desktop  > li > a,
.main-navigation .menu-desktop > ul > li > a{
    padding: 15px;
    text-transform: uppercase;
}

@media screen and (min-width: 993px) {
    .main-navigation .menu-desktop  > li.page_item_has_children > a,
    .main-navigation .menu-desktop > ul > li.page_item_has_children > a,
    .main-navigation .menu-desktop  > li.menu-item-has-children > a,
    .main-navigation .menu-desktop > ul > li.menu-item-has-children > a{
        padding-right: 35px;
    }
    .main-navigation ul.children li,
    .main-navigation ul .sub-menu li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.main-navigation ul li a {
    color: #fff;
}

.main-navigation ul.children li,
.main-navigation ul .sub-menu li {
    display: block;
    float: none;
    text-align: left;
    text-transform: none;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.main-navigation ul.children li:first-child,
.main-navigation ul .sub-menu li:first-child{
    border:none;
}
.main-navigation ul.children li a,
.main-navigation ul .sub-menu li a {
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}

.ham {
    width: 23px;
    height: 2px;
    top: 50%;
    display: block;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .075s ease-in-out;
    -moz-transition: all .075s ease-in-out;
    -ms-transition: all .075s ease-in-out;
    -o-transition: all .075s ease-in-out;
    transition: all .075s ease-in-out;
}
.ham:before, .ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: -8px;
    background-color: #fff;
    -webkit-transition: all .075s ease-in-out;
    -moz-transition: all .075s ease-in-out;
    -ms-transition: all .075s ease-in-out;
    -o-transition: all .075s ease-in-out;
    transition: all .075s ease-in-out;
}
.ham:after {
    top: 8px;
}
.ham.exit {
    background-color: transparent;
}
.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.main-navigation .toggle-menu {
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    display: none;
    padding: 20px;
    padding-left: 0;
    background-color: transparent;
    border:none;
}
.main-navigation .toggle-menu:focus:not(:hover){
    outline: 1px dotted #fff;
}


.main-navigation .menu .menu-mobile {
    margin: 0;
    list-style: none;
    text-align: left;
    z-index: 9999;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.main-navigation .menu .menu-mobile li {
    padding: 0;
}
.main-navigation .menu .menu-mobile li a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    padding-left: 10px;
    padding-right: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.075s ease;
    -moz-transition: all 0.075s ease;
    -ms-transition: all 0.075s ease;
    -o-transition: all 0.075s ease;
    transition: all 0.075s ease;
}
.main-navigation .menu .menu-mobile li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.main-navigation .menu .menu-mobile li .sub-menu li a{
    padding-left: 20px;
}
.main-navigation .menu .menu-mobile li .sub-menu .sub-menu li a{
    padding-left: 30px;
}
.main-navigation ul li.page_item_has_children > a:after,
.main-navigation ul li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "font awesome 5 free";
    color: inherit;
    font-size: inherit;
    display: inline-block;
    position: absolute;
    right: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.main-navigation ul.children  li.page_item_has_children > a:after,
.main-navigation ul .sub-menu li.menu-item-has-children > a:after{display: none;}

/* off canvas css here */
body.sidr-open:before {
    content: "";
    left: 0;
    top: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
    -webkit-transition: visibility 0s, opacity 0.4s linear;
    transition: visibility 0s, opacity 0.4s linear;
    visibility: visible;
    opacity: .75;
    background-color: #fff;
}
body.aft-dark-mode #af-preloader,
body.aft-dark-mode.sidr-open:before {
    background-color: rgb(33, 32, 27);
}
/* off canvas css here */

@media only screen and (min-width: 993px) {
    .main-navigation .menu li a button{
        display: none;
    }
    .main-navigation .menu-desktop,
    .main-navigation .menu-desktop > ul {
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .aft-header-layout-side .main-navigation .menu-desktop,
    .aft-header-layout-side .main-navigation .menu-desktop > ul {
        justify-content: flex-start;
    }

    .main-navigation .menu-desktop > li > a,
    .main-navigation .menu-desktop > ul > li > a {
        padding: 15px 20px;
        text-transform: uppercase;
        height: 49px;
    }

    .main-navigation .menu ul ul li {
        width: 210px;
    }
    .main-navigation .menu-desktop  > li.current-menu-item::after ,
    .main-navigation .menu-desktop > ul > li.current-menu-item::after ,
    .main-navigation .menu-desktop  > li::after ,
    .main-navigation .menu-desktop > ul > li::after {
        content: "";
        background-color: #c00c00;
        position: absolute;
        left: 0px;
        right: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        transform-origin: center;
        transition: width ease-in 0.075s;
    }
    .aft-header-layout-side .main-navigation .menu-desktop > li.current-menu-item::after,
    .aft-header-layout-side .main-navigation .menu-desktop > ul > li.current-menu-item::after,
    .aft-header-layout-side .main-navigation .menu-desktop > li::after,
    .aft-header-layout-side .main-navigation .menu-desktop > ul > li::after,

    .main-navigation .menu-desktop > li.current-menu-item:first-child::after,
    .main-navigation .menu-desktop > ul > li.current-menu-item:first-child::after,
    .main-navigation .menu-desktop > li:first-child::after,
    .main-navigation .menu-desktop > ul > li:first-child::after{
        left: 0;
    }
    .main-navigation .menu-desktop.hide-menu-border  > li.current-menu-item::after ,
    .main-navigation .menu-desktop.hide-menu-border > ul > li.current-menu-item::after ,
    .main-navigation .menu-desktop.hide-menu-border  > li::after ,
    .main-navigation .menu-desktop.hide-menu-border > ul > li::after{
        display: none;
    }
    
    .main-navigation .menu-desktop  > li.current-menu-item > a ,
    .main-navigation .menu-desktop > ul > li.current-menu-item > a ,
    .main-navigation .menu-desktop  > li:hover > a ,
    .main-navigation .menu-desktop > ul > li:hover > a {
        background-color: #32e30e;
    }

    .main-navigation .menu ul > li > a {
        position: relative;
        display: block;
    }

    .main-navigation .menu ul ul a {
        display: block;
        padding: 10px 20px;
        line-height: inherit;
    }
    .main-navigation .menu ul ul {
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: top 0.4s;
        -moz-transition: top 0.4s;
        -ms-transition: top 0.4s;
        -o-transition: top 0.4s;
        transition: top 0.4s;
    }

    .main-navigation .menu li:focus-within > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
    }
    .main-navigation .menu li:focus > ul ,
    .main-navigation .menu li:hover > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
    }

    .main-navigation .menu > ul > li > ul {
        top: 110%;
        left: 0px;
        background-color: #fff;
    }
    .main-navigation .menu > ul > li:first-child > ul {
        left: 0;
    }
    .main-navigation .menu > ul > li:nth-child(7n + 13) > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 12) > ul ,
	.main-navigation .menu > ul > li:nth-child(7n + 11) > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 10) > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 9) > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 8) > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 7) > ul {
        left: unset;
        right: 0px;
    }
    .main-navigation .menu > ul > li:nth-child(7n + 13):last-child > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 12):last-child > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 11):last-child > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 10):last-child > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 9):last-child > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 8):last-child > ul ,
    .main-navigation .menu > ul > li:nth-child(7n + 7):last-child > ul {
        right: 0;
    }

    .main-navigation .menu > ul > li:focus-within > ul {
        top: 100%;
    }
    .main-navigation .menu > ul > li:focus > ul ,
    .main-navigation .menu > ul > li:hover > ul {
        top: 100%;
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
        background-color: #fff;
        display: none;
    }
    .main-navigation .menu > ul > li:nth-child(7n + 13) > ul ul,
    .main-navigation .menu > ul > li:nth-child(7n + 12) > ul ul,
	.main-navigation .menu > ul > li:nth-child(7n + 11) > ul ul,
    .main-navigation .menu > ul > li:nth-child(7n + 10) > ul ul,
    .main-navigation .menu > ul > li:nth-child(7n + 9) > ul ul,
    .main-navigation .menu > ul > li:nth-child(7n + 8) > ul ul,
    .main-navigation .menu > ul > li:nth-child(7n + 7) > ul ul{
        left: unset;
        right: 100%;
    }

    .main-navigation ul.children li.page_item_has_children > a:before,
    .main-navigation ul .sub-menu li.menu-item-has-children > a:before {
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        padding-right: 10px;
        float: left;
    }
    .main-navigation .menu > ul > li:nth-child(7n + 13) > ul li a:before,
    .main-navigation .menu > ul > li:nth-child(7n + 12) > ul li a:before,
    .main-navigation .menu > ul > li:nth-child(7n + 11) > ul li a:before,
    .main-navigation .menu > ul > li:nth-child(7n + 10) > ul li a:before,
    .main-navigation .menu > ul > li:nth-child(7n + 9) > ul li a:before,
    .main-navigation .menu > ul > li:nth-child(7n + 8) > ul li a:before,
    .main-navigation .menu > ul > li:nth-child(7n + 7) > ul li a:before{
        transform: rotate(180deg);
        position: absolute;
        right: 15px;
    }

    .main-navigation .menu ul ul li:focus-within > ul {
        top: 0;
        display: block;
    }
    .main-navigation .menu ul ul li:focus > ul ,
    .main-navigation .menu ul ul li:hover > ul {
        top: 0;
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .main-navigation .menu > .menu {
        margin: 0;
        list-style: none;
        text-align: left;
        z-index: 9999;
        background-color: #fff;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 20px;
    }
    .main-navigation .menu > .menu > li:first-child > a {
        border-top: none;
    }
    .site .site-header {
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .main-navigation .menu .menu-mobile li a button{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        z-index: 1;
        background-color: transparent;
        border:none;
        top: 50%;
        transform: translateY(-50%);
        outline: none;
    }
    .main-navigation .menu .menu-mobile li a button:focus:not(:hover) {
        outline: 1px dotted #ccc;
    }
    .main-navigation .menu .menu-mobile li a button:before,
    .main-navigation .menu .menu-mobile li a button:after {
        content: '';
        width: 13px;
        height: 2px;
        background-color: #4a4a4a;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .aft-dark-mode .main-navigation .menu .menu-mobile li a button:before,
    .aft-dark-mode .main-navigation .menu .menu-mobile li a button:after {
        background-color: #fff;
    }
    .main-navigation .menu .menu-mobile li a button:after {
        width: 2px;
        height: 13px;
    }
    .main-navigation .menu .menu-mobile li a button.active:after {
        opacity: 0;
    }
}

/*menu-description*/
.main-navigation .menu-description {
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    color: #fff;
    z-index: 1;
    width: max-content;
    border-left: 2px solid #c00c00;
}
.main-navigation .menu-item:first-child .menu-description {
    left: 0;
}
.main-navigation .sub-menu .menu-description{
    top: 50%;
    left: inherit;
    transform: translateY(-50%);
    margin: 0 5px;
}
.main-navigation .sub-menu .menu-description:after{display: none;}

/*menu-description*/
/*============-------------for all navigations----------=============*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #404040 ;
    text-decoration: none;
}

a:hover, a:focus, a:active, a:visited {
    color: #cccccc ;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a:focus:not(:hover) {
    outline: 1px dotted;
}

a:hover {
    outline: none;
}


/*--------------------------------------------------------------
## grid
--------------------------------------------------------------*/

.col-1 {width: 100%;}
.col-2 {width: 50%;}
.col-3 {width: 33.33%;}
.col-4 {width: 25%;}
.col-5 {width: 20%;}
.col-15 {width: 15%;}
.col-16 {width: 16%;}
.col-30 {width: 30%;}
.col-40 {width: 40%;}
.col-55 {width: 55%;}
.col-60 {width: 60%;}
.col-70 {width: 70%;}
.col-66 {width: 66.67%;}
.col-75 {width: 75%;}

.float-l {float: left;}

.pad {
    padding-left: 10px;
    padding-right: 10px;
}
.primary-footer-area.pad {
    padding-left: 10px;
    padding-right: 10px;
}
.pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.ptb-10{
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.marg-10-lr {
    margin-right: 10px;
    margin-left: 10px;
}
.marg-btm-lr {
    margin-bottom: 10px;
}
.af-container-row {
    margin-right: -10px;
    margin-left: -10px;
}
.primary-footer-area .af-container-row {
    margin-right: -10px;
    margin-left: -10px;
}
.af-container-row-5 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.aft-main-banner-wrapper .af-container-row-5 {
    margin-right: -10px;
    margin-left: -10px;
}

.container-wrapper:before,
.container-wrapper:after {
    content: "";
    display: table;
}
.container-wrapper:after {
    clear: both;
}
.container-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.elementor-template-full-width #content.container-wrapper{
    max-width: 1920px;
    padding: 0;
}
.af-boxed-layout .af-whole-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
   
}

body.aft-dark-mode.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {    
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.af-boxed-layout .af-whole-wrapper .af-banner-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.af-banner-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.pos-rel {
    position: relative;
}
.container-wrapper #primary {
    width: 66.66%;
    padding-right: 10px;
}
.container-wrapper #secondary {
    width: 33.33%;
    padding-left: 10px;
}
body.align-content-right.aft-section-layout-none .container-wrapper #secondary,
.aft-section-layout-none .container-wrapper #primary {
    /* padding-right: 20px; */
}
body.align-content-right.aft-section-layout-none .container-wrapper #primary,
.aft-section-layout-none .container-wrapper #secondary {
    /* padding-left: 20px; */
}
body.full-width-content.aft-section-layout-none #primary,
body.full-width-content #primary ,
.container-wrapper #primary.aft-no-sidebar {
    width: 100%;
    padding: 0;
}

body.align-content-right .container-wrapper #primary {
    padding-right: 0;
    padding-left: 10px;
}
body.align-content-right .container-wrapper #secondary {
    padding-right: 10px;
    padding-left: 0;
}

.container-wrapper > #primary {
    float: left;
}
.container-wrapper > #secondary {
    float: right;
}
body.align-content-right .container-wrapper > #primary {
    float: right;
}
body.align-content-right .container-wrapper > #secondary {
    float: left;
}

.af-flex-container{
    display: flex;
}

.section-block-upper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}

@media only screen and (min-width: 993px){
    body #secondary.sidebar-sticky-top {
        position: sticky;
        top: 20px;
    }
    body #secondary.sidebar-sticky-bottom {
        position: sticky;
        bottom: 0;
        align-self: flex-end;
    }
    .align-content-right .section-block-upper{
        flex-direction: row-reverse;
    }
}

/*--------------------------------------------------------------
## grid
--------------------------------------------------------------*/
.af-breadcrumbs,
body #content.container-wrapper{
    margin-top: 20px;
}

body.af-boxed-layout #content.container-wrapper {
    padding-right: 0;
    padding-left: 0;
}

body.error404 #content.container-wrapper .container {
    padding: 0;
    margin: 0 0 20px;
    width: unset;
}

.entry-content{margin: 20px 0;}

/*grids padding */
.af-double-column.list-style .read-details.pad {
    padding-left: 15px;
    padding-right: 0;
}
article.archive-image-alternate:nth-child(even) .af-double-column.list-style .read-details.pad,
article.archive-image-right .af-double-column.list-style .read-details.pad {
    padding-left: 0;
    padding-right: 15px;
}
/*grids padding */
.entry-meta img.avatar.photo {
    display: inline-block;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.aft-small-social-menu {
    text-align: right;
}
.social-widget-menu ul li,
.aft-small-social-menu ul li {
    display: inline-block;
    vertical-align: middle;
}

.social-widget-menu ul li a,
.aft-small-social-menu ul li a {
    font-size: 14px;
    font-family: "font awesome 5 brands";
    line-height: 1;
    vertical-align: middle;
}

.social-widget-menu ul li a:after,
.aft-small-social-menu ul li a:after {
    vertical-align: middle;
    font-family: "font awesome 5 brands";
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

.social-widget-menu ul li a,
.aft-small-social-menu ul li a,
.em-author-details ul li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 29px;
    position: relative;
    text-align: center;
    color: #fff;
}
.broadnews_author_info_widget .af-author-details .aft-small-social-menu ul li a {
    display: block;
}

body footer .secondary-footer .aft-small-social-menu ul li a:hover {
    color: #fff;
}
footer .aft-small-social-menu ul li a:hover,
header .top-header .aft-small-social-menu ul li a:hover,
.social-widget-menu.af-widget-body ul li a{background-color: #000;}

.aft-social-share a[href*="facebook.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="facebook.com"],
footer .aft-small-social-menu ul li a[href*="facebook.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="facebook.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="facebook.com"]{background-color: #3b5999;}

.aft-social-share a[href*="dribble.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="dribble.com"],
footer .aft-small-social-menu ul li a[href*="dribble.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="dribble.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="dribble.com"]{background-color: #ea4c89;}

.aft-social-share a[href*="vk.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="vk.com"],
footer .aft-small-social-menu ul li a[href*="vk.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="vk.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="vk.com"]{background-color: #4c75a3;}

.aft-social-share a[href*="twitter.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="twitter.com"],
footer .aft-small-social-menu ul li a[href*="twitter.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="twitter.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="twitter.com"]{background-color: #55acee;}

.aft-social-share a[href*="linkedin.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="linkedin.com"],
footer .aft-small-social-menu ul li a[href*="linkedin.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="linkedin.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="linkedin.com"]{background-color: #0077B5;}

.aft-social-share a[href*="instagram.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="instagram.com"],
footer .aft-small-social-menu ul li a[href*="instagram.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="instagram.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="instagram.com"]{background-color: #3F729B;}

.aft-social-share a[href*="youtube.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="youtube.com"],
footer .aft-small-social-menu ul li a[href*="youtube.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="youtube.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="youtube.com"]{background-color: #cd201f;}

.aft-social-share a[href*="vimeo.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="vimeo.com"],
footer .aft-small-social-menu ul li a[href*="vimeo.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="vimeo.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="vimeo.com"]{background-color: #1ab7ea;}

.aft-social-share a[href*="plus.google.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="plus.google.com"],
footer .aft-small-social-menu ul li a[href*="plus.google.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="plus.google.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="plus.google.com"]{background-color: #dd4b39;}

.aft-social-share a[href*="pinterest.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="pinterest.com"],
footer .aft-small-social-menu ul li a[href*="pinterest.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="pinterest.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="pinterest.com"]{background-color: #bd081c;}

.aft-social-share a[href*="tumblr.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="tumblr.com"],
footer .aft-small-social-menu ul li a[href*="tumblr.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="tumblr.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="tumblr.com"]{background-color: #34465d;}

.aft-social-share a[href*="wordpress.com"],
.aft-social-share a[href*="wordpress.org"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="wordpress.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="wordpress.org"],
footer .aft-small-social-menu ul li a[href*="wordpress.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="wordpress.com"]:hover,
footer .aft-small-social-menu ul li a[href*="wordpress.org"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="wordpress.org"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="wordpress.com"],
.social-widget-menu.af-widget-body ul li a[href*="wordpress.org"]{background-color: #21759b;}

.aft-social-share a[href*="whatsapp.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="whatsapp.com"],
footer .aft-small-social-menu ul li a[href*="whatsapp.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="whatsapp.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="whatsapp.com"]{background-color: #25D366;}

.aft-social-share a[href*="reddit.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="reddit.com"],
footer .aft-small-social-menu ul li a[href*="reddit.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="reddit.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="reddit.com"]{background-color: #ff5700;}

.aft-social-share a[href*="t.me"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="t.me"],
footer .aft-small-social-menu ul li a[href*="t.me"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="t.me"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="t.me"]{background-color: #00405d;}

.aft-social-share a[href*="ok.ru"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="ok.ru"],
footer .aft-small-social-menu ul li a[href*="ok.ru"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="ok.ru"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="ok.ru"]{background-color: #ed812b;}

.aft-social-share a[href*="wechat.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="wechat.com"],
footer .aft-small-social-menu ul li a[href*="wechat.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="wechat.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="wechat.com"]{background-color: #09b83e;}

.aft-social-share a[href*="weibo.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="weibo.com"],
footer .aft-small-social-menu ul li a[href*="weibo.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="weibo.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="weibo.com"]{background-color: #ce1126;}

.aft-social-share a[href*="github.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="github.com"],
footer .aft-small-social-menu ul li a[href*="github.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="github.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="github.com"]{ background-color: #00405d;}

.aft-social-share a[href*="snapchat.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="snapchat.com"],
footer .aft-small-social-menu ul li a[href*="snapchat.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="snapchat.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="snapchat.com"]{ background-color: #e6e400;}

.aft-social-share a[href*="twitch.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="twitch.com"],
footer .aft-small-social-menu ul li a[href*="twitch.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="twitch.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="twitch.com"]{ background-color: #6441a5;}

.aft-social-share a[href*="viber.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="viber.com"],
footer .aft-small-social-menu ul li a[href*="viber.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="viber.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="viber.com"]{ background-color: #665cac;}

.aft-social-share a[href*="tiktok.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="tiktok.com"],
footer .aft-small-social-menu ul li a[href*="tiktok.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="tiktok.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="tiktok.com"]{ background-color: #010101;}

.aft-social-share a[href*="soundcloud.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="soundcloud.com"]:hover,
footer .aft-small-social-menu ul li a[href*="soundcloud.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="soundcloud.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="soundcloud.com"]{background-color: #f75200;}

.aft-social-share a[href*="behance.net"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="behance.net"]:hover,
footer .aft-small-social-menu ul li a[href*="behance.net"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="behance.net"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="behance.net"]{background-color: #053eff;}

.aft-social-share a[href*="quora.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="quora.com"]:hover,
footer .aft-small-social-menu ul li a[href*="quora.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="quora.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="quora.com"]{background-color: #b92b27;}

.aft-social-share a[href*="yahoo.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="yahoo.com"]:hover,
footer .aft-small-social-menu ul li a[href*="yahoo.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="yahoo.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="yahoo.com"]{background-color: #720e9e;}

.aft-social-share a[href*="spotify.com"],
.broadnews_author_info_widget .aft-small-social-menu ul li a[href*="spotify.com"]:hover,
footer .aft-small-social-menu ul li a[href*="spotify.com"]:hover,
header .top-header .aft-small-social-menu ul li a[href*="spotify.com"]:hover,
.social-widget-menu.af-widget-body ul li a[href*="spotify.com"]{background-color: #1ed760;}

.aft-small-social-menu ul a:after,
.social-widget-menu ul a:before {
    content: "\f35d";
}
.aft-small-social-menu ul a[href*="snapchat.com"]:after,
.social-widget-menu ul a[href*="snapchat.com"]:before {
    content: "\f2ad";
}
.aft-small-social-menu ul a[href*="viber.com"]:after,
.social-widget-menu ul a[href*="viber.com"]:before {
    content: "\f409";
}
.aft-small-social-menu ul a[href*="twitch.com"]:after,
.social-widget-menu ul a[href*="twitch.com"]:before {
    content: "\f1e8";
}
.aft-small-social-menu ul a[href*="tiktok.com"]:after,
.social-widget-menu ul a[href*="tiktok.com"]:before {
    content: "\e07b";
}
.aft-small-social-menu ul a[href*="dribble.com"]:after,
.social-widget-menu ul a[href*="dribble.com"]:before {
    content: "\f17d";
}
.aft-small-social-menu ul a[href*="facebook.com"]:after,
.social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f09a";
}
.aft-small-social-menu ul a[href*="vk.com"]:after,
.social-widget-menu ul a[href*="vk.com"]:before {
    content: "\f189";
}
.aft-small-social-menu ul a[href*="twitter.com"]:after,
.social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f099";
}
.aft-small-social-menu ul a[href*="linkedin.com"]:after,
.social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f0e1";
}
.aft-small-social-menu ul a[href*="instagram.com"]:after,
.social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f16d";
}
.aft-small-social-menu ul a[href*="youtube.com"]:after,
.social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f167";
}
.aft-small-social-menu ul a[href*="vimeo.com"]:after,
.social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f27d";
}
.aft-small-social-menu ul a[href*="plus.google.com"]:after,
.social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f0d5";
}
.aft-small-social-menu ul a[href*="pinterest.com"]:after,
.social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f0d2";
}
.aft-small-social-menu ul a[href*="tumblr.com"]:after,
.social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f173";
}
.aft-small-social-menu ul a[href*="wordpress.org"]:after,
.social-widget-menu ul a[href*="wordpress.org"]:before,
.aft-small-social-menu ul a[href*="wordpress.com"]:after,
.social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f19a";
}
.aft-small-social-menu ul a[href*="whatsapp.com"]:after,
.social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f232";
}
.aft-small-social-menu ul a[href*="reddit.com"]:after,
.social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f281";
}
.aft-small-social-menu ul a[href*="t.me"]:after,
.social-widget-menu ul a[href*="t.me"]:before {
    content: "\f2c6";
}
.aft-small-social-menu ul a[href*="ok.ru"]:after,
.social-widget-menu ul a[href*="ok.ru"]:before {
    content: "\f263";
}
.aft-small-social-menu ul a[href*="wechat.com"]:after,
.social-widget-menu ul a[href*="wechat.com"]:before {
    content: "\f1d7";
}
.aft-small-social-menu ul a[href*="weibo.com"]:after,
.social-widget-menu ul a[href*="weibo.com"]:before {
    content: "\f18a";
}
.aft-small-social-menu ul a[href*="github.com"]:after,
.social-widget-menu ul a[href*="github.com"]:before {
    content: "\f09b";
}
.aft-small-social-menu ul a[href*="soundcloud.com"]:after,
.social-widget-menu ul a[href*="soundcloud.com"]:before {
    content: "\f1be";
}
.aft-small-social-menu ul a[href*="behance.net"]:after,
.social-widget-menu ul a[href*="behance.net"]:before {
    content: "\f1b4";
}
.aft-small-social-menu ul a[href*="quora.com"]:after,
.social-widget-menu ul a[href*="quora.com"]:before {
    content: "\f2c4";
}
.aft-small-social-menu ul a[href*="yahoo.com"]:after,
.social-widget-menu ul a[href*="yahoo.com"]:before {
    content: "\f19e";
}
.aft-small-social-menu ul a[href*="spotify.com"]:after,
.social-widget-menu ul a[href*="spotify.com"]:before {
    content: "\f1bc";
}
footer .aft-small-social-menu ul li a,
header .top-header .aft-small-social-menu ul li a{
    color: #fff ;
    background-color: rgba(255,255,255,.075);
    line-height: 28px;
}
body .broadnews-header .aft-small-social-menu ul li a:hover,
footer .aft-small-social-menu ul li a:hover{
    color: #fff;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.broadnews-header .top-header {
    background-color: #202020;
    padding: 10px 0;
    color: #fff;
}
.top-bar-flex {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30px;
}
.top-bar-flex .top-bar-left {
    display: flex;
    align-items: center;
}
.top-bar-flex .top-bar-right{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.off-cancas-panel {
    line-height: 1;
}
.offcanvas {
    display: inline-block;
    vertical-align: middle;
}
.offcanvas-nav{display: inline-block;outline-offset: 2px;}
.offcanvas-nav:focus-within:not(:hover) {
    outline: 1px dotted #fff;
    outline-offset: 2px;
}
.offcanvas-menu {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin: 0 auto;
}
.offcanvas-menu span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    border-radius: 10px;
    height: 3px;
    background-color: #fff;
    border-color: #fff;
    transition: 0.075s all ease-in;
}
.af-on-right .offcanvas .offcanvas-menu span {
    left: inherit;
    right: 0;
}
.offcanvas-menu span.mbtn-mid {
    top: 50%;
    margin-top: -1.5px;
}
.offcanvas-menu span.mbtn-top {
    width: 85%;
}
.offcanvas-menu span.mbtn-bot {
    bottom: 0;
    width: 60%;
    transition-delay: 90ms;
}
#sidr{
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 380px;
    visibility: hidden;
    opacity: 0;
}
.sidr.left{
    left: -380px;
}
body.sidr-open #sidr{
    visibility: visible;
    opacity: 1;
}

.offcanvas:hover .offcanvas-menu span.mbtn-top,
.offcanvas:hover .offcanvas-menu span.mbtn-bot{
    width: 100%;
}
.date-bar-left {
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}



.read-img a.aft-post-image-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
}

/*search*/
.af-search-wrap {
    width: 25px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.search-icon {
    display: block;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    outline: 0;
}

.search-icon:visited,
.search-icon:hover,
.search-icon:focus,
.search-icon:active {
    outline: 0;
    color: #fff;
}

.search-icon:focus:not(:hover),
.search-icon:focus-within:not(:hover) {
    outline: 1px dotted;
}

.af-search-form {
    background: #fff;
    position: absolute;
    right: 0;
    top: 120%;
    width: 325px;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0 auto;
    margin-top: 1px;
    padding: 14px;
    z-index: 99;
    border-radius: 0px;
    -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}

.search-overlay.reveal-search .af-search-form {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    top: 100%;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}

.search-form label {
    width: 75%;
    float: left;
    margin-bottom: 0;
}

input.search-field {
    float: none;
    width: 100%;
    padding: 0 14px;
    height: 38px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #fafafa; */
    border: 1px solid rgba(0,0,0,.15);
    font-size: 16px;
    border-radius: 0;
    font-weight: normal;
}
.wp-block-search .wp-block-search__button:focus:not(:hover),
.wp-block-search .wp-block-search__input:focus:not(:hover),
.mc4wp-form-fields input[type="email"]:focus:not(:hover),
input.search-field:focus:not(:hover){
    outline: 1px dotted ;
    outline-offset: -2px;
}

.aft-dark-mode .wp-post-author-meta a,
.aft-dark-mode .wp-post-author-meta a:visited,
.aft-dark-mode .posts-author a,
.aft-dark-mode .posts-author a:visited{
    color: #fff;
}
select {
    padding: 1px 2px;
    height: 38px;
    min-width: 199px;
}
.broadnews-widget select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: block;
    position: relative;
    cursor: pointer;
}
/* .site-footer .broadnews-widget select, */
body.aft-dark-mode .broadnews-widget select {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
    color: #fff;
}
/* .site-footer .broadnews-widget select option, */
body.aft-dark-mode .broadnews-widget select option {
    background: rgba(0,0,0,.5);
}
.broadnews-widget .mc4wp-form-fields {
    position: relative;
}
.woocommerce-product-search {
    display: flex;
}
.widget_product_search input.search-field button[type="submit"],
.broadnews-widget .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}
.broadnews-widget .mc4wp-form-fields input[type="submit"]{
    padding: 0 10px;
    font-size: 13px;
    line-height: 37px;
}
.widget_product_search input.search-field ,
.broadnews-widget .mc4wp-form-fields input[type="email"] {
    width: 75%;
    padding: 0 15px;
    font-weight: 400;
    font-size: 13px;
}
body.aft-dark-mode .inner-suscribe input,
body.aft-dark-mode .broadnews-widget .mc4wp-form-fields input[type="email"],
body.aft-dark-mode .widget input.search-field{
    background-color: rgba(255,255,255,.1);
    border: none;
}
body.aft-dark-mode .inner-suscribe input::placeholder,
body.aft-dark-mode .broadnews-widget .mc4wp-form-fields input[type="email"]::placeholder,
body.aft-dark-mode .widget input.search-field::placeholder {
    color:rgba(255,255,255,.75);
}

.woocommerce-product-search button[type="submit"]{
    background: #c00c00;
    border: 1px solid #c00c00;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
    padding: 0px;
    height: 38px;
    font-size: 13px;
    width: 25%;
    margin: 0;
}
input.search-submit {
    border: 1px solid #c00c00;
    border-radius: 0px;
    padding: 0px;
    height: 38px;
    font-size: 13px;
    width: 25%;
    margin: 0;
}

.af-header-image.data-bg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.af-header-image.data-bg:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 50%;
}
.af-header-image.data-bg > div{position: relative;}

/* .header-image-default .af-header-image.data-bg {
    padding: 45px 0;
} */

.header-image-full .af-header-image.data-bg {
    background-size: contain;
    background-color: transparent;
    padding: 65px 0;
}
.header-layout-3 .site-header .site-branding .site-title,
.site-branding .site-title {
    font-size: 48px;
}
.site-branding .site-title {
    margin: 0;
    line-height: 1;
}
.site-branding.uppercase-site-title .site-description,
.site-branding.uppercase-site-title .site-title {
    text-transform: uppercase;
}
.broadnews-header .bottom-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
}
div.custom-menu-link{
    display: flex;
    height: 49px;
}
div.custom-menu-link > a {
    background: #c00c00 ;
    padding: 0 20px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
/*==========header-layout-side=============*/

.header-layout-side .af-middle-header {
    padding: 30px 0;
    
}
.aft-light-mode .header-layout-side .af-middle-header {
    background-color: #fff;
}
.aft-dark-mode .header-layout-side .af-middle-header {
    background-color: #222;
}
.broadnews-header.header-layout-side .bottom-bar-flex > div{
    display: flex;
    align-items: center;
}
.broadnews-header.header-layout-side .bottom-bar-flex > div #aft-dark-light-mode-wrap {
    margin-right: 15px;
}
.header-layout-side .off-cancas-panel{
    display: flex;
    align-items: center;
}
.broadnews-header.header-layout-side .search-watch .af-search-wrap{
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.broadnews-header.header-layout-side .search-watch div.custom-menu-link > a {
    background: #c00c00 ;
    text-transform: uppercase;
}
/*==========header-layout-side=============*/
/*==========header-layout-compressed-full=============*/

.broadnews-header .bottom-pos-rel{position: relative;}

.header-layout-compressed-full .logo{padding: 20px 0;}
.header-layout-compressed-full .logo .site-title{
    margin: 0;
}
.logo .site-description{margin-bottom: 0;}
.broadnews-header .af-boxed .bottom-bar-up {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
}

.header-layout-compressed-full .bottom-nav {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.header-layout-compressed-full .header-promotion {
    padding-bottom: 20px;
}
.header-layout-compressed-full .aft-hide-on-mobile.aft-search-compress {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.broadnews-header .main-navigation .menu-desktop .menu-mobile > li {
    display: block;
}
.header-layout-compressed-full .main-navigation .menu-desktop > ul > li > a{position: relative;opacity: 1;}
.header-layout-compressed-full .main-navigation .menu-desktop > ul > li:hover > a,
.header-layout-compressed-full .main-navigation .menu-desktop > ul > li.current-menu-item > a{opacity: 1;}

.broadnews-header.header-layout-centered .top-bar-right div.custom-menu-link > a ,
.broadnews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a {
    background: #c00c00 ;
    text-transform: uppercase;
    text-align: left;
}
.header-layout-compressed-full .top-bar-flex .aft-hide-on-mobile {
    margin-left: 4px;
}

@media (min-width: 993px){
    .header-layout-compressed-full .menu-desktop > ul.menu ,
    .header-layout-compressed-full ul.menu-desktop {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .header-layout-compressed-full ul.menu-desktop {
        padding: 0 20px;
    }
}
/*==========header-layout-compressed-full=============*/
/*==========header-layout-compressed-centered nav bottom=============*/
.header-layout-centered .offcanvas-navigaiton{
    display: flex;
}
.header-layout-centered .mid-header-wrapper{
    padding: 20px 0;
}
.aft-light-mode .header-layout-centered .mid-header-wrapper {
    background-color: #fff;
}
.aft-dark-mode .header-layout-centered .mid-header-wrapper {
    background-color: #222;
}
.header-layout-centered .mid-bar-flex {
    display: flex;
    justify-content: center;
}
.header-layout-centered .search-watch,
.header-layout-centered .search-watch,
.header-layout-centered .af-search-mid,
.header-layout-centered .off-cancas-panel{
    display: flex;
    align-items: center;
}
.header-layout-side .search-watch,
.header-layout-centered .search-watch {
    margin-left: auto;
}
.header-layout-centered .search-watch .af-search-wrap {
    margin-right: 10px;
    margin-left: 10px;
}
.header-layout-compressed-full .search-watch .af-search-wrap {
    margin-left: 10px;
}
.header-layout-compressed-full .off-cancas-panel,
.header-layout-side .off-cancas-panel,
.header-layout-centered .off-cancas-panel{
    margin-right: 20px;
}

.header-layout-side  .logo,
.header-layout-centered .logo{
    padding: 10px 0;
    text-align: center;
}
.header-layout-centered .bottom-nav{position: relative;}

.header-layout-centered .aft-small-social-menu{
    display: inline-block;
    padding: 0;
    margin-left: 4px;
}
@media screen and (max-width: 992px) {
    .header-layout-centered .offcanvas-navigaiton{
        justify-content: space-between;
        width: 100%;
    }
    .header-layout-centered .offcanvas-navigaiton #sidr + .navigation-container{
        margin-left: auto;
    }
    .header-layout-side .search-watch,
    .header-layout-centered .search-watch {
        margin-left: 0;
    }
}
/*==========header-layout-compressed-centered nav bottom=============*/
/*==========header-layout-with advertisement=============*/

div#main-navigation-bar {
    background: #202020;
}

.header-layout-side .af-bottom-head-nav ,
.header-layout-side .af-middle-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-layout-side .af-middle-container .logo{padding: 0 10px 0 0; width: 40%;text-align: left;}
.header-layout-side .af-middle-container .header-promotion{padding: 10px;padding-right: 0;width: 60%;text-align: right;}

.below-banner-advertisment-section .banner-promotions-wrapper:nth-last-child(2) ,
.header-promotion .banner-promotions-wrapper:nth-last-child(2) {
    margin-bottom: 10px;
}

.header-layout-side .af-bottom-header{
    position: relative;
}
.header-layout-centered .header-promotion{text-align: center;}
@media only screen and (max-width: 990px) {
    .header-layout-side .af-middle-container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-layout-side .af-middle-container .logo{padding-right: 0; width: 100%;text-align: center;}
    .header-layout-side .af-middle-container .header-promotion{
        padding: 20px 0 0; width: 100%;text-align: center;
    }
}
/*==========header-layout-with advertisement=============*/
/*==========header-layout-compressed=============*/
.header-layout-compressed{
    background-color: #fff;
}
.header-layout-compressed .compress-bar-flex{
    display: flex;
    justify-content: space-between;
}
.header-layout-compressed .offcanvas,
.header-layout-compressed .off-cancas-panel,
.header-layout-compressed .compress-bar-right,
.header-layout-compressed .af-search-wrap,
.header-layout-compressed .compress-bar-left{
    display: flex;
}
.header-layout-compressed .af-search-wrap{justify-content: center;}

.header-layout-compressed .compress-bar-nav{
    display: flex;
    margin-right: 15px;
}
.header-layout-compressed .offcanvas,
.header-layout-compressed .compress-bar-right,
.header-layout-compressed .af-search-wrap,
.header-layout-compressed .main-navigation .menu-desktop > li,
.header-layout-compressed .main-navigation .menu-desktop > ul > li,
.header-layout-compressed.header-layout-compressed-centered .compress-bar-nav{
    align-items: center;
}
.header-layout-compressed .compress-bar-mid .date-bar-mid{
    color: #fff;
    line-height: normal;
}

.header-layout-compressed-full + section.aft-main-banner-section .header-promotion {
    padding: 20px 0 0;
}

.header-layout-compressed:not(.header-layout-compressed-centered) .menu-desktop,
.header-layout-compressed:not(.header-layout-compressed-centered) nav.main-navigation,
.header-layout-compressed:not(.header-layout-compressed-centered) .main-navigation > .menu,
.header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-nav .navigation-container{display: flex;}

.header-layout-compressed .offcanvas-menu span{
    background-color: #000;
}
.header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-logo .logo{padding: 10px;text-align: left;padding-left: 0;}
.header-layout-compressed:not(.header-layout-compressed-centered) .center-burger > span{display: none;}

@media (max-width: 1140px) and (min-width: 1025px){
    .header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-mid {
        max-width: 600px;
    }
}
@media (max-width: 1024px) and (min-width: 993px){
    .header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-mid {
        max-width: 550px;
    }
}
@media (min-width: 993px){
    .header-layout-compressed:not(.header-layout-compressed-centered) .main-navigation .menu-desktop > ul > li{
        padding-right: 15px;
    }
    .header-layout-compressed:not(.header-layout-compressed-centered) .main-navigation > .menu > .menu-desktop,
    .header-layout-compressed:not(.header-layout-compressed-centered) ul#primary-menu{
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 992px){
    .header-layout-compressed .compress-bar-mid .date-bar-mid{display: none;}
}
/*==========header-layout-compressed=============*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*aft-popular-taxonomies-lists-----*/
.aft-popular-tags {
    font-size: 14px;
    position: relative;
    padding-top: 20px;
}
.aft-popular-taxonomies-lists{
    display: flex;
    align-items: center;
}

.aft-popular-taxonomies-lists strong {
    text-transform: uppercase;
    margin-right: 20px;
    color: #ffffff;
    position: relative;
    padding: 12px 20px;
    z-index: 0;
}

.aft-popular-taxonomies-lists strong:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffc934;
    z-index: -1;
}
.aft-popular-taxonomies-lists strong:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    border-color: transparent transparent transparent #ffc934;
    border-style: solid;
    border-width: .7em;
}

.aft-popular-taxonomies-lists ul {
    display: inline-block;
}

.aft-popular-taxonomies-lists ul li {
    display: inline-block;
    margin-right: 20px;
}

.aft-popular-taxonomies-lists ul li a {
    color: #202020;
    transition: all 0.075s linear;
}

.aft-popular-taxonomies-lists ul li a:before {
    content: '\f292';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 12px;
    padding: 0 5px;
    font-weight: 900;
}

/*aft-popular-taxonomies-lists-----*/


/*exclusive posts-----*/

.banner-exclusive-posts-wrapper {
    padding-top: 20px;
}

.af-boxed-layout .banner-exclusive-posts-wrapper .container-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.aft-popular-tags + .banner-exclusive-posts-wrapper{
    margin-top: 0;
}

.banner-exclusive-posts-wrapper a,
.banner-exclusive-posts-wrapper a:visited{
    color: #202020;
    transition: all 0.075s linear;
}

.banner-exclusive-posts-wrapper .aft-ripple {
    display: inline-block;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.15);
}

.exclusive-posts {
    margin: 0;
    position: relative;
}

.exclusive-posts .exclusive-now {
    background: #c00c00 ;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px;
    padding-left: 0;
    margin-right: 1px;
    display: flex;
    align-items: center;
    min-height: 55px;
    font-weight: 700;
}
.exclusive-posts .exclusive-now span{
    margin-left: 20px;
    display: inline-block;
    z-index: 9;
}

.exclusive-slides {
    padding: 0 5px;
    overflow: hidden;
    position: relative;
}

.aft-section-layout-background .exclusive-slides {
    margin-right: 20px;
}

.exclusive-slides .marquee {
    width: 10000px;
}

.exclusive-slides .marquee,
.exclusive-slides .marquee .js-marquee {
    display: flex;
    align-items: center;
}
.js-marquee-wrapper {
    display: flex;
}

.exclusive-posts .marquee a {
    padding: 0 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 375px;
    line-height: 1.33;
    font-size: 14px;
}

.exclusive-posts .marquee a h4 {
    font-size: 14px;
    margin: 0;
}

.exclusive-posts .marquee a span.circle-marq {
    width: 50px;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    background-color: rgba(0,0,0,.2);
}
body.aft-light-mode .aft-banner-background-alternative .exclusive-posts .marquee a span.circle-marq ,
body.aft-dark-mode .exclusive-posts .marquee a span.circle-marq {
    background-color: rgba(255,255,255,.2);
}
body.aft-dark-mode .aft-banner-background-alternative .exclusive-posts .marquee a span.circle-marq {
    background-color: rgba(0,0,0,.2);
}

.exclusive-posts .marquee a img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin: 0 auto;
}

.exclusive-posts .marquee a span.circle-marq .trending-no {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: rgba(28, 28, 28, 0.5);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

/*exclusive posts-----*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft{
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright{
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets start
--------------------------------------------------------------*/
.broadnews-widget .wp-block-image {
    margin-bottom: 0;
}
.textwidget p:last-child {
    margin-bottom: 0;
}
.broadnews_author_info_widget .read-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.broadnews_author_info_widget .read-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.broadnews_author_info_widget .af-author-details,
.broadnews_author_info_widget .aft-small-social-menu {
    text-align: center;
}
body.full-width-content .broadnews_featured_posts_widget .col-4.pad {
    width: 33.33%;
}
body.full-width-content .broadnews_featured_posts_widget .col-4.pad:nth-child(3n+1) {
    clear: left;
}
body:not(.full-width-content) .broadnews_featured_posts_widget .col-4.pad{
    width: 50%;
}
body:not(.full-width-content) .broadnews_featured_posts_widget .col-4.pad:nth-child(2n+1){
    clear: left;
}
body:not(.full-width-content) .broadnews_posts_lists_widget .af-double-column.list-style.col-3{
    width: 50%;
}
body:not(.full-width-content) #primary .broadnews_youtube_video_widget .col-2.secondary-video,
body:not(.full-width-content) #primary .broadnews_youtube_video_widget .col-2.primary-video{
    width: 100%;
}

body:not(.full-width-content) #primary .broadnews_youtube_video_widget .primary-video{
    margin-bottom: 20px;
}
body:not(.full-width-content) #primary .af-youtube-video-list .primary-video iframe.entry-header-yt-iframe,
body:not(.full-width-content) #primary .af-youtube-video-list .primary-video .entry-header-yt-video-wrapper{
    height: 445px;
}
body:not(.full-width-content) #primary .af-youtube-video-list iframe.entry-header-yt-iframe,
body:not(.full-width-content) #primary .af-youtube-video-list .entry-header-yt-video-wrapper{
    height: 215px;
}

.broadnews_posts_slider_widget .read-single .read-img.read-bg-img {
    height: 470px;
}

body.full-width-content #primary .broadnews_posts_slider_widget .read-single .read-img.read-bg-img{
    height: 700px;
}
body.full-width-content #primary .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
body.full-width-content #primary iframe.af-hide-iframe {
    height: 700px;
}

.broadnews_posts_slider_widget .read-single .read-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px;
    z-index: 1;
    background: rgba(0,0,0,0.75);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}

.broadnews_posts_slider_widget .read-single .post-format-and-min-read-wrap,
.broadnews_posts_slider_widget .read-single .read-categories{
    display: inline-block;
}
body:not(.full-width-content) #primary .broadnews_posts_carousel_widget .af-post-carousel .read-img {
    height: 240px;
}
/* express grid widget  */
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single{
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
}
body.full-width-content .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single {
    min-height: 240px;
}
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details{
    position: relative;
    z-index: 2;
    padding: 15px;
    background: rgba(0,0,0,0.75);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details .read-categories,
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details .post-format-and-min-read-wrap{
    display: inline-block;
}
.broadnews_express_posts_grid_widget .af-express-grid-wrap{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
    grid-column-end: span 2;
    grid-row-end: span 2;
    min-height: 450px;
}
body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single{
    min-height: 240px;
}
body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
    min-height: 450px;
}
/* express grid widget  */
body.full-width-content #primary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
    height: 390px;
}
body:not(.full-width-content) #primary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
    height: 240px;
}
/* for secondary , offcanvas */
.broadnews-customizer,
.broadnews-widget{
    margin-bottom: 20px;
}

.aft-section-layout-none section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
    max-width: 1140px;
}
.aft-section-layout-none.af-boxed-layout section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
    /* margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px); */
}
.aft-section-layout-background .broadnews-customizer,
.aft-section-layout-background .broadnews-widget{
    padding: 20px;
}

/* background none widgets and customizer gap */
.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.aft-section-layout-none .broadnews-customizer,
.aft-section-layout-none .broadnews-widget{
    padding-top: 20px;
}
.aft-section-layout-none .aft-archive-wrapper.broadnews-customizer,
.aft-section-layout-none .featured-post-list.broadnews-customizer, 
.aft-section-layout-none .af-main-banner-featured-posts.featured-posts.broadnews-customizer, 
.aft-section-layout-none .af-main-banner-categorized-posts.broadnews-customizer,
.aft-section-layout-none .aft-main-banner-section .broadnews-customizer {
    padding-top: 0;
}
/* background none widgets and customizer gap */

.aft-section-layout-background .aft-main-banner-section .broadnews-customizer {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}
.aft-section-layout-background .aft-main-banner-section .broadnews-customizer.aft-main-banner-slider-part {
    background: transparent;
}

.aft-section-layout-background main.site-main {
    padding: 20px;
}

body.aft-section-layout-background.home main.site-main {
    padding: 0;
}
body.aft-light-mode.page-template-tmpl-front-page.aft-section-layout-background.page main.site-main,
body.aft-dark-mode.page-template-tmpl-front-page.aft-section-layout-background.page main.site-main {
    padding: 0px;
    background: transparent;
    box-shadow: none;
}

.tabbed-head ,
.widget-title {
    margin-bottom: 20px;
}
body.page main.site-main {
    margin-bottom: 20px;
}

.search main.site-main,
.archive main.site-main,
.blog main.site-main {
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.search main.site-main form.search-form {
    padding-bottom: 20px;
}

.aft-frontpage-feature-section-wrapper,
body.aft-section-layout-background.home.blog main.site-main {
    margin-bottom: 20px;
}

section.aft-main-banner-section.broadnews-customizer {
    margin-top: -20px;
}
section.aft-main-banner-section.broadnews-customizer.data-bg {
    margin-top: 0px;
}

.home.blog .aft-archive-wrapper.broadnews-customizer .page-links {
    display: none;
}

body.aft-section-layout-background .aft-main-banner-section .broadnews-customizer,
body.aft-section-layout-background .aft-main-banner-section .broadnews-widget{
    background-color: transparent;
    box-shadow: none;
    position: relative;
}

.aft-light-mode.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers:not(.current),
.aft-light-mode.aft-section-layout-background.page.home.page-template-default main.site-main,
.aft-light-mode.aft-section-layout-background.error404 main.site-main,
.aft-light-mode.aft-section-layout-background.page main.site-main,
.aft-light-mode.aft-section-layout-background.search main.site-main,
.aft-light-mode.aft-section-layout-background.archive main.site-main,
.aft-light-mode.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap ,
.aft-light-mode.aft-single-featured-full .entry-content-title-featured-wrap ,
.aft-light-mode.aft-section-layout-background.single #content > header.entry-header .read-details,
.aft-light-mode.aft-section-layout-background.blog main.site-main,

.aft-light-mode.aft-section-layout-background .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper,
.aft-light-mode.aft-section-layout-background .comments-area,
.aft-light-mode.aft-section-layout-background .af-breadcrumbs,
.aft-light-mode.aft-section-layout-background .broadnews-customizer,
.aft-light-mode.aft-section-layout-background .broadnews-widget{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
}

.aft-light-mode.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers.current {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
}

.aft-dark-mode.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers:not(.current),
.aft-dark-mode.aft-section-layout-background.page.home.page-template-default main.site-main,
.aft-dark-mode.aft-section-layout-background.error404 main.site-main,
.aft-dark-mode.aft-section-layout-background.page main.site-main,
.aft-dark-mode.aft-section-layout-background.search main.site-main,
.aft-dark-mode.aft-section-layout-background.archive main.site-main,
.aft-dark-mode.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap,
.aft-dark-mode.aft-single-featured-full .entry-content-title-featured-wrap,
.aft-dark-mode.aft-section-layout-background.single #content > header.entry-header .read-details,
.aft-dark-mode.aft-section-layout-background.single main.site-main .entry-content-wrap.read-single,

.aft-dark-mode.aft-section-layout-background.blog main.site-main,
.aft-dark-mode.aft-section-layout-background .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper,
.aft-dark-mode.aft-section-layout-background .comments-area,
.aft-dark-mode.aft-section-layout-background .af-breadcrumbs,
.aft-dark-mode.aft-section-layout-background .broadnews-customizer,
.aft-dark-mode.aft-section-layout-background .broadnews-widget {
    background-color: #222;
}

.aft-section-layout-background.home.blog main.site-main,
.aft-section-layout-background.blog main.site-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.aft-dark-mode.aft-section-layout-background.page.home.page-template-default main.site-main,
.aft-light-mode.aft-section-layout-background.page.home.page-template-default main.site-main {
    padding: 20px;
}

.aft-dark-mode.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers:not(.current),
.aft-light-mode.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers:not(.current) {
    border: none;
}
.aft-dark-mode.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers:not(.current) {
    color: #fff;
}

.aft-dark-mode.aft-section-layout-background.page.home.page-template-default main.site-main .entry-content,
.aft-light-mode.aft-section-layout-background.page.home.page-template-default main.site-main .entry-content{
    margin: 0px;
}

.aft-section-layout-background .af-main-banner-latest-posts.broadnews-customizer .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.aft-light-mode.aft-section-layout-background .site-footer .broadnews-widget,
.aft-dark-mode.aft-section-layout-background .site-footer .broadnews-widget{
    background-color: rgba(255, 255, 255, 0.075);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
}

.aft-light-mode.aft-section-layout-background .broadnews-header .broadnews-widget,
.aft-dark-mode.aft-section-layout-background .broadnews-header .broadnews-widget,
.aft-light-mode.aft-section-layout-background.page.home main.site-main,
.aft-dark-mode.aft-section-layout-background.page.home main.site-main,
.aft-light-mode.home main.site-main,
.aft-dark-mode.home main.site-main,
.aft-light-mode.aft-section-layout-background .aft-archive-wrapper.broadnews-customizer ,
.aft-dark-mode.aft-section-layout-background .aft-archive-wrapper.broadnews-customizer {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-full-title-over-image header.entry-header{
    background: transparent;
    box-shadow: none;
}
.aft-dark-mode.aft-section-layout-background.single .entry-header .entry-header-details .broadnews-widget,
.aft-light-mode.aft-section-layout-background.single .entry-header .entry-header-details .broadnews-widget,
.aft-dark-mode.aft-section-layout-background.single main.site-main .entry-content-wrap.read-single .broadnews-widget,
.aft-light-mode.aft-section-layout-background.single main.site-main .entry-content-wrap.read-single .broadnews-widget,
.single.aft-light-mode main.site-main,
.single.aft-dark-mode main.site-main{
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.aft-section-layout-background.single main.site-main .entry-content-wrap.read-single .single-posts-promotions {
    margin: 0;
}
.aft-dark-mode.aft-section-layout-background.single .entry-header .entry-header-details .single-posts-promotions ,
.aft-light-mode.aft-section-layout-background.single .entry-header .entry-header-details .single-posts-promotions {
    margin-top: 0;
}

.aft-dark-mode.aft-section-layout-background.single main.site-main .entry-content.read-details,
.aft-light-mode.aft-section-layout-background.single main.site-main .entry-content.read-details{
    padding-top: 5px;
    padding-bottom: 10px;
}
.aft-dark-mode.aft-section-layout-none.single main.site-main .entry-content.read-details,
.aft-light-mode.aft-section-layout-none.single main.site-main .entry-content.read-details{
    padding-top: 20px;
}
.aft-main-banner-section.broadnews-customizer{
    padding: 0 0 20px;
    margin-bottom: 0;
}

.aft-dark-mode.aft-section-layout-none .header-layout-side .af-middle-header, 
.aft-dark-mode.aft-section-layout-none .header-layout-centered .mid-header-wrapper,
.aft-light-mode.aft-section-layout-none .header-layout-side .af-middle-header, 
.aft-light-mode.aft-section-layout-none .header-layout-centered .mid-header-wrapper,

.aft-dark-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper,
.aft-light-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper,
.aft-dark-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .aft-popular-taxonomies-lists,
.aft-light-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .aft-popular-taxonomies-lists,
.aft-dark-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .exclusive-posts,
.aft-light-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .exclusive-posts,

body.aft-dark-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer,
body.aft-light-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer,

body.aft-dark-mode.aft-section-layout-background .aft-main-banner-section.broadnews-customizer,
body.aft-light-mode.aft-section-layout-background .aft-main-banner-section.broadnews-customizer,

body.aft-dark-mode .aft-main-banner-section.broadnews-customizer,
body.aft-light-mode .aft-main-banner-section.broadnews-customizer {
    background: transparent;
    box-shadow: none;
}

.aft-section-layout-none .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper{
    padding: 0;
    margin-top: 0;
}

.aft-dark-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer ,
.aft-dark-mode.aft-section-layout-none .aft-main-banner-section.broadnews-customizer {
    padding-bottom: 0;
}

body.aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg ,
body.aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg {
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
body.aft-dark-mode.af-boxed-layout .aft-main-banner-section.broadnews-customizer.data-bg,
body.aft-light-mode.af-boxed-layout .aft-main-banner-section.broadnews-customizer.data-bg {
    padding-left: 20px;
    padding-right: 20px;
}

body.aft-light-mode.aft-single-featured-full-title-below-image .af-breadcrumbs,
body.aft-light-mode.aft-single-featured-full .af-breadcrumbs,
body.aft-dark-mode.aft-single-featured-full-title-below-image .af-breadcrumbs,
body.aft-dark-mode.aft-single-featured-full .af-breadcrumbs,

.aft-dark-mode .aft-main-banner-section.broadnews-customizer {
    background-color: transparent;
    box-shadow: none;
}
.aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper {
    padding: 0 20px 20px;
    margin-top: 20px;
}
.aft-light-mode .aft-main-banner-section.broadnews-customizer .exclusive-posts,
.aft-light-mode .aft-main-banner-section.broadnews-customizer .aft-popular-taxonomies-lists,
.aft-light-mode .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
}
.aft-dark-mode .aft-main-banner-section.broadnews-customizer .exclusive-posts,
.aft-dark-mode .aft-main-banner-section.broadnews-customizer .aft-popular-taxonomies-lists,
.aft-dark-mode .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper {
    background: #222;
}

.aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg .exclusive-posts,
.aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-popular-taxonomies-lists,
.aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-main-banner-wrapper,

.aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg .exclusive-posts,
.aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-popular-taxonomies-lists,
.aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-main-banner-wrapper {
    background: transparent;
}

.aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-main-banner-wrapper,
.aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-main-banner-wrapper {
    margin-top: 0;
    padding: 0;
}

.aft-main-banner-section.broadnews-customizer .exclusive-posts .exclusive-now,
.aft-main-banner-section.broadnews-customizer .exclusive-posts .exclusive-slides {
    overflow: hidden;
}
.aft-below-main-banner-section .container-wrapper,
.af-wide-layout .aft-main-banner-section.broadnews-customizer .container-wrapper,
.af-boxed-layout .aft-main-banner-section.broadnews-customizer .container-wrapper {
    padding-right: 0;
    padding-left: 0;
}
.af-boxed-layout .above-footer-widget-section .container-wrapper,
.af-boxed-layout .aft-frontpage-feature-section-wrapper section,
.af-boxed-layout .aft-frontpage-feature-section-wrapper section .container-wrapper {
    padding-right: 0;
    padding-left: 0;
}
.aft-below-main-banner-section .broadnews-widget:last-child {
    margin-bottom: 0;
}
.af-wide-layout .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper {
    max-width: 1100px;
}
.aft-section-layout-background .broadnews-widget.broadnews_tabbed_posts_widget .tab-content.af-widget-body {
    padding-bottom: 20px;
}
.af-wide-layout .aft-frontpage-feature-section-wrapper section,
.af-wide-layout .aft-main-banner-section.broadnews-customizer {
    padding-left: 0;
    padding-right: 0;
}
.aft-section-layout-background .af-main-banner-featured-posts.broadnews-customizer .af-main-banner-featured-posts.broadnews-customizer,
.aft-section-layout-background .broadnews-customizer,
.aft-section-layout-background .broadnews-widget.broadnews_tabbed_posts_widget,
.aft-section-layout-background .broadnews-widget.broadnews_posts_double_columns_widget,
.aft-section-layout-background .broadnews-widget.broadnews_posts_single_column_widget,
.aft-section-layout-background .broadnews-widget.broadnews_express_posts_list_widget,
.aft-section-layout-background .broadnews-widget.broadnews_featured_posts_widget,
.aft-section-layout-background .broadnews-widget.broadnews_posts_lists_widget{
    padding-bottom: 0;
}
.aft-section-layout-background .home-main-banner-widgets .af-main-banner-featured-posts.broadnews-customizer .af-main-banner-featured-posts.broadnews-customizer,
.aft-section-layout-background .home-main-banner-widgets .broadnews-customizer,
.aft-section-layout-background .home-main-banner-widgets .broadnews-widget.broadnews_posts_double_columns_widget,
.aft-section-layout-background .home-main-banner-widgets .broadnews-widget.broadnews_posts_single_column_widget,
.aft-section-layout-background .home-main-banner-widgets .broadnews-widget.broadnews_express_posts_list_widget,
.aft-section-layout-background .home-main-banner-widgets .broadnews-widget.broadnews_featured_posts_widget,
.aft-section-layout-background .home-main-banner-widgets .broadnews-widget.broadnews_posts_lists_widget{
    margin-bottom: 0;
}

.aft-section-layout-none .af-main-banner-featured-posts.broadnews-customizer .af-main-banner-featured-posts.broadnews-customizer,
.aft-section-layout-none .broadnews-customizer,
.aft-section-layout-none .broadnews-widget.broadnews_posts_double_columns_widget,
.aft-section-layout-none .broadnews-widget.broadnews_posts_single_column_widget,
.aft-section-layout-none .broadnews-widget.broadnews_express_posts_list_widget,
.aft-section-layout-none .broadnews-widget.broadnews_featured_posts_widget,
.aft-section-layout-none .broadnews-widget.broadnews_posts_lists_widget{
    margin-bottom: 0;
}
.aft-section-layout-background .aft-featured-video-section .broadnews-customizer,
.aft-section-layout-background .aft-featured-category-section .express-carousel.broadnews-customizer {
    padding-bottom: 20px;
}
.aft-section-layout-background .aft-featured-video-section.featured-yt-sec.broadnews-customizer .broadnews-customizer{
    padding-bottom: 20px;
    margin-bottom: 0;
}
.aft-section-layout-none .af-main-banner-categorized-posts.express-carousel,
.aft-section-layout-none .aft-featured-video-section {
    margin-bottom: 20px;
}
.aft-section-layout-background .af-main-banner-featured-posts.broadnews-customizer,
.aft-section-layout-background .aft-featured-category-section.featured-cate-sec.broadnews-customizer,
.aft-section-layout-background .aft-featured-video-section.featured-yt-sec.broadnews-customizer,
.aft-section-layout-background .broadnews-widget.broadnews_posts_carousel_widget .read-single,
.aft-section-layout-background .broadnews-widget.broadnews_posts_slider_widget .read-single{
    padding-bottom: 0;
}
.aft-section-layout-background section.af-main-banner-featured-posts.broadnews-customizer,
.aft-section-layout-background .aft-featured-category-section.featured-cate-sec.broadnews-customizer,
.aft-section-layout-background .aft-featured-video-section.featured-yt-sec.broadnews-customizer{
    padding-top: 0;
}
.aft-section-layout-none .broadnews_posts_carousel_widget .read-single,
.aft-section-layout-none .broadnews_posts_slider_widget .read-single {
    margin-bottom: 0;
}
.aft-section-layout-background .broadnews-widget.broadnews_posts_carousel_widget .read-single,
.aft-section-layout-background .broadnews-widget.broadnews_posts_slider_widget .read-single{
    margin-bottom: 0;
}
.aft-section-layout-background .af-main-banner-featured-posts.broadnews-customizer .featured-posts.broadnews-customizer,
.aft-section-layout-background .aft-featured-category-section.featured-cate-sec.broadnews-customizer .af-main-banner-categorized-posts.express-posts.broadnews-customizer {
    margin-bottom: 0;
}
body:not(.full-width-content) #sidr .broadnews_featured_posts_widget .col-4.pad,
body:not(.full-width-content) #sidr .broadnews_posts_lists_widget .af-double-column.list-style.col-3,
body:not(.full-width-content) #secondary .broadnews_featured_posts_widget .col-4.pad,
body:not(.full-width-content) #secondary .broadnews_posts_lists_widget .af-double-column.list-style.col-3{
    width: 100%;
}
#sidr .af-youtube-video-list .secondary-video .entry-header-yt-video-container,
#secondary .af-youtube-video-list .secondary-video .entry-header-yt-video-container,
#sidr .broadnews_youtube_video_widget .col-2.secondary-video,
#secondary .broadnews_youtube_video_widget .col-2.secondary-video,
#sidr .broadnews_youtube_video_widget .col-2.primary-video,
#secondary .broadnews_youtube_video_widget .col-2.primary-video{
    width: 100%;
}
#sidr .broadnews_youtube_video_widget .primary-video ,
#secondary .broadnews_youtube_video_widget .primary-video {
    margin-bottom: 15px;
}
#sidr .af-youtube-video-list iframe.entry-header-yt-iframe,
#secondary .af-youtube-video-list iframe.entry-header-yt-iframe,
#sidr .af-youtube-video-list .primary-video iframe.entry-header-yt-iframe,
#secondary .af-youtube-video-list .primary-video iframe.entry-header-yt-iframe,
#sidr .af-youtube-video-list .primary-video .entry-header-yt-video-wrapper,
#secondary .af-youtube-video-list .primary-video .entry-header-yt-video-wrapper,
#sidr .af-youtube-video-list .entry-header-yt-video-wrapper,
#secondary .af-youtube-video-list .entry-header-yt-video-wrapper{
    height: 255px;
}
#sidr .broadnews_express_posts_list_widget .col-2.af-sec-post,
#secondary .broadnews_express_posts_list_widget .col-2.af-sec-post{
    width: 100%;
}
#sidr .broadnews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details,
#secondary .broadnews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details{
    min-height: 0;
}
#sidr .broadnews_posts_slider_widget .read-single .read-img.read-bg-img,
#secondary .broadnews_posts_slider_widget .read-single .read-img.read-bg-img {
    height: 240px;
}
.site-footer .broadnews-widget.broadnews_posts_lists_widget .af-list-post .col-2 ,
#sidr .broadnews-widget.broadnews_posts_lists_widget .af-list-post .col-2 ,
#secondary .broadnews-widget.broadnews_posts_lists_widget .af-list-post .col-2 {
    width: 100%;
}
#sidr .broadnews_posts_single_column_widget .list-style .read-single,
#secondary .broadnews_posts_single_column_widget .list-style .read-single{
    flex-wrap: wrap;
}
#sidr .broadnews_posts_single_column_widget .list-style:last-child .list-style .read-single,
#secondary .broadnews_posts_single_column_widget .list-style:last-child .list-style .read-single{
    margin-bottom: 0;
}
#sidr .broadnews_posts_single_column_widget .list-style .read-single .read-img,
#secondary .broadnews_posts_single_column_widget .list-style .read-single .read-img{
    height: 240px;
    width: 100%;
}
#sidr .broadnews_posts_single_column_widget .list-style .read-single .read-details,
#secondary .broadnews_posts_single_column_widget .list-style .read-single .read-details{
    width: 100%;
}
#sidr .broadnews_posts_double_columns_widget .col-2.af-sec-post,
#secondary .broadnews_posts_double_columns_widget .col-2.af-sec-post{
    width: 100%;
}
body:not(.full-width-content) #sidr .broadnews_express_posts_grid_widget .af-express-grid-wrap,
body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap{
    grid-template-columns: repeat(1, 1fr);
}
body:not(.full-width-content) #sidr .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single ,
body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single {
    min-height: 240px;
}
body:not(.full-width-content) #sidr .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child ,
body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
    grid-column-end: span 1;
    grid-row-end: span 1;
}

/* for secondary , offcanvas */
/*--------------------------------------------------------------
# Widgets end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.read-single{
    margin-bottom: 20px;
}
.broadnews_posts_carousel_widget .read-single{
    margin-bottom: 0px;
}
.af-main-banner-featured-posts .af-sec-post .read-single {
    overflow: hidden;
}
.archive article.latest-posts-full:not(:last-child) .read-single {
    overflow: hidden;
}
.read-img img{
    width: 100%;
}
.af-single-article .read-img img {
    width: auto;
    max-width: 100%;
}
.af-single-article .post-thumbnail img.wp-post-image {
    margin: 0 auto;
	border-radius: 26px;
}
.read-img.read-bg-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.read-img.read-bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 240px;
    background-color: #ccc;
    overflow: hidden;
}
.archive-list-post .read-categories, 
.broadnews_posts_single_column_widget .read-categories,
.grid-design-default .category-min-read-wrap {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    z-index: 2;
}

.grid-design-default .pad.read-details {
    padding: 10px 0 0;
}

.af-reated-posts .latest-posts-grid.af-sec-post:nth-child(3n+1) {
    clear: left;
}
.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(3n+1) {
    clear: none;
}
.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post {
    width: 25%;
}
.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(4n+1) {
    clear: left;
}

body.full-width-content #primary .broadnews_express_posts_list_widget .col-2 {
    width: 33.33%;
}

body.full-width-content .broadnews_express_posts_grid_widget .af-express-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
}
body.full-width-content .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
    min-height: 450px;
}

.af-main-banner-featured-posts .read-details.pad .read-title h4 {
    margin-top: 0;
}

.af-main-banner-featured-posts.featured-posts .trending-posts-item:nth-child(3n+1) {
    clear: left;
}

.aft-masonry-archive-posts .read-img{
    height: unset;
    background-color: #dedede;
}

.read-title h4{
    font-size: 16px;
    margin: 5px 0;
    line-height: 1.4;
}
.archive-list-post .read-title h4 {
    margin-top: 0;
}
.read-title h4 a,
.read-title h2 a{
    color: #fff;
    transition: all 0.075s linear;
}

body p,
.nav-previous h4, .nav-next h4,
.exclusive-posts .marquee a,
.widget ul.menu >li,
.widget ul ul li,
.widget ul > li,
.widget ol > li,
main ul li,
main ol li,
p,
input,
.wp-block-search__input,
textarea,
.read-title h4,
.broadnews-customizer .post-description,
.broadnews-widget .post-description{
    font-family: 'Source Sans Pro', serif;
}
input.button,
input[type="reset"],
input[type="submit"],
p.awpa-more-posts,
.post-description .aft-readmore-wrapper {
    font-family: Jost;
}

/*sticky post*/
article.sticky .read-single,
article.sticky .read-single > div.read-img{
    position: relative;
}
article.sticky .read-single > div.read-img::before {
    content: "\f08d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    z-index: 1;
    font-weight: 600;
}
article.sticky .read-single.grid-design-texts-over-image > .read-details {
    position: absolute;
}

/*sticky post*/

/*for first post*/
article.aft-first-post-full .read-details{
    padding: 15px;
}
article.aft-first-post-full.latest-posts-full .read-descprition.full-item-discription{
    padding-top: 0;
}
.archive-title-first article.aft-first-post-full.latest-posts-full .read-descprition.full-item-discription{
    padding-top: 10px;
}
article.aft-first-post-full .read-single {
    margin-bottom: 30px;
}
/*for first post*/

.aft-featured-category-section .express-carousel {
    margin-bottom: 0;
}
.aft-featured-category-section .express-carousel .read-single{
    margin-bottom: 0;
}
.af-main-banner-latest-posts.grid-layout.broadnews-customizer {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

body .af-main-banner-latest-posts.grid-layout.broadnews-customizer {
    background-color: transparent;
}

.af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper{
    padding-top: 20px;
}
.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper {
    max-width: 1140px;
}
.af-boxed-layout .af-main-banner-latest-posts.grid-layout.broadnews-customizer {
    padding: 0;
}
.af-wide-layout .aft-main-banner-section.broadnews-customizer {
    margin-bottom: 0;
}
.af-wide-layout .aft-main-banner-section.broadnews-customizer {
    /* margin-bottom: 20px; */
}

.af-boxed-layout .aft-frontpage-feature-section-wrapper .container-wrapper,
.af-wide-layout .aft-frontpage-feature-section-wrapper .container-wrapper {
    padding: 0;
}

.af-boxed-layout .aft-frontpage-feature-section-wrapper .home-featured-widgets .broadnews-widget,
.af-wide-layout .aft-frontpage-feature-section-wrapper .home-featured-widgets .broadnews-widget{
    margin-top: 20px;
    margin-bottom: 0;
}

/*frontpage featured section*/

.read-categories > ul,
.read-categories > div{display: inline-block;}

.af-post-slider .read-details .read-categories,
.af-banner-carousel.common-carousel .read-details .read-categories,
.banner-grid-wrapper .grid-item .read-details .read-categories,
.banner-single-slider-1 .read-details .read-categories{
    padding: 10px 0 0;
}
footer.site-footer.data-bg,
section.aft-main-banner-section.data-bg {
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer.site-footer.data-bg::before,
section.aft-main-banner-section.data-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.75);
    z-index: -1;
}

/*aft-readmore-wrapper*/
.aft-readmore-wrapper a.aft-readmore{
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.075s ease;
    color: #404040;
    text-transform: uppercase;
    line-height: 1;
}

.broadnews-load-more-posts a.aft-readmore{
    margin-top: 0;
    margin-bottom: 15px;
}

.broadnews-load-more-posts a.aft-readmore .load-btn {
    background-color: #c00c00;
    color: #fff;
    padding: .618em 1em;
    font-size: .875rem;
}

.aft-see-more {
    display: inline-block;
}
.aft-see-more a{
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    background-image: -o-linear-gradient(330deg,#c00c00 0,#c00c00 100%);
    background-image: linear-gradient(120deg,#c00c00,#c00c00);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    border-bottom: 2px solid #c00c00;
    -webkit-transition: background-size .125s ease-in;
    -o-transition: background-size .125s ease-in;
    transition: background-size .125s ease-in;
}
.aft-dark-mode .aft-see-more a {
    color: #fff;
}
.aft-see-more a:hover,
.aft-dark-mode .aft-see-more a:hover {
    color: #000;
    background-size: 100% 100%;
}

/*aft-readmore-wrapper*/

section.aft-featured-video-section .section-wrapper {
    position: relative;
}

/*featured posts layout-1*/
.aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
.broadnews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img {
    /* height: 240px; */
}
.featured-post-items-wrap .af-sec-post:not(.list-part) .read-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*featured posts layout-1*/
/*featured posts layout-2*/
.af-post-carousel-list .slick-list,
.af-post-carousel .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}
.af-main-banner-categorized-posts .af-post-carousel .read-img{height: 240px;}

.af-list-post .read-title h4,
.featured-post-items-wrap .af-sec-post.list-part .read-title h4,
.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h4,
.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h4 {
    margin-top: 0;
}
.broadnews-customizer .post-description,
.broadnews-widget .post-description {
    margin-top: 10px;
}
/*featured posts layout-2*/

/*boxed banner */
.aft-main-banner-wrapper .aft-main-banner-part {
    display: flex;
    flex-wrap: wrap;
}
.af-banner-wrapper .aft-main-banner-wrapper{
    margin-left: -10px;
    margin-right: -10px;
}
/*boxed banner */

/*editors pick thumbnail*/
.af-main-banner-thumb-posts .af-sec-post .read-single,
.af-main-banner-tabbed-posts .af-sec-post .read-single{
    margin-bottom: 20px;
    overflow: hidden;
}
.af-main-banner-thumb-posts .af-sec-post:nth-child(3) .read-single,
.af-main-banner-thumb-posts .af-sec-post:nth-child(4) .read-single{
    margin-bottom: 0;
}
.af-main-banner-tabbed-posts li.af-sec-post.list-part:last-child .read-single{
    margin-bottom: 0;
}
.af-main-banner-thumb-posts .af-sec-post:nth-child(3) .list-style .read-single{
    margin-bottom: 10px;
}

.af-main-banner-thumb-posts .af-sec-post{
    width: 100%;
}

.af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
    width: 100%;
    display: block;    
}

.grid-design-texts-over-image .read-details{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    padding: 15px;
    background: rgba(0,0,0,0.75);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}

.aft-slider-part .read-single .post-format-and-min-read-wrap,
.aft-slider-part .read-single .read-categories,
.af-post-carousel .af-sec-post .read-single .post-format-and-min-read-wrap,
.af-post-carousel .af-sec-post .read-single .read-categories,
.af-main-banner-thumb-posts .af-sec-post .read-single .post-format-and-min-read-wrap,
.af-main-banner-thumb-posts .af-sec-post .read-single .read-categories{
    display: inline-block;
}
.aft-slider-part .read-single .post-format-and-min-read-wrap,
.af-post-carousel .af-sec-post .read-single .post-format-and-min-read-wrap,
.af-main-banner-thumb-posts .af-sec-post .read-single .post-format-and-min-read-wrap{
    margin-right: 2px;
}

.aft-light-mode.aft-section-layout-background .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a{
    color: #202020;
}
.aft-light-mode.aft-section-layout-background .aft-banner-background-alternative .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a{
    color: #fff;
}
.aft-light-mode.aft-section-layout-background .aft-main-banner-section.data-bg .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a {
    color: #fff;
}
.af-main-banner-thumb-posts .af-sec-post:last-child .read-single{
    margin-bottom: 0;
}

.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel){
    display: flex;
    align-items: center;
}
.aft-main-banner-wrapper .aft-trending-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
.aft-main-banner-wrapper .aft-tabbed-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
    height: 85px;
    max-width: 85px;
}
.aft-main-banner-wrapper .aft-trending-part.col-4 .af-double-column.list-style .read-details.pad,
.aft-main-banner-wrapper .aft-tabbed-part.col-4 .af-double-column.list-style .read-details.pad{
    max-height: 85px;
    width: calc(100% - 85px);
    overflow: hidden;
}
.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read {
    color: #4a4a4a;
    opacity: 0.75;
    padding: 0;
    background-color: transparent;
    letter-spacing: normal;
}
/*editors pick thumbnail*/

/*banner trending now*/
.banner-vertical-slider .slick-list {
    margin-bottom: -20px;
}
.banner-vertical-slider .read-single {
    margin-bottom: 20px;
    min-height: 85px;
}
.banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
    height: 136px;
    width: 50%;
    max-width: 136px
}
.banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
    max-height: 136px;
    max-width: calc(100% - 136px);
}

.aft-main-banner-part.aft-banner-horizontal .banner-vertical-slider .read-single {
    margin-right: 10px;
    margin-left: 10px;
}

.aft-main-banner-part.aft-banner-horizontal .banner-vertical-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.aft-main-banner-part.aft-banner-compressed-aligned .banner-vertical-slider .read-single {
    padding-right: 20px;
}

/*banner trending now*/

/* =================== banner layout compressed ==================== */
.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-editors-and-trending-part ,
.aft-banner-layout-compressed.aft-banner-order-2 .aft-main-banner-wrapper .aft-editors-and-trending-part {
    display: flex;
    flex-wrap: wrap;
}
.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-trending-part ,
.aft-banner-layout-compressed.aft-banner-order-2 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-trending-part {
    order: 1;
}
.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-grid-part ,
.aft-banner-layout-compressed.aft-banner-order-2 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-grid-part {
    order: 2;
}
.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-editors-and-trending-part,
.aft-banner-layout-compressed.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-editors-and-trending-part{
    order: 1;
}
.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part,
.aft-banner-layout-compressed.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part {
    order: 2;
}
.aft-banner-layout-compressed .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-trending-part ,
.aft-banner-layout-compressed .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-grid-part {
    width: 100%;
}
.aft-banner-layout-compressed.aft-banner-order-1 .aft-editors-and-trending-part .aft-horizontal-trending-part ,
.aft-banner-layout-compressed.aft-banner-order-3 .aft-editors-and-trending-part .aft-horizontal-trending-part,
.aft-banner-layout-compressed.aft-banner-order-2 .aft-editors-and-trending-part .aft-horizontal-grid-part ,
.aft-banner-layout-compressed.aft-banner-order-4 .aft-editors-and-trending-part .aft-horizontal-grid-part {
    margin-top: 20px;
}
.aft-banner-layout-compressed .aft-horizontal-trending-part.broadnews-customizer .slick-item:not(:first-child) ,
.aft-banner-layout-compressed .aft-horizontal-grid-part.broadnews-customizer .slick-item:not(:first-child) ,
.aft-banner-layout-compressed .aft-main-banner-slider-part.broadnews-customizer .slick-item:not(:first-child) {
    display: none !important;
}
.aft-banner-layout-compressed .aft-horizontal-trending-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) ,
.aft-banner-layout-compressed .aft-horizontal-grid-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) ,
.aft-banner-layout-compressed .aft-main-banner-slider-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) {
    display: block !important;
}
@media screen and (min-width: 1025px){
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .read-single,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .slick-slide > div,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .slick-slide,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-list,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-widget-carousel,
    .aft-banner-layout-compressed .aft-main-banner-slider-part {
        height: 100%;
    }
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img {
        min-height: 497px;
    }
}
.aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.aft-banner-layout-compressed .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list {
    margin: 0 -10px;
}
.aft-banner-layout-compressed .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
    padding: 0 10px;
}
/* =================== banner layout compressed ==================== */

/* =================== banner layout vertical ==================== */
.aft-banner-layout-vertical.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-vertical.aft-banner-order-2 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
.aft-banner-layout-vertical.aft-banner-order-2 .aft-main-banner-wrapper .aft-thumb-part {order: 3;}

.aft-banner-layout-vertical.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-vertical.aft-banner-order-3 .aft-main-banner-wrapper .aft-trending-part{order: 3;}
.aft-banner-layout-vertical.aft-banner-order-3 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}

.aft-banner-layout-vertical.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
.aft-banner-layout-vertical.aft-banner-order-4 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
.aft-banner-layout-vertical.aft-banner-order-4 .aft-main-banner-wrapper .aft-thumb-part {order: 2;}

.aft-banner-layout-vertical .aft-trending-part .slick-item:not(:first-child) ,
.aft-banner-layout-vertical .aft-main-banner-slider-part.broadnews-customizer .slick-item:not(:first-child) {
    display: none !important;
}
.aft-banner-layout-vertical .aft-trending-part .slick-item.slick-slide:not(:first-child) ,
.aft-banner-layout-vertical .aft-main-banner-slider-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) {
    display: block !important;
}

@media screen and (min-width: 1025px){
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .read-single,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .slick-slide > div,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .slick-slide,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-list,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-widget-carousel,
    .aft-banner-layout-vertical .aft-main-banner-slider-part {
        height: 100%;
        max-height: 100%;
    }
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img {
        min-height: 550px;
    }
}
.aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.featured-post-list.broadnews-customizer,
.af-main-banner-featured-posts.featured-posts.broadnews-customizer,
.af-main-banner-categorized-posts.broadnews-customizer {
    margin-bottom: 0;
    margin-top: 20px;
}
/* =================== banner layout vertical ==================== */

/* =================== banner layout tabbed and aligned ==================== */
.aft-banner-layout-tabbed-aligned .aft-thumb-part .slick-item:not(:first-child) ,
.aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part.broadnews-customizer .slick-item:not(:first-child) {
    display: none !important;
}
.aft-banner-layout-tabbed-aligned .aft-thumb-part .slick-item.slick-slide:not(:first-child) ,
.aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) {
    display: block !important;
}
@media screen and (min-width: 1025px){
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .read-single,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .slick-slide > div,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .slick-slide,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-list,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-widget-carousel,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part {
        height: 100%;
    }
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img {
        min-height: 504px;
    }
}
@media only screen and (max-width: 768px) {
    .aft-banner-layout-tabbed-aligned .aft-tabbed-part .slick-item:not(:first-child) {
        display: none !important;
    }
    .aft-banner-layout-tabbed-aligned .aft-tabbed-part .slick-item.slick-slide:not(:first-child) {
        display: block !important;
    }
}
.aft-banner-layout-tabbed-aligned.aft-main-banner-section .broadnews-customizer {
    position: relative;
}
.aft-banner-layout-tabbed-aligned .aft-thumb-part .af-widget-carousel.slick-slider .slick-list {
    margin: 0 -10px;
}
.aft-banner-layout-tabbed-aligned .aft-thumb-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
    padding: 0 10px;
}
.aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.aft-banner-layout-tabbed-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-tabbed-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-tabbed-part{order: 1;}
.aft-banner-layout-tabbed-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-thumb-part {order: 3;}

.aft-banner-layout-tabbed-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-tabbed-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-tabbed-part{order: 3;}
.aft-banner-layout-tabbed-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}

.aft-banner-layout-tabbed-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
.aft-banner-layout-tabbed-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-tabbed-part{order: 2;}
.aft-banner-layout-tabbed-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}
/* =================== banner layout tabbed and aligned ==================== */

/* =================== banner layout tabbed and trending ==================== */
.aft-banner-layout-tabbed-trending .aft-trending-part .slick-item:not(:first-child) ,
.aft-banner-layout-tabbed-trending .aft-main-banner-slider-part.broadnews-customizer .slick-item:not(:first-child) {
    display: none !important;
}
.aft-banner-layout-tabbed-trending .aft-trending-part .slick-item.slick-slide:not(:first-child) ,
.aft-banner-layout-tabbed-trending .aft-main-banner-slider-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) {
    display: block !important;
}
@media screen and (min-width: 1025px){
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .read-single,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .slick-slide > div,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .slick-slide,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-list,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-widget-carousel,
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part {
        height: 100%;
        max-height: 100%;
    }
    .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img {
        min-height: 504px;
    }
}
@media only screen and (max-width: 768px) {
    .aft-banner-layout-tabbed-trending .aft-tabbed-part .slick-item:not(:first-child) {
        display: none !important;
    }
    .aft-banner-layout-tabbed-trending .aft-tabbed-part .slick-item.slick-slide:not(:first-child) {
        display: block !important;
    }
}
.aft-banner-layout-tabbed-trending .aft-slider-part .broadnews-customizer,
.aft-banner-layout-tabbed-trending .aft-trending-part .broadnews-customizer,
.aft-banner-layout-tabbed-trending .aft-tabbed-part .broadnews-customizer{
    margin-bottom: 0;
}
.aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.aft-banner-layout-tabbed-trending.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-tabbed-trending.aft-banner-order-2 .aft-main-banner-wrapper .aft-trending-part{order: 3;}
.aft-banner-layout-tabbed-trending.aft-banner-order-2 .aft-main-banner-wrapper .aft-tabbed-part {order: 1;}

.aft-banner-layout-tabbed-trending.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-tabbed-trending.aft-banner-order-3 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
.aft-banner-layout-tabbed-trending.aft-banner-order-3 .aft-main-banner-wrapper .aft-tabbed-part {order: 3;}

.aft-banner-layout-tabbed-trending.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
.aft-banner-layout-tabbed-trending.aft-banner-order-4 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
.aft-banner-layout-tabbed-trending.aft-banner-order-4 .aft-main-banner-wrapper .aft-tabbed-part {order: 2;}
/* =================== banner layout tabbed and trending ==================== */

/* =================== banner layout aligned ==================== */
.aft-banner-layout-aligned .aft-thumb-part .slick-item:not(:first-child) ,
.aft-banner-layout-aligned .aft-main-banner-slider-part.broadnews-customizer .slick-item:not(:first-child) {
    display: none !important;
}
.aft-banner-layout-aligned .aft-thumb-part .slick-item.slick-slide:not(:first-child) ,
.aft-banner-layout-aligned .aft-main-banner-slider-part.broadnews-customizer .slick-item.slick-slide:not(:first-child) {
    display: block !important;
}
@media screen and (min-width: 1025px){
    .aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .read-single,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .slick-slide > div,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .slick-slide,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-list,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
    .aft-banner-layout-aligned .aft-main-banner-slider-part .af-widget-carousel,
    .aft-banner-layout-aligned .aft-main-banner-slider-part {
        height: 100%;
    }
    .aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img {
        min-height: 498px;
    }
    .aft-banner-layout-aligned .aft-main-banner-wrapper .broadnews-customizer.col-3 .full-wid-resp {
        height: 448px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px) {
    .aft-banner-layout-aligned .aft-3-trending-posts .slick-item:not(:first-child) {
        display: none !important;
    }
    .aft-banner-layout-aligned .aft-3-trending-posts .slick-item.slick-slide:not(:first-child) {
        display: block !important;
    }
}
.aft-banner-layout-aligned .aft-thumb-part .af-widget-carousel.slick-slider .slick-list {
    margin: 0 -10px;
}
.aft-banner-layout-aligned .aft-thumb-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
    padding: 0 10px;
}
.aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.aft-banner-layout-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-3-trending-posts{order: 1;}
.aft-banner-layout-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-thumb-part {order: 3;}

.aft-banner-layout-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
.aft-banner-layout-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-3-trending-posts{order: 3;}
.aft-banner-layout-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}

.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-3-trending-posts{order: 2;}
.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}
/* =================== banner layout aligned ==================== */


/* ==================== Banner Secondary Background Color Options ==================== */
body.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary,
body.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary{
    background-color: #c00c00;
}
.aft-dark-mode .aft-banner-background-secondary .banner-exclusive-posts-wrapper .exclusive-posts:before {
    background-color: rgba(255,255,255,.25);
}
.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary .aft-main-banner-wrapper .af-slick-navcontrols,
.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary .broadnews-widget .af-slick-navcontrols,
.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary .broadnews-customizer .section-wrapper .af-slick-navcontrols,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary .aft-main-banner-wrapper .af-slick-navcontrols,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary .broadnews-widget .af-slick-navcontrols,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary .broadnews-customizer .section-wrapper .af-slick-navcontrols{
    background-color: rgba(255,255,255,.2);
}
.widget-title-border-top .aft-main-banner-section.aft-banner-background-secondary .sub-heading-line::before {
    background: #fff;
}
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-popular-taxonomies-lists ul li a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-default .read-details .read-title h4 a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .widget-title .heading-line,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-comment-view-share > span > a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .banner-exclusive-posts-wrapper a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .featured-category-item .read-img a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .widget-title,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .header-after1{
    color: #fff;
}
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .af-slick-navcontrols .slide-icon,
body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-yt-video-item-wrapper .slide-icon{
    color: #fff;
}

/* ==================== Banner Secondary Background Color Options ==================== */


/* ==================== Banner Alternate Background Color Options ==================== */

body.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative{
    background-color: #fff;
}
body.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative{
    background-color: #252525;
}

.aft-dark-mode .aft-banner-background-alternative .banner-exclusive-posts-wrapper .exclusive-posts:before {
    background-color: rgba(0,0,0,.2);
}
.aft-light-mode .aft-banner-background-alternative .banner-exclusive-posts-wrapper .exclusive-posts:before {
    background-color: rgba(255,255,255,.2);
}

.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a.active,

.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-main-banner-wrapper .widget-title .heading-line,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-default .read-details .read-title h4 a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title .heading-line,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-comment-view-share > span > a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .featured-category-item .read-img a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .header-after1{
    color: #202020;
}

.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-light .read-details .read-title h4 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title .heading-line,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-comment-view-share > span > a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .featured-category-item .read-img a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .header-after1{
    color: #fff;
}

.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-slick-navcontrols .slide-icon,
.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-yt-video-item-wrapper .slide-icon{
    color: #202020;
}

.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-slick-navcontrols .slide-icon,
.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-yt-video-item-wrapper .slide-icon{
    color: #fff;
}
/* ==================== Banner Alternate Background Color Options ==================== */

/* ==================== Banner Default Background Color Options ==================== */
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-light .read-details .read-title h4 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .widget-title .heading-line,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .aft-comment-view-share > span > a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .banner-exclusive-posts-wrapper a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .featured-category-item .read-img a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .widget-title,
.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .header-after1{
    color: #202020;
}
/* ==================== Banner Default Background Color Options ==================== */

/* ==================== Banner Cusstom Background Color Options ==================== */
.aft-dark-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) {
    background-color: #000;
}
.aft-light-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) {
    background-color: #fff;
}
.aft-light-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a {
    color: #202020;
}
.aft-dark-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) .aft-popular-taxonomies-lists ul li a {
    color: #fff;
}
/* ==================== Banner Cusstom Background Color Options ==================== */

/* ==================== Banner Background image Color Options ==================== */
body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper a .exclusive-post-title,
body .aft-main-banner-section.data-bg .af-main-banner-thumb-posts .small-grid-style .grid-design-default .read-details .read-title h4 a,
body .aft-main-banner-section.data-bg .widget-title .heading-line,
body .aft-main-banner-section.data-bg .aft-posts-tabs-panel .nav-tabs>li>a,
body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .aft-comment-view-share > span > a,
body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper .exclusive-posts a,
body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper .exclusive-posts a:visited,
body .aft-main-banner-section.data-bg .featured-category-item .read-img a,
body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
body .aft-main-banner-section.data-bg .widget-title,
body .aft-main-banner-section.data-bg .header-after1{
    color: #fff;
}
body .aft-main-banner-section.data-bg .af-slick-navcontrols .slide-icon,
body .aft-main-banner-section.data-bg .aft-yt-video-item-wrapper .slide-icon{
    color: #fff;
    background: rgba(255,255,255,.075);
}
body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper .exclusive-posts:before {
    background: rgba(255,255,255,.075);
}
/* ==================== Banner Background image Color Options ==================== */

.aft-main-banner-section .no-main-slider-title .aft-slider-part .broadnews-customizer,
.aft-main-banner-section .no-trending-title .aft-horizontal-trending-part,
.aft-main-banner-section .no-editors-picks-title .aft-horizontal-grid-part,
.aft-main-banner-section .no-trending-title .aft-trending-part .broadnews-customizer,
.aft-main-banner-section .no-editors-picks-title .aft-thumb-part .broadnews-customizer {
    padding-top: 20px;
}

.figure-categories,
.read-categories{
    line-height: 11px;
}

.cat-links {line-height: 11px;margin-top: 5px;}
.cat-links li{
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.cat-links li a{
    display: block;
    color: #c00c00 ;
    font-size: 10px;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 0.1px;
    transition: 0.075s;
    font-weight: 700;
}
.cat-links li a:after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px;
}
/*cat links - color*/
a.broadnews-categories.category-color-1{color: #c00c00;}
a.broadnews-categories.category-color-2{color: #0987f5;}
a.broadnews-categories.category-color-3{color: #202020;}
a.broadnews-categories.category-color-4{color: #46af4b;}
a.broadnews-categories.category-color-5{color: #ea8d03;}
a.broadnews-categories.category-color-6{color: #ff5722;}
a.broadnews-categories.category-color-7{color: #9c27b0;}
/*cat links - color*/
/*cat links background color*/
.af-cat-widget-carousel a.broadnews-categories{
    display: inline-block;
    padding: 4px 6px;
    font-weight: 600;
}

.cat-links li:last-child a:after ,
.af-cat-widget-carousel a.broadnews-categories:after{display: none;}

.af-cat-widget-carousel a.broadnews-categories.category-color-1{background-color: #c00c00;color: #ffffff;}
.af-cat-widget-carousel a.broadnews-categories.category-color-2{background-color: #0987f5;color: #ffffff;}
.af-cat-widget-carousel a.broadnews-categories.category-color-3{background-color: #202020;color: #ffffff;}
.af-cat-widget-carousel a.broadnews-categories.category-color-4{background-color: #46af4b;color: #ffffff;}
.af-cat-widget-carousel a.broadnews-categories.category-color-5{background-color: #ea8d03;color: #ffffff;}
.af-cat-widget-carousel a.broadnews-categories.category-color-6{background-color: #ff5722;color: #ffffff;}
.af-cat-widget-carousel a.broadnews-categories.category-color-7{background-color: #9c27b0;color: #ffffff;}

/*cat links background color*/

.af-post-format{
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 0;
}
.read-img .af-post-format{
    position: absolute;
    top: 15px;
    left: 15px;
}
.af-post-format i{
    position: relative;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 100%;
    background: rgba(0,0,0,0.2);
}
.single-post .entry-content-title-featured-wrap .af-post-format i,
.single-post article.post .af-post-format i {
    background: #c00c00;
    color: #fff;
}

.af-post-carousel .slick-slide .af-post-format i{
    margin-bottom: 0;
}

span.min-read{
    font-size: 12px;
    font-weight: 700;
}
.read-single .entry-meta .tags-links,
.read-details .entry-meta .tags-links {
    font-size: 16px;
}
.read-single span.min-read{
    display: inline-block;
}
body:not(.single) .read-single span.min-read{
    color: #fff;
    padding: 3px 12px;
    line-height: 1.5;
    border-radius: 15px;
    letter-spacing: 0.5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.read-single .entry-meta,
.read-details .entry-meta{
    font-size: 12px;
}
article.aft-first-post-full .post-item-metadata.entry-meta + .read-img.read-bg-img,
.archive-title-first .read-single .read-img.pos-rel{
    margin-top: 15px;
}

.read-img span.min-read{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    margin-bottom: 0;
}
.read-img .af-post-format + span.min-read{
    left: 55px;
    top: 18px;
}

.express-carousel.broadnews-customizer .read-img span.min-read,
.af-main-banner-featured-posts .read-img span.min-read,
.aft-main-banner-part .aft-thumb-part .read-img span.min-read,
.broadnews_posts_carousel_widget .read-img span.min-read,
.archive-layout-grid article:not(.aft-first-post-full) .read-img span.min-read,
.af-reated-posts .read-img span.min-read,
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:not(:first-child) .read-img span.min-read,
.broadnews_featured_posts_widget .read-img span.min-read,
.grid-layout .read-img span.min-read,
.grid-layout .read-img .af-post-format + span.min-read{
    opacity: 0;
    color: #fff;
    padding: 3px 12px;
    border-radius: 15px;
    letter-spacing: 0.5px;
    background-color: rgba(0, 0, 0, 0.2);
}
.express-carousel.broadnews-customizer .read-single:hover .read-img span.min-read,
.af-main-banner-featured-posts .read-single:hover .read-img span.min-read,
.aft-main-banner-part .aft-thumb-part .read-single:hover .read-img span.min-read,
.broadnews_posts_carousel_widget .read-single:hover .read-img span.min-read,
.archive-layout-grid article:not(.aft-first-post-full) .read-single:hover .read-img span.min-read,
.af-reated-posts .read-single:hover .read-img span.min-read,
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:not(:first-child):hover .read-img span.min-read,
.broadnews_featured_posts_widget .read-single:hover .read-img span.min-read,
.grid-layout .read-single:hover .read-img span.min-read,
.grid-layout .read-single:hover .read-img .af-post-format + span.min-read{
    opacity: 1;
}

.read-details .entry-meta .author-links > span,
.read-details .entry-meta span.min-read
{
    padding-right: 10px;
}
.read-single .entry-meta .author-links > span a,
.read-details .entry-meta .author-links > span a,
.read-details .entry-meta span.min-read,
.read-details .entry-meta span.posts-date,
.read-details .entry-meta .aft-comment-view-share
{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 12px;
}
.entry-meta span a {
    display: inline-block;
    line-height: 1.3;
}
/*widget title===============*/

/* block widget title styles */
.widget_block .wp-block-search__label,
.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6{
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}
.header-after1,
.widget-title{
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
.aft-posts-tabs-panel .nav-tabs>li>a{
    font-size: 16px;
    text-transform: uppercase;
}
.heading-line-before,
.wp_post_author_widget .widget-title,
span.sub-heading-line{
    position: relative;
}
.widget-title-border-top span.sub-heading-line,
.widget-title-border-bottom span.sub-heading-line{
    padding-left: 40px;
}
.widget-title-border-side .widget_block .wp-block-search__label,
.widget-title-border-side .widget_block h1,
.widget-title-border-side .widget_block h2,
.widget-title-border-side .widget_block h3,
.widget-title-border-side .widget_block h4,
.widget-title-border-side .widget_block h5,
.widget-title-border-side .widget_block h6,
.widget-title-border-side .widget-title,
.widget-title-border-side .wp_post_author_widget .widget-title,
.widget-title-border-side span.sub-heading-line{
    padding-left: 15px;
}
.widget-title-border-side span.sub-heading-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.widget-title-border-side .widget_block .wp-block-search__label::before,
.widget-title-border-side .widget_block h1::before,
.widget-title-border-side .widget_block h2::before,
.widget-title-border-side .widget_block h3::before,
.widget-title-border-side .widget_block h4::before,
.widget-title-border-side .widget_block h5::before,
.widget-title-border-side .widget_block h6::before,
.widget-title-border-side .wp_post_author_widget .widget-title::before,
.widget-title-border-side .heading-line::before,
.widget-title-border-side .sub-heading-line::before{
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    height: calc(100% - 15px);
    width: 3px;
    background: #c00c00;
}

span.heading-line{
    display: block;
    width: 100%;
}

.widget-title-border-top .widget_block .wp-block-search__label::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h1::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h2::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h3::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h4::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h5::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h6::before,
.widget-title-border-bottom .widget_block .wp-block-search__label::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h1::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h2::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h3::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h4::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h5::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h6::before,

.widget-title-border-top .wp_post_author_widget .widget-title::before,
.widget-title-border-bottom .wp_post_author_widget .widget-title::before,
.widget-title-border-top .heading-line::before,
.widget-title-border-bottom .heading-line::before,
.widget-title-border-top .sub-heading-line::before,
.widget-title-border-bottom .sub-heading-line::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 60px;
    background: #c00c00;
}
.widget-title-border-top .widget_block .wp-block-search__label::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h1::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h2::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h3::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h4::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h5::before,
.widget-title-border-top .widget_block .wp-block-group__inner-container h6::before,
.widget-title-border-top .heading-line::before,
.widget-title-border-top .wp_post_author_widget .widget-title::before{
    top: 0;
    transform: translateY(0);
}
.widget-title-border-bottom .widget_block .wp-block-search__label::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h1::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h2::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h3::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h4::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h5::before,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h6::before,
.widget-title-border-bottom .heading-line::before,
.widget-title-border-bottom .wp_post_author_widget .widget-title::before{
    top: unset;
    bottom: 0;
    transform: translateY(0);
}
.widget-title-border-side .af-title-subtitle-wrap .heading-line::before,
.widget-title-border-top .af-title-subtitle-wrap .heading-line::before,
.widget-title-border-bottom .af-title-subtitle-wrap .heading-line::before{
    display: none;
}
h4.af-author-display-name {
    font-size: 20px;
}

/*widget title fill and border*/
.aft-posts-tabs-panel .nav-tabs {
    margin-top: 0;
    background-color: rgba(0, 0, 0,0.2);
    height: 40px;
    display: flex;
    overflow: hidden;
}
.aft-posts-tabs-panel .nav-tabs>li{
    margin-bottom: 0;
    line-height: 1.2;
    width: 50%
}

.aft-light-mode .aft-banner-background-alternative .aft-posts-tabs-panel .nav-tabs,
.aft-dark-mode .aft-posts-tabs-panel .nav-tabs {
    background-color: rgba(255,255,255,0.2);
}
.aft-dark-mode .aft-banner-background-alternative .aft-posts-tabs-panel .nav-tabs {
    background-color: rgba(0, 0, 0,0.2);
}
.aft-posts-tabs-panel .nav-tabs>li>a{
    color: #fff;
    padding: 0px 10px;
    text-transform: uppercase;
    padding-left: 30px;
    display: block;
    border-radius: 0;
    border: none;
    margin: 0;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aft-posts-tabs-panel .nav-tabs>li>a::before {
    content: '\f06d';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    z-index: 1;
}

.aft-posts-tabs-panel .nav-tabs>li>a::before {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 32px;
    padding: 7px 10px;
}
.aft-posts-tabs-panel .nav-tabs>li>a.active {
    background: #c00c00;
    color: #202020;
}

div.custom-menu-link i {
    background: rgba(0,0,0,.1);
    margin-right: 20px;
    height: 49px;
    width: 49px;
    line-height: 49px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}
.header-layout-compressed-full div.custom-menu-link i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.header-layout-compressed-full div.custom-menu-link {
    height: 30px;
}
.header-layout-compressed-full div.custom-menu-link > a {
    padding-right: 10px;
}
.header-layout-side div.custom-menu-link > a {
    padding-right: 20px;
}
.aft-posts-tabs-panel .nav-tabs>li.tab-recent>a::before {
    content: "\f0e7";
}
.aft-posts-tabs-panel .nav-tabs>li.tab-popular>a::before {
    content: "\f017";
}
.aft-posts-tabs-panel .nav-tabs>li.tab-categorised>a::before {
    content: "\f06d";
}
.nav-tabs{
    border-bottom: none;
}
.aft-dark-mode .wp_post_author_widget .awpa-display-name {
    color: #fff;
}
/*widget title fill and border*/

/*widget title border top*/
.widget-title-border-top .widget-title{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.widget-title-border-top .widget_block .wp-block-group__inner-container h1,
.widget-title-border-top .widget_block .wp-block-group__inner-container h2,
.widget-title-border-top .widget_block .wp-block-group__inner-container h3,
.widget-title-border-top .widget_block .wp-block-group__inner-container h4,
.widget-title-border-top .widget_block .wp-block-group__inner-container h5,
.widget-title-border-top .widget_block .wp-block-group__inner-container h6,
.widget-title-border-top .wp_post_author_widget .widget-title,
.widget-title-border-top .widget-title .heading-line {
    padding-top: 4px;
}
/*widget title border top*/
/*widget title border bottom*/
.widget-title-border-bottom .widget-title{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h1,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h2,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h3,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h4,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h5,
.widget-title-border-bottom .widget_block .wp-block-group__inner-container h6,
.widget-title-border-bottom .wp_post_author_widget .widget-title,
.widget-title-border-bottom .widget-title .heading-line {
    padding-bottom: 4px;
}
/*widget title border bottom*/

/*widget title border none*/
.widget-title-border-none .widget-title .heading-line-before,
.widget-title-border-none .widget-title .heading-line-after{display: none;}
.widget-title-border-none .widget-title .heading-line {
    display: inline-block;
}
/*widget title border none*/

/*widget title===============*/

/*carousel slider controls=======*/
.af-widget-carousel.slick-slider,
.af-banner-carousel.slick-slider {
    overflow: hidden;
}
.aft-slider-part .broadnews-customizer,
.aft-main-banner-slider-part,
.aft-horizontal-grid-part,
.broadnews-widget .full-wid-resp,
.broadnews-widget .af-slider-wrap,
.broadnews-widget .section-wrapper,
.aft-featured-category-section .express-carousel.broadnews-customizer .section-wrapper,
.aft-trending-part .broadnews-customizer,
.aft-horizontal-grid-part .broadnews-customizer,
.aft-horizontal-trending-part {
    position: relative;
}
.broadnews-widget .af-slick-navcontrols,
.broadnews-customizer .section-wrapper .af-slick-navcontrols{
    position: absolute;
    right: 0;
    top: 1px;
    height: 25px;
    width: 65px;
}
.aft-main-banner-wrapper .broadnews-customizer .section-wrapper .af-slick-navcontrols,
.aft-main-banner-wrapper .af-slick-navcontrols {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
    width: 65px;
}
.aft-section-layout-none .aft-main-banner-wrapper .broadnews-customizer .section-wrapper .af-slick-navcontrols,
.aft-section-layout-none .aft-main-banner-wrapper .af-slick-navcontrols{
    top: 0px;
    right: 0px;
}
.aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols{
    width: 100%;
    height: unset;
    top: 50%;
    transform: translateY(-12px);
    left: 0;
}
.aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev {
    left: 15px;
}
.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev {
    color: #fff;
}
.aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next {
    right: 15px;
}
.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next {
    color: #fff;
}

.widget-title-border-none .aft-main-banner-wrapper .af-slick-navcontrols,
.widget-title-border-center .aft-main-banner-wrapper .af-slick-navcontrols {
    transform: translateY(6px);
}
.aft-main-banner-wrapper .no-editors-picks-title .broadnews-customizer .section-wrapper .af-slick-navcontrols,
.aft-main-banner-wrapper .no-main-slider-title .af-widget-carousel .af-slick-navcontrols,
.aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols,
.aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols {
    position: absolute;
    right: 5px;
    top: 5px;
}

.widget-title-border-none .aft-main-banner-wrapper .no-main-slider-title .af-slick-navcontrols,
.widget-title-border-none .aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols,
.widget-title-border-none .aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols,

.widget-title-border-center .aft-main-banner-wrapper .no-main-slider-title .af-slick-navcontrols,
.widget-title-border-center .aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols,
.widget-title-border-center .aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols {
    transform: translateY(0)
}
.aft-trending-part .af-widget-carousel {
    overflow: hidden;
}
.af-slick-navcontrols .slide-icon,
.af-youtube-slider .slide-icon,
.aft-yt-video-item-wrapper .slide-icon{
    position: absolute;
    top: 0;
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #4a4a4a;
    border: 1px solid;
    text-align: center;
    z-index: 1;
    opacity: .25;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.aft-main-banner-part.aft-banner-compressed-aligned .aft-trending-part .af-slick-navcontrols .slide-icon {
    transform: rotate(90deg);
}

.site-footer .af-slick-navcontrols .slide-icon,
.site-footer .af-youtube-slider .slide-icon,
.site-footer .aft-yt-video-item-wrapper .slide-icon,
body.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev,
body.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next,
body.aft-light-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev,
body.aft-light-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next,
.aft-dark-mode .af-slick-navcontrols .slide-icon,
.aft-dark-mode .af-youtube-slider .slide-icon,
.aft-dark-mode .aft-yt-video-item-wrapper .slide-icon{
    color: #fff;
}

.af-widget-carousel .slide-icon:before{
    font-family: inherit;
}
.af-slick-navcontrols .slide-icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.af-slick-navcontrols .slide-icon.slide-prev,
.af-youtube-slider .slide-icon.slide-prev,
.aft-yt-video-item-wrapper .slide-icon.slide-prev {right: 35px;}

.widget-title-border-side .aft-horizontal-grid-part .heading-line,
.widget-title-border-side .broadnews_popular_news_widget .heading-line,
.widget-title-border-side .broadnews_trending_news_widget .heading-line,
.widget-title-border-side .broadnews_posts_slider_widget .heading-line,
.widget-title-border-side .broadnews_posts_carousel_widget .heading-line,
.widget-title-border-side .broadnews_youtube_video_widget .heading-line,
.widget-title-border-side .aft-featured-video-section .heading-line {
    padding-right: 70px;
}

.af-slick-navcontrols .slide-icon.slide-next,
.af-youtube-slider .slide-icon.slide-next,
.aft-yt-video-item-wrapper .slide-icon.slide-next,
.af-widget-carousel .slide-icon.slide-next {right: 0;}

.af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
.af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper {
    height: 210px;
}

.slick-vertical .slick-slide,
.af-youtube-slider-thumbnail.slick-vertical .slick-slide {
    border: none;
    line-height: 1;
}

.af-youtube-video-list .primary-video.af-youtube-video-carousel.slick-slider {
    margin: 0 10px;
    overflow-x: clip;
    width: unset;
}
.af-youtube-video-list .primary-video.af-youtube-video-carousel .slick-list {
    margin: 0 -10px;
}
.af-youtube-video-list .primary-video.af-youtube-video-carousel .slick-slide {
    line-height: 1;
    padding: 0 10px;
}

.slick-item.slick-slide:focus{
    outline: none;
}

.aft-main-banner-slider-part.broadnews-customizer:hover .slide-icon,
.broadnews-widget .af-slick-navcontrols .slide-icon:hover,
.broadnews-customizer .af-slick-navcontrols .slide-icon:hover,
.af-youtube-slider .slide-icon:hover,
.aft-yt-video-item-wrapper .slide-icon:hover,
.af-widget-carousel .slide-icon:hover{opacity: 1;}

/*carousel slider controls=======*/

/*banner-slider-1=======*/
.banner-single-slider-1-wrap{margin-bottom: 20px;}
.banner-single-slider-1 .read-img{
    height: 700px;
}
.banner-single-slider-1 .read-single{
    margin-bottom: 0;
}
.banner-single-slider-1 .read-details{
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.75);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
.banner-single-slider-1 span.min-read-post-format{
    margin-bottom: 10px;
    display: inline-block;
    position: inherit;
}
.banner-single-slider-1 .read-title h4{
    font-weight: bold;
}
.grid-design-texts-over-image .af-post-format,
.grid-design-texts-over-image .category-color-1,
.grid-design-texts-over-image .read-details .entry-meta span a,
.grid-design-texts-over-image .read-details .entry-meta span,
.grid-design-texts-over-image .read-title h4 a{
    color: #fff;
}
.entry-meta span.posts-author a {
    display: inline-block;
}

.banner-single-slider-1 .read-img .aft-comment-view-share{
    margin-left: 0;
    position: relative;
    z-index: 1;
}

body.aft-header-layout-boxed .aft-main-banner-section .read-img .aft-comment-view-share,
body.aft-header-layout-transparent .aft-main-banner-section .read-img .aft-comment-view-share{
    display: none;
}

/*widgets on diffrent places=======*/
.single-posts-promotions{
    margin: 15px 0;
}
.home-main-banner-widgets.upper{
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-main-banner-widgets.upper .broadnews-widget:last-child {
    margin-bottom: 20px;
}
.aft-below-main-banner-section .broadnews-widget:first-child {
    margin-top: 20px;
}
/*widgets on diffrent places=======*/

/*youtube videos============--------------------------========*/

.primary-video iframe.af-yt-video-item {
    height: 362px;
}
.secondary-video iframe.af-yt-video-item {
    height: 170px;
}
.secondary-video iframe.af-yt-video-item {
    margin-bottom: 20px;
}

.entry-content > p > iframe[src*="vimeo.com"],
.entry-content > p > iframe[src*="youtube.com"]{
    width: 100% !important;
}

/* new youtube css */

.af-youtube-video-list .entry-header-yt-video-container {
    position: relative;
    line-height: 1;
    cursor: pointer;
}
.af-youtube-video-list .secondary-video .entry-header-yt-video-container.pad-youtube {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
iframe.af-hide-iframe{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 380px;
    border: none;
}
.broadnews_youtube_video_widget .af-youtube-slider .widget-yt-thumbnail.af-hide-frame {
    z-index: -1;
    position: relative;
}
.af-hide-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.075s ease;
    position: absolute;
}
.fluid-width-video-wrapper {
    padding: 0 !important;
}
.af-youtube-video-list .entry-header-yt-video-wrapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.af-youtube-video-list .secondary-video .entry-header-yt-video-wrapper {
    width: calc(100% - 15px);
    left: 7.5px;
}
.af-youtube-video-list .primary-video .entry-header-yt-video-wrapper {
    height: 357px;
}
.af-youtube-video-list iframe.entry-header-yt-iframe{
    width: 100%;
    height: 170px;
    border: none;
}
.af-youtube-video-list .primary-video iframe.entry-header-yt-iframe{
    height: 357px;
}
.af-youtube-video-list .entry-header-yt-video-wrapper .vid-thumb{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
}
.af-youtube-slider .af-video-wrap .widget-yt-thumbnail::before,
.af-youtube-video-list .entry-header-yt-video-wrapper .vid-thumb::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    transition: all ease 0.075s;
}
.af-youtube-slider .af-video-wrap .af-bg-play,
.af-youtube-video-list .entry-header-yt-video-wrapper .af-yt-video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 20px;
    border: none;
}
.af-youtube-slider .af-video-wrap .af-bg-play i,
.af-youtube-video-list .entry-header-yt-video-wrapper .af-yt-video-play i{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #c00c00;
    color: #202020;
}

.af-youtube-video-list .entry-header-yt-video-wrapper .broadnews-yt-thumb{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.af-youtube-video-list .secondary-video .entry-header-yt-video-container{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.af-youtube-slider {
    padding: 0;
}
/* new youtube css */

/*youtube videos============--------------------------========*/

/*banner-slider-1=======*/
/*banner-carousel-1==================*/
.af-banner-carousel .slick-list{
    margin-right: -10px;
    margin-left: -10px;
}
.af-banner-carousel .slick-slide{
    line-height: 1;
    padding-right: 10px;
    padding-left: 10px;
}
.af-wrapper .af-banner-carousel .read-img.read-bg-img{
    height: 250px;
}

/*two sliders carousel---*/
.aft-main-banner-part .aft-slider-part .read-single{
    margin: 0;
}
.aft-editors-and-trending-part,
.aft-slider-part,
.aft-thumb-part,
.aft-trending-part{
    margin: 20px 0;
}
.aft-main-banner-wrapper .aft-3-trending-posts,
.aft-main-banner-wrapper .aft-tabbed-part,
.aft-main-banner-wrapper .aft-editors-and-trending-part,
.aft-main-banner-wrapper .aft-slider-part,
.aft-main-banner-wrapper .aft-thumb-part,
.aft-main-banner-wrapper .aft-trending-part{
    margin: 20px 0 0;
    padding: 0 10px;
}
.af-banner-carousel .read-img.read-bg-img{
    height: 400px;
}
.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
    height: 485px;
}
.af-banner-carousel.common-carousel .read-details{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px;
    background: rgba(0,0,0,0.75);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
/*two sliders carousel---*/
/*banner-carousel-1==================*/

/*trending vertical carousel=======*/
.trending-posts-vertical .slick-list{
    margin-bottom: -10px;
}
.trending-posts-vertical .read-single {margin-bottom: 10px;min-height: 85px;}

.broadnews_tabbed_posts_widget .af-double-column.list-style .read-bg-img ,
.trending-posts-vertical .af-double-column.list-style .read-bg-img ,
.af-double-column.list-style .read-bg-img {
    height: 136px;
    width: 50%;
    max-width: 136px;
}
.broadnews_tabbed_posts_widget .af-double-column.list-style .read-details ,
.trending-posts-vertical .af-double-column.list-style .read-details ,
.af-double-column.list-style .read-details {
    max-height: 136px;
    overflow: hidden;
    width: calc(100% - 136px);
}
.broadnews_posts_single_column_widget .af-double-column.list-style .read-details {
    height: unset;
    overflow: unset;
    max-height: unset;
}

.archive-layout-list .af-double-column.list-style .read-bg-img,
.broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    height: 240px;
}
.archive-layout-list .af-double-column.list-style .read-details,
.broadnews_posts_single_column_widget .af-double-column.list-style .read-details {
    width: calc(50% + 7.5px);
    max-height: unset;
}

.site-footer .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img ,
#secondary .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img ,
#sidr .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
    width: 100%;
    max-width: 100%;
}
.site-footer .broadnews_posts_single_column_widget .af-double-column.list-style .read-details ,
#secondary .broadnews_posts_single_column_widget .af-double-column.list-style .read-details ,
#sidr .broadnews_posts_single_column_widget .af-double-column.list-style .read-details {
    width: 100%;
    padding: 15px 0;
}
.site-footer .broadnews_posts_single_column_widget .af-double-column.list-style .read-single ,
#secondary .broadnews_posts_single_column_widget .af-double-column.list-style .read-single ,
#sidr .broadnews_posts_single_column_widget .af-double-column.list-style .read-single {
    flex-wrap: wrap;
}

.broadnews_posts_double_columns_widget .af-double-column.list-style .read-bg-img,
.broadnews_trending_news_widget .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
.broadnews_popular_news_widget .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
    height: 136px;
    width: 50%;
    max-width: 136px;
}
.aft-trending-posts.list-part .af-double-column.list-style .read-title h4{
    margin-top: 0;
}

.aft-tabbed-carousel li.aft-trending-posts.list-part.af-sec-post.read-single {
    padding: 0;
}

.read-img .trending-no{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    background-color: #c00c00 ;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.trending-posts-vertical .read-title h4{margin-bottom: 0;}
.trending-posts-vertical .read-categories{padding: 0;}
.trending-posts-vertical .read-categories li{float: left;margin-bottom: 2px;}
.trending-posts-vertical .read-categories li:last-child{margin-bottom: 2px;}
/*trending vertical carousel=======*/

/*double-category---------*/
.af-double-column.list-style .read-img .aft-comment-view-share{display: none;}

.af-double-column.list-style .col-1:not(.aft-spotlight-posts-1) .read-details{
    padding-top: 0;
    padding-bottom: 0
}

.full-width-content .archive-layout-list .af-double-column.list-style .read-bg-img,
.full-width-content .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
    height: 390px;
}
/*double-category---------*/

/*--------------------------------------------------------------
## archive posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## comment view share
--------------------------------------------------------------*/
.aft-comment-view-share {padding: 5px 0;position: relative;}

.entry-meta div.aft-comment-view-share {display: inline-block;}

.read-img .aft-comment-view-share{
    padding: 0;
    margin-left: 15px;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.aft-comment-view-share > span{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
.aft-comment-view-share > span:nth-child(2) {
    margin-left: 10px;
}
.entry-meta .aft-comment-view-share > span {width: auto;height: auto;}
.aft-comment-view-share > span > a{
    display: block;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #fff;
}

article .aft-comment-view-share > span > a {color: #fff;}

.aft-comment-view-share > span.aft-jpshare{
    background-color: rgba(0, 0, 0, 0.2);
}
.aft-comment-view-share > span > i{
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    position: relative;
    color: #fff;
}
/*--------------------------------------------------------------
## comment view share
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## share icons on posts
--------------------------------------------------------------*/
.aft-social-share div.sharedaddy h3.sd-title,
.aft-comment-view-share div.sharedaddy h3.sd-title{
    display: none;
}
div.sharedaddy{
    display: inline-block;
}
div.sharedaddy .sd-content ul{margin-bottom: 0 !important;}

div.sharedaddy .sd-content ul li{margin-bottom: 0;padding: 0;}

div.sharedaddy .sd-content ul li:last-child{display: none;}

div.sharedaddy .sd-content ul li a.sd-button{
    border-radius: 0;
    border: none;
}

/*official colors*/
div.sharedaddy .sd-content ul li.share-facebook a.sd-button{background: #3b5998;}
div.sharedaddy .sd-content ul li.share-twitter a.sd-button{background: #00acee;}
div.sharedaddy .sd-content ul li.share-linkedin a.sd-button{background: #0077b5;}
div.sharedaddy .sd-content ul li.share-skype a.sd-button{background: #00AFF0;}
div.sharedaddy .sd-content ul li.share-pinterest a.sd-button{background: #ca1f27;}
div.sharedaddy .sd-content ul li.share-print a.sd-button{background: #e9e9e9;}
div.sharedaddy .sd-content ul li.share-tumblr a.sd-button{background: #2c4762;}
div.sharedaddy .sd-content ul li.share-telegram a.sd-button{background: #0088cc;}
div.sharedaddy .sd-content ul li.share-jetpack-whatsapp a.sd-button{background: #43d854;}
div.sharedaddy .sd-content ul li.share-reddit a.sd-button{background: #cee3f8;}
div.sharedaddy .sd-content ul li.share-pocket a.sd-button{background: #ee4056;}
/*official colors*/
.sd-content ul li a.sd-button:before{
    vertical-align: middle !important;
    top: 0 ;
}
/* overwrite social sharing css */
@media screen and (-webkit-min-device-pixel-ratio: 0){
    body .sd-content ul li a.sd-button:before {
        top: -1px;
    }
}
/* overwrite social sharing css */
div.sharedaddy .sd-content ul li a.sd-button > span,
div.sharedaddy .sd-content ul li a.sd-button:before{
    color: #ffffff;
}
div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button > span{
    display: none;
}
div.sharedaddy .sd-content .share-customize-link {
    margin-top: 10px;
}
div.sharedaddy .sd-content .share-customize-link a {
    padding: 1px 8px 0px 5px;
}
.aft-social-share div.sharedaddy .aft-jpshare, 
.social-after-content .aft-social-share div.sharedaddy a, 
.entry-header-details .aft-social-share div.sharedaddy a,
div.sharedaddy .sd-social-text .sd-content ul li a.sd-button.no-icon {
    height: unset;
    width: unset;
    line-height: 23px;
}
div.sharedaddy .sd-social-text .sd-content ul li a.sd-button.no-icon:before {
    display: none;
}
div.sharedaddy .sd-content ul li a.sd-button.no-icon:before{
    display: inline;
}
span.aft-jpshare {
    display: inline-block;
    margin-right: 15px;
}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li a.sd-button{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li a.sd-button{opacity:0.9;}
span.aft-jpshare div.sharedaddy .sd-content ul li a.sd-button:hover{opacity:1;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(1) a.sd-button{transition-delay: 0ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(2) a.sd-button{transition-delay: 50ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(3) a.sd-button{transition-delay: 100ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(4) a.sd-button{transition-delay: 150ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(5) a.sd-button{transition-delay: 200ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(6) a.sd-button{transition-delay: 250ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(7) a.sd-button{transition-delay: 300ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(8) a.sd-button{transition-delay: 350ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(9) a.sd-button{transition-delay: 400ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(10) a.sd-button{transition-delay: 450ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(11) a.sd-button{transition-delay: 500ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(12) a.sd-button{transition-delay: 550ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(13) a.sd-button{transition-delay: 600ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(14) a.sd-button{transition-delay: 650ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(15) a.sd-button{transition-delay: 700ms;}

/*for officaial*/
div.sharedaddy .sd-social-official ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 30px;
    vertical-align: middle;
    opacity: 0;
    z-index: -1;
}
div.sharedaddy .sd-content ul li a.sd-button:hover {
    border: none;
    border-radius: 0;
}

div.sharedaddy .sd-social-official ul li:before{content: "\f096";}
div.sharedaddy .sd-social-official ul li.share-facebook:before{content: "\f09a";}
div.sharedaddy .sd-social-official ul li.share-twitter:before{content: "\f099";}
div.sharedaddy .sd-social-official ul li.share-jetpack-whatsapp:before{content: "\f232";}
div.sharedaddy .sd-social-official ul li.share-pinterest:before{content: "\f231";}
div.sharedaddy .sd-social-official ul li.share-linkedin:before{content: "\f0e1";}
div.sharedaddy .sd-social-official ul li.share-reddit:before{content: "\f281";}
div.sharedaddy .sd-social-official ul li.share-pocket:before{content: "\f265";}
div.sharedaddy .sd-social-official ul li.share-print:before{content: "\f02f";}
div.sharedaddy .sd-social-official ul li.share-skype:before{content: "\f17e";}
div.sharedaddy .sd-social-official ul li.share-telegram:before{content: "\f2c6";}
div.sharedaddy .sd-social-official ul li.share-tumblr:before{content: "\f173";}

div.sharedaddy .sd-social-official .sd-content ul li a:before {
    color: #fff;
}

div.sharedaddy .sd-social-official ul li{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.075s linear;
    -moz-transition: all 0.075s linear;
    -ms-transition: all 0.075s linear;
    -o-transition: all 0.075s linear;
    transition: all 0.075s linear;
}
span.aft-jpshare:hover div.sharedaddy .sd-social-official .sd-content ul li{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
span.aft-jpshare:hover div.sharedaddy .sd-social-official .sd-content ul li{opacity:0.7;}
span.aft-jpshare div.sharedaddy .sd-social-official .sd-content ul li:hover{opacity:1;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(1){transition-delay: 0ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(2){transition-delay: 50ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(3){transition-delay: 100ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(4){transition-delay: 150ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(5){transition-delay: 200ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(6){transition-delay: 250ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(7){transition-delay: 300ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(8){transition-delay: 350ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(9){transition-delay: 400ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(10){transition-delay: 450ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(11){transition-delay: 500ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(12){transition-delay: 550ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(13){transition-delay: 600ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(14){transition-delay: 650ms;}
span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(15){transition-delay: 700ms;}

/*for officaial*/

/*--------------------------------------------------------------
## share icons on posts
--------------------------------------------------------------*/

article .post-description p:last-child{margin-bottom: 0;}

.aft-archive-wrapper article .read-categories{padding-top: 0;}

/*=====-----list-style-----=====*/
.list-style .read-single {
    display: flex;
    align-items: center;
}
.list-style .read-bg-img {
    height: 290px;
}
/*=====-----list-style-----=====*/

/*list style posts right image---*/
article.archive-image-alternate:nth-of-type(even) .list-style .read-single ,
article.archive-image-right .list-style .read-single{
    flex-direction: row-reverse;
}
article.archive-image-alternate:nth-of-type(even) .list-style .read-details ,
article.archive-image-right .list-style .read-details{
    text-align: right;
}
/*list style posts right image---*/

/*grid style posts---*/
article.aft-first-post-full{
    overflow: hidden;
}
article.latest-posts-full,
article.latest-posts-list,
article.latest-posts-grid{
    margin-bottom: 30px;
    overflow: hidden;
}
article.latest-posts-full .read-single,
article.latest-posts-list .read-single,
article.latest-posts-grid .read-single{
    margin-bottom: 0;
}
/*grid alternate----*/
article.archive-image-up-alternate .archive-grid-post .read-single{
    display: flex;
}
.three-col-masonry article.col-2 {
    width: 33.33%;
}
.four-col-masonry article.col-2 {
    width: 25%;
}
.three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single{
    flex-direction: column-reverse;
}
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single{
    flex-direction: column-reverse;
}
.three-col-masonry article:nth-of-type(3n+1).archive-image-up-alternate .archive-grid-post .read-single,
.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single{
    flex-direction: column;
}
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+4).archive-image-up-alternate .archive-grid-post .read-single{
    flex-direction: column;
}
/*grid alternate----*/
/*grid alternate--two-column-four-column-*/
.archive-layout-grid.four-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single ,
.archive-layout-grid.two-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single {
    flex-direction: column-reverse;
}
.archive-layout-grid.four-col-masonry article:nth-of-type(odd).archive-image-up-alternate .archive-grid-post .read-single ,
.archive-layout-grid.two-col-masonry article:nth-of-type(odd).archive-image-up-alternate .archive-grid-post .read-single {
    flex-direction: column;
}
body.archive-first-post-full .three-col-masonry article:nth-of-type(3n).archive-image-up-alternate .archive-grid-post .read-single .read-details,
body:not(.archive-first-post-full) .three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single .read-details,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single .read-details,
.archive-layout-grid.four-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details ,
.archive-layout-grid.two-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details{
    padding: 0 0 15px;
}
body.archive-first-post-full .three-col-masonry article:nth-of-type(3n).archive-image-up-alternate .archive-grid-post .read-single .read-details h4,
body:not(.archive-first-post-full) .three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single .read-details h4,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single .read-details h4,
.archive-layout-grid.four-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details h4 ,
.archive-layout-grid.two-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details h4{
    margin-top: 0;
}
/*grid alternate--two-column-four-column-*/
/*grid alternate list----*/
body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate,
body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate,
body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate{
    width: 100%;
}
body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-single ,
body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-single ,
body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-single {
    display: flex;
    align-items: center;
}
body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-img ,
body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-img ,
body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-img {
    align-self: flex-start;
}
body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-bg-img ,
body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-bg-img,
body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-bg-img {
    height: 240px;
    width: calc(50% - 7.5px);
    float: left;
}
body:not(.archive-first-post-full).full-width-content .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-bg-img ,
body:not(.archive-first-post-full).full-width-content .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-bg-img,
body:not(.archive-first-post-full).full-width-content .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-bg-img {
    height: 390px;
}
body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-details ,
body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-details,
body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-details {
    float: left;
    padding: 15px;
    width: calc(50% + 7.5px);
}

/*grid alternate list----*/
/*grid alternate list 1st post full----*/
body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate,
body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate{
    width: 100%;
}
body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-single ,
body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-single ,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-single {
    display: flex;
    align-items: center;
}
body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-img ,
body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-img ,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-img {
    align-self: flex-start;
}
body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-bg-img ,
body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-bg-img,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-bg-img {
    height: 240px;
    width: calc(50% - 7.5px);
    float: left;
}
body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-details ,
body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-details,
body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-details {
    float: left;
    padding: 15px;
    width: calc(50% + 7.5px);
}
/*grid alternate list 1st post full----*/

/*grid style posts---*/
/*full style posts---*/
article.latest-posts-full .read-img{
    height: 450px;
}

.full-width-content article.latest-posts-full .read-img{
    height: 560px;
}

article.latest-posts-full .read-descprition.full-item-discription {
    padding: 15px;
}
.archive-layout-full:not(.full-image-first) article.latest-posts-full .pad-archive{padding: 15px;}
.archive-layout-full.full-image-first article.latest-posts-full .pad-archive{padding: 15px;}
.archive-layout-full.full-image-first article.latest-posts-full .read-descprition.full-item-discription {
    padding-top: 0;
}

/*text-on-top*/

.archive-layout-full.archive-title-first .read-item{
    display: flex;
    flex-direction: column-reverse;
}
.archive-layout-full.archive-title-first .read-item .read-details{
    padding: 10px;
}
.archive-layout-full.archive-image-first .read-descprition.full-item-discription {
    padding-top: 0;
}

/*text-on-top*/
/*full and grid*/
.archive-layout-full.full-with-grid article.col-1{width: 50%;}
.archive-layout-full.full-with-grid article.latest-posts-full .read-img{
    height: 255px;
}
.archive-layout-full.full-with-grid .read-item{
    display: flex;
    flex-direction: column;
}
.archive-layout-full.full-with-grid article.latest-posts-full .read-descprition.full-item-discription{
    padding-top: 0;
}

.archive-layout-full.full-with-grid article.col-1:not(:nth-of-type(5n+1)) .pad-archive{margin-bottom: 0;}
.archive-layout-full.full-with-grid article.col-1:not(:nth-of-type(5n+1)) .ptb-10{padding-top: 0;}

.archive-layout-full.full-with-grid article.col-1:nth-of-type(5n+1){width: 100%;}

.archive-layout-full.full-with-grid article.latest-posts-full:nth-of-type(5n+1) .read-img{
    height: 450px;
}

/*full and grid*/

/*full style posts---*/
/*masonary style posts---*/

.two-col-masonry .col-3{width: 50%;}

.archive-first-post-full .four-col-masonry .col-3:nth-child(4n + 2),
.archive-first-post-full .three-col-masonry .col-3:nth-child(3n + 2),
.archive-first-post-full .two-col-masonry .col-3:nth-child(2n),
.four-col-masonry .col-3:nth-child(4n + 1),
.three-col-masonry .col-3:nth-child(3n + 1),
.two-col-masonry .col-3:nth-child(2n + 1) {
    clear: left;
}
.archive-first-post-full .four-col-masonry .col-3:nth-child(4n + 1),
.archive-first-post-full .three-col-masonry .col-3:nth-child(3n + 1),
.archive-first-post-full .two-col-masonry .col-3:nth-child(2n + 1) {
    clear: none;
}

.two-col-masonry article.col-3 .read-img.read-bg-img{height: 220px;}
.full-width-content .two-col-masonry article.col-3 .read-img.read-bg-img{height: 350px;}

.three-col-masonry article.col-3 .read-img.read-bg-img{height: 150px;}
.full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img{height: 225px;}

.four-col-masonry .col-3{width: 25%;}
.four-col-masonry .col-3 .read-img.read-bg-img{height: 100px;}

.full-width-content .four-col-masonry .col-3 .read-img.read-bg-img{height: 160px;}

/*masonary style posts---*/


/*archive pagination---------*/
.page-links a.post-page-numbers {
    color: #c00c00;
}
.archive article .page-links {
    display: none;
}
.broadnews-pagination{
    text-align: center;
}
.broadnews-pagination .nav-links .page-numbers.current,
.broadnews-pagination .nav-links .page-numbers{
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    color: #404040;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 700;
}
body.aft-light-mode .broadnews-pagination .nav-links a.page-numbers:hover,
body.aft-dark-mode .broadnews-pagination .nav-links a.page-numbers:hover,
.broadnews-pagination .nav-links .page-numbers.current{
    border-color: #c00c00;
}
body.aft-light-mode .broadnews-pagination .nav-links .page-numbers.current,
.broadnews-pagination .nav-links .page-numbers.current {
    color: #fff;
}

body.aft-section-layout-background .broadnews-pagination .nav-links .page-numbers {
    border: none;
    line-height: 30px;
}

/*archive pagination---------*/


/*archive layout elements---------=======*/

/*grids---------*/

.aft-archive-wrapper .archive-layout-grid .read-details .entry-meta{
    margin-bottom: 5px;
}
/*grids---------*/
/*lists---------*/
.aft-archive-wrapper .archive-layout-list .read-details{
    padding-top: 0;
    padding-bottom: 0;
}
.aft-archive-wrapper .archive-layout-list .read-details .entry-meta{
    margin-bottom: 5px;
}
/*lists---------*/
/*masonry---------*/
.aft-archive-wrapper.aft-masonry-archive-posts .read-details{
    padding-bottom: 15px;
}
.aft-archive-wrapper.aft-masonry-archive-posts .read-details .entry-meta{
    margin-bottom: 5px;
}
/*masonry---------*/
/*archive layout elements---------=======*/

/*--------------------------------------------------------------
## archive posts
--------------------------------------------------------------*/
/*advertisement*/
.below-banner-advertisment-section{
    text-align: center;
    margin: 20px 0;
}
/*advertisement*/

.archive main.site-main .archive-description,
.home.blog .aft-archive-wrapper.broadnews-customizer .archive-description{
    margin-bottom: 20px;
}

/*featured category-----*/

.featured-category-item > .read-img {
    margin-bottom: 20px;
}
.featured-category-item > .read-img a {
    display: block;
    position: relative;
    height: 100%;
    color: #fff;
}
.featured-category-item > .read-img a span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.75);
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.5px;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
}
.featured-category-item > .read-img a:after ,
.featured-category-item > .read-img a:before {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    content: '';
    opacity: 0.3;
    -webkit-transition: opacity 0.075s;
    transition: opacity 0.075s;
    z-index: 5;
}
.featured-category-item > .read-img a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.featured-category-item > .read-img a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.featured-category-item > .read-img a:hover:after ,
.featured-category-item > .read-img a:hover:before {opacity: 0.7;}

/* three items */
.featured-category-item{
    width: 33.3333%;
}

/*featured category-----*/
/*--------------------------------------------------------------
# mailchimp
--------------------------------------------------------------*/
.mailchimp-block {
    padding: 120px 0;
    background-color: #202020;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    position: relative;
}
.broadnews_mailchimp_widget,
.broadnews_store_call_to_action_widget {
    padding-bottom: 20px;
}
body .mailchimp-block .block-title {
    margin: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
.mailchimp-block,
.mailchimp-block .block-title{
    color: #fff;
}
/* .aft-section-layout-none article .promotionspace , */
.aft-section-layout-background article .promotionspace {
    margin-top: 20px;
}

article .mailchimp-block {
    margin-top: 30px;
}

.entry-content form.mc4wp-form,
.inner-suscribe{
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}
.entry-content form.mc4wp-form p,
.inner-suscribe p {
    margin-bottom: 0;
    line-height: 1;
}
.entry-content form.mc4wp-form .mc4wp-form-fields,
.inner-suscribe .mc4wp-form-fields{
    position: relative;
    text-align: left;
}
.entry-content form.mc4wp-form .mc4wp-form-fields label,
.inner-suscribe .mc4wp-form-fields label {
    font-size: 0;
    width: calc(100% - 120px);
    margin: 0;
}
.entry-content form.mc4wp-form input,
.inner-suscribe input {
    border: none;
    background: #fafafa;
    width: 100%;
    line-height: 38px;
    padding: 10px 30px;
    color: #8a8a8a;
    font-size: 14px;
    min-height: 58px;
}
body.aft-dark-mode .entry-content form.mc4wp-form input[type=email] {
    background-color: rgba(255,255,255,.1);
    border: none;
}
.entry-content form.mc4wp-form input[type=submit],
.inner-suscribe input[type=submit] {
    border: 0;
    margin: 0;
    color: #202020;
    width: 120px;
    height: 58px;
    padding: 14px 0;
    font-size: 14px;
    line-height: 30px;
    background-color: #c00c00 ;
    position: absolute;
    border-radius: 0px;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

footer .inner-suscribe input ,
#sidr .inner-suscribe input ,
#secondary .inner-suscribe input {
    line-height: 24px;
}
footer .inner-suscribe input:not([type="submit"]) ,
#sidr .inner-suscribe input:not([type="submit"]) ,
#secondary .inner-suscribe input:not([type="submit"]) {
    padding-left: 15px;
}

footer .inner-suscribe input[type=submit] ,
#sidr .inner-suscribe input[type=submit] ,
#secondary .inner-suscribe input[type=submit] {
    height: 44px;
    line-height: 15px;
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 15px;
    width: auto;
    min-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
}

/*--------------------------------------------------------------
# mailchimp
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
/*single page default-----*/
div.comments-area {
    margin-bottom: 20px;
    padding: 20px;
}
body.single-content-mode-compact div.comments-area {
    padding: 20px;
}
body.single-content-mode-boxed div.comments-area {
    padding-right: 3.75em;
    padding-left: 3.75em;
}
.single .entry-content > ol li,
.single .entry-content > ul li{
    padding: 5px 0;
}
.single h3.awpa-title {
    margin: 0;
}
.single p:empty:before {
    display: none;
}
.header-title-wrapper{margin:0;padding-bottom: 0;}
h1.page-title{margin-top: 0;margin-bottom: 20px;}
.entry-header .entry-title {
    margin: 10px 0;
    margin-top: 0;
}
body.single-post .entry-title {
    margin:10px 0;
}
body.single-post .aft-image-caption {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0,0.5);
    padding: 5px 10px;
}
body.single-post .aft-image-caption p{
    margin-bottom: 0;
}
body.single-post .entry-header span.min-read-post-format .af-post-format i{
    color: #fff;
}

body.single .entry-header .aft-post-excerpt-and-meta .post-excerpt{
    margin: 15px 0;
    border-left: 3px solid #c00c00;
    padding-left: 15px;
}

body.single .entry-header .aft-post-excerpt-and-meta .entry-meta .aft-comment-view-share{
    padding: 0;
}

body.single #content > header.entry-header .read-details {
    padding: 60px;
    margin-bottom: 20px;
}
body.single-content-mode-compact.default-content-layout article  header.entry-header .read-details{
    margin-bottom: 20px;
}
body.single-content-mode-compact.default-content-layout.aft-single-featured-title-over-image article header.entry-header .read-details {
    margin-bottom: 0px;
}
body.aft-dark-mode .entry-header-details{
    background-color: transparent;
}

.grid-design-texts-over-image  .read-details .entry-meta span.author-links > span a:hover,
.grid-design-texts-over-image  .read-details .entry-meta span.aft-comment-view-share a:hover{
    border-color: #fff;
}

/* social share option design */

.social-before-title .entry-header-details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.social-before-title .entry-header-details .aft-social-share {
    order: 1;
    display: flex;
    flex-wrap: wrap;
}
.social-before-title .entry-header-details .figure-categories {
    order: 2;
}
.social-before-title .entry-header-details .entry-title {
    order: 3;
}
.social-before-title .entry-header-details .aft-post-excerpt-and-meta {
    order: 4;
}

.social-after-title .entry-header-details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.social-after-title .entry-header-details .figure-categories {
    order: 1;
}
.social-after-title .entry-header-details .entry-title {
    order: 2;
}
.social-after-title .entry-header-details .aft-post-excerpt-and-meta {
    order: 3;
}
.social-after-title .entry-header-details .aft-social-share {
    order: 4;
    display: flex;
    flex-wrap: wrap;
}
.aft-social-share .aft-jpshare,
.social-after-content .aft-social-share a ,
.entry-header-details .aft-social-share a {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
}
.aft-social-share .aft-jpshare,
.aft-social-share a {
    background-color: #404040;
    color: #fff;
    margin: 0 5px;
}
.aft-social-share a:hover {
    opacity: .75;
}

.aft-social-share .aft-jpshare,
.aft-social-share a:first-child {
    margin-left: 0;
}

/* social share option design */
.archive-description p {
    margin-bottom: 0;
}
body.single-post .figure-categories .cat-links {
    margin-top: 0px;
}
.aft-image-caption p {
    margin: 0;
    font-style: italic;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}

.aft-dark-mode .comment-content > p a,
.aft-dark-mode .comment-body .reply a,
.aft-dark-mode p.logged-in-as a{
    color: #fff;
}

.comment-body .reply a {
    border: 1px solid;
    padding: 4px 10px 5px;
    background-image: none;
}
.aft-dark-mode .comment-body .reply a:hover ,
.aft-light-mode .comment-body .reply a:hover {
    border-color: #c00c00;
}

.aft-light-mode a.post-edit-link,
.aft-light-mode .entry-content h1:not(.awpa-display-name) a,
.aft-light-mode .entry-content h2:not(.awpa-display-name) a,
.aft-light-mode .entry-content h3:not(.awpa-display-name) a,
.aft-light-mode .entry-content h4:not(.awpa-display-name) a,
.aft-light-mode .entry-content h5:not(.awpa-display-name) a,
.aft-light-mode .entry-content h6:not(.awpa-display-name) a{
    color: #4a4a4a;
}
.aft-dark-mode a.post-edit-link,
.aft-dark-mode .entry-content h1:not(.awpa-display-name) a,
.aft-dark-mode .entry-content h2:not(.awpa-display-name) a,
.aft-dark-mode .entry-content h3:not(.awpa-display-name) a,
.aft-dark-mode .entry-content h4:not(.awpa-display-name) a,
.aft-dark-mode .entry-content h5:not(.awpa-display-name) a,
.aft-dark-mode .entry-content h6:not(.awpa-display-name) a{
    color: #fff;
}

body.single .entry-content-wrap .read-img,
.aft-single-featured-title-below-image .post-thumbnail img.wp-post-image,
.aft-single-featured-boxed .post-thumbnail img.wp-post-image{
    width: 100%;
}
/*single page default-----*/


/* ====== single page full ====== */

.aft-main-breadcrumb-wrapper.container-wrapper {
    padding: 0;
}

.af-wide-layout .aft-main-breadcrumb-wrapper.container-wrapper {
    padding-right: 20px;
    padding-left: 20px;
}

.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header {
    box-shadow: none;
}
.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header .aft-social-share {
    margin-bottom: 0;
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header,
.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap .container-wrapper .entry-header,
.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header .read-details {
    padding: 20px 0;
}
.aft-single-featured-full .post-thumbnail img.wp-post-image{
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}
/* ====== single page full ====== */

/* ====== single page full below image ====== */

.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.aft-single-featured-full-title-below-image .post-thumbnail img.wp-post-image{
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

/* ====== single page full below image ====== */


/* ====== single page full over image ====== */
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel,
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap {
    position: relative;
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.4);
    background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0), rgba(0,0,0,.75) );
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
    width: 100%;
    height: max-content;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    height: calc(25% - 20px);
}

.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs,
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs a {
    color: #fff;
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header {
    height: 100%;
    width: 100%;
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs + .entry-header {
    height: 75%;
}
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header .read-details {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a,
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span,

.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details h1,
.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details{
    color: #fff;
}
.aft-single-featured-full-title-over-image .post-thumbnail img.wp-post-image{
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}
/* ====== single page full over image ====== */


/* ====== single page boxed title below image ====== */

.aft-single-featured-title-below-image .entry-content-wrap .entry-content-title-featured-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.aft-single-featured-title-below-image .entry-content-wrap .entry-content-title-featured-wrap .entry-header {
    order: 3;
}

body.single.aft-single-featured-title-below-image .entry-content-wrap .read-img .post-thumbnail {
    margin-bottom: 20px;
}
/* ====== single page boxed title below image ====== */


/* ====== single page boxed title over image ====== */

.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel,
.aft-single-featured-title-over-image .entry-content-title-featured-wrap {
    position: relative;
    overflow: hidden;
}
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50% , 0%);
    z-index: 9;
    width: 100%;
    padding: 20px;
}

.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a,
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span,
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details h1,
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details{
    color: #fff;
}

.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-title-over-image header.entry-header{
    background: transparent;
}

.aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header .read-details {
    background: transparent;
    margin-bottom: 0;
}
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.4);
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,.75) );
}

.aft-single-featured-title-over-image .post-thumbnail img.wp-post-image{
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}
.aft-single-featured-full-title-over-image .site > .entry-content-title-featured-wrap {
    min-height: 440px;
    background: #000;
}
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel img,
.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel{
    min-height: 400px;
}
/* ====== single page boxed title over image ====== */


/*single1 page-----*/
.read-single-notbanner .read-img.read-img .read-bg-img {
    height: 400px;
}
body.single span.tags-links{
    display: block;
    margin: 5px 0;
    font-weight: 700;
}
body.single span.tags-links a{
    padding: 2px 5px;
    border: 1px solid ;
    color: rgba(57, 62, 70, 0.80);
    font-size: 13px;
    font-weight: normal;
    transition: all 0.075s ease-out;
    display: inline-block;
    margin: 2px 0;
    background-image: none;
}
body.single span.tags-links a:hover{
    border-color: #c00c00 ;
}
/*single1 page-----*/
/*single2 page-----*/
.read-single-overbanner {
    position: relative;
}

.read-single-overbanner .read-img.read-bg-img {
    height: 500px;
}

.read-single-overbanner .read-img.read-bg-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.25;
}

.read-single-overbanner .read-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.75);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.posts-slider.banner-slider-2 .read-small-piece,
.read-single-overbanner .read-small-piece {
    color: #fff;
    position: relative;
    padding-top: 15px;
    opacity: 0.8;
}

.posts-slider.banner-slider-2 .read-small-piece p {
    margin: 15px 0;
}

.posts-slider.banner-slider-2 .read-small-piece:before,
.read-single-overbanner .read-small-piece:before {
    content: '';
    height: 1px;
    width: 250px;
    background: #fff;
    position: absolute;
    opacity: 0.7;
}
.read-single-overbanner .read-title h4 {
    font-size: 36px;
}
.read-single-overbanner .read-details .entry-meta span.byline span,
.read-single-overbanner .read-details .entry-meta span,
.read-single-overbanner .cat-color-1,
.read-single-overbanner .read-title h4 a {
    color: #fff;
}

span.item-metadata.posts-author.byline {
    font-weight: 700;
}
/*single2 page-----*/

/*contact page-----*/
form.wpcf7-form label {
    width: 100%;
}
form.wpcf7-form label textarea{
    width: 100%;
    padding: 15px;
}
form.wpcf7-form label input{
    width: 100%;
    padding: 0 15px;
}
/*contact page-----*/

/*share option on single*/
body.single .entry-content-wrap{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 60px;
}

/* single page section layout background */
body.single.aft-section-layout-background .entry-content-wrap {
    background-color: #fff;
}

body.single.single-content-mode-compact .entry-content-wrap {
    padding: 0 20px;
}
body.single.single-content-mode-boxed .entry-content-wrap {
    padding: 0px;
}

body.single.single-content-mode-compact.default-content-layout.aft-section-layout-background .entry-content-wrap {
    padding-top: 20px;
}

body.single #content header.entry-header + .section-block-upper .entry-content-wrap {
    padding-top: 0;
}
body.single #content header.entry-header + .section-block-upper .entry-content-wrap > .color-pad:first-child {
    padding-top: 40px;
}
body.single .entry-content-wrap .entry-content.read-details {
    margin-bottom: 0;
    margin-top: 0;
}
body.single .entry-content-wrap .entry-meta {
    margin-top: 10px;
    margin-bottom: 10px;
}
body.single.aft-single-featured-boxed .entry-content-wrap .entry-meta {
    margin-top: 0;
    margin-bottom: 0;
}
body.single .entry-content-wrap .read-img{
    margin: 0px 0px 20px;
    margin: 0;
}

body.single .entry-content-wrap .post-excerpt,
body.single-post.aft-single-full-header .post-excerpt{
    font-weight: normal;
    border-left: 1px solid #4a4a4a;
    padding-left: 2em;
    position: relative;
    margin-bottom: 15px;
}
body.single .entry-content-wrap .post-excerpt::before,
body.single-post.aft-single-full-header .post-excerpt::before{
    content: '';
    position: absolute;
    left: 2px;
    width: 2px;
    height: 100%;
    background: #4a4a4a;
}
body.aft-dark-mode.single .entry-content-wrap .post-excerpt,
body.aft-dark-mode.single-post.aft-single-full-header .post-excerpt{
    border-left-color: #fff;
}
body.aft-dark-mode.single .entry-content-wrap .post-excerpt::before,
body.aft-dark-mode.single-post.aft-single-full-header .post-excerpt::before{
    background: #fff;
}
/*after title*/
body.single .entry-content-wrap.social-after-title .entry-header{order: 1;}
body.single .entry-content-wrap.social-after-title .read-img{order: 3;}
body.single .entry-content-wrap.social-after-title .color-pad{order: 4;}
body.single .entry-content-wrap.social-after-title .aft-social-share{
    order: 2;
}
body.single .aft-social-share .sd-sharing {
    margin-bottom: 0;
}
.social-before-title .entry-header-details .aft-social-share{
    margin-bottom: 20px;
}
.social-after-title .entry-header-details .aft-social-share {
    margin-top: 2px;
}
body.single .aft-social-share .share-customize-link {margin-bottom: 0;}
body.single .entry-content-wrap.social-after-title .aft-comment-view-share{margin-right: 10px;}
body.single .entry-content-wrap.social-after-title .entry-meta{margin-bottom: 0;}

@media screen and (min-width: 600px){
    body.single .entry-content-wrap.social-after-title .sd-content ul li {margin: 5px 5px 5px 0;}
}
/*after title*/
/*vertical left*/
body.single .entry-content-wrap.social-vertical-share .aft-social-share .sd-content ul li{
    display: block;
    float: none;
}

body.single .entry-content-wrap.social-vertical-share{
    position: relative;
    display: block;
}
body.single .entry-content-wrap.social-vertical-share .aft-social-share {
    float: left;
    min-width: 50px;
    position: sticky;
    top: 50px;
    transform: translateX(-50%);
}
body.single .entry-content-wrap.social-vertical-share .vertical-left-right {
    position: absolute;
    height: 100%;
    transform: translateX(-70%);
}
body.single.align-content-right .entry-content-wrap.social-vertical-share .vertical-left-right {
    right: 0;
    transform: translateX(70%);
}
body.single.align-content-right .entry-content-wrap.social-vertical-share .aft-social-share {
    transform: translateX(50%);
    text-align: right;
}

/*share option on single*/
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##gutenberg support
--------------------------------------------------------------*/

img.alignright {
    clear: right;
}
img.alignleft {
    clear: left;
}
div.wp-block h1 a,
div.wp-block h2 a,
div.wp-block h3 a,
div.wp-block h4 a,
div.wp-block h5 a,
div.wp-block h6 a,
div.wp-block pre a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
}
div.wp-block b,
div.wp-block strong {
    font-weight: bold;
}
div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
    background-color: transparent;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}

.entry-content .aligncenter{text-align: center;}

.entry-content ul.wp-block-latest-posts ,
.entry-content ol:not([class*="wp-"]) ,
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    /* list-style-position: inside; */
}
.entry-content .alignwide ul.wp-block-latest-posts ,
.entry-content .alignwide ol:not([class*="wp-"]) ,
.entry-content .alignwide ul:not([class*="wp-"]):not(.awpa-contact-info),
.entry-content .alignfull ul.wp-block-latest-posts ,
.entry-content .alignfull ol:not([class*="wp-"]) ,
.entry-content .alignfull ul:not([class*="wp-"]):not(.awpa-contact-info){
    margin-left: 0;
}
.entry-content ul.wp-block-latest-posts.alignwide ,
.entry-content ol:not([class*="wp-"]).alignwide ,
.entry-content ul:not([class*="wp-"]).alignwide {
    padding-left: 30px;
}
.entry-content ul.wp-block-latest-posts.alignfull ,
.entry-content ol:not([class*="wp-"]).alignfull ,
.entry-content ul:not([class*="wp-"]).alignfull {
    margin-left: calc(50% - 50vw - 10px);
    padding-left: 40px;
}
.entry-content ol:not([class*="wp-"]) {
    list-style-type: decimal;
}
.entry-content ul.wp-block-latest-posts ,
.entry-content ul:not([class*="wp-"]) {
    list-style-type: disc;
}
.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]) li{
    padding-bottom: 5px;
    padding-top: 5px;
}

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul{
    margin-bottom: 0;
}
.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child{
    padding-bottom: 0;
}

p.has-drop-cap:not(:focus):first-letter {
    font-weight: normal;
}
.fb_iframe_widget {
    width: 100%;
}
.fb_iframe_widget span,
.fb_iframe_widget_fluid span {
    max-width: 100%;
}


.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
}
.wp-block-image figcaption{
    text-align: center;
}
/** === Button === */
.wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){
    margin-top:1em;
    margin-bottom:1em;
}
/** === Button === */
/** === File === */
.wp-block-file {
    margin: 0 0 20px;
}
.wp-block-file > a:not([class]),
.wp-block-file .wp-block-file__textlink {
    display: inline-block;
    margin: 0 20px 0 0;
}
[dir=rtl] .wp-block-file > a:not([class]),
[dir=rtl] .wp-block-file .wp-block-file__textlink {
    margin-left: 20px;
    margin-right: 0;
}
.wp-block-file .wp-block-file__button-richtext-wrapper {
    display: inline-block;
    margin: 0;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
}
/** === File === */
/** === Block Audio === */
.wp-block-audio {
    margin-bottom: 20px;
}
.wp-block-audio figcaption {
    margin: 0;
    padding: 10px 0;
}
/** === Block Audio === */
/** === Block Video === */
.wp-block-video {
    margin: 0 0 20px;
    text-align: center;
}
.wp-block-video video {
    display: inline-block;
}
.wp-block-video figcaption {
    margin: 0;
    padding: 6px 0 15px;
    text-align: center;
}
/** === Block Video === */
/** === Block code === */
.wp-block-code {
    background-color: #f6f6f6;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
    margin: 0 0 20px;
    border: none;
}
.wp-block-code code,
.wp-block-code .editor-plain-text {
    background-color: #202020;
    padding: 10px;
    color: inherit;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    display: block;
}
/** === Block code === */
/** === Block preformated=== */
.wp-block-preformatted {
    margin: 0 0 20px;
}
.wp-block-preformatted pre {
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}
.wp-block-preformatted a{
    text-decoration: underline;
}
/** === Block preformated=== */
/** === Block pullquote=== */
.wp-block-pullquote {
    margin: 30px 0;
    padding: 30px 0;
}
.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
}
.wp-block-pullquote.alignleft {
    margin-right: 2em;
}
.wp-block-pullquote.alignright {
    margin-left: 2em;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    border-top-width: 4px;
    border-top-style: solid;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.wp-block-pullquote.is-style-solid-color {
    padding-left: 50px;
    padding-right: 50px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    padding: 16px;
    border-width: 0;
    border-style: solid;
    text-align: center;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
    content: none;
}

.wp-block-pullquote blockquote p:last-of-type,
.wp-block-pullquote.alignleft blockquote p:last-of-type,
.wp-block-pullquote.alignright blockquote p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
.wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
    margin: 0;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 15px;
}
/** === Block pullquote=== */
/** === Block table=== */
.wp-block-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: block;
    white-space: nowrap; /* Verhindert Zeilenumbrüche in Zellen */
}

/* Stellt sicher, dass die Tabelle innerhalb eines Containers bleibt */
.wp-block-table-container {
    width: 100%;
    overflow-x: auto; /* Scrollbar nur bei Bedarf */
}

/* Tabellenzellen verbessern */
.wp-block-table th,
.wp-block-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    word-wrap: break-word;
}

/* Media Query für kleinere Bildschirme */
@media (max-width: 768px) {
    .wp-block-table {
        display: block;
        overflow-x: auto;
        white-space: normal; /* Verhindert das Zusammenquetschen der Zellen */
    }

    .wp-block-table th,
    .wp-block-table td {
        font-size: 14px; /* Kleinere Schriftgröße für bessere Lesbarkeit */
        padding: 8px;
    }
}

/* Media Query für sehr kleine Bildschirme */
@media (max-width: 480px) {
    .wp-block-table th,
    .wp-block-table td {
        font-size: 12px;
        padding: 6px;
    }
}
.wp-block-table caption {
    text-align: center;
    padding: 20px;
}
.wp-block-table:not([class]):not([id]) {
    border-spacing: 0;
    border-collapse: collapse;
}
.wp-block-table:not([class]):not([id]) th,
.wp-block-table:not([class]):not([id]) td {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
}
.wp-block-table td,
.wp-block-table th {
    padding: 10px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}
.wp-block-table td:last-child,
.wp-block-table th:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}
.wp-block-table tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.wp-block-table.is-style-stripes {
    border-width: 0;
    border-style: solid;
}
.wp-block-table caption {
    text-align: center;
    padding: 20px;
}
.wp-block-table td,
.wp-block-table th {
    word-break: normal;
}
.wp-block-table .wp-block-table__cell-content {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 0;
}
/** === Block table=== */
/** === Block verse=== */
pre.wp-block-verse {
    white-space: inherit;
    margin: 0 0 20px;
    padding: 40px 0;
    padding-left: 30px;
    position: relative;
    background-color: #e2e2e2;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    border: none;
}
/** === Block verse=== */
/** === Block spacer=== */
.wp-block-spacer {
    clear: both;
}
/** === Block spacer=== */
/** === Block widget archive and category=== */
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories__list {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

div.wp-block ul.wp-block-archives ul,
div.wp-block ul.wp-block-categories ul,
div.wp-block ul.wp-block-categories__list ul {
    margin-bottom: 0;
    padding: 10px 0 0;
}
div.wp-block-archives.wp-block-archives-dropdown,
div.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 20px;
}
div.wp-block-archives.wp-block-archives-dropdown label,
div.wp-block-categories.wp-block-categories-dropdown label {
    display: none;
}
/** === Block widget archive and category=== */
/** === Block latest comments=== */
.wp-block-latest-comments {
    list-style: none;
    margin-bottom: 20px;
}
.wp-block-latest-comments__comment {
    line-height: 1.6;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
    min-height: auto;
    /* margin: 20px 0 0;
    padding: 0; */
    overflow: hidden;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    /* margin: 0; */
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    min-height: 48px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    width: 48px;
    height: 48px;
    margin: 0 17px 0 0;
    float: left;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    margin: 0 0 0 17px;
    float: right;
}
.wp-block-latest-comments article {
    display: block;
    padding: 0 0 0 3px;
    overflow: hidden;
}
[dir=rtl] .wp-block-latest-comments article {
    margin: 0 3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    margin: 3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin: 5px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    padding: 0 0 20px;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
    margin: 0;
    padding: 0;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
    margin: 0 auto 10px;
    float: none;
}
.wp-block-latest-comments.aligncenter article {
    padding: 0 3px;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
    text-align: center;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
}
/** === Block latest comments=== */
/** === Block columns=== */
.wp-block-columns .wp-block-column {
    margin-bottom: 20px;
}
.wp-block-columns .wp-block-column > p,
.wp-block-columns .wp-block-column .wp-block-paragraph {
    margin-bottom: 0;
}
.wp-block-columns .wp-block-column > p:not(.has-background),
.wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
    padding-bottom: 0;
}
/** === Block columns=== */
/** === Block youtube and vimeo video=== */

/*no-align*/
.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper  iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe{
    margin-left: auto !important;
    margin-right: auto !important;
}
/*no-align*/

.wp-block-embed-youtube figcaption {
    text-align: center;
}
/*alignfull*/
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%;
}
.wp-block-embed-vimeo.alignfull iframe ,
.wp-block-embed-youtube.alignfull iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*alignfull*/
/*alignwide*/
.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%;
}
.wp-block-embed-vimeo.alignwide iframe ,
.wp-block-embed-youtube.alignwide iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*alignwide*/
/** === Block youtube and vimeo video=== */

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

    .wp-block-quote.is-large, .wp-block-quote.is-style-large{
        margin-top: 2.66667em;
        margin-bottom: 2em;
    }

}
@media only screen and ( max-width: 480px ) {
    .wp-block-media-text{
        display: block;
    }
    .wp-block-media-text .wp-block-media-text__media{
        margin: 10px auto;
    }
    .wp-block-media-text .wp-block-media-text__content{
        padding: 0;
    }
}
.aligncener,
.alignfull,
.alignwide{
    margin-top: 30px;
    margin-bottom: 30px;
}
.alignfull .alignfull,
.alignwide .alignwide{
    padding-top: 10px;
    padding-bottom: 10px;
}

body.full-width-content.af-boxed-layout:not(.single-content-mode-boxed) .alignfull,
body.full-width-content.af-boxed-layout .alignfull{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

body.full-width-content .alignwide{
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 10px);
    max-width: 100vw;
    width: 100vw;
}

body.full-width-content .alignfull{
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 10px);
    max-width: 100vw;
    width: 100vw;
}
body.full-width-content.single-content-mode-boxed .alignfull{
    margin-left: calc(50% - 542.5px);
        margin-right: calc(50% - 542.5px);
        max-width: 1085px;
        width: 1085px;
}
body.full-width-content .alignwide {
    max-width : 100vw;
}
body.full-width-content:not(.single-content-mode-boxed) .alignfull{
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 10px);
    max-width: 100vw;
    width: 100vw;
}
body.full-width-content:not(.single-content-mode-boxed) figure.wp-block-embed.is-type-wp-embed.alignfull,
body.full-width-content:not(.single-content-mode-boxed) figure.wp-block-table.alignfull,
body.full-width-content:not(.single-content-mode-boxed) div.wp-block-text-columns.alignfull,
body.full-width-content:not(.single-content-mode-boxed) div.wp-block-columns.alignfull,
body.full-width-content:not(.single-content-mode-boxed) div.wp-block-categories-dropdown.alignfull,
body.full-width-content:not(.single-content-mode-boxed) div.wp-block-file.alignfull{
    padding: 0 20px;
}
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background figure.wp-block-embed.is-type-wp-embed.alignfull,
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background figure.wp-block-table.alignfull,
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-text-columns.alignfull,
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-columns.alignfull,
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-categories-dropdown.alignfull,
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-file.alignfull{
    padding: 0;
}
body:not(.full-width-content):not(.single-content-mode-boxed) article .alignwide{
    margin-left: auto;
    margin-right: auto;
}
body:not(.full-width-content):not(.single-content-mode-boxed).aft-section-layout-background article .alignwide{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
body:not(.full-width-content):not(.single-content-mode-boxed).aft-section-layout-background article .alignfull{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background .alignfull {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-none .alignwide {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
body.single-content-mode-boxed header.entry-header{
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
body.single-content-mode-boxed.aft-single-featured-full header.entry-header {
    padding: 0;
}
.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-full header.entry-header,
.aft-dark-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-full header.entry-header{
    background: transparent;
}
/* word break for link */
.wp-block-embed__wrapper {
    word-break: break-word;
}
/* word break for link */


@media (min-width: 821px){

    body.single-content-mode-boxed:not(.full-width-content) .af-single-article .alignwide {
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: unset;
        width: unset;
    }
    body.single-content-mode-boxed.full-width-content.aft-single-featured-boxed header.entry-header,
    body.single-content-mode-boxed.full-width-content.aft-single-featured-title-below-image header.entry-header,
    body.single-content-mode-boxed.full-width-content.aft-single-featured-title-over-image header.entry-header,
    body.single-content-mode-boxed.full-width-content .comments-area .comments-title,
    body.single-content-mode-boxed.full-width-content .comments-area .comment-list,
    body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area .comment-respond,
    body.single-content-mode-boxed.full-width-content article.af-single-article .entry-content{
        max-width: 670px;
    }
    /* body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .comments-area .comment-respond, */
    body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content{
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
    
    body.single-content-mode-boxed article.af-single-article .comments-area .comment-list,
    body.single-content-mode-boxed article.af-single-article .comments-area .comment-respond{
        margin: 0 auto;
    }
    body.single-content-mode-boxed article.af-single-article .comments-area .comments-title {
        margin: 0 auto 20px;
    }
    body.single-content-mode-boxed.full-width-content header.entry-header,
    body.single-content-mode-boxed.full-width-content .comments-area .comments-title,
    body.single-content-mode-boxed.full-width-content .comments-area .comment-list,
    body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area .comment-respond,
    body.single-content-mode-boxed article.af-single-article .entry-content{
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-none .alignwide {
        /* margin-left: -2rem;
        margin-right: -2rem;
        width: calc(100% + 4rem); */
    }
    body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignfull{
        margin-right: -3.75rem;
        margin-left: -3.75rem;
        width: unset;
        max-width: unset;
    }
    body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignwide{
        margin-right: -1.875rem;
        margin-left: -1.875rem;
    }
    body.single-content-mode-boxed.full-width-content article header.entry-header .read-details {
        max-width: 670px;
        margin: auto;
        /* padding-right: 20px;
        padding-left: 20px; */
    }
    body.single-content-mode-boxed.aft-single-featured-full header.entry-header {
        padding: 0;
    }
    body.single-content-mode-boxed header.entry-header .aft-social-share,
    body.single.single-content-mode-boxed article header.entry-header .read-details {
        margin-bottom: 0;
    }

    body.full-width-content.single-content-mode-boxed .af-single-article .alignwide{
        margin-left: -3.75rem;
        margin-right: -3.75rem;
        max-width: unset;
        width: unset;
    }
    body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background .alignwide {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
    body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background .alignfull {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 820px){
    .entry-content ul.wp-block-latest-posts ,
    .entry-content ol:not([class*="wp-"]) ,
    .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
        /* margin-left: 0; */
    }
    body.single-content-mode-boxed article.af-single-article .comments-area .comments-title,
    body.single-content-mode-boxed article.af-single-article .comments-area .comment-list,
    body.single-content-mode-boxed article.af-single-article .comments-area .comment-respond,
    body.single-content-mode-boxed article.af-single-article .entry-content{
        margin: 0;
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
    body.single-content-mode-boxed article.af-single-article .comments-area .comments-title {
        margin-bottom: 20px;
    }
    body.single-content-mode-boxed article.af-single-article .comments-area {
        padding-left: 0;
        padding-right: 0;
    }
    
    body.single-content-mode-boxed .af-single-article .alignwide{
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    body.single-content-mode-boxed .af-single-article .alignfull{
        margin-left: -3.75rem;
        margin-right: -3.75rem;
        width: unset;
    }
}

@media (max-width: 544px){
    body.single-content-mode-boxed header.entry-header {
        padding: 20px;
    }
    body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area, 
    body.single-content-mode-boxed.full-width-content header.entry-header,
    body.single-content-mode-boxed article.af-single-article .entry-content{
        /* padding: 1.5em 1em; */
        padding: 20px;
    }
    body.single-content-mode-boxed.full-width-content.aft-single-featured-full header.entry-header {
        padding: 0;
    }
    body.single-content-mode-boxed article.af-single-article .comments-area .comments-title, 
    body.single-content-mode-boxed article.af-single-article .comments-area .comment-list,
    body.single-content-mode-boxed article.af-single-article .comments-area .comment-respond {
        padding: 0;
    }
    body.single-content-mode-boxed.aft-section-layout-background article.af-single-article .comments-area .comments-title, 
    body.single-content-mode-boxed.aft-section-layout-background article.af-single-article .comments-area .comment-list,
    body.single-content-mode-boxed.aft-section-layout-background article.af-single-article .comments-area .comment-respond {
        padding-left: 10px;
        padding-right: 10px;
    }
    body.single-content-mode-boxed .af-single-article .alignwide{
        margin-left: -10px;
        margin-right: -10px;
        max-width: unset;
        width: unset;
    }
    body.single-content-mode-boxed .af-single-article .alignfull{
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: unset;
        width: unset;
    }
}
/*--------------------------------------------------------------
##gutenberg support
--------------------------------------------------------------*/

/*footer==================*/
.above-footer-wrapper > .widget:last-child{margin-bottom: 20px;}
/*footer==================*/


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# secondary widgets
--------------------------------------------------------------*/
.aft-sidebar-wrapper{
    display: flex;
    flex-direction: column;
}
.aft-sidebar-wrapper .aft-position-1{order: 1;}
.aft-sidebar-wrapper .aft-position-2{order: 2;}
.aft-sidebar-wrapper .aft-position-3{order: 3;}
.aft-sidebar-wrapper .aft-position-4{order: 4;}
/*--------------------------------------------------------------
# secondary widgets
--------------------------------------------------------------*/

.header-title-wrapper{border-bottom: none;}

/*--------------------------------------------------------------
# wordpress defaults
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .broadnews-pagination,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #4a4a4a;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*--------------------------------------------------------------
 # WordPress Core
-------------------------------------------------------------- */
.wp-block-group__inner-container > ul > li,
.wp-block-group__inner-container > ol > li,
.widget:not(.broadnews_social_contacts_widget) ul.menu >li,
.widget ul ul li,
.widget > ul > li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content .wp-block-group__inner-container > ul > li,
.entry-content .wp-block-group__inner-container > ol > li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget > ul > li .comment-author-link,
.widget:not(.broadnews_social_contacts_widget) ul.menu >li a,
.widget > ul > li a{
    font-weight: 400;
    color: #fff;
    transition: all 0.075s linear;
}

.widget ul ul.cat-links li{
    border-bottom: none;
}
.widget .cat-links {
    padding: 0;
    margin: 0;
}
.widget .cat-links li {
    margin-bottom: 5px;
    padding-bottom: 0;
}
.widget .cat-links li:last-child {
    margin-bottom: 5px;
}
.widget ul.menu ul,
.widget ul ul {
    padding-top: 7px;
    margin-left: 10px;
    padding-left: 10px;
}
.wp-block-group__inner-container > ul > li:last-child, 
.wp-block-group__inner-container > ol > li:last-child,
.widget ul.menu > li:last-child,
.widget ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget_categories ul li.cat-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.widget_categories ul li.cat-item ul{
    width: 100%;
}
.aft-dark-mode .home-featured-widgets {
    background: rgba(255,255,255,0.15);
}

/*--------------------------------------------------------------
# social widget for sidebar and offcanvas
--------------------------------------------------------------*/
.widget .af-social-contacts .social-widget-menu ul {
    margin: 0 -7.5px;
}
body .widget .af-social-contacts .social-widget-menu ul li a{
    display: flex;
    height: auto;
    width: 100%;
}
.af-social-contacts .social-widget-menu ul{ font-size: 0;}

.widget .af-social-contacts .social-widget-menu ul li{
    width: calc(25% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 7.5px;
    margin-left: 7.5px;
}

#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4){
    margin-bottom: 0;
}
.site-footer .af-social-contacts .social-widget-menu ul li,
#sidr .af-social-contacts .social-widget-menu ul li,
#secondary .af-social-contacts .social-widget-menu ul li{
    width: calc(50% - 15px);
}
.site-footer .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
#sidr .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
#secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
.site-footer .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
#sidr .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
#secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2){
    margin-bottom: 0;
}

.af-social-contacts .social-widget-menu ul li a{
    color: #fff;
    font-weight: normal;
}
.af-social-contacts .social-widget-menu ul li a:before {
    display: block;
    width: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 5px;
    background-color: rgb(0 0 0 / 20%);
}
.af-social-contacts .social-widget-menu .screen-reader-text{
    clip: inherit;
    clip-path: inherit;
    height: auto;
    width: auto;
    margin: 0;
    position: relative !important;
    overflow: visible;
    color: #fff;
    top: inherit;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
}
/*--------------------------------------------------------------
# social widget for sidebar and offcanvas
--------------------------------------------------------------*/

/*----------===tag cloud===---------*/
.tagcloud {
    line-height: 1;
}
.tagcloud a:hover {
    color: #bb1919;
    opacity: 1;
}
.wp-block-tag-cloud a, .tagcloud a {
    display: inline-block;
    padding: 7.5px 10px;
    border: 1px solid;
    line-height: 1;
    font-size: 16px !important;
    margin-right: 5px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
    background-image: none !important;
    display: inline-block !important;
}
body.aft-light-mode .wp-block-tag-cloud a,
body.aft-light-mode .tagcloud a {
    color: #4a4a4a;
}
body.aft-light-mode .site-footer .wp-block-tag-cloud a,
body.aft-light-mode .site-footer .tagcloud a {
    color: #fff;
}
body.aft-dark-mode .entry-content .wp-block-tag-cloud a,
body.aft-dark-mode .entry-content .tagcloud a {
    border-color: #fff;
}
body.aft-light-mode .entry-content .wp-block-tag-cloud a,
body.aft-light-mode .entry-content .tagcloud a {
    border-color: #4a4a4a;
}
body.aft-dark-mode .entry-content .wp-block-tag-cloud a:hover,
body.aft-dark-mode .entry-content .tagcloud a:hover,
body.aft-light-mode .entry-content .wp-block-tag-cloud a:hover,
body.aft-light-mode .entry-content .tagcloud a:hover {
    border-color: #c00c00;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    border-color: #c00c00;
}
/*----------===tag cloud===---------*/
/*----------===calendar===---------*/
#wp-calendar caption {
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
#wp-calendar thead {
    font-size: 16px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    border-color: rgba(200,200,200,.5);
    background: transparent;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tfoot td,
#wp-calendar tbody td {
    border: 1px solid rgba(200,200,200,.5);
    text-align: center;
    padding: 8px;
    font-size: 16px;
}
#wp-calendar tfoot #prev {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 15px;
}
#wp-calendar tfoot #next {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tbody td#today {
    background-color: #c00c00;
    color: #fff;
}

#wp-calendar tbody td#today a {
    color: #000;
}

#wp-calendar tbody td {
    position: relative;
    z-index: 1;
}

#wp-calendar tbody td a {
    text-decoration: none;
    color: #fff;
}

#wp-calendar tbody td a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c00c00;
    z-index: -1;
}

/*darkmode calendar*/
.aft-dark-mode #wp-calendar caption {
    color: #777;
}
.aft-dark-mode #wp-calendar tbody {
    color: #aaa;
}
.aft-dark-mode #wp-calendar tfoot td,
.aft-dark-mode #wp-calendar tbody td {
    background: #222;
    border-color: #000;
}
.aft-light-mode .wp-calendar-nav a,
.aft-dark-mode .wp-calendar-nav a {
    text-decoration: none;
    border-bottom: 1px solid #c00c00;
}
.aft-dark-mode .wp-calendar-nav a {
    color: #fff;
}
.widget_calendar nav.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}
/*darkmode calendar*/

/*----------===calendar===---------*/
/*breadcrumb---------*/
.af-breadcrumbs {
    padding: 15px 20px;
}
body.aft-single-full-header .af-breadcrumbs {
    padding-bottom: 15px;
}
ul.trail-items {
    font-size: 13px;
}
ul.trail-items li {
    display: inline-block;
    margin-right: 5px;
}
ul.trail-items li a{
    font-size: 13px;
    color: #fff;
}
ul.trail-items li a:hover{
    opacity: 1;
    color: #c00c00;
}
ul.trail-items li:after {
    content: ' / ';
    padding: 0 2px;
    font-size: 13px;
}
ul.trail-items li:last-child:after {
    display: none;
}
/*breadcrumb---------*/
/*navigation posts navigation====================*/
.nav-links a {
    color: #000;
    font-weight: 700;
    transition: all 0.075s ease;
    display: block;
}

.nav-links .next-post-thumb, 
.nav-links .prev-post-thumb {
    display: inline-block;
    width: 30%;
    border-radius: 50%;
}
.post-navigation{
    overflow: visible;
    padding: 10px 0 0;
}
.thump-wrap {
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;

}
.nav-links .next-post-thumb{
    float: right;
}
.next-post-info,
.prev-post-info,
.nav-links .prev-post-thumb {
    float: left;
}
.nav-links .nav-next:hover .thump-wrap:after,
.nav-links .nav-previous:hover .thump-wrap:after {
    visibility: visible;
}
.nav-links .prev-post-thumb .thump-wrap:after,
.nav-links .next-post-thumb .thump-wrap:after{
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    color: #fff;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    visibility: hidden;
}
.nav-links .next-post-thumb .thump-wrap:after{content: "\f101";}
.nav-links .prev-post-thumb .thump-wrap:after{content: "\f100";}

.prev-post-info, .next-post-info {
    width: 70%;
    margin-top: 20px;
    padding: 0 10px;
}
span.meta-nav {
    display: block;
    /* opacity: .75; */
    font-weight: normal;
}

.navigation.post-navigation:after,
.navigation.post-navigation:after{
    content: "";
    display: table;
}
.navigation.post-navigation:after{
    clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.post-navigation .em-post-navigation{
    display: block;
    opacity: 0.75;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-previous a,
.nav-next a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-navigation span.meta-nav {
    width: 100%;
    margin-bottom: 10px;
}
.post-navigation .nav-links h4 {
    margin: 0;
}
.nav-previous a{
    flex-direction: row-reverse;
}
.nav-previous img,
.nav-next img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.nav-previous h4 ,
.nav-next h4 {
    width: calc(100% - 100px);
    font-size: 16px;
}
.nav-previous span.post-image{
    margin: 0 20px 0 0;
}
.nav-next span.post-image {
    margin: 0 0 0 20px;
}
.nav-next img.wp-post-image,
.nav-previous img.wp-post-image{
    margin: 0;
}

.post-navigation span.post-image {
    height: 80px;
    width: 80px;
    background:rgba(0, 0, 0,0.25);
}
.aft-dark-mode .post-navigation span.post-image {
    background: rgba(255, 255, 255, 0.25);
}

/*navigation posts navigation====================*/
/*mail chimp====================*/
.widget_mc4wp_form_widget .mc4wp-form-fields label {
    font-size: 0;
    display: block;
    margin-bottom: 0;
}
.widget_mc4wp_form_widget input {
    background: #fafafa;
    width: 100%;
    line-height: 38px;
    padding: 10px 30px;
    color: #8a8a8a;
    font-size: 14px;
    min-height: 38px;
}
footer .widget_mc4wp_form_widget input,
#sidr .widget_mc4wp_form_widget input,
#secondary .widget_mc4wp_form_widget input {
    line-height: 24px;
}
footer .widget_mc4wp_form_widget input:not([type="submit"]),
#sidr .widget_mc4wp_form_widget input:not([type="submit"]),
#secondary .widget_mc4wp_form_widget input:not([type="submit"]) {
    padding-left: 15px;
}
.widget_mc4wp_form_widget p {
    margin-bottom: 0;
}
.widget_mc4wp_form_widget input[type=submit] {
    border: 0;
    margin: 0;
    color: #fff;
    padding: 14px 10px;
    background-color: #c00c00;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}
footer .widget_mc4wp_form_widget input,
#sidr .widget_mc4wp_form_widget input,
#secondary .widget_mc4wp_form_widget input {
    line-height: 24px;
}
footer .widget_mc4wp_form_widget input[type=submit],
#sidr .widget_mc4wp_form_widget input[type=submit],
#secondary .widget_mc4wp_form_widget input[type=submit] {
    padding: 0;
}
/*mail chimp====================*/
/*--------------------------------------------------------------
# wordpress defaults
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*comments section====*/

h2.comments-title {
    font-size: 20px;
    margin: 10px 0;
}
.comment {
    list-style: none;
    margin-left: 0;
    padding-bottom: 13px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 21px;
}
.comment .children {
    margin-left: 70px;
    padding-top: 16px;
    border-top: 1px dashed #ccc;
    margin-top: 13px;
}
.aft-dark-mode .comment,
.aft-dark-mode .comment .children {
    border-color: #888;
}
.comment .children .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.comment-author img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px;
}
.reply,
.comment div#respond,
.comment-content {
    margin-left: 70px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-metadata a {
    font-size: 12px;
}

/*comments section====*/
/*comments reply form section====*/
div#respond h3#reply-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
}
div#respond p{
    margin-bottom: 10px;
}
div#respond p.comment-form-comment {
    line-height: 1;
    margin-bottom: 0;
}
div#respond p.form-submit{
    margin-bottom: 0px;
}
div#respond label {
    font-weight: normal;
}
div#respond textarea {
    width: 100%;
    padding: 15px;
}

div#respond input {
    padding: 0 15px;
}

p.comment-form-url,
p.comment-form-email,
p.comment-form-author {
    display: inline-block;
    width: 100%;
}
p.comment-form-url label,
p.comment-form-email label,
p.comment-form-author label {
    display: block;
}
p.comment-form-comment textarea,
p.comment-form-url input,
p.comment-form-email input,
p.comment-form-author input {
    width: 100%;
    background-color: rgba(255,255,255,.5);
}
p.comment-form-cookies-consent input {
    height: auto;
    float: left;
    margin-top: 5px;
}
p.comment-form-cookies-consent label {
    padding-left: 8px;
    position: relative;
    top: -1px;
    float: left;
    width: 95%;
}
div#respond input[type="submit"]{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 12px;
}
#reply-title small a {
    display: inline-block;
    margin-left: 10px;
}
.comment-subscription-form input{
    height: 13px;
}
/*comments reply form section====*/
.widget_media_image img {
    width: 100%;
}
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: #c00c00 ;
    cursor: pointer;
    opacity: 1 !important;
}
#scroll-up.left {
    right: unset;
    left: 20px;
}
#scroll-up::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-radius: 6px;
}
#scroll-up::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    border-bottom: 10px solid #c00c00;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# custom background
--------------------------------------------------------------*/
body.custom-background.af-wide-layout{
    z-index: 0;
    position: relative;
}
/*--------------------------------------------------------------
# off canvas close button
--------------------------------------------------------------*/
#sidr {
    padding-top: 60px;
}
a.sidr-class-sidr-button-close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #c00c00;
}
a.sidr-class-sidr-button-close:focus:not(:hover) {
    outline: 1px dotted #fff;
}
a.sidr-class-sidr-button-close::before {
    content: "";
}
a.sidr-class-sidr-button-close::before, a.sidr-class-sidr-button-close::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: 5px;
    top: 6px;
    background-color: #fff;
    -webkit-transition: all .075s ease-in-out;
    -moz-transition: all .075s ease-in-out;
    -ms-transition: all .075s ease-in-out;
    -o-transition: all .075s ease-in-out;
    transition: all .075s ease-in-out;
}
a.sidr-class-sidr-button-close:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
a.sidr-class-sidr-button-close:after {
    top: 22px;
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 85%;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left;
}
.gallery:after {content:"";display:table;clear:both;}

img.aligncenter,
div.aligncenter,
figure.aligncenter,
img.wp-post-image {
    display:block;
    margin:1em auto;
}

.post-thumbnail img.wp-post-image {
    margin: 0;
}

img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure.gallery-item {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;width: 100%;}


.gallery figure {float:left; margin:0 2% 1em 0;margin-bottom: 10px;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
    img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
    .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/*--------------------------------------------------------------
# bootstarp overwrite
--------------------------------------------------------------*/
.nav>li>a{
    padding: 13px 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.pagination {
    margin: 0 0 20px 0;
}
/*--------------------------------------------------------------
# bootstar overwrite
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# css refinement
--------------------------------------------------------------*/
.blockspare-search-box a.blocksapre-search-icon {
    display: none;
}
.broadnews-widget.widget_text a {
    border-bottom: 1px solid #c00c00;
}
body.aft-light-mode .broadnews-widget.widget_text a {
    color: #4a4a4a;
}
body.aft-dark-mode .broadnews-widget.widget_text a {
    color: #fff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none;
}
.wp-block-search .wp-block-search__button {
    border: none;
    margin: 0;
    font-size: 13px;
    width: 25%;
}
.wp-block-search .wp-block-search__input {
    border: 1px solid rgba(0,0,0,.15);
    padding: 0 14px;
    font-size: 16px;
}
.wp-block-search__inside-wrapper {
    width: 100% !important;
}
.aft-dark-mode .wp-block-search .wp-block-search__input {
    border: none;
}
.af-main-banner-tabbed-posts.aft-posts-tabs-panel {
    overflow: hidden;
}
.af-main-banner-tabbed-posts.aft-posts-tabs-panel .slick-list {
    margin-bottom: -20px;
}
.tab-content>.tab-pane {
    height: 444px;
}
.af-double-column.list-style {
    width: 100%;
}
.aft-trending-posts.list-part.read-single .read-single {
    margin-bottom: 0;
}
.tab-content>.tab-pane {
    overflow: hidden;
}

/* slick css overwrite */
.af-widget-carousel .slick-item {
    display: block !important;
}
#primary ul.article-item.article-list-item.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
    width: calc(100% - 7.5px);
    margin-bottom: 0;
}
#primary .tab-content>.tab-pane {
    height: unset;
}
#primary .tab-content>.tab-pane span.slick-item {
    display: block !important;
}
/*--------------------------------------------------------------
# css refinement
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
    background-color: #222;
}
.aft-dark-mode footer.site-footer {
    /* background-color: rgba(255, 255, 255, 0.1); */
}
.aft-light-mode .site-footer h4.af-author-display-name {
    color: #fff;
}
footer.site-footer .primary-footer{
    padding-top: 12px;
}
.footer-navigation .menu li{
    display: inline-block;
    margin-right: 10px;
}
.secondary-footer {
    padding: 10px 0;
    position: relative;
}
.secondary-footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.75);

}
footer .secondary-footer a {
    color: #fff;
}
.site-footer.data-bg .secondary-footer::before {
    background-color: #fff;
    opacity: 0.25;
}
.secondary-footer > div{position: relative;}
.site-info {
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}
.site-info .af-container-row {
    margin: 0;
}
.site-info a {
    color: #fff;
}

.secondary-footer .af-flex-container{
    align-items: center;
}
.secondary-footer .af-flex-container .col-1 ul{
    text-align: center;
}

.primary-footer-area:first-child:nth-last-child(1) {
    width: 100%;
}
/* two items */
.primary-footer-area:first-child:nth-last-child(2),
.primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area {
    width: 50%;
}
/* three items */
.primary-footer-area:first-child:nth-last-child(3),
.primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area {
    width: 33.3333%;
}
body.aft-dark-mode .aft-readmore-wrapper a.aft-readmore{
    color: #fff;
}
.grid-design-texts-over-image .aft-readmore-wrapper a.aft-readmore {
    color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
/* one items */
.primary-footer-area:first-child:nth-last-child(1) .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img {
    height: 390px;
}
/* one items */
/* two items */
body .primary-footer-area:first-child:nth-last-child(2) .broadnews_posts_lists_widget .af-double-column.list-style.col-3,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .broadnews_posts_lists_widget .af-double-column.list-style.col-3{
    width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(2) .broadnews_featured_posts_widget .col-4.pad,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .broadnews_featured_posts_widget .col-4.pad{
    width: 50%;
}
body .primary-footer-area:first-child:nth-last-child(2) .broadnews_express_posts_list_widget .col-2.af-sec-post,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .broadnews_express_posts_list_widget .col-2.af-sec-post{
    width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(2) .broadnews_posts_slider_widget .read-single .read-img.read-bg-img,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .broadnews_posts_slider_widget .read-single .read-img.read-bg-img {
    height: 430px;
}
body .primary-footer-area:first-child:nth-last-child(2) .broadnews_express_posts_grid_widget .af-express-grid-wrap,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .broadnews_express_posts_grid_widget .af-express-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
}
/* three items */
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_posts_lists_widget .af-double-column.list-style.col-3,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_posts_lists_widget .af-double-column.list-style.col-3{
    width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_express_posts_list_widget .col-2.af-sec-post,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_express_posts_list_widget .col-2.af-sec-post{
    width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details{
    min-height: 0;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_featured_posts_widget .col-4.pad,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_featured_posts_widget .col-4.pad{
    width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_posts_slider_widget .read-single .read-img.read-bg-img,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_posts_slider_widget .read-single .read-img.read-bg-img {
    height: 230px;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_posts_slider_widget .read-single .read-details .read-title h4,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_posts_slider_widget .read-single .read-details .read-title h4 {
    font-size: 18px;
}

body .primary-footer-area:first-child:nth-last-child(3) .broadnews_youtube_video_widget .col-2.secondary-video,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_youtube_video_widget .col-2.primary-video {
    width: 100%;
}
body.full-width-content .primary-footer-area:first-child:nth-last-child(3) .broadnews_youtube_video_widget .primary-video iframe.af-yt-video-item,
body.full-width-content .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_youtube_video_widget .secondary-video iframe.af-yt-video-item,
body:not(.full-width-content) .primary-footer-area:first-child:nth-last-child(3) .broadnews_youtube_video_widget .primary-video iframe.af-yt-video-item,
body:not(.full-width-content) .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_youtube_video_widget .secondary-video iframe.af-yt-video-item{
    height: 255px;
    width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_express_posts_grid_widget .af-express-grid-wrap,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_express_posts_grid_widget .af-express-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
    grid-column-end: span 1;
    grid-row-end: span 1;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single {
    min-height: 215px;
}
body .primary-footer-area:first-child:nth-last-child(3) .broadnews_posts_double_columns_widget .col-2.af-sec-post,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .broadnews_posts_double_columns_widget .col-2.af-sec-post{
    width: 100%;
}
/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##youtube widget
--------------------------------------------------------------*/
.broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap {
    text-align: center;
    cursor: pointer;
}
.broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
    height: 380px;
    display: inline-block;
    width: 100%;
    object-fit: cover;
}

.broadnews_youtube_video_widget span.vid-thumb img {
    height: 100px;
}

.broadnews_youtube_video_widget .af-youtube-slider-thumbnail {
    margin-top: 20px;
    overflow: hidden;
}

.site-footer .broadnews_youtube_video_widget .af-youtube-slider-thumbnail ,
#sidr .broadnews_youtube_video_widget .af-youtube-slider-thumbnail ,
#secondary .broadnews_youtube_video_widget .af-youtube-slider-thumbnail {
    display: none;
}
.site-footer iframe.af-hide-iframe,
.site-footer .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
#sidr iframe.af-hide-iframe,
#sidr .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
#secondary iframe.af-hide-iframe,
#secondary .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
    height: 200px;
}

.broadnews_youtube_video_widget .af-youtube-slider-thumbnail .slick-list {
    margin: 0 -10px;
}

.broadnews_youtube_video_widget .af-youtube-slider-thumbnail .slick-slide {
    margin: 0 10px;
}

.broadnews_youtube_video_widget .af-youtube-slider-thumbnail .slick-slide.slick-current {
    position: relative;
}
.broadnews_youtube_video_widget .af-youtube-slider-thumbnail .slick-slide.slick-current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #c00c00;
    transition: all ease-in .3s;
}

.broadnews_youtube_video_widget .af-youtube-slider-thumbnail .slick-item {
    display: block !important;
}
/*--------------------------------------------------------------
##youtube widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##plugin
--------------------------------------------------------------*/
.wp-post-author-shortcode{
    border-color: rgba(0, 0, 0, 0.1);
}
p.awpa-website a {
    color: #808080;
    transition: all 0.075s ease-out;
}
p.awpa-website a:hover {color: #c00c00 ;}

.aft-dark-mode .wp_post_author_widget ul.awpa-contact-info li a,
.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a,
.aft-dark-mode .wp_post_author_widget .awpa-display-name a {
    color: #fff;
}
p.awpa-more-posts a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    display: inline-block;
    color: #808080;
    transition: all 0.075s ease-out;
}
p.awpa-more-posts a {
    border-color: rgba(255,255,255,.3);
}
.aft-light-mode p.awpa-more-posts a {
    border-color: rgba(0, 0, 0, .1);
}
.aft-light-mode p.awpa-more-posts a:hover,
.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a:hover,
p.awpa-more-posts a:hover {border-color: #c00c00 ;}
.wp-post-author-wrap .awpa-contact-info {padding: 0;}
.wp-post-author-wrap .awpa-contact-info li {display: inline-block;padding: 0;}
.wp_post_author_widget .wp-post-author-wrap.left .awpa-contact-info li {
    padding: 10px 5px 0 0;
}
.wp_post_author_widget .wp-post-author-wrap.right .awpa-contact-info li {
    padding: 10px 0 0 5px;
}
.wp_post_author_widget .wp-post-author-wrap.center .awpa-contact-info li {
    padding: 10px 3px 0px;
}
ul.awpa-contact-info li a {
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    background-image: none;
}
ul.awpa-contact-info li a[href*="facebook.com"]{
    background-color: #3b5999;
}
ul.awpa-contact-info li a[href*="linkedin.com"]{
    background-color: #0077B5;
}
ul.awpa-contact-info li a[href*="twitter.com"]{
    background-color: #55acee;
}
.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a {
    border-color: rgba(255,255,255,.2);
}
.entry-content .wp-post-author-wrap ul.awpa-contact-info li a {
    border: none;
    border-radius: 0;
}

/* Frontend Post Submission */
.fpsml-front-form{
    border: 1px solid rgb(0 0 0 / 5%);
    box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 10%);
}
.fpsml-front-form .fpsml-has-submit-btn .fpsml-field input[type="submit"] {
    height: unset;
}

.aft-dark-mode .fpsml-front-form {
    background-color: #000;
}
.aft-dark-mode .fpsml-template-3 .fpsml-field-wrap:nth-child(odd){
    background-color: #222;
}
.aft-dark-mode .fpsml-front-form.fpsml-template-5,
.aft-dark-mode .fpsml-front-form.fpsml-template-2 {
    background-color: #383838;
}
.aft-dark-mode .fpsml-front-form input[type="text"], .aft-dark-mode .fpsml-front-form input[type="email"], 
.aft-dark-mode .fpsml-front-form input[type="number"], .aft-dark-mode .fpsml-front-form input[type="tel"], 
.aft-dark-mode .fpsml-front-form input[type="url"], .aft-dark-mode .fpsml-front-form textarea {
    background-color: rgba(255,255,255,.1);
}

.aft-dark-mode .fpsml-checkbox label:before {
    background-color: rgb(255 255 255 / 18%);
    color: rgb(255 255 255 / 20%);
}

.aft-dark-mode .fpsml-template-2 .qq-upload-button {
    background-color: rgb(255 255 255 / 20%);
}

.aft-dark-mode .fpsml-template-4 .qq-upload-button {
    background-color: rgb(255 255 255 / 20%);
    color: rgb(255 255 255 / 48);
}
.aft-dark-mode .fpsml-front-form .fpsml-field input[type="submit"]:hover,
.aft-dark-mode .fpsml-front-form .qq-upload-button:hover {
    background-color: rgb(255 255 255 / 50%);
}

.fpsml-front-form.fpsml-template-1 .fpsml-field input[type="submit"],
.fpsml-front-form.fpsml-template-2 .fpsml-field input[type="submit"],
.fpsml-front-form.fpsml-template-3 .fpsml-field input[type="submit"],
.fpsml-front-form.fpsml-template-4 .fpsml-field input[type="submit"],
.fpsml-front-form.fpsml-template-5 .fpsml-field input[type="submit"],

.fpsml-front-form.fpsml-template-1 .qq-upload-button,
.fpsml-front-form.fpsml-template-2 .qq-upload-button,
.fpsml-front-form.fpsml-template-3 .qq-upload-button,
.fpsml-front-form.fpsml-template-4 .qq-upload-button,
.fpsml-front-form.fpsml-template-5 .qq-upload-button {
    background-color: #c00c00;
    color: #fff;
}

.fpsml-front-form.fpsml-template-1 .fpsml-field input[type="submit"]:hover,
.fpsml-front-form.fpsml-template-2 .fpsml-field input[type="submit"]:hover,
.fpsml-front-form.fpsml-template-3 .fpsml-field input[type="submit"]:hover,
.fpsml-front-form.fpsml-template-4 .fpsml-field input[type="submit"]:hover,
.fpsml-front-form.fpsml-template-5 .fpsml-field input[type="submit"]:hover{
    color: #fff;
}
/*--------------------------------------------------------------
##plugin
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##secondary section
--------------------------------------------------------------*/
#sidr .header-after1,
#sidr .widget-title,
footer .header-after1,
footer .widget-title,
#secondary .header-after1,
#secondary .widget-title {
    position: relative;
}

#secondary .archive-list-post .read-title h4,
#sidr .archive-list-post .read-title h4,
footer .archive-list-post .read-title h4{
    font-size: 20px;
}
/*--------------------------------------------------------------
##secondary section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# post image hover zoom
--------------------------------------------------------------*/

.read-img a + img {
    transition: all ease-in-out .3s;
    transform: scale(1);
    transform-origin: center;
}
.read-img:hover a + img {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
##color options
--------------------------------------------------------------*/
.aft-dark-mode .home-featured-widgets,
.aft-dark-mode .aft-frontpage-feature-section-wrapper section.broadnews-customizer{
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* mode switch button */

#aft-dark-light-mode-wrap a {
    display: block;
    height: 20px;
    width: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255,  0.25);
    position: relative;
    transition: .25s;
    font-size: 0;
}

#aft-dark-light-mode-wrap a span {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
}

#aft-dark-light-mode-wrap a.aft-dark-mode span {
    left: 24px;
}
#aft-dark-light-mode-wrap a.aft-dark-mode span::after{
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 1;
    color: #111;
    transition: all ease-in-out .3s;
    opacity: 1;
    visibility: visible;
    height: 12px;
    width: 12px;
}
#aft-dark-light-mode-wrap a.aft-dark-mode span::after{
    height: 10px;
    width: 10px;
    background-size: 10px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-moon' viewBox='0 0 16 16'%3E%3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3E%3C/svg%3E");
}

#aft-dark-light-mode-wrap a.aft-light-mode span::after{
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    color: #111;
    transition: all ease-in-out .3s;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
}

/* mode switch button */

/*=============for dark mode===========*/
.aft-dark-mode legend {
    color: #fff;
}
.aft-dark-mode input[type="checkbox"], 
.aft-dark-mode input[type="radio"] {
    color-scheme: dark;
}
.aft-dark-mode span.heading-line-after,
.aft-dark-mode span.heading-line-before{
    background-color: #c00c00;
}

.aft-dark-mode #wp-calendar tfoot td,
.aft-dark-mode #wp-calendar tbody td,
.aft-dark-mode #wp-calendar thead th,
.aft-dark-mode #wp-calendar td:last-child,
.aft-dark-mode #wp-calendar th:last-child,
.aft-dark-mode #wp-calendar tr:last-child td{
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}
.aft-dark-mode footer.site-footer #wp-calendar tfoot td,
.aft-dark-mode footer.site-footer #wp-calendar tbody td,
.aft-dark-mode footer.site-footer #wp-calendar thead th,
.aft-dark-mode footer.site-footer #wp-calendar td:last-child,
.aft-dark-mode footer.site-footer #wp-calendar th:last-child,
.aft-dark-mode footer.site-footer #wp-calendar tr:last-child td{
    border-color: rgba(255, 255, 255, 0.2);
}
body.aft-dark-mode #sidr,
body.aft-dark-mode code,
body.aft-dark-mode{
    background-color: #000;
}

body.aft-dark-mode .aft-masonry-archive-posts .read-img,
body.aft-dark-mode .read-img.read-bg-img{
    background-color: #424242;
}

body.aft-dark-mode .wp-block-group__inner-container > ul > li,
body.aft-dark-mode .wp-block-group__inner-container > ol > li,
body.aft-dark-mode.single span.tags-links a,
body.aft-dark-mode .main-navigation .menu .menu-mobile li a,
body.aft-dark-mode .widget ul ul li,
body.aft-dark-mode .widget ul.menu >li,
body.aft-dark-mode .widget > ul > li{
    border-color:rgba(255,255,255,.2);
}

body.aft-dark-mode.single span.tags-links a,
.aft-dark-mode .banner-exclusive-posts-wrapper a,
.aft-dark-mode .banner-exclusive-posts-wrapper a:visited,
body.aft-dark-mode .aft-comment-view-share > span > a,
body.aft-dark-mode{
    color: #fff;
}
body.aft-dark-mode .main-navigation .menu .menu-mobile li a,
body.aft-dark-mode .main-navigation .menu .menu-desktop .sub-menu li a{color: #fff;}

body.aft-dark-mode .af-search-form{
    background-color: #212121;
}
body.aft-dark-mode div#respond{
    border-color: transparent;
}

body.aft-dark-mode .af-breadcrumbs a, 
body.aft-dark-mode p a {
    color: #fff;
}

.wp-block-search .wp-block-search__button.has-icon {
    width: unset;
}

/* ========== section background none site footer ========== */

.aft-light-mode footer.site-footer .widget-title .heading-line,
.aft-dark-mode footer.site-footer .widget-title .heading-line,

body footer.site-footer .wp-post-author-meta a,
body footer.site-footer .wp-post-author-meta a:visited,
body footer.site-footer .posts-author a,
body footer.site-footer .posts-author a:visited,

body footer.site-footer .aft-readmore-wrapper a.aft-readmore,
body footer.site-footer .wp_post_author_widget ul.awpa-contact-info li a,
body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a,
body footer.site-footer .wp_post_author_widget .awpa-display-name a,

body footer.site-footer ul.trail-items li:after,
body footer.site-footer .tagcloud a,
body footer.site-footer .widget ul.menu >li a,
body footer.site-footer .widget > ul > li a,

body footer.site-footer .page-title,
body footer.site-footer h1.entry-title,
body footer.site-footer .widget-title,
body footer.site-footer .header-after1,

body footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a,
body footer.site-footer .aft-comment-view-share > span > a,
body footer.site-footer .broadnews-widget.widget_text a,
body footer.site-footer .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read,
body footer.site-footer .header-layout-compressed .compress-bar-mid .date-bar-mid,
body footer.site-footer .search-icon:visited,
body footer.site-footer .search-icon:hover,
body footer.site-footer .search-icon:focus,
body footer.site-footer .search-icon:active,
body footer.site-footer input,
body footer.site-footer textarea,
body footer.site-footer .aft-popular-taxonomies-lists strong,
body footer.site-footer .aft-popular-taxonomies-lists ul li a,
body footer.site-footer .color-pad,
body footer.site-footer ul.trail-items li a,
body footer.site-footer #wp-calendar caption,
body footer.site-footer .nav-links a,
body footer.site-footer .read-details .entry-meta span,
body footer.site-footer .entry-meta span,
body footer.site-footer .read-title h2 a,
body footer.site-footer .read-title h4 a{
    color: #fff;
}

body footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a.active,
body footer.site-footer input[type="submit"],
body footer.site-footer .aft-readmore-wrapper a.aft-readmore:hover{
    color: #fff;
}
body footer.site-footer .widget > ul > li,
body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a {
    border-color: rgba(255,255,255,.2);
}
body footer.site-footer .widget_search .wp-block-search__input ,
body footer.site-footer .inner-suscribe input,
body footer.site-footer .broadnews-widget .mc4wp-form-fields input[type="email"],
body footer.site-footer .widget input.search-field {
    background-color: rgba(255,255,255,.1);
    border: none;
}

body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a:hover,
body footer.site-footer .wp_post_author_widget .awpa-display-name a:hover{
    color: #c00c00;
}
body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a:hover{
    border-color: #c00c00;
}
/* ========== section background none site footer ========== */

body.aft-light-mode .aft-main-banner-section.aft-banner-background-default .aft-popular-taxonomies-lists ul li a {
    color: #404040;
}

body.aft-light-mode .aft-main-banner-section.aft-banner-background-default.data-bg .aft-popular-taxonomies-lists ul li a {
    color: #fff;
}

body.aft-light-mode.aft-single-featured-full-title-over-image .af-breadcrumbs ul.trail-items li a:hover,
body.aft-dark-mode.aft-single-featured-full-title-over-image .af-breadcrumbs ul.trail-items li a:hover{
    border-color: #fff;
}

body.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative .aft-popular-taxonomies-lists ul li a ,
body.aft-dark-mode .aft-main-banner-section.aft-banner-background-default .aft-popular-taxonomies-lists ul li a,

body.aft-dark-mode .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read,
body.aft-dark-mode .header-layout-compressed .compress-bar-mid .date-bar-mid,
body.aft-dark-mode .search-icon:visited,
body.aft-dark-mode .search-icon:hover,
body.aft-dark-mode .search-icon:focus,
body.aft-dark-mode .search-icon:active,
body.aft-dark-mode input,
body.aft-dark-mode textarea,

body.aft-dark-mode .color-pad,
body.aft-dark-mode ul.trail-items li a,
body.aft-dark-mode #wp-calendar caption,
body.aft-dark-mode .nav-links a,
body.aft-dark-mode .read-details .entry-meta span,
body.aft-dark-mode .entry-meta span,
body.aft-dark-mode .read-title h2 a,
body.aft-dark-mode .read-title h4 a{
    color: #fff;
}
body.aft-dark-mode .em-author-details ul li a{
    background: #0f0f0f;
    color: #fff;
}
body.aft-dark-mode .social-widget-menu ul li a{
    background-color: #202020;
}
body.aft-dark-mode .aft-small-social-menu ul li a:hover,
body.aft-dark-mode .aft-small-social-menu ul li a{
    color: #fff;
    border: none;
}
body.aft-dark-mode header.header-layout-compressed .aft-small-social-menu ul li a {
    color: #fff !important;
}
body.aft-dark-mode .main-navigation ul.children li,
body.aft-dark-mode .main-navigation ul .sub-menu li{
    border-top: 1px solid #111111;
}
body.aft-dark-mode .main-navigation ul.children li:first-child,
body.aft-dark-mode .main-navigation ul .sub-menu li:first-child{
    border-top-color: transparent;
}
body.aft-dark-mode .wp-post-author-shortcode {
    border-color: rgba(255, 255, 255, 0.3);
}
body.aft-dark-mode input,
body.aft-dark-mode .widget_categories select,
body.aft-dark-mode input.search-field,
body.aft-dark-mode textarea{
    border-color: transparent;
    background-color: rgba(255,255,255,.1);
}
body.aft-dark-mode .wp-block-table[class*='has-subtle-']{
    background-color: transparent;
}
body.aft-dark-mode .broadnews-header .af-boxed .bottom-bar-up,
body.aft-dark-mode .header-layout-compressed-full .full-width .af-transparent-head .bottom-header ,
body.aft-dark-mode .header-layout-compressed-full .full-width .bottom-header {
    background-color: #171717;
}

/*forsidebar section========*/
body.aft-dark-mode #secondary .widget-area.color-pad .read-single.color-pad {
    background-color: transparent;
}
.aft-dark-mode .widget ol li a,
.aft-dark-mode ul.trail-items li:after,
.aft-dark-mode .tagcloud a,
.aft-dark-mode .widget ul.menu >li a,
.aft-dark-mode .widget ul > li a{
    color: #fff;
}
body.aft-dark-mode pre{
    color: #fff;
    background-color: #212121;
}
body.aft-dark-mode .header-layout-centered .bottom-header,
body.aft-dark-mode .header-layout-side .af-bottom-header{
    border-color: #111;
}
body.aft-dark-mode .main-navigation .menu .menu-mobile{
    background: #111;
}

body.aft-dark-mode:not(.home) .broadnews-header.header-layout-centered .bottom-header,
body.aft-dark-mode .ham.exit {
    background-color: transparent;
}
.wp-block-search .wp-block-search__button:focus:not(:hover),
.wp-block-search .wp-block-search__input:focus:not(:hover),
body.aft-dark-mode input:focus:not(:hover),
body.aft-dark-mode textarea:focus:not(:hover) {
    outline: 1px dotted rgba(255,255,255,.5);
}
/*=============for dark mode===========*/

/*=============for light mode===========*/
body.aft-light-mode {
    background-color: #eeeeee;
}
/*=============for light mode===========*/


/* ================== for site mode none ================== */
.aft-section-layout-none .af-breadcrumbs {
    padding: 15px 0px;
}
body.aft-section-layout-none.single article header.entry-header .read-details {
    margin-bottom: 20px;
}
body.aft-section-layout-none.single.aft-single-featured-title-over-image article header.entry-header .read-details {
    margin-bottom: 0;
}
body.single.aft-single-featured-title-over-image article .entry-content-wrap .entry-meta {
    margin-bottom: 0;
    margin-top: 0;
}
body.aft-section-layout-none.single #content > header.entry-header .read-details,
body.aft-section-layout-none div.comments-area,
body.aft-section-layout-none.single .entry-content-wrap {
    padding: 0;
}
body.aft-section-layout-none.single .entry-content-wrap .read-img {
    margin: 0px;
}
.aft-section-layout-none.search main.site-main,
.aft-section-layout-none.single main.site-main,
.aft-section-layout-none.archive main.site-main,
.aft-section-layout-none.home.blog .aft-archive-wrapper.broadnews-customizer{
    padding: 0;
}
.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper {
    padding-top: 0;
}
.aft-section-layout-none .aft-main-banner-wrapper .broadnews-customizer {
    position: relative;
}
/* ================== for site mode none ================== */


/*color to be filtered from custom style*/

body.broadnews-header .aft-small-social-menu ul li a{
    color: #ffffff !important;
}
.aft-light-mode .main-navigation .menu .menu-mobile li a .menu-description ,
.aft-light-mode .main-navigation .menu .menu-mobile li a,
.aft-light-mode .author-links a,
.aft-light-mode .main-navigation ul.children li a,
.aft-light-mode .nav-links a .post-title,
.aft-light-mode .main-navigation ul .sub-menu li a,
.aft-light-mode .read-details .entry-meta span,
.aft-light-mode .aft-comment-view-share > span > a,
.aft-light-mode h4.af-author-display-name,
.aft-light-mode #wp-calendar caption,
.aft-light-mode .wp-block-image figcaption,
.aft-light-mode ul.trail-items li a,
.aft-light-mode #sidr,
.aft-light-mode {
    color: #4a4a4a;
}
.wp-block-search .wp-block-search__button,
.aft-dark-mode input[type="button"],
.aft-dark-mode input[type="reset"],
.aft-dark-mode input[type="submit"],
.aft-dark-mode .inner-suscribe input[type=submit],
.btn-style1 a:visited,
.btn-style1 a,
.broadnews-pagination .nav-links .page-numbers.current,
#scroll-up,
article.sticky .read-single:before,
.read-img .trending-no,
.trending-posts-vertical .trending-no{
    background-color: #c00c00 ;
}

.aft-dark-mode .comment-metadata a,
.aft-dark-mode .fn a{
    color: #fff;
}

.entry-content > [class*="wp-block-"] a.wp-block-file__button:not(.has-text-color),
.entry-content > [class*="wp-block-"] a.wp-block-button__link {
    color: #c00c00;
}
.entry-content > [class*="wp-block-"] a:not(.has-text-color),
.entry-content > ul a,
.entry-content > ol a,
.entry-content > p a ,
.site-footer .secondary-footer a:hover,
.aft-dark-mode p.awpa-website a:hover ,
.aft-dark-mode .widget ul.menu >li a:hover{
    color:#c00c00 ;
    transition: all 0.075s linear;
}

.entry-content > [class*="wp-block-"] a:not(.has-text-color),
.entry-content > ul a,
.entry-content > ul a:visited,
.entry-content > ol a,
.entry-content > ol a:visited,
.entry-content > p a,
.entry-content > p a:visited{
    color: #404040;
}

.aft-dark-mode .entry-content > [class*="wp-block-"] a:not(.has-text-color),
.aft-dark-mode .entry-content > ul a,
.aft-dark-mode .entry-content > ul a:visited,
.aft-dark-mode .entry-content > ol a,
.aft-dark-mode .entry-content > ol a:visited,
.aft-dark-mode .entry-content > p a,
.aft-dark-mode .entry-content > p a:visited{
    color: #fff;
}

.wp-block-search .wp-block-search__button,
.aft-dark-mode button,
.aft-dark-mode input[type="button"],
.aft-dark-mode input[type="reset"],
.aft-dark-mode input[type="submit"],
.read-img .trending-no,
.trending-posts-vertical .trending-no {
    color: #fff;
}

@media only screen and (min-width: 993px){
    body.aft-dark-mode .main-navigation .menu ul ul ul ,
    body.aft-dark-mode .main-navigation .menu > ul > li > ul {
        background-color: #212121;
    }
}

.aft-light-mode .featured-category-item .read-img a,
.aft-light-mode .widget ul.menu >li a,
.aft-light-mode .widget ul > li a,
.aft-light-mode .widget ol > li a,
.aft-light-mode .read-title h2 a ,
.aft-light-mode .read-title h4 a ,
.widget > ul > li .comment-author-link {
    color: #404040;
}

.aft-light-mode .page-title,
.aft-light-mode h1.entry-title,
.aft-light-mode .widget-title,
.aft-light-mode  .header-after1 {
    color: #031b11;
}
.aft-light-mode .site-footer .widget ul > li a,
.aft-light-mode .site-footer .widget ol > li a,
.aft-light-mode .wp_post_author_widget ul.awpa-contact-info li a,
.aft-light-mode .site-footer .tabbed-head .widget ul > li a,
.aft-light-mode .widget .af-author-details .social-navigation ul > li a {
    color: #fff;
}
.broadnews-widget .social-navigation ul li,
.broadnews-widget ol li,
.broadnews-widget ul li {
    padding: 5px 0;
}
.broadnews-widget ul.aft-tabbed-carousel li,
.broadnews-widget ul li.tab {
    padding: 0;
}
.entry-content > p a {
    line-height: 1.1;
}
.broadnews-widget ol.wp-block-latest-comments > li a{
    /* display: inline-block; */
}
.nav-links a .post-title,
.read-title h4 a,
.read-title h2 a,
.banner-exclusive-posts-wrapper a .exclusive-post-title,
.aft-light-mode .banner-exclusive-posts-wrapper a:visited,
.aft-light-mode .featured-category-item .read-img a {
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    transition: background ease-in .3s;
    background-size: 0 95%;
}
.entry-content > [class*="wp-block-"] a:not(.has-text-color),
.entry-content > ul a,
.entry-content > ul a:visited,
.entry-content > ol a,
.entry-content > ol a:visited,
.entry-content > p a,
.entry-content > p a:visited,

.entry-content h1:not(.awpa-display-name) a,
.entry-content h2:not(.awpa-display-name) a,
.entry-content h3:not(.awpa-display-name) a,
.entry-content h4:not(.awpa-display-name) a,
.entry-content h5:not(.awpa-display-name) a,
.entry-content h6:not(.awpa-display-name) a,

main ul > li a,
main ol > li a,
.aft-readmore-wrapper a.aft-readmore,
.aft-light-mode .widget ul.menu >li a,
.widget ul > li a,
.widget ol > li a,
.widget > ul > li .comment-author-link,
.read-details .entry-meta span.aft-view-count a,
.entry-meta span.posts-author a,
.comment-metadata a,
.fn a,
.wp-post-author-meta .awpa-display-name a,
.aft-main-banner-section .aft-popular-taxonomies-lists ul li a,
.comment-content > p a,
.read-details .entry-meta span a,
.comment-reply-title a,

ul.trail-items li a,
.post-edit-link,
p.logged-in-as a{
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    transition: background ease-in .3s;
    background-size: 0 95%;
}
.comment-reply-title a:hover,
.read-title h4 a:hover,
.read-title h2 a:hover,
.read-details .entry-meta span a:hover,
.read-details .entry-meta span.aft-view-count a:hover,
.entry-meta span.posts-author a:hover,
.comment-metadata a:hover,
.fn a:hover,
.wp-post-author-meta .awpa-display-name a:hover,
.aft-dark-mode.single span.tags-links a:hover,
.single span.tags-links a:hover,
.broadnews-pagination .nav-links .page-numbers.current,
.aft-readmore-wrapper a.aft-readmore:hover,
p.awpa-more-posts a:hover{
    background-size: 100% 95%;
}
.entry-content > [class*="wp-block-"] a:not(.has-text-color),
.entry-content > ul a,
.entry-content > ul a:visited,
.entry-content > ol a,
.entry-content > ol a:visited,
.entry-content > p a,
.entry-content > p a:visited,
.entry-content h1:not(.awpa-display-name) a,
.entry-content h2:not(.awpa-display-name) a,
.entry-content h3:not(.awpa-display-name) a,
.entry-content h4:not(.awpa-display-name) a,
.entry-content h5:not(.awpa-display-name) a,
.entry-content h6:not(.awpa-display-name) a{
    background-size: 100% 95%;
}

.aft-main-banner-section .aft-popular-taxonomies-lists ul li a:hover,
.comment-content > p a:hover,
.nav-links a .post-title:hover,
ul.trail-items li a:hover,
.post-edit-link:hover,
p.logged-in-as a:hover ,
.entry-content > [class*="wp-block-"] a:not(.wp-block-button__link):hover,
.entry-content > ul a:hover,
.entry-content > ol a:hover ,
.aft-light-mode .widget ul.menu >li a:hover,
.banner-exclusive-posts-wrapper a .exclusive-post-title:hover,
.aft-light-mode .read-title h2 a:hover,
.aft-light-mode .read-title h4 a:hover,
.widget ul > li a:hover,
.widget ol > li a:hover ,
main ul > li a:hover,
main ol > li a:hover {
    background-size: 100% 95%;
}

.aft-dark-mode ul.cat-links > li a:hover,
.aft-light-mode ul.cat-links > li a:hover,
.aft-dark-mode ul.cat-links > li a,
.aft-light-mode ul.cat-links > li a,
.aft-dark-mode .widget ul.cat-links > li a:hover,
.aft-light-mode .widget ul.cat-links > li a:hover,
.aft-dark-mode .widget ul.cat-links > li a,
.aft-light-mode .widget ul.cat-links > li a,
.aft-light-mode .widget .social-widget-menu ul > li a:hover,
.aft-light-mode .widget ul.af-tabs > li a:hover,
.aft-dark-mode .widget .social-widget-menu ul > li a:hover,
.aft-dark-mode .widget ul.af-tabs > li a:hover,
.aft-light-mode .widget .social-widget-menu ul > li a,
.aft-light-mode .widget ul.af-tabs > li a,
.aft-dark-mode .widget .social-widget-menu ul > li a,
.aft-dark-mode .widget ul.af-tabs > li a {
    border-bottom: none;
    background-image: none;
}

.entry-content .latest-posts-block-post-img > a,
.entry-content .latest-posts-block-post-grid-author > a,
.entry-content .latest-posts-block-post-grid-title > a,
.entry-content .latest-posts-block-post-category > a{
    border-bottom: none !important;
    background-image: none;
}
.aft-dark-mode .wp_post_author_widget ul.awpa-contact-info li a,
.aft-dark-mode .site-footer .tabbed-head .widget ul > li a,
.aft-dark-mode .widget .af-author-details .social-navigation ul > li a,
.aft-light-mode .wp_post_author_widget ul.awpa-contact-info li a,
.aft-light-mode .site-footer .tabbed-head .widget ul > li a,
.aft-light-mode .widget .af-author-details .social-navigation ul > li a{
    border: none;
    background-image: none;
}

.aft-dark-mode .widget ul.nav-tabs > li a,
.aft-light-mode .widget ul.nav-tabs > li a {
    display: flex;
    background-image: none;
}

.aft-dark-mode .comment-reply-title a,

.aft-light-mode .grid-design-texts-over-image .read-details .entry-meta span a,
.aft-light-mode .grid-design-texts-over-image .read-details .entry-meta span,
.aft-dark-mode .grid-design-texts-over-image .read-details .entry-meta span a,
.aft-dark-mode .grid-design-texts-over-image .read-details .entry-meta span,
.aft-light-mode .grid-design-texts-over-image .read-title h4 a,
.aft-light-mode .grid-design-texts-over-image .read-details,
.aft-dark-mode .grid-design-texts-over-image .read-title h4 a{
    color: #fff;
}

.aft-main-banner-section.data-bg .aft-see-more a:hover {
    color: #000;
}

.broadnews-header.header-layout-centered .top-bar-right div.custom-menu-link > a,
.broadnews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a,
.broadnews-header.header-layout-side .search-watch div.custom-menu-link > a{
    background: #c00c00 ;
    color: #fff;
}

.exclusive-posts .exclusive-now{
    background: #0099f5 ;
}

.read-img .af-post-format i{
    color: #fff;
}

.aft-dark-mode .mailchimp-block{
    background-color: #111;
}

.mailchimp-block, .mailchimp-block .block-title{
    color: #ffffff;
}

.aft-light-mode .site-info .color-pad a,
.aft-light-mode .site-info .color-pad{
    color: #fff;
}

/*color to be filtered from custom style*/

/*--------------------------------------------------------------
##color options
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## fonts options
--------------------------------------------------------------*/

/*page title*/
body.single-post .entry-title,
h1.page-title {
    font-size: 34px;
}
/*page title*/

/*big spotlight post title*/
.mailchimp-block .block-title,
body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h4,
.broadnews_posts_slider_widget .read-single .read-details .read-title h4,
article.latest-posts-full .read-title h4,
.af-banner-carousel .read-title h4{
    font-size: 32px;
}
/*big spotlight post title*/

/* section title  */
.header-after1 ,
.widget-title{
    font-size: 22px;
}
/* section title  */

/*medium spotlight post title*/

.af-main-banner-thumb-posts .af-sec-post .read-title h4,
.af-main-banner-featured-posts .read-title h4,
.broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-title h4,
.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h4,

.broadnews_posts_express_list .grid-part .read-title h4,
.af-double-column.list-style .aft-spotlight-posts-1 .read-title h4,
.broadnews_single_col_categorised_posts .read-title h4,

.site-footer .broadnews_posts_slider_widget .read-single .read-details .read-title h4 ,
#sidr .broadnews_posts_slider_widget .read-single .read-details .read-title h4 ,
#secondary .broadnews_posts_slider_widget .read-single .read-details .read-title h4,
.archive-list-post .read-title h4,
.archive-masonry-post .read-title h4,
.broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-title h4,

body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-title h4,
body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-title h4,
body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-title h4,
.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-title h4,
.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-title h4,
.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-title h4,
article.latest-posts-grid .read-title h4,
.two-col-masonry article.latest-posts-grid.col-2 .read-title h4,
.af-main-banner-categorized-posts.express-posts .small-grid-style:not(.col-3) .af-sec-post:first-child .read-title h4{
    font-size: 16px;
}
/*medium spotlight post title*/

.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h4,
.broadnews_popular_news_widget .banner-vertical-slider .af-double-column.list-style .read-title h4,
.broadnews_posts_double_columns_widget .af-widget-body .af-double-column.list-style .read-title h4,
.aft-trending-posts.list-part .af-double-column.list-style .read-title h4,

.four-col-masonry article.col-2 .read-title h4,
.four-col-masonry article.latest-posts-grid.col-2 .read-title h4,
.widget ul ul li,
.widget > ul > li,
.widget:not(.broadnews_social_contacts_widget) ul.menu >li,
.af-reated-posts .read-title h4,
.af-main-banner-latest-posts .read-title h4{
    font-size: 16px;
}

/*general post title*/
.four-col-masonry article.col-2 .read-title h4,
.four-col-masonry article.latest-posts-grid.col-2 .read-title h4,
.af-list-post .read-title h4,
.widget:not(.broadnews_social_contacts_widget) ul.menu >li,
.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-title h4,
.af-main-banner-thumb-posts .list-style .read-single:not(.af-cat-widget-carousel) .read-title h4,
.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-title h4{
    font-size: 16px;
}
.aft-main-banner-wrapper .aft-trending-part.col-4 .aft-trending-posts.list-part .af-double-column.list-style .read-title h4,
.aft-main-banner-wrapper .aft-tabbed-part.col-4 .aft-trending-posts.list-part .af-double-column.list-style .read-title h4 {
    font-size: 14px;
}
/*general post title*/

/*--------------------------------------------------------------
## fonts options
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# media queries------------------------------------------------
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
    body.single.align-content-right .entry-content-wrap.social-vertical-share .vertical-left-right,
    body.single .entry-content-wrap.social-vertical-share .vertical-left-right{
        position: inherit;
        height: auto;
        transform: translateX(0);
    }
    body.single .entry-content-wrap.social-vertical-share .aft-social-share{
        position: inherit;
        float: none;
        min-width: 0;
        top: inherit;
        transform: translateX(0);
        padding: 10px;
        background: #fff;
    }
    body.single.align-content-right .entry-content-wrap.social-vertical-share .aft-social-share{
        transform: translateX(0);
    }
    body.single .entry-content-wrap.social-vertical-share .aft-social-share .sd-content ul li{
        display: inline-block;
        padding-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .aft-featured-category-section.af-list-post .af-widget-body:not(.clearfix),
    .af-main-banner-categorized-posts.express-posts .col-3 .af-widget-body,
    .aft-posts-tabs-panel ul.article-tabbed-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aft-editors-and-trending-part,
    .aft-slider-part,
    .aft-thumb-part,
    .aft-trending-part {
        margin: 0;
    }
    .af-main-banner-tabbed-posts.aft-posts-tabs-panel .nav-tabs {
        margin-bottom: 18px;
    }

    .af-main-banner-thumb-posts .af-sec-post{
        width: 50%;
        float: left;
    }
    .aft-banner-layout-aligned .aft-thumb-part .af-sec-post,
    .aft-banner-layout-tabbed-aligned .af-main-banner-thumb-posts .af-sec-post,
    .aft-banner-layout-compressed .af-main-banner-thumb-posts .af-sec-post{
        width: 100%;
    }
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img{
        height: 600px;
    }
    .af-banner-carousel .read-img.read-bg-img{
        height: 600px;
    }
    .af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
    .af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper {
        height: 240px;
    }
    body:not(.full-width-content) #primary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img {
        height: 220px;
    }
    #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
    #secondary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img {
        height: 180px;
    }
    body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single {
        min-height: 180px;
    }
    .tab-content>.tab-pane {
        height: unset;
    }
    .related-title .read-img.read-bg-img {
        height: 160px;
    }
    .full-width-content .af-reated-posts .read-img.read-bg-img,
    .read-img.read-bg-img {
        /* height: 150px; */
    }
    .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
    .aft-main-banner-wrapper .aft-trending-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
    .aft-main-banner-wrapper .aft-tabbed-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
        height: 136px;
        max-width: 136px;
        width: 136px;
    }
    .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details,
    .aft-main-banner-wrapper .aft-trending-part.col-4 .af-double-column.list-style .read-details.pad,
    .aft-main-banner-wrapper .aft-tabbed-part.col-4 .af-double-column.list-style .read-details.pad {
        max-height: 136px;
        width: calc(100% - 136px);
    }
    body:not(.archive-first-post-full).full-width-content .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full).full-width-content .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full).full-width-content .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
        height: 310px;
    }

    .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
        width: 40%;
    }
    .af-boxed-layout .af-whole-wrapper{
        max-width: 1000px;
    }
    .aft-banner-layout-aligned .aft-3-trending-posts,
    .aft-banner-layout-tabbed-trending .aft-main-banner-wrapper .aft-tabbed-part,
    .aft-banner-layout-tabbed-aligned .aft-main-banner-wrapper .aft-tabbed-part,
    .aft-main-banner-wrapper .aft-editors-and-trending-part,
    .aft-main-banner-section .aft-thumb-part,
    .aft-main-banner-section .aft-trending-part,
    .aft-main-banner-section .aft-slider-part{
        width: 100%;
    }

    body.single.align-content-right .entry-content-wrap.social-vertical-share .aft-social-share{
        text-align: left;
    }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
    .af-main-banner-thumb-posts .af-sec-post .read-single {
        margin-bottom: 0;
    }
    .aft-banner-layout-vertical .af-main-banner-thumb-posts .af-sec-post:nth-child(odd) .read-single {
        margin-right: 10px;
    }
    .aft-banner-layout-vertical .af-main-banner-thumb-posts .af-sec-post:nth-child(even) .read-single {
        margin-left: 10px;
    }
    .aft-banner-layout-tabbed-aligned .af-main-banner-thumb-posts .af-sec-post .read-single {
        margin-bottom: 0;
    }
    .af-main-banner-tabbed-posts .af-sec-post:nth-child(3) .read-single {
        margin-bottom: 0;
    }
    .aft-main-banner-wrapper .banner-vertical-slider .slick-list {
        margin: 0;
    }
    .aft-main-banner-wrapper .banner-vertical-slider .read-single {
        margin: 0;
    }
}
@media screen and (min-width: 991px) {
    .full-width-content .af-single-article .af-trending-posts .col-2.trending-posts-item,
    .full-width-content .af-single-article .af-reated-posts .col-2.trending-posts-item {
        width: 33.33%;
    }
    #primary ul.article-item.article-list-item.article-tabbed-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #secondary .broadnews_posts_double_columns_widget .col-2.af-sec-post:last-child{
        margin-top: 10px;
    }
    .aft-section-layout-none #primary .broadnews-widget:first-child,
    .aft-section-layout-none #secondary .broadnews-widget:first-child {
        padding-top: 0;
    }
}
@media screen and (max-width: 990px) and (min-width: 481px) {
    #secondary .broadnews_posts_single_column_widget .list-style:last-child .list-style .read-single{
        margin-bottom: 15px;
    }
    #secondary .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img{
        width: calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
    #secondary .broadnews_posts_single_column_widget .af-double-column.list-style .read-details {
        width: calc(50% + 7.5px);
        padding: 0 15px;
    }
    #secondary .broadnews_posts_double_columns_widget .col-2.af-sec-post {
        width: 50%;
    }
    #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
    #secondary .broadnews_posts_slider_widget .read-single .read-img.read-bg-img{
        height: 440px;
    }
    body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
        grid-column-end: span 2;
        grid-row-end: span 2;
        min-height: 500px;
    }
}
@media screen and (max-width: 990px) {
    .header-layout-side div.custom-menu-link > a {
        padding-right: 0;
    }
    body:not(.full-width-content) #secondary .broadnews_featured_posts_widget .col-4.pad{
        width: 33.33%;
    }
    #secondary .broadnews-widget.broadnews_posts_lists_widget .af-list-post .col-2 {
        width: calc(50% - 7.5px);
    }
    .af-boxed-layout .af-whole-wrapper{max-width: 970px;}

    body.single .entry-content-wrap.social-vertical-share .aft-social-share{
        padding-top: 0;
    }

    #secondary .af-social-contacts .social-widget-menu ul li{
        width: calc(25% - 15px);
    }
    #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
    #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
    #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
    #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4),
    #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5),
    #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
        margin-bottom: 0;
    }
    body.align-content-right.aft-section-layout-none .container-wrapper #secondary,
    .aft-section-layout-none .container-wrapper #primary,
    body.align-content-right.aft-section-layout-none .container-wrapper #primary,
    .aft-section-layout-none .container-wrapper #secondary,

    body.align-content-right .container-wrapper #primary,
    body.align-content-right .container-wrapper #secondary,
    .container-wrapper #secondary,
    .container-wrapper #primary {
        width: 100%;
        padding: 0;
    }
    .archive.align-content-left .container-wrapper #primary,
    .archive.align-content-right .container-wrapper #primary{
        margin-bottom: 20px;
    }
    .af-youtube-video-list .secondary-video,
    .af-youtube-video-list .primary-video{width: 100%;}

    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent{
        position: relative;
    }
    .main-navigation .menu-item:first-child .menu-description{
        left: unset;
    }
    .main-navigation .menu-item-has-children:last-child .menu-description,
    .main-navigation .menu-item-has-children .menu-description,
    .main-navigation .menu-description{
        top: 50%;
        left: inherit;
        transform: translateY(-50%);
        margin: 0 5px;
        bottom: unset;
    }
    .main-navigation .menu-description {
        color: #202020;
    }
    .main-navigation .menu-description:after,
    .main-navigation ul li.page_item_has_children > a:after,
    .main-navigation ul li.menu-item-has-children > a:after{
        display: none;
    }
    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon,
    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:visited,
    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:hover,
    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:focus,
    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:active,
    .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .main-navigation .menu > ul > li > a{
        color: #000;
    }
    .header-layout-compressed-full .main-navigation .menu-desktop > ul > li > a{
        opacity: 1;
    }
    .primary-footer-area:first-child:nth-last-child(3),
    .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area{
        width: 50%;
    }

    .af-post-thumbnail-holder .af-double-column.list-style .read-bg-img{
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
    .af-post-thumbnail-holder .af-double-column.list-style .read-details .read-title h4{
        font-size: 14px;
        font-weight: normal;
    }

    div.custom-menu-link > a{
        font-size: 0;
        text-align: center;
        padding: 0;
    }
    div.custom-menu-link > a i{
        font-size: 14px;
        margin-right: 0;
    }

    .main-navigation .toggle-menu{
        width: auto;
        padding: 15px 20px;
    }
    .main-navigation .toggle-menu a {
        display: block;
        height: 18px;
        outline-offset: 2px;
    }
    .header-layout-compressed-full .main-navigation .toggle-menu{
        padding: 20px;
    }

    .broadnews-header.header-layout-side .bottom-bar-flex .offcanvas-navigaiton {
        width: 100%;
        justify-content: space-between;
    }
    .broadnews-header.header-layout-side .search-watch .af-search-wrap{
        justify-content: center;
    }
    .broadnews-header.header-layout-centered .top-bar-right div.custom-menu-link > a,
    .broadnews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a{
        text-align: center;
    }
    .broadnews-header.header-layout-centered .top-bar-right .search-icon,
    .broadnews-header.header-layout-compressed-full .top-bar-right .search-icon{
        line-height: 29px;
    }
    .broadnews-header.header-layout-compressed-full .bottom-bar-flex .logo{width: 100%;}
    .af-banner-carousel.af-banner-carousel-1.af-carousel-default .slick-item .read-single {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 821px) {
    .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
        height: 320px;
    }
    .full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img {
        height: 240px;
    }
}
@media only screen and (max-width: 820px) and (min-width: 481px)  {
    .af-main-banner-tabbed-posts .af-sec-post .read-single {
        padding-right: 20px;
    }
    #secondary iframe.af-hide-iframe,
    #secondary .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
        height: 380px;
    }
    #secondary .broadnews_express_posts_list_widget .col-2.af-sec-post,
    body:not(.full-width-content) #secondary .broadnews_featured_posts_widget .col-4.pad{
        width: 50%;
    }
    .af-main-banner-latest-posts.grid-layout .col-3,
    .af-main-banner-featured-posts.featured-posts .col-3,
    .af-main-banner-categorized-posts.express-posts .col-3 .af-sec-post.list-part{
        width: calc(50% - 0px);
    }
    .aft-featured-category-section.af-list-post .af-widget-body > .list-style{
        width: calc(50% - 10px);
    }
    .featured-post-items-wrap .af-sec-post{
        width: 50%;
    }
    .full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img,
    .three-col-masonry .col-3 .read-img.read-bg-img{
        height: 140px;
    }
    .aft-masonry-archive-posts .read-img{
        height: unset;
        min-height: 136px;
    }
    .full-width-content article.latest-posts-full .read-img,
    /* .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img , */
    article.latest-posts-full .read-img {
        height: 440px;
    }
    .aft-masonry-archive-posts.three-col-masonry .col-3{
        width: 50%;
    }
    .broadnews_posts_slider_widget .read-single .read-img.read-bg-img,
    .af-banner-carousel .read-img.read-bg-img {
        height: 440px;
    }
    .af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
    .af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper{
        height: 180px;
    }
}
@media screen and (min-width: 821px){
    .aft-featured-category-section.featured-cate-sec.broadnews-customizer .featured-category-item.broadnews-customizer {
        margin-bottom: 0;
    }
    .af-main-banner-categorized-posts .col-3.small-grid-style .af-widget-body .col-2 {
        width: 100%;
    }
    body.full-width-content .broadnews_posts_lists_widget .col-2 {
        width: 33.33%;
    }
    body.full-width-content .broadnews_posts_lists_widget .col-2:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 820px) {
    .broadnews_youtube_video_widget span.vid-thumb img{
        height: 110px;
    }
    .exclusive-posts .exclusive-now span {
        display: none;
    }
    .secondary-footer .af-flex-container {
        flex-wrap: wrap;
    }
    .secondary-footer .af-flex-container .col-2 {
        width: 100%;
        text-align: center;
    }
    .secondary-footer .af-flex-container .col-2 + .col-2 {
        margin-top: 10px;
    }
    .secondary-footer .af-flex-container .aft-small-social-menu {
        text-align: center;
    }
    .top-bar-flex .top-bar-right {
        width: 70%;
    }
    .mailchimp-block{
        padding: 80px 0;
    }
    .aft-featured-category-section.featured-cate-sec.broadnews-customizer .featured-category-item.broadnews-customizer:last-child {
        margin-bottom: 0;
    }
    .af-boxed-layout .af-whole-wrapper{max-width: 700px;}

    body.full-width-content .broadnews_express_posts_grid_widget .af-express-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .entry-content form.mc4wp-form, .inner-suscribe {
        max-width: 600px;
    }
    /*featuredposts*/
    body.full-width-content .broadnews_featured_posts_widget .col-4.pad,
    body.full-width-content #primary .broadnews_express_posts_list_widget .col-2,
    .full-width-content .af-reated-posts .latest-posts-grid.af-sec-post,
    body:not(.full-width-content) #secondary .broadnews_featured_posts_widget .col-4.pad,
    body:not(.full-width-content) .broadnews_featured_posts_widget .col-4.pad,
    .af-reated-posts .col-3,
    .af-main-banner-latest-posts .col-4,
    .four-col-masonry .col-3,
    .featured-posts .col-4{
        width: 50%;
    }
    .af-main-banner-featured-posts.featured-posts .trending-posts-item:nth-child(3n+1),
    body.full-width-content .broadnews_featured_posts_widget .col-4.pad:nth-child(3n+1),
    .archive-first-post-full .four-col-masonry .col-3:nth-child(2n+1),
    body:not(.full-width-content) .broadnews_featured_posts_widget .col-4.pad:nth-child(3n+1),
    .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(3n+1){
        clear: none;
    }
    .af-main-banner-featured-posts.featured-posts .trending-posts-item:nth-child(2n+1),
    body.full-width-content .broadnews_featured_posts_widget .col-4.pad:nth-child(2n+1),
    body:not(.full-width-content) .broadnews_featured_posts_widget .col-4.pad:nth-child(2n+1),
    .af-reated-posts .col-3:nth-child(2n+1),
    .af-main-banner-latest-posts .col-4:nth-child(2n+1),
    .featured-posts .col-4:nth-child(2n+1){
        clear: left;
    }
    .archive-first-post-full .four-col-masonry .col-3:nth-child(2n) {
        clear: left;
    }
    .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(2n+1){
        clear: left;
    }
    body.full-width-content #primary .broadnews_posts_slider_widget .read-single .read-img.read-bg-img{
        height: 500px;
    }
    body.full-width-content #primary .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
    body.full-width-content #primary iframe.af-hide-iframe {
        height: 380px;
    }
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img{
        height: 500px;
    }
    .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
        height: 240px;
    }

    .full-width-content .archive-layout-list .af-double-column.list-style .read-bg-img, 
    .full-width-content .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img,
    body.full-width-content #primary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img,
    .four-col-masonry .col-3 .read-img.read-bg-img,
    .read-img.read-bg-img,
    .two-col-masonry article.col-3 .read-img.read-bg-img{
        height: 220px;
    }
    .related-title .read-img.read-bg-img{
        height: 220px;
    }
    .archive-masonry-post .read-img.read-bg-img {
        height: unset;
        min-height: unset;
    }
    .four-col-masonry article.col-2 {
        width: 50%;
    }
    #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
    #secondary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
        height: 220px;
    }
    .af-main-banner-categorized-posts .af-post-carousel .read-img,
    body:not(.full-width-content) #primary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
        height: 220px;
    }
    .archive-layout-list .af-double-column.list-style .read-bg-img,
    .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img{
        height: 220px;
    }
    body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single ,
    .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single{
        min-height: 220px;
    }
    .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
    .broadnews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img{
        /* height: 220px; */
    }
    /*featuredposts*/
    body:not(.full-width-content) .broadnews_posts_lists_widget .af-double-column.list-style.col-3,
    .aft-featured-category-section .featured-category-item,
    .af-main-banner-categorized-posts.express-posts.layout-1 .col-66.small-grid-style,
    .af-main-banner-categorized-posts.express-posts.layout-1 .col-3.small-grid-style,
    .af-youtube-video-list .secondary-video,
    .af-youtube-video-list .primary-video{width: 100%;}

    .aft-section-layout-none .aft-featured-category-section .featured-category-item {
        /* padding: 0; */
    }
    .aft-section-layout-none.af-boxed-layout section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .af-main-banner-categorized-posts.express-posts.layout-1 .col-3.small-grid-style{
        margin-top: 10px;
    }

    .exclusive-posts .exclusive-now{
        min-width: 50px;
        padding: 0;
    }
    .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details{
        min-height: 0;
    }
    body:not(.full-width-content) #primary .broadnews_posts_carousel_widget .af-post-carousel .read-img {
        height: 220px;
    }
    body:not(.archive-first-post-full).full-width-content .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full).full-width-content .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full).full-width-content .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
        height: 220px;
    }
    #scroll-up{
        height: 40px;
        width: 40px;
    }
    body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate  .archive-grid-post .read-title h4,
    body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate  .archive-grid-post .read-title h4,
    body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-title h4,
    body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-title h4,
    body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-title h4,
    body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-title h4,
    body article.latest-posts-grid .read-title h4,
    body .two-col-masonry article.latest-posts-grid.col-3 .read-title h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    body.custom-background.af-wide-layout {
        position: static;
    }
    .af-trending-posts .trending-posts-item{
        width: 100%;
    }
    .aft-masonry-archive-posts.three-col-masonry .col-3{width: 50%;}

    .wp-post-author-shortcode.right .awpa-author-block ,
    .wp-post-author-shortcode.left .awpa-author-block {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .wp-post-author-shortcode.right ,
    .wp-post-author-shortcode.left {
        text-align: center;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next,
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        float: none;
        width: 100%;
    }
    .post-navigation .nav-next{
        margin-top: 15px;
    }
    .af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
        width: 35%;
    }
    .af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-details {
        width: 65%;
    }
    body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap,
    .broadnews_express_posts_grid_widget .af-express-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 599px) {
    .af-youtube-slider-thumbnail.col-4,
    .af-youtube-slider.col-75 {
        width: 100%;
    }
    .af-youtube-slider-thumbnail.col-4{
        margin: 15px 0 0;
    }
    .broadnews_youtube_video_widget span.vid-thumb img {
        height: unset;
    }
}
@media screen and (min-width: 481px) {
    .aft-hide-on-mobile{display: inline-block;}
    .aft-show-on-mobile{display: none;}
}
@media screen and (max-width: 480px) {
    .main-navigation .toggle-menu{
        padding: 15px 10px;
    }
    body.single.single-content-mode-compact.aft-section-layout-background .entry-content-wrap,
    .aft-section-layout-background .af-breadcrumbs,
    .aft-section-layout-background.search main.site-main, 
    .aft-section-layout-background.archive main.site-main, 
    .aft-section-layout-background.home.blog main.site-main, 
    .aft-section-layout-background.blog main.site-main {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aft-section-layout-none .af-breadcrumbs,
    .aft-section-layout-none.search main.site-main, 
    .aft-section-layout-none.archive main.site-main, 
    .aft-section-layout-none.home.blog main.site-main, 
    .aft-section-layout-none.blog main.site-main {
        padding-left: 0px;
        padding-right: 0px;
    }
    .comment .children {
        margin-left: 15px;
    }
    body.single .entry-content-wrap .post-excerpt, 
    body.single-post.aft-single-full-header .post-excerpt {
        padding-left: 1em;
    }
    .aft-archive-wrapper .archive-layout-list .read-details {
        padding-top: 15px;
    }
    .aft-main-banner-part.aft-banner-compressed-aligned .banner-vertical-slider .read-single {
        padding-right: 0px;
    }
    .aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
        padding: 10px;
    }
    body.aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg, 
    body.aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg {
        padding-right: 0;
        padding-left: 0;
    }
    .aft-light-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-main-banner-wrapper, 
    .aft-dark-mode .aft-main-banner-section.broadnews-customizer.data-bg .aft-main-banner-wrapper{
        padding: 0;
    }
    .af-boxed-layout .aft-main-banner-section.broadnews-customizer .exclusive-posts .exclusive-now,
    .af-boxed-layout .aft-main-banner-section.broadnews-customizer .exclusive-posts .exclusive-slides {
        margin-right: 10px;
    }
    .af-boxed-layout .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper{
        margin-right: -10px;
        margin-left: -10px;
    }
    .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
        height: 100px;
        max-width: 100px;
    }
    .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
        max-height: 100px;
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
    .aft-main-banner-wrapper .aft-trending-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
    .aft-main-banner-wrapper .aft-tabbed-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
        height: 100px;
        max-width: 100px;
        width:100px;
    }
    .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details,
    .aft-main-banner-wrapper .aft-trending-part.col-4 .af-double-column.list-style .read-details.pad,
    .aft-main-banner-wrapper .aft-tabbed-part.col-4 .af-double-column.list-style .read-details.pad {
        max-height: 100px;
        width: calc(100% - 100px);
    }
    .broadnews_posts_double_columns_widget .af-double-column.list-style .read-bg-img,
    .broadnews_trending_news_widget .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
    .broadnews_popular_news_widget .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
    .af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
    .broadnews_tabbed_posts_widget .af-double-column.list-style .read-bg-img, 
    .trending-posts-vertical .af-double-column.list-style .read-bg-img, 
    .af-double-column.list-style .read-bg-img {
        height: 100px;
        width: 100px;
        max-width: 100px;
    }
    .broadnews_tabbed_posts_widget .af-double-column.list-style .read-details, 
    .trending-posts-vertical .af-double-column.list-style .read-details, 
    .af-double-column.list-style .read-details{
        max-height: 100px;
        overflow: hidden;
        width: calc(100% - 100px);
    }
    .af-boxed-layout .aft-popular-taxonomies-lists,
    .af-boxed-layout .banner-exclusive-posts-wrapper {
        margin-right: -10px;
        margin-left: -10px;
    }
    .af-wide-layout .aft-main-banner-wrapper .af-container-row-5 {
        margin-right: 0;
        margin-left: 0;
    }
    .aft-popular-taxonomies-lists {
        flex-wrap: wrap;
    }
    .aft-popular-taxonomies-lists strong {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .aft-popular-taxonomies-lists strong:after {
        display: none;
    }
    .aft-popular-taxonomies-lists ul {margin-top: 10px;}
    .aft-popular-taxonomies-lists ul li {margin-right: 10px;}

    .aft-main-banner-wrapper .broadnews-customizer .section-wrapper .af-slick-navcontrols, 
    .aft-main-banner-wrapper .af-slick-navcontrols,
    .broadnews-widget .af-slick-navcontrols, 
    .broadnews-customizer .section-wrapper .af-slick-navcontrols {
        width: 45px;
    }
    .aft-main-banner-wrapper .broadnews-customizer .section-wrapper .af-slick-navcontrols, 
    .aft-main-banner-wrapper .af-slick-navcontrols{
        right: 10px;
    }
    .aft-main-banner-wrapper .aft-banner-aligned.aft-horizontal-grid-part,
    .aft-main-banner-wrapper .aft-tabbed-part, 
    .aft-main-banner-wrapper .aft-editors-and-trending-part, 
    .aft-main-banner-wrapper .aft-slider-part, 
    .aft-main-banner-wrapper .aft-thumb-part, 
    .aft-main-banner-wrapper .aft-trending-part{
        /* padding: 0; */
    }
    .aft-section-layout-background .aft-main-banner-section.broadnews-customizer .aft-main-banner-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .af-boxed-layout .aft-main-banner-section.broadnews-customizer .container-wrapper,
    .container-wrapper,
    .af-wide-layout .aft-main-breadcrumb-wrapper.container-wrapper,
    .aft-section-layout-background .aft-main-banner-section .broadnews-customizer,
    .aft-section-layout-background .broadnews-customizer, 
    .aft-section-layout-background .broadnews-widget,
    .aft-section-layout-background .af-main-banner-latest-posts.broadnews-customizer .container-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aft-section-layout-background .aft-main-banner-section.broadnews-customizer, 
    .aft-section-layout-background .broadnews-customizer .aft-main-banner-wrapper .broadnews-customizer {
        padding-left: 0;
        padding-right: 0;
    }
    
    .header-layout-compressed-full .header-promotion {
        padding-bottom: 10px;
    }
    .aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header{
        padding: 10px;
    }
    .aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs{
        visibility: hidden;
    }
    body.single.aft-single-featured-full-title-over-image .read-details .entry-header-details .entry-meta,
    body.single.aft-single-featured-title-over-image article .entry-content-wrap .entry-meta {
        /* display: none; */
    }
    body.single.aft-single-featured-title-over-image article .entry-content-wrap .entry-title {
        margin-bottom: 0;
    }
    .aft-single-featured-full-title-below-image .post-thumbnail img.wp-post-image,
    .aft-single-featured-full-title-over-image .post-thumbnail img.wp-post-image{
        max-height: 300px;
    }
    .aft-main-banner-section .af-banner-carousel .read-img.read-bg-img{
        height: 220px;
    }
    .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
    .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img{
        height: 220px;
    }
    .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
        height: 220px;
    }
    body.full-width-content #primary .broadnews_posts_slider_widget .read-single .read-img.read-bg-img {
        height: 220px;
    }
    body.full-width-content #primary .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
    body.full-width-content #primary iframe.af-hide-iframe {
        height: 200px;
    }

    body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
        min-height: 220px;
    }

    .broadnews_posts_double_columns_widget .col-2.af-sec-post:last-child{
        margin-top: 10px;
    }
    body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate  .archive-grid-post .read-details ,
    body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate  .archive-grid-post .read-details,
    body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate  .archive-grid-post .read-details {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
    .af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper {
        /* height: 160px; */
    }
    iframe.af-hide-iframe,
    .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
        height: 260px;
    }
    /*media query of fonts*/
    body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h4,
    body .mailchimp-block .block-title,
    body .broadnews_posts_slider_widget .read-single .read-details .read-title h4,
    body article.latest-posts-full .read-title h4,
    body .af-banner-carousel .read-title h4,
    body.single-post .entry-title,
    body h1.page-title{
        font-size: 16px;
    }
    .header-after1 ,
    .widget-title{
        font-size: 20px;
    }
    /*media query of fonts*/

    /* media query of nav slide button */
    .af-slick-navcontrols .slide-icon, 
    .af-youtube-slider .slide-icon, 
    .aft-yt-video-item-wrapper .slide-icon{
        height: 20px;
        width: 20px;
    }
    .af-slick-navcontrols .slide-icon.slide-prev, 
    .af-youtube-slider .slide-icon.slide-prev, 
    .aft-yt-video-item-wrapper .slide-icon.slide-prev {
        right: 25px;
    }
    .widget-title-border-side .aft-horizontal-grid-part .heading-line,
    .widget-title-border-side .broadnews_popular_news_widget .heading-line,
    .widget-title-border-side .broadnews_trending_news_widget .heading-line,
    .widget-title-border-side .broadnews_posts_slider_widget .heading-line,
    .widget-title-border-side .broadnews_posts_carousel_widget .heading-line,
    .widget-title-border-side .broadnews_youtube_video_widget .heading-line,
    .widget-title-border-side .aft-featured-video-section .heading-line {
        padding-right: 50px;
    }
    /* media query of nav slide button */

    body.full-width-content .broadnews_express_posts_grid_widget .af-express-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .archive article .grid-design-texts-over-image .post-description {
        display: none;
    }
    .three-col-masonry article.col-2,
    .four-col-masonry article.col-2 {
        width: 100%;
    }
    body:not(.full-width-content) #secondary .broadnews_featured_posts_widget .col-4.pad,
    #secondary .broadnews-widget.broadnews_posts_lists_widget .af-list-post .col-2 {
        width: 100%;
    }
    .entry-content form.mc4wp-form input, .inner-suscribe input{
        text-align: center;
    }
    .entry-content form.mc4wp-form .mc4wp-form-fields label,
    .inner-suscribe .mc4wp-form-fields label{
        width: 100%;
        margin-bottom: 0;
    }
    .inner-suscribe input[type=submit] {
        position: static;
        width: 100%;
    }
    .af-social-contacts .social-widget-menu .screen-reader-text {
        font-size: 14px;
    }
    .widget .af-social-contacts .social-widget-menu ul li{
        width: calc(50% - 15px);
    }
    #secondary .af-social-contacts .social-widget-menu ul li{
        width: calc(50% - 15px);
    }
    .full-width-content .af-reated-posts .latest-posts-grid.af-sec-post,
    .aft-featured-category-section.af-list-post .af-widget-body > .list-style,
    .af-main-banner-categorized-posts.express-posts .col-3 .af-sec-post.list-part,
    .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
        width: 100%;
    }
    .top-bar-flex .top-bar-right {
        width: 100%;
    }
    .aft-main-banner-wrapper .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post{
        width: 100%;
    }
    .af-main-banner-thumb-posts .small-grid-style .af-sec-post{
        width: 100%;
    }
    .af-main-banner-thumb-posts .small-grid-style .af-sec-post:first-child{
        padding-top: 0;
    }
    .af-main-banner-thumb-posts .small-grid-style .af-sec-post:last-child{
        padding-bottom: 0;
    }
    .list-style .read-single {
        flex-wrap: wrap;
    }
    .af-double-column.list-style .read-single {
        flex-wrap: nowrap;
    }
    .archive-layout-list .af-double-column.list-style .read-single{
        flex-wrap: wrap;
    }
    .broadnews_posts_single_column_widget .af-double-column.list-style .read-single {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .archive-layout-list .af-double-column.list-style .read-bg-img,
    .broadnews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
        width: 100%;
        max-width: 100%;
    }
    .archive-layout-list .af-double-column.list-style .read-details,
    .broadnews_posts_single_column_widget .af-double-column.list-style .read-details {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    body .mailchimp-block .block-title{
        font-size: 20px;
    }
    .mailchimp-block{
        padding: 60px 0;
    }
    .aft-show-on-mobile{display: inline-block;}
    .header-layout-compressed-full .aft-hide-on-mobile.aft-search-compress,
    .aft-hide-on-mobile{display: none;}

    .search-watch.aft-show-on-mobile{
        display: flex;
        align-items: center;
    }
    .header-layout-centered .bottom-nav {
        display: flex;
        justify-content: space-between;
    }
    .header-layout-compressed-full .search-watch.aft-show-on-mobile {
        margin-left: auto;
    }
    .header-layout-compressed-full .bottom-nav {
        padding: 20px 0;
    }
    .header-layout-compressed-full .search-watch.aft-show-on-mobile .af-search-wrap{display: inline-block;}

    .header-layout-compressed-full .search-watch.aft-show-on-mobile .af-search-wrap,
    .header-layout-centered .af-search-wrap {width: 50px;align-self: center;}

    .broadnews-header.header-layout-side .search-watch .af-search-wrap{width: 50px;}

    .broadnews-header.header-layout-compressed-full .bottom-bar-flex{flex-flow: row wrap;}
    .broadnews-header.header-layout-compressed-full .bottom-bar-flex .logo{text-align: center;}
    .header-layout-compressed-full .main-navigation .toggle-menu {padding-left: 0;}

    .grid-layout-three > .common-grid,
    .grid-layout-three .common-grid:nth-child(2),
    .grid-layout-three .first-grid-item-warpper {
        width: 100%;
    }
    body.full-width-content .broadnews_featured_posts_widget .col-4.pad,
    body.full-width-content #primary .broadnews_express_posts_list_widget .col-2,
    .aft-main-banner-section .aft-thumb-part,
    .aft-main-banner-section .aft-trending-part,
    .af-reated-posts .col-3,
    .af-sec-post,
    .broadnews_posts_grid .af-sec-post,
    .col-2,.col-3,.col-4{
        width: 100%;
    }
    
    .full-width-content article.latest-posts-full .read-img,
    .related-title .read-img.read-bg-img,
    body:not(.full-width-content) #primary .broadnews_posts_carousel_widget .af-post-carousel .read-img,
    body:not(.full-width-content) #primary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img,
    #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
    #secondary .broadnews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img,
    body:not(.full-width-content) #secondary .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single,
    .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single,
    .full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img,
    .four-col-masonry .col-3 .read-img.read-bg-img,
    .broadnews_posts_slider_widget .read-single .read-img.read-bg-img,
    .list-style .read-bg-img,
    article.latest-posts-full .read-img,
    .two-col-masonry article.col-3 .read-img.read-bg-img,
    .af-main-banner-categorized-posts .af-post-carousel .read-img,
    .read-img.read-bg-img{
        height: 220px;
    }
    .af-banner-carousel .read-img.read-bg-img{
        height: 220px;
    }

    body.full-width-content .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
        min-height: 220px;
    }

    .af-banner-wrapper .af-banner-carousel .slick-slide{padding: 0;}

    .header-layout-centered .top-bar-right .aft-small-social-menu ul li a{
        margin-top: 5px;
    }

    .top-bar-flex{
        flex-wrap: wrap;
    }
    .aft-small-social-menu,
    .secondary-footer .af-flex-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .top-bar-left{
        justify-content: space-between;
        margin-bottom: 10px;
    }

    /*header-default-top-header*/
    .header-layout-side .top-bar-flex{
        flex-wrap: wrap;
    }
    .header-layout-side .top-bar-flex .top-bar-left,
    .header-layout-side .top-bar-flex .top-bar-right {
        justify-content: center;
    }
    .header-layout-side .top-bar-flex .top-bar-right .aft-small-social-menu {
        padding: 0;
    }
    /*header-default-top-header*/
    /*header-centered-top-header*/
    .header-layout-compressed-full .top-bar-left ,
    .header-layout-compressed-full .top-bar-right,
    .header-layout-centered .top-bar-right,
    .header-layout-centered .top-bar-left {
        justify-content: center;
        margin-bottom: 0;
    }
    .header-layout-compressed-full .top-bar-right,
    .header-layout-centered .top-bar-right{margin-bottom: 0;}

    /*header-centered-top-header*/

    .broadnews_posts_lists_widget .af-double-column.list-style .read-single .read-categories,
    .broadnews_popular_news_widget .af-double-column.list-style .read-single .read-categories,
    .broadnews_trending_news_widget .af-double-column.list-style .read-single .read-categories{
        display: none;
    }
    .aft-small-social-menu{
        padding: 5px 0;
        display: block;
    }
    .header-layout-centered .aft-small-social-menu{
        margin-left: 0;
        margin-top: 5px;
    }

    article.archive-image-alternate:nth-of-type(even) .list-style .read-details,
    article.archive-image-right .list-style .read-details {
        text-align: left;
    }
    /*featuredposts*/
    body:not(.full-width-content) .broadnews_featured_posts_widget .col-4.pad,
    .aft-masonry-archive-posts.three-col-masonry .col-3,
    .two-col-masonry .col-3,
    .four-col-masonry .col-3,
    .af-main-banner-latest-posts .col-4,
    .featured-posts .col-4{
        width: 100%;
    }
    /*featuredposts*/

    /*banner grid layouts*/

    .primary-footer-area:first-child:nth-last-child(1),
    .primary-footer-area:first-child:nth-last-child(2),
    .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area,
    .primary-footer-area:first-child:nth-last-child(3),
    .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area{width: 100%;}
    /*banner grid layouts*/

    body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-single,
    body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-single,
    body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-single,
    body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-single,
    body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-single,
    body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-single{
        flex-wrap: wrap;
    }
    body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-details,
    body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-details,
    body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details,
    body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-details,
    body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-details,
    body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-details,
    body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-bg-img,
    body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-bg-img{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .entry-content > p {margin: 0;}

    .af-search-wrap{position: static;}
    .af-search-form{width: 100%;}

    body.single .entry-header .aft-post-excerpt-and-meta .post-excerpt,
    .entry-content{
        margin-left: 0;
        margin-right: 0;
    }
    body:not(.full-width-content) #primary .broadnews_express_posts_grid_widget .af-express-grid-wrap,
    .broadnews_express_posts_grid_widget .af-express-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .broadnews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
        grid-column-end: span 1;
        grid-row-end: span 1;
    }
    .aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header{
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .entry-content form.mc4wp-form, .inner-suscribe {
        max-width: 350px;
    }
    .af-boxed-layout .af-whole-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    .aft-single-featured-full-title-over-image .site > .entry-content-title-featured-wrap,
    .aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel img,
    .aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel{
        min-height: 220px;
    }
}
@media screen and (max-width: 375px) {
    .header-layout-side .top-bar-flex {
        flex-wrap: wrap;
    }
    .header-layout-side .top-bar-flex .top-bar-left {
        width: 100%;
    }
    .header-layout-side .top-bar-flex .top-bar-right {
        width: 100%;
        justify-content: center;
    }
    .entry-content form.mc4wp-form, .inner-suscribe {
        max-width: 300px;
    }
    iframe.af-hide-iframe,
    .broadnews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
        height: 200px;
    }
}
/*--------------------------------------------------------------
# media queries------------------------------------------------
--------------------------------------------------------------*/

/* elementor css */
.elementor-page.af-wide-layout.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper,
.elementor-default.af-wide-layout.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper {
    max-width: 1100px;
}
.elementor-page.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper,
.elementor-default.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.broadnews-customizer .container-wrapper,
.elementor-page.aft-section-layout-none section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper ,
.elementor-default.aft-section-layout-none section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
    /* max-width: 1100px; */
}
.af-wide-layout .elementor-section.elementor-section-boxed > .elementor-container,
.af-boxed-layout .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1100px;
}
.af-boxed-layout.elementor-page #content.container-wrapper .af-breadcrumbs,
.af-wide-layout.elementor-page #content.container-wrapper .af-breadcrumbs,
.af-boxed-layout.elementor-default #content.container-wrapper .af-breadcrumbs,
.af-wide-layout.elementor-default #content.container-wrapper .af-breadcrumbs {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.elementor-page .container-wrapper,
.elementor-default .container-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1100px;
}

.af-boxed-layout.elementor-page .container-wrapper,
.af-boxed-layout.elementor-default .container-wrapper {
    max-width: 100%;
}
.elementor-default .header-layout-compressed-full .af-for-transparent,
.elementor-default .top-header,
.elementor-default .af-middle-header ,
.elementor-default .mid-header ,
.elementor-default .af-bottom-header,
.elementor-default .header-layout-side .bottom-header,
.elementor-default .header-layout-center .bottom-header,
.elementor-default .primary-footer,
.elementor-default .secondary-footer,
.elementor-default .site-info,

.elementor-page .header-layout-compressed-full .af-for-transparent,
.elementor-page .top-header,
.elementor-page .af-middle-header ,
.elementor-page .mid-header ,
.elementor-page .af-bottom-header,
.elementor-page .header-layout-side .bottom-header,
.elementor-page .header-layout-center .bottom-header,
.elementor-page .primary-footer,
.elementor-page .secondary-footer,
.elementor-page .site-info {
    display: flex;
}

.elementor-page .container-wrapper > *,
.elementor-default .container-wrapper > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 820px) {
    .elementor-page .container-wrapper, .elementor-default .container-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/* elementor css */

/* for elespare */
.elementor-page .elespare-site-footer .elementor-section-wrap > section.elementor-section > .elementor-container,
.elementor-default .elespare-site-footer .elementor-section-wrap > section.elementor-section > .elementor-container,
.elementor-page .elespare-site-header .elementor-section-wrap > section.elementor-section > .elementor-container,
.elementor-default .elespare-site-header .elementor-section-wrap > section.elementor-section > .elementor-container{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1140px;
}
/* for elespare */