.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar {
width: 5px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar-track {
background: #f2f5f8;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 20px;
}
.mintmrm .mrm-form-group {
margin: 0;
}
.mintmrm .mrm-form-group.alignment-center {
margin-left: auto;
margin-right: auto;
}
.mintmrm .mrm-form-group.alignment-right {
margin-left: auto;
margin-right: 0;
}
.mintmrm .mrm-form-group label,
.mintmrm .mrm-form-group .label {
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #344054;
box-sizing: border-box;
display: block;
}
.mintmrm .mrm-form-group input[type=date],
.mintmrm .mrm-form-group input[type=email],
.mintmrm .mrm-form-group input[type=text],
.mintmrm .mrm-form-group textarea,
.mintmrm .mrm-form-group select {
font-size: 14px;
line-height: 1.3;
color: #7a8b9a;
padding: 9px 15px;
width: 100%;
border-radius: 6px;
display: block;
border: 1px solid #e4e6eb;
min-height: 30px;
box-sizing: border-box;
outline: none;
box-shadow: none;
max-width: 100%;
}
.mintmrm .mrm-form-group input[type=date]:active, .mintmrm .mrm-form-group input[type=date]:focus,
.mintmrm .mrm-form-group input[type=email]:active,
.mintmrm .mrm-form-group input[type=email]:focus,
.mintmrm .mrm-form-group input[type=text]:active,
.mintmrm .mrm-form-group input[type=text]:focus,
.mintmrm .mrm-form-group textarea:active,
.mintmrm .mrm-form-group textarea:focus,
.mintmrm .mrm-form-group select:active,
.mintmrm .mrm-form-group select:focus {
border-color: #573BFF !important;
color: #7a8b9a;
box-shadow: none;
}
.mintmrm .mrm-form-wrapper {
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper * {
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper img {
border-radius: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form > div {
width: 100%;
}
.mintmrm .mrm-form-wrapper .required-mark {
font-weight: 600;
color: #dd1212;
}
.mintmrm .mrm-form-wrapper .mintmrm-btn {
display: inline-block;
border: 1px solid transparent;
color: #fff;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
letter-spacing: -0.01em;
padding: 11px 15px;
cursor: pointer;
text-align: center;
border-radius: 6px;
background-color: #573BFF;
min-height: 44px;
}
.mintmrm .mrm-form-wrapper .mintmrm-btn:hover {
background-color: #4C25A5;
color: #fff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox {
position: relative;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox] {
position: absolute;
top: 7px;
z-index: -1;
width: 0;
padding: 0 !important;
opacity: 0;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:active + label::before,
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:focus + label::before {
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox.no-title label {
min-height: 20px;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label {
font-weight: 500;
font-size: 15px;
line-height: 1;
letter-spacing: -0.01em;
color: #344054;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label:before {
content: "";
position: absolute;
left: 0;
top: -2px;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #bdc7eb;
background-color: #f6f6f8;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label:after {
content: "";
position: absolute;
left: 6px;
top: 4px;
width: 9px;
height: 5px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:checked + label::before {
background-color: #573bff;
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:checked + label::after {
opacity: 1;
visibility: visible;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn {
position: relative;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio] {
position: absolute;
top: 7px;
z-index: -1;
width: 0;
height: auto;
opacity: 0;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:active + label::before,
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:focus + label::before {
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn.no-title label {
height: 16px;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label {
font-size: 15px;
line-height: 14px;
font-weight: 500;
color: #7a8b9a;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label::before {
content: "";
position: absolute;
left: 0;
top: -3px;
width: 20px;
height: 20px;
border-radius: 100%;
background: #f7f7fa;
border: 1px solid #bdc7eb;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label::after {
content: "";
position: absolute;
left: 5px;
top: 2px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #573bff;
transform: scale(0);
transition: all 0.3s ease;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:checked + label::before {
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:checked + label::after {
transform: scale(1);
}
.mintmrm .mrm-form-wrapper .response {
font-size: 15px;
color: #000;
}
.mintmrm .mrm-form-wrapper .response.mintmrm-error {
color: #e71616;
}
.mintmrm .mrm-form-wrapper .response.mintmrm-success {
color: #08c708;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button {
position: relative;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button::after {
content: "";
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
margin-left: 7px;
position: relative;
top: 2px;
display: none;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button.show-loader::after {
display: inline-block;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner {
position: relative;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-close {
position: absolute;
right: -12px;
top: -16px;
width: 30px;
height: 30px;
background: #573bff;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background {
background: transparent;
border-radius: 0;
padding: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow {
padding: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .mrm-form > div {
padding: 20px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .wp-block-columns {
margin: 0;
}
.mintmrm .mrm-form-wrapper .wp-block-column {
padding: 0.2em;
}
.mintmrm .mrm-form-wrapper .mintmrm-form-preview .wp-block-image.aligncenter {
text-align: center;
}
.comment-form-mint-mail input[type=checkbox] {
margin-right: 6px;
}
.mintmrm-container {
max-width: 1230px;
padding: 0 15px;
margin: 0 auto;
}
.mintmrm-container .response {
font-size: 15px;
font-weight: 500;
}
.mintmrm-container .response.mintmrm-success {
color: #24c329;
}
.mintmrm-container .response.mintmrm-error {
color: #cd2653;
}
.mintmrm-page-template-main {
padding: 50px 0;
width: 100%;
}
.mrm-preferance-form-wrapper .mrm-block-label {
display: block;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper {
display: flex;
align-items: flex-start;
gap: 6px;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox] {
position: relative;
left: 0;
top: 9px;
display: block;
width: 18px !important;
height: 18px;
border-radius: 4px;
border: 1px solid #b9b9b9;
transition: all 0.3s ease;
box-sizing: border-box;
margin-right: 7px;
background-color: transparent;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]:checked {
background-color: #573bff;
border-color: #573bff;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]::before {
content: "";
position: absolute;
left: 25%;
top: 30%;
width: 9px;
height: 5px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]::after {
display: none;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]:focus {
outline: none;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]:checked::before {
opacity: 1;
visibility: visible;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.theme-checkbox input[type=checkbox] {
display: block;
margin: 0;
}
.mintmrm .mrm-input-group label.mrm-privacy-policy-input-label {
position: relative;
margin-bottom: 0px;
width: calc(100% - 30px);
}
.input-wrapper.checkbox-input-wrapper input[type=checkbox]:checked + label.mrm-privacy-policy-input-label .mailmint-checkbox::after {
opacity: 1;
visibility: visible;
}
.mrm-input-group .mrm-privacy-policy-input-label .mrm-privacy-policy {
margin: 0 !important;
line-height: 1.5;
display: inline;
}
.mintmrm-page-template-main .mintmrm-loader {
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
display: none;
margin-left: 4px;
}
.mintmrm-page-template-main .mintmrm-loader.show {
display: block;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} @-webkit-keyframes mrmFadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes mrmFadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes mrmSlideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes mrmSlideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@-webkit-keyframes mrmPulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes mrmPulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.mintmrm .mrm-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background: rgba(51, 51, 51, 0.3411764706);
padding: 5px 15px;
box-sizing: border-box;
z-index: 999;
overflow: auto;
}
.mintmrm .mrm-popup .mrm-form-wrapper-inner {
margin: 0 auto;
max-height: 80%;
background: #fff;
border-radius: 10px;
padding: 5px;
}
.mintmrm .mrm-popup .mrm-form-overflow {
padding: 20px;
overflow: visible;
width: 100%;
height: 100%;
max-width: 870px;
}
.mintmrm .mrm-form-disable {
display: none;
}
.mintmrm .mrm-popup.mrm-fade-in {
-webkit-animation: mrmFadeIn 0.5s ease 1s both;
animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-popup.mrm-slide-in-up {
-webkit-animation: mrmFadeIn 0.3s ease 0.1s both;
animation: mrmFadeIn 0.3s ease 0.1s both;
}
.mintmrm .mrm-popup.mrm-slide-in-up .mrm-form-wrapper-inner {
-webkit-animation: mrmSlideInUp 0.5s ease 0.5s both;
animation: mrmSlideInUp 0.5s ease 0.5s both;
}
.mintmrm .mrm-popup.mrm-pulse {
-webkit-animation: mrmFadeIn 0.3s ease 0.1s both;
animation: mrmFadeIn 0.3s ease 0.1s both;
}
.mintmrm .mrm-popup.mrm-pulse .mrm-form-wrapper-inner {
-webkit-animation: mrmPulse 0.4s ease-in-out 0.3s both;
animation: mrmPulse 0.4s ease-in-out 0.3s both;
}
@media only screen and (max-width: 575px) {
.mintmrm .mrm-popup .mrm-form-overflow {
padding: 11px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .mrm-form > div {
padding: 11px;
}
}
.mintmrm .mrm-flyins {
position: fixed;
right: 0;
bottom: 0;
z-index: 999;
}
.mintmrm .mrm-flyins .mrm-form-wrapper-inner .mrm-form-close {
right: inherit;
left: -12px;
background: #fff;
}
.mintmrm .mrm-flyins .mrm-form-overflow {
overflow: auto;
max-height: calc(100vh - 20px);
}
.mintmrm .mrm-flyins.mrm-fade-in {
-webkit-animation: mrmFadeIn 0.5s ease 1s both;
animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-flyins.mrm-slide-in-up {
-webkit-animation: mrmSlideInUp 0.6s linear 1s both;
animation: mrmSlideInUp 0.6s linear 1s both;
}
.mintmrm .mrm-fixed-on-bottom,
.mintmrm .mrm-fixed-on-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner {
padding: 20px 80px 20px 20px;
background: #b7b7b7;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close {
right: 20px;
top: 50%;
transform: translateY(-50%);
width: auto;
height: auto;
border-radius: 0;
padding: 5px;
background: transparent;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close svg,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close svg {
width: 24px;
height: 24px;
}
.mintmrm .mrm-fixed-on-bottom {
top: inherit;
bottom: 0;
}
.mintmrm .mrm-fixed-on-bottom.mrm-fade-in,
.mintmrm .mrm-fixed-on-top.mrm-fade-in {
-webkit-animation: mrmFadeIn 0.5s ease 1s both;
animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-fixed-on-bottom.mrm-slide-in-up,
.mintmrm .mrm-fixed-on-top.mrm-slide-in-up {
-webkit-animation: mrmSlideInUp 0.5s ease 0.5s both;
animation: mrmSlideInUp 0.5s ease 0.5s both;
}
@media only screen and (max-width: 991px) {
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close {
right: 3px;
top: 6px;
transform: translateY(0);
}
}
#mintmail_woocommerce_optin_consent_field label.woocommerce-form__label-for-checkbox input[type=checkbox] {
display: inline-block !important;
}
#mintmail_woocommerce_optin_consent_field label.woocommerce-form__label-for-checkbox .optional::before {
display: none !important;
}
.mintmrm-default-pages {
background: #FFF;
text-align: center;
border-radius: 8px;
padding: 40px;
box-shadow: 0px 30px 20px 30px rgba(228, 232, 235, 0.38);
}
.mintmrm-default-pages .mintmrm-card-wrapper {
border-radius: 8px;
background: #F6F8FA;
padding: 100px 200px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card {
background: #FFF;
filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.30));
border-radius: 10px;
padding: 80px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title {
color: #2D3149;
font-family: sans-serif;
font-size: 36px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.8px;
margin: 30px 0 0;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-subtitle {
color: #9398A5;
font-family: sans-serif;
font-size: 14px;
line-height: 1;
margin: 16px 0 0;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-buttons{
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 40px;
}
.mintmrm-default-pages .mintmrm-card-button {
text-decoration: none;
border-radius: 6px;
background: #573BFF;
box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.50);
color: #FFF;
font-family: sans-serif;
font-size: 16px;
padding: 14px 30px;
font-weight: 500;
border: 1px solid transparent;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.mintmrm-default-pages .mintmrm-card-button:hover {
background: #4c25a5;
}
.no-items-found {
text-align: left;
padding-left: 12px;
font-size: 14px;
color: red;
}
.mintmrm-default-pages  .mintmrm-card-button.mintmrm-card-button-outline {
background: none;
border: 1px solid #EBEDF0;
box-shadow: none;
color: #2D3149;
}
.mintmrm-default-pages .mintmrm-card-button.mintmrm-card-button-outline:hover{
background: #573BFF;
border: 1px solid #573BFF;
color: #FFF;
} .mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper{
padding: 57px 80px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card{
padding: 40px;
max-width: 540px;
margin: 0 auto;
}
.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card-title {
color: #2D3149;
font-family: sans-serif;
font-size: 40px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.8px;
margin: 0 0 30px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group {
display: flex;
flex-direction: column;
text-align: left;
gap: 8px;
margin-bottom: 24px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group label.mrm-block-label {
color: #2D3149;
font-family: sans-serif;
font-size: 16px;
font-weight: 500;
line-height: normal;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group input {
border-radius: 6px;
border: 1px solid #E4E6EB;
padding: 15px;
font-size: 14px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group .input-custom-wrapper{
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 8px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group .input-custom-wrapper input{
margin: 0;
padding: 0;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn {
position: relative;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"] {
position: absolute;
top: 7px;
z-index: -1;
width: 0;
height: auto;
opacity: 0;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:active + label::before,
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:focus + label::before {
border-color: #573bff;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn.no-title label {
height: 16px;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn label {
font-size: 14px;
line-height: 14px;
font-weight: 500;
color: #2D3149;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn label::before {
content: "";
position: absolute;
left: 0;
top: -3px;
width: 20px;
height: 20px;
border-radius: 100%;
background: #f7f7fa;
border: 1px solid #bdc7eb;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn label::after {
content: "";
position: absolute;
left: 5px;
top: 2px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #573bff;
transform: scale(0);
transition: all 0.3s ease;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:checked + label::before {
border-color: #573bff;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:checked + label::after {
transform: scale(1);
}
.mintmrm-default-pages .mintmrm-preference-form {
display: flex;
flex-direction: column;
}
.mintmrm-default-pages .mintmrm-preference-form .mintmrm-status{
order: 4;
}
.mintmrm-default-pages .mintmrm-preference-form .tag-lists-dropdown{
order: 3;
position: relative;
margin-bottom: 24px;
}
.mintmrm-default-pages .mintmrm-preference-form .mintmrm-submit{
order: 5;
} .mintmrm-default-pages .drop-down-button {
position: relative;
width: 100%;
border: 1px solid #ebedf0;
border-radius: 6px;
padding: 13px 33px 13px 12px;
background-color: transparent;
text-align: left;
font-weight: 400;
font-size: 14px;
line-height: 1.21;
color: #6a707c;
cursor: pointer;
}
.mintmrm-default-pages .drop-down-button::before {
content: url(data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23A7A8B3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%20d%3D%22M11%201L6%206%201%201%22%2F%3E%3C%2Fsvg%3E);
width: 12px;
display: block;
position: absolute;
right: 15px;
top: 50%;
margin-top: -9px;
transition: all 0.3s ease;
}
.mintmrm-default-pages .drop-down-button.show::before {
transform: rotate(180deg);
}
.mintmrm-default-pages .drop-down-button.focus {
color: #2D3149;
}
.mintmrm-default-pages .mintmrm-tag-list {
border: 1px solid #e4e6eb;
border-radius: 4px;
font-size: 13px;
line-height: 1;
letter-spacing: -0.01em;
color: #667085;
display: inline-block;
padding: 3px 25px 5px 6px;
margin: 3px;
position: relative;
vertical-align: middle;
}
.mintmrm-default-pages .mintmrm-tag-list .close-list{
background: transparent;
padding: 2px 4px 0;
border-radius: 2px;
font-size: 10px;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
height: 100%;
border: none;
border-left: 1px solid #e4e6eb;
display: flex;
align-items: center;
justify-content: center;
}
.mintmrm-default-pages .mintmrm-tag-list .close-list svg{
width: 7px;
height: 7px;
display: block;
}
.mintmrm-default-pages .mintmrm-dropdown {
position: absolute;
background: #fff;
left: 0;
top: calc(100% + 8px);
width: 300px;
border: 1px solid #e2e5ed;
z-index: 5;
transition: all 0.3s ease;
box-shadow: 0px 10px 20px rgb(0 0 0 / 6%);
border-radius: 6px;
padding: 8px;
display: none;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f2f5f8;
overflow: hidden;
}
.mintmrm-default-pages .mintmrm-dropdown.show {
display: block;
}
.mintmrm-default-pages .mintmrm-dropdown.timezone,
.mintmrm-default-pages .mintmrm-dropdown.country {
width: 320px;
}
.mintmrm-default-pages .mintmrm-dropdown.dropdown-left {
right: inherit;
left: 0;
}
.mintmrm-default-pages .mintmrm-dropdown.width-120px {
width: 120px;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #2d3149;
text-align: left;
padding: 8px 10px;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
margin-bottom: 0;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list svg {
margin-right: 7px;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:not(.searchbar):not(.list-title):not(.button-area):hover,
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:not(.searchbar):not(.list-title).active {
background: #f6f8fa;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:first-child a {
border-radius: 5px 5px 0 0;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:last-child {
border-bottom: 0;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:last-child a {
border-radius: 0 0 5px 5px;
}
.mintmrm-default-pages .mintmrm-dropdown .delete {
color: #ec5956;
}
.mintmrm-default-pages .mintmrm-dropdown .searchbar {
background: transparent;
padding: 8px 8px 14px;
display: list-item;
}
.mintmrm-default-pages .mintmrm-dropdown .searchbar svg {
position: absolute;
top: 9px;
left: 16px;
}
.mintmrm-default-pages .mintmrm-dropdown .searchbar input[type="search"] {
font-weight: 400;
height: 34px;
padding: 4px 15px 4px 10px;
background: #FFF;
display: block;
width: 100%;
border: 1px solid #ebedf0;
border-radius: 6px;
}
.mintmrm-default-pages .mintmrm-dropdown .single-column {
display: block;
}
.mintmrm-default-pages .mintmrm-dropdown .list-title {
font-weight: 600;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #667085;
border-top: 1px solid #ebedf0;
border-bottom: 1px solid #ebedf0;
border-radius: 0;
background: #f9fafb;
position: relative;
padding: 8px 18px;
left: -8px;
width: calc(100% + 16px);
cursor: text;
margin-bottom: 10px;
text-align: left;
}
.mintmrm-default-pages .mintmrm-dropdown .list-title.not-found {
color: #ec5956;
}
.mintmrm-default-pages .mintmrm-dropdown .button-area {
border-top: 1px solid #ebedf0;
border-radius: 0;
position: relative;
left: -12px;
width: calc(100% + 16px);
padding: 20px 20px 8px;
display: flex;
align-items: center;
background: transparent;
margin-top: 10px;
margin-left: 4px;
}
.mintmrm-default-pages .mintmrm-dropdown .button-area button {
cursor: pointer;
}
.mintmrm-default-pages .mintmrm-dropdown .button-area .cancel-btn {
margin-left: auto;
margin-right: 12px;
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown {
position: relative;
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown::before {
content: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23A7A8B3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M1%201l4%204-4%204%22%2F%3E%3C%2Fsvg%3E");
position: absolute;
width: 6px;
top: 50%;
right: 10px;
transform: translateY(-50%);
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown .mintmrm-dropdown {
left: calc(100% + 8px);
top: -10px;
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown.show::before {
top: 25%;
transform: rotate(90deg);
transition: all 0.3s ease;
}
.mintmrm-default-pages .mintmrm-dropdown .group-item {
transition: all 0.3s ease;
padding-left: 20px;
}
.mintmrm-default-pages .mintmrm-dropdown .no-found {
background-color: #f9fafb;
padding: 5px 0 5px 20px;
border-radius: 0;
background: #f9fafb;
position: relative;
left: -12px;
width: calc(100% + 24px);
cursor: text;
margin-top: 10px;
display: none;
}
.mintmrm-default-pages .mintmrm-dropdown .no-found span {
font-weight: 600;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #ec5956;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action {
display: flex;
align-items: center;
padding: 15px 17px 10px;
color: #573bff;
font-weight: 600;
font-size: 14px;
line-height: 17px;
border-top: 1px solid #e2e5ed;
position: relative;
text-decoration: underline;
left: -12px;
width: calc(100% + 24px);
}
.mintmrm-default-pages .mintmrm-dropdown .add-action svg {
margin-right: 5px;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action svg path {
stroke: #573bff;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action:hover {
color: #4c25a5;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action:hover svg path {
stroke: #4c25a5;
}
.mintmrm-default-pages .mintmrm-dropdown .option-section {
max-height: 200px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f2f5f8;
text-align: left;
}
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"] {
display: none;
}
.mintmrm-default-pages .mintmrm-checkbox.no-title label {
min-height: 20px;
}
.mintmrm-default-pages .mintmrm-checkbox label {
font-weight: 400;
font-size: 14px;
line-height: 1.2;
letter-spacing: -0.01em;
color: #2d3149;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm-default-pages .mintmrm-checkbox label::before {
content: "";
position: absolute;
left: 0;
top: -2px;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #e3e4e8;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm-default-pages .mintmrm-checkbox label::after {
content: "";
position: absolute;
left: 6px;
top: 4px;
width: 9px;
height: 5px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"]:checked + label {
font-weight: 500;
}
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"]:checked + label::before {
background-color: #573BFF; border-color: #573BFF; }
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"]:checked + label::after {
opacity: 1;
visibility: visible;
}
@media only screen and (max-width: 1199px) {
.mintmrm-default-pages .mintmrm-card-wrapper {
padding: 80px 100px;
}
}
@media only screen and (max-width: 991px) {
.mintmrm-default-pages {
padding: 20px;
}
.mintmrm-default-pages .mintmrm-card-wrapper {
padding: 50px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card {
padding: 50px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-header svg {
width: 150px;
height: 150px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title{
font-size: 36px;
}
}
@media only screen and (max-width: 767px) {
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title {
font-size: 24px;
margin: 10px 0 0;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper{
padding: 20px;
}
}
@media only screen and (max-width: 575px) {
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-header svg {
width: 100px;
height: 100px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card {
padding: 16px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title{
font-size: 20px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-subtitle{
margin-top: 10px;
line-height: 1.2;
}
.mintmrm-default-pages .mintmrm-card-wrapper {
padding: 30px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-buttons{
margin-top: 20px;
}
.mintmrm-default-pages .mintmrm-card-button {
padding: 10px 15px;
font-size: 14px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card{
padding: 20px;
}
}@media screen and (min-width:768px){.shop-page-wp-grid{display:flex;flex-wrap:wrap;justify-content:center}}@media (min-width:768px){.shop-page-wp-grid .shop-page-wp-item.spwp-full-width{width:100%}.shop-page-wp-grid .shop-page-wp-item.spwp-one-half{width:50%}.shop-page-wp-grid .shop-page-wp-item.spwp-one-third{width:33.3%}.shop-page-wp-grid .shop-page-wp-item.spwp-one-fourth{width:25%}}.shop-page-wp-grid a.shop-page-wp-item{text-decoration:none!important;padding:25px 30px!important;font-weight:400;display:block;color:#333;line-height:1.8em;font-family:sans-serif;font-size:.7em;margin:0;hyphens:none;border:none;box-shadow:none}.shop-page-wp-grid a.shop-page-wp-item:focus{outline:0}.shop-page-wp-grid a.shop-page-wp-item .shop-page-wp-description{text-transform:none}.shop-page-wp-grid .shop-page-wp-item{padding:25px 30px;text-align:center;display:block}.shop-page-wp-grid .shop-page-wp-item.spwp-has-link:hover{cursor:pointer}.shop-page-wp-grid .shop-page-wp-item.spwp-has-link:hover .shop-page-wp-link{background-color:#333}.shop-page-wp-grid .shop-page-wp-item.spwp-has-link:hover .shop-page-wp-link .buy-link{color:#fff}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-title h3{font-size:16px;margin:15px 0 17px;padding-bottom:0}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-image{margin:0 auto;display:inline-block}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-description{font-size:13px;margin-top:-5px;margin-bottom:10px}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link{border:2px solid #444;padding:3px 13px;max-width:200px;margin:5px auto 0;display:inline-block}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link a.buy-link{display:block;color:#333;line-height:1.8em;font-family:sans-serif;font-size:.7em;margin:0;padding:0;hyphens:none;text-decoration:none;border:none;box-shadow:none}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link a.buy-link.disabled,.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link span.buy-link.disabled{color:#aaa;border-color:#aaa;opacity:.7}@font-face {
font-family: 'aft-icons';
src:  url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/icons/fonts/aft-icons.eot?e3nek0);
src:  url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/icons/fonts/aft-icons.eot?e3nek0#iefix) format('embedded-opentype'),
url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/icons/fonts/aft-icons.ttf?e3nek0) format('truetype'),
url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/icons/fonts/aft-icons.woff?e3nek0) format('woff'),
url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/icons/fonts/aft-icons.svg?e3nek0#aft-icons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
#scroll-up,
.custom-menu-link i,
.af-yt-video-play .fa-play,
.af-bg-play .fa-play,
.slick-arrow.fa-angle-up,
.slick-arrow.fa-angle-down,
.slick-arrow.fa-angle-right,
.slick-arrow.fa-angle-left,
.posts-navigation .nav-previous:before,
.posts-navigation .nav-next:after,
.post-navigation .nav-previous:before,
.post-navigation .nav-next:after,
.author-links .fa-user-circle,
.author-links .fa-clock,
.aft-comment-count .fa-comment,
.aft-view-count .fa-eye,
.af-search-click .fa-search,
.af-search-wrap .fa-search,
.af-tabs>li>a i,
.em-post-format .fa-film,
.em-post-format .fa-play,
.em-post-format .fa-images,
.em-post-format .fa-image,
[class^="aft-icon-"], [class*=" aft-icon-"], .elegant-widget [class*=" fa-arrow-"] { font-family: 'aft-icons';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.af-tabs>li>a .fa-bolt::before {
content: "\f0e7";
}
.af-tabs>li>a .fa-clock:before {
content: "\e904";
}
.af-tabs>li>a .fa-fire:before {
content: "\e922";
}
.aft-icon-tiktok:before {
content: "\e900";
}
.aft-icon-messenger:before {
content: "\e901";
}
.aft-icon-github:before {
content: "\e902";
}
.author-links .fa-user-circle:before,
.aft-icon-circle-user-regular:before {
content: "\e903";
}
.author-links .fa-clock:before,
.aft-icon-clock-regular:before {
content: "\e904";
}
.aft-view-count .fa-eye:before,
.aft-icon-eye-regular:before {
content: "\e905";
}
.aft-icon-magnifying-glass-solid:before {
content: "\e906";
}
.em-post-format .fa-images:before,
.aft-icon-images-regular:before {
content: "\e907";
}
.aft-comment-count .fa-comment:before,
.aft-icon-comment-regular:before {
content: "\e908";
}
.aft-icon-clock-solid:before {
content: "\e909";
}
.aft-icon-facebook:before {
content: "\e90a";
}
.aft-icon-threads:before {
content: "\e916";
}
.aft-icon-twitch:before {
content: "\e90b";
}
.aft-icon-viber:before {
content: "\e90c";
}
.aft-icon-yahoo:before {
content: "\e90d";
}
.aft-icon-bolt-lightning-solid:before {
content: "\e90e";
}
.aft-icon-hashtag-solid:before {
content: "\e90f";
}
.custom-menu-link i.fa-bell:before,
.aft-icon-bell-solid:before {
content: "\e910";
}
.em-post-format .fa-play:before,
.af-yt-video-play .fa-play:before,
.af-bg-play .fa-play:before,
.aft-icon-play:before,
.custom-menu-link .fa-play:before,
.aft-icon-play-solid:before {
content: "\e911";
}
.custom-menu-link .fa-sign-in-alt:before,
.aft-icon-right-to-bracket-solid:before {
content: "\e912";
}
.custom-menu-link .fa-user:before,
.aft-icon-user-solid:before {
content: "\e913";
}
.af-search-wrap .fa-search:before,
.af-search-click .fa-search::before,
.aft-icon-search:before {
content: "\f002";
}
.em-post-format .fa-image:before{
content: "\e91b";
}
.aft-icon-camera:before {
content: "\f030";
}
.em-post-format .fa-film:before{
content: "\e90a";
}
.aft-icon-video-camera:before {
content: "\f03d";
}
.slick-arrow.fa-angle-left:before,
.aft-icon-chevron-left:before {
content: "\f053";
}
.slick-arrow.fa-angle-right:before,
.aft-icon-chevron-right:before {
content: "\f054";
}
.slick-arrow.fa-angle-up:before,
.aft-icon-chevron-up:before {
content: "\f077";
}
.slick-arrow.fa-angle-down:before,
.aft-icon-chevron-down:before {
content: "\f078";
}
.aft-icon-shopping-cart:before {
content: "\f07a";
}
.aft-icon-twitter:before {
content: "\f099";
}
.aft-icon-pinterest:before {
content: "\f0d2";
}
.aft-icon-google-plus:before {
content: "\f0d5";
}
.aft-icon-linkedin:before {
content: "\f0e1";
}
.aft-icon-bolt:before {
content: "\f0e7";
}
.aft-icon-youtube-play:before {
content: "\f16a";
}
.aft-icon-stack-overflow:before {
content: "\f16c";
}
.aft-icon-instagram:before {
content: "\f16d";
}
.aft-icon-tumblr:before {
content: "\f173";
}
.aft-icon-dribbble:before {
content: "\f17d";
}
.aft-icon-vk:before {
content: "\f189";
}
.aft-icon-weibo:before {
content: "\f18a";
}
.aft-icon-slack:before {
content: "\f198";
}
.aft-icon-wordpress:before {
content: "\f19a";
}
.aft-icon-behance:before {
content: "\f1b4";
}
.aft-icon-spotify:before {
content: "\f1bc";
}
.aft-icon-soundcloud:before {
content: "\f1be";
}
.aft-icon-wechat:before {
content: "\f1d7";
}
.custom-menu-link .fa-share-alt:before,
.aft-icon-share-alt:before {
content: "\f1e0";
}
.aft-icon-whatsapp:before {
content: "\f232";
}
.aft-icon-vimeo:before {
content: "\f27d";
}
.aft-icon-reddit-alien:before {
content: "\f281";
}
.aft-icon-snapchat-square:before {
content: "\f2ad";
}
.aft-icon-quora:before {
content: "\f2c4";
}
.aft-icon-telegram:before {
content: "\f2c6";
}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: bold;
}
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 #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !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^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
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 th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/bootstrap/fonts/glyphicons-halflings-regular.eot);
src: url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//tantrummingtrailblazers.com/wp-content/themes/morenews/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: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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;
}
*:before,
*:after {
-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;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 30px;
}
h3,
.h3 {
font-size: 24px;
}
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:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.header-title-wrapper {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
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;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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: bold;
-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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #000000;
}
.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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
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 > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
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: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
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="radio"]:focus,
input[type="checkbox"]: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[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.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"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.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"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox 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;
}
textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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;
}
textarea.input-lg,
select[multiple].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 textarea.form-control,
.form-group-lg select[multiple].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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
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: normal;
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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
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:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
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:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
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:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
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:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
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:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
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:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
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:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
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:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
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:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
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:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
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:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
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:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
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:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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;
}
.dropup,
.dropdown {
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: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
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 > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
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="radio"],
.input-group-addon input[type="checkbox"] {
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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
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:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
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:hover,
.nav-tabs > li.active > a:focus {
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:hover,
.nav-tabs.nav-justified > .active > a:focus {
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:hover,
.nav-tabs.nav-justified > .active > a:focus {
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:hover,
.nav-pills > li.active > a:focus {
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:hover,
.nav-tabs-justified > .active > a:focus {
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:hover,
.nav-tabs-justified > .active > a:focus {
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-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
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-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
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:hover,
.navbar-brand:focus {
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 > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
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 .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
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:hover,
.navbar-default .navbar-brand:focus {
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:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
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:hover,
.navbar-default .navbar-nav > .open > a:focus {
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:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
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:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
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:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
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:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
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:hover,
.pager li > a:focus {
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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
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]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
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-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
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 > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
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: bold;
}
.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-striped .progress-bar,
.progress-bar-striped {
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.active .progress-bar,
.progress-bar.active {
-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-left,
.media-right,
.media-body {
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:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
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:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
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 iframe,
.embed-responsive embed,
.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: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
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: normal;
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: normal;
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: #000000;
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 > img,
.carousel-inner > .item > a > 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.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
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='#00000000', 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='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
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-prev,
.carousel-control .icon-next {
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;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
}
th.visible-xs,
td.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;
}
th.visible-sm,
td.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;
}
th.visible-md,
td.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;
}
th.visible-lg,
td.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;
}
th.visible-print,
td.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;
margin-left: auto;
margin-right: auto;
}
.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;
}.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;
right: -6px;
text-align: right;
padding-right: 6px;
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;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.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: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } 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; } .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) { .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-face {
font-family: 'Oswald';
font-weight: 400;
font-style: normal;
src: url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/fonts/oswald/oswald-regular.woff2) format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Oswald';
font-weight: 700;
font-style: normal;
src: url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/fonts/oswald/oswald-700.woff2) format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
font-weight: 400;
font-style: normal;
src: url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/fonts/open-sans/open-sans-regular.woff2) format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
font-weight: 700;
font-style: normal;
src: url(//tantrummingtrailblazers.com/wp-content/themes/morenews/assets/fonts/open-sans/open-sans-700.woff2) format('woff2');
font-display: swap;
}
html {
font-family: 'Open Sans', sans-serif;
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: #007ACC ;
color: #000;
}
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=file] {
padding: 10px;
height: unset;
max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
display: inline-block;
vertical-align: middle;
height: unset;
margin: 0 0 2px;
}
.aft-dark-mode input[type="checkbox"], 
.aft-dark-mode input[type="radio"] {
color-scheme: dark;
}
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;
}
.btn-style1 a:visited,
.btn-style1 a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
border-radius: 0;
background: #007ACC ;
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;
}
body.aft-default-mode input[type=file],
body.aft-default-mode input[type="text"],
body.aft-default-mode input[type="email"],
body.aft-default-mode input[type="url"],
body.aft-default-mode input[type="password"],
body.aft-default-mode input[type="search"],
body.aft-default-mode input[type="number"],
body.aft-default-mode input[type="tel"],
body.aft-default-mode input[type="range"],
body.aft-default-mode input[type="date"],
body.aft-default-mode input[type="month"],
body.aft-default-mode input[type="week"],
body.aft-default-mode input[type="time"],
body.aft-default-mode input[type="datetime"],
body.aft-default-mode input[type="datetime-local"],
body.aft-default-mode input[type="color"],
body.aft-default-mode textarea,
body.aft-default-mode .comment-form input[type="text"], 
body.aft-default-mode .comment-form input[type="email"], 
body.aft-default-mode .comment-form input[type="url"], 
body.aft-default-mode .comment-form textarea{
background: rgb(255, 255, 255,.05);
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'Open Sans', sans-serif;
font-size: 1rem;
font-size: 16px;
line-height: 1.6;
}
input{height: 38px;}
button,
input,
select,
optgroup,
textarea {
border: 1px solid #dcdcdc;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
line-height: 1.4;
}
.wp-block-blockspare-blockspare-tabs .bs-tabs-title-list li a.bs-tab-title,
div.custom-menu-link > a,
.exclusive-posts .exclusive-now,
.aft-posts-tabs-panel .nav-tabs>li>a,
.aft-main-banner-wrapper .nav-tabs>li>a{
font-family: 'Oswald', serif;
}
.cat-links li a{
font-family: 'Open Sans', sans-serif;
}
.wp-block-tag-cloud a, .tagcloud a,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', serif;
font-weight: 700;
}
p {
margin-bottom: 20px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
border: 0;
position: relative;
font-size: 1rem;
line-height: 1.6;
border-left: .15em solid;
margin-top: 28px;
margin-bottom: 28px;
padding-left: 1em;
}
blockquote.is-style-large {
border-left: none;
}
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;
padding: 0.66667em;
padding-top: 1.33333em;
padding-bottom: 1.33333em;
}
}
blockquote cite {
display: block;
margin-top: 1.5em;
font-size: .85em;
text-transform: uppercase;
line-height: 1.7;
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%;
}  html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body.aft-default-mode {
background-color: #f0f1f4;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
ul.wp-block-list{
list-style-type: revert;
margin-left: 1.5em;
margin-bottom: 20px;
}
ol.wp-block-list {
list-style-type: decimal;
margin-left: 1.5em;
margin-bottom: 20px;
}
ul.wp-block-list li,
ol.wp-block-list li{
margin-bottom: 0.75em;
}
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;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
table#wp-calendar {
margin-bottom: 0;
}  #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%;
height: 50px;
width: 50px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#loader-wrapper div {
width: 16px;
height: 16px;
position: absolute;
background-color: #007ACC;
display: inline-block;
-webkit-animation: square1 1.7s infinite ease-in-out both;
animation: square1 1.7s infinite ease-in-out both;
}
#loader-wrapper .loader1 {
top: 7px;
left: 7px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loader-wrapper .loader2 {
top: 7px;
left: 27px;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loader-wrapper .loader3 {
top: 27px;
left: 7px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loader-wrapper .loader4 {
top: 27px;
left: 27px;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@keyframes square1 {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.elementor-html #af-preloader{
display: none;
}   .main-navigation .menu > ul > li ,
.main-navigation .menu > ul > ul > li {
position: relative;
display: inline-block;
transition-duration: 0.5s;
font-size: 16px;
line-height: 19px;
font-weight: 700;
}
.main-navigation .menu > ul > li > a,
.main-navigation .menu > ul > ul > li > a{
padding: 15px;
text-transform: uppercase;
}
.main-navigation .menu li{
text-transform: uppercase;
}
@media screen and (min-width: 993px) {
.header-layout-centered-4 .main-navigation .menu-desktop ,
.header-layout-centered-3 .main-navigation .menu-desktop {
justify-content: center;
}
.main-navigation #primary-menu > ul:not(.menu-mobile) > li:first-child > a,
.main-navigation .menu-desktop  > li:first-child > a,
.main-navigation .menu-desktop > ul > li:first-child > a{
padding-left: 0;
}
.main-navigation .menu-desktop  > li:last-child > a,
.main-navigation .menu-desktop > ul > li:last-child > a{
padding-right: 0;
}
.main-navigation #primary-menu > li.page_item_has_children > a,
.main-navigation #primary-menu > li.menu-item-has-children > a,
.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: 30px;
}
.main-navigation #primary-menu > li.page_item_has_children:last-child > a,
.main-navigation #primary-menu > li.menu-item-has-children:last-child > a,
.main-navigation .menu-desktop  > li.page_item_has_children:last-child > a,
.main-navigation .menu-desktop > ul > li.page_item_has_children:last-child > a,
.main-navigation .menu-desktop  > li.menu-item-has-children:last-child > a,
.main-navigation .menu-desktop > ul > li.menu-item-has-children:last-child > a{
padding-right: 15px;
}
.main-navigation #primary-menu > li.page_item_has_children:last-child > a:after,
.main-navigation #primary-menu > li.menu-item-has-children:last-child > a:after,
.main-navigation .menu-desktop  > li.page_item_has_children:last-child > a:after,
.main-navigation .menu-desktop > ul > li.page_item_has_children:last-child > a:after,
.main-navigation .menu-desktop  > li.menu-item-has-children:last-child > a:after, 
.main-navigation .menu-desktop > ul > li.menu-item-has-children:last-child > a:after{
right: 0;
}
}
.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;
padding: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.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;
}
body.aft-default-mode .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);
} .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{
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: fixed;
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: 20px;
padding-right: 40px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
-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 .children {display: none;}
.main-navigation .menu .menu-mobile li .sub-menu li a{
padding-left: 30px;
}
.main-navigation .menu .menu-mobile li .sub-menu .sub-menu li a {
padding-left: 40px;
}
.main-navigation ul li.page_item_has_children > a:after,
.main-navigation ul li.menu-item-has-children > a:after {
font-family: 'aft-icons' !important;
content: "\f107";
color: inherit;
font-size: inherit;
display: inline-block;
position: absolute;
right: 15px;
}
.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;} 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;
background-color: rgba(0,0,0,.2);
}
body.aft-dark-mode #af-preloader {
background-color: rgba(33, 32, 27,.02);
} @media only screen and (min-width: 993px) {
.main-navigation .menu li a button{
display: none;
}
.main-navigation #primary-menu > ul,
.main-navigation .menu-desktop,
.main-navigation .menu-desktop > ul {
font-size: 0;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.main-navigation .menu ul ul li {
width: 250px;
}
.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: #007ACC;
position: absolute;
left: 15px;
right: 0;
bottom: 0;
height: 3px;
width: 0;
transform-origin: center;
transition: width ease-in 0.075s;
}
.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::after ,
.main-navigation .menu-desktop > ul > li.current-menu-item::after ,
.main-navigation .menu-desktop  > li:hover::after ,
.main-navigation .menu-desktop > ul > li:hover::after {
width: calc(100% - 30px);
}
.main-navigation .menu-desktop  > li.current-menu-item:last-child::after ,
.main-navigation .menu-desktop > ul > li.current-menu-item:last-child::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:last-child:hover::after ,
.main-navigation .menu-desktop > ul > li:last-child:hover::after,
.main-navigation .menu-desktop  > li:first-child:hover::after ,
.main-navigation .menu-desktop > ul > li:first-child:hover::after {
width: calc(100% - 15px);
}
.main-navigation .menu ul > li > a {
position: relative;
display: block;
}
.main-navigation .menu ul ul a {
display: block;
padding: 10px;
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: 15px;
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: 15px;
}
.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: 'aft-icons' !important;
padding-right: 5px;
float: right;
}
.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) {
.menu-item-gtranslate > div{
position: static !important;
padding: 0 20px 10px;
}
.main-navigation #primary-menu > ul:not(.menu-desktop){
display: none;
}
.main-navigation .menu > .menu {
margin: 0;
list-style: none;
text-align: left;
z-index: 9999;
background-color: #fff;
display: none;
position: fixed;
top: 100%;
left: 0;
width: 100%;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
max-height: calc(100vh - 49px);
overflow: auto;
}
.site .site-header {
display: block;
padding-bottom: 10px;
padding-top: 10px;
}
.main-navigation .menu .menu-mobile li a button{
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 30px;
z-index: 1;
background-color: transparent;
border:none;
top: 50%;
transform: translateY(-50%);
outline: none;
color: inherit;
}
.main-navigation .menu .menu-mobile li a button:focus {
outline: 1px dotted #ccc;
}
.main-navigation .menu .menu-mobile li a button::before {
font-family: 'aft-icons' !important;
content: "\f107";
color: inherit;
position: absolute;
left: 50%;
top: 50%;
transform: rotate(0deg) translate(-50%,-50%);
transform-origin: top left;
transition: all ease-in .3s;
}
.main-navigation .menu .menu-mobile li a button.active::before {
transform: rotate(180deg) translate(-50%,-50%);
}
} .main-navigation .menu-description {
position: absolute;
top: 2px;
left: calc(100% - 30px);
background-color: #007ACC ;
font-size: 9px;
padding: 2px 4px;
line-height: 1;
color: #ffffff;
z-index: 1;
}
.main-navigation .menu-item-has-children .menu-description {
left: calc(100% - 30px);
}
.main-navigation .menu-item-has-children:last-child .menu-description {
left: calc(100% - 15px);
}
.main-navigation .menu-description:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 0 solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #007ACC ;
left: 3px;
bottom: -4px;
}
.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;} body.aft-default-mode .main-navigation .menu .menu-mobile li a,
body.aft-default-mode .main-navigation ul.children li a,
body.aft-default-mode .main-navigation ul .sub-menu li a{
color: #404040;
}   a, a:visited  {
color: #404040 ;
text-decoration: none;
}
.aft-dark-mode .entry-content a.comment-reply-link:hover,
.aft-dark-mode .entry-content a,
.aft-dark-mode a, .aft-dark-mode .entry-content a:visited {
color: #fff;
}
.aft-dark-mode .entry-content a:hover, .aft-dark-mode .entry-content a:focus, .aft-dark-mode .entry-content a:active ,
a:hover, a:focus, a:active {
color: #007ACC ;
outline: 0;
text-decoration: none;
}
.aft-dark-mode .main-navigation .menu ul > li > a:focus,
.aft-dark-mode a.button:focus,
.aft-dark-mode div.custom-menu-link > a:hover,
.aft-dark-mode .main-navigation ul li a:hover {
color: #fff;
}
a:focus {
outline: 1px dotted;
}
a:hover, a:active {
outline: 0;
text-decoration: none;
} .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;
}
.secondary-footer .af-container-row,
.site-info .af-container-row {
margin: 0;
}
.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: -5px;
margin-left: -5px;
}
.container-wrapper:before,
.container-wrapper:after {
content: "";
display: table;
}
.container-wrapper:after {
clear: both;
}
.container-wrapper {
max-width: 1400px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.af-boxed-layout .af-whole-wrapper{
max-width: 1400px;
margin: 0 auto;
}
.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
margin: 20px auto;
}
.af-boxed-layout .af-whole-wrapper .af-banner-wrapper {
padding-left: 0px;
padding-right: 0px;
}
.af-banner-wrapper{
max-width: 1400px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.pos-rel {
position: relative;
}
.container-wrapper #primary {
width: 70%;
padding-right: 10px;
}
.container-wrapper #secondary {
width: 30%;
padding-left: 10px;
}
body.error404 .container-wrapper #primary,
body.full-width-content #primary ,
.container-wrapper #primary.aft-no-sidebar {
width: 100%;
padding: 0;
}
body.error404 .container-wrapper #primary .page-content > .search-form {
max-width: 400px;
}
.container-wrapper #primary,
.container-wrapper #secondary {
float: left;
}
body.align-content-right .container-wrapper #primary,
body.align-content-right .container-wrapper #secondary {
float: right;
}
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;
}
.af-flex-container{
display: flex;
}
.section-block-upper{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
@media only screen and (min-width: 993px){
body #secondary.sidebar-sticky-top {
position: sticky;
top: 20px;
}
body #secondary.sidebar-sticky-bottom {
position: sticky;
bottom: 20px;
align-self: flex-end;
}
.align-content-right .section-block-upper{
flex-direction: row-reverse;    
}
} body .af-breadcrumbs + .section-block-upper ,
body header + #content.container-wrapper,
body .aft-main-breadcrumb-wrapper + #content.container-wrapper{
margin-top: 20px;
}
body.home .aft-main-breadcrumb-wrapper + #content.container-wrapper{ }
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: 15px 0;}
.entry-summary,
.entry-content, .entry-header .post-excerpt {
font-size: 18px;
} .af-double-column.list-style .read-details.pad {
padding-left: 15px;
padding-right: 0;
}
.archive-image-right .af-double-column.list-style .read-details.pad {
padding-left: 0;
padding-right: 15px;
} .entry-meta img.avatar.photo {
display: inline-block;
width: 25px;
border-radius: 50%;
margin-right: 3px;
border: 2px solid rgba(255, 255, 255, 0.05);
} .aft-small-social-menu {
text-align: right;
}
.aft-small-social-menu ul{font-size:0}
.aft-small-social-menu ul li:not(:first-child){
margin-left: 4px;
}
.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: 'aft-icons' !important;
line-height: 1;
vertical-align: middle;
}
.social-widget-menu ul li a:after,
.aft-small-social-menu ul li a:after {
font-family: 'aft-icons' !important;
font-size: 14px;
}
.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;
}
.social-widget-menu ul li a,
.em-author-details ul li a,
.aft-small-social-menu ul li a {
color: #fff;
}
footer .aft-small-social-menu ul li a,
header .mid-header .aft-small-social-menu ul li a,
header .top-header .aft-small-social-menu ul li a,
.social-widget-menu.af-widget-body ul li a{
background-color: #000;
transition: 0.35s;
}
.morenews_author_info_widget .aft-small-social-menu ul li a{
transition: .35s;
}
header .mid-header div.custom-menu-link > a i,
header .mid-header div.custom-menu-link > a,
header .mid-header .aft-small-social-menu ul li a{
border-radius: 30px;
}
header .mid-header div.custom-menu-link > a{padding-right: 12px;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="facebook.com"],
footer .aft-small-social-menu ul li a[href*="facebook.com"],
header .top-header .aft-small-social-menu ul li a[href*="facebook.com"],
header .mid-header .aft-small-social-menu ul li a[href*="facebook.com"],
.social-widget-menu.af-widget-body ul li a[href*="facebook.com"]{background-color: #3b5999;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="dribble.com"],
footer .aft-small-social-menu ul li a[href*="dribble.com"],
header .top-header .aft-small-social-menu ul li a[href*="dribble.com"],
header .mid-header .aft-small-social-menu ul li a[href*="dribble.com"],
.social-widget-menu.af-widget-body ul li a[href*="dribble.com"]{background-color: #ea4c89;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="vk.com"],
footer .aft-small-social-menu ul li a[href*="vk.com"],
header .top-header .aft-small-social-menu ul li a[href*="vk.com"],
header .mid-header .aft-small-social-menu ul li a[href*="vk.com"],
.social-widget-menu.af-widget-body ul li a[href*="vk.com"]{background-color: #4c75a3;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="threads.com"],
footer .aft-small-social-menu ul li a[href*="threads.com"],
header .top-header .aft-small-social-menu ul li a[href*="threads.com"],
header .mid-header .aft-small-social-menu ul li a[href*="threads.com"],
.social-widget-menu.af-widget-body ul li a[href*="threads.com"],
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="x.com"],
footer .aft-small-social-menu ul li a[href*="x.com"],
header .top-header .aft-small-social-menu ul li a[href*="x.com"],
header .mid-header .aft-small-social-menu ul li a[href*="x.com"],
.social-widget-menu.af-widget-body ul li a[href*="x.com"],
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="twitter.com"],
footer .aft-small-social-menu ul li a[href*="twitter.com"],
header .top-header .aft-small-social-menu ul li a[href*="twitter.com"],
header .mid-header .aft-small-social-menu ul li a[href*="twitter.com"],
.social-widget-menu.af-widget-body ul li a[href*="twitter.com"]{background-color: #000;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="linkedin.com"],
footer .aft-small-social-menu ul li a[href*="linkedin.com"],
header .top-header .aft-small-social-menu ul li a[href*="linkedin.com"],
header .mid-header .aft-small-social-menu ul li a[href*="linkedin.com"],
.social-widget-menu.af-widget-body ul li a[href*="linkedin.com"]{background-color: #0077B5;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="instagram.com"],
footer .aft-small-social-menu ul li a[href*="instagram.com"],
header .top-header .aft-small-social-menu ul li a[href*="instagram.com"],
header .mid-header .aft-small-social-menu ul li a[href*="instagram.com"],
.social-widget-menu.af-widget-body ul li a[href*="instagram.com"]{background-color: #3F729B;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="youtube.com"],
footer .aft-small-social-menu ul li a[href*="youtube.com"],
header .top-header .aft-small-social-menu ul li a[href*="youtube.com"],
header .mid-header .aft-small-social-menu ul li a[href*="youtube.com"],
.social-widget-menu.af-widget-body ul li a[href*="youtube.com"]{background-color: #cd201f;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="vimeo.com"],
footer .aft-small-social-menu ul li a[href*="vimeo.com"],
header .top-header .aft-small-social-menu ul li a[href*="vimeo.com"],
header .mid-header .aft-small-social-menu ul li a[href*="vimeo.com"],
.social-widget-menu.af-widget-body ul li a[href*="vimeo.com"]{background-color: #1ab7ea;}
.morenews_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"],
header .top-header .aft-small-social-menu ul li a[href*="plus.google.com"],
header .mid-header .aft-small-social-menu ul li a[href*="plus.google.com"],
.social-widget-menu.af-widget-body ul li a[href*="plus.google.com"]{background-color: #dd4b39;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="pinterest.com"],
footer .aft-small-social-menu ul li a[href*="pinterest.com"],
header .top-header .aft-small-social-menu ul li a[href*="pinterest.com"],
header .mid-header .aft-small-social-menu ul li a[href*="pinterest.com"],
.social-widget-menu.af-widget-body ul li a[href*="pinterest.com"]{background-color: #bd081c;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="tumblr.com"],
footer .aft-small-social-menu ul li a[href*="tumblr.com"],
header .top-header .aft-small-social-menu ul li a[href*="tumblr.com"],
header .mid-header .aft-small-social-menu ul li a[href*="tumblr.com"],
.social-widget-menu.af-widget-body ul li a[href*="tumblr.com"]{background-color: #34465d;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="wordpress.com"],
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="wordpress.org"],
footer .aft-small-social-menu ul li a[href*="wordpress.com"],
header .top-header .aft-small-social-menu ul li a[href*="wordpress.com"],
header .mid-header .aft-small-social-menu ul li a[href*="wordpress.com"],
footer .aft-small-social-menu ul li a[href*="wordpress.org"],
header .top-header .aft-small-social-menu ul li a[href*="wordpress.org"],
header .mid-header .aft-small-social-menu ul li a[href*="wordpress.org"],
.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;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="whatsapp.com"],
footer .aft-small-social-menu ul li a[href*="whatsapp.com"],
header .top-header .aft-small-social-menu ul li a[href*="whatsapp.com"],
header .mid-header .aft-small-social-menu ul li a[href*="whatsapp.com"],
.social-widget-menu.af-widget-body ul li a[href*="whatsapp.com"]{background-color: #25D366;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="reddit.com"],
footer .aft-small-social-menu ul li a[href*="reddit.com"],
header .top-header .aft-small-social-menu ul li a[href*="reddit.com"],
header .mid-header .aft-small-social-menu ul li a[href*="reddit.com"],
.social-widget-menu.af-widget-body ul li a[href*="reddit.com"]{background-color: #ff5700;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="t.me"],
footer .aft-small-social-menu ul li a[href*="t.me"],
header .top-header .aft-small-social-menu ul li a[href*="t.me"],
header .mid-header .aft-small-social-menu ul li a[href*="t.me"],
.social-widget-menu.af-widget-body ul li a[href*="t.me"]{background-color: #00405d;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="ok.ru"],
footer .aft-small-social-menu ul li a[href*="ok.ru"],
header .top-header .aft-small-social-menu ul li a[href*="ok.ru"],
header .mid-header .aft-small-social-menu ul li a[href*="ok.ru"],
.social-widget-menu.af-widget-body ul li a[href*="ok.ru"]{background-color: #ed812b;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="wechat.com"],
footer .aft-small-social-menu ul li a[href*="wechat.com"],
header .top-header .aft-small-social-menu ul li a[href*="wechat.com"],
header .mid-header .aft-small-social-menu ul li a[href*="wechat.com"],
.social-widget-menu.af-widget-body ul li a[href*="wechat.com"]{background-color: #09b83e;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="weibo.com"],
footer .aft-small-social-menu ul li a[href*="weibo.com"],
header .top-header .aft-small-social-menu ul li a[href*="weibo.com"],
header .mid-header .aft-small-social-menu ul li a[href*="weibo.com"],
.social-widget-menu.af-widget-body ul li a[href*="weibo.com"]{background-color: #ce1126;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="github.com"],
footer .aft-small-social-menu ul li a[href*="github.com"],
header .top-header .aft-small-social-menu ul li a[href*="github.com"],
header .mid-header .aft-small-social-menu ul li a[href*="github.com"],
.social-widget-menu.af-widget-body ul li a[href*="github.com"]{ background-color: #00405d;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="snapchat.com"],
footer .aft-small-social-menu ul li a[href*="snapchat.com"],
header .top-header .aft-small-social-menu ul li a[href*="snapchat.com"],
header .mid-header .aft-small-social-menu ul li a[href*="snapchat.com"],
.social-widget-menu.af-widget-body ul li a[href*="snapchat.com"]{ background-color: #e6e400;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="twitch.com"],
footer .aft-small-social-menu ul li a[href*="twitch.com"],
header .top-header .aft-small-social-menu ul li a[href*="twitch.com"],
header .mid-header .aft-small-social-menu ul li a[href*="twitch.com"],
.social-widget-menu.af-widget-body ul li a[href*="twitch.com"]{ background-color: #6441a5;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="viber.com"],
footer .aft-small-social-menu ul li a[href*="viber.com"],
header .top-header .aft-small-social-menu ul li a[href*="viber.com"],
header .mid-header .aft-small-social-menu ul li a[href*="viber.com"],
.social-widget-menu.af-widget-body ul li a[href*="viber.com"]{ background-color: #665cac;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="tiktok.com"],
footer .aft-small-social-menu ul li a[href*="tiktok.com"],
header .top-header .aft-small-social-menu ul li a[href*="tiktok.com"],
header .mid-header .aft-small-social-menu ul li a[href*="tiktok.com"],
.social-widget-menu.af-widget-body ul li a[href*="tiktok.com"]{ background-color: #010101;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="soundcloud.com"],
footer .aft-small-social-menu ul li a[href*="soundcloud.com"],
header .top-header .aft-small-social-menu ul li a[href*="soundcloud.com"],
header .mid-header .aft-small-social-menu ul li a[href*="soundcloud.com"],
.social-widget-menu.af-widget-body ul li a[href*="soundcloud.com"]{background-color: #f75200;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="behance.net"],
footer .aft-small-social-menu ul li a[href*="behance.net"],
header .top-header .aft-small-social-menu ul li a[href*="behance.net"],
header .mid-header .aft-small-social-menu ul li a[href*="behance.net"],
.social-widget-menu.af-widget-body ul li a[href*="behance.net"]{background-color: #053eff;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="quora.com"],
footer .aft-small-social-menu ul li a[href*="quora.com"],
header .top-header .aft-small-social-menu ul li a[href*="quora.com"],
header .mid-header .aft-small-social-menu ul li a[href*="quora.com"],
.social-widget-menu.af-widget-body ul li a[href*="quora.com"]{background-color: #b92b27;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="yahoo.com"],
footer .aft-small-social-menu ul li a[href*="yahoo.com"],
header .top-header .aft-small-social-menu ul li a[href*="yahoo.com"],
header .mid-header .aft-small-social-menu ul li a[href*="yahoo.com"],
.social-widget-menu.af-widget-body ul li a[href*="yahoo.com"]{background-color: #720e9e;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="spotify.com"],
footer .aft-small-social-menu ul li a[href*="spotify.com"],
header .top-header .aft-small-social-menu ul li a[href*="spotify.com"],
header .mid-header .aft-small-social-menu ul li a[href*="spotify.com"],
.social-widget-menu.af-widget-body ul li a[href*="spotify.com"]{background-color: #1ed760;}
.morenews_author_info_widget .aft-small-social-menu ul li a[href*="telegram.com"],
footer .aft-small-social-menu ul li a[href*="telegram.com"],
header .top-header .aft-small-social-menu ul li a[href*="telegram.com"],
header .mid-header .aft-small-social-menu ul li a[href*="telegram.com"],
.social-widget-menu.af-widget-body ul li a[href*="telegram.com"]{background-color: #24a1de;}
.aft-small-social-menu ul a:after,
.social-widget-menu ul a:before {
content: "\f35d";
}
.aft-small-social-menu ul a[href*="buffer.com"]:after,
.social-widget-menu ul a[href*="buffer.com"]:before {
content: "\e925";
}
.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: "\e90c";
}
.aft-small-social-menu ul a[href*="twitch.com"]:after,
.social-widget-menu ul a[href*="twitch.com"]:before {
content: "\e90b";
}
.aft-small-social-menu ul a[href*="tiktok.com"]:after,
.social-widget-menu ul a[href*="tiktok.com"]:before {
content: "\e900";
}
.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*="threads.com"]:after,
.social-widget-menu ul a[href*="threads.com"]:before {
content: "\e916";
}
.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*="x.com"]:after,
.social-widget-menu ul a[href*="x.com"]:before ,
.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: "\f16a";
}
.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: "\e902";
}
.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: "\e90d";
}
.aft-small-social-menu ul a[href*="spotify.com"]:after,
.social-widget-menu ul a[href*="spotify.com"]:before {
content: "\f1bc";
}
.aft-small-social-menu ul a[href*="messenger.com"]:after,
.social-widget-menu ul a[href*="messenger.com"]:before {
content: "\e901";
}
.aft-small-social-menu ul a[href*="stackoverflow.com"]:after,
.social-widget-menu ul a[href*="stackoverflow.com"]:before {
content: "\f16c";
}
.aft-small-social-menu ul a[href*="slack.com"]:after,
.social-widget-menu ul a[href*="slack.com"]:before {
content: "\f198";
}
.aft-small-social-menu ul a[href*="telegram.com"]:after,
.social-widget-menu ul a[href*="telegram.com"]:before {
content: "\f2c6";
}
body .site-footer .secondary-footer #footer-menu a:hover,
.morenews_author_info_widget .aft-small-social-menu ul li a:hover,
footer .aft-small-social-menu ul li a:hover,
header .top-header .aft-small-social-menu ul li a:hover{
opacity: .8;
}   .topbar-date + .menu,
.topbar-date + .top-navigation {
padding-left: 20px;
}
.topbar-date + .menu,
.top-navigation {
display: inline-block;
}
.topbar-date + .menu ul,
.top-navigation ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.topbar-date + .menu ul li,
.top-navigation ul li {
display: inline-block;
}
.topbar-date + .menu ul li a,
.top-navigation ul li a {
display: block;
padding: 5px;
color: #fff;
font-weight: 500;
}
.topbar-date + .menu ul li:first-child a,
.top-navigation ul li:first-child a {
padding-left: 0;
}
.morenews-header .top-header {
background-color: #202020;
padding: 5px 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;
width: 65%;
}
.top-bar-flex .top-bar-right{
text-align: right;
display: flex;
align-items: center;
justify-content: flex-end;
width: 35%;
}
.off-cancas-panel {
line-height: 1;
}
.offcanvas {
display: inline-block;
}
.offcanvas-nav{display: inline-block;outline-offset: 2px;}
.offcanvas-nav:focus-within {
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: 85%;
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: 100%;
}
.offcanvas-menu span.mbtn-bot {
bottom: 0;
width: 50%;
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;
} .af-search-wrap {
position: relative;
display: inline-block;
text-align: center;
}
.search-icon {
display: block;
line-height: 38px;
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,
.search-icon:focus-within {
outline: 1px dotted;
}
.af-search-form {
background-color: #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 #dcdcdc;
font-size: 14px;
border-radius: 0;
font-weight: normal;
}
.mc4wp-form-fields input[type="email"]:focus, 
input.search-field:focus{
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 {
height: 37px;
min-width: 183px;
}
body.aft-dark-mode select {
color-scheme: dark;
border-color: rgba(200,200,200,.15);
}
.morenews-widget select {
width: 100%;
height: 38px;
line-height: 38px;
display: block;
position: relative;
cursor: pointer;
}
body.aft-dark-mode .morenews-widget select {
background: rgba(255,255,255,.1);
border-color: rgba(255,255,255,.1);
color: #fff;
}
body.aft-dark-mode .morenews-widget select option {
background: rgba(0,0,0,.5);
}
.morenews-widget .mc4wp-form-fields {
position: relative;
}
.widget_product_search input.search-field button[type="submit"],
.morenews-widget .mc4wp-form-fields input[type="submit"] {
position: absolute;
right: 0;
top: 0;
width: 25%;
}
.morenews-widget .mc4wp-form-fields input[type="submit"]{
padding: 0 10px;
font-size: 13px;
line-height: 37px;
}
.widget_product_search input.search-field ,
.morenews-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 .morenews-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 .morenews-widget .mc4wp-form-fields input[type="email"]::placeholder,
body.aft-dark-mode .widget input.search-field::placeholder {
color:rgba(255,255,255,.75);
}
input.search-submit {
border: 1px solid #e0af00;
border-radius: 0px;
padding: 0px;
height: 38px;
font-size: 14px;
width: 25%;
margin: 0;
}
input[type=search].wp-block-search__input {
border-radius: 0;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
width: 75%;
outline-offset: -2px;
border: 1px solid #949494;
}
.aft-dark-mode input[type=search].wp-block-search__input {
border: 1px solid rgb(255 255 255 / 15%);
}
.wp-block-search__button {
margin-left: 0;
border-radius: 0;    
color: #fff;
width: 25%;
border: unset;
font-size: 13px;
padding: .375em .625em;
}
body .wp-block-search__button {
padding: .375em .625em;
}
.wp-block-search__button.has-icon {
width: unset;
}
.wp-block-search__inside-wrapper {
width: 100% !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0;
border: unset;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding-right: 10px;
padding-left: 10px;
} .af-header-image.data-bg{
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
footer.site-footer.data-bg::before,
.af-header-image.data-bg::before{
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
opacity: 0.55;
}
.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-image-above .header-image-above-site-title {
text-align: center;
}
.site-branding .site-title {
margin: 0;
line-height: 1.1;
font-size: 65px;
}
.site-branding.uppercase-site-title .site-description,
.site-branding.uppercase-site-title .site-title {
text-transform: uppercase;
}
.morenews-header .bottom-bar-flex {
display: flex;
justify-content: space-between;
max-width: 100vw;
}
div.custom-menu-link{
display: flex;
height: 49px;
}
.header-layout-compressed-full div.custom-menu-link {
height: unset;
}
div.custom-menu-link > a {
background: #007ACC ;
padding: 0 10px 0 0;
color: #ffffff;
font-size: 16px;
font-weight: 700;
display: flex;
align-items: center;
text-transform: uppercase;
}
.morenews-header div.custom-menu-link > a{
background: #d72924
}
div.custom-menu-link i {
font-size: 16px;
height: 16px;
width: 20px;
} div.custom-menu-link:not(.aft-custom-fa-icon) i{
font-size: 0;
position: relative;
}
div.custom-menu-link:not(.aft-custom-fa-icon) i::after,
div.custom-menu-link:not(.aft-custom-fa-icon) i::before {
content: "";
position: absolute;
border: 3px solid #ffffff;
opacity: 1;
border-radius: 50%;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50% , -50%);
animation: aft-ripple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
-moz-animation: aft-ripple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
-webkit-animation: aft-ripple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.top-header div.custom-menu-link:not(.aft-custom-fa-icon) i::after, 
.top-header div.custom-menu-link:not(.aft-custom-fa-icon) i::before{
border: 2.5px solid #fff;
animation: aft-ripple 2.6s cubic-bezier(0, 0.1, 0.5, 0.75) infinite;
-moz-animation: aft-ripple 2.6s cubic-bezier(0, 0.1, 0.5, 0.75) infinite;
-webkit-animation: aft-ripple 2.6s cubic-bezier(0, 0.1, 0.5, 0.75) infinite;
}
.top-header div.custom-menu-link:not(.aft-custom-fa-icon) i::after,
div.custom-menu-link:not(.aft-custom-fa-icon) i::after {
content: "";
animation-delay: -1.3s;
}
@keyframes aft-ripple{
0% {
width: 32px;
height: 32px;
transform: translate(-50%, -50%) scale(0, 0);
opacity: 1;
}
100% {
width: 32px;
height: 32px;
transform: translate(-50%, -50%) scale(1.5, 1.5);
opacity: 0;
}
}
@-moz-keyframes aft-ripple{
0% {
width: 32px;
height: 32px;
-moz-transform: translate(-50%, -50%) scale(0, 0);
opacity: 1;
}
100% {
width: 32px;
height: 32px;
-moz-transform: translate(-50%, -50%) scale(1.5, 1.5);
opacity: 0;
}
}
@-webkit-keyframes aft-ripple{
0% {
width: 32px;
height: 32px;
-webkit-transform: translate(-50%, -50%) scale(0, 0);
opacity: 1;
}
100% {
width: 32px;
height: 32px;
-webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
opacity: 0;
}
} [class*="header-layout-side"] .af-middle-header {
padding: 20px 0;
}
.morenews-header.header-layout-side .bottom-bar-flex > div,
.header-layout-side .off-cancas-panel{
display: flex;
align-items: center;
}
.morenews-header.header-layout-side-3 .search-watch,
.morenews-header.header-layout-side .search-watch .af-search-wrap{
display: flex;
align-items: center;
margin-left: 15px;
}
.morenews-header.header-layout-side .search-watch .custom-menu-link {
margin-left: 15px;
}
.header-layout-side-3 .top-bar-right ,
.header-layout-side-2 .top-bar-right {
gap: 15px;
}
.header-layout-side-4 .offcanvas-navigaiton {
display: flex;
align-items: center;
}
.header-layout-side-4 .date-bar-right {
display: flex;
align-items: center;
column-gap: 15px;
flex-wrap: wrap;
}
.header-layout-side-4 .topbar-date + .top-navigation{
padding-left: 5px;
}
.header-layout-compressed-4 .top-navigation {
padding-left: 0;
padding-top: 10px;
width: 100%;
}
.header-layout-compressed-4 .top-navigation ul li a{
padding: 5px 10px 5px 0px;
}
.header-layout-compressed-2 .logo-and-off-cancas-panel {
display: flex;
align-items: center;
gap: 20px;
}
.header-layout-compressed-2 .bottom-bar-flex {
align-items: center;
}
@media screen and (min-width: 991px){
.header-layout-side-4 .top-bar-flex .top-bar-left{
width: 35%;
}
.header-layout-side-4 .top-bar-flex .top-bar-right{
width: 65%;
}
.header-layout-centered-3 .aft-small-social-menu {
text-align: left;
}
.header-layout-centered-2 .mid-header > .mid-header-right .custom-menu-link,
.header-layout-centered-3 .mid-header > .mid-header-right .custom-menu-link{
justify-content: flex-end;
}
[class*="header-layout-centered-"] .mid-header > div,
.header-layout-compressed-4 .top-bar-flex .top-bar-left,
.header-layout-compressed-4 .top-bar-flex .top-bar-center,
.header-layout-compressed-4 .top-bar-flex .top-bar-right,
.header-layout-compressed-3 .top-bar-flex .top-bar-left,
.header-layout-compressed-3 .top-bar-flex .top-bar-center,
.header-layout-compressed-3 .top-bar-flex .top-bar-right{
width: 33.33%;
}
}
.header-layout-compressed-4 .top-bar-flex .top-bar-center,
.header-layout-compressed-3 .top-bar-flex .top-bar-center{
text-align: center;
}
.header-layout-compressed-4 .bottom-bar-flex,
.header-layout-compressed-3 .bottom-bar-flex {
align-items: center;
}
.header-layout-compressed-4 .bottom-bar-flex .search-watch,
.header-layout-compressed-3 .bottom-bar-flex .search-watch{
display: flex;
align-items: center;
gap: 15px;
}
@media screen and (max-width: 990px){
.header-layout-side-4 .date-bar-right {
justify-content: center;
text-align: center;
}
.header-layout-side-4 .date-bar-right .top-navigation {
width: 100%;
padding: 0;
}
.header-layout-compressed-full .date-bar-left{
display: flex;
flex-direction: column;
}
.header-layout-compressed-4 .top-bar-flex .top-bar-right,
.header-layout-compressed-3 .top-bar-flex .top-bar-right {
flex-direction: column;
}
.header-layout-compressed-4 .top-bar-flex .top-bar-center, 
.header-layout-compressed-3 .top-bar-flex .top-bar-center{
margin-bottom: 10px;
}
[class*="header-layout-centered-"] div.custom-menu-link > a i,
[class*="header-layout-compressed-"] div.custom-menu-link > a i {
margin-right: 10px;
}
}  .morenews-header .bottom-pos-rel{position: relative;}
.top-header .search-icon{line-height: unset;}
.header-layout-compressed-full .logo{padding: 10px 0;}
.header-layout-compressed-full .logo .site-title{
margin: 0;
}
.logo .site-description{margin-bottom: 0;}
.morenews-header .af-boxed .bottom-bar-up {
position: absolute;
top: -60px;
left: 0;
z-index: 99999;
width: 100%;
background-color: #fff;
}
.header-layout-compressed-full .search-watch{
display: flex;
align-items: center;
gap: 15px;
}
.header-layout-compressed-full .bottom-nav,
.header-layout-compressed-full .aft-hide-on-mobile.aft-search-compress {
display: flex;
align-items: center;
margin-left: 15px;
}
.morenews-header .main-navigation .menu .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;}
.morenews-header.header-layout-centered .top-bar-right div.custom-menu-link > a ,
.morenews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a {
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-centered-2 .offcanvas-navigaiton{
display: flex;
align-items: center;
justify-content: space-between;
}
.header-layout-centered .offcanvas-navigaiton{
display: flex;
width: 100%;
align-items: center;
}
.header-layout-centered .offcanvas-navigaiton .navigation-container:first-child{
margin-left: 0;
margin-right: auto;
}
.header-layout-centered .mid-header-wrapper{
padding: 20px 0;
}
.header-layout-centered .mid-bar-flex {
display: flex;
justify-content: center;
}
.header-layout-centered .search-watch,
.header-layout-centered .af-search-mid,
.header-layout-centered .off-cancas-panel{
display: flex;
align-items: center;
}
.header-layout-centered .search-watch{
height: 100%;
}
.header-layout-centered .search-watch div.custom-menu-link i{
height: 49px;
width: 49px;
line-height: 49px;
margin-right: 15px;
}
.header-layout-centered div.custom-menu-link > a{
padding-right: 15px;
}
.header-layout-centered .navigation-container {
margin-right: auto;
display: flex;
align-items: center;
}
.header-layout-centered .search-watch .af-search-wrap,
.header-layout-centered .custom-menu-link{
margin-left: 15px;
}
[class*="header-layout-side"] .off-cancas-panel,
.header-layout-centered .off-cancas-panel{
margin-right: 20px;
}
[class*="header-layout-side"]  .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;
}
[class*="header-layout-centered-"] .search-watch {
display: flex;
align-items: center;
gap: 15px;
}
[class*="header-layout-centered-"] .mid-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
[class*="header-layout-centered-"] .mid-header .mid-header-left{
display: flex;
}
[class*="header-layout-centered-"] .top-bar-flex .top-bar-right {gap : 15px}
[class*="header-layout-centered"] .below-mid-header .promotion-section a img{
padding-top: 20px;
}
[class*="header-layout-compressed-"] div.custom-menu-link ,
[class*="header-layout-centered-"] div.custom-menu-link {
height: unset;
}
[class*="header-layout-centered-"] .off-cancas-panel {margin-right: 20px;}
[class*="header-layout-centered"] .logo {
text-align: center;
}
[class*="header-layout-compressed-"] .top-bar-flex .top-bar-left,
[class*="header-layout-compressed-"] .top-bar-flex .top-bar-right {
row-gap: 5px;
column-gap: 15px;
}
.below-mid-header .header-promotion {text-align: center;}   #main-navigation-bar {
transition: transform 0.3s ease, opacity 0.3s ease;
will-change: transform, opacity;
} #main-navigation-bar.aft-sticky-navigation {
position: fixed;
width: 100%;
z-index: 9999;
top: -50px;
transform: translateY(-10px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
opacity: 0;
transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
animation: fadeInDown 0.3s ease forwards;
-moz-animation: fadeInDown 0.3s ease forwards;
-webkit-animation: fadeInDown 0.3s ease forwards;
}
.af-boxed-layout #main-navigation-bar.aft-sticky-navigation {
max-width: 1400px;
}
@media screen and (min-width: 782px) {
body.admin-bar #main-navigation-bar.aft-sticky-navigation {
animation: adminfadeInDown 0.3s ease forwards;
}
@keyframes adminfadeInDown {
to {
top: 32px;
opacity: 1;
transform: translateY(0);
}
}
}
@media screen and (max-width: 781px) and (min-width: 601px) {
body.admin-bar #main-navigation-bar.aft-sticky-navigation {
animation: mobadminfadeInDown 0.3s ease forwards;
}
@keyframes mobadminfadeInDown {
to {
top: 46px;
opacity: 1;
transform: translateY(0);
}
}
}
@keyframes fadeInDown {
to {
top: 0;
opacity: 1;
transform: translateY(0);
}
} @media screen and (min-width: 782px) {
body.admin-bar #sidr {
top: 32px;
}
body.admin-bar #sidr {padding-bottom: 32px;}
}
@media screen and (max-width: 781px) and (min-width: 601px) {
body.admin-bar #sidr {
top: 46px;
}
body.admin-bar #sidr {padding-bottom: 46px;}
} .navigation-container {
position: relative;
}
div#main-navigation-bar {
background: #202020;
}
[class*="header-layout-side"] .af-bottom-head-nav ,
[class*="header-layout-side"] .af-middle-container{
display: flex;
justify-content: space-between;
align-items: center;
}
[class*="header-layout-side"] .af-bottom-head-nav {
height: 100%;
}
[class*="header-layout-side"] .af-middle-container .logo{padding: 0 10px 0 0; width: 40%;text-align: left;}
[class*="header-layout-side"] .af-middle-container .header-promotion{padding: 10px;padding-right: 0;width: 60%;text-align: right;}
[class*="header-layout-side"] .af-middle-container .header-promotion .morenews-widget {
margin-bottom: 0; padding: 0; box-shadow: none;
}
.below-banner-advertisment-section .banner-promotions-wrapper:nth-last-child(2) ,
.header-promotion .banner-promotions-wrapper:nth-last-child(2) {
margin-bottom: 10px;
}
.bottom-header,
[class*="header-layout-side"] .af-bottom-header{
position: relative;
z-index: 9;
}
@media only screen and (max-width: 990px) {
.top-bar-flex{
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.top-bar-left {
margin-bottom: 10px;
}
.top-bar-flex .top-bar-left ,
.top-bar-flex .top-bar-right{
width: 100%;
justify-content: center;
}
.top-bar-flex .top-bar-left {
flex-direction: column;
gap: 10px;
}
.header-layout-compressed-full span.topbar-date {
margin: 10px;
display: inline-block;
}
.main-navigation ul.children li,
.main-navigation ul .sub-menu li {
border-top: none;
}
[class*="header-layout-side"] .af-middle-container{
flex-wrap: wrap;
justify-content: center;
}
[class*="header-layout-side"] .af-middle-container .logo{padding-right: 0; width: 100%;text-align: center;}
[class*="header-layout-side"] .af-middle-container .header-promotion{
padding: 20px 0 0; width: 100%;text-align:center;
}
}  .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: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: 1400px) 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;}
}
@media screen and (max-width: 990px) and (min-width:481px){
.header-layout-compressed-full .search-watch{
width: 100%;
justify-content: flex-end;
}
}  .aft-below-site-header-section .morenews-widget,
.home-site-footer-widgets.upper .morenews-widget {
margin-top: 20px;
}
.home-site-footer-widgets:not(.upper) .morenews-widget.widget_media_image,
.home-site-header-widgets.upper .morenews-widget.widget_media_image {
padding: 0;
}  .aft-popular-tags {
font-size: 14px;
position: relative;
margin: 20px 0 0;
}
.af-boxed-layout .aft-popular-tags .container-wrapper{
padding: 0;
}
.aft-popular-taxonomies-lists{
background: rgba(255,255,255,0.05);
display: flex;
align-items: center;
}
.aft-popular-taxonomies-lists span {
margin-right: 20px;
color: #fff;
position: relative;
padding: 10px 15px;
font-weight: 700;
z-index: 0;
text-transform: uppercase;
}
.aft-popular-taxonomies-lists span:before {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #007ACC;
z-index: -1;
}
.aft-popular-taxonomies-lists span:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 100%;
border-color: transparent transparent transparent #007ACC;
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 {
transition: all 0.075s linear;
font-weight: 700;
}
.aft-default-mode .aft-popular-taxonomies-lists ul li a:hover ,
.aft-dark-mode .aft-popular-taxonomies-lists ul li a:hover {
color: #007ACC;
}
.aft-popular-taxonomies-lists ul li a:before {
content: '\e90f';
font-family: 'aft-icons' !important;
font-size: 12px;
padding: 0 5px;
}  #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-default-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");
}  .banner-exclusive-posts-wrapper {
margin-top: 20px;
}
.af-boxed-layout .banner-exclusive-posts-wrapper .container-wrapper {
padding-left: 0;
padding-right: 0;
}
.banner-exclusive-posts-wrapper .exclusive-posts:before{
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #fff;
}
.aft-dark-mode .banner-exclusive-posts-wrapper .exclusive-posts:before{
background-color: #202020;
}
.banner-exclusive-posts-wrapper a,
.banner-exclusive-posts-wrapper a:visited{
color: #202020;
transition: all 0.075s linear;
}
.banner-exclusive-posts-wrapper a:hover,
.banner-exclusive-posts-wrapper a:visited:hover{
color: #007ACC;
}
.exclusive-posts {
font-size: 16px;
line-height: 50px;
position: relative;
}
.exclusive-posts .exclusive-now {
background: #007ACC ;
color: #ffffff;
float: left;
text-transform: uppercase;
position: relative;
padding: 0 15px;
padding-left: 0;
display: flex;
align-items: center;
min-height: 50px;
font-weight: 700;
}
.exclusive-posts .exclusive-now span{
margin-left: 15px;
display: inline-block;
}
.exclusive-posts .aft-box-ripple {
width: 50px;
height: 50px;
background-color: rgba(0,0,0,.25);
position: relative;
}
.exclusive-posts .aft-box-ripple div {
width: 10px;
height: 10px;
position: absolute;
background-color: #fff;
display: inline-block;
-webkit-animation: square2 1.7s infinite ease-in-out both;
animation: square2 1.7s infinite ease-in-out both;
}
.exclusive-posts .aft-box-ripple .box1 {
top: 12.5px;
left: 12.5px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
background-color: rgba(255,255,255,.5);
}
.exclusive-posts .aft-box-ripple .box2 {
top: 12.5px;
left: 27.5px;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
background-color: rgba(255,255,255,.5);
}
.exclusive-posts .aft-box-ripple .box3 {
left: 12.5px;
top: 27.5px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
background-color: rgba(255,255,255,.75);
}
.exclusive-posts .aft-box-ripple .box4 {
left: 27.5px;
top: 27.5px;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
background-color: rgba(255,255,255,.75);
}
@keyframes square2 {
0%, 100% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-transform: scale(0.7);
transform: scale(0.7);
opacity: 1;
}
40%, 80% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.exclusive-slides {
padding: 0 5px;
overflow: hidden;
position: relative;
height: 50px;
}
.exclusive-slides::before ,
.exclusive-slides::after {
content: "";
width: 10px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background-color: #fff;
z-index: 1;
}
.exclusive-slides::before {
right: unset;
left: 0;
}
.aft-dark-mode .exclusive-slides::before ,
.aft-dark-mode .exclusive-slides::after {
background-color: #202020;
}
.exclusive-slides .marquee {
width: 10000px;
}
.exclusive-slides .marquee,
.exclusive-slides .marquee .js-marquee {
display: flex;
align-items: center;
}
.exclusive-posts .marquee a {
padding: 0 20px;
font-weight: bold;
display: flex;
align-items: center;
}
.exclusive-posts .marquee a span.circle-marq {
width: 40px;
height: 40px;
overflow: hidden;
display: inline-block;
line-height: 1;
margin-right: 10px;
position: relative;
background-color: rgba(0,0,0,.1);
}
.aft-dark-mode .exclusive-posts .marquee a span.circle-marq {
background-color: rgba(255,255,255,.1);
}
.exclusive-posts .marquee a img {
height: 40px;
width: 40px;
object-fit: cover;
}
.exclusive-posts .marquee a img.wp-post-image {
margin: 0;
}
.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;
line-height: 39px;
font-size: 16px;
font-weight: 700;
}   .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; }
.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; } .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;
}  .textwidget p:last-child {
margin-bottom: 0;
}
.morenews_author_info_widget .read-img{
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
.morenews_author_info_widget .read-img img{
height: 100%;
width: 100%;
object-fit: cover;
}
.morenews_author_info_widget .af-author-details,
.morenews_author_info_widget .aft-small-social-menu {
text-align: center;
}
body.full-width-content .morenews_featured_posts_widget .col-4.pad:nth-child(4n+1) {
clear: left;
}
body:not(.full-width-content) .morenews_featured_posts_widget .col-4.pad{
width: 33.33%;
}
body:not(.full-width-content) .morenews_featured_posts_widget .col-4.pad:nth-child(3n+1){
clear: left;
}
body:not(.full-width-content) .morenews_posts_lists_widget .af-double-column.list-style.col-3{
width: 50%;
}
body:not(.full-width-content) #primary .morenews_youtube_video_widget .col-2.secondary-video,
body:not(.full-width-content) #primary .morenews_youtube_video_widget .col-2.primary-video{
width: 100%;
}
body:not(.full-width-content) #primary .morenews_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;
}
.morenews_featured_posts_widget .col-4.pad .read-img.read-bg-img{
height: unset;
aspect-ratio: 3/2;
}
.morenews_posts_slider_widget .read-single .read-img.read-bg-img {
height: 620px;
}
.morenews_posts_slider_widget .af-posts-slider {
max-height: 620px;
overflow: hidden;
}
.morenews_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%);
}
.morenews_posts_slider_widget .read-single .post-format-and-min-read-wrap,
.morenews_posts_slider_widget .read-single .read-categories{
display: inline-block;
} .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single{
position: relative;
margin-bottom: 0;
overflow: hidden;
aspect-ratio: 3/2;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details{
position: absolute;
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%);
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details .read-categories,
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details .post-format-and-min-read-wrap{
display: inline-block;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap{
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(3, 1fr);
} 
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
grid-column-end: span 2;
grid-row-end: span 2;
aspect-ratio: unset;
} .morenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
height: unset;
aspect-ratio: 3/2;
} .morenews-customizer,
.morenews-widget{
margin-bottom: 20px;
padding: 20px;
position: relative;
}
.aft-main-banner-section .morenews-customizer {
margin-bottom: 0;
padding-bottom: 20px;
height: 100%;
}
footer.site-footer,
section.aft-blocks.above-footer-widget-section {
margin-top: 20px;
}
section.aft-blocks.above-footer-widget-section .morenews-customizer,
.morenews-widget:last-child {
margin-bottom: 0;
}
.widget-title-fill-and-border .morenews-widget .widget-title,
.widget-title-fill-and-border .morenews-customizer .widget-title,
.widget-title-fill-and-no-border .morenews-widget .widget-title,
.widget-title-fill-and-no-border .morenews-customizer .widget-title{
z-index: 1;
}
.widget-title-fill-and-no-border .wp-block-search__label,
.widget-title-fill-and-no-border .wp-block-group .wp-block-heading,
.widget-title-fill-and-no-border .morenews-widget .widget-title,
.widget-title-fill-and-no-border .morenews-customizer .widget-title{
position: relative;
}
.widget-title-fill-and-no-border .wp-block-search__label::after,
.widget-title-fill-and-no-border .wp-block-group .wp-block-heading::after,
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li a.active::after,
.widget-title-fill-and-no-border .morenews-widget .widget-title::before,
.widget-title-fill-and-no-border .morenews-customizer .widget-title::before{
content: '';
position: absolute;
left: 15px;
bottom: -6px;
border-top: 6px solid #007ACC;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li a.active::after{
left: 40px;
}
main.site-main {
padding: 20px;
}
body.aft-default-mode.page-template-full-width main.site-main{
padding: 0;
background: transparent;
box-shadow: none;
}
.tabbed-head ,
.widget-title {
margin-bottom: 20px;
}
.archive main.site-main{
padding: 20px 20px 0;
margin: 0;
}
.home.blog .aft-archive-wrapper.morenews-customizer {
padding: 20px 0px 0;
margin: 0 10px;
box-sizing: border-box;
}
.home.blog .aft-archive-wrapper.morenews-customizer .page-links {
display: none;
}
.aft-default-mode.woocommerce div.product,
.aft-default-mode .aft-popular-taxonomies-lists,
.aft-default-mode.home.blog main.site-main,
.aft-default-mode.single main.site-main .entry-content-wrap,
.aft-default-mode main.site-main,
.aft-default-mode .af-main-banner-latest-posts.grid-layout.morenews-customizer .container-wrapper,
.aft-default-mode .mid-header-wrapper,
.aft-default-mode .comments-area,
.aft-default-mode .af-breadcrumbs,
.aft-default-mode .morenews-customizer,
.aft-default-mode .morenews-widget{
background-color: #ffffff;
-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-popular-taxonomies-lists{
background-color: #202020;
}
.aft-default-mode .banner-exclusive-posts-wrapper .exclusive-posts {
-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.woocommerce div.product,
.aft-dark-mode.home.blog main.site-main,
.aft-dark-mode.single main.site-main .entry-content-wrap,
.aft-dark-mode main.site-main,
.aft-dark-mode .af-main-banner-latest-posts.grid-layout.morenews-customizer .container-wrapper,
.aft-dark-mode .mid-header-wrapper,
.aft-dark-mode .comments-area,
.aft-dark-mode .af-breadcrumbs,
.aft-dark-mode .morenews-customizer,
.aft-dark-mode .morenews-widget {
background-color: #252525;
}
body.aft-dark-mode .primary-footer .morenews-widget,
body.aft-default-mode .primary-footer .morenews-widget{
background-color: rgba(255,255,255,0.05);
}
body.aft-dark-mode footer.site-footer.data-bg .primary-footer .morenews-widget,
body.aft-default-mode footer.site-footer.data-bg .primary-footer .morenews-widget{
background-color: rgba(0,0,0,0.35);
}
.aft-default-mode.home main.site-main,
.aft-dark-mode.home main.site-main,
.aft-default-mode .aft-archive-wrapper.morenews-customizer ,
.aft-dark-mode .aft-archive-wrapper.morenews-customizer {
background-color: transparent;
padding: 0;
box-shadow: none;
margin-bottom: 0;
}
.single.aft-dark-mode main.site-main,
.single.aft-default-mode main.site-main{
padding: 0;
background: transparent;
box-shadow: none;
}
.aft-main-banner-section.morenews-customizer{
padding: 0;
margin-bottom: 0;
}
.home-featured-widgets .morenews-widget:last-child {
margin-bottom: 20px;
}
.aft-default-mode .aft-main-banner-section.morenews-customizer,
.aft-dark-mode .aft-main-banner-section.morenews-customizer {
background-color: transparent;
box-shadow: none;
}
.af-wide-layout .aft-frontpage-feature-section-wrapper section,
.af-wide-layout .aft-main-banner-section.morenews-customizer,
.af-boxed-layout .home-featured-widgets .container-wrapper,
.af-boxed-layout .aft-main-banner-section.morenews-customizer .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;
}
.af-wide-layout .af-main-banner-latest-posts.grid-layout.morenews-customizer .container-wrapper {
max-width: 1360px;
box-sizing: border-box;
}
.af-wide-layout[class*="elementor-"] .af-main-banner-latest-posts.grid-layout.morenews-customizer .container-wrapper {
max-width: 1400px;
}
.af-wide-layout .aft-frontpage-feature-section-wrapper section,
.af-wide-layout .aft-main-banner-section.morenews-customizer {
padding-left: 0;
padding-right: 0;
}
.af-main-banner-featured-posts.morenews-customizer .af-main-banner-featured-posts.morenews-customizer,
.morenews-customizer,
.morenews-widget.morenews_tabbed_posts_widget,
.morenews-widget.morenews_posts_double_columns_widget,
.morenews-widget.morenews_posts_single_column_widget,
.morenews-widget.morenews_express_posts_list_widget,
.morenews-widget.morenews_featured_posts_widget,
.morenews-widget.morenews_posts_lists_widget{
padding-bottom: 0;
}
.aft-featured-category-section .express-carousel.morenews-customizer {
padding-bottom: 20px;
}
.aft-featured-video-section.featured-yt-sec.morenews-customizer .morenews-customizer{
padding-bottom: 20px;
margin-bottom: 0;
}
.ele-hf-site .site #content > .section-block-upper,
.aft-frontpage-feature-section-wrapper {
margin-top: 20px;
}
.af-main-banner-featured-posts.morenews-customizer,
.aft-featured-category-section.featured-cate-sec.morenews-customizer,
.aft-featured-video-section.featured-yt-sec.morenews-customizer,
.morenews-widget.morenews_posts_carousel_widget .read-single,
.morenews-widget.morenews_posts_slider_widget .read-single{
padding-bottom: 0;
}
section.af-main-banner-featured-posts.morenews-customizer,
.aft-featured-category-section.featured-cate-sec.morenews-customizer,
.aft-featured-video-section.featured-yt-sec.morenews-customizer{
padding-top: 0;
}
.morenews-widget.morenews_posts_carousel_widget .read-single,
.morenews-widget.morenews_posts_slider_widget .read-single{
margin-bottom: 0;
}
.af-main-banner-featured-posts.morenews-customizer .featured-posts.morenews-customizer,
.aft-featured-category-section.featured-cate-sec.morenews-customizer .af-main-banner-categorized-posts.express-posts.morenews-customizer {
margin-bottom: 0;
}
body #sidr .morenews_featured_posts_widget .col-4.pad,
body #sidr .morenews_posts_lists_widget .af-double-column.list-style.col-3,
body:not(.full-width-content) #secondary .morenews_featured_posts_widget .col-4.pad,
body:not(.full-width-content) #secondary .morenews_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 .morenews_youtube_video_widget .col-2.secondary-video,
#secondary .morenews_youtube_video_widget .col-2.secondary-video,
#sidr .morenews_youtube_video_widget .col-2.primary-video,
#secondary .morenews_youtube_video_widget .col-2.primary-video{
width: 100%;
}
#sidr .morenews_youtube_video_widget .primary-video ,
#secondary .morenews_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 .morenews_express_posts_list_widget .col-2.af-sec-post,
#secondary .morenews_express_posts_list_widget .col-2.af-sec-post{
width: 100%;
}
#sidr .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
#secondary .morenews_posts_slider_widget .read-single .read-img.read-bg-img {
height: 220px;
}
#sidr .morenews_posts_slider_widget .af-posts-slider,
#secondary .morenews_posts_slider_widget .af-posts-slider {
max-height: 220px;
}
.site-footer .morenews-widget.morenews_posts_lists_widget .af-list-post .col-2 ,
#sidr .morenews-widget.morenews_posts_lists_widget .af-list-post .col-2 ,
#secondary .morenews-widget.morenews_posts_lists_widget .af-list-post .col-2 {
width: 100%;
}
#sidr .morenews_posts_single_column_widget .list-style .read-single,
#secondary .morenews_posts_single_column_widget .list-style .read-single{
flex-wrap: wrap;
}
#sidr .morenews_posts_single_column_widget .list-style:last-child .list-style .read-single,
#secondary .morenews_posts_single_column_widget .list-style:last-child .list-style .read-single{
margin-bottom: 0;
}
#sidr .morenews_posts_single_column_widget .list-style .read-single .read-img,
#secondary .morenews_posts_single_column_widget .list-style .read-single .read-img{
height: 215px;
width: 100%;
}
#sidr .morenews_posts_single_column_widget .list-style .read-single .read-details,
#secondary .morenews_posts_single_column_widget .list-style .read-single .read-details{
width: 100%;
}
#sidr .morenews_posts_double_columns_widget .col-2.af-sec-post,
#secondary .morenews_posts_double_columns_widget .col-2.af-sec-post{
width: 100%;
}
body #sidr .morenews_express_posts_grid_widget .af-express-grid-wrap,
body:not(.full-width-content) #secondary .morenews_express_posts_grid_widget .af-express-grid-wrap{
grid-template-columns: repeat(1, 1fr);
}
body #sidr .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child ,
body:not(.full-width-content) #secondary .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
grid-column-end: span 1;
grid-row-end: span 1;
aspect-ratio: 3/2;
}   .read-single{
margin-bottom: 20px;
}
.archive article.latest-posts-full:not(:last-child) .read-single {
margin-bottom: 30px;
overflow: hidden;
}
.read-img img{
width: 100%;
}
.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: 200px;
background-color: #ececec;
overflow: hidden;
}
.js-marquee-wrapper .awpa-pro-rating-review ,
.read-img.read-bg-img .awpa-single-post-star-variation {
display: none;
}
.grid-design-default .category-min-read-wrap {
position: absolute;
bottom: 10px;
left: 15px;
right: 15px;
}
.af-main-banner-featured-posts.featured-posts.morenews-customizer .read-img.read-bg-img,
.af-main-banner-latest-posts .read-img.read-bg-img,
.af-reated-posts .read-img.read-bg-img{
height: unset;
aspect-ratio: 3/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%;
}
.af-main-banner-featured-posts .af-sec-post.col-4.pad.float-l:nth-child(4n+1),
.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(4n+1) {
clear: left;
}
.af-main-banner-featured-posts .read-details.pad .read-title h3 {
margin-top: 0;
}
.aft-masonry-archive-posts .read-img{
min-height: 100px;
height: unset;
background-color: #dedede;
}
.read-title h3{
font-size: 16px;
margin: 5px 0;
line-height: 1.4;
word-break: break-word;
}
.read-title h3 a{
color: #fff;
transition: all 0.075s linear;
} article.sticky .read-single,
article.sticky .read-single > div{
position: relative;
}
article.sticky .read-single > div.read-img::before {
content: "";
position: absolute;
top: 20px;
right: 20px;
border: 2px solid #fff;
width: 30px;
height: 30px;
content: "\e91c";
font-family: 'aft-icons' !important;
font-weight: 700;    
color: #fff;    
text-align: center;
border-radius: 50%;
}
article.sticky .read-single.grid-design-texts-over-image > .read-details {
position: absolute;
}  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;
} .af-youtube-video-carousel .slick-track,
.af-post-slider.af-widget-carousel .slick-track,
.af-post-carousel.af-widget-carousel .slick-track,
.express-carousel .slick-wrapper.af-featured-post-carousel.af-post-carousel {
display: flex;
overflow: hidden;
}
.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.morenews-customizer {
background-color: transparent;
box-shadow: none;
padding-top: 0;
padding-bottom: 0;
}
.af-main-banner-latest-posts.grid-layout.morenews-customizer .container-wrapper{
padding-top: 20px;
}
.af-boxed-layout .af-main-banner-latest-posts.grid-layout.morenews-customizer {
padding: 0;
}
.af-wide-layout .aft-main-banner-section.morenews-customizer {
margin-bottom: 0;
}
.aft-main-banner-section.morenews-customizer.data-bg {
padding-top: 20px;
padding-bottom: 20px;
}
.aft-main-banner-section.morenews-customizer.data-bg > .container-wrapper:first-child .aft-editors-and-trending-part, 
.aft-main-banner-section.morenews-customizer.data-bg > .container-wrapper:first-child .aft-slider-part, 
.aft-main-banner-section.morenews-customizer.data-bg > .container-wrapper:first-child .aft-thumb-part, 
.aft-main-banner-section.morenews-customizer.data-bg > .container-wrapper:first-child .aft-trending-part,
.aft-main-banner-section.morenews-customizer.data-bg > .banner-exclusive-posts-wrapper:first-child,
.aft-main-banner-section.morenews-customizer.data-bg > .aft-popular-tags:first-child {
margin-top: 0;
} .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%;
z-index: -1;
} .aft-readmore-wrapper a.aft-readmore{
font-size: 14px;
margin-top: 10px;
padding: 9px 15px;
line-height: 1;
border: 1px solid rgba(0,0,0,0.3);
display: inline-block;
font-weight: 700;
transition: all 0.075s ease;
color: #404040;
}
.aft-readmore-wrapper a.aft-readmore:hover{
background-color: #007ACC ;
border-color: #007ACC ;
color: #ffffff;
}
.morenews-load-more-posts a.aft-readmore{
margin-top: 0;
margin-bottom: 20px;
}  .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
.morenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img { height: unset;
aspect-ratio: 3/2;
}
.featured-post-items-wrap .af-sec-post:not(.list-part) .read-details {
display: flex;
flex-direction: column;
justify-content: center;
}  .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: unset;
aspect-ratio: 3/2;
}
.af-list-post .read-title h3,
.featured-post-items-wrap .af-sec-post.list-part .read-title h3,
.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h3,
.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h3 {
margin-top: 0;
}
.morenews-customizer .post-description,
.morenews-widget .post-description {
margin-top: 10px;
}  .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;
}  .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;
height: 210px;
}
.grid-design-texts-over-image .read-details{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #fff;
z-index: 1;
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;
}
.af-main-banner-thumb-posts .small-grid-style .af-sec-post:first-child .read-details .read-title h3 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;
}
@media screen and (min-width: 1025px){
.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
.af-main-banner-tabbed-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
height: 95px;
max-width: 95px;
}
.af-main-banner-tabbed-posts .af-double-column.list-style .read-details.pad {
max-height: 95px;
width: calc(100% - 95px);
overflow: hidden;
}
}
.aft-banner-layout-5 .af-main-banner-tabbed-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
height: 125px;
max-width: 125px;
}
.aft-banner-layout-5 .af-main-banner-tabbed-posts .af-double-column.list-style .read-details.pad {
max-height: 125px;
overflow: hidden;
}
.aft-banner-layout-5 .af-banner-carousel .read-img.read-bg-img {
height: 560px;
}
.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read {
color: #404040;
opacity: 0.75;
padding: 0;
background-color: transparent;
letter-spacing: .5px;
}  .banner-vertical-slider .slick-list {
margin-bottom: -20px;
}
.banner-vertical-slider .read-single {
margin-bottom: 20px;
min-height: 95px;
}
.banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
height: 110px;
width: 45%;
}
@media screen and (min-width: 1025px){
.aft-banner-layout-9 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
.aft-banner-layout-2 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
height: 95px;
width: 95px;
}
.aft-banner-layout-9 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details,
.aft-banner-layout-2 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
max-height: 95px;
overflow: hidden;
width: calc(100% - 95px);
}
}  .aft-banner-layout-1 .aft-main-banner-part{
display: flex;
flex-wrap: wrap;
}
.aft-banner-layout-1.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-1.aft-banner-order-1 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-1.aft-banner-order-1 .aft-main-banner-part .aft-trending-part{order: 3;}
.aft-banner-layout-1.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-1.aft-banner-order-2 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-1.aft-banner-order-2 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-1.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-1.aft-banner-order-3 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-1.aft-banner-order-3 .aft-main-banner-part .aft-trending-part{order: 3;}
.aft-banner-layout-1.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-1.aft-banner-order-4 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-1.aft-banner-order-4 .aft-main-banner-part .aft-trending-part{order: 1;}
.aft-banner-layout-1.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-1.aft-banner-order-5 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-1.aft-banner-order-5 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-1.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-1.aft-banner-order-6 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-1.aft-banner-order-6 .aft-main-banner-part .aft-trending-part{order: 1;}
@media screen and (max-width: 1024px) {
.aft-banner-layout-1.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-1.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-1.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-1.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 0;}
}  .aft-banner-layout-2 .aft-main-banner-part{
display: flex;
flex-wrap: wrap;
}
.aft-banner-layout-2.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-2.aft-banner-order-1 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-2.aft-banner-order-1 .aft-main-banner-part .aft-trending-part{order: 3;}
.aft-banner-layout-2.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-2.aft-banner-order-2 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-2.aft-banner-order-2 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-2.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-2.aft-banner-order-3 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-2.aft-banner-order-3 .aft-main-banner-part .aft-trending-part{order: 3;}
.aft-banner-layout-2.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-2.aft-banner-order-4 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-2.aft-banner-order-4 .aft-main-banner-part .aft-trending-part{order: 1;}
.aft-banner-layout-2.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-2.aft-banner-order-5 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-2.aft-banner-order-5 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-2.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-2.aft-banner-order-6 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-2.aft-banner-order-6 .aft-main-banner-part .aft-trending-part{order: 1;}
@media screen and (max-width: 1024px) {
.aft-banner-layout-2.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-2.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-2.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-2.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 0;}
} .aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts{
width: 100%;
}
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
width: 100%;
display: block;
}
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-details,
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post:first-child .read-details{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #fff;
z-index: 1;
padding: 15px;
padding-bottom: 10px;
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-banner-layout-9 .banner-vertical-slider,
.aft-banner-layout-9 .af-banner-carousel,
.aft-banner-layout-8 .af-banner-carousel,
.aft-banner-layout-7 .af-banner-carousel,
.aft-banner-layout-10 .af-banner-carousel,
.aft-banner-layout-4 .af-banner-carousel,
.aft-banner-layout-1 .af-banner-carousel,
.aft-banner-layout-2 .af-banner-carousel,
.aft-banner-layout-2 .banner-vertical-slider,
.aft-banner-layout-3 .banner-vertical-slider,
.aft-banner-layout-3 .af-banner-carousel {
max-height: 440px;
overflow: hidden;
}
.aft-banner-layout-7 .af-banner-carousel.af-carousel-1{
max-height: 550px;
overflow: hidden;
}
.aft-banner-layout-6 .af-banner-carousel,
.aft-banner-layout-6 .banner-vertical-slider,
.aft-banner-layout-5 .af-banner-carousel{
max-height: 560px;
overflow: hidden;
}
.aft-banner-layout-3 .aft-main-banner-part{
display: flex;
flex-wrap: wrap;
}
.aft-banner-layout-3.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-3.aft-banner-order-1 .aft-main-banner-part .aft-trending-part{order: 3;}
.aft-banner-layout-3.aft-banner-order-1 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-3.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-3.aft-banner-order-2 .aft-main-banner-part .aft-trending-part{order: 3;}
.aft-banner-layout-3.aft-banner-order-2 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-3.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-3.aft-banner-order-3 .aft-main-banner-part .aft-trending-part{order: 1;}
.aft-banner-layout-3.aft-banner-order-3 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-3.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-3.aft-banner-order-4 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-3.aft-banner-order-4 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-3.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-3.aft-banner-order-5 .aft-main-banner-part .aft-trending-part{order: 1;}
.aft-banner-layout-3.aft-banner-order-5 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-3.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-3.aft-banner-order-6 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-3.aft-banner-order-6 .aft-main-banner-part .aft-thumb-part{order: 1;}
@media screen and (max-width: 1024px) {
.aft-banner-layout-3.aft-banner-order-6 .aft-main-banner-part .aft-slider-part,
.aft-banner-layout-3.aft-banner-order-5 .aft-main-banner-part .aft-slider-part,
.aft-banner-layout-3.aft-banner-order-3 .aft-main-banner-part .aft-slider-part,
.aft-banner-layout-3.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{
order: 0;
}
} .aft-main-banner-section.aft-banner-layout-3 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
height: 95px;
max-width: 95px;
}
.aft-main-banner-section.aft-banner-layout-3 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
max-height: 95px;
overflow: hidden;
width: calc(100% - 95px);
}
.aft-main-banner-section.aft-banner-layout-3 .af-banner-carousel .read-img.read-bg-img {
height: 440px;
}   .aft-banner-layout-4 .aft-main-banner-part{
display: flex;
flex-wrap: wrap;
}
.aft-banner-layout-4.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-4.aft-banner-order-1 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-4.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-4.aft-banner-order-2 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-4 .af-main-banner-thumb-posts .af-sec-post {
width: 50%;
padding-right: 10px;
padding-left: 10px;
}
.aft-banner-layout-4 .aft-main-banner-part .aft-thumb-part .af-container-row-5 {
margin-right: -10px;
margin-left: -10px;
}
.aft-banner-layout-4 .af-banner-carousel .read-img.read-bg-img{
height: unset;
aspect-ratio: 3/2;
}
.aft-banner-layout-4 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
height: unset;
aspect-ratio: 3/1.965;
}  .aft-banner-layout-5 .aft-main-banner-part{
display: flex;
flex-wrap: wrap;
}
.aft-banner-layout-5.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-5.aft-banner-order-1 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-5.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-5.aft-banner-order-2 .aft-main-banner-part .aft-trending-part{order: 1;}  .aft-banner-layout-6 .aft-main-banner-part{
display: flex;
flex-wrap: wrap;
}
.aft-banner-layout-6.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-6.aft-banner-order-1 .aft-main-banner-part .aft-trending-part{order: 2;}
.aft-banner-layout-6.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-6.aft-banner-order-2 .aft-main-banner-part .aft-trending-part{order: 1;}
.aft-banner-layout-6 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
height: 125px;
max-width: 125px;
}
.aft-banner-layout-6 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details{
max-height: 125px;
}
.aft-banner-layout-6 .af-banner-carousel .read-img.read-bg-img {
height: 560px;
}
@media screen and (max-width: 1024px) {
.aft-banner-layout-6.aft-banner-order-2 .aft-main-banner-part .aft-slider-part,
.aft-banner-layout-5.aft-banner-order-2 .aft-main-banner-part .aft-slider-part,
.aft-banner-layout-4.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 0;}
}  .aft-banner-layout-0 .af-banner-carousel .read-img.read-bg-img{
height: 400px;
}
.aft-banner-layout-0 .aft-grid-trending-posts .read-img.read-bg-img{
height: 200px;
}
.aft-banner-layout-0 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
.aft-banner-layout-0 .af-double-column.list-style .read-bg-img {
height: 112px;
width: 112px;
}
.aft-banner-layout-0 .af-double-column.list-style .read-details {
max-height: 105px;
width: calc(100% - 105px)
}
.aft-banner-layout-0 .grid-design-default .pad.read-details {
padding: 10px;
overflow: hidden;
}
.aft-banner-layout-0 .aft-editors-and-trending-part .list-part.af-sec-post .read-single {
margin-bottom: 0px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
height: 190px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
.aft-banner-layout-0 .af-main-banner-tabbed-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
height: 95px;
max-width: 95px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-details {
max-height: 80px;
width: calc(100% - 80px);
}
.aft-banner-layout-0 .aft-editors-and-trending-part .list-part.af-sec-post,
.aft-banner-layout-0 .aft-editors-and-trending-part .af-main-banner-thumb-posts .af-sec-post {
float: left;
}
.aft-banner-layout-0.aft-banner-order-4 .aft-editors-and-trending-part ,
.aft-banner-layout-0.aft-banner-order-2 .aft-editors-and-trending-part {
display: flex;
flex-direction: column-reverse;
}
.aft-banner-layout-0.aft-banner-order-3 .aft-main-banner-part,
.aft-banner-layout-0.aft-banner-order-4 .aft-main-banner-part {
flex-direction: row-reverse;
}
.aft-banner-layout-0 .aft-main-banner-wrapper .aft-editors-and-trending-part {
padding: 0 5px;
}
.aft-banner-layout-0 .aft-editors-and-trending-part .slick-list,
.aft-banner-layout-0 .aft-main-banner-wrapper .banner-horizontal-list {
margin: 0 -10px;
}
.aft-banner-layout-0 .aft-slider-part .morenews-customizer,
.aft-banner-layout-0 .aft-horizontal-trending-part,
.aft-banner-layout-0 .aft-horizontal-grid-part {
padding-bottom: 20px;
}
.aft-main-banner-section .no-main-slider-title .aft-slider-part .morenews-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 .morenews-customizer,
.aft-main-banner-section .no-editors-picks-title .aft-thumb-part .morenews-customizer {
padding-top: 20px;
}
.aft-banner-layout-0.aft-banner-order-2 .aft-horizontal-trending-part,
.aft-banner-layout-0.aft-banner-order-4 .aft-horizontal-trending-part,
.aft-banner-layout-0.aft-banner-order-1 .aft-horizontal-grid-part,
.aft-banner-layout-0.aft-banner-order-3 .aft-horizontal-grid-part {
margin-bottom: 10px;
}
.aft-banner-layout-0 .aft-editors-and-trending-part .list-part.af-sec-post,
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post {
padding-left: 10px;
padding-right: 10px;
}  .aft-banner-layout-8.aft-banner-order-1 .aft-trending-part{order: 1;}
.aft-banner-layout-8.aft-banner-order-1 .aft-slider-part{order: 2;}
.aft-banner-layout-8.aft-banner-order-1 .aft-thumb-part{order: 3;}
.aft-banner-layout-8.aft-banner-order-2 .aft-trending-part{order: 2;}
.aft-banner-layout-8.aft-banner-order-2 .aft-slider-part{order: 1;}
.aft-banner-layout-8.aft-banner-order-2 .aft-thumb-part{order: 3;}
.aft-banner-layout-8.aft-banner-order-3 .aft-trending-part{order: 1;}
.aft-banner-layout-8.aft-banner-order-3 .aft-slider-part{order: 3;}
.aft-banner-layout-8.aft-banner-order-3 .aft-thumb-part{order: 2;}
.aft-banner-layout-8.aft-banner-order-4 .aft-trending-part{order: 3;}
.aft-banner-layout-8.aft-banner-order-4 .aft-slider-part{order: 2;}
.aft-banner-layout-8.aft-banner-order-4 .aft-thumb-part{order: 1;}
.aft-banner-layout-8.aft-banner-order-5 .aft-trending-part{order: 3;}
.aft-banner-layout-8.aft-banner-order-5 .aft-slider-part{order: 1;}
.aft-banner-layout-8.aft-banner-order-5 .aft-thumb-part{order: 2;}
.aft-banner-layout-8.aft-banner-order-6 .aft-trending-part{order: 2;}
.aft-banner-layout-8.aft-banner-order-6 .aft-slider-part{order: 3;}
.aft-banner-layout-8.aft-banner-order-6 .aft-thumb-part{order: 1;}
@media screen and (max-width: 1024px) {
.aft-banner-layout-8.aft-banner-order-1 .aft-slider-part{order: 0;}
.aft-banner-layout-8.aft-banner-order-3 .aft-slider-part{order: 0;}
.aft-banner-layout-8.aft-banner-order-4 .aft-slider-part{order: 0;}
.aft-banner-layout-8.aft-banner-order-6 .aft-slider-part{order: 0;}
}  .aft-banner-layout-9.aft-banner-order-1 .aft-4-trending-posts-1{order: 1;}
.aft-banner-layout-9.aft-banner-order-1 .aft-slider-part{order: 2;}
.aft-banner-layout-9.aft-banner-order-1 .aft-4-trending-posts-2{order: 3;}
.aft-banner-layout-9.aft-banner-order-2 .aft-4-trending-posts-1{order: 2;}
.aft-banner-layout-9.aft-banner-order-2 .aft-slider-part{order: 1;}
.aft-banner-layout-9.aft-banner-order-2 .aft-4-trending-posts-2{order: 3;}
.aft-banner-layout-9.aft-banner-order-3 .aft-4-trending-posts-1{order: 1;}
.aft-banner-layout-9.aft-banner-order-3 .aft-slider-part{order: 3;}
.aft-banner-layout-9.aft-banner-order-3 .aft-4-trending-posts-2{order: 2;}
.aft-banner-layout-9.aft-banner-order-4 .aft-4-trending-posts-1{order: 3;}
.aft-banner-layout-9.aft-banner-order-4 .aft-slider-part{order: 2;}
.aft-banner-layout-9.aft-banner-order-4 .aft-4-trending-posts-2{order: 1;}
.aft-banner-layout-9.aft-banner-order-5 .aft-4-trending-posts-1{order: 3;}
.aft-banner-layout-9.aft-banner-order-5 .aft-slider-part{order: 1;}
.aft-banner-layout-9.aft-banner-order-5 .aft-4-trending-posts-2{order: 2;}
.aft-banner-layout-9.aft-banner-order-6 .aft-4-trending-posts-1{order: 2;}
.aft-banner-layout-9.aft-banner-order-6 .aft-slider-part{order: 3;}
.aft-banner-layout-9.aft-banner-order-6 .aft-4-trending-posts-2{order: 1;}
@media screen and (max-width: 1024px) {
.aft-banner-layout-9.aft-banner-order-1 .aft-slider-part{order: 0;}
.aft-banner-layout-9.aft-banner-order-3 .aft-slider-part{order: 0;}
.aft-banner-layout-9.aft-banner-order-4 .aft-slider-part{order: 0;}
.aft-banner-layout-9.aft-banner-order-6 .aft-slider-part{order: 0;}
}  .aft-banner-layout-10 .af-banner-carousel .read-img.read-bg-img {
height: unset;
aspect-ratio: 3/2;
}
.aft-banner-layout-10 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
height: unset;
aspect-ratio: 3/2.065;
}
.aft-banner-layout-10.aft-banner-order-1 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-10.aft-banner-order-1 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-10.aft-banner-order-1 .aft-main-banner-part .aft-thumb-part-2{order: 3;}
.aft-banner-layout-10.aft-banner-order-2 .aft-main-banner-part .aft-slider-part{order: 1;}
.aft-banner-layout-10.aft-banner-order-2 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-10.aft-banner-order-2 .aft-main-banner-part .aft-thumb-part-2{order: 2;}
.aft-banner-layout-10.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-10.aft-banner-order-3 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-10.aft-banner-order-3 .aft-main-banner-part .aft-thumb-part-2{order: 3;}
.aft-banner-layout-10.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 2;}
.aft-banner-layout-10.aft-banner-order-4 .aft-main-banner-part .aft-thumb-part{order: 3;}
.aft-banner-layout-10.aft-banner-order-4 .aft-main-banner-part .aft-thumb-part-2{order: 1;}
.aft-banner-layout-10.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-10.aft-banner-order-5 .aft-main-banner-part .aft-thumb-part{order: 1;}
.aft-banner-layout-10.aft-banner-order-5 .aft-main-banner-part .aft-thumb-part-2{order: 2;}
.aft-banner-layout-10.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 3;}
.aft-banner-layout-10.aft-banner-order-6 .aft-main-banner-part .aft-thumb-part{order: 2;}
.aft-banner-layout-10.aft-banner-order-6 .aft-main-banner-part .aft-thumb-part-2{order: 1;}
@media screen and (max-width: 1024px) {
.aft-banner-layout-10.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-10.aft-banner-order-4 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-10.aft-banner-order-5 .aft-main-banner-part .aft-slider-part{order: 0;}
.aft-banner-layout-10.aft-banner-order-6 .aft-main-banner-part .aft-slider-part{order: 0;}
} .figure-categories,
.read-categories{
line-height: 12px;
}
.cat-links {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: #007ACC ;
font-size: 12px;
line-height: 12px;
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;
} a.morenews-categories.category-color-1{color: #007ACC ;}
a.morenews-categories.category-color-2{color: #d72924;}
a.morenews-categories.category-color-3{color: #202020;}
a.morenews-categories.category-color-4{color: #46af4b;}
a.morenews-categories.category-color-5{color: #ea8d03;}
a.morenews-categories.category-color-6{color: #ff5722;}
a.morenews-categories.category-color-7{color: #9c27b0;}  .categories-inside-image a.morenews-categories{
display: inline-block;
padding: 4px 6px;
font-weight: 700;
}
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-1,
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-2,
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-3,
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-4,
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-5,
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-6,
.aft-dark-mode .read-categories:not(.categories-inside-image) a.morenews-categories.category-color-7 {
color: #fff;
}
body.aft-default-mode .site-footer .read-categories:not(.categories-inside-image) a.morenews-categories,
body.aft-dark-mode .site-footer .read-categories:not(.categories-inside-image) a.morenews-categories{
color: #fff;
}
.cat-links li:last-child a:after ,
.categories-inside-image a.morenews-categories:after{display: none;}
.categories-inside-image a.morenews-categories.category-color-1{background-color: #007ACC ;color: #ffffff;}
.categories-inside-image a.morenews-categories.category-color-2{background-color: #d72924;color: #ffffff;}
.categories-inside-image a.morenews-categories.category-color-3{background-color: #202020;color: #ffffff;}
.categories-inside-image a.morenews-categories.category-color-4{background-color: #46af4b;color: #ffffff;}
.categories-inside-image a.morenews-categories.category-color-5{background-color: #ea8d03;color: #ffffff;}
.categories-inside-image a.morenews-categories.category-color-6{background-color: #ff5722;color: #ffffff;}
.categories-inside-image a.morenews-categories.category-color-7{background-color: #9c27b0;color: #ffffff;} .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;
display: inline-block;
font-size: 12px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
color: #fff;
border-radius: 100%;
background-color: #007ACC;
}
.af-post-carousel .slick-slide .af-post-format i{
margin-bottom: 0;
}
.author-links .min-read:before {
padding-right: 5px;
}
span.min-read{
font-size: 12px;
}
.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;
border-radius: 15px;
letter-spacing: 0.5px;
background-color: rgba(0, 0, 0, 0.2);
line-height: 1.7;
text-transform: uppercase;
font-size: 10px;
}
.read-single .entry-meta,
.read-details .entry-meta{
font-size: 12px;
line-height: 1.7;
}
.af-single-article .entry-content-wrap.read-single .entry-meta span.min-read,
.af-single-article .entry-content-wrap.read-single .entry-meta {
font-size: 14px;
}
article.aft-first-post-full .post-item-metadata.entry-meta + .read-img.read-bg-img,
.archive-title-first.archive-layout-full .read-single .read-img.pos-rel{
margin-top: 15px;
}
.morenews-customizer.archive-layout-full.archive-title-first .post-description{
margin-top: 0;
}
.read-img span.min-read{
position: absolute;
top: 15px;
left: 15px;
color: #fff;
margin-bottom: 0;
font-weight: 700;
}
.read-img .af-post-format + span.min-read{
left: 55px;
top: 18px;
}
.express-carousel.morenews-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,
.morenews_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,
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:not(:first-child) .read-img span.min-read,
.morenews_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.morenews-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,
.morenews_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,
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:not(:first-child):hover .read-img span.min-read,
.morenews_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 .posts-author a,
.read-details .entry-meta span.item-metadata.posts-author,
.read-details .entry-meta > span,
.read-details .entry-meta.author-links > span,
.read-details .entry-meta span.min-read{
padding-right: 10px;
}
.aft-comment-view-share > span i,
.item-metadata.posts-date i,
.entry-meta span.posts-author a i {
margin-right: 3px;
} .header-after1,
.widget-title{
margin-top: 0px;
position: relative;
}
.widget-title-border-center .wp-block-search__label,
.widget-title-border-center .morenews-widget .wp-block-heading,
.widget-title-border-bottom .wp-block-search__label,
.widget-title-border-bottom .morenews-widget .wp-block-heading,
.widget-title-border-none .wp-block-search__label,
.widget-title-border-none .morenews-widget .wp-block-heading,
.aft-posts-tabs-panel .nav-tabs>li>a,
h4.af-author-display-name,
body.widget-title-border-bottom .widget-title,
body.widget-title-border-center .widget-title,
body.widget-title-border-none .widget-title,
.header-after1 ,
.widget-title{
font-size: 16px;
}
@media screen and (max-width: 350px) {
.widget-title-border-center .wp-block-search__label,
.widget-title-border-center .morenews-widget .wp-block-heading,
.widget-title-border-bottom .wp-block-search__label,
.widget-title-border-bottom .morenews-widget .wp-block-heading,
.widget-title-border-none .wp-block-search__label,
.widget-title-border-none .morenews-widget .wp-block-heading,
.aft-posts-tabs-panel .nav-tabs>li>a,
h4.af-author-display-name,
body.widget-title-border-bottom .widget-title,
body.widget-title-border-center .widget-title,
body.widget-title-border-none .widget-title,
.header-after1 ,
.widget-title{
font-size: 16px;
}
}
.aft-posts-tabs-panel .nav-tabs>li>a i {
font-size: 14px;
margin-right: 5px;
}
span.heading-line,
.wp-post-author-wrap .header-after{
position: relative;
}
.widget-title-border-bottom .wp-block-search__label::after,
.widget-title-border-bottom .wp-block-group .wp-block-heading::after,
.widget-title-border-bottom .heading-line::before,
.widget-title-border-bottom .wp-post-author-wrap .header-after::before {
content: "";
position: absolute;
left: 0px;
bottom: -2px;
height: 3px;
width: 100%;
background: #007ACC;
}
.widget-title-border-bottom .wp-block-group .wp-block-heading::after{
bottom: 0;
}
.widget-title-fill-and-border .wp-block-search__label,
.widget-title-fill-and-border .wp-block-group .wp-block-heading,
.widget-title-fill-and-no-border .wp-block-search__label,
.widget-title-fill-and-no-border .wp-block-group .wp-block-heading,
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs>li>a, 
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-fill-and-border h4.af-author-display-name,
.widget-title-fill-and-no-border h4.af-author-display-name,
.widget-title-fill-and-border .wp_post_author_widget .widget-title .header-after,
.widget-title-fill-and-no-border .wp_post_author_widget .widget-title .header-after,
.widget-title-fill-and-no-border .widget-title .heading-line,
.widget-title-fill-and-border .widget-title .heading-line{
font-size: 14px;
} .widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs,
.widget-title-fill-and-border .widget-title {
border-bottom:  1px solid rgba(0,0,0,0.2);
margin-top: 0;
}
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs{
margin-top: 0;
}
.widget-title-fill-and-border .aft-posts-tabs-panel .tabbed-head{
border-bottom:  1px solid rgba(0,0,0,0.2);
}
.aft-posts-tabs-panel .nav-tabs>li{
width: 50%;
margin-bottom: 0;
line-height: 1.2;
}
.aft-posts-tabs-panel .three-column-tabs .nav-tabs>li{
width: unset;
}
.wp-block-group .wp-block-heading{
width: fit-content !important;
margin-left: 0 !important;
margin-bottom: 20px;
}
.wp-container-core-group-is-layout-3 > .alignwide.wp-block-heading {
max-width: unset;
}
.widget-title-border-center form.wp-block-search,
.widget-title-border-bottom form.wp-block-search,
.widget-title-fill-and-border form.wp-block-search,
.widget-title-border-bottom .wp-block-group,
.widget-title-fill-and-border .wp-block-group{
overflow: hidden;
} .widget-title-border-bottom .wp-block-search__label,
.widget-title-border-bottom .wp-block-group .wp-block-heading,
.widget-title-fill-and-border .wp-block-search__label,
.widget-title-fill-and-border .wp-block-group .wp-block-heading{
position: relative;
}
.widget-title-border-bottom .wp-block-search__label::before,
.widget-title-border-bottom .wp-block-group .wp-block-heading::before,
.widget-title-fill-and-border .wp-block-search__label::before,
.widget-title-fill-and-border .wp-block-group .wp-block-heading::after{
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 1920px;
height: 1px;
background: rgba(0,0,0,0.2);
}
.widget-title-border-bottom .site-footer .wp-block-search__label::before,
.aft-dark-mode.widget-title-border-bottom .wp-block-search__label::before,
.aft-dark-mode.widget-title-border-bottom .wp-block-group .wp-block-heading::before,
.widget-title-fill-and-border .site-footer .wp-block-search__label::before,
.aft-dark-mode.widget-title-fill-and-border .wp-block-search__label::before,
.aft-dark-mode.widget-title-fill-and-border .wp-block-group .wp-block-heading::after {
background: rgba(255, 255, 255, 0.2);
}
.widget-title-border-bottom .wp-block-group .wp-block-heading::before{
bottom: 1px;
}
.widget-title-fill-and-border .wp-block-search__label,
.widget-title-fill-and-border .wp-block-group .wp-block-heading,
.widget-title-fill-and-no-border .wp-block-search__label,
.widget-title-fill-and-no-border .wp-block-group .wp-block-heading,
.widget-title-fill-and-border .wp_post_author_widget .widget-title .header-after,
.widget-title-fill-and-border .widget-title .heading-line,
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-fill-and-border .aft-main-banner-wrapper .widget-title .heading-line ,
.widget-title-fill-and-no-border .wp_post_author_widget .widget-title .header-after,
.widget-title-fill-and-no-border .widget-title .heading-line,
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-fill-and-no-border .aft-main-banner-wrapper .widget-title .heading-line {
background-color: #007ACC;
color: #fff;
padding: 6px 15px;
font-weight: 900;
line-height: 1.2;
display: inline-block;
text-transform: uppercase;
}
.wp-block-search__label {
width: auto;
margin-bottom: 20px;
}
.widget-title-fill-and-border .wp-block-group .wp-block-heading,
.widget-title-fill-and-no-border .wp-block-group .wp-block-heading{
display: block;
}
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs,
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs{
background-color: #202020;
}
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li>a{
padding-left: 40px;
display: block;
}
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs>li>a:not(.active),
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li>a:not(.active){
background-color: transparent;
}
.aft-dark-mode.widget-title-border-bottom .wp-block-group .wp-block-heading,
.widget-title-fill-and-border .wp_post_author_widget .widget-title .header-after,
.aft-dark-mode.widget-title-fill-and-no-border .wp_post_author_widget .widget-title .header-after,
.aft-dark-mode .aft-posts-tabs-panel .nav-tabs>li>a,
.aft-dark-mode .aft-main-banner-wrapper .widget-title .heading-line{
color: #fff;
}
.aft-posts-tabs-panel .three-column-tabs .nav-tabs {
display: flex;
justify-content: space-between;
}
.aft-posts-tabs-panel .three-column-tabs .nav-tabs::before, .aft-posts-tabs-panel .three-column-tabs .nav-tabs::after {
display: none;
}
.aft-posts-tabs-panel .nav-tabs>li>a {
border-radius: 0;
border: none;
margin: 0;
display: block;
position: relative;
line-height: 1.4;
}
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li>a i,
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs>li>a i {
background: rgba(255,255,255,.25);
margin-right: 10px;
display: inline-block;
text-align: center;
position: absolute;
left: 0;
top: 0;
min-width: 32px;
padding: 6px 10px;
}
.widget-title-fill-and-no-border .aft-posts-tabs-panel .nav-tabs>li>a.active i,
.widget-title-fill-and-border .aft-posts-tabs-panel .nav-tabs>li>a.active i {
background: rgba(0,0,0,.25)
}
div.custom-menu-link i {
background: rgba(0,0,0,.25);
margin-right: 10px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
overflow: hidden;
}
.header-layout-side-4 div.custom-menu-link i ,
.header-layout-side-2 div.custom-menu-link i ,
.header-layout-side div.custom-menu-link i {
height: 100%;
width: 49px;
line-height: 49px;
margin-right: 15px;
}
[class*="header-layout-side"] div.custom-menu-link > a {
padding-right: 15px;
}
.header-layout-side-3 div.custom-menu-link {
height: unset;
}
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs>li>a.active span::after{
content: "";
width: 100%;
height: 3px;
background-color: #007ACC;
position: absolute;
bottom: -9px;
left: 0;
padding-right: 5px;
}
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs>li>a.active::after {
content: "";
width: 30px;
height: 3px;
background-color: #007ACC;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 100%;
padding-right: 5px;
}
.nav-tabs{
border-bottom: none;
}
.aft-dark-mode .wp_post_author_widget .awpa-display-name {
color: #fff;
}  .widget-title-border-center .wp_post_author_widget .widget-title,
.widget-title-border-center .widget-title{
display: flex;
width: 100%;
align-items: center;
}
.aft-posts-tabs-panel .tabbed-container{
overflow:hidden;
}
.widget-title-border-center .wp-block-search__label,
.widget-title-border-center .wp-block-group .wp-block-heading,
.aft-posts-tabs-panel .nav-tabs{
position: relative;
}
.widget-title-border-center .wp-block-group,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs li,
.widget-title-border-center .wp_post_author_widget .widget-title,
.widget-title-border-center .widget-title {
overflow: hidden;
}
.widget-title-border-center .wp-block-search__label::after,
.widget-title-border-center .wp-block-group .wp-block-heading::after,
.widget-title-border-center .wp-block-search__label::before,
.widget-title-border-center .wp-block-group .wp-block-heading::before,
.widget-title-border-center .widget-title .heading-line::before,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs li a::before,
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::before,
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::after{
content: "";
display: inline-block;
}
.widget-title-border-center .wp-block-search__label::before,
.widget-title-border-center .wp-block-group .wp-block-heading::before,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs li a::before,
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::before,
.widget-title-border-center .widget-title .heading-line::before {
background: rgba(0,0,0,0.2);
height: 1px;
width: 10000px;
position: absolute;
left: 100%;
top: 50%;
transform: translateY(-50%);
}
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::after,
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::before,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs li::after{
top: 50%;
transform: translateY(-50%);
}
.widget-title-border-center .site-footer .wp-block-search__label::before,
.aft-dark-mode.widget-title-border-center .wp-block-search__label::before,
.aft-dark-mode.widget-title-border-center .wp-block-group .wp-block-heading::before,
.aft-dark-mode.widget-title-border-center .aft-posts-tabs-panel .nav-tabs li a::before,
.aft-dark-mode.widget-title-border-center .wp_post_author_widget .widget-title .header-after::before,
.aft-dark-mode.widget-title-border-center .widget-title .heading-line::before {
background: rgba(255, 255, 255, 0.2);
}
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::after{
position: absolute;
transform: translateX(10px) translateY(-50%);
}
.widget-title-border-center .wp-block-search__label::after,
.widget-title-border-center .wp-block-group .wp-block-heading::after{
position: absolute;
top: 50%;
transform: translateX(10px) translateY(-50%);
}
.widget-title-border-center .wp-block-search__label::after,
.widget-title-border-center .wp-block-group .wp-block-heading::after,
.widget-title-border-center .wp_post_author_widget .widget-title .header-after::after,
.widget-title-border-center .widget-title .heading-line-after{
background: #007ACC ;
height: 3px;
margin: 0;
flex: 1 0 10px;
max-width: 30px;
min-width: 30px;
z-index: 1;
}
.widget-title-border-center .widget-title .heading-line{
padding: 8px 15px;
}
.widget-title-border-center .wp-block-group .wp-block-heading,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-border-center .wp_post_author_widget .widget-title .header-after,
.widget-title-border-center .widget-title .heading-line {
color: #404040;
padding: 0 10px 0 0;
font-weight: 700;
display: inline-block;
text-transform: uppercase;
}
.widget-title-border-center .wp-block-group .wp-block-heading{
display: block;
}
.widget-title-border-center .wp-block-search__label{
padding: 0 10px 0 0;
font-weight: 700;
line-height: 1.4;
display: inline-block;
text-transform: uppercase;
}
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs>li>a{
line-height: 1;
}
.aft-dark-mode.widget-title-border-center .aft-posts-tabs-panel .nav-tabs>li:first-child{
margin-right: 10px;
width: calc(50% - 10px);
}
.aft-dark-mode.widget-title-border-center .wp-block-group .wp-block-heading,
.aft-dark-mode.widget-title-border-center .wp_post_author_widget .widget-title .header-after,
.aft-dark-mode.widget-title-border-center .widget-title .heading-line{
color: #fff;
}
.widget-title-border-bottom .wp-block-group .wp-block-cover .wp-block-heading,
.widget-title-border-center .wp-block-group .wp-block-cover .wp-block-heading{
width: unset !important;
}
.widget-title-border-bottom .wp-block-group .wp-block-cover .wp-block-heading::before,
.widget-title-border-center .wp-block-group .wp-block-cover .wp-block-heading::before,
.widget-title-border-bottom .wp-block-group .wp-block-cover .wp-block-heading::after,
.widget-title-border-center .wp-block-group .wp-block-cover .wp-block-heading::after{
display: none;
}
.wp-block-cover {
padding: 0;
color: #fff;
}  .widget-title-border-bottom .widget-title{
position: relative;
}
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs,
.widget-title-border-bottom .widget-title {
border-bottom:  1px solid rgba(0,0,0,0.2);
margin-top: 0;
}
.aft-dark-mode .wp-block-group ul li,
.aft-dark-mode .widget:not(.morenews_social_contacts_widget) ul.menu >li,
.site-footer .wp-block-group ul li,
.site-footer .widget:not(.morenews_social_contacts_widget) ul.menu >li,
.aft-dark-mode.widget-title-border-center .site-footer .wp-block-search__label::before,
.widget-title-border-center .site-footer .wp-block-search__label::before,
.site-footer .wp-block-latest-posts.wp-block-latest-posts__list li,
.site-footer .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget-title-fill-and-border .site-footer .aft-posts-tabs-panel .tabbed-head,
.widget-title-fill-and-border .site-footer .widget-title,
.widget-title-border-bottom .site-footer .aft-posts-tabs-panel .nav-tabs, 
.widget-title-border-bottom .site-footer .widget-title,
.aft-dark-mode .wp-block-latest-posts.wp-block-latest-posts__list li,
.aft-dark-mode .wp-block-latest-comments li.wp-block-latest-comments__comment,
.aft-dark-mode.widget-title-fill-and-border .aft-posts-tabs-panel .tabbed-head,
.aft-dark-mode.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs,
.aft-dark-mode.widget-title-border-bottom .widget-title {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.widget-title-border-bottom .wp-block-group .wp-block-heading,
.widget-title-border-bottom .wp_post_author_widget .widget-title .header-after,
.widget-title-border-bottom .widget-title .heading-line,
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs>li>a {
color: #404040;
padding: 0 0 7px;
font-weight: 700;
display: inline-block;
text-transform: uppercase;
}
.widget-title-border-bottom .wp-block-search__label{
padding: 0 0 7px;
font-weight: 700;
line-height: 1.4;
display: inline-block;
text-transform: uppercase;
}
.widget-title-border-bottom .wp-block-group .wp-block-heading{
display: block;
}
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs>li>a {
display: flex;
}
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs>li>a span {
position: relative;
}
.aft-dark-mode .aft-posts-tabs-panel .nav-tabs>li>a,
.aft-dark-mode.widget-title-border-bottom .wp_post_author_widget .widget-title .header-after,
.aft-dark-mode.widget-title-border-bottom .widget-title .heading-line{
color: #fff;
}  .widget-title-border-none .aft-posts-tabs-panel .nav-tabs>li>a{
color: #404040;
font-weight: 700;
}
.aft-dark-mode.widget-title-border-none .aft-posts-tabs-panel .nav-tabs>li>a{
color: #fff;
}
.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 .aft-posts-tabs-panel .nav-tabs>li>a {
padding: 0 10px 0 0;
display: inline-block;
}
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs>li>a,
.widget-title-border-none .aft-posts-tabs-panel .nav-tabs>li>a {
opacity: .75;
}
.widget-title-border-bottom .aft-posts-tabs-panel .nav-tabs>li>a.active,
.widget-title-border-center .aft-posts-tabs-panel .nav-tabs>li>a.active,
.widget-title-border-none .aft-posts-tabs-panel .nav-tabs>li>a.active {
opacity: 1;
}   .af-banner-carousel,
.af-widget-carousel.slick-slider,
.af-banner-carousel.slick-slider {
overflow: hidden;
}
.morenews-widget .af-slick-navcontrols,
.morenews-customizer .section-wrapper .af-slick-navcontrols{
position: absolute;
right: 20px;
top: 20px;
height: 25px;
width: 60px;
z-index: 8;
}
.aft-main-banner-wrapper .morenews-customizer .section-wrapper .af-slick-navcontrols,
.aft-main-banner-wrapper .af-slick-navcontrols {
position: absolute;
right: 20px;
top: 20px;
height: 25px;
width: 60px;
background-color: #fff;
}
.aft-dark-mode .aft-main-banner-wrapper .af-slick-navcontrols,
.aft-dark-mode .morenews-widget .af-slick-navcontrols,
.aft-dark-mode .morenews-customizer .section-wrapper .af-slick-navcontrols {
background: #252525;
}
.aft-main-banner-wrapper .no-editors-picks-title .morenews-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;
}
body.aft-default-mode .morenews-widget .aft-widgets-no-title .af-slick-navcontrols, 
body.aft-dark-mode .morenews-widget .aft-widgets-no-title .af-slick-navcontrols, 
body.aft-default-mode .morenews-customizer.aft-featured-no-title .af-slick-navcontrols, 
body.aft-dark-mode .morenews-customizer.aft-featured-no-title .af-slick-navcontrols, 
body.aft-default-mode .aft-main-banner-wrapper .no-editors-picks-title .morenews-customizer .section-wrapper .af-slick-navcontrols,
body.aft-default-mode .aft-main-banner-wrapper .no-main-slider-title .af-widget-carousel .af-slick-navcontrols, 
body.aft-default-mode .aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols, 
body.aft-default-mode .aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols,
body.aft-dark-mode .aft-main-banner-wrapper .no-editors-picks-title .morenews-customizer .section-wrapper .af-slick-navcontrols,
body.aft-dark-mode .aft-main-banner-wrapper .no-main-slider-title .af-widget-carousel .af-slick-navcontrols, 
body.aft-dark-mode .aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols, 
body.aft-dark-mode .aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols {
background-color: transparent;
}
.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: 12px;
width: 25px;
height: 25px;
background: rgba(0,0,0,.075);
color: #404040;
text-align: center;
line-height: 25px;
padding: 0;
border: none;
z-index: 1;
opacity: .75;
cursor: pointer;
font-weight: 600;
-webkit-transition: 0.075s;
-o-transition: 0.075s;
transition: 0.075s;
}
.aft-featured-video-section .morenews-customizer {
position: relative;
}
.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{
background: rgba(255,255,255,.075);
color: #fff;
}
.af-widget-carousel .slide-icon:before{
font-family: inherit;
}
.af-slick-navcontrols .slide-icon.slide-prev,
.af-youtube-slider .slide-icon.slide-prev,
.aft-yt-video-item-wrapper .slide-icon.slide-prev {right: 27px;}
.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: 240px;
}
.af-youtube-video-list .primary-video.af-youtube-video-carousel{
max-height: 240px;
overflow: hidden;
}
.slick-vertical .slick-slide,
.af-youtube-slider-thumbnail.slick-vertical .slick-slide {
border: none !important;
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;
}
.morenews-widget:hover .af-slick-navcontrols .slide-icon,
.morenews-customizer:hover .af-slick-navcontrols .slide-icon,
.af-youtube-slider:hover .slide-icon,
.aft-yt-video-item-wrapper:hover .slide-icon,
.af-widget-carousel:hover .slide-icon{
opacity: 0.7;
visibility: visible;
}
.morenews-widget .af-slick-navcontrols .slide-icon:hover,
.morenews-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;}  .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 h3{
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 h3 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;
} .single-posts-promotions{
margin: 0 0 20px;
}
.entry-content-wrap .single-posts-promotions .morenews-widget {
padding: 0;
box-shadow: none;
}
.single-posts-promotions .morenews-widget:not(:first-child) {
margin-top: 20px;
}
.read-img.pos-rel .single-posts-promotions:first-child{
margin-top: 0px;
margin-bottom: 20px;
}
.read-img.pos-rel .single-posts-promotions:last-child{
margin-top: 20px;
margin-bottom: 0px;
}
.home-main-banner-widgets .morenews-widget{
margin-top: 20px;
}  .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;
} .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: 360px;
border: none;
}
.morenews_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-slider-thumbnail .vid-thumb{
position: relative;
display: block;
}
.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 .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;
border-radius: 50%;
overflow: hidden;
}
.af-youtube-slider .af-video-wrap .af-bg-play::before,
.af-youtube-video-list .entry-header-yt-video-wrapper .af-yt-video-play::before{
content: "";
position: absolute;
left: 100%;
top: -100%;
width: 200%;
height: 20px;
transform: rotate(45deg);
background-color: rgba(255,255,255,.5);
}
.af-youtube-slider .af-video-wrap:hover .af-bg-play::before,
.af-youtube-video-list .entry-header-yt-video-wrapper:hover .af-yt-video-play::before{
top: 110%;
left: -110%;
transition: .4s;
}
.af-youtube-slider .af-video-wrap .af-bg-play::after,
.af-youtube-video-list .entry-header-yt-video-wrapper .af-yt-video-play::after{
content: "";
position: absolute;
left: 120%;
top: -120%;
width: 200%;
height: 10px;
opacity: .5;
transform: rotate(45deg);
background-color: rgba(255,255,255,.5);
}
.af-youtube-slider .af-video-wrap:hover .af-bg-play::after,
.af-youtube-video-list .entry-header-yt-video-wrapper:hover .af-yt-video-play::after{
top: 90%;
left: -90%;
transition: .6s;
opacity: 1;
}
.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: #007ACC;
}
.af-youtube-video-list .entry-header-yt-video-wrapper .morenews-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;
}
#sidr .morenews_youtube_video_widget .af-youtube-slider-thumbnail{
display: none;
}
#sidr .morenews_youtube_video_widget .af-youtube-slider{
width: 100%
}
#sidr .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
height: 230px;
}
@media screen and (min-width: 991px){
.home-main-banner-widgets .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
height: 490px;
}
.home-main-banner-widgets .morenews_youtube_video_widget span.vid-thumb img {
height: 153px;
}
.primary-footer-area .morenews_youtube_video_widget .af-youtube-slider-thumbnail,
#secondary .morenews_youtube_video_widget .af-youtube-slider-thumbnail{
display: none;
}
.primary-footer-area .morenews_youtube_video_widget .af-youtube-slider,
#secondary .morenews_youtube_video_widget .af-youtube-slider{
width: 100%
}
.primary-footer-area .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
#secondary .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
height: 230px;
}
#primary .morenews_youtube_video_widget .af-youtube-slider-thumbnail,
#primary .morenews_youtube_video_widget .af-youtube-slider{
max-height: 360px;
overflow: hidden;
}
#secondary .morenews_youtube_video_widget .af-youtube-slider{
max-height: 230px;
overflow: hidden;
}
}
@media screen and (max-width: 990px) and (min-width: 769px) {
.home-main-banner-widgets .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
#primary .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
height: 400px;
}
#primary .morenews_youtube_video_widget .af-youtube-slider-thumbnail,
#primary .morenews_youtube_video_widget .af-youtube-slider{
max-height: 400px;
overflow: hidden;
}
.home-main-banner-widgets .morenews_youtube_video_widget span.vid-thumb img,
#primary .morenews_youtube_video_widget span.vid-thumb img {
height: 123px;
}
}    .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;
} .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 0;
}
.aft-main-banner-wrapper .aft-editors-and-trending-part{
padding: 0;
}
.aft-main-banner-wrapper .aft-slider-part,
.aft-main-banner-wrapper .aft-thumb-part,
.aft-main-banner-wrapper .aft-trending-part{
padding: 0 5px;
}
.af-banner-carousel .read-img.read-bg-img{
height: 440px;
}
.aft-banner-layout-7 .af-banner-carousel{
height: unset;
overflow: hidden;
}
.aft-banner-layout-7 .af-banner-carousel.af-carousel-2 .read-img.read-bg-img{
height: unset;
aspect-ratio: 3/1.97;
}
.aft-banner-layout-7 .af-banner-carousel.af-carousel-3 .read-img.read-bg-img{
height: unset;
aspect-ratio: 1 / 1;
}
.aft-banner-layout-7 .af-banner-carousel.af-carousel-4 .read-img.read-bg-img{
height: unset;
aspect-ratio: 3/4;
}
.aft-banner-layout-7 .af-banner-carousel.af-carousel-1 .read-img.read-bg-img{
height: unset;
aspect-ratio: 13.6/5.5;
}
.af-banner-carousel.common-carousel .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%);
}   .trending-posts-vertical .slick-list{
margin-bottom: -10px;
}
.trending-posts-vertical .read-single {margin-bottom: 10px;min-height: 85px;}
.morenews_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: 110px;
width: 40%;
max-width: 110px;
}
.morenews_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: 110px;
overflow: hidden;
width: calc(100% - 110px);
}
.morenews_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,
.morenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
width: calc(50% - 7.5px);
max-width: calc(50% - 7.5px); height: unset;
aspect-ratio: 3/2;
}
.archive-layout-list .af-double-column.list-style .read-details,
.morenews_posts_single_column_widget .af-double-column.list-style .read-details {
width: calc(50% + 7.5px);
max-height: unset;
}
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-single {
flex-wrap: wrap;
}
.af-list-post.morenews-customizer .af-double-column.list-style.no-post-image .read-bg-img{
width: 0;
}
.af-list-post.morenews-customizer .af-double-column.list-style.no-post-image .read-details,
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-bg-img ,
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-details {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.archive-layout-list .no-post-image .read-bg-img,
.archive-layout-grid .no-post-image .read-bg-img,
.featured-posts.morenews-customizer .no-post-image .read-bg-img,
.grid-layout.morenews-customizer .no-post-image .read-bg-img,
.latest-posts-grid .no-post-image .read-bg-img{
height: unset !important;
background: transparent;
padding-top: 0;
display: flex;
align-items: center;
aspect-ratio: unset !important;
}
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-bg-img{
height: unset !important;
background: transparent;
padding-top: 0;
max-width: unset;
aspect-ratio: unset;
}
body.aft-dark-mode .aft-masonry-archive-posts .no-post-image .read-img, 
body.aft-dark-mode .af-reated-posts.morenews-customizer .no-post-image .read-img.read-bg-img{
background: transparent;
}
article.latest-posts-full .no-post-image .read-img,
.full-width-content article.latest-posts-full .no-post-image .read-img {
height: unset !important;
background: transparent;
aspect-ratio: unset;
}
.featured-posts.morenews-customizer .no-post-image .read-img span.min-read,
.featured-posts.morenews-customizer .no-post-image .read-img .af-post-format,
.featured-posts.morenews-customizer .no-post-image .category-min-read-wrap,
.grid-layout.morenews-customizer .no-post-image .read-img span.min-read,
.grid-layout.morenews-customizer .no-post-image .read-img .af-post-format,
.grid-layout.morenews-customizer .no-post-image .category-min-read-wrap,
.latest-posts-grid .no-post-image .read-img span.min-read,
.latest-posts-grid .no-post-image .read-img .af-post-format,
.latest-posts-grid .no-post-image .category-min-read-wrap,
.archive-layout-grid .no-post-image .read-img span.min-read,
.archive-layout-grid .no-post-image .read-img .af-post-format,
.archive-layout-grid .no-post-image .category-min-read-wrap,
.archive-layout-list .no-post-image .read-img span.min-read,
.archive-layout-list .no-post-image .read-img .af-post-format,
.archive-layout-list .no-post-image .category-min-read-wrap,
.archive-layout-full .grid-design-default.no-post-image .read-img span.min-read,
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-img span.min-read,
.archive-layout-full .read-img a.aft-post-image-link,
.archive-layout-full .grid-design-default.no-post-image .read-img .af-post-format,
.archive-layout-full .grid-design-default.no-post-image .category-min-read-wrap,
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-img .af-post-format,
.aft-archive-wrapper .archive-list-post .no-post-image .read-categories,
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-img a.aft-post-image-link {
position: static;
}
.archive-layout-list .no-post-image .read-img span.min-read,
.archive-layout-grid .no-post-image .read-img span.min-read,
.archive-layout-grid article:not(.aft-first-post-full) .no-post-image .read-img span.min-read,
.featured-posts.morenews-customizer .no-post-image .read-img span.min-read,
.grid-layout.morenews-customizer .no-post-image .read-img span.min-read,
.latest-posts-grid .no-post-image .read-img span.min-read {
opacity: 1;
background: transparent;
color: inherit;
padding: 0;
margin-right: 10px;
}
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-img span.min-read{
padding: 0;
margin-right: 10px;
}
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .category-min-read-wrap.af-cat-widget-carousel {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-bg-img > a {
display: none;
}
.archive-layout-list.archive-image-right .af-double-column.list-style.no-post-image .category-min-read-wrap.af-cat-widget-carousel {
justify-content: flex-end;
}
body:not(.single) .archive-layout-full .grid-design-default.no-post-image .read-img span.min-read,
body:not(.single) .aft-archive-wrapper.archive-layout-list .af-double-column.list-style.no-post-image .read-single span.min-read {
background: transparent;
color: inherit;
}
body:not(.single) .archive-layout-full .grid-design-default.no-post-image .read-img span.min-read {
padding: 0;
}
body:not(.single) .archive-layout-full .grid-design-default.no-post-image .read-img .post-format-and-min-read-wrap {
margin-bottom: 10px;
}
@media screen and (max-width: 480px){
.aft-archive-wrapper.archive-layout-list.archive-image-right .af-double-column.list-style.no-post-image .category-min-read-wrap.af-cat-widget-carousel {
justify-content: flex-start;
}
}
.archive-image-right .af-double-column.list-style.no-post-image .read-details.pad {
padding-right: 0;
}
.archive-image-right .af-double-column.list-style.no-post-image .cat-links li {
margin-right: 0;
margin-left: 5px;
}
.archive-image-right .af-double-column.list-style.no-post-image .cat-links li:first-child {
margin-left: 0;
}
.featured-posts.morenews-customizer .no-post-image .read-img a.aft-post-image-link ,
.grid-layout.morenews-customizer .no-post-image .read-img a.aft-post-image-link ,
.latest-posts-grid .no-post-image .read-img a.aft-post-image-link {
z-index: -1;
}
.site-footer .morenews_posts_single_column_widget .af-double-column.list-style .read-bg-img ,
#secondary .morenews_posts_single_column_widget .af-double-column.list-style .read-bg-img ,
#sidr .morenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
width: 100%;
max-width: 100%;
}
.site-footer .morenews_posts_single_column_widget .af-double-column.list-style .read-details ,
#secondary .morenews_posts_single_column_widget .af-double-column.list-style .read-details ,
#sidr .morenews_posts_single_column_widget .af-double-column.list-style .read-details {
width: 100%;
padding: 15px 0;
}
.site-footer .morenews_posts_single_column_widget .af-double-column.list-style .read-single ,
#secondary .morenews_posts_single_column_widget .af-double-column.list-style .read-single ,
#sidr .morenews_posts_single_column_widget .af-double-column.list-style .read-single {
flex-wrap: wrap;
}
.archive-list-post .read-categories,
.morenews_posts_single_column_widget .read-categories {
position: absolute;
bottom: 10px;
left: 15px;
right: 15px;
}
.morenews_posts_double_columns_widget .af-double-column.list-style .read-bg-img,
.morenews_trending_news_widget .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
.morenews_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: 110px;
width: 40%;
}
.aft-trending-posts.list-part .af-double-column.list-style .read-title h3{
margin-top: 0;
}
.read-img .trending-no{
position: absolute;
bottom: 0;
right: 0;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-weight: 700;
font-size: 14px;
}
.trending-posts-vertical .read-title h3{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;}  .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
}
@media screen and (min-width: 1025px){
.full-width-content .archive-layout-list .af-double-column.list-style .read-bg-img,
.full-width-content .morenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
width: calc(33.33% - 7.5px);
max-width: calc(33.33% - 7.5px);
}
.full-width-content .archive-layout-list .af-double-column.list-style .read-details, 
.full-width-content .morenews_posts_single_column_widget .af-double-column.list-style .read-details{
width: calc(66.67% + 7.5px);
}
.full-width-content .archive-layout-list .af-double-column.list-style.no-post-image .read-bg-img,
.full-width-content .archive-layout-list .af-double-column.list-style.no-post-image .read-details{
width: 100%;
max-width: 100%;
}
.full-width-content .archive-layout-list .af-double-column.list-style.no-post-image .read-bg-img{
padding-top: 0;
line-height: 1;
}
}   .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;
margin-right: 2px;
border-radius: 100%;
display: inline-block;
}
.entry-meta .aft-comment-view-share > span {width: auto;height: auto;}
.aft-comment-view-share > span > a{
display: block;
text-align: center;
line-height: normal;
position: relative;
}
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;
}
.aft-comment-view-share > span > i{
color: #fff;
}  @media print { body * {
visibility: hidden;
} .entry-content-wrap.read-single.social-after-title,
.entry-content-wrap.read-single.social-after-title * {
visibility: visible;
} .entry-content-wrap.read-single.social-after-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 0 20px;
background: #fff;
} .site-header,
.site-footer,
.aft-social-share,
.sidebar,
.navigation,
.aft-bookmark-post,
.aft-copy-to-clipboard,
.aft-print-page {
display: none !important;
}
a[href]:after {
content: none !important;
}
}
.aft-social-share div.sharedaddy h3.sd-title,
.aft-comment-view-share div.sharedaddy h3.sd-title{
display: none;
}
.aft-copy-to-clipboard:focus {
outline: 2px dashed #555;
outline-offset: 4px;
}
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;}
.aft-social-share a i,
div.sharedaddy .sd-content ul li a.sd-button{
display: block;
width: 34px;
height: 34px;
font-size: 18px;
line-height: 30px;
position: relative;
text-align: center;
border-radius: 0;
padding: 0;
border: none;
color: #fff !important;
background: #000;
}
span.aft-jpshare {
margin-right: 5px;
margin-top: 10px;
margin-bottom: 5px;
}
.aft-social-share a i{
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
line-height: 34px;
border-radius: 50%;
} .aft-social-share a i.aft-icon-facebook,
div.sharedaddy .sd-content ul li.share-facebook a.sd-button{background: #3b5998;}
div.sharedaddy .sd-content ul li.share-x a.sd-button{background: #000;}
div.sharedaddy .sd-content ul li.share-twitter a.sd-button{background: #000;}
div.sharedaddy .sd-content ul li.share-threads a.sd-button{background: #000;}
.aft-social-share a i.aft-icon-linkedin,
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;}
.aft-social-share a i.aft-icon-pinterest,
div.sharedaddy .sd-content ul li.share-pinterest a.sd-button{background: #ca1f27;}
.aft-social-share a i.aft-icon-envelope,
div.sharedaddy .sd-content ul li.share-print a.sd-button{background: #324390;}
div.sharedaddy .sd-content ul li.share-tumblr a.sd-button{background: #2c4762;}
.aft-social-share a i.aft-icon-telegram,
div.sharedaddy .sd-content ul li.share-telegram a.sd-button{background: #0088cc;}
.aft-social-share a i.aft-icon-line,
.aft-social-share a i.aft-icon-whatsapp,
div.sharedaddy .sd-content ul li.share-jetpack-whatsapp a.sd-button{background: #43c452;}
.aft-social-share a i.aft-icon-reddit,
div.sharedaddy .sd-content ul li.share-reddit a.sd-button{background: #FF5700;}
div.sharedaddy .sd-content ul li.share-pocket a.sd-button{background: #ee4056;} .sd-content ul li a.sd-button:before{
vertical-align: middle !important;
top: 0 ;
}
.aft-jpshare div.sharedaddy .sd-content ul li a.sd-button:before{
color: #ffffff;
}
div.sharedaddy .sd-content ul li a.sd-button > span{
display: none;
}
div.sharedaddy .sd-content ul li a.sd-button.no-icon:before{
display: inline;
}
span.aft-jpshare {
display: inline-block;
}
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;} div.sharedaddy .sd-social-official ul li{
width: 30px !important;
height: 30px !important;
overflow: hidden !important;
margin-right: 5px !important;
position: relative;
border-radius: 100%;
text-align: center;
}
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;
}
div.sharedaddy .sd-content ul li a.sd-button:hover {
border: none;
}
div.sharedaddy .sd-social-official ul li > div,
div.sharedaddy .sd-social-official ul li > iframe,
div.sharedaddy .sd-social-official ul li > a.sd-button,
span.aft-jpshare:hover div.sharedaddy .sd-social-official ul li a.sd-button,
div.sharedaddy .sd-social-official ul li > a{
opacity: 0.01;
}
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-x:before{content: "\e61b";}
div.sharedaddy .sd-social-official ul li.share-twitter:before{content: "\e61b";}
div.sharedaddy .sd-social-official ul li.share-threads:before{content: "\e618";}
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 ul li{
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-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;} .aft-social-share .aft-jpshare i {
height: 34px;
width: 34px;
line-height: 34px;
font-size: 18px;
text-align: center;
border: 1px solid;
border-radius: 50%;
color: inherit;
margin-right: 5px;
display: inline-block;
}
.aft-copy-toast {
padding: 5px 12px;
background: #fff;
z-index: 9;
border: 1px solid #ccc;
font-size: 12px;
font-weight: 600;
border-radius: 5px;
transform: translateY(-10px);
}
.aft-copy-toast::before {
content: "";
border-top: 6px solid #ccc;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
position: absolute;
bottom: -7px;
left: 10px;
}
.aft-copy-toast::after {
content: "";
border-top: 6px solid #fff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
position: absolute;
bottom: -6px;
left: 10px;
} article .post-description p:last-child{margin-bottom: 0;}
.aft-archive-wrapper article .read-categories{padding-top: 0;} .list-style .read-single {
display: flex;
align-items: center;
}
.list-style .read-bg-img {
height: 290px;
}  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;
padding-left: 0;
padding-right: 15px;
}  article.aft-first-post-full{
overflow: hidden;
}
article.latest-posts-grid{
margin-bottom: 20px;
overflow: hidden;
}
article.latest-posts-grid .read-single{
margin-bottom: 0;
} article.archive-image-up-alternate .archive-grid-post .read-single{
display: flex;
flex-wrap: wrap;
height: 100%;
}
.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;
}  .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;
}  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 {
width: calc(50% - 7.5px);
float: left;
}
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);
}  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 {
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);
}   article.latest-posts-full .read-single {
margin-bottom: 30px;
overflow: hidden;
}
.archive article.latest-posts-full:not(:last-child) .read-single.grid-design-texts-over-image,
article.latest-posts-full .read-single.grid-design-texts-over-image {
margin-bottom: 20px;
}
article.latest-posts-full .read-img{ height: unset;
aspect-ratio: 3/2;
}
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;
} .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;
}  .archive-layout-full.full-with-grid article.col-1{width: 50%;}
.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%;}   .two-col-masonry .col-3{width: 50%;}
.four-col-masonry .col-3{width: 25%;}
.archive-layout-grid article.col-3 .read-img.read-bg-img {
height: unset;
aspect-ratio: 3/2;
width: 100%;
}
.four-col-masonry.aft-archive-wrapper .archive-layout-grid .read-details .entry-meta {margin-bottom: 0;}
.four-col-masonry.aft-archive-wrapper .archive-layout-grid .read-details .post-description {display: none;}  .archive article .page-links {
display: none;
}
.morenews-pagination {
text-align: center;
}
.morenews-pagination .pagination {
margin-top: 0;
}
.morenews-pagination .nav-links .page-numbers.current,
.morenews-pagination .nav-links .page-numbers{
min-width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
font-size: 14px;
display: inline-block;
color: #4c4c4c;
border-width: 1px;
border-style: solid;
border-image: initial;
text-decoration: none;
padding: 0px 10px;
font-weight: 700;
}
.aft-dark-mode .morenews-pagination .nav-links .page-numbers{
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
}
.morenews-pagination .nav-links .page-numbers.current{
color: #fff;
background: #212121;
border-color: #212121;
}  .aft-archive-wrapper .archive-layout-list .read-details{
padding-top: 15px;
padding-bottom: 15px;
}
.aft-archive-wrapper .archive-layout-grid .read-details .entry-meta,
.aft-archive-wrapper .archive-layout-list .read-details .entry-meta,
.aft-archive-wrapper.aft-masonry-archive-posts .read-details .entry-meta{
margin-bottom: 5px;
}   .below-banner-advertisment-section{
text-align: center;
margin: 20px auto 0;
width: 100%;
max-width: 1400px;
padding: 0 20px;
}  .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;} .featured-category-item{
width: 33.3333%;
}  .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;
}
.morenews_mailchimp_widget,
.morenews_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;
}
article .promotionspace{
margin-top: 20px; }
article .promotionspace .morenews-customizer {
margin-bottom: 0;
}
article .mailchimp-block {
margin-top: 20px;
}
.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: #404040;
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: #fff;
width: 120px;
height: 58px;
padding: 14px 0;
font-size: 14px;
line-height: 30px;
background-color: #007ACC ;
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;
}   div.comments-area {
padding: 20px;
margin-bottom: 20px;
}
.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; 
word-break: break-word;
}
body.single-post .aft-image-caption {
color: #fff;
display: block;
background: rgba(0, 0, 0,0.75);
padding: 5px 10px;
}
body.single-post .aft-image-caption p{
margin-bottom: 0;
}
body.single .entry-header .aft-post-excerpt-and-meta .post-excerpt{
margin: 15px 0;
border-left: 3px solid #007ACC;
padding-left: 15px;
}
body.single .entry-header .aft-post-excerpt-and-meta .entry-meta .aft-comment-view-share{
padding: 0;
}
figure.wp-block-image {
margin-bottom: 20px;
}
.single-post-title-full .entry-header-details{
margin-bottom: 20px;
padding: 20px;
}
body.aft-dark-mode.single-post-title-full .entry-header-details{
background-color: #252525;
}
body.aft-default-mode.single-post-title-full .entry-header-details{
background-color: #f9f9f9;
-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
}
.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;
text-align: center;
margin-bottom: 20px;
font-size: 14px;
}
footer.comment-meta {
margin-bottom: 10px;
}
p a,
.post-description a:not(.aft-readmore), .post-description a:not(.aft-readmore):visited,
.entry-content .wp-block-latest-comments a:not(.has-text-color):hover,
.morenews-widget.widget_text a,
.post-excerpt a,
.comment-content a,
.aft-default-mode .entry-content h1:not(.has-link-color):not(.wp-block-post-title) a,
.aft-default-mode .entry-content h2:not(.has-link-color):not(.wp-block-post-title) a,
.aft-default-mode .entry-content h3:not(.has-link-color):not(.wp-block-post-title) a,
.aft-default-mode .entry-content h4:not(.has-link-color):not(.wp-block-post-title) a,
.aft-default-mode .entry-content h5:not(.has-link-color):not(.wp-block-post-title) a,
.aft-default-mode .entry-content h6:not(.has-link-color):not(.wp-block-post-title) a,
.aft-default-mode .entry-content > .wp-block-heading a:not(.has-link-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: #007ACC ;
}
p a,
.post-description a:not(.aft-readmore),
.wp-block-table a,
p.logged-in-as a,
.post-excerpt a,
.comment-content a,
.entry-content > .wp-block-heading a,
.entry-content > ul a, 
.entry-content > ol a, 
.entry-content > p a{
border-bottom: 2px solid;
}
.site-title a,
p a:hover,
.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;
}
.wp-post-author-meta .wp-post-author-meta-more-posts p a:hover {
border-bottom: 1px solid !important;
}
.post-description a:not(.aft-readmore):hover,
.entry-content .wp-block-latest-comments a:not(.has-text-color),
.entry-content .wp-block-archives-list.wp-block-archives a:not(.has-text-color),
.entry-content .wp-block-latest-posts a:not(.has-text-color), 
.entry-content .wp-block-categories-list.wp-block-categories a:not(.has-text-color),
.wp-block-table a:hover,
.comment-meta a:hover,
p.logged-in-as a:hover,
.morenews-widget.widget_text a:hover,
.post-excerpt a:hover,
.comment-content a:hover,
.entry-content > [class*="wp-block-"] div.is-style-fill a:not(.has-text-color):hover,
.entry-content > [class*="wp-block-"].is-style-fill a:not(.has-text-color):hover,
.entry-content > ol a:hover,
.entry-content > ul a:hover,
.entry-content > p a:hover {
border-width: 0;
}  .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 rgba(57, 62, 70, 0.30);
color: rgba(57, 62, 70, 0.80);
font-size: 13px;
font-weight: normal;
transition: all 0.075s ease-out;
}
body.single span.tags-links a:hover{
border: 1px solid #007ACC ;
color: #007ACC ;
}  .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 h3 {
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 h3 a {
color: #fff;
}
span.item-metadata.posts-author.byline a{
font-weight: 700;
}  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;
}  body.single .entry-content-wrap{
display: flex;
flex-direction: column;
padding: 20px;
margin-bottom: 20px;
}
body.single .entry-content-wrap .entry-content.read-details {
margin-bottom: 0;
}
body.single .entry-content-wrap .entry-meta {
margin-bottom: 5px;
}
body.single .entry-content-wrap .read-img{
margin: 20px -20px;
}
body.single .entry-content-wrap .read-img.morenews-featured-video {
margin: 20px 0;
}
#reading-progress-bar {
position: fixed;
top: 0;
left: 0;
height: 4px;
width: 0%;
background-color: #007ACC; z-index: 99999;
transition: width 0.2s ease-out;
}
body.single .entry-content-wrap .post-excerpt,
body.single-post.aft-single-full-header .post-excerpt{
font-weight: normal;
} body.single .entry-content-wrap.social-after-title .entry-header{order: 1;}
body.single .entry-content-wrap.social-after-title .read-img{order: 2;}
body.single .entry-content-wrap.social-after-title .color-pad{order: 3;}
body.single .entry-content-wrap.social-after-title .aft-social-share{
order: 4;
margin-top: 10px;
}
body.single .aft-social-share .sd-sharing {
margin-bottom: 0;
margin-top: 10px;
}
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;}
}  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 .read-img {
margin-top: 70px !important;
}
body.single .entry-content-wrap.social-vertical-share .aft-social-share {
float: left;
min-width: 50px;
position: sticky;
top: 50px; left: 0;
background: #fff;
padding: 0px 15px 5px 20px;
box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
}
body.single .entry-content-wrap.social-vertical-share .vertical-left-right {
position: absolute;
height: 100%; z-index: 9;
left: 0;
}
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;
}
body.single .entry-content-wrap > .read-img:first-child {
margin: -20px -20px 20px;
}   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 .wp-block-latest-comments,
.entry-content .wp-block-cover, 
.entry-content .wp-block-cover-image,
.entry-content p,
.entry-content [class^="wp-block-"] {
margin-top: 0;
margin-bottom: 30px;
}
@media screen and (max-width: 480px){
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover, 
.entry-content .wp-block-cover-image,
.entry-content p,
.entry-content [class^="wp-block-"] {
margin-bottom: 15px;
}
}
.entry-content .wp-block-comment-date,
.entry-content .wp-block-cover .wp-block-cover__background, 
.entry-content .wp-block-cover .wp-block-cover__gradient-background, 
.entry-content .wp-block-cover-image .wp-block-cover__background, 
.entry-content .wp-block-cover-image .wp-block-cover__gradient-background, 
.entry-content .wp-block-spacer,
.entry-content .wp-block-media-text .wp-block-media-text__media,
.entry-content .wp-block-search__inside-wrapper .wp-block-search__input,
.entry-content ul.blocks-gallery-grid:not([class*="wp-"]):not(.awpa-contact-info),
.entry-content .wp-block-column,
.entry-content .wp-block-query-pagination-numbers,
.entry-content .wp-block-cover:last-child, 
.entry-content .wp-block-cover-image:last-child,
.entry-content p:last-child,
.entry-content .wp-block-navigation-item [class^="wp-block-"],
.entry-content [class^="wp-block-"]:last-child {
margin-bottom: 0;
}
.entry-content .wp-block-button:last-child{
margin-bottom: 30px;
}
@media screen and (max-width: 480px){
.entry-content .wp-block-media-text .wp-block-media-text__media {
margin-bottom: 15px;
}
}
.comments-area ol:not([class*="wp-"]),
.comments-area ul:not([class*="wp-"]),
.entry-content ol:not([class*="wp-"]) ,
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
padding-left: 0;
margin-bottom: 20px;
margin-top: 20px;
list-style-position: inside;
}
.entry-content ol:not([class*="wp-"]).alignwide ,
.entry-content ul:not([class*="wp-"]).alignwide {
padding-left: 30px;
}
.entry-content ol:not([class*="wp-"]).alignfull ,
.entry-content ul:not([class*="wp-"]).alignfull {
margin-left: calc(50% - 50vw - 10px);
padding-left: 40px;
}
.comments-area ol:not([class*="wp-"]),
.entry-content ol:not([class*="wp-"]) {
list-style-type: decimal;
}
.comments-area ul:not([class*="wp-"]),
.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: 0px;
padding-top: 5px;
}
p.has-drop-cap:not(:focus):first-letter {
font-weight: normal;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{ margin-bottom: 2.14286em;
padding-top: 1.71429em;
padding-bottom: 1.71429em;
}
.wp-block-image figcaption{
text-align: center;
}
.blocks-gallery-item figcaption {
font-weight: 500;
}    .wp-block-file {
margin-bottom: 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;
}  .wp-block-audio {
margin-bottom: 20px;
}
.wp-block-audio figcaption {
margin: 0;
padding: 10px 0;
}  .wp-block-video { text-align: center;
}
.wp-block-video video {
display: inline-block;
}
.wp-block-video figcaption {
margin: 0;
padding: 6px 0 15px;
text-align: center;
}  .wp-block-code {
background-color: #f3f3f3;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: 1px; border: none;
}
.wp-block-code code,
.wp-block-code .editor-plain-text {
background-color: #000000;
padding: 20px;
color: inherit;
color: #fff;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: inherit;
display: block;
}  .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;
}  .wp-block-pullquote { padding: 30px 0;
}
.wp-block-pullquote p {
font-size: 28px;
line-height: 1.7;
}
.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;
}  .wp-block-table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
}
.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;
}  pre.wp-block-verse {
white-space: inherit; padding: 40px 0;
padding-left: 30px;
position: relative;
background-color: #e2e2e2;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
border: none;
}  .wp-block-spacer {
clear: both;
}  ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories__list {
margin-bottom: 20px;
padding: 0;
position: relative;
}
.morenews-widget ol.wp-block-latest-comments,
.morenews-widget p.wp-block-tag-cloud,
.morenews-widget ul.wp-block-archives,
.morenews-widget ul.wp-block-categories,
.morenews-widget ul.wp-block-categories__list {
margin-bottom: 0;
}
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;
}
ul.wp-block-categories-list.wp-block-categories li, 
ul.wp-block-archives-list.wp-block-archives li{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 16px;
}
.aft-dark-mode ul.wp-block-categories-list.wp-block-categories li, 
.aft-dark-mode ul.wp-block-archives-list.wp-block-archives li{
border-color: rgba(255, 255, 255, 0.15);
}
ul.wp-block-categories-list.wp-block-categories li:last-child, 
ul.wp-block-archives-list.wp-block-archives li:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}  .wp-block-latest-comments {
list-style: none;
margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
min-height: auto;
line-height: 1.7;
padding: 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: 50%;
border-radius: 50%;
}
[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;
}
[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;
}
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.wp-block-latest-posts__list {
list-style: none;
}  .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;
}   .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;
} .wp-block-embed-youtube figcaption {
text-align: center;
} .wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
position: relative;
}
.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;
}  .wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
position: relative;
}
.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;
}  @media only screen and ( min-width: 1025px ) {
.wp-block-quote.is-large, .wp-block-quote.is-style-large{ margin-bottom: 2em;
padding: 0.66667em;
padding-top: 1.33333em;
padding-bottom: 1.33333em;
}
}
@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;
}
}
body.full-width-content.af-boxed-layout:not(.single-content-mode-boxed) .alignwide,
body.full-width-content.af-boxed-layout:not(.single-content-mode-boxed) .alignfull,
body.full-width-content.af-wide-layout:not(.single-content-mode-boxed) .alignwide,
body.full-width-content.af-boxed-layout .alignfull{
margin-left: 0;
margin-right: 0;
width: 100%;
}
body.full-width-content .alignfull{
margin-left: calc(50% - 50vw - 10px);
margin-right: calc(50% - 50vw - 10px);
max-width: 100vw;
width: 100vw;
}
body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignwide .alignwide,
body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignwide .alignfull,
body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignfull .alignwide,
body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignfull .alignfull,
body.single-content-mode-boxed:not(.full-width-content) article.page .entry-content .alignwide .alignwide,
body.single-content-mode-boxed:not(.full-width-content) article.page .entry-content .alignwide .alignfull,
body.single-content-mode-boxed:not(.full-width-content) article.page .entry-content .alignfull .alignwide,
body.single-content-mode-boxed:not(.full-width-content) article.page .entry-content .alignfull .alignfull,
body.full-width-content .alignwide .alignwide {
margin-right: 0;
margin-left: 0;
}
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.blockspare-blank-canvas.full-width-content.af-boxed-layout:not(.single-content-mode-boxed) .alignwide,
body.blockspare-blank-canvas.full-width-content.af-boxed-layout:not(.single-content-mode-boxed) .alignfull,
body.blockspare-blank-canvas.full-width-content.af-wide-layout .alignwide,
body.blockspare-blank-canvas.full-width-content.af-boxed-layout .alignfull,
body:not(.full-width-content):not(.single-content-mode-boxed) article .alignwide{
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){
body.single.single-content-mode-boxed .entry-content-wrap .read-img{
margin: 20px 0;
}
body.single.single-content-mode-boxed .entry-content-wrap {
padding: 0;
}
body.single-content-mode-boxed article.af-single-article .entry-header{
padding: 5.34rem 6.67rem 0;
}
body.single.single-content-mode-boxed.single-post-title-full .entry-content-wrap .read-img{
margin-top: 0;
}
body.single-content-mode-boxed.single-post-title-full article.af-single-article .post-thumbnail.full-width-image {
padding-top: 0;
}
body.page:not(.home).single-content-mode-boxed main.site-main{
padding: 5.34rem 6.67rem;
}
body.single-content-mode-boxed article.af-single-article .entry-content{
padding: 0 6.67rem 5.34rem;
margin-top: 0;
}
body.single-content-mode-boxed div.comments-area {
padding: 5.34rem 6.67rem;
}
body.single-content-mode-boxed article .alignwide,
body.single-content-mode-boxed .af-single-article .alignwide{
margin-left: -30px;
margin-right: -30px;
max-width: unset;
width: unset;
}
body.single-content-mode-boxed article .alignfull,
body.single-content-mode-boxed .af-single-article .alignfull{
margin-left: -6.67rem;
margin-right: -6.67rem;
max-width: unset;
width: unset;
}
body.full-width-content:not(.single-content-mode-boxed) .alignwide {
margin-left: 0;
margin-right: 0;
width: 100%;
}
body.full-width-content:not(.single-content-mode-boxed) .alignfull {
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
@media (max-width: 1200px){
body.full-width-content:not(.single-content-mode-boxed) .alignfull{
margin-left: 0;
margin-right: 0;
max-width: 100%;
width: 100%;
}
body.single-content-mode-boxed article.af-single-article .entry-header{
padding: 2.5rem 2.4rem 0;
}
body.single-content-mode-boxed article.af-single-article .entry-content{
margin: 0;
padding: 0 2.4rem 3.34rem;
}
body.single-content-mode-boxed .af-single-article .alignwide{
margin-left: -20px;
margin-right: -20px;
}
body.single-content-mode-boxed article .alignfull {
margin-left: 0;
margin-right: 0;
}
body.single-content-mode-boxed .af-single-article .alignfull{
margin-left: -2.4rem;
margin-right: -2.4rem;
}
}
@media (max-width: 921px){
body.single-content-mode-boxed article.af-single-article .entry-content{
padding: 0 2.14rem 1.5rem;
}
body.single-content-mode-boxed article .alignwide,
body.single-content-mode-boxed .af-single-article .alignwide{
margin-left: -20px;
margin-right: -20px;
}
body.single-content-mode-boxed article .alignfull,
body.single-content-mode-boxed .af-single-article .alignfull{
margin-left: -2.14rem;
margin-right: -2.14rem;
}
}
@media (max-width: 544px){
body.single-content-mode-boxed article.af-single-article .entry-header,
body.single-content-mode-boxed article.af-single-article .entry-content{
padding: 0;
}
body.single-content-mode-boxed article .alignwide,
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 article .alignfull,
body.single-content-mode-boxed .af-single-article .alignfull{
margin-left: -1rem;
margin-right: -1rem;
max-width: unset;
width: unset;
}
}  .above-footer-wrapper > .widget:last-child{margin-bottom: 20px;}   .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;} .header-title-wrapper{border-bottom: none;}  .alignnone {
margin-left: 20px;
margin-right: 20px;
}
.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;
}
.wp-caption {
max-width: 96%; 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;
} .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; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #404040;
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; } .wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-group ul li,
.widget:not(.morenews_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);
}
.widget:not(.morenews_social_contacts_widget) ul.menu >li {
font-size: 16px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-group ul li a,
.widget ul.menu >li ,
.widget ul ul li,
.widget > ul > li {
font-family: 'Oswald', serif;
}
.widget > ul > li .comment-author-link,
.widget:not(.morenews_social_contacts_widget) ul.menu >li a,
.widget > ul > li a{
font-weight: 700;
color: #fff;
transition: all 0.075s linear;
}
.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-latest-comments li.wp-block-latest-comments__comment a, 
.wp-block-group ul li a{
font-weight: 700;
transition: all 0.075s linear;
}
.widget ul.menu >li a:hover,
.widget > ul > li a:hover{
color: #bb1919;
}
.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;
}
.bs-popular-taxonomies-lists ul li,
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li.wp-block-latest-comments__comment:last-child,
.wp-block-group ul li:last-child,
.widget ul.menu > li:last-child,
.widget ul > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.blockspare-blank-canvas li.blockspare-gallery-item:last-child {
height: fit-content;
}
.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);
} .widget .af-social-contacts .social-widget-menu ul {
margin: 0 -7.5px;
}
.widget .af-social-contacts .social-widget-menu ul li a{
display: block;
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(16.66% - 15px);
display: inline-block;
vertical-align: top;
margin-bottom: 15px;
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),
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5),
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
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(33.33% - 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),
.site-footer .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
#sidr .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(3){
margin-bottom: 0;
}
.af-social-contacts .social-widget-menu ul li a{
padding: 15px 10px;
color: #fff;
font-weight: normal;
}
.af-social-contacts .social-widget-menu ul li a:before {
display: block;
width: 25px;
text-align: center;
color: #fff;
margin: auto;
}
.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-family: 'Open Sans', sans-serif;
font-size: 12px;
margin: 0 auto;;
}  .tagcloud {
line-height: 1;
font-size: 0;
}
.tagcloud a:hover {
color: #bb1919;
opacity: 1;
}
.wp-block-tag-cloud{font-size: 0;}
.wp-block-tag-cloud a, .tagcloud a {
display: inline-block;
padding: 7.5px 10px;
border: none !important;
line-height: 1;
font-size: 16px !important;
margin-right: 5px;
background: rgba(0,0,0,.5);
color: #fff;
margin-top: 3px;
margin-bottom: 3px;
text-decoration: none !important;
}
body.aft-default-mode .wp-block-tag-cloud a, 
body.aft-default-mode .tagcloud a {
background: rgba(0,0,0,.05);
color: #404040;
}  #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: transparent;
}
.wp-block-calendar table th {
background: rgba(0,0,0,.05);
}
.aft-default-mode #wp-calendar thead th {
border-color: rgba(0,0,0,.1);
}
#wp-calendar tbody {
color: #404040;
}
#wp-calendar tfoot td,
#wp-calendar tbody td {
border: 1px solid rgba(0,0,0,.1);
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: 12px;
text-transform: uppercase;
text-align: right;
} .aft-dark-mode #wp-calendar tbody {
color: #ffffff;
}
.aft-dark-mode #wp-calendar tfoot td,
.aft-dark-mode #wp-calendar tbody td {
background: #222;
border-color: #000;
}
.aft-dark-mode .wp-calendar-nav a {
color: #007ACC;
}
.widget_calendar nav.wp-calendar-nav {
display: flex;
justify-content: space-between;
}   .af-breadcrumbs {
margin: 20px 0px 0px;
padding: 15px 20px;
}
body.aft-single-full-header .af-breadcrumbs {
padding-bottom: 15px;
}
ul.trail-items {
font-size: 15px;
}
ul.trail-items li {
display: inline-block;
margin-right: 5px;
}
ul.trail-items li a{
opacity: 0.7;
transition: all 1244ms cubic-bezier(.215,.610,.355,1);
word-break: break-word;
}
ul.trail-items li a:hover{
opacity: 1;
}
ul.trail-items li:after {
content: ' / ';
padding: 0 2px;
font-size: 13px;
}
ul.trail-items li:last-child:after {
display: none;
}  .nav-links a {
font-weight: 700;
transition: all 0.075s ease;
display: block;
}
.nav-links .nav-next a:after {
transition: all 0.075s ease;
}
.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;
clear: both;
word-break: break-word;
}
.prev-post-info, .next-post-info {
width: 70%;
margin-top: 20px;
padding: 0 10px;
}
span.meta-nav {
display: block;
color: #ababab;
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%;
}  .mc4wp-form .mc4wp-form-fields label ,
.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;
}
.widget_product_search input.search-field, 
.morenews-widget .mc4wp-form-fields input[type="email"]{
background: #fafafa;
}
footer .widget_product_search input.search-field, 
footer .morenews-widget .mc4wp-form-fields input[type="email"]{
background: #222222;
}
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;
}
.mc4wp-form .mc4wp-form-fields p,
.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: #007ACC;
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;
}   h2.comments-title {
font-size: 20px;
margin: 10px 0;
}
.comment-list > li,
.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;
}
.comment .wp-block-columns {
gap: 1em;
}
.wp-block-comment-author-name {
font-weight: 700;
}  div#respond h3#reply-title {
margin-top: 0;
font-weight: 700;
font-size: 20px;
}
div#respond p{
margin-bottom: 10px;
}
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-url input,
p.comment-form-email input,
p.comment-form-author input {
width: 100%;
}
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%;
}
body .reply a,
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;
} .widget_media_image img {
width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  #scroll-up {
position: fixed;
z-index: 8000;
bottom: 45px;
right: 20px;
display: none;
width: 50px;
height: 50px;
font-size: 28px;
line-height: 50px;
text-align: center;
text-decoration: none;
background-color: #007ACC ;
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 #007ACC;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}  #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: #007ACC;
}
a.sidr-class-sidr-button-close:focus {
outline: 1px dotted #fff;
}
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;
transition: all .075s ease-in-out;
}
a.sidr-class-sidr-button-close:before {
-webkit-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);
transform: translateY(-8px) rotateZ(45deg);
}
a.sidr-class-sidr-button-close i {
display: none;
} .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;
} .gallery-caption {
display: block;
background: #000;
background: rgba(0, 0, 0, .75);
color: #fff;
font-size: 85%;
line-height: 1.3;
padding: 15px;
text-align: left;
}
.gallery:after {content:"";display:table;clear:both;}
img.aligncenter, 
div.aligncenter {
display:block; 
margin:1em auto;
}
img.wp-post-image {
display: block;
}
figure.aligncenter {margin: 1em auto;}
.post-thumbnail img.wp-post-image {
margin: 0;
}
.post-thumbnail.full-width-image.original img {
width: revert-layer;
margin: 0 20px;
max-width: calc(100% - 40px);
}
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, img.alignleft, div.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
figure.alignright, figure.alignleft {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;}
} .nav>li>a:focus, .nav>li>a:hover {
background-color: transparent;
}
.pagination {
margin: 20px 0;
}  .morenews-widget.widget_text a {
border-bottom: 2px solid;
}
.site-footer .morenews-widget.widget_text a,
body.aft-dark-mode .morenews-widget.widget_text a {
color: #fff;
}  footer.site-footer {
background-color: #202020;
}
footer.site-footer .primary-footer{
padding-top: 20px;
padding-bottom: 20px;
}
.footer-nav-wrapper .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.15);
}
footer .secondary-footer a {
color: #fff;
}
.site-footer.data-bg .secondary-footer::before {
background-color: rgba(0,0,0,.35);
}
.secondary-footer > div{position: relative;}
.site-info {
text-align: center;
padding: 10px 0;
background-color: #000;
}
.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%;
} .primary-footer-area:first-child:nth-last-child(2),
.primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area {
width: 50%;
} .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{
border: 1px solid rgba(255,255,255,0.3);
color: #fff;
}
body.aft-dark-mode .aft-readmore-wrapper a.aft-readmore:hover{
color: #ffffff;
}
.grid-design-texts-over-image .aft-readmore-wrapper a.aft-readmore {
border-color: rgba(255,255,255,0.5);
color: #fff;
}
.aft-default-mode .grid-design-texts-over-image .aft-readmore-wrapper a.aft-readmore,
.aft-dark-mode .grid-design-texts-over-image .aft-readmore-wrapper a.aft-readmore{
border-color: rgba(255,255,255,0.5);
}
body.aft-dark-mode footer .morenews-widget .af-slick-navcontrols,
body.aft-default-mode footer .morenews-widget .af-slick-navcontrols{
background-color: transparent;
}
body.aft-default-mode footer .af-slick-navcontrols .slide-icon{
color: #fff;
}   body .primary-footer-area:first-child:nth-last-child(2) .morenews_posts_lists_widget .af-double-column.list-style.col-3,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .morenews_posts_lists_widget .af-double-column.list-style.col-3{
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(2) .morenews_featured_posts_widget .col-4.pad,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .morenews_featured_posts_widget .col-4.pad{
width: 50%;
}
body .primary-footer-area:first-child:nth-last-child(2) .morenews_express_posts_list_widget .col-2.af-sec-post,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .morenews_express_posts_list_widget .col-2.af-sec-post{
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(2) .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .morenews_posts_slider_widget .read-single .read-img.read-bg-img {
height: 430px;
}
body .primary-footer-area:first-child:nth-last-child(2) .morenews_express_posts_grid_widget .af-express-grid-wrap,
body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .morenews_express_posts_grid_widget .af-express-grid-wrap {
grid-template-columns: repeat(2, 1fr);
} body .primary-footer-area:first-child:nth-last-child(3) .morenews_posts_lists_widget .af-double-column.list-style.col-3,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_posts_lists_widget .af-double-column.list-style.col-3{
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_express_posts_list_widget .col-2.af-sec-post,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_express_posts_list_widget .col-2.af-sec-post{
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_featured_posts_widget .col-4.pad,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_featured_posts_widget .col-4.pad{
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_posts_slider_widget .read-single .read-img.read-bg-img {
height: 230px;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_youtube_video_widget .col-2.secondary-video,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_youtube_video_widget .col-2.primary-video {
width: 100%;
}
body.full-width-content .primary-footer-area:first-child:nth-last-child(3) .morenews_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 .morenews_youtube_video_widget .secondary-video iframe.af-yt-video-item,
body:not(.full-width-content) .primary-footer-area:first-child:nth-last-child(3) .morenews_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 .morenews_youtube_video_widget .secondary-video iframe.af-yt-video-item{
height: 255px;
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_express_posts_grid_widget .af-express-grid-wrap,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_express_posts_grid_widget .af-express-grid-wrap {
grid-template-columns: repeat(1, 1fr);
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_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 .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
grid-column-end: span 1;
grid-row-end: span 1;
aspect-ratio: 3/2;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_posts_double_columns_widget .col-2.af-sec-post,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_posts_double_columns_widget .col-2.af-sec-post{
width: 100%;
}  .morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap {
text-align: center;
cursor: pointer;
}
.morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
height: 360px;
display: inline-block;
width: 100%;
object-fit: cover;
}
.morenews_youtube_video_widget span.vid-thumb img {
height: 110px;
}
.morenews_youtube_video_widget .af-youtube-slider-thumbnail {
margin-left: 15px;
width: calc(25% - 15px);
overflow: hidden;
}
.morenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-list {
margin: -7.5px 0;
}
.morenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-item {
margin: 7.5px 0;
}  @media screen and (max-width: 768px){
body .wp-block-group.aft-fw-resp .is-layout-flex {
flex-wrap: wrap;
}
}  body .splw-main-wrapper .splw-weather-title {
margin: 0 !important;
}
div[id*="splw-location-weather"].splw-main-wrapper {
max-width: unset !important;
}
.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: #007ACC ;}
.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;
}
.awpa-review-field .right-star .awpa-rating-button {border-radius: 0;}
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;
}
.aft-dark-mode p.awpa-more-posts a {
border-color: rgba(255,255,255,.2);
}
p.awpa-more-posts a:hover {border-color: #007ACC ;}
.wp-post-author-wrap .awpa-contact-info {padding: 0;}
.wp-post-author-wrap .awpa-contact-info li {display: inline-block;}
.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;
border-radius: 50%;
display: inline-block;
}
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*="tiktok.com"],
ul.awpa-contact-info li a[href*="threads.com"],
ul.awpa-contact-info li a[href*="x.com"],
ul.awpa-contact-info li a[href*="twitter.com"]{
background-color: #000;
}
.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a {
border-color: rgba(255, 255, 255, 0.1);
}  #sidr .header-after1,
#sidr .widget-title,
footer .header-after1,
footer .widget-title,
#secondary .header-after1,
#secondary .widget-title {
position: relative;
}  .aft-dark-mode .home-featured-widgets,
.aft-dark-mode .aft-frontpage-feature-section-wrapper section.morenews-customizer,
.aft-default-mode .home-featured-widgets,
.aft-default-mode .aft-frontpage-feature-section-wrapper section{
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
} body.aft-dark-mode select,
body.aft-dark-mode legend {
color: #fff;
}
.aft-dark-mode .select2-container--default .select2-results__option[aria-selected=true], 
.aft-dark-mode .select2-container--default .select2-results__option[data-selected=true] {
background-color: #ddd;
color: #404040;
}
.aft-default-mode .wp-block-archives-list.wp-block-archives a:not(.has-text-color),
.aft-default-mode .wp-block-latest-posts a:not(.has-text-color), 
.aft-default-mode .entry-content .wp-block-latest-posts a:not(.has-text-color), 
.aft-default-mode .wp-block-categories-list.wp-block-categories a:not(.has-text-color),
.aft-default-mode .wp-block-latest-comments li.wp-block-latest-comments__comment a{
color: #404040;
}
.aft-dark-mode .select2-dropdown,
.aft-dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,
.aft-dark-mode .select2-results {
background-color: #202020;
}
.aft-dark-mode .wp-post-author-wrap .header-after::after, 
.aft-dark-mode span.heading-line-after,
.aft-dark-mode .wp-post-author-wrap .header-after::before, 
.aft-dark-mode span.heading-line-before{
background-color: #007ACC;
}
.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 .aft-posts-tabs-panel .nav-tabs,
.aft-dark-mode.widget-title-fill-and-border .widget-title {
border-color: rgba(255, 255, 255, 0.2);
}
body.aft-dark-mode #sidr,
body.aft-dark-mode code,
body.aft-dark-mode{
background-color: #000000;
}
body.aft-dark-mode .aft-masonry-archive-posts .read-img,
body.aft-dark-mode .read-img.read-bg-img{
background-color: #3a3a3a;
}
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, 0.2);
}
body.aft-dark-mode .reply a,
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,
.aft-default-mode .site-footer .wp-block-archives-list.wp-block-archives a:not(.has-text-color),
.aft-default-mode .site-footer .wp-block-latest-posts a:not(.has-text-color), 
.aft-default-mode .site-footer .entry-content .wp-block-latest-posts a:not(.has-text-color), 
.aft-default-mode .site-footer .wp-block-categories-list.wp-block-categories a:not(.has-text-color),
.aft-default-mode .site-footer .wp-block-latest-comments li.wp-block-latest-comments__comment a,
.aft-dark-mode .wp-block-archives-list.wp-block-archives a:not(.has-text-color),
.aft-dark-mode .wp-block-latest-posts a:not(.has-text-color), 
.aft-dark-mode .entry-content .wp-block-latest-posts a:not(.has-text-color), 
.aft-dark-mode .wp-block-categories-list.wp-block-categories a:not(.has-text-color),
.aft-dark-mode .wp-block-latest-comments li.wp-block-latest-comments__comment 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: #252525;
}
body.aft-dark-mode div#respond{
border-color: transparent;
}
.aft-default-mode .wp-block-archives-list.wp-block-archives a:not(.has-text-color):hover,
.aft-default-mode .wp-block-latest-posts a:not(.has-text-color):hover, 
.aft-default-mode .wp-block-categories-list.wp-block-categories a:not(.has-text-color):hover,
.aft-default-mode .wp-block-latest-comments li.wp-block-latest-comments__comment a:hover,
.aft-dark-mode .wp-block-archives-list.wp-block-archives a:not(.has-text-color):hover,
.aft-dark-mode .wp-block-latest-posts a:not(.has-text-color):hover, 
.aft-dark-mode .wp-block-categories-list.wp-block-categories a:not(.has-text-color):hover,
.aft-dark-mode .wp-block-latest-comments li.wp-block-latest-comments__comment a:hover {
color: #007ACC;
}
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 .aft-popular-taxonomies-lists ul li a,
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 .entry-meta span a,
body.aft-dark-mode .read-title h3 a,
body.aft-dark-mode .read-title h3 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-default-mode .site-footer .aft-small-social-menu ul li a:hover,
body.aft-dark-mode .aft-small-social-menu ul li a:hover,
body.aft-default-mode .site-footer .aft-small-social-menu ul li a,
body.aft-dark-mode .aft-small-social-menu ul li a{
color: #fff;
}
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 rgba(255,255,255, 0.2);
}
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,
body.aft-dark-mode .aft-readmore-wrapper a.aft-readmore {
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 .morenews-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;
} body.aft-default-mode #secondary .widget-area.color-pad .read-single.color-pad ,
body.aft-dark-mode #secondary .widget-area.color-pad .read-single.color-pad {
background-color: transparent;
}
.aft-dark-mode ul.trail-items li:after,
.aft-dark-mode .wp-block-tag-cloud a,
.aft-dark-mode .entry-content > .wp-block-tag-cloud a:not(.has-text-color),
.aft-dark-mode .tagcloud a,
.aft-dark-mode .widget ul.menu >li a,
.aft-dark-mode .widget > ul > li a{
color: #fff;
}
.aft-dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #ffffff11;
}
body.aft-dark-mode pre{
color: #fff;
background-color: #ffffff11;
}
body.aft-dark-mode .header-layout-centered .bottom-header{
border-color: #000;
}
body.aft-dark-mode .gt_float_switcher .gt_options,
body.aft-dark-mode .main-navigation .menu .menu-mobile{
background: #000;
}
body.aft-dark-mode:not(.home) .morenews-header.header-layout-centered .bottom-header,
body.aft-dark-mode .ham.exit {
background-color: transparent;
}
body.aft-dark-mode input:focus,
body.aft-dark-mode textarea:focus {
outline: 1px dotted rgba(255,255,255,.5);
}
body.aft-dark-mode .comment-meta a {
color: #fff;
}
body.aft-dark-mode .comment-meta a:hover {
color: #007ACC;
}  footer.site-footer .wp-calendar-nav a,
footer.site-footer .wp-block-latest-comments__comment-meta a,
.widget-title-border-bottom footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a, 
.widget-title-border-bottom footer.site-footer .wp_post_author_widget .widget-title .header-after, 
.widget-title-border-bottom footer.site-footer .widget-title .heading-line,
.widget-title-border-none footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a, 
.widget-title-border-none footer.site-footer .wp_post_author_widget .widget-title .header-after, 
.widget-title-border-none footer.site-footer .widget-title .heading-line,
.widget-title-border-center footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a, 
.widget-title-border-center footer.site-footer .wp_post_author_widget .widget-title .header-after, 
.widget-title-border-center footer.site-footer .widget-title .heading-line,
footer.site-footer .wp-block-tag-cloud a, 
footer.site-footer .tagcloud a,
footer.site-footer .widget ul.menu >li a, 
footer.site-footer .widget > ul > li a, 
footer.site-footer .search-icon:visited, 
footer.site-footer .search-icon:hover, 
footer.site-footer .search-icon:focus, 
footer.site-footer .search-icon:active,
footer.site-footer input,
footer.site-footer textarea,
footer.site-footer .color-pad,
footer.site-footer ul.trail-items li a,
footer.site-footer #wp-calendar caption,
footer.site-footer .nav-links a,
footer.site-footer .read-details .entry-meta span,
footer.site-footer .entry-meta span,
footer.site-footer .read-title h3 a{
color: #fff;
}
footer.site-footer input::placeholder {
color: rgba(255,255,255,.5);
}
footer.site-footer input,
footer.site-footer .widget_categories select,
footer.site-footer input.search-field,
footer.site-footer textarea{
border-color: transparent;
background-color: rgba(255,255,255,.1);
}
.widget-title-border-center footer.site-footer .wp-block-group .wp-block-heading::before,
.widget-title-border-bottom footer.site-footer .wp-block-group .wp-block-heading::before,
.widget-title-fill-and-border footer.site-footer .wp-block-group .wp-block-heading::after,
footer.site-footer .read-img.read-bg-img,
.widget-title-border-center footer.site-footer .aft-posts-tabs-panel .nav-tabs li a::before, 
.widget-title-border-center footer.site-footer .wp_post_author_widget .widget-title .header-after::before, 
.widget-title-border-center footer.site-footer .widget-title .heading-line::before{
background: rgba(255, 255, 255, 0.2);
}
footer.site-footer.single span.tags-links a,
footer.site-footer .main-navigation .menu .menu-mobile li a,
footer.site-footer .widget ul ul li,
footer.site-footer .widget ul.menu >li,
footer.site-footer .widget > ul > li{
border-color:rgba(255, 255, 255, 0.2);
}
footer.site-footer #wp-calendar tfoot td,
footer.site-footer #wp-calendar tbody td,
footer.site-footer #wp-calendar thead th,
footer.site-footer #wp-calendar td:last-child, 
footer.site-footer #wp-calendar th:last-child, 
footer.site-footer #wp-calendar tr:last-child td{
background: transparent;
border-color: rgba(255, 255, 255, 0.2);
}
body.aft-dark-mode .wp-block-tag-cloud a, 
body.aft-dark-mode .tagcloud a,
body.aft-dark-mode footer.site-footer .wp-block-tag-cloud a, 
body.aft-dark-mode footer.site-footer .tagcloud a,
body.aft-default-mode footer.site-footer .wp-block-tag-cloud a, 
body.aft-default-mode footer.site-footer .tagcloud a {
background: rgba(255, 255, 255, 0.2);
}
.aft-dark-mode .entry-content > .wp-block-tag-cloud a:not(.has-text-color):hover,
footer.site-footer .wp-calendar-nav a:hover,
footer.site-footer .wp-block-latest-comments__comment-meta a:hover {
color: #007ACC;
}    body.single-post .entry-title,
h1.page-title {
font-size: 42px;
}
h1.page-title + .archive-description {
margin-bottom: 20px;
}  body:not(.full-width-content) #primary .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h3,
.aft-banner-layout-7 .af-banner-carousel.af-carousel-3 .read-title h3,
.mailchimp-block .block-title,
.morenews_posts_slider_widget .read-single .read-details .read-title h3,
article.latest-posts-full .read-title h3,
.af-banner-carousel .read-title h3{
font-size: 36px;
}
@media screen and (max-width:768px) {
.header-layout-compressed-full .site-branding .site-title{
font-size: 45px;
}
body:not(.full-width-content) #primary .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h3,
.aft-banner-layout-7 .af-banner-carousel.af-carousel-3 .read-title h3,
.mailchimp-block .block-title,
.morenews_posts_slider_widget .read-single .read-details .read-title h3,
article.latest-posts-full .read-title h3,
.af-banner-carousel .read-title h3{
font-size: 28px;
}
}
@media only screen and (max-width: 640px) {
body .site-branding .site-title {
font-size: 1.75rem;
}
body .site-description {
font-size: 14px;
}
} 
@media screen and (max-width:480px) {
.header-layout-compressed-full .site-branding .site-title{
font-size: 30px;
}
body:not(.full-width-content) #primary .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h3,
.aft-banner-layout-7 .af-banner-carousel.af-carousel-3 .read-title h3,
.mailchimp-block .block-title,
.morenews_posts_slider_widget .read-single .read-details .read-title h3,
article.latest-posts-full .read-title h3,
.af-banner-carousel .read-title h3{
font-size: 20px;
}
}  .aft-banner-layout-7 .af-banner-carousel.af-carousel-4 .read-title h3,
.morenews_posts_express_list .grid-part .read-title h3,
#secondary .archive-list-post .read-title h3,
#sidr .archive-list-post .read-title h3,
footer .archive-list-post .read-title h3,
body .primary-footer-area:first-child:nth-last-child(3) .morenews_posts_slider_widget .read-single .read-details .read-title h3,
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_posts_slider_widget .read-single .read-details .read-title h3,
#sidr .morenews_posts_slider_widget .read-single .read-details .read-title h3 ,
#secondary .morenews_posts_slider_widget .read-single .read-details .read-title h3,
.site-footer .morenews_posts_slider_widget .read-single .read-details .read-title h3 ,
.morenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-title h3,
.archive-list-post .read-title h3,
.archive-masonry-post .read-title h3,
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 h3,
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 h3,
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 h3,
.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 h3,
.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 h3,
.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 h3,
.two-col-masonry article.latest-posts-grid.col-3 .read-title h3, 
.af-main-banner-categorized-posts.express-posts .af-sec-post:not(.list-part) .read-title h3,
.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-title h3{
font-size: 24px;
} #sidr .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h3,
#secondary .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h3,
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-title h3,
.af-reated-posts .read-title h3,
article.latest-posts-grid .read-title h3,
.af-main-banner-latest-posts .read-title h3,
.af-main-banner-thumb-posts .af-sec-post .read-title h3,
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-title h3,
.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h3,
.af-main-banner-featured-posts .read-title h3{
font-size: 18px;
}
.four-col-masonry article.col-3 .read-title h3,
.four-col-masonry article.latest-posts-grid.col-3 .read-title h3{
font-size: 16px;
}
.af-main-banner-thumb-posts .list-style .read-single:not(.af-cat-widget-carousel) .read-title h3{
font-size: 16px;
}
@media screen and (max-width: 768px) {
.aft-banner-layout-7 .af-banner-carousel.af-carousel-4 .read-title h3,
.morenews_posts_express_list .grid-part .read-title h3,
.site-footer .morenews_posts_slider_widget .read-single .read-details .read-title h3 ,
#sidr .morenews_posts_slider_widget .read-single .read-details .read-title h3 ,
#secondary .morenews_posts_slider_widget .read-single .read-details .read-title h3,
.archive-list-post .read-title h3,
.archive-masonry-post .read-title h3,
.morenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-title h3,
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 h3,
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 h3,
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 h3,
.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 h3,
.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 h3,
.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 h3,
article.latest-posts-grid .read-title h3,
.two-col-masonry article.latest-posts-grid.col-3 .read-title h3, 
.af-main-banner-categorized-posts.express-posts .af-sec-post:not(.list-part) .read-title h3,
.af-main-banner-categorized-posts.express-posts .af-sec-post:first-child .read-title h3{
font-size: 18px;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-title h3,
.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h3,
.four-col-masonry article.col-3 .read-title h3,
.four-col-masonry article.latest-posts-grid.col-3 .read-title h3,
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-title h3, 
.af-main-banner-thumb-posts .af-sec-post .read-title h3,
.af-reated-posts .read-title h3,
.af-main-banner-latest-posts .read-title h3,
.af-main-banner-featured-posts .read-title h3{
font-size: 18px;
}
}
@media screen and (max-width: 350px) {
.aft-banner-layout-7 .af-banner-carousel.af-carousel-4 .read-title h3,
.morenews_posts_express_list .grid-part .read-title h3,
.site-footer .morenews_posts_slider_widget .read-single .read-details .read-title h3 ,
#sidr .morenews_posts_slider_widget .read-single .read-details .read-title h3 ,
#secondary .morenews_posts_slider_widget .read-single .read-details .read-title h3,
.archive-list-post .read-title h3,
.archive-masonry-post .read-title h3,
.morenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-title h3,
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 h3,
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 h3,
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 h3,
.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 h3,
.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 h3,
.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 h3,
article.latest-posts-grid .read-title h3,
.two-col-masonry article.latest-posts-grid.col-3 .read-title h3, 
.af-main-banner-categorized-posts.express-posts .af-sec-post:not(.list-part) .read-title h3,
.af-main-banner-categorized-posts.express-posts .af-sec-post:first-child .read-title h3{
font-size: 18px;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-title h3,
.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h3,
.four-col-masonry article.col-3 .read-title h3,
.four-col-masonry article.latest-posts-grid.col-3 .read-title h3,
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-title h3, 
.af-main-banner-thumb-posts .af-sec-post .read-title h3,
.af-reated-posts .read-title h3,
.af-main-banner-latest-posts .read-title h3,
.af-main-banner-featured-posts .read-title h3{
font-size: 18px;
}
.morenews-widget .wp-block-heading{
font-size: 16px;
}
} .af-list-post .read-title h3,
.aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.morenews_posts_double_columns_widget .af-widget-body .af-double-column.list-style .read-title h3,
.morenews_popular_news_widget .banner-vertical-slider .af-double-column.list-style .read-title h3,
.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h3{
font-size: 16px;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-group ul li,
.widget ul ul li, 
.widget > ul > li,
.aft-banner-layout-9 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-8 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-1 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-2 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-3 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3{
font-size: 16px;
}
.aft-banner-layout-0 .aft-trending-posts.list-part .af-double-column.list-style .read-title h3{
font-size: 14px;
margin-top: 0;
}
@media screen and (max-width: 1024px) {
.widget ul ul li, 
.widget > ul > li,
.aft-banner-layout-9 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-8 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-1 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-2 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-3 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3{
font-size: 16px;
}
}
@media screen and (max-width: 350px) {
.widget ul ul li, 
.widget > ul > li,
.aft-banner-layout-9 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-8 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-1 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-2 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.aft-banner-layout-3 .aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3{
font-size: 14px;
}
}   @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: transparent;
box-shadow: unset;
}
body.single .entry-content-wrap.social-vertical-share .read-img {
margin-top: 0 !important;
}
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;
}
.af-main-banner-thumb-posts .small-grid-style {
margin: 0 -5px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .small-grid-style {
margin: 0;
}
.aft-banner-layout-1 .af-main-banner-thumb-posts .af-sec-post .read-single ,
.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-single {
margin-bottom: 0;
}
.af-main-banner-tabbed-posts.aft-posts-tabs-panel .nav-tabs {
margin-bottom: 16px;
}
.af-main-banner-thumb-posts .af-sec-post{
width: 50%;
float: left;    
padding: 0 5px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post {
width: 100%;
}
.aft-main-banner-wrapper .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
width: calc(50% - 5px);
}
.aft-main-banner-section.aft-banner-layout-3 .af-banner-carousel .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-2 .af-banner-carousel .read-img.read-bg-img,
.af-banner-carousel .read-img.read-bg-img{
height: 600px;
}
.aft-banner-layout-9 .af-banner-carousel,
.aft-banner-layout-8 .af-banner-carousel,
.aft-banner-layout-3 .af-banner-carousel,
.aft-banner-layout-2 .af-banner-carousel,
.aft-banner-layout-1 .af-banner-carousel,
.af-banner-carousel {
max-height: 600px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
.aft-banner-layout-0 .aft-grid-trending-posts .read-img.read-bg-img{
height: 320px;
}
.read-img.read-bg-img {
height: 150px;
}
.aft-banner-layout-9 .banner-vertical-slider {
max-height: 110px;
}
.aft-banner-layout-2 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
height: 110px;
width: 110px;
}
.aft-banner-layout-2 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
max-height: 110px;
width: calc(100% - 110px);
}
.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
height: 110px;
max-width: 110px;
}
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
height: 231px;
}
.aft-banner-layout-1 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
height: 260px;
}
.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-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){
.af-main-banner-tabbed-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-3 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
height: 110px;
max-width: 110px;
}
.aft-main-banner-section.aft-banner-layout-3 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details{
width: calc(100% - 110px);
max-height: 110px;
}
.aft-main-banner-section:not(.aft-banner-layout-0) .af-trending-navcontrols-2 .slide-icon,
.aft-main-banner-section:not(.aft-banner-layout-0) .af-trending-navcontrols .slide-icon{
transform: rotate(90deg);
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
.aft-banner-layout-0 .af-main-banner-tabbed-posts .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
height: 100px;
max-width: 100px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-details {
max-height: 100px;
width: calc(100% - 100px);
}
.aft-banner-layout-0 .aft-editors-and-trending-part .slick-list {
margin: 0 -10px;
}
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
.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 (max-width: 990px) and (min-width: 600px) {
.site-footer .af-widget-popular-carousel-navcontrols.af-slick-navcontrols .slide-icon,
#secondary .af-widget-popular-carousel-navcontrols.af-slick-navcontrols .slide-icon,
.site-footer .af-widget-trending-carousel-navcontrols.af-slick-navcontrols .slide-icon,
#secondary .af-widget-trending-carousel-navcontrols.af-slick-navcontrols .slide-icon{
transform: rotate(90deg);
}
}
@media screen and (max-width: 990px) and (min-width: 481px) {
.aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
width: calc(50% - 7.5px);
}
#sidr .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post,
.site-footer .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
width: 100%;
}
#secondary .morenews_posts_single_column_widget .list-style:last-child .list-style .read-single{
margin-bottom: 15px;
}
#secondary .morenews_posts_single_column_widget .af-double-column.list-style .read-bg-img{
width: calc(50% - 7.5px);
max-width: calc(50% - 7.5px);
}
#secondary .morenews_posts_single_column_widget .af-double-column.list-style .read-details {
width: calc(50% + 7.5px);
padding: 0 15px;
}
#secondary .morenews_posts_double_columns_widget .col-2.af-sec-post {
width: 50%;
}
#secondary .morenews_posts_slider_widget .read-single .read-img.read-bg-img{
height: 435px;
}
#secondary .morenews_posts_slider_widget .af-posts-slider {
max-height: 435px;
}
body:not(.full-width-content) #secondary .morenews_express_posts_grid_widget .af-express-grid-wrap {
grid-template-columns: repeat(3, 1fr);
}
body:not(.full-width-content) #secondary .morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
grid-column-end: span 2;
grid-row-end: span 2;
aspect-ratio: unset;
}
}
@media screen and (max-width: 990px) {
body:not(.full-width-content) #secondary .morenews_featured_posts_widget .col-4.pad{
width: 33.33%;
}
#secondary .morenews-widget.morenews_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(16.66% - 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 .container-wrapper #primary,
body.align-content-right .container-wrapper #secondary,
.container-wrapper #secondary,
.container-wrapper #primary {
width: 100%;
padding: 0;
}
body.align-content-right .container-wrapper #secondary,
body.align-content-left .container-wrapper #secondary{ }
.aft-dark-mode.home main.site-main,
.aft-default-mode.home main.site-main {
margin-bottom: 20px;
}
.aft-dark-mode.home[class*="elementor-"] main.site-main,
.aft-default-mode.home[class*="elementor-"] main.site-main{
margin-bottom: 0;
}
.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-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;
}
.aft-popular-tags,
.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 h3{
font-size: 14px;
font-weight: normal;
}
.aft-main-banner-section.aft-banner-layout-3 .aft-slider-part{
width: 100%;
}
div.custom-menu-link > a i{
font-size: 14px;
margin-right: 0;
}
.header-layout-compressed-full div.custom-menu-link > a i {
margin-right: 10px;
}
.main-navigation .toggle-menu{
width: auto;
padding: 20px 7px;
padding-left: 0;
}
.header-layout-centered .main-navigation .toggle-menu,
[class*="header-layout-side"] .main-navigation .toggle-menu,
.header-layout-compressed-full .main-navigation .toggle-menu{
padding: 0px;
}
.header-layout-centered .main-navigation .toggle-menu a,
[class*="header-layout-side"] .main-navigation .toggle-menu a,
.header-layout-compressed-full .main-navigation .toggle-menu a{
padding: 20px 10px;
display: block;
}
.header-layout-centered .main-navigation .toggle-menu a,
[class*="header-layout-side"] .main-navigation .toggle-menu a,
.header-layout-compressed-full .main-navigation .toggle-menu a{
outline-color: #fff;
}
.morenews-header.header-layout-side .search-watch .af-search-wrap{
justify-content: center;
}
.morenews-header.header-layout-centered .top-bar-right div.custom-menu-link > a,
.morenews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a{
text-align: center;
}
.morenews-header.header-layout-centered .top-bar-right .search-icon,
.morenews-header.header-layout-compressed-full .top-bar-right .search-icon{
line-height: 29px;
}
.morenews-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: 768px)  {
.aft-banner-layout-1 .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) {
min-height: 144px;
}
.aft-banner-layout-1 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
height: 120px;
}
}
@media screen and (min-width: 1025px){
.aft-featured-category-section.featured-cate-sec.morenews-customizer .featured-category-item.morenews-customizer {
margin-bottom: 0;
}
}
@media only screen and (max-width: 1024px){
.aft-banner-layout-10 .af-banner-carousel,
.aft-banner-layout-4 .af-banner-carousel{
max-height: unset;
aspect-ratio: 3/2;
}
.aft-featured-category-section .featured-category-item{
width: 100%;
}
.aft-featured-category-section.featured-cate-sec.morenews-customizer .featured-category-item.morenews-customizer:last-child {
margin-bottom: 0;
}
}
@media only screen and (max-width: 1024px) and (min-width: 481px)  {
.aft-featured-category-section.af-list-post .af-widget-body > .list-style{
width: calc(50% - 7.5px);
}
}
@media only screen and (max-width: 768px) and (min-width: 481px)  {
#secondary .morenews_express_posts_list_widget .col-2.af-sec-post,
body:not(.full-width-content) #secondary .morenews_featured_posts_widget .col-4.pad{
width: 50%;
}
.af-main-banner-categorized-posts.express-posts .col-3 .af-sec-post.list-part{
width: calc(50% - 7.5px);
}
.featured-post-items-wrap .af-sec-post{
width: 50%;
}
.aft-masonry-archive-posts .read-img{
height: unset;
min-height: 120px;
}
.aft-masonry-archive-posts.three-col-masonry .col-3{
width: 50%;
}
.aft-banner-layout-0 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-5 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-6 .af-banner-carousel .read-img.read-bg-img,
.morenews_posts_slider_widget .read-single .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-3 .af-banner-carousel .read-img.read-bg-img,
.af-banner-carousel .read-img.read-bg-img {
height: 500px;
}
.morenews_posts_slider_widget .af-posts-slider {
max-height: 500px;
}
}
@media screen and (max-width: 768px) {
.aft-banner-layout-7 .af-banner-carousel.af-carousel-1,
.aft-banner-layout-7 .af-banner-carousel,
.aft-banner-layout-2 .banner-vertical-slider,
.aft-banner-layout-3 .banner-vertical-slider{
max-height: unset;
}
.aft-banner-layout-9 .af-banner-carousel,
.aft-banner-layout-8 .af-banner-carousel,
.aft-banner-layout-6 .af-banner-carousel,
.aft-banner-layout-5 .af-banner-carousel,
.aft-banner-layout-1 .af-banner-carousel,
.aft-banner-layout-2 .af-banner-carousel,
.aft-banner-layout-3 .af-banner-carousel{
max-height: 500px;
}
[class*="header-layout-centered-"] .date-bar-left {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 5px;
}
.header-image-default .af-header-image.data-bg{
padding: 15px 0;
}
.aft-banner-layout-7 .af-banner-carousel.af-carousel-1 .read-img.read-bg-img{
aspect-ratio: 3/2;
}
.exclusive-posts {
font-size: 16px;
}
body.single-post .entry-title,
body h1.page-title{
font-size: 28px;
}
.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;
}
.af-boxed-layout .af-whole-wrapper{max-width: 700px;} .full-width-content .af-reated-posts .latest-posts-grid.af-sec-post,
body:not(.full-width-content) #secondary .morenews_featured_posts_widget .col-4.pad,
body:not(.full-width-content) .morenews_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%;
}
.archive-first-post-full .four-col-masonry .col-3:nth-child(2n+1),
body:not(.full-width-content) .morenews_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;
}
body:not(.full-width-content) .morenews_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-main-banner-featured-posts .af-sec-post.col-4.pad.float-l:nth-child(2n+1),
.af-reated-posts .latest-posts-grid.af-sec-post:nth-child(2n+1){
clear: left;
}
.aft-main-banner-section.aft-banner-layout-2 .af-banner-carousel .read-img.read-bg-img{
height: 460px;
}
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
.aft-banner-layout-0 .aft-grid-trending-posts .read-img.read-bg-img{
height: 220px;
}
.read-img.read-bg-img{
height: 220px;
} body:not(.full-width-content) .morenews_posts_lists_widget .af-double-column.list-style.col-3,
.aft-main-banner-section.aft-banner-layout-2 .aft-slider-part,
.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%;}
.af-main-banner-categorized-posts.express-posts.layout-1 .col-3.small-grid-style{
margin-top: 10px;
}
.exclusive-posts .exclusive-now{
min-width: 50px;
float: none;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap {
grid-template-columns: repeat(3, 1fr);
}
#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 h3,
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 h3,
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 h3,
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 h3,
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 h3,
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 h3,
body .two-col-masonry article.latest-posts-grid.col-3 .read-title h3 {
font-size: 20px;
}
body .aft-banner-layout-7 .af-banner-carousel .read-title h3{
font-size: 20px;
}
.entry-header .read-details .entry-meta .posts-author {
display: block;
margin-top: 20px;
}
.entry-header .read-details .entry-meta .posts-date {
display: block;
padding: 5px 0;
}
}
@media screen and (max-width: 600px) {
.wp-post-author {
flex-direction: column;
}
.header-layout-centered .header-promotion{
padding: 0 20px;
}
[class*="header-layout-side"] .af-middle-container .header-promotion{
padding: 20px 20px 0;
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
aspect-ratio: 3/2;
}
.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 .awpa-author-block img {
max-width: 150px;
}
.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-previous,
.post-navigation .nav-next{
text-align: left;
margin-top: 15px;
}
.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
width: 35%;
}
body:not(.full-width-content) #primary .morenews_express_posts_grid_widget .af-express-grid-wrap,
.morenews_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;
}
.morenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-item {
margin: 0 7.5px;
}
.morenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-list {
margin: 0 -7.5px;
}
.morenews_youtube_video_widget span.vid-thumb img {
height: unset;
}
.morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
height: 320px;
}
}
@media screen and (min-width: 991px) {
#primary ul.article-item.article-list-item.article-tabbed-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#primary ul.article-item.article-list-item.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
width: calc(50% - 7.5px);
}
#secondary .morenews_posts_double_columns_widget .col-2.af-sec-post:last-child{
margin-top: 10px;
}
}
@media screen and (min-width: 481px) {
.aft-hide-on-mobile{display: inline-block;}
.aft-show-on-mobile{display: none;}
}
@media screen and (max-width: 576px) {
.above-footer-widget-section .morenews-customizer,
.container-wrapper {
padding-left: 10px;
padding-right: 10px;
}
.af-boxed-layout .aft-frontpage-feature-section-wrapper section .container-wrapper,
.af-boxed-layout .home-featured-widgets .container-wrapper, 
.af-boxed-layout .aft-main-banner-section.morenews-customizer .container-wrapper{
padding-left: 0;
padding-right: 0;
}
.site-info .container-wrapper,
.above-footer-widget-section .morenews-customizer .container-wrapper {
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 480px) {
.aft-banner-layout-9 .af-banner-carousel,
.aft-banner-layout-8 .af-banner-carousel,
.aft-banner-layout-6 .af-banner-carousel,
.aft-banner-layout-5 .af-banner-carousel,
.aft-banner-layout-1 .af-banner-carousel,
.aft-banner-layout-2 .af-banner-carousel,
.aft-banner-layout-3 .af-banner-carousel{
max-height: 270px;
}
.header-layout-compressed-full .bottom-nav{
margin-left: 0;
}
.header-layout-compressed-full .logo{padding: 0 0 10px;}
.archive-image-right .af-double-column.list-style .read-details.pad{
padding-right: 0;
}
.morenews_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;
}
.morenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
height: 220px;
} .entry-summary,
.entry-content, .entry-header .post-excerpt {
font-size: 16px;
} .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 .morenews_featured_posts_widget .col-4.pad,
#secondary .morenews-widget.morenews_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 {
display: none;
}
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4), 
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5), 
#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
margin-bottom: 15px;
}
.widget .af-social-contacts .social-widget-menu ul li,
#secondary .af-social-contacts .social-widget-menu ul li{
width: calc(33.33% - 15px);
}
#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: 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,
.top-bar-flex .top-bar-right ,
.aft-main-banner-wrapper .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post,
.af-main-banner-thumb-posts .small-grid-style .af-sec-post,
.aft-banner-layout-0 .aft-editors-and-trending-part .list-part.af-sec-post,
.aft-banner-layout-0 .aft-editors-and-trending-part .af-main-banner-thumb-posts .af-sec-post{
width: 100%;
}
.aft-banner-layout-0 .aft-horizontal-grid-part .af-main-banner-thumb-posts .af-sec-post:last-child .read-single {
margin-bottom: 10px;
}
.aft-banner-layout-1 .af-main-banner-thumb-posts .small-grid-style .af-sec-post,
.aft-banner-layout-2 .af-main-banner-thumb-posts .small-grid-style .af-sec-post{
padding: 5px;
}
.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,
.morenews_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,
.morenews_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,
.morenews_posts_single_column_widget .af-double-column.list-style .read-details {
width: 100%;
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
padding-top: 10px;
}
.mailchimp-block{
padding: 20px;
}
.aft-show-on-mobile{display: inline-block;}
.header-layout-compressed-full .aft-hide-on-mobile.aft-search-compress,
.aft-hide-on-mobile{display: none;}
[class*="header-layout-centered-"] .mid-header {flex-direction: column;}
.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 .af-search-wrap{display: inline-block;}
.header-layout-compressed-full .search-watch.aft-show-on-mobile .af-search-wrap {width: 50px;align-self: center;}
.morenews-header.header-layout-side .search-watch .af-search-wrap{width: 50px;margin-left: 0;}
.morenews-header.header-layout-side .search-watch .custom-menu-link{margin-left: 0;}
.morenews-header.header-layout-compressed-full .bottom-bar-flex{flex-flow: row wrap;}
.morenews-header.header-layout-compressed-full .bottom-bar-flex .logo{text-align: center;}
.header-layout-compressed-full .main-navigation .toggle-menu {padding-left: 0;}
.af-main-banner-thumb-posts .af-sec-post:nth-child(3) .read-single{margin-bottom: 20px;}
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post:nth-child(3) .read-single{margin-bottom: 0;}
.grid-layout-three > .common-grid,
.grid-layout-three .common-grid:nth-child(2),
.grid-layout-three .first-grid-item-warpper {
width: 100%;
}
.aft-banner-layout-4 .af-main-banner-thumb-posts .af-sec-post,
.aft-main-banner-section .aft-thumb-part, 
.aft-main-banner-section .aft-trending-part,
.af-reated-posts .col-3,
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post, 
.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-thumb-posts .af-sec-post:first-child,
.af-sec-post,
.morenews_posts_grid .af-sec-post,
.col-2,.col-3,.col-4{
width: 100%;
}
body .primary-footer-area:first-child:nth-last-child(3) .morenews_posts_slider_widget .read-single .read-img.read-bg-img, 
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
#sidr .morenews_posts_slider_widget .read-single .read-img.read-bg-img, 
#secondary .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
.morenews_posts_slider_widget .read-single .read-img.read-bg-img,
.list-style .read-bg-img,
.read-img.read-bg-img{
height: 270px;
}
.af-banner-carousel .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-2 .af-banner-carousel .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-3 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-1 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
.aft-banner-layout-0 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-5 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-6 .af-banner-carousel .read-img.read-bg-img{
height: 270px;
}
#sidr .morenews_posts_slider_widget .af-posts-slider,
#secondary .morenews_posts_slider_widget .af-posts-slider,
.morenews_posts_slider_widget .af-posts-slider {
max-height: 270px;
}
.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,
.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-layout-side .top-bar-flex .top-bar-right .aft-small-social-menu {
padding: 0;
}
.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;}
.date-bar-left,
.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;
} body:not(.full-width-content) .morenews_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%;
}  .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%;} 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;margin-bottom: 15px;}
.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 .morenews_express_posts_grid_widget .af-express-grid-wrap,
.morenews_express_posts_grid_widget .af-express-grid-wrap {
grid-template-columns: repeat(1, 1fr);
}
.morenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
grid-column-end: span 1;
grid-row-end: span 1;
aspect-ratio: 3/2;
}
}
@media screen and (max-width: 400px) {
body .primary-footer-area:first-child:nth-last-child(3) .morenews_posts_slider_widget .read-single .read-img.read-bg-img, 
body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
#sidr .morenews_posts_slider_widget .read-single .read-img.read-bg-img, 
#secondary .morenews_posts_slider_widget .read-single .read-img.read-bg-img,
.morenews_posts_slider_widget .read-single .read-img.read-bg-img,
.list-style .read-bg-img,
.read-img.read-bg-img{
height: 240px;
}
.af-banner-carousel .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-2 .af-banner-carousel .read-img.read-bg-img,
.aft-main-banner-section.aft-banner-layout-3 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-1 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
.aft-banner-layout-0 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
.aft-banner-layout-0 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-5 .af-banner-carousel .read-img.read-bg-img,
.aft-banner-layout-6 .af-banner-carousel .read-img.read-bg-img{
height: 240px;
}
#sidr .morenews_posts_slider_widget .af-posts-slider,
#secondary .morenews_posts_slider_widget .af-posts-slider,
.morenews_posts_slider_widget .af-posts-slider {
max-height: 240px;
}
.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;
}
.reply, 
.comment div#respond, 
.comment-content,
.comment .children {
margin-left: 50px;
}
.comment-author img {
width: 30px;
}
.comment .children .children .reply, 
.comment .children .children .comment-content, 
.comment .children .children .children .children{
margin-left: 0;
}
}
@media screen and (max-width: 350px) {
body .morenews_posts_slider_widget .read-single .read-details .read-title h3, 
body article.latest-posts-full .read-title h3, 
body .af-banner-carousel .read-title h3 {
font-size: 18px;
}
.entry-summary,
.entry-content, .entry-header .post-excerpt ,
.aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-title h3,
.morenews_popular_news_widget .banner-vertical-slider .af-double-column.list-style .read-title h3,
.morenews_posts_double_columns_widget .af-widget-body .af-double-column.list-style .read-title h3,
.exclusive-posts,
.af-list-post .read-title h3,
.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h3,
.aft-main-banner-wrapper .aft-trending-posts.list-part .af-double-column.list-style .read-title h3 {
font-size: 14px;
}
}  .aft-default-mode .main-navigation .menu .menu-mobile li a,
.aft-default-mode .author-links a,
.aft-default-mode .main-navigation ul.children li a,
.aft-default-mode .nav-links a,
.aft-default-mode .main-navigation ul .sub-menu li a,
.aft-default-mode .read-details .entry-meta span,
.aft-default-mode .aft-comment-view-share > span > a,
.aft-default-mode h4.af-author-display-name,
.aft-default-mode #wp-calendar caption,
.aft-default-mode .wp-block-image figcaption,
.aft-default-mode ul.trail-items li a,
.aft-default-mode #sidr,
.aft-default-mode {
color: #404040;
}
a.comment-reply-link,
body .reply a,
.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],
.aft-default-mode input[type="button"],
.aft-default-mode input[type="reset"],
.aft-default-mode input[type="submit"],
.aft-default-mode .inner-suscribe input[type=submit],
.btn-style1 a:visited,
.btn-style1 a,
.morenews-pagination .nav-links .page-numbers.current,
#scroll-up,
article.sticky .read-single:before,
.aft-readmore-wrapper a.aft-readmore:hover{
background-color: #007ACC ;
}
.read-img .trending-no,
.trending-posts-vertical .trending-no{
background-color: #d72924 ;
}
.aft-default-mode p.logged-in-as a,
.site-footer .secondary-footer a:hover,
.aft-default-mode .tagcloud a:hover,
.aft-default-mode .wp-block-tag-cloud a:hover,
.aft-default-mode.single span.tags-links a:hover,
.aft-default-mode p.awpa-more-posts a:hover,
.aft-default-mode p.awpa-website a:hover ,
.aft-default-mode .wp-post-author-meta .awpa-display-name a:hover,
.aft-default-mode .widget ul.menu >li a:hover,
.aft-default-mode .widget > ul > li a:hover,
.aft-default-mode .nav-links a:hover,
.aft-default-mode ul.trail-items li a:hover,
.aft-dark-mode .tagcloud a:hover,
.aft-dark-mode .wp-block-tag-cloud a:hover,
.aft-dark-mode p.awpa-more-posts a:hover,
.aft-dark-mode p.awpa-website a:hover ,
.aft-dark-mode .wp-post-author-meta .awpa-display-name a:hover,
.aft-dark-mode .widget ul.menu >li a:hover,
.aft-dark-mode .nav-links a:hover,
.aft-dark-mode ul.trail-items li a:hover{
color:#007ACC ;
transition: all 0.075s linear;
}
.wp-calendar-nav a,
#wp-calendar tbody td a,
.aft-dark-mode #wp-calendar tbody td#today,
.aft-default-mode #wp-calendar tbody td#today,
a:hover{
color: #007ACC ;
}
.morenews-pagination .nav-links .page-numbers.current,
.aft-dark-mode .aft-readmore-wrapper a.aft-readmore:hover,
.aft-readmore-wrapper a.aft-readmore:hover,
p.awpa-more-posts a:hover,
.single span.tags-links a:hover{
border-color: #007ACC;
}
.aft-dark-mode.single span.tags-links a:hover,
.aft-default-mode .entry-content > .wp-block-heading a:not(.has-link-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: #007ACC ;
border-color: #007ACC ;
transition: all 0.075s linear;
}
body.aft-dark-mode .is-style-outline a.wp-block-button__link:not(.has-text-color):not(:hover){
color: #fff;
}
.aft-dark-mode .is-style-fill a.wp-block-button__link:not(.has-text-color), 
.aft-default-mode .is-style-fill a.wp-block-button__link:not(.has-text-color){
color: #fff;
}
.aft-dark-mode .is-style-fill a.wp-block-button__link:not(.has-background), 
.aft-default-mode .is-style-fill a.wp-block-button__link:not(.has-background){
background-color: #007ACC;
}
.aft-dark-mode .wp-block-embed figcaption,
.aft-dark-mode .blocks-gallery-caption,
.aft-dark-mode .wp-block-calendar table,
body .reply a,
.aft-default-mode button,
.aft-default-mode input[type="button"],
.aft-default-mode input[type="reset"],
.aft-default-mode input[type="submit"],
.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,
.aft-default-mode .btn-style1 a {
color: #ffffff;
}
.wp-block-image figcaption,
.wp-block-table :where(figcaption){
color: #fff;
}
.aft-default-mode button.wp-block-navigation__responsive-container-close,
.aft-dark-mode button.wp-block-navigation__responsive-container-close,
.aft-default-mode button.wp-block-navigation__responsive-container-open,
.aft-dark-mode button.wp-block-navigation__responsive-container-open{
color: inherit;
}
@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-default-mode .morenews-header .main-navigation .menu-desktop > ul > li:hover > a:before,
.aft-default-mode .morenews-header .main-navigation .menu-desktop > ul > li.current-menu-item > a:before {
background-color: #007ACC ;
}
.aft-default-mode .main-navigation .menu > ul > li > ul,
.aft-default-mode .main-navigation .menu > ul ul,
.aft-default-mode .header-layout-compressed.header-layout-compressed-centered .navigation-container {
background-color: #fff;
}
}
.aft-default-mode:not(.home) .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .main-navigation .menu > ul > li > a,
.aft-default-mode .header-layout-compressed .compress-bar-mid .date-bar-mid,
.aft-default-mode .search-icon:visited,
.aft-default-mode .search-icon:hover,
.aft-default-mode .search-icon:focus,
.aft-default-mode .search-icon:active,
.aft-default-mode .search-icon{
color: #ffffff;
}
.aft-default-mode .page-title,
.aft-default-mode h1.entry-title,
.aft-default-mode .widget-title,
.aft-default-mode .header-after1 {
color: #031b11;
}
.aft-default-mode .banner-exclusive-posts-wrapper a,
.aft-default-mode .banner-exclusive-posts-wrapper a:visited,
.aft-default-mode .featured-category-item .read-img a,
.widget > ul > li .comment-author-link,
.aft-default-mode .widget ul.menu >li a,
.aft-default-mode .widget > ul > li a,
.aft-default-mode .read-title h3 a {
color: #404040;
}
.aft-default-mode .af-main-banner-thumb-posts .small-grid-style .af-sec-post:first-child .read-details .read-title h3 a,
.aft-default-mode .grid-design-texts-over-image .read-details .entry-meta span a,
.aft-default-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-dark-mode .grid-design-texts-over-image .read-title h3 a,
.aft-default-mode .grid-design-texts-over-image .read-title h3 a,
.aft-default-mode .grid-design-texts-over-image .read-details{
color: #fff;
}
.aft-dark-mode .widget > ul > li a:hover,
.list-style .read-title h3 a:hover,
.grid-design-default .read-title h3 a:hover {
color: #007ACC;
}
.exclusive-posts .exclusive-now {
background: #d72924 ;
}
.aft-dark-mode .mailchimp-block{
background-color: #111;
}
body .above-footer-widget-section .mailchimp-block:last-child {
margin-bottom: -20px;
}
body .above-footer-widget-section > div:not(:first-child) {
margin-top: 20px;
}
.aft-default-mode .site-info{
background-color: #202020;
}
.read-img .af-post-format i,
.mailchimp-block, .mailchimp-block .block-title,
.aft-default-mode .site-info .color-pad a,
.aft-default-mode .site-info .color-pad{
color: #fff;
}  .af-boxed-layout.elementor-page .container-wrapper, 
.af-boxed-layout.elementor-default .container-wrapper {
max-width: 100%;
}
.af-wide-layout .elementor-section.elementor-section-boxed > .elementor-container,
.af-boxed-layout .elementor-section.elementor-section-boxed > .elementor-container{
max-width: 1400px;
}
.af-boxed-layout.elementor-page #content.container-wrapper .af-breadcrumbs,
.af-boxed-layout.elementor-default #content.container-wrapper .af-breadcrumbs,
.af-wide-layout.elementor-page #content.container-wrapper .af-breadcrumbs,
.af-wide-layout.elementor-default #content.container-wrapper .af-breadcrumbs {
max-width: 1400px;
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: 1400px;
}
.elementor-page .container-wrapper > *,
.elementor-default .container-wrapper > * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  .elementor-page.af-boxed-layout .elespare-site-footer .elementor-section-wrap > section.elementor-section > .elementor-container,
.elementor-default.af-boxed-layout .elespare-site-footer .elementor-section-wrap > section.elementor-section > .elementor-container,
.elementor-page.af-boxed-layout .elespare-site-header .elementor-section-wrap > section.elementor-section > .elementor-container,
.elementor-default.af-boxed-layout .elespare-site-header .elementor-section-wrap > section.elementor-section > .elementor-container{
max-width: 1400px;
}  .morenews-widget .wp-block-image {
margin-bottom: 0;
}
.blockspare-blank-canvas .alignfull, 
.blockspare-blank-canvas .alignwide {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.blockspare-blank-canvas .blockspare-page-section>.alignwide {
max-width: 1400px;
}
.is-layout-constrained > .alignwide {
padding: 0 20px;
} body.full-width-content .aft-pagebuilder-full-width-content .site-main>.alignwide ,
.aft-pagebuilder-full-width-content .site-main>.alignwide {
max-width: 1400px; margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
.aft-pagebuilder-full-width-content .site-main>.aligncenter,
.aft-pagebuilder-full-width-content .site-main>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 740px; margin-left: auto;
margin-right: auto;
width: 100%;
}
body .aft-pagebuilder-page-section > .vce-row-container{
max-width: 1400px;
}
body.aft-pagebuilder-blank-canvas .aft-pagebuilder-page-section div#et-boc {
max-width: unset;
}
.vcwb button,
.fl-builder button{
height: unset;
}
.elementor-page .aft-pagebuilder-full-width-content .site-main>:where(:not(.alignleft):not(.alignright):not(.alignfull)) ,
.elementor-default .aft-pagebuilder-full-width-content .site-main>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.elementor-page .aft-pagebuilder-full-width-content .site-main> .elementor ,
.elementor-default .aft-pagebuilder-full-width-content .site-main> .elementor {
padding-right: 0;
padding-left: 0;
} .elementor-default .aft-pagebuilder-full-width-content .site-main>.alignwide,
body.full-width-content.aft-pagebuilder-blank-canvas .aft-pagebuilder-page-section>.alignwide,
.aft-pagebuilder-blank-canvas .aft-pagebuilder-page-section>.alignwide {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
.aft-pagebuilder-blank-canvas .aft-pagebuilder-page-section>.aligncenter,
.aft-pagebuilder-blank-canvas .aft-pagebuilder-page-section>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 740px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.aft-pagebuilder-page-section > .elementor,
.fl-builder .aft-pagebuilder-page-section > .fl-builder-content ,
.aft-pagebuilder-full-width-content .site-main>.rz-root__container,
.aft-pagebuilder-full-width-content .site-main>.fl-builder-content {
max-width: unset;
}
.brz .brz-root__container.brz-reset-all {
padding: 0;
}
.aft-pagebuilder-full-width-content + footer.site-footer {
margin-top: 0;
}
.blockspare-social-links li,
.blockspare-posts-block-post-grid-excerpt>p:last-child .blockspare-posts-block-post-grid-more-link{
border: none;
}
.wp-block-navigation .wp-block-navigation-item {
margin-bottom: unset;
padding-bottom: unset;
border-bottom: none;
}
.wp-block-post-excerpt__more-link {
border-bottom: none;
}
.wp-block-group ul li a.wp-block-post-excerpt__more-link {
font-weight: unset;
}
.wp-block-group ul li.blockspare-gallery-item,
.wp-block-group ul li.wp-block-post {
margin-bottom: unset;
padding-bottom: unset;
border-bottom: unset;
}
.wp-block-group.row {
margin: 0;
} #gt_float_wrapper {
position: relative;
z-index: 9;
min-width: 120px;
}
.gt_float_switcher{
position: relative;
z-index: 9;
} div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
background: #007ACC !important;
} .pum-form--style-default button {
height: unset;
}
.pum-form__field.pum-sub-form-field {
text-align: left;
} body.aft-dark-mode .header-promotion .morenews-widget ,
body.aft-default-mode .header-promotion .morenews-widget {
background: transparent;
}
.wp-block-post-title:not(.has-link-color) {
color: #404040;
}
.aft-dark-mode .wp-block-post-title:not(.has-link-color) {
color: #fff;
} footer p:not([class*="wp-elements-"]) a,
footer p:not([class*="wp-elements-"]) a:visited,
.widget-title-border-center footer .wp-block-group .wp-block-heading:not(.has-text-color) ,
.widget-title-border-bottom footer .wp-block-group .wp-block-heading:not(.has-text-color) {
color: #fff;
} .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, 
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number], 
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=phone], 
.with_frm_style input[type=search], 
.with_frm_style select, 
.with_frm_style textarea, 
.frm_form_fields_style, 
.with_frm_style .frm_scroll_box .frm_opt_container, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style, 
.with_frm_style .frm-card-element.StripeElement, 
.with_frm_style .frm_slimselect.ss-main {
border-radius: 0;
}
.with_frm_style .frm_form_fields > fieldset{
padding: 0;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, 
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
background-color: #007ACC;
border-color: #007ACC;
} .dataTables_wrapper.no-footer {
width: 100%;
margin: 0;
max-width: 100%;
}
.dataTables_scrollHeadInner {
width: 100% !important;
}
body.aft-dark-mode .site-footer .wp-calendar-nav a,
body.aft-dark-mode .site-footer #wp-calendar tbody td#today, 
body.aft-default-mode .site-footer #wp-calendar tbody td#today,
.site-footer .wp-block-calendar table:where(:not(.has-text-color)),
body.aft-default-mode .site-footer .widget ul.menu >li a:hover,
body.aft-default-mode .site-footer .widget > ul > li a:hover,
body.aft-dark-mode .site-footer .widget ul.menu >li a:hover,
body.aft-dark-mode .site-footer .widget > ul > li a:hover,
.site-footer a,
.site-footer a:hover,
.aft-default-mode .site-footer .author-links a,
body .site-footer .color-pad .read-title h3 a:hover,
body.aft-default-mode .site-footer .tagcloud a:hover,
body.aft-dark-mode .site-footer .tagcloud a:hover,
body.aft-default-mode .site-footer .wp-block-tag-cloud a:hover,
body.aft-dark-mode .site-footer .wp-block-tag-cloud a:hover,
footer.site-footer .wp-calendar-nav a:hover,
footer.site-footer .wp-block-latest-comments__comment-meta a:hover,
body .site-footer .secondary-footer a:hover{
color: #fff;
}
body.aft-default-mode .site-footer .wp-block-tag-cloud a:hover, 
body.aft-default-mode .site-footer .tagcloud a:hover,
body.aft-dark-mode .site-footer .wp-block-tag-cloud a:hover, 
body.aft-dark-mode .site-footer .tagcloud a:hover,
body.aft-default-mode .site-footer .wp-block-latest-comments li.wp-block-latest-comments__comment a:hover,
body.aft-dark-mode .site-footer .wp-block-latest-comments li.wp-block-latest-comments__comment a:hover,
.aft-default-mode .site-footer .wp-block-archives-list.wp-block-archives a:not(.has-text-color):hover,
.aft-default-mode .site-footer .wp-block-latest-posts a:not(.has-text-color):hover, 
.aft-default-mode .site-footer .wp-block-categories-list.wp-block-categories a:not(.has-text-color):hover,
.aft-dark-mode .site-footer .wp-block-archives-list.wp-block-archives a:not(.has-text-color):hover,
.aft-dark-mode .site-footer .wp-block-latest-posts a:not(.has-text-color):hover, 
.aft-dark-mode .site-footer .wp-block-categories-list.wp-block-categories a:not(.has-text-color):hover{
color: inherit;
}
.site-footer #wp-calendar tbody{
color: #959595;
}
body .site-footer .aft-readmore-wrapper a.aft-readmore {
color: #fff;
border-color: rgb(255, 255, 255,.3);
}
body .hustle-button,
body .hustle-button:hover{
background-color: #007ACC;
color: #fff;
}
body .hustle-button:hover{
opacity: .75;
}
body .hustle-ui.module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {
padding: 0;
}
body .splw-main-wrapper {
margin: 0 !important;
}
body .wp-block-embed.wp-block-embed-youtube{
margin: 0;
}
body .gt_float_switcher .gt-selected .gt-current-lang {
padding: 5px 10px;
font-size: 14px;
}
body .gt_float_switcher img {
width: 20px;
border-radius: 0;
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
height: 20px;
}
body .gt_float_switcher .gt_options {
font-size: 14px;
}
body .splw-lite-wrapper.lw-preloader-wrapper {
border-radius: 0 !important;
}
@media screen and (min-width: 783px) {
body .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]) {
margin: 0 0 20px;
}
}
body .hustle-ui.module_id_1 .hustle-layout .hustle-subtitle {
margin-bottom: 10px;
margin-top: 20px;
}
body .gt_options.gt-open {
max-width: unset !important;
}
#gt_float_wrapper,
li.menu-item.menu-item-gtranslate {
display: flex !important;
align-items: center;
}
span.hustle-title {
font-family: 'Open Sans', sans-serif !important;
font-weight: 700 !important;
}
#sidr .widget_product_search input.search-field button[type="submit"], 
#sidr .morenews-widget .mc4wp-form-fields input[type="submit"],
.site-footer .widget_product_search input.search-field button[type="submit"], 
.site-footer .morenews-widget .mc4wp-form-fields input[type="submit"],
#secondary .widget_product_search input.search-field button[type="submit"], 
#secondary .morenews-widget .mc4wp-form-fields input[type="submit"]{
position: relative;
width: 100%;
}
#sidr .widget_product_search input.search-field, 
#sidr .morenews-widget .mc4wp-form-fields input[type="email"],
.site-footer .widget_product_search input.search-field, 
.site-footer .morenews-widget .mc4wp-form-fields input[type="email"],
#secondary .widget_product_search input.search-field, 
#secondary .morenews-widget .mc4wp-form-fields input[type="email"]{
width: 100%;
}
h3.morenews-subtitle {
border-left: none !important;
padding: 15px 0 0 !important;
border-top: 1px solid rgba(0, 0, 0, 0.2);
position: relative;
}
h3.morenews-subtitle:after {
content: "";
position: absolute;
left: 0;
top: -2px;
height: 3px;
width: 50px;
background-color: #007acc;
}
.aft-dark-mode h3.morenews-subtitle {
border-color: rgba(255, 255, 255, 0.2);
}
ul.badge-links {
margin: 0 !important;
display: inline-block !important;
}
ul.badge-links li.meta-badge{
display: inline-block;
}
.morenews-post-badge {
background-color: transparent !important;
border: 1px solid #007acc;
color: inherit !important;
padding: 4px 12px 3px !important;
}
.morenews-reaction-buttons{
display: flex;
gap: 15px;
margin-bottom: 30px;
flex-wrap: wrap;
}
button.morenews-reaction-button {
padding: 0 5px;
padding-top: 74px;
position: relative;
background: round;
font-size: 12px;
color: #999 !important;
border: none;
text-transform: capitalize;
background-size: cover;
height: 90px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 1;
}
button.morenews-reaction-button::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
background: round;
background-size: cover;
z-index: 0;
}
button.morenews-reaction-button.love::before {background-image: url(https://tantrummingtrailblazers.com/wp-content/themes/morenews/assets/reactions/love.png);}
button.morenews-reaction-button.funny::before {background-image: url(https://tantrummingtrailblazers.com/wp-content/themes/morenews/assets/reactions/funny.png);}
button.morenews-reaction-button.wow::before {background-image: url(https://tantrummingtrailblazers.com/wp-content/themes/morenews/assets/reactions/wow.png);}
button.morenews-reaction-button.sad::before {background-image: url(https://tantrummingtrailblazers.com/wp-content/themes/morenews/assets/reactions/sad.png);}
button.morenews-reaction-button.angry::before {background-image: url(https://tantrummingtrailblazers.com/wp-content/themes/morenews/assets/reactions/angry.png);}
button.morenews-reaction-button:hover::before {
animation: reaction .75s ease-in-out;
animation-iteration-count: 2;
}
@keyframes reaction {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1) translateY(-10px);
}
}
button.morenews-reaction-button:hover {
color: inherit !important;
}
button.morenews-reaction-button img.emoji {
position: absolute;
top: 5px;
left: 50%;
transform: translateX(-50%);
height: 4em !important;
width: 4em !important;
}
.morenews-reaction-button .reaction-percentage {
background: #0088cc;
color: #fff;
border-radius: 15px;
padding: 3px 8px;
}
body .morenews-sponsor {
color: inherit;
}
body .morenews-source {
padding-bottom: 20px;
color: inherit;
}
.morenews-reaction-bar {
padding: 20px 0;
}
body .morenews-sponsor a,
body .morenews-source a{
color: #007acc;
}
.author-box-content {
display: flex;
gap: 20px;
margin-bottom: 30px;
}
.author-avatar img {
min-width: 150px;
}
@media screen and (max-width: 600px) {
.author-box-content {
flex-direction: column;
align-items: center;
}
.author-box-content .author-info {
text-align: center;
}
.author-website-and-posts {
justify-content: center;
}
.morenews-reaction-buttons {
gap: 10px;
}
button.morenews-reaction-button {
height: 60px;
width: 40px;
padding-top: 65px;
}
button.morenews-reaction-button::before {
height: 40px;
width: 40px;
}
}
.author-box-content .author-name {
margin-top: 0;
}
.author-box-content .author-role {
font-size: 14px;
}
.author-website-and-posts {
display: flex;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
a.author-website,
.author-box-content a.author-posts-link {
border: 1px solid ;
padding: 5px 30px;
display: inline-block;
color: inherit;
transition: all 300ms ease-out;
border-radius: 50px;
}
a.author-website:hover,
.author-box-content a.author-posts-link:hover {
color: #007acc;
}
.author-info {
font-size: 16px;
}
.author-info p {
margin-bottom: 15px;
}