.ays-quiz-container {
box-sizing: border-box;
}
.ays-quiz-container p{
padding: 0 10px;
margin: 1em 0;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container,
.ays-quiz-container section.ays_quiz_timer_container {
padding-top: 5px; width:100%;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container hr,
.ays-quiz-container section.ays_quiz_timer_container hr{
padding: 0px;
margin: 0px;
border-bottom-color: #ccc;
}
.ays-quiz-container form span {
margin-top: 0;
margin: 0;
}
.ays-field {
text-align: left;
opacity: 1;
}
[id^="ays-quiz-container-"] .ays-field input[type='checkbox'],
[id^="ays-quiz-container-"] .ays-field input[type='radio']{
display: none!important;
}
.ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
font-weight: 600;
color: #484848;
margin-bottom: 0;
width: 100%;
height: unset;
transition: all .3s;
cursor: pointer;
display: block !important;
padding: 5px !important;
padding-left: 10px !important;
padding-right: 10px !important;
word-wrap: break-word !important;
white-space: initial !important;
line-height: 33px;
text-transform: initial;
letter-spacing: unset;
}
.ays-quiz-answers .ays-field input[type="checkbox"]+label[for^="ays-answer-"] {
margin-left: 0;
}
.ays-field input+label:before {
content: "";
display: inline-block;
background: #ddd;
background-clip: content-box;
width: 20px;
height: 20px;
border: 3px solid #ccc;
padding: 3px 3px 3px 3px;
box-sizing: border-box;
transition: all .4s linear;
vertical-align: middle;
margin-right: 10px;
}
.ays-field input[type="radio"]+label:before {
border-radius: 50%;
}
.ays-field input+label:hover:before {
background: #ddd;
color: #ddd;
background-clip: content-box;
}
.ays-field .select2-container {
display: block;
width: 100%!important;
}
.ays-field .select2-container .select2-selection--single,
.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 40px;
line-height: 40px;
font-size: 17px !important;
width: 100%;
color: white;
display: inline-block;
}
.ays-field .select2-container--default,
.ays-field .select2-container--default .selection,
.ays-field .select2-container--default .select2-selection {
display: inline-block;
width: 100%;
background-color: #444;
height: 40px;
padding: 0 !important;
}
.ays-field .select2-container--default .select2-selection--single {
background: transparent;
border: none;
border-radius: unset;
}
.ays-field .select2-container--default .select2-selection--single:focus {
outline: none;
box-shadow: none;
}
.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
border: none;
}
.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 0;
right: 10px;
color: #fff;
transform: translate(0) !important;
transform: translateX(0) !important;
transform: translateY(0) !important;
}
[id^="ays-quiz-container-"] * {
box-sizing: border-box;
word-wrap: break-word;
}
[id^="ays-quiz-container-"] p{
margin: 5px !important;
}
[id^="ays-quiz-container-"] p:empty{
display: none;
}
div.ays-quiz-container[id^="ays-quiz-container-"] {
width: 96%;
min-width: 200px;
max-width: 96%;
margin: 20px auto;
text-align: center;
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
box-sizing: border-box;
position: relative;
padding-bottom: 60px;
transition: .5s ease;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
[id^="ays_finish_quiz_"] {
border: 0 none;
padding: 0;
margin: 0;
}
form[id^="ays_finish_quiz_"] {
background-color: initial !important;
}
[id^="ays_finish_quiz_"] div.step {
display: flex;
justify-content:  center;
align-items:  center;
border: 0 none;
width: 100%;
position: relative;
padding-top: 45px;
}
[id^="ays_finish_quiz_"] > div.step:first-of-type {
background-color: transparent !important;
border: none !important;
}
[id^="ays_finish_quiz_"] div.step div.ays-image-question-img{
margin-bottom: 15px;
}
[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
width: 90%;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs {
padding-top: 0px !important;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs .ays-abs-fs.ays-end-page {
margin-top: 0px !important;
} [id^="ays_finish_quiz_"] div.step:not(:first-of-type) {
display: none;
} [id^="ays_finish_quiz_"] input[type=search],
[id^="ays_finish_quiz_"] input[type=tel],
[id^="ays_finish_quiz_"] input[type=time],
[id^="ays_finish_quiz_"] input[type=url],
[id^="ays_finish_quiz_"] input[type=password],
[id^="ays_finish_quiz_"] input[type=date],
[id^="ays_finish_quiz_"] input[type=datetime],
[id^="ays_finish_quiz_"] input[type=datetime-local],
[id^="ays_finish_quiz_"] input[type=email],
[id^="ays_finish_quiz_"] input[type=number], 
[id^="ays_finish_quiz_"] input[type="text"],
[id^="ays_finish_quiz_"] textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px!important;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 13px;
height: auto;
background-color: #fff;
}
[id^="ays_finish_quiz_"] textarea {
background-color: rgba(255, 255, 255, 0.7);
}
[id^="ays_finish_quiz_"] input[type=search]:focus,
[id^="ays_finish_quiz_"] input[type=tel]:focus,
[id^="ays_finish_quiz_"] input[type=time]:focus,
[id^="ays_finish_quiz_"] input[type=url]:focus,
[id^="ays_finish_quiz_"] input[type=password]:focus,
[id^="ays_finish_quiz_"] input[type=date]:focus,
[id^="ays_finish_quiz_"] input[type=datetime]:focus,
[id^="ays_finish_quiz_"] input[type=datetime-local]:focus,
[id^="ays_finish_quiz_"] input[type=email]:focus,
[id^="ays_finish_quiz_"] input[type=number]:focus, 
[id^="ays_finish_quiz_"] input[type="text"]:focus,
[id^="ays_finish_quiz_"] textarea:focus {
border-color: unset;
}
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=button]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=search]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=tel]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=time]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=url]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=password]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=date]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime-local]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=email]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=number]:hover, 
div.ays-quiz-container[id^="ays-quiz-container-"] input[type="text"]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] textarea:hover {
transform: unset; 
-o-transform: unset;
-moz-transform: unset;
-webkit-transform: unset; 
}
div.ays-quiz-container[id^="ays-quiz-container-"] .information_form label[for^="ays_form_field"] {
text-align: left;
display: block;
cursor: pointer;
} [id^="ays_finish_quiz_"] .action-button {
display: inline-block;
width: auto; font-weight: bold;
font-size: 17px; border: 0 none; cursor: pointer; margin: 10px 5px;
line-height: 1;
text-transform: initial;
max-width: 100%;
box-shadow: unset;
}
[id^="ays_finish_quiz_"] .action-button.start_button {
padding: 10px 20px;
margin: 10px auto;
display: block;
}
[id^="ays_finish_quiz_"] div.information_form .action-button {
padding: 10px 10px;
display: block;
}
[id^="ays_finish_quiz_"] .action-button.ays_finish {
margin: 10px 5px;
}
[id^="ays_finish_quiz_"] .action-button:disabled:hover,
[id^="ays_finish_quiz_"] .action-button:disabled:focus,
[id^="ays_finish_quiz_"] .action-button:disabled {
outline: none !important;
background-color: #aaa !important;
box-shadow: none !important;
text-decoration: none !important;
cursor: default !important;
} [id^="ays_finish_quiz_"] .ays-fs-title {
font-size: 21px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
text-align: center;
}
[id^="ays_finish_quiz_"] .ays-fs-subtitle {
font-weight: normal;
font-size: 17px;
color: #666;
margin-bottom: 20px;
}
.ays-quiz-container .select2-container .select2-dropdown {
margin: 0;
max-width: unset;
}
.ays-quiz-container .select2-dropdown input.select2-search__field {
border-radius: 0px!important;
}
.ays-quiz-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
color: #fff !important;
}
.ays-quiz-container .select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #aaa;
}
.ays-quiz-container .select2-container--default .select2-results>.select2-results__options {
max-height: calc( 100vh / 3 );
margin: 0!important;
padding: 0!important;
}
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::after
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::before {
content: none !important;
}
.ays-quiz-container .select2-container--default .select2-results__option {
list-style-type: none !important;
text-align: left;
color: #000 !important;
margin: 0!important;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open {
z-index: 99999;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open .select2-dropdown--below{
animation: fadeInUp;
animation-duration: .3s !important;
max-width: unset;
}
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow{
display: inline-block;
height: 26px;
}
[id^="ays_finish_quiz_"] p.ays_message{
font-size: 20px;
}
[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent{
font-size: 18px;
}
[id^="ays_finish_quiz_"] p.ays_score {
text-align: center;
} .ays-progress {
position: relative;
overflow: hidden;
}
.ays-progress-bar {
overflow: hidden;
width: 0%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
}
.ays-progress-value {
color: #333;
display: block;
font-size: 12px;
line-height: 15px;
white-space: nowrap;
background-color: transparent;
}
.ays-progress-bg {
position: relative;
height: 8px;
border-radius: 5px;
overflow: hidden;
}
.ays-progress-bar:after {
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;
position: absolute;
content: '' !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@keyframes ays_progress_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
} .ays-progress.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.first::after {
content: none !important;
}
.ays-progress-value.first {
position:absolute;
z-index:1;
width:0;
height:100%;
text-align: center;
}
.ays-progress-bg.first {
height:15px;
background: transparent;
} .ays-progress.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.second::after {
content: none !important;
}
.ays-progress-value.second {
position:absolute;
z-index:1;
width:0;
height:100%;
font-size: 12px;
line-height: 15px !important;
white-space: nowrap;
background-color: transparent;
text-align: center;
}
.ays-progress-bg.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
height:15px;
background: transparent;
} .ays-progress.third {
border-radius: 5px;
border: none;
}
.ays-progress-value.third {    
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.third {
} .ays-progress.fourth {    
border-radius: 5px;
border: none;
}
.ays-progress-bar.fourth {    
border-radius: 0px;
}
.ays-progress-value.fourth {
position:absolute;
z-index:1;
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.fourth {
height:15px;
}
.ays-progress-bar.fourth:after {
animation: ays_progress_bar linear infinite;
animation-duration: 0.8s !important;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-social-shares{
margin: 15px 0;
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-share-btn-icon {
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.ays-share-btn-linkedin .ays-quiz-share-btn-icon:before {
content: "\f08c";
}
.ays-share-btn-facebook .ays-quiz-share-btn-icon:before {
content: "\f082";
}
.ays-share-btn-twitter .ays-quiz-share-btn-icon:before { }
.ays-share-btn-email .ays-quiz-share-btn-icon:before {
content: "\e945";
}
.ays-share-btn-more .ays-quiz-share-btn-icon:before {
content: "\ea82";
}
.ays-share-btn-googleplus .ays-quiz-share-btn-icon:before {
content: "\ea88";
}
.ays-share-btn-github .ays-quiz-share-btn-icon:before {
content: "\eab4";
}
.ays-share-btn-tumblr .ays-quiz-share-btn-icon:before {
content: "\eabb";
}
.ays-share-btn-reddit .ays-quiz-share-btn-icon:before {
content: "\eac7";
}
.ays-share-btn-delicious .ays-quiz-share-btn-icon:before {
content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon:before {
content: "\eace";
}
.ays-share-btn-pinterest .ays-quiz-share-btn-icon:before {
content: "\ead0";
}
.ays-share-btn-vkontakte .ays-quiz-share-btn-icon:before {
content: "\f189";
}
.ays-share-btn-instagram .ays-quiz-share-btn-icon:before {
content:"\f16d";
}
.ays-share-btn-youtube .ays-quiz-share-btn-icon:before {
content:"\f16a";
}
.ays-share-btn-behance .ays-quiz-share-btn-icon:before {
content:"\f1b4";
}
.ays-share-btn,
.ays-share-btn * {
box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
box-sizing: border-box;
}
.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn {
position: relative;
display: inline-block;
height: 24px;
margin: 0;
margin-bottom: 5px;
padding: 2px 8px;
line-height: 1.53;
letter-spacing: .04em;
vertical-align: top;
font-size: 12px;
font-weight: bold;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #111;
background: #e0e0e0;
border: 1px solid #c7c7c7;
border-radius: 2px;
text-decoration: none;
transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
background: #d3d3d3;
border-color: #bababa;
text-decoration: none;
color: #111;
}
.ays-share-btn:active {
background: #c7c7c7;
border-color: #adadad;
text-decoration: none;
color: #111;
}
.ays-share-btn-rounded { border-radius: 8px;
height: auto;
}
.ays-share-btn.ays-share-btn-sm {
height: 20px;
font-size: 10px;
padding: 0 8px;
line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
height: 28px;
font-size: 16px;
line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ays-share-btn.ays-share-btn-branded {
color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
background: #3b5998;
border-color: #344e86;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
background: #344e86;
border-color: #2d4373;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
background: #2d4373;
border-color: #263961;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte {
background: #486c91 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:focus {
background: #2a6098 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:active {
background: #4b719a !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
border: 0;
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:focus {
background: radial-gradient(circle at 30% 107%, #fff37b 0%, #f5e96a 5%, #f83926 45%,#d61299 60%,#0e48f0 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:active {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon {
line-height: 24px;
padding: 0;
margin: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube {
background: #fff !important;
border-color: #fff !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:focus {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:active {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube .ays-quiz-share-btn-icon {
color: #FF0000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance {
background: #000B1D !important;
border-color: #000B1D !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:focus {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:active {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
background: #dd4b39;
color: #fff;
border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
background: #d73925;
border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
background: #c23321;
border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
background: #35465c;
color: #fff;
border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
background: #2c3a4c;
border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
background: #222d3c;
border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
background: #ff4500;
color: #fff;
border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
background: #e63e00;
border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
background: #cc3700;
border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
background: #0976b4;
color: #fff;
border-color: #08669c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
background: #08669c;
border-color: #075683;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
background: #075683;
border-color: #05466b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
background: #3399ff;
color: #fff;
border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
background: #198cff;
border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
background: #007fff;
border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
background: #eb4924;
color: #fff;
border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
background: #e13b15;
border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
background: #ca3412;
border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
background: #cc2127;
color: #fff;
border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
background: #b61d23;
border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
background: #a01a1f;
border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
color: #eeeeee;
background: #1f1f1f;
border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
background: #121212;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
background: #050505;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
position: relative;
top: 1px;
}
@-moz-document url-prefix() {
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
top: 0;
}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-quiz-share-btn-icon {
top: 2px;
}
.ays-share-btn .ays-share-btn-text {
padding-left: 2px;
}
.ays-question-counter{
position: absolute;
right: 8px;
top: 0px;
color: rgba(0,0,0,.6);
margin: 1em 0;
}
.ays-answer-image:hover{
cursor: pointer;
}
.ays_answer_select_image,
.ays-answer-image {
width: 100px;
height: auto;
min-width: 150px;
object-fit: contain;
object-position: center center;
}
.ays-quiz-container .select2-results__options .select2-results__option span {
display: flex;
align-items: center;
word-wrap: break-word;
}
.ays-quiz-container .select2-results__options .select2-results__option .ays_answer_select_image {
width: 150px;
height: 100px;
display: inline-block;
margin-right: 15px;
}
.ays_feedback_button_div,
.ays_buttons_div{
display: flex;
justify-content: center;
margin-top: 15px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.ays_buttons_div input{ }
.ays-quiz-container .ays_display_none {
display: none !important;
}
.active-step{
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;
}
.ays_red_border{
border-color:red !important;
}
.ays_green_border{
border-color:green !important;
}
.ays_arrow{
background: none !important;
font-size: 40px !important;
}
.ays_arrow:hover{
box-shadow:none !important;
transform: scale(1.1);
}
@keyframes bar-fill {
0% {
width: 0;
}
}
@-webkit-keyframes bar-fill {
0% {
width: 0;
}
}
@-moz-keyframes bar-fill {
0% {
width: 0;
}
}
@-o-keyframes bar-fill {
0% {
width: 0;
}
}
.ays-field input+label.answered:after{
content: '';
display: inline-block;
width: 30px;
height: 30px;
vertical-align: middle;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-left: 5px;
}
.ays-field input+label.answered.correct:after{
content: url(//blog.fashfed.com/wp-content/plugins/quiz-maker/public/images/correct.png);
}
.ays-field input+label.answered.wrong:after{
content: url(//blog.fashfed.com/wp-content/plugins/quiz-maker/public/images/wrong.png);
}
.ays-field input:checked+label.answered.wrong:before {
border-color: #cc3700!important;
background: #cc3700!important;
background-clip: content-box!important;
}
.ays-field input:checked+label.answered.correct:before{
background-color: #1cbf8b;
}
.ays_question_result{
pointer-events: none;
opacity: 1 !important;
display: flex !important;
position:static !important;
min-height: 0 !important;
transform: scale(1) !important;
}
.ays-quiz-container .ays-loader{
display: none;
}
.ays-quiz-container div[data-role="loader"] {
display: block !important;
margin: 0 auto;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 infinite;
animation-duration: 0.6s !important;
}
.ays_grid_view_container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.ays_grid_view_item{
width: calc(50% - 5px);
}
.ays_grid_view_item:nth-child(odd) {
margin-right: 5px;
}
.ays-quiz-redirection-timer,
.ays-quiz-timer {
margin: 0 !important;
}
.ays-quiz-after-timer {
display: none;
margin: 0 !important;
}
.ays-quiz-question-waiting-time-box{
position: absolute;
margin-left: auto;
margin-right: auto;
top: 10px;
left: 0;
right: 0;
text-align: center;
}
.ays_question_hint_container {
position: absolute;
top: 10px;
left: 10px;
}
.ays_question_hint_container .ays_question_hint {
font-size: 20px;
cursor: pointer;
}
.ays_question_hint_container .ays_question_hint_text {
visibility: hidden;
max-width: 270px;
width: max-content; text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 999;
top: 0;
left: unset;
margin-left: 15px;
opacity: 0;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
transition: opacity 0.5s;
}
.ays_question_hint_container .ays_question_hint_text.show_hint {
visibility: visible;
opacity: 1;
z-index: 1000;
} .ays_question_result .ays_question_hint{
display: none;
}
.ays_average{
display: none;
text-align: center;
}
.ays_quiz_form_input{
display: block !important;
}
.ays-quiz-container *:after{
content: none;
}
.ays-quiz-container .ays-image-question-img img{
width:100%;
margin: 0 auto;
max-width:100%;
}
.ays-quiz-container .ays-field label:last-child {
overflow: hidden;
}
.ays-quiz-container .ays-field label:empty{
display: none;
}
.ays-quiz-container{
max-width: 100%;
}
.ays_empty_before_content:before{
content: none !important;
}
.ays_score_display_none{
display:none;
}
.ays-quiz-container .disable_social_buttons{
display: none;
}
.ays-quiz-container	.ays_quiz_image{
max-width: 100%;
margin: auto;
}
.ays-form-title{
margin-bottom: 20px;
font-size: 20px;
}
.ays-quiz-container .ays-field.ays-select-field {
padding: 0;
width: 100% !important;
position: relative;
}
.ays-quiz-container .ays-field.ays-text-field {
padding: 5px;
width: 100% !important;
display: flex;
flex-wrap: nowrap;
margin-bottom: 20px;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input{
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
height: 100px;
resize: none;
color: #000 !important;
background-color: #fff;
min-height: 100px;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"],
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] {
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-color: #fff;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input ~ button.ays_check_answer {
margin-right: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input{
padding: 10px;  margin-bottom: 0;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-image: unset;
max-width: 100%;
margin-top: 0;
margin: 0;
}
.ays-quiz-container .ays-quiz-answers div.ays-text-right-answer {
display: none;
width: 100%;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
color: #ddd;
background: rgba(39,174,96,0.5);
}
.ays_quiz_question {
word-wrap: break-word;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"] ~ button.ays_check_answer,
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field button.ays_check_answer{
margin: 0 !important;
margin-right: 5px !important;
margin-left: 5px !important;
width: auto !important;
}
.ays-live-bar-wrap {
box-sizing: border-box;
position: absolute;
height: 15px;
top: -15px;
border: none;
width: 100%;
background-color: transparent;
display: none;
}
.ays-live-bar-fill{
height: 100%;
border-bottom: 2px solid rgb(0, 0, 0);
}
.ays-live-bar-fill>span {
line-height: 15px !important;
white-space: nowrap;
}
.ays-live-bar-fill span {
text-align: right;
display: block;
height: 100%;
color: inherit;
font-size: 11px;
} div.ays-live-second-wrap{
background-color: black;
}
div.ays-live-second{
border-bottom: unset !important;
}
div.ays-live-third-wrap{
background-color: black;
}
div.ays-live-third{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-third::after {
content: "";
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) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@keyframes ays_progress_live_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
}
div.ays-live-fourth-wrap{
background-color: black;
}
div.ays-live-fourth{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-fourth::before {
content: "";
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) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
animation: ays_progress_live_bar linear infinite;
animation-duration: 0.8s;
} .ays_quiz_reports {
display: flex;
position: absolute;
bottom: 0;
justify-content: space-between;
align-items: stretch;
left: 0;
width: 100%;
}
.ays_quiz_reports .ays_quiz_rete_avg {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: 80%;
position: relative;
bottom: unset;
left: unset;
padding: 5px 8px;
border-radius: 0px; 
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
.ays_quiz_reports .ays_quiz_rete_avg span {
display: inline-block;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak i {
margin-right: 4px;
font-style: initial !important;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak {
display: flex;
justify-content: flex-end;
align-items: center;
position: relative; 
bottom: unset; 
right: unset; 
padding: 5px 20px; 
border-radius: 0px; 
font-weight: bold;
font-size: 14px;
width: 20%;
text-align: right;
padding: 5px 8px;
}
.ays_quizn_ancnoxneri_qanak i {
font-style: initial !important;
}
.ays_quizn_ancnoxneri_qanak {
display: block;
position: absolute;
bottom: 0;
right: 0;
padding: 5px 20px;
border-radius: 4px 0px 0px 0px;
font-weight: bold
}
.ays_quiz_rete_avg i.icon {
font-size: 12px;
}
.ays_quiz_rete_avg {
display: block;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: fit-content;
position: absolute;
bottom: 0;
left: 0;
padding: 5px 8px;
border-radius: 0px 4px 0px 0px;
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete {
display: none;
margin-bottom: 10px;
padding: 0px;
padding-top: 15px;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.ays_quiz_results_page .ays_quiz_rete .for_quiz_rate.ui.huge.rating{
font-size: 23px;
}
.ays_quiz_rete p {
text-align: center;
}
.ays_quiz_rete .for_quiz_rate {
margin-bottom: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason {
display: none;
margin-bottom: 20px;
}
.ays_quiz_rete .for_quiz_rate_reason textarea.quiz_rate_reason {
width: 100%;
height: 150px;
resize: vertical;
background-color: #fff;
padding: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div {
justify-content: flex-end;
margin: 0;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div .action-button{
max-width: fit-content;
height: 40px;
margin: 0;
}
.ays_quiz_rete .quiz_rate_more_review,
.ays_quiz_rete .quiz_rate_reasons_container {
display: none;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons {
margin-bottom: 15px;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons blockquote {
text-align: left;
}
.ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link {
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete .ays-quiz-rate-link-box {
text-align: center;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
} .ays_fa {    
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: FontAwesome !important;
}
.ays_fa_flag_checkered::before {
content: "\f11e";
font-weight: 900;
}
.ays_fa_arrow_left::before {
content: "\f060";
font-weight: 900;
}
.ays_fa_arrow_right::before {
content: "\f061";
font-weight: 900;
}
.ays_fa_info_circle::before {
content: "\f05a";
font-weight: 900;
}
.ays_fa_chevron_up::before {
content: "\f077";
font-weight: 900;
}
.ays_fa_chevron_down::before {
content: "\f078";
font-weight: 900;
}
.ays_fa_eye::before {
content: '\f06e';
font-weight: 400;
}
.ays_fa_users::before {
content: '\f0c0';
font-weight: 400;
}
.ays_fa_square_o::before {
content: "\f096";
font-weight: 900;
}
.ays_fa_check_square_o::before {
content: "\f046";
font-weight: 900;
}
.ays_fa_star::before {
content: "\f005";
font-weight: 400;
}
.ays_fa_star_o::before {
content: "\f006";
font-weight: 400;
}
.ays_fa_user::before {
content: "\f007";
font-weight: 400;
}
.ays_fa_clock_o::before {
content: "\f017";
font-weight: 400;
}
.ays_fa_undo::before {
content: "\f0e2";
font-weight: 400;
}
.ays_fa_volume_up::before {
content: "\f028";
font-weight: 400;
}
.ays_fa_volume_off::before {
content: "\f026";
font-weight: 400;
}
.ays_fa_sign_out::before {
content: "\f08b";
font-weight: 400;
}
.ays_fa_eraser::before {
content: "\f12d";
font-weight: 400;
}
.ays_fa_music::before {
content: "\f001";
font-weight: 400;
}
.ays_fa_linkedin_square::before {
content: "\f08c";
font-weight: 400;
}
.ays_fa_twitter_square::before {
content: "\f081";
font-weight: 400;
}
.ays_fa_facebook_square::before {
content: "\f082";
font-weight: 400;
}
.ays_fa_long_arrow_left::before {
content: "\f177";
font-weight: 400;
}
.ays_fa_long_arrow_right::before {
content: "\f178";
font-weight: 400;
}
.ays_fa_arrow_circle_o_left::before {
content: "\f190";
font-weight: 400;
}
.ays_fa_arrow_circle_o_right::before {
content: "\f18e";
font-weight: 400;
}
.ays_fa_arrow_circle_left::before {
content: "\f0a8";
font-weight: 400;
}
.ays_fa_arrow_circle_right::before {
content: "\f0a9";
font-weight: 400;
}
.ays_fa_check::before {
content: "\f00c";
}
.ays_fa_times::before {
content: "\f00d";
}
.logged_in_message{
padding: 15px;
}
.ays_quiz_results {
display: none;
}
.ays-quiz-container .rate_comment_row * {
box-sizing: border-box;
}
.ays-quiz-container .rate_comment_row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.ays-quiz-container .rate_comment_row.row_reverse {
flex-direction: row-reverse;
}
.ays-quiz-container .rate_comment_row .rate_comment_user {
width: 25%;
}
.ays-quiz-container .rate_comment_row .rate_comment {
width: fit-content;
max-width: 75%;
}
.ays-quiz-container .rate_comment_row .rate_comment_user,
.ays-quiz-container .rate_comment_row .rate_comment {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ays-quiz-container .rate_comment_row .thumbnail {
padding: 4px;
display: block;
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;
}
.ays-quiz-container .rate_comment_row .img-responsive,
.ays-quiz-container .rate_comment_row .thumbnail>img,
.ays-quiz-container .rate_comment_row .thumbnail a>img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.ays-quiz-container .rate_comment_row .panel {
position:relative;
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);
text-align: left !important;
}
.ays-quiz-container .rate_comment_row .panel-default {
border-color: #ddd;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
position:absolute;
top:11px;left:-16px;
right:100%;
width:0;
height:0;
display:block;
content:" ";
border-color:transparent;
border-style:solid solid outset;
pointer-events:none;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
right:-16px;
left:100%;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after{
border-width:7px;
border-right-color:#f7f7f7;
margin-top:1px;
margin-left:2px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
border-right-color:#ddd;
border-width:8px;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after{
border-width: 7px;
border-left-color: #f7f7f7;
margin-top: 1px;
margin-left: 0;
margin-right: 2px;
border-right: none
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
border-left-color: #ddd;
border-width: 8px;
border-right: none;
}
.ays-quiz-container .rate_comment_row .panel>.panel-body {
padding: 15px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
border-width:8px;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.lds-spinner2-none,
.lds-spinner-none {
display: none;
}
.lds-spinner2,
.lds-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
transform: scale(0.5);
}
.lds-spinner2 div,
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner linear infinite;
animation-duration: 1.2s !important;
}
.lds-spinner2 div:after,
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
}
.lds-spinner2 div:nth-child(1),
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner2 div:nth-child(2),
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner2 div:nth-child(3),
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner2 div:nth-child(4),
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner2 div:nth-child(5),
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner2 div:nth-child(6),
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner2 div:nth-child(7),
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner2 div:nth-child(8),
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner2 div:nth-child(9),
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner2 div:nth-child(10),
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner2 div:nth-child(11),
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner2 div:nth-child(12),
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ays_paypal_div {
padding: 100px 0;
}
.ays_paypal_div > div {
margin: auto;
width: 200px;
}
.ays_restart_button_p {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
flex-wrap: wrap;
text-align: center;
margin: 0 !important;
}
.action-button.ays_restart_button { max-width: 100%;
padding: 10px 20px;
}
a.action-button.ays_restart_button {
margin: 0 5px;
}
.action-button.ays_restart_button span {
margin-left: 7px;
}
div.ays_quiz_results_page {
display: none;
}
div.ays_quiz_results_page img {
margin: 0;
}
.ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
}
.ays_questtion_explanation,
.wrong_answer_text,
.right_answer_text {
text-align: initial;
}
.ays_animated_x5ms {
-webkit-animation-duration: .5s !important;
animation-duration: .5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ays_animated_x1s {
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} .ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
} .ays_music_sound {
display: block;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
left: 0;
margin: auto;
z-index: 998;
width: 35px;
margin: auto !important;
padding: 5px;
}
.ays_music_sound.z_index_0 {
z-index: 0;
}
.ays_music_sound > i {
font-size: 20px;
vertical-align: middle;
}
.ays_music_sound.ays_sound_with_timer{    
margin-top: 35px !important;
} fieldset.ays_fieldset {
border: 1px solid #e3939394;
padding: 5px;
background-color: transparent !important;
word-break: break-all;
}
fieldset.ays_fieldset legend {
font-size: 12px;
padding: 0 7px;
color: #f00;
margin: 0 auto;
display: block;
text-align: center;
border-top: 1px solid #e3939394;
border-bottom: 1px solid #e3939394;
margin-bottom: 10px;
background-color: transparent !important;
}
fieldset.ays_fieldset .ays_quiz_question .wp-video {
width: 100%;
max-height: 100%;
}
[id^="ays-quiz-container-"] fieldset.ays_fieldset .wp-video {
width: 100% !important;
max-width: 100% !important;
} .ays_cb_and_a {
position: relative;
top: -40px;
width: 100%;
text-align: center;
font-size: 12px;
}
.ays_cb_and_a span,
.ays_cb_and_a strong {
margin-right: 7px;
}
.ays_cb_and_a img {
display: inline-block !important;
width: 15px !important;
height: 15px !important;
object-fit: cover;
object-position: center center;
border-radius: 50%;
border: 1px solid #aaa;
margin-right: 3px;
margin-left: 5px;
vertical-align: text-top;
} [id^="ays-quiz-container-"] .ays_quiz_login_form input#ays-submit {
display: inline-block;
width:auto; font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 5px 10px;
margin: 10px 5px;
line-height: 1;
white-space: break-spaces;
}
.ays_quiz_login_form label {
display: block;
}
.wrong_shortcode_text::first-letter {
color: red !important;
background-color: transparent !important;
font-size: inherit !important;
font-weight: inherit !important;
float: none !important;
line-height: inherit !important;
margin: 0 !important;
padding: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-webkit-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-ms-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::placeholder {
color: #ccc !important;  
}
.ays-quiz-container .mejs-container {
width: 100% !important;
} .ays-quiz-container .mejs-container.mejs-video {
min-height: 220px !important;
}
.ays-quiz-container .mejs-container.mejs-audio {
min-height: 40px !important;
}
[id^="ays-quiz-container-"] .mejs-container .mejs-inner .mejs-controls .mejs-time {
height: 22px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
margin: 0;
} .ays_quiz_display_none_important{
display: none !important;
}
.ays-has-error {
border-width: 1px !important;
border-style: solid !important;
border-color: #d93025 !important;
}
.ays-quiz-question-validation-error {
font-family: Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: .3px;
line-height: 16px;
color: #d93025;
padding-bottom: 10px;
display: none;
}
.ays-has-error .ays-quiz-question-validation-error {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ays-has-error .ays-quiz-question-validation-error img {
margin-right: 12px;
}
img.ays-loader-custom-gif-content{ margin: auto;
}
.ays_quiz_question_text_message{
text-align: left;
font-size: 12px;
}
.ays_quiz_question_text_error_message {
color: #ff0000;
} .ays-quiz-container .ays-quiz-start-button-preloader{
position: relative;
}
.ays-quiz-container .ays_quiz_start_button_loader{
position: absolute;
margin-left: auto;
margin-right: auto;
width: 30px;
top: 4px;
left: 0;
right: 0;
text-align: center;
cursor: wait;
}
.ays-quiz-container .ays_next.start_button.ays_quiz_enable_loader{
color: #a0a5aa!important;
background: grey!important;
border-color: #ddd!important;
box-shadow: none!important;
text-shadow: none!important;
padding: 10px 20px !important;
border: none;
opacity: 0.5;
cursor: wait;
} div.ays_quiz_maker_block_select select.components-select-control__input {
width: 100%;
max-width: 100%;
padding: 0;
}
.ays-individual-quiz-all-results-container,
.ays-quiz-all-results-container {
overflow: auto;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter{
padding-right: 10px;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter input,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter input {
margin: 0;
}
.ays-quiz-display-questions-container .ays-quiz-display-question-box {
border-bottom: 0.5px solid #848688;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-check {
color: green;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-times {
color: brown;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_check {
color: green;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_times {
color: brown;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-score-column-check-box {
display: flex;
} .ays-quiz-container input[type=number]::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
.ays-quiz-container input[type=number] {
-moz-appearance:textfield;
}
.ays-quiz-container input[type=number]:hover{
-moz-appearance: auto;
}
.ays-quiz-container input[type=number]:hover::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]:hover::-webkit-inner-spin-button{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
.ays-quiz-container input[type=number]:hover:disabled {
-moz-appearance:textfield;
} div.ays-quiz-category-container-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-lds-spinner-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page {
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box * {
font-style: italic;
text-align: left;
font-size: 14px;
} .ays-quiz-full-screen-wrap {
display: flex;
justify-content: flex-end;
padding: 13px 10px;
}
.ays-quiz-full-screen-container {
cursor: pointer;
}
.ays-quiz-full-screen-container > svg.ays-quiz-close-full-screen {
display: none;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
position: relative;
margin: 0 auto;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page > input[id^='ays_quiz_password_val_'],
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
max-width: 100%;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays_quiz_password {
padding-right: 40px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays-quiz-password-toggle {
position: absolute;
right: 10px;
top: 25%;
width: 20px;
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-number-error-message {
color: #ff0000;
text-align: left;
font-size: 14px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
margin-top: 0;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-category-description-box {
margin-bottom: 20px;
}
.ays-quiz-container label.ays_switch_toggle {
cursor: pointer;
text-indent: -9999px;
width: 35px;
height: 14px;
background: grey;
display: block;
border-radius: 50px;
position: relative;
transition: .3s ease;
}
.ays-quiz-container label.ays_switch_toggle:after {
content: '';
position: absolute;
top: -3px;
left: -3px;
width: 20px;
height: 20px;
background: #0085ba;
border-radius: 30px;
transition: 0.3s;
}
.ays-quiz-container input:checked + label.ays_switch_toggle {
background: #b7ccea;
}
.ays-quiz-container input:checked + label.ays_switch_toggle:after {
left: calc(100% - -5px);
transform: translateX(-100%);
}
.ays-quiz-container label.ays_switch_toggle:active:after {
}
.ays-quiz-container label.ays_switch_toggle:hover:after {
box-shadow: 0 0 10px #31618c;
}
.ays-quiz-container div.ays-quiz-results-toggle-block {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 15px;
}
.ays-quiz-container input.ays_toggle[type=checkbox]{
display: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:after {
left: calc(100% - 13px);
top: 2px;
background-color: #aaa;
width: 10px;
height: 10px;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;
border: 1px solid #aaa;
}
.ays-quiz-container div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show{
color: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:hover:after {
box-shadow: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;    
border: 1px solid #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after {
top: 2px;
left: 13px;
width: 10px;
height: 10px;
background: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block > label.ays_switch_toggle {
margin: 0 10px;
}
.ays-quiz-container .ays-quiz-question-image-zoom {
cursor: zoom-in;
transition: 0.3s;
}
.ays-quiz-container .ays-quiz-question-image-zoom:hover {
opacity: 0.9;
}
@keyframes aysAnimationLightboxImages {
from{
transform: scale(0);
}
to{
transform: scale(1);
}   
}
.ays-quiz-question-image-lightbox-container {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0 ,0 ,0 ,0.8);
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
font-size: 40px;
font-weight: bold;
position: absolute;
top: 10px;
right: 20px;
color: #fff;
cursor: pointer;
transition: 0.3s;
z-index: 99999;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:hover,
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:focus {
color: #b5b5b5;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-img {
margin: auto;
display: block;
width: 100%;
max-width: 1200px;
height: auto;
text-align: center;
animation-name: aysAnimationLightboxImages;
animation-duration: 0.7s;
position: relative;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader {
opacity: 0.7;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 101;
position: absolute;
left: 0;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader img {
width: 100px;
}
@media screen and (max-width: 768px) {
div.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
top: 40px;
}
}
.ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment {
margin: 10px 0;
} .ays-modal {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 1000000 !important;
width: 100%;
height: 100%;
animation-duration: .5s;
transition: .5s ease-in-out;
outline: 0;
}
.ays-modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-open {
overflow: hidden;
position: relative;
height: 100%;
}
.ays-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999 !important;
background-color: rgba(0, 0, 0, 0.5);
} .ays-modal-content {
background-color: #fefefe;
margin: auto; margin-bottom: 30px;
margin-top: 40px;
border: 1px solid #888;
width: 85%; z-index: 100000000;
position: relative;
padding-left: 0 !important;
animation-duration: .3s;
transition: .5s ease-in-out;
border-radius: 4px;
}
#ays-results-modal .ays-modal-content {
min-height: 500px;
margin: auto !important; margin-bottom: 30px !important;
margin-top: 40px !important;
} .ays-close {
color: #aaa;
float: right;
line-height: 1.3;
font-size: 28px;
font-weight: bold;
}
.ays-close:hover,
.ays-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.ays-modal-header {
padding: 4px 16px;
}
.ays-modal .ays-modal-header h2 {
line-height: 1.3;
font-size: 1.8rem;
margin: 0;
padding: 0;
clear: none;
font-weight: 500;
} .ays-modal-body {
padding: 2px 16px 20px;
overflow-x: auto;
width: 100%;
box-sizing: border-box;
} .ays-modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
}
#ays-results-modal .ays-modal-header {
padding: 4px 16px !important;
}
#ays-results-modal .ays-modal-body {
padding: 2px 16px 20px !important;
}
#ays-results-modal .ays-modal-footer {
padding: 1rem !important;
}
table#ays-results-table {
border: 1px solid #ccc;
}
table#ays-results-table .ays-quiz-report-table-header {
display: flex;
justify-content: space-between;
align-items: center;
}
table#ays-results-table .ays-quiz-report-table-header::after,
table#ays-results-table .ays-quiz-report-table-header::before {
content: none !important;
}
table#ays-results-table svg {
width: 30px;
vertical-align: middle;
}
table#ays-results-table .wp-video {
width: max-content !important;
}
table#ays-results-table video {
max-width: 300px;
height: auto !important;
vertical-align: middle;
}
table#ays-results-table audio {
max-width: 300px;
vertical-align: middle;
}
table#ays-results-table {
margin: 0;
width: 100%;
}
table#ays-results-table h1::before {
content: none !important;
}
table#ays-results-table h1 {
margin: 0;
font-size: 25px;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
tr.ays_result_element {
border-bottom: 1px solid #ccc;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
.ays-modal-body * {
word-break: initial !important;
word-wrap: break-word;
vertical-align: middle;
}
.ays-modal-body tr td {
padding: 10px;
font-size: 15px;
border: none;
}
table#ays-results-table p.success img,
table#ays-results-table p.error img {
max-width: 150px !important;
}
table#ays-results-table p.success {
color: #73AF55;
}
table#ays-results-table p {
display: inline-block;
margin: 0;
font-size: 1.25em;
vertical-align: middle;
word-wrap: break-word;
}
table#ays-results-table p.error {
color: #D06079;
}
table#ays-results-table tr td {
word-wrap: break-word;
}
table#ays-results-table tr td:first-child,
table#ays-results-table tr td:first-child *{
color: #000 !important;
}
table#ays-results-table tr td:first-child{
font-weight: bold;
width: 40%;
}
table#ays-results-table tr td.ays-report-correct-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-user-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-status-icon {
width: 10%;
}
table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points {
width: 40%
}
table#ays-results-table tr td.ays-report-answer-point {
width: 20%;
}
div.ays-quiz-preloader{
display: none;
position: absolute;
background: rgba(255, 255, 255, 0.8);
width: 100%;
justify-content: center;
height: 100%;
align-items: center;
z-index: 1;
}@font-face{font-display:block;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//blog.fashfed.com/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:initial;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
font-style: normal;
font-variant: normal;
line-height: 1;
display: var(--fa-display, inline-block);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: auto;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em;
}
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em;
}
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em;
}
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em;
}
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em;
}
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em;
}
.fa-fw {
width: 1.25em;
text-align: center;
}
.fa-ul {
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
line-height: inherit;
position: absolute;
left: calc(var(--fa-li-width, 2em) * -1);
width: var(--fa-li-width, 2em);
text-align: center;
}
.fa-border {
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
border-width: var(--fa-border-width, 0.08em);
border-style: var(--fa-border-style, solid);
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
}
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out);
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out);
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear);
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear);
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin-reverse {
--fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8));
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
transition-delay: 0s;
transition-duration: 0s;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
}
@-webkit-keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1);
}
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25));
}
}
@keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1);
}
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25));
}
}
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
}
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
}
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
}
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
}
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
}
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
}
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
}
}
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
}
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
}
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
}
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
}
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
}
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
}
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
}
}
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4);
}
}
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4);
}
}
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125));
}
}
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125));
}
}
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
}
}
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
}
}
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
line-height: 2em;
position: relative;
display: inline-block;
width: 2.5em;
height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
z-index: var(--fa-stack-z-index, auto);
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: var(--fa-inverse, #fff);
} .fa-0::before {
content: "\30";
}
.fa-1::before {
content: "\31";
}
.fa-2::before {
content: "\32";
}
.fa-3::before {
content: "\33";
}
.fa-4::before {
content: "\34";
}
.fa-5::before {
content: "\35";
}
.fa-6::before {
content: "\36";
}
.fa-7::before {
content: "\37";
}
.fa-8::before {
content: "\38";
}
.fa-9::before {
content: "\39";
}
.fa-a::before {
content: "\41";
}
.fa-address-book::before {
content: "\f2b9";
}
.fa-contact-book::before {
content: "\f2b9";
}
.fa-address-card::before {
content: "\f2bb";
}
.fa-contact-card::before {
content: "\f2bb";
}
.fa-vcard::before {
content: "\f2bb";
}
.fa-align-center::before {
content: "\f037";
}
.fa-align-justify::before {
content: "\f039";
}
.fa-align-left::before {
content: "\f036";
}
.fa-align-right::before {
content: "\f038";
}
.fa-anchor::before {
content: "\f13d";
}
.fa-anchor-circle-check::before {
content: "\e4aa";
}
.fa-anchor-circle-exclamation::before {
content: "\e4ab";
}
.fa-anchor-circle-xmark::before {
content: "\e4ac";
}
.fa-anchor-lock::before {
content: "\e4ad";
}
.fa-angle-down::before {
content: "\f107";
}
.fa-angle-left::before {
content: "\f104";
}
.fa-angle-right::before {
content: "\f105";
}
.fa-angle-up::before {
content: "\f106";
}
.fa-angles-down::before {
content: "\f103";
}
.fa-angle-double-down::before {
content: "\f103";
}
.fa-angles-left::before {
content: "\f100";
}
.fa-angle-double-left::before {
content: "\f100";
}
.fa-angles-right::before {
content: "\f101";
}
.fa-angle-double-right::before {
content: "\f101";
}
.fa-angles-up::before {
content: "\f102";
}
.fa-angle-double-up::before {
content: "\f102";
}
.fa-ankh::before {
content: "\f644";
}
.fa-apple-whole::before {
content: "\f5d1";
}
.fa-apple-alt::before {
content: "\f5d1";
}
.fa-archway::before {
content: "\f557";
}
.fa-arrow-down::before {
content: "\f063";
}
.fa-arrow-down-1-9::before {
content: "\f162";
}
.fa-sort-numeric-asc::before {
content: "\f162";
}
.fa-sort-numeric-down::before {
content: "\f162";
}
.fa-arrow-down-9-1::before {
content: "\f886";
}
.fa-sort-numeric-desc::before {
content: "\f886";
}
.fa-sort-numeric-down-alt::before {
content: "\f886";
}
.fa-arrow-down-a-z::before {
content: "\f15d";
}
.fa-sort-alpha-asc::before {
content: "\f15d";
}
.fa-sort-alpha-down::before {
content: "\f15d";
}
.fa-arrow-down-long::before {
content: "\f175";
}
.fa-long-arrow-down::before {
content: "\f175";
}
.fa-arrow-down-short-wide::before {
content: "\f884";
}
.fa-sort-amount-desc::before {
content: "\f884";
}
.fa-sort-amount-down-alt::before {
content: "\f884";
}
.fa-arrow-down-up-across-line::before {
content: "\e4af";
}
.fa-arrow-down-up-lock::before {
content: "\e4b0";
}
.fa-arrow-down-wide-short::before {
content: "\f160";
}
.fa-sort-amount-asc::before {
content: "\f160";
}
.fa-sort-amount-down::before {
content: "\f160";
}
.fa-arrow-down-z-a::before {
content: "\f881";
}
.fa-sort-alpha-desc::before {
content: "\f881";
}
.fa-sort-alpha-down-alt::before {
content: "\f881";
}
.fa-arrow-left::before {
content: "\f060";
}
.fa-arrow-left-long::before {
content: "\f177";
}
.fa-long-arrow-left::before {
content: "\f177";
}
.fa-arrow-pointer::before {
content: "\f245";
}
.fa-mouse-pointer::before {
content: "\f245";
}
.fa-arrow-right::before {
content: "\f061";
}
.fa-arrow-right-arrow-left::before {
content: "\f0ec";
}
.fa-exchange::before {
content: "\f0ec";
}
.fa-arrow-right-from-bracket::before {
content: "\f08b";
}
.fa-sign-out::before {
content: "\f08b";
}
.fa-arrow-right-long::before {
content: "\f178";
}
.fa-long-arrow-right::before {
content: "\f178";
}
.fa-arrow-right-to-bracket::before {
content: "\f090";
}
.fa-sign-in::before {
content: "\f090";
}
.fa-arrow-right-to-city::before {
content: "\e4b3";
}
.fa-arrow-rotate-left::before {
content: "\f0e2";
}
.fa-arrow-left-rotate::before {
content: "\f0e2";
}
.fa-arrow-rotate-back::before {
content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
content: "\f0e2";
}
.fa-undo::before {
content: "\f0e2";
}
.fa-arrow-rotate-right::before {
content: "\f01e";
}
.fa-arrow-right-rotate::before {
content: "\f01e";
}
.fa-arrow-rotate-forward::before {
content: "\f01e";
}
.fa-redo::before {
content: "\f01e";
}
.fa-arrow-trend-down::before {
content: "\e097";
}
.fa-arrow-trend-up::before {
content: "\e098";
}
.fa-arrow-turn-down::before {
content: "\f149";
}
.fa-level-down::before {
content: "\f149";
}
.fa-arrow-turn-up::before {
content: "\f148";
}
.fa-level-up::before {
content: "\f148";
}
.fa-arrow-up::before {
content: "\f062";
}
.fa-arrow-up-1-9::before {
content: "\f163";
}
.fa-sort-numeric-up::before {
content: "\f163";
}
.fa-arrow-up-9-1::before {
content: "\f887";
}
.fa-sort-numeric-up-alt::before {
content: "\f887";
}
.fa-arrow-up-a-z::before {
content: "\f15e";
}
.fa-sort-alpha-up::before {
content: "\f15e";
}
.fa-arrow-up-from-bracket::before {
content: "\e09a";
}
.fa-arrow-up-from-ground-water::before {
content: "\e4b5";
}
.fa-arrow-up-from-water-pump::before {
content: "\e4b6";
}
.fa-arrow-up-long::before {
content: "\f176";
}
.fa-long-arrow-up::before {
content: "\f176";
}
.fa-arrow-up-right-dots::before {
content: "\e4b7";
}
.fa-arrow-up-right-from-square::before {
content: "\f08e";
}
.fa-external-link::before {
content: "\f08e";
}
.fa-arrow-up-short-wide::before {
content: "\f885";
}
.fa-sort-amount-up-alt::before {
content: "\f885";
}
.fa-arrow-up-wide-short::before {
content: "\f161";
}
.fa-sort-amount-up::before {
content: "\f161";
}
.fa-arrow-up-z-a::before {
content: "\f882";
}
.fa-sort-alpha-up-alt::before {
content: "\f882";
}
.fa-arrows-down-to-line::before {
content: "\e4b8";
}
.fa-arrows-down-to-people::before {
content: "\e4b9";
}
.fa-arrows-left-right::before {
content: "\f07e";
}
.fa-arrows-h::before {
content: "\f07e";
}
.fa-arrows-left-right-to-line::before {
content: "\e4ba";
}
.fa-arrows-rotate::before {
content: "\f021";
}
.fa-refresh::before {
content: "\f021";
}
.fa-sync::before {
content: "\f021";
}
.fa-arrows-spin::before {
content: "\e4bb";
}
.fa-arrows-split-up-and-left::before {
content: "\e4bc";
}
.fa-arrows-to-circle::before {
content: "\e4bd";
}
.fa-arrows-to-dot::before {
content: "\e4be";
}
.fa-arrows-to-eye::before {
content: "\e4bf";
}
.fa-arrows-turn-right::before {
content: "\e4c0";
}
.fa-arrows-turn-to-dots::before {
content: "\e4c1";
}
.fa-arrows-up-down::before {
content: "\f07d";
}
.fa-arrows-v::before {
content: "\f07d";
}
.fa-arrows-up-down-left-right::before {
content: "\f047";
}
.fa-arrows::before {
content: "\f047";
}
.fa-arrows-up-to-line::before {
content: "\e4c2";
}
.fa-asterisk::before {
content: "\2a";
}
.fa-at::before {
content: "\40";
}
.fa-atom::before {
content: "\f5d2";
}
.fa-audio-description::before {
content: "\f29e";
}
.fa-austral-sign::before {
content: "\e0a9";
}
.fa-award::before {
content: "\f559";
}
.fa-b::before {
content: "\42";
}
.fa-baby::before {
content: "\f77c";
}
.fa-baby-carriage::before {
content: "\f77d";
}
.fa-carriage-baby::before {
content: "\f77d";
}
.fa-backward::before {
content: "\f04a";
}
.fa-backward-fast::before {
content: "\f049";
}
.fa-fast-backward::before {
content: "\f049";
}
.fa-backward-step::before {
content: "\f048";
}
.fa-step-backward::before {
content: "\f048";
}
.fa-bacon::before {
content: "\f7e5";
}
.fa-bacteria::before {
content: "\e059";
}
.fa-bacterium::before {
content: "\e05a";
}
.fa-bag-shopping::before {
content: "\f290";
}
.fa-shopping-bag::before {
content: "\f290";
}
.fa-bahai::before {
content: "\f666";
}
.fa-baht-sign::before {
content: "\e0ac";
}
.fa-ban::before {
content: "\f05e";
}
.fa-cancel::before {
content: "\f05e";
}
.fa-ban-smoking::before {
content: "\f54d";
}
.fa-smoking-ban::before {
content: "\f54d";
}
.fa-bandage::before {
content: "\f462";
}
.fa-band-aid::before {
content: "\f462";
}
.fa-barcode::before {
content: "\f02a";
}
.fa-bars::before {
content: "\f0c9";
}
.fa-navicon::before {
content: "\f0c9";
}
.fa-bars-progress::before {
content: "\f828";
}
.fa-tasks-alt::before {
content: "\f828";
}
.fa-bars-staggered::before {
content: "\f550";
}
.fa-reorder::before {
content: "\f550";
}
.fa-stream::before {
content: "\f550";
}
.fa-baseball::before {
content: "\f433";
}
.fa-baseball-ball::before {
content: "\f433";
}
.fa-baseball-bat-ball::before {
content: "\f432";
}
.fa-basket-shopping::before {
content: "\f291";
}
.fa-shopping-basket::before {
content: "\f291";
}
.fa-basketball::before {
content: "\f434";
}
.fa-basketball-ball::before {
content: "\f434";
}
.fa-bath::before {
content: "\f2cd";
}
.fa-bathtub::before {
content: "\f2cd";
}
.fa-battery-empty::before {
content: "\f244";
}
.fa-battery-0::before {
content: "\f244";
}
.fa-battery-full::before {
content: "\f240";
}
.fa-battery::before {
content: "\f240";
}
.fa-battery-5::before {
content: "\f240";
}
.fa-battery-half::before {
content: "\f242";
}
.fa-battery-3::before {
content: "\f242";
}
.fa-battery-quarter::before {
content: "\f243";
}
.fa-battery-2::before {
content: "\f243";
}
.fa-battery-three-quarters::before {
content: "\f241";
}
.fa-battery-4::before {
content: "\f241";
}
.fa-bed::before {
content: "\f236";
}
.fa-bed-pulse::before {
content: "\f487";
}
.fa-procedures::before {
content: "\f487";
}
.fa-beer-mug-empty::before {
content: "\f0fc";
}
.fa-beer::before {
content: "\f0fc";
}
.fa-bell::before {
content: "\f0f3";
}
.fa-bell-concierge::before {
content: "\f562";
}
.fa-concierge-bell::before {
content: "\f562";
}
.fa-bell-slash::before {
content: "\f1f6";
}
.fa-bezier-curve::before {
content: "\f55b";
}
.fa-bicycle::before {
content: "\f206";
}
.fa-binoculars::before {
content: "\f1e5";
}
.fa-biohazard::before {
content: "\f780";
}
.fa-bitcoin-sign::before {
content: "\e0b4";
}
.fa-blender::before {
content: "\f517";
}
.fa-blender-phone::before {
content: "\f6b6";
}
.fa-blog::before {
content: "\f781";
}
.fa-bold::before {
content: "\f032";
}
.fa-bolt::before {
content: "\f0e7";
}
.fa-zap::before {
content: "\f0e7";
}
.fa-bolt-lightning::before {
content: "\e0b7";
}
.fa-bomb::before {
content: "\f1e2";
}
.fa-bone::before {
content: "\f5d7";
}
.fa-bong::before {
content: "\f55c";
}
.fa-book::before {
content: "\f02d";
}
.fa-book-atlas::before {
content: "\f558";
}
.fa-atlas::before {
content: "\f558";
}
.fa-book-bible::before {
content: "\f647";
}
.fa-bible::before {
content: "\f647";
}
.fa-book-bookmark::before {
content: "\e0bb";
}
.fa-book-journal-whills::before {
content: "\f66a";
}
.fa-journal-whills::before {
content: "\f66a";
}
.fa-book-medical::before {
content: "\f7e6";
}
.fa-book-open::before {
content: "\f518";
}
.fa-book-open-reader::before {
content: "\f5da";
}
.fa-book-reader::before {
content: "\f5da";
}
.fa-book-quran::before {
content: "\f687";
}
.fa-quran::before {
content: "\f687";
}
.fa-book-skull::before {
content: "\f6b7";
}
.fa-book-dead::before {
content: "\f6b7";
}
.fa-bookmark::before {
content: "\f02e";
}
.fa-border-all::before {
content: "\f84c";
}
.fa-border-none::before {
content: "\f850";
}
.fa-border-top-left::before {
content: "\f853";
}
.fa-border-style::before {
content: "\f853";
}
.fa-bore-hole::before {
content: "\e4c3";
}
.fa-bottle-droplet::before {
content: "\e4c4";
}
.fa-bottle-water::before {
content: "\e4c5";
}
.fa-bowl-food::before {
content: "\e4c6";
}
.fa-bowl-rice::before {
content: "\e2eb";
}
.fa-bowling-ball::before {
content: "\f436";
}
.fa-box::before {
content: "\f466";
}
.fa-box-archive::before {
content: "\f187";
}
.fa-archive::before {
content: "\f187";
}
.fa-box-open::before {
content: "\f49e";
}
.fa-box-tissue::before {
content: "\e05b";
}
.fa-boxes-packing::before {
content: "\e4c7";
}
.fa-boxes-stacked::before {
content: "\f468";
}
.fa-boxes::before {
content: "\f468";
}
.fa-boxes-alt::before {
content: "\f468";
}
.fa-braille::before {
content: "\f2a1";
}
.fa-brain::before {
content: "\f5dc";
}
.fa-brazilian-real-sign::before {
content: "\e46c";
}
.fa-bread-slice::before {
content: "\f7ec";
}
.fa-bridge::before {
content: "\e4c8";
}
.fa-bridge-circle-check::before {
content: "\e4c9";
}
.fa-bridge-circle-exclamation::before {
content: "\e4ca";
}
.fa-bridge-circle-xmark::before {
content: "\e4cb";
}
.fa-bridge-lock::before {
content: "\e4cc";
}
.fa-bridge-water::before {
content: "\e4ce";
}
.fa-briefcase::before {
content: "\f0b1";
}
.fa-briefcase-medical::before {
content: "\f469";
}
.fa-broom::before {
content: "\f51a";
}
.fa-broom-ball::before {
content: "\f458";
}
.fa-quidditch::before {
content: "\f458";
}
.fa-quidditch-broom-ball::before {
content: "\f458";
}
.fa-brush::before {
content: "\f55d";
}
.fa-bucket::before {
content: "\e4cf";
}
.fa-bug::before {
content: "\f188";
}
.fa-bug-slash::before {
content: "\e490";
}
.fa-bugs::before {
content: "\e4d0";
}
.fa-building::before {
content: "\f1ad";
}
.fa-building-circle-arrow-right::before {
content: "\e4d1";
}
.fa-building-circle-check::before {
content: "\e4d2";
}
.fa-building-circle-exclamation::before {
content: "\e4d3";
}
.fa-building-circle-xmark::before {
content: "\e4d4";
}
.fa-building-columns::before {
content: "\f19c";
}
.fa-bank::before {
content: "\f19c";
}
.fa-institution::before {
content: "\f19c";
}
.fa-museum::before {
content: "\f19c";
}
.fa-university::before {
content: "\f19c";
}
.fa-building-flag::before {
content: "\e4d5";
}
.fa-building-lock::before {
content: "\e4d6";
}
.fa-building-ngo::before {
content: "\e4d7";
}
.fa-building-shield::before {
content: "\e4d8";
}
.fa-building-un::before {
content: "\e4d9";
}
.fa-building-user::before {
content: "\e4da";
}
.fa-building-wheat::before {
content: "\e4db";
}
.fa-bullhorn::before {
content: "\f0a1";
}
.fa-bullseye::before {
content: "\f140";
}
.fa-burger::before {
content: "\f805";
}
.fa-hamburger::before {
content: "\f805";
}
.fa-burst::before {
content: "\e4dc";
}
.fa-bus::before {
content: "\f207";
}
.fa-bus-simple::before {
content: "\f55e";
}
.fa-bus-alt::before {
content: "\f55e";
}
.fa-business-time::before {
content: "\f64a";
}
.fa-briefcase-clock::before {
content: "\f64a";
}
.fa-c::before {
content: "\43";
}
.fa-cake-candles::before {
content: "\f1fd";
}
.fa-birthday-cake::before {
content: "\f1fd";
}
.fa-cake::before {
content: "\f1fd";
}
.fa-calculator::before {
content: "\f1ec";
}
.fa-calendar::before {
content: "\f133";
}
.fa-calendar-check::before {
content: "\f274";
}
.fa-calendar-day::before {
content: "\f783";
}
.fa-calendar-days::before {
content: "\f073";
}
.fa-calendar-alt::before {
content: "\f073";
}
.fa-calendar-minus::before {
content: "\f272";
}
.fa-calendar-plus::before {
content: "\f271";
}
.fa-calendar-week::before {
content: "\f784";
}
.fa-calendar-xmark::before {
content: "\f273";
}
.fa-calendar-times::before {
content: "\f273";
}
.fa-camera::before {
content: "\f030";
}
.fa-camera-alt::before {
content: "\f030";
}
.fa-camera-retro::before {
content: "\f083";
}
.fa-camera-rotate::before {
content: "\e0d8";
}
.fa-campground::before {
content: "\f6bb";
}
.fa-candy-cane::before {
content: "\f786";
}
.fa-cannabis::before {
content: "\f55f";
}
.fa-capsules::before {
content: "\f46b";
}
.fa-car::before {
content: "\f1b9";
}
.fa-automobile::before {
content: "\f1b9";
}
.fa-car-battery::before {
content: "\f5df";
}
.fa-battery-car::before {
content: "\f5df";
}
.fa-car-burst::before {
content: "\f5e1";
}
.fa-car-crash::before {
content: "\f5e1";
}
.fa-car-on::before {
content: "\e4dd";
}
.fa-car-rear::before {
content: "\f5de";
}
.fa-car-alt::before {
content: "\f5de";
}
.fa-car-side::before {
content: "\f5e4";
}
.fa-car-tunnel::before {
content: "\e4de";
}
.fa-caravan::before {
content: "\f8ff";
}
.fa-caret-down::before {
content: "\f0d7";
}
.fa-caret-left::before {
content: "\f0d9";
}
.fa-caret-right::before {
content: "\f0da";
}
.fa-caret-up::before {
content: "\f0d8";
}
.fa-carrot::before {
content: "\f787";
}
.fa-cart-arrow-down::before {
content: "\f218";
}
.fa-cart-flatbed::before {
content: "\f474";
}
.fa-dolly-flatbed::before {
content: "\f474";
}
.fa-cart-flatbed-suitcase::before {
content: "\f59d";
}
.fa-luggage-cart::before {
content: "\f59d";
}
.fa-cart-plus::before {
content: "\f217";
}
.fa-cart-shopping::before {
content: "\f07a";
}
.fa-shopping-cart::before {
content: "\f07a";
}
.fa-cash-register::before {
content: "\f788";
}
.fa-cat::before {
content: "\f6be";
}
.fa-cedi-sign::before {
content: "\e0df";
}
.fa-cent-sign::before {
content: "\e3f5";
}
.fa-certificate::before {
content: "\f0a3";
}
.fa-chair::before {
content: "\f6c0";
}
.fa-chalkboard::before {
content: "\f51b";
}
.fa-blackboard::before {
content: "\f51b";
}
.fa-chalkboard-user::before {
content: "\f51c";
}
.fa-chalkboard-teacher::before {
content: "\f51c";
}
.fa-champagne-glasses::before {
content: "\f79f";
}
.fa-glass-cheers::before {
content: "\f79f";
}
.fa-charging-station::before {
content: "\f5e7";
}
.fa-chart-area::before {
content: "\f1fe";
}
.fa-area-chart::before {
content: "\f1fe";
}
.fa-chart-bar::before {
content: "\f080";
}
.fa-bar-chart::before {
content: "\f080";
}
.fa-chart-column::before {
content: "\e0e3";
}
.fa-chart-gantt::before {
content: "\e0e4";
}
.fa-chart-line::before {
content: "\f201";
}
.fa-line-chart::before {
content: "\f201";
}
.fa-chart-pie::before {
content: "\f200";
}
.fa-pie-chart::before {
content: "\f200";
}
.fa-chart-simple::before {
content: "\e473";
}
.fa-check::before {
content: "\f00c";
}
.fa-check-double::before {
content: "\f560";
}
.fa-check-to-slot::before {
content: "\f772";
}
.fa-vote-yea::before {
content: "\f772";
}
.fa-cheese::before {
content: "\f7ef";
}
.fa-chess::before {
content: "\f439";
}
.fa-chess-bishop::before {
content: "\f43a";
}
.fa-chess-board::before {
content: "\f43c";
}
.fa-chess-king::before {
content: "\f43f";
}
.fa-chess-knight::before {
content: "\f441";
}
.fa-chess-pawn::before {
content: "\f443";
}
.fa-chess-queen::before {
content: "\f445";
}
.fa-chess-rook::before {
content: "\f447";
}
.fa-chevron-down::before {
content: "\f078";
}
.fa-chevron-left::before {
content: "\f053";
}
.fa-chevron-right::before {
content: "\f054";
}
.fa-chevron-up::before {
content: "\f077";
}
.fa-child::before {
content: "\f1ae";
}
.fa-child-dress::before {
content: "\e59c";
}
.fa-child-reaching::before {
content: "\e59d";
}
.fa-child-rifle::before {
content: "\e4e0";
}
.fa-children::before {
content: "\e4e1";
}
.fa-church::before {
content: "\f51d";
}
.fa-circle::before {
content: "\f111";
}
.fa-circle-arrow-down::before {
content: "\f0ab";
}
.fa-arrow-circle-down::before {
content: "\f0ab";
}
.fa-circle-arrow-left::before {
content: "\f0a8";
}
.fa-arrow-circle-left::before {
content: "\f0a8";
}
.fa-circle-arrow-right::before {
content: "\f0a9";
}
.fa-arrow-circle-right::before {
content: "\f0a9";
}
.fa-circle-arrow-up::before {
content: "\f0aa";
}
.fa-arrow-circle-up::before {
content: "\f0aa";
}
.fa-circle-check::before {
content: "\f058";
}
.fa-check-circle::before {
content: "\f058";
}
.fa-circle-chevron-down::before {
content: "\f13a";
}
.fa-chevron-circle-down::before {
content: "\f13a";
}
.fa-circle-chevron-left::before {
content: "\f137";
}
.fa-chevron-circle-left::before {
content: "\f137";
}
.fa-circle-chevron-right::before {
content: "\f138";
}
.fa-chevron-circle-right::before {
content: "\f138";
}
.fa-circle-chevron-up::before {
content: "\f139";
}
.fa-chevron-circle-up::before {
content: "\f139";
}
.fa-circle-dollar-to-slot::before {
content: "\f4b9";
}
.fa-donate::before {
content: "\f4b9";
}
.fa-circle-dot::before {
content: "\f192";
}
.fa-dot-circle::before {
content: "\f192";
}
.fa-circle-down::before {
content: "\f358";
}
.fa-arrow-alt-circle-down::before {
content: "\f358";
}
.fa-circle-exclamation::before {
content: "\f06a";
}
.fa-exclamation-circle::before {
content: "\f06a";
}
.fa-circle-h::before {
content: "\f47e";
}
.fa-hospital-symbol::before {
content: "\f47e";
}
.fa-circle-half-stroke::before {
content: "\f042";
}
.fa-adjust::before {
content: "\f042";
}
.fa-circle-info::before {
content: "\f05a";
}
.fa-info-circle::before {
content: "\f05a";
}
.fa-circle-left::before {
content: "\f359";
}
.fa-arrow-alt-circle-left::before {
content: "\f359";
}
.fa-circle-minus::before {
content: "\f056";
}
.fa-minus-circle::before {
content: "\f056";
}
.fa-circle-nodes::before {
content: "\e4e2";
}
.fa-circle-notch::before {
content: "\f1ce";
}
.fa-circle-pause::before {
content: "\f28b";
}
.fa-pause-circle::before {
content: "\f28b";
}
.fa-circle-play::before {
content: "\f144";
}
.fa-play-circle::before {
content: "\f144";
}
.fa-circle-plus::before {
content: "\f055";
}
.fa-plus-circle::before {
content: "\f055";
}
.fa-circle-question::before {
content: "\f059";
}
.fa-question-circle::before {
content: "\f059";
}
.fa-circle-radiation::before {
content: "\f7ba";
}
.fa-radiation-alt::before {
content: "\f7ba";
}
.fa-circle-right::before {
content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
content: "\f35a";
}
.fa-circle-stop::before {
content: "\f28d";
}
.fa-stop-circle::before {
content: "\f28d";
}
.fa-circle-up::before {
content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
content: "\f35b";
}
.fa-circle-user::before {
content: "\f2bd";
}
.fa-user-circle::before {
content: "\f2bd";
}
.fa-circle-xmark::before {
content: "\f057";
}
.fa-times-circle::before {
content: "\f057";
}
.fa-xmark-circle::before {
content: "\f057";
}
.fa-city::before {
content: "\f64f";
}
.fa-clapperboard::before {
content: "\e131";
}
.fa-clipboard::before {
content: "\f328";
}
.fa-clipboard-check::before {
content: "\f46c";
}
.fa-clipboard-list::before {
content: "\f46d";
}
.fa-clipboard-question::before {
content: "\e4e3";
}
.fa-clipboard-user::before {
content: "\f7f3";
}
.fa-clock::before {
content: "\f017";
}
.fa-clock-four::before {
content: "\f017";
}
.fa-clock-rotate-left::before {
content: "\f1da";
}
.fa-history::before {
content: "\f1da";
}
.fa-clone::before {
content: "\f24d";
}
.fa-closed-captioning::before {
content: "\f20a";
}
.fa-cloud::before {
content: "\f0c2";
}
.fa-cloud-arrow-down::before {
content: "\f0ed";
}
.fa-cloud-download::before {
content: "\f0ed";
}
.fa-cloud-download-alt::before {
content: "\f0ed";
}
.fa-cloud-arrow-up::before {
content: "\f0ee";
}
.fa-cloud-upload::before {
content: "\f0ee";
}
.fa-cloud-upload-alt::before {
content: "\f0ee";
}
.fa-cloud-bolt::before {
content: "\f76c";
}
.fa-thunderstorm::before {
content: "\f76c";
}
.fa-cloud-meatball::before {
content: "\f73b";
}
.fa-cloud-moon::before {
content: "\f6c3";
}
.fa-cloud-moon-rain::before {
content: "\f73c";
}
.fa-cloud-rain::before {
content: "\f73d";
}
.fa-cloud-showers-heavy::before {
content: "\f740";
}
.fa-cloud-showers-water::before {
content: "\e4e4";
}
.fa-cloud-sun::before {
content: "\f6c4";
}
.fa-cloud-sun-rain::before {
content: "\f743";
}
.fa-clover::before {
content: "\e139";
}
.fa-code::before {
content: "\f121";
}
.fa-code-branch::before {
content: "\f126";
}
.fa-code-commit::before {
content: "\f386";
}
.fa-code-compare::before {
content: "\e13a";
}
.fa-code-fork::before {
content: "\e13b";
}
.fa-code-merge::before {
content: "\f387";
}
.fa-code-pull-request::before {
content: "\e13c";
}
.fa-coins::before {
content: "\f51e";
}
.fa-colon-sign::before {
content: "\e140";
}
.fa-comment::before {
content: "\f075";
}
.fa-comment-dollar::before {
content: "\f651";
}
.fa-comment-dots::before {
content: "\f4ad";
}
.fa-commenting::before {
content: "\f4ad";
}
.fa-comment-medical::before {
content: "\f7f5";
}
.fa-comment-slash::before {
content: "\f4b3";
}
.fa-comment-sms::before {
content: "\f7cd";
}
.fa-sms::before {
content: "\f7cd";
}
.fa-comments::before {
content: "\f086";
}
.fa-comments-dollar::before {
content: "\f653";
}
.fa-compact-disc::before {
content: "\f51f";
}
.fa-compass::before {
content: "\f14e";
}
.fa-compass-drafting::before {
content: "\f568";
}
.fa-drafting-compass::before {
content: "\f568";
}
.fa-compress::before {
content: "\f066";
}
.fa-computer::before {
content: "\e4e5";
}
.fa-computer-mouse::before {
content: "\f8cc";
}
.fa-mouse::before {
content: "\f8cc";
}
.fa-cookie::before {
content: "\f563";
}
.fa-cookie-bite::before {
content: "\f564";
}
.fa-copy::before {
content: "\f0c5";
}
.fa-copyright::before {
content: "\f1f9";
}
.fa-couch::before {
content: "\f4b8";
}
.fa-cow::before {
content: "\f6c8";
}
.fa-credit-card::before {
content: "\f09d";
}
.fa-credit-card-alt::before {
content: "\f09d";
}
.fa-crop::before {
content: "\f125";
}
.fa-crop-simple::before {
content: "\f565";
}
.fa-crop-alt::before {
content: "\f565";
}
.fa-cross::before {
content: "\f654";
}
.fa-crosshairs::before {
content: "\f05b";
}
.fa-crow::before {
content: "\f520";
}
.fa-crown::before {
content: "\f521";
}
.fa-crutch::before {
content: "\f7f7";
}
.fa-cruzeiro-sign::before {
content: "\e152";
}
.fa-cube::before {
content: "\f1b2";
}
.fa-cubes::before {
content: "\f1b3";
}
.fa-cubes-stacked::before {
content: "\e4e6";
}
.fa-d::before {
content: "\44";
}
.fa-database::before {
content: "\f1c0";
}
.fa-delete-left::before {
content: "\f55a";
}
.fa-backspace::before {
content: "\f55a";
}
.fa-democrat::before {
content: "\f747";
}
.fa-desktop::before {
content: "\f390";
}
.fa-desktop-alt::before {
content: "\f390";
}
.fa-dharmachakra::before {
content: "\f655";
}
.fa-diagram-next::before {
content: "\e476";
}
.fa-diagram-predecessor::before {
content: "\e477";
}
.fa-diagram-project::before {
content: "\f542";
}
.fa-project-diagram::before {
content: "\f542";
}
.fa-diagram-successor::before {
content: "\e47a";
}
.fa-diamond::before {
content: "\f219";
}
.fa-diamond-turn-right::before {
content: "\f5eb";
}
.fa-directions::before {
content: "\f5eb";
}
.fa-dice::before {
content: "\f522";
}
.fa-dice-d20::before {
content: "\f6cf";
}
.fa-dice-d6::before {
content: "\f6d1";
}
.fa-dice-five::before {
content: "\f523";
}
.fa-dice-four::before {
content: "\f524";
}
.fa-dice-one::before {
content: "\f525";
}
.fa-dice-six::before {
content: "\f526";
}
.fa-dice-three::before {
content: "\f527";
}
.fa-dice-two::before {
content: "\f528";
}
.fa-disease::before {
content: "\f7fa";
}
.fa-display::before {
content: "\e163";
}
.fa-divide::before {
content: "\f529";
}
.fa-dna::before {
content: "\f471";
}
.fa-dog::before {
content: "\f6d3";
}
.fa-dollar-sign::before {
content: "\24";
}
.fa-dollar::before {
content: "\24";
}
.fa-usd::before {
content: "\24";
}
.fa-dolly::before {
content: "\f472";
}
.fa-dolly-box::before {
content: "\f472";
}
.fa-dong-sign::before {
content: "\e169";
}
.fa-door-closed::before {
content: "\f52a";
}
.fa-door-open::before {
content: "\f52b";
}
.fa-dove::before {
content: "\f4ba";
}
.fa-down-left-and-up-right-to-center::before {
content: "\f422";
}
.fa-compress-alt::before {
content: "\f422";
}
.fa-down-long::before {
content: "\f309";
}
.fa-long-arrow-alt-down::before {
content: "\f309";
}
.fa-download::before {
content: "\f019";
}
.fa-dragon::before {
content: "\f6d5";
}
.fa-draw-polygon::before {
content: "\f5ee";
}
.fa-droplet::before {
content: "\f043";
}
.fa-tint::before {
content: "\f043";
}
.fa-droplet-slash::before {
content: "\f5c7";
}
.fa-tint-slash::before {
content: "\f5c7";
}
.fa-drum::before {
content: "\f569";
}
.fa-drum-steelpan::before {
content: "\f56a";
}
.fa-drumstick-bite::before {
content: "\f6d7";
}
.fa-dumbbell::before {
content: "\f44b";
}
.fa-dumpster::before {
content: "\f793";
}
.fa-dumpster-fire::before {
content: "\f794";
}
.fa-dungeon::before {
content: "\f6d9";
}
.fa-e::before {
content: "\45";
}
.fa-ear-deaf::before {
content: "\f2a4";
}
.fa-deaf::before {
content: "\f2a4";
}
.fa-deafness::before {
content: "\f2a4";
}
.fa-hard-of-hearing::before {
content: "\f2a4";
}
.fa-ear-listen::before {
content: "\f2a2";
}
.fa-assistive-listening-systems::before {
content: "\f2a2";
}
.fa-earth-africa::before {
content: "\f57c";
}
.fa-globe-africa::before {
content: "\f57c";
}
.fa-earth-americas::before {
content: "\f57d";
}
.fa-earth::before {
content: "\f57d";
}
.fa-earth-america::before {
content: "\f57d";
}
.fa-globe-americas::before {
content: "\f57d";
}
.fa-earth-asia::before {
content: "\f57e";
}
.fa-globe-asia::before {
content: "\f57e";
}
.fa-earth-europe::before {
content: "\f7a2";
}
.fa-globe-europe::before {
content: "\f7a2";
}
.fa-earth-oceania::before {
content: "\e47b";
}
.fa-globe-oceania::before {
content: "\e47b";
}
.fa-egg::before {
content: "\f7fb";
}
.fa-eject::before {
content: "\f052";
}
.fa-elevator::before {
content: "\e16d";
}
.fa-ellipsis::before {
content: "\f141";
}
.fa-ellipsis-h::before {
content: "\f141";
}
.fa-ellipsis-vertical::before {
content: "\f142";
}
.fa-ellipsis-v::before {
content: "\f142";
}
.fa-envelope::before {
content: "\f0e0";
}
.fa-envelope-circle-check::before {
content: "\e4e8";
}
.fa-envelope-open::before {
content: "\f2b6";
}
.fa-envelope-open-text::before {
content: "\f658";
}
.fa-envelopes-bulk::before {
content: "\f674";
}
.fa-mail-bulk::before {
content: "\f674";
}
.fa-equals::before {
content: "\3d";
}
.fa-eraser::before {
content: "\f12d";
}
.fa-ethernet::before {
content: "\f796";
}
.fa-euro-sign::before {
content: "\f153";
}
.fa-eur::before {
content: "\f153";
}
.fa-euro::before {
content: "\f153";
}
.fa-exclamation::before {
content: "\21";
}
.fa-expand::before {
content: "\f065";
}
.fa-explosion::before {
content: "\e4e9";
}
.fa-eye::before {
content: "\f06e";
}
.fa-eye-dropper::before {
content: "\f1fb";
}
.fa-eye-dropper-empty::before {
content: "\f1fb";
}
.fa-eyedropper::before {
content: "\f1fb";
}
.fa-eye-low-vision::before {
content: "\f2a8";
}
.fa-low-vision::before {
content: "\f2a8";
}
.fa-eye-slash::before {
content: "\f070";
}
.fa-f::before {
content: "\46";
}
.fa-face-angry::before {
content: "\f556";
}
.fa-angry::before {
content: "\f556";
}
.fa-face-dizzy::before {
content: "\f567";
}
.fa-dizzy::before {
content: "\f567";
}
.fa-face-flushed::before {
content: "\f579";
}
.fa-flushed::before {
content: "\f579";
}
.fa-face-frown::before {
content: "\f119";
}
.fa-frown::before {
content: "\f119";
}
.fa-face-frown-open::before {
content: "\f57a";
}
.fa-frown-open::before {
content: "\f57a";
}
.fa-face-grimace::before {
content: "\f57f";
}
.fa-grimace::before {
content: "\f57f";
}
.fa-face-grin::before {
content: "\f580";
}
.fa-grin::before {
content: "\f580";
}
.fa-face-grin-beam::before {
content: "\f582";
}
.fa-grin-beam::before {
content: "\f582";
}
.fa-face-grin-beam-sweat::before {
content: "\f583";
}
.fa-grin-beam-sweat::before {
content: "\f583";
}
.fa-face-grin-hearts::before {
content: "\f584";
}
.fa-grin-hearts::before {
content: "\f584";
}
.fa-face-grin-squint::before {
content: "\f585";
}
.fa-grin-squint::before {
content: "\f585";
}
.fa-face-grin-squint-tears::before {
content: "\f586";
}
.fa-grin-squint-tears::before {
content: "\f586";
}
.fa-face-grin-stars::before {
content: "\f587";
}
.fa-grin-stars::before {
content: "\f587";
}
.fa-face-grin-tears::before {
content: "\f588";
}
.fa-grin-tears::before {
content: "\f588";
}
.fa-face-grin-tongue::before {
content: "\f589";
}
.fa-grin-tongue::before {
content: "\f589";
}
.fa-face-grin-tongue-squint::before {
content: "\f58a";
}
.fa-grin-tongue-squint::before {
content: "\f58a";
}
.fa-face-grin-tongue-wink::before {
content: "\f58b";
}
.fa-grin-tongue-wink::before {
content: "\f58b";
}
.fa-face-grin-wide::before {
content: "\f581";
}
.fa-grin-alt::before {
content: "\f581";
}
.fa-face-grin-wink::before {
content: "\f58c";
}
.fa-grin-wink::before {
content: "\f58c";
}
.fa-face-kiss::before {
content: "\f596";
}
.fa-kiss::before {
content: "\f596";
}
.fa-face-kiss-beam::before {
content: "\f597";
}
.fa-kiss-beam::before {
content: "\f597";
}
.fa-face-kiss-wink-heart::before {
content: "\f598";
}
.fa-kiss-wink-heart::before {
content: "\f598";
}
.fa-face-laugh::before {
content: "\f599";
}
.fa-laugh::before {
content: "\f599";
}
.fa-face-laugh-beam::before {
content: "\f59a";
}
.fa-laugh-beam::before {
content: "\f59a";
}
.fa-face-laugh-squint::before {
content: "\f59b";
}
.fa-laugh-squint::before {
content: "\f59b";
}
.fa-face-laugh-wink::before {
content: "\f59c";
}
.fa-laugh-wink::before {
content: "\f59c";
}
.fa-face-meh::before {
content: "\f11a";
}
.fa-meh::before {
content: "\f11a";
}
.fa-face-meh-blank::before {
content: "\f5a4";
}
.fa-meh-blank::before {
content: "\f5a4";
}
.fa-face-rolling-eyes::before {
content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
content: "\f5a5";
}
.fa-face-sad-cry::before {
content: "\f5b3";
}
.fa-sad-cry::before {
content: "\f5b3";
}
.fa-face-sad-tear::before {
content: "\f5b4";
}
.fa-sad-tear::before {
content: "\f5b4";
}
.fa-face-smile::before {
content: "\f118";
}
.fa-smile::before {
content: "\f118";
}
.fa-face-smile-beam::before {
content: "\f5b8";
}
.fa-smile-beam::before {
content: "\f5b8";
}
.fa-face-smile-wink::before {
content: "\f4da";
}
.fa-smile-wink::before {
content: "\f4da";
}
.fa-face-surprise::before {
content: "\f5c2";
}
.fa-surprise::before {
content: "\f5c2";
}
.fa-face-tired::before {
content: "\f5c8";
}
.fa-tired::before {
content: "\f5c8";
}
.fa-fan::before {
content: "\f863";
}
.fa-faucet::before {
content: "\e005";
}
.fa-faucet-drip::before {
content: "\e006";
}
.fa-fax::before {
content: "\f1ac";
}
.fa-feather::before {
content: "\f52d";
}
.fa-feather-pointed::before {
content: "\f56b";
}
.fa-feather-alt::before {
content: "\f56b";
}
.fa-ferry::before {
content: "\e4ea";
}
.fa-file::before {
content: "\f15b";
}
.fa-file-arrow-down::before {
content: "\f56d";
}
.fa-file-download::before {
content: "\f56d";
}
.fa-file-arrow-up::before {
content: "\f574";
}
.fa-file-upload::before {
content: "\f574";
}
.fa-file-audio::before {
content: "\f1c7";
}
.fa-file-circle-check::before {
content: "\e493";
}
.fa-file-circle-exclamation::before {
content: "\e4eb";
}
.fa-file-circle-minus::before {
content: "\e4ed";
}
.fa-file-circle-plus::before {
content: "\e4ee";
}
.fa-file-circle-question::before {
content: "\e4ef";
}
.fa-file-circle-xmark::before {
content: "\e494";
}
.fa-file-code::before {
content: "\f1c9";
}
.fa-file-contract::before {
content: "\f56c";
}
.fa-file-csv::before {
content: "\f6dd";
}
.fa-file-excel::before {
content: "\f1c3";
}
.fa-file-export::before {
content: "\f56e";
}
.fa-arrow-right-from-file::before {
content: "\f56e";
}
.fa-file-image::before {
content: "\f1c5";
}
.fa-file-import::before {
content: "\f56f";
}
.fa-arrow-right-to-file::before {
content: "\f56f";
}
.fa-file-invoice::before {
content: "\f570";
}
.fa-file-invoice-dollar::before {
content: "\f571";
}
.fa-file-lines::before {
content: "\f15c";
}
.fa-file-alt::before {
content: "\f15c";
}
.fa-file-text::before {
content: "\f15c";
}
.fa-file-medical::before {
content: "\f477";
}
.fa-file-pdf::before {
content: "\f1c1";
}
.fa-file-pen::before {
content: "\f31c";
}
.fa-file-edit::before {
content: "\f31c";
}
.fa-file-powerpoint::before {
content: "\f1c4";
}
.fa-file-prescription::before {
content: "\f572";
}
.fa-file-shield::before {
content: "\e4f0";
}
.fa-file-signature::before {
content: "\f573";
}
.fa-file-video::before {
content: "\f1c8";
}
.fa-file-waveform::before {
content: "\f478";
}
.fa-file-medical-alt::before {
content: "\f478";
}
.fa-file-word::before {
content: "\f1c2";
}
.fa-file-zipper::before {
content: "\f1c6";
}
.fa-file-archive::before {
content: "\f1c6";
}
.fa-fill::before {
content: "\f575";
}
.fa-fill-drip::before {
content: "\f576";
}
.fa-film::before {
content: "\f008";
}
.fa-filter::before {
content: "\f0b0";
}
.fa-filter-circle-dollar::before {
content: "\f662";
}
.fa-funnel-dollar::before {
content: "\f662";
}
.fa-filter-circle-xmark::before {
content: "\e17b";
}
.fa-fingerprint::before {
content: "\f577";
}
.fa-fire::before {
content: "\f06d";
}
.fa-fire-burner::before {
content: "\e4f1";
}
.fa-fire-extinguisher::before {
content: "\f134";
}
.fa-fire-flame-curved::before {
content: "\f7e4";
}
.fa-fire-alt::before {
content: "\f7e4";
}
.fa-fire-flame-simple::before {
content: "\f46a";
}
.fa-burn::before {
content: "\f46a";
}
.fa-fish::before {
content: "\f578";
}
.fa-fish-fins::before {
content: "\e4f2";
}
.fa-flag::before {
content: "\f024";
}
.fa-flag-checkered::before {
content: "\f11e";
}
.fa-flag-usa::before {
content: "\f74d";
}
.fa-flask::before {
content: "\f0c3";
}
.fa-flask-vial::before {
content: "\e4f3";
}
.fa-floppy-disk::before {
content: "\f0c7";
}
.fa-save::before {
content: "\f0c7";
}
.fa-florin-sign::before {
content: "\e184";
}
.fa-folder::before {
content: "\f07b";
}
.fa-folder-blank::before {
content: "\f07b";
}
.fa-folder-closed::before {
content: "\e185";
}
.fa-folder-minus::before {
content: "\f65d";
}
.fa-folder-open::before {
content: "\f07c";
}
.fa-folder-plus::before {
content: "\f65e";
}
.fa-folder-tree::before {
content: "\f802";
}
.fa-font::before {
content: "\f031";
}
.fa-football::before {
content: "\f44e";
}
.fa-football-ball::before {
content: "\f44e";
}
.fa-forward::before {
content: "\f04e";
}
.fa-forward-fast::before {
content: "\f050";
}
.fa-fast-forward::before {
content: "\f050";
}
.fa-forward-step::before {
content: "\f051";
}
.fa-step-forward::before {
content: "\f051";
}
.fa-franc-sign::before {
content: "\e18f";
}
.fa-frog::before {
content: "\f52e";
}
.fa-futbol::before {
content: "\f1e3";
}
.fa-futbol-ball::before {
content: "\f1e3";
}
.fa-soccer-ball::before {
content: "\f1e3";
}
.fa-g::before {
content: "\47";
}
.fa-gamepad::before {
content: "\f11b";
}
.fa-gas-pump::before {
content: "\f52f";
}
.fa-gauge::before {
content: "\f624";
}
.fa-dashboard::before {
content: "\f624";
}
.fa-gauge-med::before {
content: "\f624";
}
.fa-tachometer-alt-average::before {
content: "\f624";
}
.fa-gauge-high::before {
content: "\f625";
}
.fa-tachometer-alt::before {
content: "\f625";
}
.fa-tachometer-alt-fast::before {
content: "\f625";
}
.fa-gauge-simple::before {
content: "\f629";
}
.fa-gauge-simple-med::before {
content: "\f629";
}
.fa-tachometer-average::before {
content: "\f629";
}
.fa-gauge-simple-high::before {
content: "\f62a";
}
.fa-tachometer::before {
content: "\f62a";
}
.fa-tachometer-fast::before {
content: "\f62a";
}
.fa-gavel::before {
content: "\f0e3";
}
.fa-legal::before {
content: "\f0e3";
}
.fa-gear::before {
content: "\f013";
}
.fa-cog::before {
content: "\f013";
}
.fa-gears::before {
content: "\f085";
}
.fa-cogs::before {
content: "\f085";
}
.fa-gem::before {
content: "\f3a5";
}
.fa-genderless::before {
content: "\f22d";
}
.fa-ghost::before {
content: "\f6e2";
}
.fa-gift::before {
content: "\f06b";
}
.fa-gifts::before {
content: "\f79c";
}
.fa-glass-water::before {
content: "\e4f4";
}
.fa-glass-water-droplet::before {
content: "\e4f5";
}
.fa-glasses::before {
content: "\f530";
}
.fa-globe::before {
content: "\f0ac";
}
.fa-golf-ball-tee::before {
content: "\f450";
}
.fa-golf-ball::before {
content: "\f450";
}
.fa-gopuram::before {
content: "\f664";
}
.fa-graduation-cap::before {
content: "\f19d";
}
.fa-mortar-board::before {
content: "\f19d";
}
.fa-greater-than::before {
content: "\3e";
}
.fa-greater-than-equal::before {
content: "\f532";
}
.fa-grip::before {
content: "\f58d";
}
.fa-grip-horizontal::before {
content: "\f58d";
}
.fa-grip-lines::before {
content: "\f7a4";
}
.fa-grip-lines-vertical::before {
content: "\f7a5";
}
.fa-grip-vertical::before {
content: "\f58e";
}
.fa-group-arrows-rotate::before {
content: "\e4f6";
}
.fa-guarani-sign::before {
content: "\e19a";
}
.fa-guitar::before {
content: "\f7a6";
}
.fa-gun::before {
content: "\e19b";
}
.fa-h::before {
content: "\48";
}
.fa-hammer::before {
content: "\f6e3";
}
.fa-hamsa::before {
content: "\f665";
}
.fa-hand::before {
content: "\f256";
}
.fa-hand-paper::before {
content: "\f256";
}
.fa-hand-back-fist::before {
content: "\f255";
}
.fa-hand-rock::before {
content: "\f255";
}
.fa-hand-dots::before {
content: "\f461";
}
.fa-allergies::before {
content: "\f461";
}
.fa-hand-fist::before {
content: "\f6de";
}
.fa-fist-raised::before {
content: "\f6de";
}
.fa-hand-holding::before {
content: "\f4bd";
}
.fa-hand-holding-dollar::before {
content: "\f4c0";
}
.fa-hand-holding-usd::before {
content: "\f4c0";
}
.fa-hand-holding-droplet::before {
content: "\f4c1";
}
.fa-hand-holding-water::before {
content: "\f4c1";
}
.fa-hand-holding-hand::before {
content: "\e4f7";
}
.fa-hand-holding-heart::before {
content: "\f4be";
}
.fa-hand-holding-medical::before {
content: "\e05c";
}
.fa-hand-lizard::before {
content: "\f258";
}
.fa-hand-middle-finger::before {
content: "\f806";
}
.fa-hand-peace::before {
content: "\f25b";
}
.fa-hand-point-down::before {
content: "\f0a7";
}
.fa-hand-point-left::before {
content: "\f0a5";
}
.fa-hand-point-right::before {
content: "\f0a4";
}
.fa-hand-point-up::before {
content: "\f0a6";
}
.fa-hand-pointer::before {
content: "\f25a";
}
.fa-hand-scissors::before {
content: "\f257";
}
.fa-hand-sparkles::before {
content: "\e05d";
}
.fa-hand-spock::before {
content: "\f259";
}
.fa-handcuffs::before {
content: "\e4f8";
}
.fa-hands::before {
content: "\f2a7";
}
.fa-sign-language::before {
content: "\f2a7";
}
.fa-signing::before {
content: "\f2a7";
}
.fa-hands-asl-interpreting::before {
content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
content: "\f2a3";
}
.fa-asl-interpreting::before {
content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3";
}
.fa-hands-bound::before {
content: "\e4f9";
}
.fa-hands-bubbles::before {
content: "\e05e";
}
.fa-hands-wash::before {
content: "\e05e";
}
.fa-hands-clapping::before {
content: "\e1a8";
}
.fa-hands-holding::before {
content: "\f4c2";
}
.fa-hands-holding-child::before {
content: "\e4fa";
}
.fa-hands-holding-circle::before {
content: "\e4fb";
}
.fa-hands-praying::before {
content: "\f684";
}
.fa-praying-hands::before {
content: "\f684";
}
.fa-handshake::before {
content: "\f2b5";
}
.fa-handshake-angle::before {
content: "\f4c4";
}
.fa-hands-helping::before {
content: "\f4c4";
}
.fa-handshake-simple::before {
content: "\f4c6";
}
.fa-handshake-alt::before {
content: "\f4c6";
}
.fa-handshake-simple-slash::before {
content: "\e05f";
}
.fa-handshake-alt-slash::before {
content: "\e05f";
}
.fa-handshake-slash::before {
content: "\e060";
}
.fa-hanukiah::before {
content: "\f6e6";
}
.fa-hard-drive::before {
content: "\f0a0";
}
.fa-hdd::before {
content: "\f0a0";
}
.fa-hashtag::before {
content: "\23";
}
.fa-hat-cowboy::before {
content: "\f8c0";
}
.fa-hat-cowboy-side::before {
content: "\f8c1";
}
.fa-hat-wizard::before {
content: "\f6e8";
}
.fa-head-side-cough::before {
content: "\e061";
}
.fa-head-side-cough-slash::before {
content: "\e062";
}
.fa-head-side-mask::before {
content: "\e063";
}
.fa-head-side-virus::before {
content: "\e064";
}
.fa-heading::before {
content: "\f1dc";
}
.fa-header::before {
content: "\f1dc";
}
.fa-headphones::before {
content: "\f025";
}
.fa-headphones-simple::before {
content: "\f58f";
}
.fa-headphones-alt::before {
content: "\f58f";
}
.fa-headset::before {
content: "\f590";
}
.fa-heart::before {
content: "\f004";
}
.fa-heart-circle-bolt::before {
content: "\e4fc";
}
.fa-heart-circle-check::before {
content: "\e4fd";
}
.fa-heart-circle-exclamation::before {
content: "\e4fe";
}
.fa-heart-circle-minus::before {
content: "\e4ff";
}
.fa-heart-circle-plus::before {
content: "\e500";
}
.fa-heart-circle-xmark::before {
content: "\e501";
}
.fa-heart-crack::before {
content: "\f7a9";
}
.fa-heart-broken::before {
content: "\f7a9";
}
.fa-heart-pulse::before {
content: "\f21e";
}
.fa-heartbeat::before {
content: "\f21e";
}
.fa-helicopter::before {
content: "\f533";
}
.fa-helicopter-symbol::before {
content: "\e502";
}
.fa-helmet-safety::before {
content: "\f807";
}
.fa-hard-hat::before {
content: "\f807";
}
.fa-hat-hard::before {
content: "\f807";
}
.fa-helmet-un::before {
content: "\e503";
}
.fa-highlighter::before {
content: "\f591";
}
.fa-hill-avalanche::before {
content: "\e507";
}
.fa-hill-rockslide::before {
content: "\e508";
}
.fa-hippo::before {
content: "\f6ed";
}
.fa-hockey-puck::before {
content: "\f453";
}
.fa-holly-berry::before {
content: "\f7aa";
}
.fa-horse::before {
content: "\f6f0";
}
.fa-horse-head::before {
content: "\f7ab";
}
.fa-hospital::before {
content: "\f0f8";
}
.fa-hospital-alt::before {
content: "\f0f8";
}
.fa-hospital-wide::before {
content: "\f0f8";
}
.fa-hospital-user::before {
content: "\f80d";
}
.fa-hot-tub-person::before {
content: "\f593";
}
.fa-hot-tub::before {
content: "\f593";
}
.fa-hotdog::before {
content: "\f80f";
}
.fa-hotel::before {
content: "\f594";
}
.fa-hourglass::before {
content: "\f254";
}
.fa-hourglass-2::before {
content: "\f254";
}
.fa-hourglass-half::before {
content: "\f254";
}
.fa-hourglass-empty::before {
content: "\f252";
}
.fa-hourglass-end::before {
content: "\f253";
}
.fa-hourglass-3::before {
content: "\f253";
}
.fa-hourglass-start::before {
content: "\f251";
}
.fa-hourglass-1::before {
content: "\f251";
}
.fa-house::before {
content: "\f015";
}
.fa-home::before {
content: "\f015";
}
.fa-home-alt::before {
content: "\f015";
}
.fa-home-lg-alt::before {
content: "\f015";
}
.fa-house-chimney::before {
content: "\e3af";
}
.fa-home-lg::before {
content: "\e3af";
}
.fa-house-chimney-crack::before {
content: "\f6f1";
}
.fa-house-damage::before {
content: "\f6f1";
}
.fa-house-chimney-medical::before {
content: "\f7f2";
}
.fa-clinic-medical::before {
content: "\f7f2";
}
.fa-house-chimney-user::before {
content: "\e065";
}
.fa-house-chimney-window::before {
content: "\e00d";
}
.fa-house-circle-check::before {
content: "\e509";
}
.fa-house-circle-exclamation::before {
content: "\e50a";
}
.fa-house-circle-xmark::before {
content: "\e50b";
}
.fa-house-crack::before {
content: "\e3b1";
}
.fa-house-fire::before {
content: "\e50c";
}
.fa-house-flag::before {
content: "\e50d";
}
.fa-house-flood-water::before {
content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f";
}
.fa-house-laptop::before {
content: "\e066";
}
.fa-laptop-house::before {
content: "\e066";
}
.fa-house-lock::before {
content: "\e510";
}
.fa-house-medical::before {
content: "\e3b2";
}
.fa-house-medical-circle-check::before {
content: "\e511";
}
.fa-house-medical-circle-exclamation::before {
content: "\e512";
}
.fa-house-medical-circle-xmark::before {
content: "\e513";
}
.fa-house-medical-flag::before {
content: "\e514";
}
.fa-house-signal::before {
content: "\e012";
}
.fa-house-tsunami::before {
content: "\e515";
}
.fa-house-user::before {
content: "\e1b0";
}
.fa-home-user::before {
content: "\e1b0";
}
.fa-hryvnia-sign::before {
content: "\f6f2";
}
.fa-hryvnia::before {
content: "\f6f2";
}
.fa-hurricane::before {
content: "\f751";
}
.fa-i::before {
content: "\49";
}
.fa-i-cursor::before {
content: "\f246";
}
.fa-ice-cream::before {
content: "\f810";
}
.fa-icicles::before {
content: "\f7ad";
}
.fa-icons::before {
content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
content: "\f86d";
}
.fa-id-badge::before {
content: "\f2c1";
}
.fa-id-card::before {
content: "\f2c2";
}
.fa-drivers-license::before {
content: "\f2c2";
}
.fa-id-card-clip::before {
content: "\f47f";
}
.fa-id-card-alt::before {
content: "\f47f";
}
.fa-igloo::before {
content: "\f7ae";
}
.fa-image::before {
content: "\f03e";
}
.fa-image-portrait::before {
content: "\f3e0";
}
.fa-portrait::before {
content: "\f3e0";
}
.fa-images::before {
content: "\f302";
}
.fa-inbox::before {
content: "\f01c";
}
.fa-indent::before {
content: "\f03c";
}
.fa-indian-rupee-sign::before {
content: "\e1bc";
}
.fa-indian-rupee::before {
content: "\e1bc";
}
.fa-inr::before {
content: "\e1bc";
}
.fa-industry::before {
content: "\f275";
}
.fa-infinity::before {
content: "\f534";
}
.fa-info::before {
content: "\f129";
}
.fa-italic::before {
content: "\f033";
}
.fa-j::before {
content: "\4a";
}
.fa-jar::before {
content: "\e516";
}
.fa-jar-wheat::before {
content: "\e517";
}
.fa-jedi::before {
content: "\f669";
}
.fa-jet-fighter::before {
content: "\f0fb";
}
.fa-fighter-jet::before {
content: "\f0fb";
}
.fa-jet-fighter-up::before {
content: "\e518";
}
.fa-joint::before {
content: "\f595";
}
.fa-jug-detergent::before {
content: "\e519";
}
.fa-k::before {
content: "\4b";
}
.fa-kaaba::before {
content: "\f66b";
}
.fa-key::before {
content: "\f084";
}
.fa-keyboard::before {
content: "\f11c";
}
.fa-khanda::before {
content: "\f66d";
}
.fa-kip-sign::before {
content: "\e1c4";
}
.fa-kit-medical::before {
content: "\f479";
}
.fa-first-aid::before {
content: "\f479";
}
.fa-kitchen-set::before {
content: "\e51a";
}
.fa-kiwi-bird::before {
content: "\f535";
}
.fa-l::before {
content: "\4c";
}
.fa-land-mine-on::before {
content: "\e51b";
}
.fa-landmark::before {
content: "\f66f";
}
.fa-landmark-dome::before {
content: "\f752";
}
.fa-landmark-alt::before {
content: "\f752";
}
.fa-landmark-flag::before {
content: "\e51c";
}
.fa-language::before {
content: "\f1ab";
}
.fa-laptop::before {
content: "\f109";
}
.fa-laptop-code::before {
content: "\f5fc";
}
.fa-laptop-file::before {
content: "\e51d";
}
.fa-laptop-medical::before {
content: "\f812";
}
.fa-lari-sign::before {
content: "\e1c8";
}
.fa-layer-group::before {
content: "\f5fd";
}
.fa-leaf::before {
content: "\f06c";
}
.fa-left-long::before {
content: "\f30a";
}
.fa-long-arrow-alt-left::before {
content: "\f30a";
}
.fa-left-right::before {
content: "\f337";
}
.fa-arrows-alt-h::before {
content: "\f337";
}
.fa-lemon::before {
content: "\f094";
}
.fa-less-than::before {
content: "\3c";
}
.fa-less-than-equal::before {
content: "\f537";
}
.fa-life-ring::before {
content: "\f1cd";
}
.fa-lightbulb::before {
content: "\f0eb";
}
.fa-lines-leaning::before {
content: "\e51e";
}
.fa-link::before {
content: "\f0c1";
}
.fa-chain::before {
content: "\f0c1";
}
.fa-link-slash::before {
content: "\f127";
}
.fa-chain-broken::before {
content: "\f127";
}
.fa-chain-slash::before {
content: "\f127";
}
.fa-unlink::before {
content: "\f127";
}
.fa-lira-sign::before {
content: "\f195";
}
.fa-list::before {
content: "\f03a";
}
.fa-list-squares::before {
content: "\f03a";
}
.fa-list-check::before {
content: "\f0ae";
}
.fa-tasks::before {
content: "\f0ae";
}
.fa-list-ol::before {
content: "\f0cb";
}
.fa-list-1-2::before {
content: "\f0cb";
}
.fa-list-numeric::before {
content: "\f0cb";
}
.fa-list-ul::before {
content: "\f0ca";
}
.fa-list-dots::before {
content: "\f0ca";
}
.fa-litecoin-sign::before {
content: "\e1d3";
}
.fa-location-arrow::before {
content: "\f124";
}
.fa-location-crosshairs::before {
content: "\f601";
}
.fa-location::before {
content: "\f601";
}
.fa-location-dot::before {
content: "\f3c5";
}
.fa-map-marker-alt::before {
content: "\f3c5";
}
.fa-location-pin::before {
content: "\f041";
}
.fa-map-marker::before {
content: "\f041";
}
.fa-location-pin-lock::before {
content: "\e51f";
}
.fa-lock::before {
content: "\f023";
}
.fa-lock-open::before {
content: "\f3c1";
}
.fa-locust::before {
content: "\e520";
}
.fa-lungs::before {
content: "\f604";
}
.fa-lungs-virus::before {
content: "\e067";
}
.fa-m::before {
content: "\4d";
}
.fa-magnet::before {
content: "\f076";
}
.fa-magnifying-glass::before {
content: "\f002";
}
.fa-search::before {
content: "\f002";
}
.fa-magnifying-glass-arrow-right::before {
content: "\e521";
}
.fa-magnifying-glass-chart::before {
content: "\e522";
}
.fa-magnifying-glass-dollar::before {
content: "\f688";
}
.fa-search-dollar::before {
content: "\f688";
}
.fa-magnifying-glass-location::before {
content: "\f689";
}
.fa-search-location::before {
content: "\f689";
}
.fa-magnifying-glass-minus::before {
content: "\f010";
}
.fa-search-minus::before {
content: "\f010";
}
.fa-magnifying-glass-plus::before {
content: "\f00e";
}
.fa-search-plus::before {
content: "\f00e";
}
.fa-manat-sign::before {
content: "\e1d5";
}
.fa-map::before {
content: "\f279";
}
.fa-map-location::before {
content: "\f59f";
}
.fa-map-marked::before {
content: "\f59f";
}
.fa-map-location-dot::before {
content: "\f5a0";
}
.fa-map-marked-alt::before {
content: "\f5a0";
}
.fa-map-pin::before {
content: "\f276";
}
.fa-marker::before {
content: "\f5a1";
}
.fa-mars::before {
content: "\f222";
}
.fa-mars-and-venus::before {
content: "\f224";
}
.fa-mars-and-venus-burst::before {
content: "\e523";
}
.fa-mars-double::before {
content: "\f227";
}
.fa-mars-stroke::before {
content: "\f229";
}
.fa-mars-stroke-right::before {
content: "\f22b";
}
.fa-mars-stroke-h::before {
content: "\f22b";
}
.fa-mars-stroke-up::before {
content: "\f22a";
}
.fa-mars-stroke-v::before {
content: "\f22a";
}
.fa-martini-glass::before {
content: "\f57b";
}
.fa-glass-martini-alt::before {
content: "\f57b";
}
.fa-martini-glass-citrus::before {
content: "\f561";
}
.fa-cocktail::before {
content: "\f561";
}
.fa-martini-glass-empty::before {
content: "\f000";
}
.fa-glass-martini::before {
content: "\f000";
}
.fa-mask::before {
content: "\f6fa";
}
.fa-mask-face::before {
content: "\e1d7";
}
.fa-mask-ventilator::before {
content: "\e524";
}
.fa-masks-theater::before {
content: "\f630";
}
.fa-theater-masks::before {
content: "\f630";
}
.fa-mattress-pillow::before {
content: "\e525";
}
.fa-maximize::before {
content: "\f31e";
}
.fa-expand-arrows-alt::before {
content: "\f31e";
}
.fa-medal::before {
content: "\f5a2";
}
.fa-memory::before {
content: "\f538";
}
.fa-menorah::before {
content: "\f676";
}
.fa-mercury::before {
content: "\f223";
}
.fa-message::before {
content: "\f27a";
}
.fa-comment-alt::before {
content: "\f27a";
}
.fa-meteor::before {
content: "\f753";
}
.fa-microchip::before {
content: "\f2db";
}
.fa-microphone::before {
content: "\f130";
}
.fa-microphone-lines::before {
content: "\f3c9";
}
.fa-microphone-alt::before {
content: "\f3c9";
}
.fa-microphone-lines-slash::before {
content: "\f539";
}
.fa-microphone-alt-slash::before {
content: "\f539";
}
.fa-microphone-slash::before {
content: "\f131";
}
.fa-microscope::before {
content: "\f610";
}
.fa-mill-sign::before {
content: "\e1ed";
}
.fa-minimize::before {
content: "\f78c";
}
.fa-compress-arrows-alt::before {
content: "\f78c";
}
.fa-minus::before {
content: "\f068";
}
.fa-subtract::before {
content: "\f068";
}
.fa-mitten::before {
content: "\f7b5";
}
.fa-mobile::before {
content: "\f3ce";
}
.fa-mobile-android::before {
content: "\f3ce";
}
.fa-mobile-phone::before {
content: "\f3ce";
}
.fa-mobile-button::before {
content: "\f10b";
}
.fa-mobile-retro::before {
content: "\e527";
}
.fa-mobile-screen::before {
content: "\f3cf";
}
.fa-mobile-android-alt::before {
content: "\f3cf";
}
.fa-mobile-screen-button::before {
content: "\f3cd";
}
.fa-mobile-alt::before {
content: "\f3cd";
}
.fa-money-bill::before {
content: "\f0d6";
}
.fa-money-bill-1::before {
content: "\f3d1";
}
.fa-money-bill-alt::before {
content: "\f3d1";
}
.fa-money-bill-1-wave::before {
content: "\f53b";
}
.fa-money-bill-wave-alt::before {
content: "\f53b";
}
.fa-money-bill-transfer::before {
content: "\e528";
}
.fa-money-bill-trend-up::before {
content: "\e529";
}
.fa-money-bill-wave::before {
content: "\f53a";
}
.fa-money-bill-wheat::before {
content: "\e52a";
}
.fa-money-bills::before {
content: "\e1f3";
}
.fa-money-check::before {
content: "\f53c";
}
.fa-money-check-dollar::before {
content: "\f53d";
}
.fa-money-check-alt::before {
content: "\f53d";
}
.fa-monument::before {
content: "\f5a6";
}
.fa-moon::before {
content: "\f186";
}
.fa-mortar-pestle::before {
content: "\f5a7";
}
.fa-mosque::before {
content: "\f678";
}
.fa-mosquito::before {
content: "\e52b";
}
.fa-mosquito-net::before {
content: "\e52c";
}
.fa-motorcycle::before {
content: "\f21c";
}
.fa-mound::before {
content: "\e52d";
}
.fa-mountain::before {
content: "\f6fc";
}
.fa-mountain-city::before {
content: "\e52e";
}
.fa-mountain-sun::before {
content: "\e52f";
}
.fa-mug-hot::before {
content: "\f7b6";
}
.fa-mug-saucer::before {
content: "\f0f4";
}
.fa-coffee::before {
content: "\f0f4";
}
.fa-music::before {
content: "\f001";
}
.fa-n::before {
content: "\4e";
}
.fa-naira-sign::before {
content: "\e1f6";
}
.fa-network-wired::before {
content: "\f6ff";
}
.fa-neuter::before {
content: "\f22c";
}
.fa-newspaper::before {
content: "\f1ea";
}
.fa-not-equal::before {
content: "\f53e";
}
.fa-note-sticky::before {
content: "\f249";
}
.fa-sticky-note::before {
content: "\f249";
}
.fa-notes-medical::before {
content: "\f481";
}
.fa-o::before {
content: "\4f";
}
.fa-object-group::before {
content: "\f247";
}
.fa-object-ungroup::before {
content: "\f248";
}
.fa-oil-can::before {
content: "\f613";
}
.fa-oil-well::before {
content: "\e532";
}
.fa-om::before {
content: "\f679";
}
.fa-otter::before {
content: "\f700";
}
.fa-outdent::before {
content: "\f03b";
}
.fa-dedent::before {
content: "\f03b";
}
.fa-p::before {
content: "\50";
}
.fa-pager::before {
content: "\f815";
}
.fa-paint-roller::before {
content: "\f5aa";
}
.fa-paintbrush::before {
content: "\f1fc";
}
.fa-paint-brush::before {
content: "\f1fc";
}
.fa-palette::before {
content: "\f53f";
}
.fa-pallet::before {
content: "\f482";
}
.fa-panorama::before {
content: "\e209";
}
.fa-paper-plane::before {
content: "\f1d8";
}
.fa-paperclip::before {
content: "\f0c6";
}
.fa-parachute-box::before {
content: "\f4cd";
}
.fa-paragraph::before {
content: "\f1dd";
}
.fa-passport::before {
content: "\f5ab";
}
.fa-paste::before {
content: "\f0ea";
}
.fa-file-clipboard::before {
content: "\f0ea";
}
.fa-pause::before {
content: "\f04c";
}
.fa-paw::before {
content: "\f1b0";
}
.fa-peace::before {
content: "\f67c";
}
.fa-pen::before {
content: "\f304";
}
.fa-pen-clip::before {
content: "\f305";
}
.fa-pen-alt::before {
content: "\f305";
}
.fa-pen-fancy::before {
content: "\f5ac";
}
.fa-pen-nib::before {
content: "\f5ad";
}
.fa-pen-ruler::before {
content: "\f5ae";
}
.fa-pencil-ruler::before {
content: "\f5ae";
}
.fa-pen-to-square::before {
content: "\f044";
}
.fa-edit::before {
content: "\f044";
}
.fa-pencil::before {
content: "\f303";
}
.fa-pencil-alt::before {
content: "\f303";
}
.fa-people-arrows-left-right::before {
content: "\e068";
}
.fa-people-arrows::before {
content: "\e068";
}
.fa-people-carry-box::before {
content: "\f4ce";
}
.fa-people-carry::before {
content: "\f4ce";
}
.fa-people-group::before {
content: "\e533";
}
.fa-people-line::before {
content: "\e534";
}
.fa-people-pulling::before {
content: "\e535";
}
.fa-people-robbery::before {
content: "\e536";
}
.fa-people-roof::before {
content: "\e537";
}
.fa-pepper-hot::before {
content: "\f816";
}
.fa-percent::before {
content: "\25";
}
.fa-percentage::before {
content: "\25";
}
.fa-person::before {
content: "\f183";
}
.fa-male::before {
content: "\f183";
}
.fa-person-arrow-down-to-line::before {
content: "\e538";
}
.fa-person-arrow-up-from-line::before {
content: "\e539";
}
.fa-person-biking::before {
content: "\f84a";
}
.fa-biking::before {
content: "\f84a";
}
.fa-person-booth::before {
content: "\f756";
}
.fa-person-breastfeeding::before {
content: "\e53a";
}
.fa-person-burst::before {
content: "\e53b";
}
.fa-person-cane::before {
content: "\e53c";
}
.fa-person-chalkboard::before {
content: "\e53d";
}
.fa-person-circle-check::before {
content: "\e53e";
}
.fa-person-circle-exclamation::before {
content: "\e53f";
}
.fa-person-circle-minus::before {
content: "\e540";
}
.fa-person-circle-plus::before {
content: "\e541";
}
.fa-person-circle-question::before {
content: "\e542";
}
.fa-person-circle-xmark::before {
content: "\e543";
}
.fa-person-digging::before {
content: "\f85e";
}
.fa-digging::before {
content: "\f85e";
}
.fa-person-dots-from-line::before {
content: "\f470";
}
.fa-diagnoses::before {
content: "\f470";
}
.fa-person-dress::before {
content: "\f182";
}
.fa-female::before {
content: "\f182";
}
.fa-person-dress-burst::before {
content: "\e544";
}
.fa-person-drowning::before {
content: "\e545";
}
.fa-person-falling::before {
content: "\e546";
}
.fa-person-falling-burst::before {
content: "\e547";
}
.fa-person-half-dress::before {
content: "\e548";
}
.fa-person-harassing::before {
content: "\e549";
}
.fa-person-hiking::before {
content: "\f6ec";
}
.fa-hiking::before {
content: "\f6ec";
}
.fa-person-military-pointing::before {
content: "\e54a";
}
.fa-person-military-rifle::before {
content: "\e54b";
}
.fa-person-military-to-person::before {
content: "\e54c";
}
.fa-person-praying::before {
content: "\f683";
}
.fa-pray::before {
content: "\f683";
}
.fa-person-pregnant::before {
content: "\e31e";
}
.fa-person-rays::before {
content: "\e54d";
}
.fa-person-rifle::before {
content: "\e54e";
}
.fa-person-running::before {
content: "\f70c";
}
.fa-running::before {
content: "\f70c";
}
.fa-person-shelter::before {
content: "\e54f";
}
.fa-person-skating::before {
content: "\f7c5";
}
.fa-skating::before {
content: "\f7c5";
}
.fa-person-skiing::before {
content: "\f7c9";
}
.fa-skiing::before {
content: "\f7c9";
}
.fa-person-skiing-nordic::before {
content: "\f7ca";
}
.fa-skiing-nordic::before {
content: "\f7ca";
}
.fa-person-snowboarding::before {
content: "\f7ce";
}
.fa-snowboarding::before {
content: "\f7ce";
}
.fa-person-swimming::before {
content: "\f5c4";
}
.fa-swimmer::before {
content: "\f5c4";
}
.fa-person-through-window::before {
content: "\e433";
}
.fa-person-walking::before {
content: "\f554";
}
.fa-walking::before {
content: "\f554";
}
.fa-person-walking-arrow-loop-left::before {
content: "\e551";
}
.fa-person-walking-arrow-right::before {
content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553";
}
.fa-person-walking-luggage::before {
content: "\e554";
}
.fa-person-walking-with-cane::before {
content: "\f29d";
}
.fa-blind::before {
content: "\f29d";
}
.fa-peseta-sign::before {
content: "\e221";
}
.fa-peso-sign::before {
content: "\e222";
}
.fa-phone::before {
content: "\f095";
}
.fa-phone-flip::before {
content: "\f879";
}
.fa-phone-alt::before {
content: "\f879";
}
.fa-phone-slash::before {
content: "\f3dd";
}
.fa-phone-volume::before {
content: "\f2a0";
}
.fa-volume-control-phone::before {
content: "\f2a0";
}
.fa-photo-film::before {
content: "\f87c";
}
.fa-photo-video::before {
content: "\f87c";
}
.fa-piggy-bank::before {
content: "\f4d3";
}
.fa-pills::before {
content: "\f484";
}
.fa-pizza-slice::before {
content: "\f818";
}
.fa-place-of-worship::before {
content: "\f67f";
}
.fa-plane::before {
content: "\f072";
}
.fa-plane-arrival::before {
content: "\f5af";
}
.fa-plane-circle-check::before {
content: "\e555";
}
.fa-plane-circle-exclamation::before {
content: "\e556";
}
.fa-plane-circle-xmark::before {
content: "\e557";
}
.fa-plane-departure::before {
content: "\f5b0";
}
.fa-plane-lock::before {
content: "\e558";
}
.fa-plane-slash::before {
content: "\e069";
}
.fa-plane-up::before {
content: "\e22d";
}
.fa-plant-wilt::before {
content: "\e43b";
}
.fa-plate-wheat::before {
content: "\e55a";
}
.fa-play::before {
content: "\f04b";
}
.fa-plug::before {
content: "\f1e6";
}
.fa-plug-circle-bolt::before {
content: "\e55b";
}
.fa-plug-circle-check::before {
content: "\e55c";
}
.fa-plug-circle-exclamation::before {
content: "\e55d";
}
.fa-plug-circle-minus::before {
content: "\e55e";
}
.fa-plug-circle-plus::before {
content: "\e55f";
}
.fa-plug-circle-xmark::before {
content: "\e560";
}
.fa-plus::before {
content: "\2b";
}
.fa-add::before {
content: "\2b";
}
.fa-plus-minus::before {
content: "\e43c";
}
.fa-podcast::before {
content: "\f2ce";
}
.fa-poo::before {
content: "\f2fe";
}
.fa-poo-storm::before {
content: "\f75a";
}
.fa-poo-bolt::before {
content: "\f75a";
}
.fa-poop::before {
content: "\f619";
}
.fa-power-off::before {
content: "\f011";
}
.fa-prescription::before {
content: "\f5b1";
}
.fa-prescription-bottle::before {
content: "\f485";
}
.fa-prescription-bottle-medical::before {
content: "\f486";
}
.fa-prescription-bottle-alt::before {
content: "\f486";
}
.fa-print::before {
content: "\f02f";
}
.fa-pump-medical::before {
content: "\e06a";
}
.fa-pump-soap::before {
content: "\e06b";
}
.fa-puzzle-piece::before {
content: "\f12e";
}
.fa-q::before {
content: "\51";
}
.fa-qrcode::before {
content: "\f029";
}
.fa-question::before {
content: "\3f";
}
.fa-quote-left::before {
content: "\f10d";
}
.fa-quote-left-alt::before {
content: "\f10d";
}
.fa-quote-right::before {
content: "\f10e";
}
.fa-quote-right-alt::before {
content: "\f10e";
}
.fa-r::before {
content: "\52";
}
.fa-radiation::before {
content: "\f7b9";
}
.fa-radio::before {
content: "\f8d7";
}
.fa-rainbow::before {
content: "\f75b";
}
.fa-ranking-star::before {
content: "\e561";
}
.fa-receipt::before {
content: "\f543";
}
.fa-record-vinyl::before {
content: "\f8d9";
}
.fa-rectangle-ad::before {
content: "\f641";
}
.fa-ad::before {
content: "\f641";
}
.fa-rectangle-list::before {
content: "\f022";
}
.fa-list-alt::before {
content: "\f022";
}
.fa-rectangle-xmark::before {
content: "\f410";
}
.fa-rectangle-times::before {
content: "\f410";
}
.fa-times-rectangle::before {
content: "\f410";
}
.fa-window-close::before {
content: "\f410";
}
.fa-recycle::before {
content: "\f1b8";
}
.fa-registered::before {
content: "\f25d";
}
.fa-repeat::before {
content: "\f363";
}
.fa-reply::before {
content: "\f3e5";
}
.fa-mail-reply::before {
content: "\f3e5";
}
.fa-reply-all::before {
content: "\f122";
}
.fa-mail-reply-all::before {
content: "\f122";
}
.fa-republican::before {
content: "\f75e";
}
.fa-restroom::before {
content: "\f7bd";
}
.fa-retweet::before {
content: "\f079";
}
.fa-ribbon::before {
content: "\f4d6";
}
.fa-right-from-bracket::before {
content: "\f2f5";
}
.fa-sign-out-alt::before {
content: "\f2f5";
}
.fa-right-left::before {
content: "\f362";
}
.fa-exchange-alt::before {
content: "\f362";
}
.fa-right-long::before {
content: "\f30b";
}
.fa-long-arrow-alt-right::before {
content: "\f30b";
}
.fa-right-to-bracket::before {
content: "\f2f6";
}
.fa-sign-in-alt::before {
content: "\f2f6";
}
.fa-ring::before {
content: "\f70b";
}
.fa-road::before {
content: "\f018";
}
.fa-road-barrier::before {
content: "\e562";
}
.fa-road-bridge::before {
content: "\e563";
}
.fa-road-circle-check::before {
content: "\e564";
}
.fa-road-circle-exclamation::before {
content: "\e565";
}
.fa-road-circle-xmark::before {
content: "\e566";
}
.fa-road-lock::before {
content: "\e567";
}
.fa-road-spikes::before {
content: "\e568";
}
.fa-robot::before {
content: "\f544";
}
.fa-rocket::before {
content: "\f135";
}
.fa-rotate::before {
content: "\f2f1";
}
.fa-sync-alt::before {
content: "\f2f1";
}
.fa-rotate-left::before {
content: "\f2ea";
}
.fa-rotate-back::before {
content: "\f2ea";
}
.fa-rotate-backward::before {
content: "\f2ea";
}
.fa-undo-alt::before {
content: "\f2ea";
}
.fa-rotate-right::before {
content: "\f2f9";
}
.fa-redo-alt::before {
content: "\f2f9";
}
.fa-rotate-forward::before {
content: "\f2f9";
}
.fa-route::before {
content: "\f4d7";
}
.fa-rss::before {
content: "\f09e";
}
.fa-feed::before {
content: "\f09e";
}
.fa-ruble-sign::before {
content: "\f158";
}
.fa-rouble::before {
content: "\f158";
}
.fa-rub::before {
content: "\f158";
}
.fa-ruble::before {
content: "\f158";
}
.fa-rug::before {
content: "\e569";
}
.fa-ruler::before {
content: "\f545";
}
.fa-ruler-combined::before {
content: "\f546";
}
.fa-ruler-horizontal::before {
content: "\f547";
}
.fa-ruler-vertical::before {
content: "\f548";
}
.fa-rupee-sign::before {
content: "\f156";
}
.fa-rupee::before {
content: "\f156";
}
.fa-rupiah-sign::before {
content: "\e23d";
}
.fa-s::before {
content: "\53";
}
.fa-sack-dollar::before {
content: "\f81d";
}
.fa-sack-xmark::before {
content: "\e56a";
}
.fa-sailboat::before {
content: "\e445";
}
.fa-satellite::before {
content: "\f7bf";
}
.fa-satellite-dish::before {
content: "\f7c0";
}
.fa-scale-balanced::before {
content: "\f24e";
}
.fa-balance-scale::before {
content: "\f24e";
}
.fa-scale-unbalanced::before {
content: "\f515";
}
.fa-balance-scale-left::before {
content: "\f515";
}
.fa-scale-unbalanced-flip::before {
content: "\f516";
}
.fa-balance-scale-right::before {
content: "\f516";
}
.fa-school::before {
content: "\f549";
}
.fa-school-circle-check::before {
content: "\e56b";
}
.fa-school-circle-exclamation::before {
content: "\e56c";
}
.fa-school-circle-xmark::before {
content: "\e56d";
}
.fa-school-flag::before {
content: "\e56e";
}
.fa-school-lock::before {
content: "\e56f";
}
.fa-scissors::before {
content: "\f0c4";
}
.fa-cut::before {
content: "\f0c4";
}
.fa-screwdriver::before {
content: "\f54a";
}
.fa-screwdriver-wrench::before {
content: "\f7d9";
}
.fa-tools::before {
content: "\f7d9";
}
.fa-scroll::before {
content: "\f70e";
}
.fa-scroll-torah::before {
content: "\f6a0";
}
.fa-torah::before {
content: "\f6a0";
}
.fa-sd-card::before {
content: "\f7c2";
}
.fa-section::before {
content: "\e447";
}
.fa-seedling::before {
content: "\f4d8";
}
.fa-sprout::before {
content: "\f4d8";
}
.fa-server::before {
content: "\f233";
}
.fa-shapes::before {
content: "\f61f";
}
.fa-triangle-circle-square::before {
content: "\f61f";
}
.fa-share::before {
content: "\f064";
}
.fa-arrow-turn-right::before {
content: "\f064";
}
.fa-mail-forward::before {
content: "\f064";
}
.fa-share-from-square::before {
content: "\f14d";
}
.fa-share-square::before {
content: "\f14d";
}
.fa-share-nodes::before {
content: "\f1e0";
}
.fa-share-alt::before {
content: "\f1e0";
}
.fa-sheet-plastic::before {
content: "\e571";
}
.fa-shekel-sign::before {
content: "\f20b";
}
.fa-ils::before {
content: "\f20b";
}
.fa-shekel::before {
content: "\f20b";
}
.fa-sheqel::before {
content: "\f20b";
}
.fa-sheqel-sign::before {
content: "\f20b";
}
.fa-shield::before {
content: "\f132";
}
.fa-shield-blank::before {
content: "\f132";
}
.fa-shield-cat::before {
content: "\e572";
}
.fa-shield-dog::before {
content: "\e573";
}
.fa-shield-halved::before {
content: "\f3ed";
}
.fa-shield-alt::before {
content: "\f3ed";
}
.fa-shield-heart::before {
content: "\e574";
}
.fa-shield-virus::before {
content: "\e06c";
}
.fa-ship::before {
content: "\f21a";
}
.fa-shirt::before {
content: "\f553";
}
.fa-t-shirt::before {
content: "\f553";
}
.fa-tshirt::before {
content: "\f553";
}
.fa-shoe-prints::before {
content: "\f54b";
}
.fa-shop::before {
content: "\f54f";
}
.fa-store-alt::before {
content: "\f54f";
}
.fa-shop-lock::before {
content: "\e4a5";
}
.fa-shop-slash::before {
content: "\e070";
}
.fa-store-alt-slash::before {
content: "\e070";
}
.fa-shower::before {
content: "\f2cc";
}
.fa-shrimp::before {
content: "\e448";
}
.fa-shuffle::before {
content: "\f074";
}
.fa-random::before {
content: "\f074";
}
.fa-shuttle-space::before {
content: "\f197";
}
.fa-space-shuttle::before {
content: "\f197";
}
.fa-sign-hanging::before {
content: "\f4d9";
}
.fa-sign::before {
content: "\f4d9";
}
.fa-signal::before {
content: "\f012";
}
.fa-signal-5::before {
content: "\f012";
}
.fa-signal-perfect::before {
content: "\f012";
}
.fa-signature::before {
content: "\f5b7";
}
.fa-signs-post::before {
content: "\f277";
}
.fa-map-signs::before {
content: "\f277";
}
.fa-sim-card::before {
content: "\f7c4";
}
.fa-sink::before {
content: "\e06d";
}
.fa-sitemap::before {
content: "\f0e8";
}
.fa-skull::before {
content: "\f54c";
}
.fa-skull-crossbones::before {
content: "\f714";
}
.fa-slash::before {
content: "\f715";
}
.fa-sleigh::before {
content: "\f7cc";
}
.fa-sliders::before {
content: "\f1de";
}
.fa-sliders-h::before {
content: "\f1de";
}
.fa-smog::before {
content: "\f75f";
}
.fa-smoking::before {
content: "\f48d";
}
.fa-snowflake::before {
content: "\f2dc";
}
.fa-snowman::before {
content: "\f7d0";
}
.fa-snowplow::before {
content: "\f7d2";
}
.fa-soap::before {
content: "\e06e";
}
.fa-socks::before {
content: "\f696";
}
.fa-solar-panel::before {
content: "\f5ba";
}
.fa-sort::before {
content: "\f0dc";
}
.fa-unsorted::before {
content: "\f0dc";
}
.fa-sort-down::before {
content: "\f0dd";
}
.fa-sort-desc::before {
content: "\f0dd";
}
.fa-sort-up::before {
content: "\f0de";
}
.fa-sort-asc::before {
content: "\f0de";
}
.fa-spa::before {
content: "\f5bb";
}
.fa-spaghetti-monster-flying::before {
content: "\f67b";
}
.fa-pastafarianism::before {
content: "\f67b";
}
.fa-spell-check::before {
content: "\f891";
}
.fa-spider::before {
content: "\f717";
}
.fa-spinner::before {
content: "\f110";
}
.fa-splotch::before {
content: "\f5bc";
}
.fa-spoon::before {
content: "\f2e5";
}
.fa-utensil-spoon::before {
content: "\f2e5";
}
.fa-spray-can::before {
content: "\f5bd";
}
.fa-spray-can-sparkles::before {
content: "\f5d0";
}
.fa-air-freshener::before {
content: "\f5d0";
}
.fa-square::before {
content: "\f0c8";
}
.fa-square-arrow-up-right::before {
content: "\f14c";
}
.fa-external-link-square::before {
content: "\f14c";
}
.fa-square-caret-down::before {
content: "\f150";
}
.fa-caret-square-down::before {
content: "\f150";
}
.fa-square-caret-left::before {
content: "\f191";
}
.fa-caret-square-left::before {
content: "\f191";
}
.fa-square-caret-right::before {
content: "\f152";
}
.fa-caret-square-right::before {
content: "\f152";
}
.fa-square-caret-up::before {
content: "\f151";
}
.fa-caret-square-up::before {
content: "\f151";
}
.fa-square-check::before {
content: "\f14a";
}
.fa-check-square::before {
content: "\f14a";
}
.fa-square-envelope::before {
content: "\f199";
}
.fa-envelope-square::before {
content: "\f199";
}
.fa-square-full::before {
content: "\f45c";
}
.fa-square-h::before {
content: "\f0fd";
}
.fa-h-square::before {
content: "\f0fd";
}
.fa-square-minus::before {
content: "\f146";
}
.fa-minus-square::before {
content: "\f146";
}
.fa-square-nfi::before {
content: "\e576";
}
.fa-square-parking::before {
content: "\f540";
}
.fa-parking::before {
content: "\f540";
}
.fa-square-pen::before {
content: "\f14b";
}
.fa-pen-square::before {
content: "\f14b";
}
.fa-pencil-square::before {
content: "\f14b";
}
.fa-square-person-confined::before {
content: "\e577";
}
.fa-square-phone::before {
content: "\f098";
}
.fa-phone-square::before {
content: "\f098";
}
.fa-square-phone-flip::before {
content: "\f87b";
}
.fa-phone-square-alt::before {
content: "\f87b";
}
.fa-square-plus::before {
content: "\f0fe";
}
.fa-plus-square::before {
content: "\f0fe";
}
.fa-square-poll-horizontal::before {
content: "\f682";
}
.fa-poll-h::before {
content: "\f682";
}
.fa-square-poll-vertical::before {
content: "\f681";
}
.fa-poll::before {
content: "\f681";
}
.fa-square-root-variable::before {
content: "\f698";
}
.fa-square-root-alt::before {
content: "\f698";
}
.fa-square-rss::before {
content: "\f143";
}
.fa-rss-square::before {
content: "\f143";
}
.fa-square-share-nodes::before {
content: "\f1e1";
}
.fa-share-alt-square::before {
content: "\f1e1";
}
.fa-square-up-right::before {
content: "\f360";
}
.fa-external-link-square-alt::before {
content: "\f360";
}
.fa-square-virus::before {
content: "\e578";
}
.fa-square-xmark::before {
content: "\f2d3";
}
.fa-times-square::before {
content: "\f2d3";
}
.fa-xmark-square::before {
content: "\f2d3";
}
.fa-staff-aesculapius::before {
content: "\e579";
}
.fa-rod-asclepius::before {
content: "\e579";
}
.fa-rod-snake::before {
content: "\e579";
}
.fa-staff-snake::before {
content: "\e579";
}
.fa-stairs::before {
content: "\e289";
}
.fa-stamp::before {
content: "\f5bf";
}
.fa-star::before {
content: "\f005";
}
.fa-star-and-crescent::before {
content: "\f699";
}
.fa-star-half::before {
content: "\f089";
}
.fa-star-half-stroke::before {
content: "\f5c0";
}
.fa-star-half-alt::before {
content: "\f5c0";
}
.fa-star-of-david::before {
content: "\f69a";
}
.fa-star-of-life::before {
content: "\f621";
}
.fa-sterling-sign::before {
content: "\f154";
}
.fa-gbp::before {
content: "\f154";
}
.fa-pound-sign::before {
content: "\f154";
}
.fa-stethoscope::before {
content: "\f0f1";
}
.fa-stop::before {
content: "\f04d";
}
.fa-stopwatch::before {
content: "\f2f2";
}
.fa-stopwatch-20::before {
content: "\e06f";
}
.fa-store::before {
content: "\f54e";
}
.fa-store-slash::before {
content: "\e071";
}
.fa-street-view::before {
content: "\f21d";
}
.fa-strikethrough::before {
content: "\f0cc";
}
.fa-stroopwafel::before {
content: "\f551";
}
.fa-subscript::before {
content: "\f12c";
}
.fa-suitcase::before {
content: "\f0f2";
}
.fa-suitcase-medical::before {
content: "\f0fa";
}
.fa-medkit::before {
content: "\f0fa";
}
.fa-suitcase-rolling::before {
content: "\f5c1";
}
.fa-sun::before {
content: "\f185";
}
.fa-sun-plant-wilt::before {
content: "\e57a";
}
.fa-superscript::before {
content: "\f12b";
}
.fa-swatchbook::before {
content: "\f5c3";
}
.fa-synagogue::before {
content: "\f69b";
}
.fa-syringe::before {
content: "\f48e";
}
.fa-t::before {
content: "\54";
}
.fa-table::before {
content: "\f0ce";
}
.fa-table-cells::before {
content: "\f00a";
}
.fa-th::before {
content: "\f00a";
}
.fa-table-cells-large::before {
content: "\f009";
}
.fa-th-large::before {
content: "\f009";
}
.fa-table-columns::before {
content: "\f0db";
}
.fa-columns::before {
content: "\f0db";
}
.fa-table-list::before {
content: "\f00b";
}
.fa-th-list::before {
content: "\f00b";
}
.fa-table-tennis-paddle-ball::before {
content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
content: "\f45d";
}
.fa-table-tennis::before {
content: "\f45d";
}
.fa-tablet::before {
content: "\f3fb";
}
.fa-tablet-android::before {
content: "\f3fb";
}
.fa-tablet-button::before {
content: "\f10a";
}
.fa-tablet-screen-button::before {
content: "\f3fa";
}
.fa-tablet-alt::before {
content: "\f3fa";
}
.fa-tablets::before {
content: "\f490";
}
.fa-tachograph-digital::before {
content: "\f566";
}
.fa-digital-tachograph::before {
content: "\f566";
}
.fa-tag::before {
content: "\f02b";
}
.fa-tags::before {
content: "\f02c";
}
.fa-tape::before {
content: "\f4db";
}
.fa-tarp::before {
content: "\e57b";
}
.fa-tarp-droplet::before {
content: "\e57c";
}
.fa-taxi::before {
content: "\f1ba";
}
.fa-cab::before {
content: "\f1ba";
}
.fa-teeth::before {
content: "\f62e";
}
.fa-teeth-open::before {
content: "\f62f";
}
.fa-temperature-arrow-down::before {
content: "\e03f";
}
.fa-temperature-down::before {
content: "\e03f";
}
.fa-temperature-arrow-up::before {
content: "\e040";
}
.fa-temperature-up::before {
content: "\e040";
}
.fa-temperature-empty::before {
content: "\f2cb";
}
.fa-temperature-0::before {
content: "\f2cb";
}
.fa-thermometer-0::before {
content: "\f2cb";
}
.fa-thermometer-empty::before {
content: "\f2cb";
}
.fa-temperature-full::before {
content: "\f2c7";
}
.fa-temperature-4::before {
content: "\f2c7";
}
.fa-thermometer-4::before {
content: "\f2c7";
}
.fa-thermometer-full::before {
content: "\f2c7";
}
.fa-temperature-half::before {
content: "\f2c9";
}
.fa-temperature-2::before {
content: "\f2c9";
}
.fa-thermometer-2::before {
content: "\f2c9";
}
.fa-thermometer-half::before {
content: "\f2c9";
}
.fa-temperature-high::before {
content: "\f769";
}
.fa-temperature-low::before {
content: "\f76b";
}
.fa-temperature-quarter::before {
content: "\f2ca";
}
.fa-temperature-1::before {
content: "\f2ca";
}
.fa-thermometer-1::before {
content: "\f2ca";
}
.fa-thermometer-quarter::before {
content: "\f2ca";
}
.fa-temperature-three-quarters::before {
content: "\f2c8";
}
.fa-temperature-3::before {
content: "\f2c8";
}
.fa-thermometer-3::before {
content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
content: "\f2c8";
}
.fa-tenge-sign::before {
content: "\f7d7";
}
.fa-tenge::before {
content: "\f7d7";
}
.fa-tent::before {
content: "\e57d";
}
.fa-tent-arrow-down-to-line::before {
content: "\e57e";
}
.fa-tent-arrow-left-right::before {
content: "\e57f";
}
.fa-tent-arrow-turn-left::before {
content: "\e580";
}
.fa-tent-arrows-down::before {
content: "\e581";
}
.fa-tents::before {
content: "\e582";
}
.fa-terminal::before {
content: "\f120";
}
.fa-text-height::before {
content: "\f034";
}
.fa-text-slash::before {
content: "\f87d";
}
.fa-remove-format::before {
content: "\f87d";
}
.fa-text-width::before {
content: "\f035";
}
.fa-thermometer::before {
content: "\f491";
}
.fa-thumbs-down::before {
content: "\f165";
}
.fa-thumbs-up::before {
content: "\f164";
}
.fa-thumbtack::before {
content: "\f08d";
}
.fa-thumb-tack::before {
content: "\f08d";
}
.fa-ticket::before {
content: "\f145";
}
.fa-ticket-simple::before {
content: "\f3ff";
}
.fa-ticket-alt::before {
content: "\f3ff";
}
.fa-timeline::before {
content: "\e29c";
}
.fa-toggle-off::before {
content: "\f204";
}
.fa-toggle-on::before {
content: "\f205";
}
.fa-toilet::before {
content: "\f7d8";
}
.fa-toilet-paper::before {
content: "\f71e";
}
.fa-toilet-paper-slash::before {
content: "\e072";
}
.fa-toilet-portable::before {
content: "\e583";
}
.fa-toilets-portable::before {
content: "\e584";
}
.fa-toolbox::before {
content: "\f552";
}
.fa-tooth::before {
content: "\f5c9";
}
.fa-torii-gate::before {
content: "\f6a1";
}
.fa-tornado::before {
content: "\f76f";
}
.fa-tower-broadcast::before {
content: "\f519";
}
.fa-broadcast-tower::before {
content: "\f519";
}
.fa-tower-cell::before {
content: "\e585";
}
.fa-tower-observation::before {
content: "\e586";
}
.fa-tractor::before {
content: "\f722";
}
.fa-trademark::before {
content: "\f25c";
}
.fa-traffic-light::before {
content: "\f637";
}
.fa-trailer::before {
content: "\e041";
}
.fa-train::before {
content: "\f238";
}
.fa-train-subway::before {
content: "\f239";
}
.fa-subway::before {
content: "\f239";
}
.fa-train-tram::before {
content: "\f7da";
}
.fa-tram::before {
content: "\f7da";
}
.fa-transgender::before {
content: "\f225";
}
.fa-transgender-alt::before {
content: "\f225";
}
.fa-trash::before {
content: "\f1f8";
}
.fa-trash-arrow-up::before {
content: "\f829";
}
.fa-trash-restore::before {
content: "\f829";
}
.fa-trash-can::before {
content: "\f2ed";
}
.fa-trash-alt::before {
content: "\f2ed";
}
.fa-trash-can-arrow-up::before {
content: "\f82a";
}
.fa-trash-restore-alt::before {
content: "\f82a";
}
.fa-tree::before {
content: "\f1bb";
}
.fa-tree-city::before {
content: "\e587";
}
.fa-triangle-exclamation::before {
content: "\f071";
}
.fa-exclamation-triangle::before {
content: "\f071";
}
.fa-warning::before {
content: "\f071";
}
.fa-trophy::before {
content: "\f091";
}
.fa-trowel::before {
content: "\e589";
}
.fa-trowel-bricks::before {
content: "\e58a";
}
.fa-truck::before {
content: "\f0d1";
}
.fa-truck-arrow-right::before {
content: "\e58b";
}
.fa-truck-droplet::before {
content: "\e58c";
}
.fa-truck-fast::before {
content: "\f48b";
}
.fa-shipping-fast::before {
content: "\f48b";
}
.fa-truck-field::before {
content: "\e58d";
}
.fa-truck-field-un::before {
content: "\e58e";
}
.fa-truck-front::before {
content: "\e2b7";
}
.fa-truck-medical::before {
content: "\f0f9";
}
.fa-ambulance::before {
content: "\f0f9";
}
.fa-truck-monster::before {
content: "\f63b";
}
.fa-truck-moving::before {
content: "\f4df";
}
.fa-truck-pickup::before {
content: "\f63c";
}
.fa-truck-plane::before {
content: "\e58f";
}
.fa-truck-ramp-box::before {
content: "\f4de";
}
.fa-truck-loading::before {
content: "\f4de";
}
.fa-tty::before {
content: "\f1e4";
}
.fa-teletype::before {
content: "\f1e4";
}
.fa-turkish-lira-sign::before {
content: "\e2bb";
}
.fa-try::before {
content: "\e2bb";
}
.fa-turkish-lira::before {
content: "\e2bb";
}
.fa-turn-down::before {
content: "\f3be";
}
.fa-level-down-alt::before {
content: "\f3be";
}
.fa-turn-up::before {
content: "\f3bf";
}
.fa-level-up-alt::before {
content: "\f3bf";
}
.fa-tv::before {
content: "\f26c";
}
.fa-television::before {
content: "\f26c";
}
.fa-tv-alt::before {
content: "\f26c";
}
.fa-u::before {
content: "\55";
}
.fa-umbrella::before {
content: "\f0e9";
}
.fa-umbrella-beach::before {
content: "\f5ca";
}
.fa-underline::before {
content: "\f0cd";
}
.fa-universal-access::before {
content: "\f29a";
}
.fa-unlock::before {
content: "\f09c";
}
.fa-unlock-keyhole::before {
content: "\f13e";
}
.fa-unlock-alt::before {
content: "\f13e";
}
.fa-up-down::before {
content: "\f338";
}
.fa-arrows-alt-v::before {
content: "\f338";
}
.fa-up-down-left-right::before {
content: "\f0b2";
}
.fa-arrows-alt::before {
content: "\f0b2";
}
.fa-up-long::before {
content: "\f30c";
}
.fa-long-arrow-alt-up::before {
content: "\f30c";
}
.fa-up-right-and-down-left-from-center::before {
content: "\f424";
}
.fa-expand-alt::before {
content: "\f424";
}
.fa-up-right-from-square::before {
content: "\f35d";
}
.fa-external-link-alt::before {
content: "\f35d";
}
.fa-upload::before {
content: "\f093";
}
.fa-user::before {
content: "\f007";
}
.fa-user-astronaut::before {
content: "\f4fb";
}
.fa-user-check::before {
content: "\f4fc";
}
.fa-user-clock::before {
content: "\f4fd";
}
.fa-user-doctor::before {
content: "\f0f0";
}
.fa-user-md::before {
content: "\f0f0";
}
.fa-user-gear::before {
content: "\f4fe";
}
.fa-user-cog::before {
content: "\f4fe";
}
.fa-user-graduate::before {
content: "\f501";
}
.fa-user-group::before {
content: "\f500";
}
.fa-user-friends::before {
content: "\f500";
}
.fa-user-injured::before {
content: "\f728";
}
.fa-user-large::before {
content: "\f406";
}
.fa-user-alt::before {
content: "\f406";
}
.fa-user-large-slash::before {
content: "\f4fa";
}
.fa-user-alt-slash::before {
content: "\f4fa";
}
.fa-user-lock::before {
content: "\f502";
}
.fa-user-minus::before {
content: "\f503";
}
.fa-user-ninja::before {
content: "\f504";
}
.fa-user-nurse::before {
content: "\f82f";
}
.fa-user-pen::before {
content: "\f4ff";
}
.fa-user-edit::before {
content: "\f4ff";
}
.fa-user-plus::before {
content: "\f234";
}
.fa-user-secret::before {
content: "\f21b";
}
.fa-user-shield::before {
content: "\f505";
}
.fa-user-slash::before {
content: "\f506";
}
.fa-user-tag::before {
content: "\f507";
}
.fa-user-tie::before {
content: "\f508";
}
.fa-user-xmark::before {
content: "\f235";
}
.fa-user-times::before {
content: "\f235";
}
.fa-users::before {
content: "\f0c0";
}
.fa-users-between-lines::before {
content: "\e591";
}
.fa-users-gear::before {
content: "\f509";
}
.fa-users-cog::before {
content: "\f509";
}
.fa-users-line::before {
content: "\e592";
}
.fa-users-rays::before {
content: "\e593";
}
.fa-users-rectangle::before {
content: "\e594";
}
.fa-users-slash::before {
content: "\e073";
}
.fa-users-viewfinder::before {
content: "\e595";
}
.fa-utensils::before {
content: "\f2e7";
}
.fa-cutlery::before {
content: "\f2e7";
}
.fa-v::before {
content: "\56";
}
.fa-van-shuttle::before {
content: "\f5b6";
}
.fa-shuttle-van::before {
content: "\f5b6";
}
.fa-vault::before {
content: "\e2c5";
}
.fa-vector-square::before {
content: "\f5cb";
}
.fa-venus::before {
content: "\f221";
}
.fa-venus-double::before {
content: "\f226";
}
.fa-venus-mars::before {
content: "\f228";
}
.fa-vest::before {
content: "\e085";
}
.fa-vest-patches::before {
content: "\e086";
}
.fa-vial::before {
content: "\f492";
}
.fa-vial-circle-check::before {
content: "\e596";
}
.fa-vial-virus::before {
content: "\e597";
}
.fa-vials::before {
content: "\f493";
}
.fa-video::before {
content: "\f03d";
}
.fa-video-camera::before {
content: "\f03d";
}
.fa-video-slash::before {
content: "\f4e2";
}
.fa-vihara::before {
content: "\f6a7";
}
.fa-virus::before {
content: "\e074";
}
.fa-virus-covid::before {
content: "\e4a8";
}
.fa-virus-covid-slash::before {
content: "\e4a9";
}
.fa-virus-slash::before {
content: "\e075";
}
.fa-viruses::before {
content: "\e076";
}
.fa-voicemail::before {
content: "\f897";
}
.fa-volcano::before {
content: "\f770";
}
.fa-volleyball::before {
content: "\f45f";
}
.fa-volleyball-ball::before {
content: "\f45f";
}
.fa-volume-high::before {
content: "\f028";
}
.fa-volume-up::before {
content: "\f028";
}
.fa-volume-low::before {
content: "\f027";
}
.fa-volume-down::before {
content: "\f027";
}
.fa-volume-off::before {
content: "\f026";
}
.fa-volume-xmark::before {
content: "\f6a9";
}
.fa-volume-mute::before {
content: "\f6a9";
}
.fa-volume-times::before {
content: "\f6a9";
}
.fa-vr-cardboard::before {
content: "\f729";
}
.fa-w::before {
content: "\57";
}
.fa-walkie-talkie::before {
content: "\f8ef";
}
.fa-wallet::before {
content: "\f555";
}
.fa-wand-magic::before {
content: "\f0d0";
}
.fa-magic::before {
content: "\f0d0";
}
.fa-wand-magic-sparkles::before {
content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
content: "\e2ca";
}
.fa-wand-sparkles::before {
content: "\f72b";
}
.fa-warehouse::before {
content: "\f494";
}
.fa-water::before {
content: "\f773";
}
.fa-water-ladder::before {
content: "\f5c5";
}
.fa-ladder-water::before {
content: "\f5c5";
}
.fa-swimming-pool::before {
content: "\f5c5";
}
.fa-wave-square::before {
content: "\f83e";
}
.fa-weight-hanging::before {
content: "\f5cd";
}
.fa-weight-scale::before {
content: "\f496";
}
.fa-weight::before {
content: "\f496";
}
.fa-wheat-awn::before {
content: "\e2cd";
}
.fa-wheat-alt::before {
content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation::before {
content: "\e598";
}
.fa-wheelchair::before {
content: "\f193";
}
.fa-wheelchair-move::before {
content: "\e2ce";
}
.fa-wheelchair-alt::before {
content: "\e2ce";
}
.fa-whiskey-glass::before {
content: "\f7a0";
}
.fa-glass-whiskey::before {
content: "\f7a0";
}
.fa-wifi::before {
content: "\f1eb";
}
.fa-wifi-3::before {
content: "\f1eb";
}
.fa-wifi-strong::before {
content: "\f1eb";
}
.fa-wind::before {
content: "\f72e";
}
.fa-window-maximize::before {
content: "\f2d0";
}
.fa-window-minimize::before {
content: "\f2d1";
}
.fa-window-restore::before {
content: "\f2d2";
}
.fa-wine-bottle::before {
content: "\f72f";
}
.fa-wine-glass::before {
content: "\f4e3";
}
.fa-wine-glass-empty::before {
content: "\f5ce";
}
.fa-wine-glass-alt::before {
content: "\f5ce";
}
.fa-won-sign::before {
content: "\f159";
}
.fa-krw::before {
content: "\f159";
}
.fa-won::before {
content: "\f159";
}
.fa-worm::before {
content: "\e599";
}
.fa-wrench::before {
content: "\f0ad";
}
.fa-x::before {
content: "\58";
}
.fa-x-ray::before {
content: "\f497";
}
.fa-xmark::before {
content: "\f00d";
}
.fa-close::before {
content: "\f00d";
}
.fa-multiply::before {
content: "\f00d";
}
.fa-remove::before {
content: "\f00d";
}
.fa-times::before {
content: "\f00d";
}
.fa-xmarks-lines::before {
content: "\e59a";
}
.fa-y::before {
content: "\59";
}
.fa-yen-sign::before {
content: "\f157";
}
.fa-cny::before {
content: "\f157";
}
.fa-jpy::before {
content: "\f157";
}
.fa-rmb::before {
content: "\f157";
}
.fa-yen::before {
content: "\f157";
}
.fa-yin-yang::before {
content: "\f6ad";
}
.fa-z::before {
content: "\5a";
}
.sr-only,
.fa-sr-only {
position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
white-space: nowrap;
border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
white-space: nowrap;
border-width: 0;
}
:root, :host {
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
}
.fa-42-group:before {
content: "\e080";
}
.fa-innosoft:before {
content: "\e080";
}
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-adn:before {
content: "\f170";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-airbnb:before {
content: "\f834";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-alipay:before {
content: "\f642";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-artstation:before {
content: "\f77a";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-atlassian:before {
content: "\f77b";
}
.fa-audible:before {
content: "\f373";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-aws:before {
content: "\f375";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-battle-net:before {
content: "\f835";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bilibili:before {
content: "\e3d9";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bootstrap:before {
content: "\f836";
}
.fa-bots:before {
content: "\e340";
}
.fa-btc:before {
content: "\f15a";
}
.fa-buffer:before {
content: "\f837";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-buy-n-large:before {
content: "\f8a6";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-canadian-maple-leaf:before {
content: "\f785";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-centos:before {
content: "\f789";
}
.fa-chrome:before {
content: "\f268";
}
.fa-chromecast:before {
content: "\f838";
}
.fa-cloudflare:before {
content: "\e07d";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-cmplid:before {
content: "\e360";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-confluence:before {
content: "\f78d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-contao:before {
content: "\f26d";
}
.fa-cotton-bureau:before {
content: "\f89e";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-creative-commons-zero:before {
content: "\f4f3";
}
.fa-critical-role:before {
content: "\f6c9";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-d-and-d-beyond:before {
content: "\f6ca";
}
.fa-dailymotion:before {
content: "\e052";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-deezer:before {
content: "\e077";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-dev:before {
content: "\f6cc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-dhl:before {
content: "\f790";
}
.fa-diaspora:before {
content: "\f791";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-edge:before {
content: "\f282";
}
.fa-edge-legacy:before {
content: "\e078";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ello:before {
content: "\f5f1";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envira:before {
content: "\f299";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-evernote:before {
content: "\f839";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fantasy-flight-games:before {
content: "\f6dc";
}
.fa-fedex:before {
content: "\f797";
}
.fa-fedora:before {
content: "\f798";
}
.fa-figma:before {
content: "\f799";
}
.fa-firefox:before {
content: "\f269";
}
.fa-firefox-browser:before {
content: "\e007";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-fly:before {
content: "\f417";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-flag:before {
content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
content: "\f2b4";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-alt:before {
content: "\f841";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golang:before {
content: "\e40f";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-pay:before {
content: "\e079";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-guilded:before {
content: "\e07e";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hackerrank:before {
content: "\f5f7";
}
.fa-hashnode:before {
content: "\e499";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-hive:before {
content: "\e07f";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-ideal:before {
content: "\e013";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-instagram-square:before {
content: "\e055";
}
.fa-instalod:before {
content: "\e081";
}
.fa-intercom:before {
content: "\f7af";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-invision:before {
content: "\f7b0";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-itch-io:before {
content: "\f83a";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-java:before {
content: "\f4e4";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-jira:before {
content: "\f7b1";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-kaggle:before {
content: "\f5fa";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-less:before {
content: "\f41d";
}
.fa-line:before {
content: "\f3c0";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-markdown:before {
content: "\f60f";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-mdb:before {
content: "\f8ca";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f23a";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-mendeley:before {
content: "\f7b3";
}
.fa-microblog:before {
content: "\e01a";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mixer:before {
content: "\e056";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neos:before {
content: "\f612";
}
.fa-nfc-directional:before {
content: "\e530";
}
.fa-nfc-symbol:before {
content: "\e531";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-octopus-deploy:before {
content: "\e082";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-orcid:before {
content: "\f8d2";
}
.fa-osi:before {
content: "\f41a";
}
.fa-padlet:before {
content: "\e4a0";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-perbyte:before {
content: "\e083";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-php:before {
content: "\f457";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-square:before {
content: "\e01e";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-pix:before {
content: "\e43a";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-raspberry-pi:before {
content: "\f7bb";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-reacteurope:before {
content: "\f75d";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redhat:before {
content: "\f7bc";
}
.fa-renren:before {
content: "\f18b";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-rust:before {
content: "\e07a";
}
.fa-safari:before {
content: "\f267";
}
.fa-salesforce:before {
content: "\f83b";
}
.fa-sass:before {
content: "\f41e";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-screenpal:before {
content: "\e570";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shopify:before {
content: "\e057";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sith:before {
content: "\f512";
}
.fa-sitrox:before {
content: "\e44a";
}
.fa-sketch:before {
content: "\f7c6";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f198";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ab";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-sourcetree:before {
content: "\f7d3";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-speaker-deck:before {
content: "\f83c";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-square-font-awesome:before {
content: "\f425";
}
.fa-square-font-awesome-stroke:before {
content: "\f35c";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-stackpath:before {
content: "\f842";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-strava:before {
content: "\f428";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-suse:before {
content: "\f7d6";
}
.fa-swift:before {
content: "\f8e1";
}
.fa-symfony:before {
content: "\f83d";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f2c6";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-the-red-yeti:before {
content: "\f69d";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-think-peaks:before {
content: "\f731";
}
.fa-tiktok:before {
content: "\e07b";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-trello:before {
content: "\f181";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-ubuntu:before {
content: "\f7df";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbraco:before {
content: "\f8e8";
}
.fa-uncharted:before {
content: "\e084";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-unity:before {
content: "\e049";
}
.fa-unsplash:before {
content: "\e07c";
}
.fa-untappd:before {
content: "\f405";
}
.fa-ups:before {
content: "\f7e0";
}
.fa-usb:before {
content: "\f287";
}
.fa-usps:before {
content: "\f7e1";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-viber:before {
content: "\f409";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-watchman-monitoring:before {
content: "\e087";
}
.fa-waze:before {
content: "\f83f";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wirsindhandwerk:before {
content: "\e2d0";
}
.fa-wsh:before {
content: "\e2d0";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
content: "\f730";
}
.fa-wodu:before {
content: "\e088";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wpressr:before {
content: "\f3e4";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yammer:before {
content: "\f840";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yarn:before {
content: "\f7e3";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-zhihu:before {
content: "\f63f";
}
:root, :host {
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
:root, :host {
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-display: block;
font-weight: 400;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
font-family: "Font Awesome 5 Free";
font-display: block;
font-weight: 900;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
font-family: "Font Awesome 5 Free";
font-display: block;
font-weight: 400;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-v4compatibility.woff2) format("woff2"), url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F250, U+F252, U+F27A;
}:root {
--effect: all .25s cubic-bezier(0.32, 0.74, 0.57, 1); --timing: cubic-bezier(0.32, 0.74, 0.57, 1);
--shadow-12: #0000001f;
--shadow-2: #00000005; --round-3: 3px;
--height-34: 34px;
--height-40: 40px;
--padding-40: 0 40px; --round-5: 5px;
--round-7: 7px;
--shadow-7: #00000012;
--dark-accent: #191c20;
--dark-accent-0: #191c2000;
--dark-accent-90: #191c20f2;
--meta-b-family: inherit;
--meta-b-fcolor: #282828;
--meta-b-fspace: normal;
--meta-b-fstyle: normal;
--meta-b-fweight: 600;
--meta-b-transform: none;
--nav-bg: #fff;
--subnav-bg: #fff;
--indicator-bg-from: #ff0084;
--nav-bg-from: #fff;
--subnav-bg-from: #fff;
--indicator-bg-to: #2c2cf8;
--nav-bg-to: #fff;
--subnav-bg-to: #fff;
--bottom-border-color: var(--flex-gray-20);
--column-border-color: var(--flex-gray-20);
--audio-color: #ffa052;
--excerpt-color: #666;
--g-color: #ff184e;
--gallery-color: #729dff;
--heading-color: var(--body-fcolor);
--nav-color: #282828;
--privacy-color: #fff;
--review-color: #ffc300;
--subnav-color: #282828;
--video-color: #ffc300;
--nav-color-10: #28282820;
--subnav-color-10: #28282820;
--g-color-90: #ff184ee6;
--absolute-dark: #242424;
--body-family: 'Oxygen', sans-serif;
--btn-family: 'Encode Sans Condensed', sans-serif;
--cat-family: 'Oxygen', sans-serif;
--dwidgets-family: 'Oxygen', sans-serif;
--h1-family: 'Encode Sans Condensed', sans-serif;
--h2-family: 'Encode Sans Condensed', sans-serif;
--h3-family: 'Encode Sans Condensed', sans-serif;
--h4-family: 'Encode Sans Condensed', sans-serif;
--h5-family: 'Encode Sans Condensed', sans-serif;
--h6-family: 'Encode Sans Condensed', sans-serif;
--input-family: 'Encode Sans Condensed', sans-serif;
--menu-family: 'Encode Sans Condensed', sans-serif;
--meta-family: 'Encode Sans Condensed', sans-serif;
--submenu-family: 'Encode Sans Condensed', sans-serif;
--tagline-family: 'Encode Sans Condensed', sans-serif;
--body-fcolor: #282828; --btn-fcolor: inherit;
--h1-fcolor: inherit;
--h2-fcolor: inherit;
--h3-fcolor: inherit;
--h4-fcolor: inherit;
--h5-fcolor: inherit;
--h6-fcolor: inherit;
--input-fcolor: inherit;
--meta-fcolor: #666;
--tagline-fcolor: inherit;
--body-fsize: 16px;
--btn-fsize: 12px;
--cat-fsize: 10px;
--dwidgets-fsize: 13px;
--excerpt-fsize: 14px;
--h1-fsize: 40px;
--h2-fsize: 28px;
--h3-fsize: 22px;
--h4-fsize: 16px;
--h5-fsize: 14px;
--h6-fsize: 13px;
--headline-fsize: 45px;
--input-fsize: 14px;
--menu-fsize: 17px;
--meta-fsize: 13px;
--submenu-fsize: 13px;
--tagline-fsize: 28px;
--body-fspace: normal;
--btn-fspace: normal;
--cat-fspace: .07em;
--dwidgets-fspace: 0;
--h1-fspace: normal;
--h2-fspace: normal;
--h3-fspace: normal;
--h4-fspace: normal;
--h5-fspace: normal;
--h6-fspace: normal;
--input-fspace: normal;
--menu-fspace: -.02em;
--meta-fspace: normal;
--submenu-fspace: -.02em;
--tagline-fspace: normal;
--body-fstyle: normal;
--btn-fstyle: normal;
--cat-fstyle: normal;
--dwidgets-fstyle: normal;
--h1-fstyle: normal;
--h2-fstyle: normal;
--h3-fstyle: normal;
--h4-fstyle: normal;
--h5-fstyle: normal;
--h6-fstyle: normal;
--input-fstyle: normal;
--menu-fstyle: normal;
--meta-fstyle: normal;
--submenu-fstyle: normal;
--tagline-fstyle: normal;
--body-fweight: 400;
--btn-fweight: 700;
--cat-fweight: 700;
--dwidgets-fweight: 600;
--h1-fweight: 700;
--h2-fweight: 700;
--h3-fweight: 700;
--h4-fweight: 700;
--h5-fweight: 700;
--h6-fweight: 600;
--input-fweight: 400;
--menu-fweight: 600;
--meta-fweight: 400;
--submenu-fweight: 500;
--tagline-fweight: 400;
--flex-gray-15: #88888826;
--flex-gray-20: #88888833;
--flex-gray-40: #88888866;
--flex-gray-7: #88888812;
--indicator-height: 4px;
--nav-height: 60px;
--absolute-light: #ddd;
--solid-light: #fafafa;
--em-mini: .8em;
--rem-mini: .8rem;
--transparent-nav-color: #fff;
--swiper-navigation-size: 44px;
--tagline-s-fsize: 22px;
--em-small: .92em;
--rem-small: .92rem;
--bottom-spacing: 35px;
--box-spacing: 5%;
--el-spacing: 12px;
--heading-sub-color: var(--g-color);
--body-transform: none;
--btn-transform: none;
--cat-transform: uppercase;
--dwidgets-transform: none;
--h1-transform: none;
--h2-transform: none;
--h3-transform: none;
--h4-transform: none;
--h5-transform: none;
--h6-transform: none;
--input-transform: none;
--menu-transform: none;
--meta-transform: none;
--submenu-transform: none;
--tagline-transform: none;
--absolute-white: #fff;
--solid-white: #fff;
--absolute-white-0: #ffffff00;
--absolute-white-90: #fffffff2;
--max-width-wo-sb: 100%;
}
[data-theme='dark'], .light-scheme {
--shadow-12: #00000066;
--shadow-2: #00000033;
--shadow-7: #0000004d;
--dark-accent: #0e0f12;
--dark-accent-0: #0e0f1200;
--dark-accent-90: #0e0f12f2;
--meta-b-fcolor: #fff;
--nav-bg: #131518;
--subnav-bg: #191c20;
--nav-bg-from: #131518;
--subnav-bg-from: #191c20;
--nav-bg-to: #131518;
--subnav-bg-to: #191c20;
--bcrumb-color: #fff;
--excerpt-color: #ddd;
--heading-color: var(--body-fcolor);
--nav-color: #fff;
--subnav-color: #fff;
--nav-color-10: #ffffff15;
--subnav-color-10: #ffffff15;
--body-fcolor: #fff;
--h1-fcolor: #fff;
--h2-fcolor: #fff;
--h3-fcolor: #fff;
--h4-fcolor: #fff;
--h5-fcolor: #fff;
--h6-fcolor: #fff;
--headline-fcolor: #fff;
--input-fcolor: #fff;
--meta-fcolor: #bbb;
--tagline-fcolor: #fff;
--flex-gray-15: #88888840;
--flex-gray-20: #8888884d;
--flex-gray-7: #88888818;
--solid-light: #333;
--heading-sub-color: var(--g-color);
--solid-white: #191c20;
}
body:not([data-theme='dark']) [data-mode='dark'],
body[data-theme='dark'] [data-mode='default'],
body .light-scheme [data-mode='default'] {
display: none !important;
}
body .light-scheme [data-mode='dark'] {
display: inherit !important;
}
[data-theme='dark'] .icon-svg,
.light-scheme .icon-svg {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.dark-opacity[data-theme='dark'] .p-featured {
background-color: #000;
}
.dark-opacity[data-theme='dark'] .wp-post-image {
opacity: .7;
}
[data-theme='dark'] input::placeholder,
.light-scheme input::placeholder {
color: var(--absolute-light);
}
.global-color {
color: var(--g-color);
} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, p,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
font-family: inherit;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
border: 0;
outline: 0;
}
html {
font-size: var(--body-fsize);
overflow-x: hidden;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
font-family: var(--body-family);
font-size: var(--body-fsize);
font-weight: var(--body-fweight);
font-style: var(--body-fstyle);
line-height: 1.7;
display: block;
margin: 0;
letter-spacing: var(--body-fspace);
text-transform: var(--body-transform);
color: var(--body-fcolor);
background-color: var(--solid-white);
}
body.rtl { direction: rtl;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:before, :after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.site {
position: relative;
display: block;
}
.site * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
.site-outer {
position: relative;
display: block;
max-width: 100%;
background-color: var(--solid-white);
}
.top-spacing .site-outer {
-webkit-transition: margin .5s var(--timing);
transition: margin .5s var(--timing);
}
.site-wrap,
.site-content {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.site-wrap {
z-index: 1;
min-height: 45vh;
}
button, hr, input {
overflow: visible
}
audio, canvas, progress, video {
display: inline-block
}
progress, sub, sup {
vertical-align: baseline
}
[type=checkbox], [type=radio], legend {
box-sizing: border-box;
padding: 0
}
acronym {
cursor: help
}
.rbct mark,
.rbct ins {
text-decoration: none;
background-color: rgba(0, 0, 0, .07);
}
figure {
display: block;
margin: 0;
}
cite, em {
font-weight: normal;
font-style: italic;
}
hr {
box-sizing: content-box;
height: 0
}
u {
text-decoration: underline;
}
dt {
font-weight: 700;
}
dd {
margin-inline-start: 40px;
}
address {
font-style: italic;
}
code, kbd, pre, samp, var {
font-family: monospace, monospace;
font-size: .9em;
}
a {
text-decoration: none;
color: inherit;
background-color: transparent;
}
abbr[title] {
cursor: default;
text-decoration: none;
}
b, strong {
font-weight: 700;
}
dfn {
font-style: italic
}
mark {
color: #000;
background-color: #ff0;
}
code {
font-family: Courier, monospace;
padding: 5px;
background-color: var(--flex-gray-7);
}
small {
font-size: 80%
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
audio:not([controls]) {
display: none;
height: 0
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border-style: none;
-webkit-object-fit: cover;
object-fit: cover;
}
svg:not(:root) {
overflow: hidden
}
button, input, optgroup, select, textarea {
text-transform: none;
color: inherit;
outline: none !important;
}
.bypostauthor {
position: relative;
}
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
word-wrap: normal !important;
border: 0;
clip-path: inset(50%);
-webkitcolorip-path: inset(50%);
}
select {
line-height: 22px;
position: relative;
max-width: 100%;
padding: 10px;
border-color: var(--flex-gray-15);
border-radius: var(--round-5);
outline: none !important;
background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15a1 1 0 0 1-.707-.293l-3-3a1 1 0 0 1 1.414-1.414L12 12.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-3 3A1 1 0 0 1 12 15z"/></svg>') no-repeat right 5px top 50%;
background-size: 22px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
select option {
background-color: var(--solid-white);
}
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring,
[type=submit]:-moz-focusring, button:-moz-focusring {
outline: ButtonText dotted 1px;
}
:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px #fafafa inset;
}
fieldset {
padding: 0;
}
legend {
font-weight: 700;
display: table;
max-width: 100%;
white-space: normal;
color: inherit;
}
textarea {
overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
summary {
display: list-item
}
[hidden], template {
display: none
}
del {
text-decoration: line-through;
}
big {
font-size: 125%;
}
.clearfix:before,
.clearfix:after {
display: table;
clear: both;
content: ' ';
}
.rb-error {
font-size: var(--rem-mini);
}
.hidden {
display: none;
}
input:disabled,
select:disabled, textarea:disabled {
opacity: .5;
background-color: #ffcb3330;
}
h1, .h1 {
font-family: var(--h1-family);
font-size: var(--h1-fsize);
font-weight: var(--h1-fweight);
font-style: var(--h1-fstyle);
line-height: var(--h1-fheight, 1.2);
letter-spacing: var(--h1-fspace);
text-transform: var(--h1-transform);
}
h1 {
color: var(--h1-fcolor);
}
h2, .h2 {
font-family: var(--h2-family);
font-size: var(--h2-fsize);
font-weight: var(--h2-fweight);
font-style: var(--h2-fstyle);
line-height: var(--h2-fheight, 1.25);
letter-spacing: var(--h2-fspace);
text-transform: var(--h2-transform);
}
h2 {
color: var(--h2-fcolor);
}
h3, .h3 {
font-family: var(--h3-family);
font-size: var(--h3-fsize);
font-weight: var(--h3-fweight);
font-style: var(--h3-fstyle);
line-height: var(--h3-fheight, 1.3);
letter-spacing: var(--h3-fspace);
text-transform: var(--h3-transform);
}
h3 {
color: var(--h3-fcolor);
}
h4, .h4 {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
font-style: var(--h4-fstyle);
line-height: var(--h4-fheight, 1.45);
letter-spacing: var(--h4-fspace);
text-transform: var(--h4-transform);
}
h4 {
color: var(--h4-fcolor);
}
.h5, h5 {
font-family: var(--h5-family);
font-size: var(--h5-fsize);
font-weight: var(--h5-fweight);
font-style: var(--h5-fstyle);
line-height: var(--h5-fheight, 1.5);
letter-spacing: var(--h5-fspace);
text-transform: var(--h5-transform);
}
h5 {
color: var(--h5-fcolor);
}
h6, .h6 {
font-family: var(--h6-family);
font-size: var(--h6-fsize);
font-weight: var(--h6-fweight);
font-style: var(--h6-fstyle);
line-height: var(--h6-fheight, 1.5);
letter-spacing: var(--h6-fspace);
text-transform: var(--h6-transform);
}
h6 {
color: var(--h6-fcolor);
}
.p-categories {
font-family: var(--cat-family);
font-size: var(--cat-fsize);
font-weight: var(--cat-fweight);
font-style: var(--cat-fstyle);
letter-spacing: var(--cat-fspace);
text-transform: var(--cat-transform);
}
.is-meta, .meta-text, .user-form label,
.rss-date, .widget_rss cite,
.woocommerce-result-count,
.woocommerce-ordering select {
font-family: var(--meta-family);
font-size: var(--meta-fsize);
font-weight: var(--meta-fweight);
font-style: var(--meta-fstyle);
letter-spacing: var(--meta-fspace);
text-transform: var(--meta-transform);
}
.meta-label, .tipsy-inner, .product_meta {
font-family: var(--meta-family);
font-weight: var(--meta-fweight);
font-style: var(--meta-fstyle);
letter-spacing: var(--meta-fspace);
text-transform: var(--meta-transform);
color: var(--meta-fcolor);
}
figcaption, .wp-caption-text {
font-family: var(--meta-family);
font-size: var(--meta-fsize);
font-weight: var(--meta-fweight);
font-style: var(--meta-fstyle);
letter-spacing: var(--meta-fspace);
text-transform: var(--meta-transform);
}
.is-meta {
color: var(--meta-fcolor);
}
.meta-author, .meta-bold {
font-family: var(--meta-b-family);
font-size: inherit;
font-weight: var(--meta-b-fweight);
font-style: var(--meta-b-fstyle);
letter-spacing: var(--meta-b-fspace);
text-transform: var(--meta-b-transform);
}
.meta-author *:not(em),
.meta-bold {
color: var(--meta-b-fcolor, var(--body-fcolor));
}
.p-readmore {
font-family: var(--btn-family);
font-size: var(--readmore-fsize, 12px);
font-weight: 600;
font-style: normal;
text-transform: none;
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'],
input[type='url'], input[type='search'], input[type='number'], textarea {
font-family: var(--input-family);
font-size: var(--input-fsize);
font-weight: var(--input-fweight);
font-style: var(--input-fstyle);
line-height: 1.5;
letter-spacing: var(--input-fspace);
text-transform: var(--input-transform);
color: var(--input-fcolor);
}
textarea {
font-size: var(--input-fsize) !important;
}
input[type='submit'], button, .button,
.is-btn, a.show-post-comment,
a.comment-reply-link, .pagination-wrap,
.rbbsl a > span,
.widget_block .wp-block-search [type='submit'] {
font-family: var(--btn-family);
font-size: var(--btn-fsize);
font-weight: var(--btn-fweight);
font-style: var(--btn-fstyle);
letter-spacing: var(--btn-fspace);
text-transform: var(--btn-transform);
}
.comment-list .comment-reply-title small a {
font-family: var(--btn-family);
font-weight: var(--btn-fweight);
font-style: var(--btn-fstyle);
letter-spacing: var(--btn-fspace);
text-transform: var(--btn-transform);
}
.breadcrumb-inner,
.woocommerce-breadcrumb {
font-family: 'Encode Sans Condensed', sans-serif;
font-size: var(--bcrumb-fsize, 13px);
font-weight: 600;
font-style: normal;
line-height: 1.5;
color: var(--bcrumb-color, inherit);
}
.main-menu > li > a,
.more-col .widget-heading,
.elementor-widget-wp-widget-nav_menu h5,
.woocommerce-MyAccount-navigation {
font-family: var(--menu-family);
font-size: var(--menu-fsize);
font-weight: var(--menu-fweight);
font-style: var(--menu-fstyle);
line-height: 1.5;
letter-spacing: var(--menu-fspace);
text-transform: var(--menu-transform);
}
.main-menu .sub-menu > .menu-item a,
.user-dropdown a, .more-col .menu a,
.collapse-footer-menu a,
.elementor-widget-container .menu a {
font-family: var(--submenu-family);
font-size: var(--submenu-fsize);
font-weight: var(--submenu-fweight);
font-style: var(--submenu-fstyle);
line-height: 1.25;
letter-spacing: var(--submenu-fspace);
text-transform: var(--submenu-transform);
color: var(--subnav-color);
}
.mobile-menu > li > a {
font-family: 'Encode Sans Condensed', sans-serif;
font-size: 1.1rem;
font-weight: 400;
font-style: normal;
line-height: 1.5;
letter-spacing: -.02em;
text-transform: none;
}
.mobile-menu .sub-menu a {
font-family: 'Encode Sans Condensed', sans-serif;
font-size: 14px;
font-weight: 700;
font-style: normal;
line-height: 1.5;
text-transform: none;
}
.mobile-qview a {
font-family: 'Encode Sans Condensed', sans-serif;
font-size: 16px;
font-weight: 600;
font-style: normal;
letter-spacing: -0.02em;
text-transform: none;
}
.s-title {
font-family: var(--headline-family, var(--h1-family));
font-size: var(--headline-fsize, var(--h1-fsize));
font-weight: var(--headline-fweight, var(--h1-fweight));
font-style: var(--headline-fstyle, var(--h1-fstyle));
letter-spacing: var(--headline-fspace, var(--h1-fspace));
text-transform: var(--headline-transform, var(--h1-transform));
color: var(--headline-fcolor, var(--h1-fcolor));
}
.s-tagline {
font-family: var(--tagline-family);
font-size: var(--tagline-fsize);
font-weight: var(--tagline-fweight);
font-style: var(--tagline-fstyle);
line-height: var(--tagline-fheight, 1.4);
letter-spacing: var(--tagline-fspace);
text-transform: var(--tagline-transform);
color: var(--tagline-fcolor, inherit);
}
.s-title:not(.fw-headline) {
font-size: var(--headline-s-fsize, var(--h1-fsize));
}
.s-tagline:not(.fw-tagline) {
font-size: var(--tagline-s-fsize);
}
.heading-title > * {
font-family: var(--heading-family, inherit);
font-size: var(--heading-fsize, inherit);
font-weight: var(--heading-fweight, inherit);
font-style: var(--heading-fstyle, inherit);
letter-spacing: var(--heading-fspace, inherit);
text-transform: var(--heading-transform, inherit);
}
.heading-tagline > * {
font-family: var(--subheading-family, inherit);
font-size: var(--subheading-fsize, inherit);
font-weight: var(--subheading-fweight, inherit);
font-style: var(--subhading-fstyle, inherit);
letter-spacing: var(--subheading-fspace, inherit);
text-transform: var(--subheading-transform, inherit);
}
.description-text {
font-size: var(--excerpt-fsize);
}
.p-wrap .entry-summary {
font-size: var(--excerpt-fsize);
color: var(--excerpt-color);
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'],
input[type='url'], input[type='search'], input[type='number'] {
line-height: 22px;
max-width: 100%;
padding: 10px 20px;
-webkit-transition: var(--effect);
transition: var(--effect);
white-space: nowrap;
border: none;
border-radius: var(--round-3);
outline: none !important;
background-color: var(--flex-gray-7);
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
input[type='submit']:not(.search-submit),
button:not(.mfp-button), .is-btn, .button {
line-height: var(--height-40);
padding: var(--padding-40);
cursor: pointer;
-webkit-transition: var(--effect);
transition: var(--effect);
white-space: nowrap;
color: var(--absolute-white);
border: none;
border-radius: var(--round-3);
outline: none !important;
background: var(--g-color);
-webkit-box-shadow: none;
box-shadow: none;
}
input[type='submit']:not(.search-submit):hover, button:not(.mfp-button):hover,
.is-btn:hover {
-webkit-box-shadow: 0 4px 15px var(--g-color-90);
box-shadow: 0 4px 15px var(--g-color-90);
}
textarea {
display: block;
width: 100%;
max-width: 100%;
padding: 10px 25px;
-webkit-transition: var(--effect);
transition: var(--effect);
border: none;
border-radius: var(--round-3);
outline: none;
background-color: var(--flex-gray-7);
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.rb-container,
.rb-wide-container,
.rb-small-container {
position: static;
display: block;
width: 100%;
max-width: var(--rb-width, 1280px);
margin-right: auto;
margin-left: auto;
}
.rb-wide-container {
max-width: 1500px;
}
.rb-small-container {
max-width: var(--rb-small-width, 860px);
}
.gutter-n20 {
margin-right: -20px;
margin-left: -20px;
}
.gutter-n15 {
margin-right: -15px;
margin-left: -15px;
}
.gutter-m20 {
margin-right: 20px;
margin-left: 20px;
}
.gutter-p20 {
padding-right: 20px;
padding-left: 20px;
}
.gutter-p15 {
padding-right: 15px;
padding-left: 15px;
}
.gutter-p10 {
padding-right: 10px;
padding-left: 10px;
}
.edge-padding {
padding-right: 20px;
padding-left: 20px;
}
.rb-section ul,
.rb-section ol,
.menu-item {
list-style: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.icon-holder {
display: flex;
align-items: center;
}
.svg-icon {
width: 1.5em;
height: auto;
}
.overlay-text .meta-inner,
.overlay-text .meta-text,
.overlay-text .is-meta,
.overlay-text .meta-label {
color: var(--absolute-light);
--meta-fcolor: var(--absolute-light);
}
.overlay-text .entry-title,
.overlay-text .s-title,
.overlay-text .s-title.fw-headline,
.overlay-text .rb-icon,
.overlay-text .meta-author *:not(em),
.overlay-text .meta-bold,
.overlay-text .meta-category a,
.overlay-text .rb-bookmark,
.overlay-text .caption-text,
.overlay-text .rbi-bookmark,
.overlay-text .t-shared-sec .share-action,
.overlay-text .breadcrumb-inner,
.overlay-text .sponsor-icon,
.overlay-text .p-link,
.overlay-text .podcast-player,
.overlay-text .meta-play-label,
.light-scheme .sponsor-label,
.light-scheme .meta-category a,
.light-scheme .plan-feature:before,
[data-theme='dark'] .t-shared-sec .share-action,
[data-theme='dark'] .sticky-share-list .share-action,
[data-theme='dark'] .sponsor-label,
[data-theme='dark'] .meta-category a,
[data-theme='dark'] .plan-feature:before,
[data-theme='dark'] blockquote,
[data-theme='dark'] blockquote *,
.white-text * {
color: var(--absolute-white);
}
.overlay-text .entry-summary,
.overlay-text .s-tagline,
.overlay-text .s-tagline.fw-tagline {
color: var(--absolute-light);
}
.light-scheme {
color: var(--body-fcolor);
--pagi-bg: var(--solid-light);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 999999s ease-in-out 0s;
}
.holder-wrap {
position: relative;
}
.overlay-wrap {
position: absolute;
z-index: 10;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: flex-end;
flex-flow: row nowrap;
pointer-events: none;
}
.overlay-inner {
position: relative;
display: block;
width: 100%;
padding: 20px;
cursor: auto;
pointer-events: auto;
}
.p-gradient .overlay-inner {
background: -webkit-gradient(linear, left top, left bottom, from(var(--dark-accent-0)), to(var(--dark-accent)));
background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%);
}
.p-top-gradient .overlay-inner {
background: -webkit-gradient(linear, left bottom, left top, from(var(--dark-accent-0)), to(var(--dark-accent)));
background: linear-gradient(to bottom, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%);
}
.block-inner {
display: flex;
flex-flow: row wrap;
flex-grow: 1;
row-gap: var(--bottom-spacing);
}
.is-gap-5 .block-inner {
margin-right: -5px;
margin-left: -5px;
--column-gap: 5px;
}
.is-gap-7 .block-inner {
margin-right: -7px;
margin-left: -7px;
--column-gap: 7px;
}
.is-gap-10 .block-inner {
margin-right: -10px;
margin-left: -10px;
--column-gap: 10px;
}
.is-gap-15 .block-inner {
margin-right: -15px;
margin-left: -15px;
--column-gap: 15px;
}
.is-gap-20 .block-inner {
margin-right: -20px;
margin-left: -20px;
--column-gap: 20px;
}
.is-gap-25 .block-inner {
margin-right: -25px;
margin-left: -25px;
--column-gap: 25px;
}
.is-gap-30 .block-inner {
margin-right: -30px;
margin-left: -30px;
--column-gap: 30px;
}
.is-gap-35 .block-inner {
margin-right: -35px;
margin-left: -35px;
--column-gap: 35px;
}
.block-inner > * {
flex-basis: 100%;
width: 100%;
padding-right: var(--column-gap, 0);
padding-left: var(--column-gap, 0);
}
[class*='is-gap-'] > .block-inner > * {
padding-right: var(--column-gap, 0);
padding-left: var(--column-gap, 0);
}
.is-color .icon-facebook {
color: #89abfc;
}
.is-color .icon-facebook:hover {
color: #1f82ec;
text-shadow: 0 5px 15px #1f82ec;
}
.is-bg .icon-facebook {
background-color: #89abfc;
}
.is-bg .icon-facebook:hover {
background-color: #1f82ec;
box-shadow: 0 5px 15px #1f82ec;
}
.is-color .icon-twitter {
color: #60d2f5;
}
.is-color .icon-twitter:hover {
color: #13b9ee;
text-shadow: 0 5px 15px #13b9ee;
}
.is-bg .icon-twitter {
background-color: #60d2f5;
}
.is-bg .icon-twitter:hover {
background-color: #13b9ee;
box-shadow: 0 5px 15px #13b9ee;
}
.is-color .icon-pinterest {
color: #f74c53;
}
.is-color .icon-pinterest:hover {
color: #f60c19;
text-shadow: 0 5px 15px #f60c19;
}
.is-bg .icon-pinterest {
background-color: #f74c53;
}
.is-bg .icon-pinterest:hover {
background-color: #f60c19;
box-shadow: 0 5px 15px #f60c19;
}
.is-color .icon-instagram {
color: #7e40b6;
}
.is-color .icon-instagram:hover {
color: #8823b6;
text-shadow: 0 5px 15px #8823b6;
}
.is-bg .icon-instagram {
background-color: #7e40b6;
}
.is-bg .icon-instagram:hover {
background-color: #8823b6;
box-shadow: 0 5px 15px #8823b6;
}
.is-color .icon-linkedin {
color: #007bb6;
}
.is-color .icon-linkedin:hover {
color: #006ab1;
text-shadow: 0 5px 15px #006ab1;
}
.is-bg .icon-linkedin {
background-color: #007bb6;
}
.is-bg .icon-linkedin:hover {
background-color: #006ab1;
box-shadow: 0 5px 15px #006ab1;
}
.is-color .icon-tumblr {
color: #32506d;
}
.is-color .icon-tumblr:hover {
color: #1f3143;
text-shadow: 0 5px 15px #1f3143;
}
.is-bg .icon-tumblr {
background-color: #32506d;
}
.is-bg .icon-tumblr:hover {
background-color: #1f3143;
box-shadow: 0 5px 15px #1f3143;
}
.is-color .icon-flickr {
color: #ff0082;
}
.is-color .icon-flickr:hover {
color: #ff015a;
text-shadow: 0 5px 15px #ff015a;
}
.is-bg .icon-flickr {
background-color: #ff0082;
}
.is-bg .icon-flickr:hover {
background-color: #ff015a;
box-shadow: 0 5px 15px #ff015a;
}
.is-color .icon-skype {
color: #00aae1;
}
.is-color .icon-skype:hover {
color: #0070bf;
text-shadow: 0 5px 15px #0070bf;
}
.is-bg .icon-skype {
background-color: #00aae1;
}
.is-bg .icon-skype:hover {
background-color: #0070bf;
box-shadow: 0 5px 15px #0070bf;
}
.is-color .icon-snapchat {
color: #ffc94f;
}
.is-color .icon-snapchat:hover {
color: #e3c100;
text-shadow: 0 5px 15px #e3c100;
}
.is-bg .icon-snapchat {
background-color: #ffc94f;
}
.is-bg .icon-snapchat:hover {
background-color: #e3c100;
box-shadow: 0 5px 15px #e3c100;
}
.is-color .icon-myspace {
color: #030303;
}
.is-color .icon-myspace:hover {
color: #000;
text-shadow: 0 5px 15px #000;
}
.is-bg .icon-myspace {
background-color: #030303;
}
.is-bg .icon-myspace:hover {
background-color: #000;
box-shadow: 0 5px 15px #000;
}
.is-color .icon-youtube {
color: #ef464b;
}
.is-color .icon-youtube:hover {
color: #fc161e;
text-shadow: 0 5px 15px #fc161e;
}
.is-bg .icon-youtube {
background-color: #ef464b;
}
.is-bg .icon-youtube:hover {
background-color: #fc161e;
box-shadow: 0 5px 15px #fc161e;
}
.is-color .icon-bloglovin {
color: #111;
}
.is-color .icon-bloglovin:hover {
color: #000;
text-shadow: 0 5px 15px #000;
}
.is-bg .icon-bloglovin {
background-color: #111;
}
.is-bg .icon-bloglovin:hover {
background-color: #000;
box-shadow: 0 5px 15px #000;
}
.is-color .icon-digg {
color: #191919;
}
.is-color .icon-digg:hover {
color: #000;
}
.is-bg .icon-digg {
background-color: #191919;
}
.is-color .icon-digg:hover {
color: #000;
text-shadow: 0 5px 15px #000;
}
.is-color .icon-dribbble {
color: #fb70a6;
}
.is-color .icon-dribbble:hover {
color: #ff407f;
text-shadow: 0 5px 15px #ff407f;
}
.is-bg .icon-dribbble {
background-color: #fb70a6;
}
.is-bg .icon-dribbble:hover {
background-color: #ff407f;
box-shadow: 0 5px 15px #ff407f;
}
.is-color .icon-soundcloud {
color: #fd794a;
}
.is-color .icon-soundcloud:hover {
color: #ff5313;
text-shadow: 0 5px 15px #ff5313;
}
.is-bg .icon-soundcloud {
background-color: #fd794a;
}
.is-bg .icon-soundcloud:hover {
background-color: #ff5313;
box-shadow: 0 5px 15px #ff5313;
}
.is-color .icon-vk {
color: #5fa0dd;
}
.is-color .icon-vk:hover {
color: #005f8c;
}
.is-bg .icon-vk {
background-color: #5fa0dd;
}
.is-bg .icon-vk:hover {
background-color: #005f8c;
box-shadow: 0 5px 15px #005f8c;
}
.is-color .icon-whatsapp {
color: #00e676;
}
.is-color .icon-whatsapp:hover {
color: #00e537;
text-shadow: 0 5px 15px #00e537;
}
.is-bg .icon-whatsapp {
background-color: #00e676;
}
.is-bg .icon-whatsapp:hover {
background-color: #00e537;
box-shadow: 0 5px 15px #00e537;
}
.is-color .icon-vimeo {
color: #44bbe1;
}
.is-color .icon-vimeo:hover {
color: #16b1e3;
text-shadow: 0 5px 15px #16b1e3;
}
.is-bg .icon-vimeo {
background-color: #44bbe1;
}
.is-bg .icon-vimeo:hover {
background-color: #16b1e3;
box-shadow: 0 5px 15px #16b1e3;
}
.is-color .icon-telegram {
color: #649fdf;
}
.is-color .icon-telegram:hover {
color: #3885d9;
text-shadow: 0 5px 15px #3885d9;
}
.is-bg .icon-telegram {
background-color: #649fdf;
}
.is-bg .icon-telegram:hover {
background-color: #3885d9;
box-shadow: 0 5px 15px #3885d9;
}
.is-color .icon-rss {
color: #ffd43f;
}
.is-color .icon-rss:hover {
color: #eab910;
text-shadow: 0 5px 15px #eab910;
}
.is-bg .icon-rss {
background-color: #ffd43f;
}
.is-bg .icon-rss:hover {
background-color: #eab910;
box-shadow: 0 5px 15px #eab910;
}
.is-color .icon-reddit {
color: #ff4500;
}
.is-color .icon-reddit:hover {
color: #e02200;
text-shadow: 0 5px 15px #e02200;
}
.is-bg .icon-reddit {
background-color: #ff4500;
}
.is-bg .icon-reddit:hover {
background-color: #e02200;
box-shadow: 0 5px 15px #e02200;
}
.is-color .icon-email {
color: #efab68;
}
.is-color .icon-email:hover {
color: #ff9c38;
text-shadow: 0 5px 15px #ff9c38;
}
.is-bg .icon-email {
background-color: #efab68;
}
.is-bg .icon-email:hover {
background-color: #ff9c38;
box-shadow: 0 5px 15px #ff9c38;
}
.is-color .icon-copy {
color: #66bbbf;
}
.is-color .icon-copy:hover {
color: #38787a;
}
.is-color .icon-print {
color: #4082f1;
}
.is-color .icon-print:hover {
color: #0f67f6;
text-shadow: 0 5px 15px #0f67f6;
}
.is-bg .icon-copy {
background-color: #66bbbf;
}
.is-bg .icon-copy:hover {
background-color: #38787a;
box-shadow: 0 5px 15px #38787a;
}
.is-bg .icon-print {
background-color: #4082f1;
}
.is-bg .icon-print:hover {
background-color: #0f67f6;
box-shadow: 0 5px 15px #0f67f6;
}
.is-color .icon-custom {
color: var(--dark-accent);
}
.effect-fadeout.activated a {
opacity: .3;
}
.effect-fadeout.activated a:hover,
.effect-fadeout.activated a:focus {
opacity: 1;
}
.t-shared-sec .share-action:hover,
.l-shared-sec .share-action:hover,
.footer-social-list a:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.is-bg {
color: var(--absolute-white);
}
.is-bg * {
color: inherit;
}
.is-hidden {
display: none !important;
}
.is-invisible {
visibility: hidden;
opacity: 0;
}
.rb-loader {
font-size: 10px;
position: relative;
display: none;
overflow: hidden;
width: 3em;
height: 3em;
transform: translateZ(0);
animation: spin-loader .8s infinite linear;
text-indent: -9999em;
color: var(--g-color);
border-radius: 50%;
background: currentColor;
background: linear-gradient(to right, currentColor 10%, rgba(255, 255, 255, 0) 50%);
}
.rb-loader:before {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 50%;
content: '';
color: inherit;
border-radius: 100% 0 0 0;
background: currentColor;
}
.rb-loader:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 75%;
height: 75%;
margin: auto;
content: '';
opacity: 0.5;
border-radius: 50%;
background: var(--solid-white);
}
@-webkit-keyframes spin-loader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes spin-loader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.rb-loader.loader-absolute {
position: absolute;
bottom: 50%;
left: 50%;
display: block;
margin-top: -1.5em;
margin-left: -1.5em;
}
.rb-absolute-link {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.opacity-animate {
-webkit-transition: opacity .25s var(--timing);
transition: opacity .25s var(--timing);
}
.is-invisible {
opacity: 0;
}
.pagination-wrap {
position: relative;
display: flex;
justify-content: center;
width: 100%;
margin-top: var(--bottom-spacing);
padding-right: var(--column-gap, 0);
padding-left: var(--column-gap, 0);
}
.pagination-nextprev > *:first-child {
margin-right: 10px;
}
.pagination-trigger.is-disable {
pointer-events: none;
opacity: .5;
}
.loadmore-trigger span, .pagination-trigger,
.pagination-wrap .older a, .pagination-wrap .newer a,
.pagination-number .page-numbers {
font-size: var(--pagi-size, inherit);
line-height: calc(var(--pagi-size, inherit) * 1.6);
position: relative;
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
min-height: var(--height-34);
padding: var(--padding-40);
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--pagi-color, currentColor);
border-color: var(--pagi-accent-color, var(--flex-gray-7));
border-radius: var(--round-7);
background-color: var(--pagi-accent-color, var(--flex-gray-7));
}
.pagination-number .page-numbers {
border: 1px solid var(--flex-gray-15);
background-color: transparent;
}
.pagination-number .page-numbers {
margin: 0 3px;
padding: 0 15px;
}
.pagination-number .page-numbers:not(.prev):not(.next) {
padding: 0 10px;
}
.pagination-number span.page-numbers:not(.dots) {
color: #fff;
border-color: var(--g-color);
background-color: var(--g-color);
}
.pagination-number span.page-numbers.dots {
padding: 0 20px;
opacity: .5;
border-color: transparent;
background-color: transparent;
}
.pagination-number span.page-numbers {
pointer-events: none;
}
.loadmore-trigger.loading span {
opacity: 0;
}
.pagination-loadmore .rb-loader {
font-size: 8px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1.5em;
margin-left: -1.5em;
}
.infinite-trigger {
position: relative;
display: flex;
justify-content: center;
width: 100%;
min-height: 3em;
}
.infinite-trigger .rb-loader {
position: absolute;
top: 0;
left: 50%;
margin-left: -1.5em;
}
.page-links {
display: flex;
align-items: center;
justify-content: space-between;
}
.page-links .post-page-numbers {
line-height: var(--height-34);
position: relative;
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
margin: 0 2px;
padding: 0 10px;
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: none !important;
border-radius: var(--round-7);
background-color: var(--flex-gray-7);
}
.page-links a.post-page-numbers:hover {
color: var(--absolute-white) !important;
}
.page-links .text-link-next .post-page-numbers,
.page-links .text-link-prev .post-page-numbers {
padding: var(--padding-40);
}
.page-links .post-page-numbers.current {
color: var(--absolute-white);
background: var(--g-color);
}
.text-link-next a span {
margin-right: 4px;
}
.text-link-prev a span {
margin-left: 4px;
}
.pagination-simple > * {
padding-right: 10px;
padding-left: 10px;
}
.pagination-simple .older:first-child {
margin-left: auto;
padding-right: 0;
padding-left: 0;
}
.pagination-simple .newer:last-child {
margin-right: auto;
padding-right: 0;
padding-left: 0;
}
a.page-numbers:hover, .page-links a.post-page-numbers:hover,
.pagination-nextprev a:hover,
.pagination-wrap:not(.pagination-nextprev):not(.page-links) a:hover span,
.pagination-simple a:hover {
color: var(--absolute-white);
background-color: var(--g-color);
-webkit-box-shadow: 0 0 15px var(--g-color-90);
box-shadow: 0 0 15px var(--g-color-90);
}
.is-pagi-text .pagination-trigger,
.is-pagi-text .loadmore-trigger span,
.is-pagi-text .pagination-trigger:hover,
.is-pagi-text .loadmore-trigger:hover span {
padding-right: 10px;
padding-left: 10px;
color: var(--pagi-color, currentColor);
background-color: transparent !important;
box-shadow: none !important;
}
.is-pagi-text .loadmore-trigger > span:after {
font-family: 'ruby-icon' !important;
font-size: var(--em-small);
padding-left: 0.4em;
content: '\e958';
-webkit-transition: var(--effect);
transition: var(--effect);
}
.is-pagi-text .rbi-angle-left:before {
font-size: var(--em-small);
padding-right: .2em;
content: '\e959';
}
.is-pagi-text .rbi-angle-right:before {
font-size: var(--em-small);
padding-left: .2em;
content: '\e958';
}
.is-pagi-text .pagination-trigger i {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.is-pagi-text .pagination-trigger:hover {
color: var(--g-color, inherit);
}
.is-pagi-text .loadmore-trigger:hover span {
color: var(--g-color, inherit) !important;
}
.is-pagi-text .pagination-trigger:hover i.rbi-angle-left {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
.is-pagi-text .pagination-trigger:hover i.rbi-angle-right,
.is-pagi-text .loadmore-trigger:hover > span:after {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
.is-pagi-border .pagination-trigger {
border: 1px solid var(--pagi-accent-color, currentColor);
background-color: transparent;
}
.is-pagi-border .pagination-trigger:hover {
border-color: var(--g-color);
}
body .p-wrap.end-list-info {
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
.end-list-info i {
margin-right: 7px;
}
.search-form, .wp-block-search__inside-wrapper {
position: relative;
display: flex;
overflow: hidden;
align-items: stretch;
flex-flow: row nowrap;
width: 100%;
border-radius: var(--round-7);
background-color: var(--flex-gray-7);
}
.search-form-input {
flex-grow: 1;
}
.search-form input[type='search'] {
width: 100%;
padding: 15px 15px 15px 5px;
background: none !important;
}
.wp-block-search .wp-block-search__button {
margin: 0;
}
.wp-block-search input[type='search'] {
position: relative;
width: 100%;
padding: 0 20px;
border: none;
background: none !important;
}
.widget_block.widget_search form {
position: relative;
display: flex;
overflow: hidden;
align-items: stretch;
flex-flow: row nowrap;
width: 100%;
}
.widget_search.widget_block input[type='search'] {
padding: 10px 20px;
}
.search-form-icon {
display: flex;
align-items: center;
flex-grow: 0;
flex-shrink: 0;
justify-content: center;
padding: 0 10px;
}
.search-form-icon i {
font-size: var(--em-small);
}
.search-form-submit {
position: relative;
display: flex;
align-items: center;
flex-grow: 0;
flex-shrink: 0;
justify-content: center;
}
.search-form-submit:before {
position: absolute;
top: 50%;
left: 0;
height: .8em;
margin-top: -.4em;
content: '';
border-left: 2px solid var(--g-color);
}
.search-submit, .wp-block-search [type='submit'] {
height: 100%;
padding: 0 20px;
cursor: pointer;
-webkit-transition: var(--effect);
transition: var(--effect);
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-search [type='submit'] {
border-left: 2px solid var(--g-color);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.search-submit:hover, .search-submit:active,
.wp-block-search [type='submit']:hover, .wp-block-search [type='submit']:active {
color: #fff;
background-color: var(--g-color);
-webkit-box-shadow: 0 4px 15px var(--g-color-90);
box-shadow: 0 4px 15px var(--g-color-90);
}
.wp-block-search__label {
display: none;
}
.mfp-bg {
position: fixed;
z-index: 9042;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: var(--dark-accent);
}
.mfp-wrap {
position: fixed;
z-index: 9043;
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-wrap button > * {
pointer-events: none;
}
.mfp-container {
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
padding: 0;
text-align: center;
}
.mfp-container:before {
display: inline-block;
height: 100%;
content: '';
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
z-index: 1045;
display: inline-block;
margin: 0 auto;
text-align: left;
vertical-align: middle;
}
.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: zoom-out;
}
.mfp-zoom {
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
position: absolute;
z-index: 1044;
top: 50%;
right: 8px;
left: 8px;
width: auto;
margin-top: -0.8em;
text-align: center;
color: #ccc;
}
.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::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-arrow {
position: absolute;
top: 50%;
width: 130px;
height: 110px;
margin: 0;
margin-top: -55px;
padding: 0;
opacity: 0.65;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow-left i {
margin-left: -30px;
}
.mfp-arrow-right i {
margin-right: -30px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 0;
height: 0;
margin-top: 35px;
margin-left: 35px;
content: '';
border: medium inset transparent;
}
.mfp-arrow:after {
top: 8px;
border-top-width: 13px;
border-bottom-width: 13px;
}
.mfp-arrow:before {
opacity: 0.7;
border-top-width: 21px;
border-bottom-width: 21px;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-right {
right: 0;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-scaler {
overflow: hidden;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #000;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
img.mfp-img {
line-height: 0;
display: block;
box-sizing: border-box;
width: auto;
max-width: 100%;
height: auto;
margin: 0 auto;
padding: 40px 0 40px;
}
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
position: absolute;
z-index: -1;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
display: block;
width: auto;
height: auto;
content: '';
background: #444;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
font-size: 12px;
line-height: 14px;
display: block;
color: #bdbdbd;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin-top: -36px;
cursor: auto;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
.mfp-bg.popup-animation {
-webkit-transition: all .5s var(--timing);
transition: all .5s var(--timing);
opacity: 0;
}
.mfp-bg.mfp-ready.popup-animation {
opacity: .92;
}
.mfp-bg.mfp-ready.popup-animation.site-access-popup {
opacity: .99;
}
.mfp-removing.mfp-bg.mfp-ready.popup-animation {
opacity: 0 !important;
}
.popup-animation .mfp-content {
-webkit-transition: all .5s var(--timing);
transition: all .5s var(--timing);
opacity: 0;
}
.popup-animation.mfp-ready .mfp-content {
opacity: 1;
}
.popup-animation.mfp-removing .mfp-content {
opacity: 0;
}
.tipsy {
position: absolute;
z-index: 100000;
padding: 5px;
pointer-events: none;
}
.tipsy-inner {
font-size: var(--meta-fsize);
line-height: 1;
max-width: 200px;
padding: 7px 10px;
text-align: center;
color: var(--absolute-white);
border-radius: var(--round-3);
background-color: var(--dark-accent);
}
.tipsy-arrow {
line-height: 0;
position: absolute;
width: 0;
height: 0;
border: 5px dashed var(--dark-accent);
}
body.rtl .tipsy-e .tipsy-arrow { right: 0; left: auto; -webkit-transform: scale(-1, 1); transform: scale(-1, 1);
}
.rtl .rbi.rbi-pin:before,
.rtl .rbi.rbi-behance:before,
.rtl .rbi.rbi-digg:before,
.rtl .rbi.rbi-dribbble:before,
.rtl .rbi.rbi-instagram:before,
.rtl .rbi.rbi-linkedin:before,
.rtl .rbi.rbi-pinterest:before,
.rtl .rbi.rbi-reddit:before,
.rtl .rbi.rbi-skype:before,
.rtl .rbi.rbi-soundcloud:before,
.rtl .rbi.rbi-spotify:before,
.rtl .rbi.rbi-stripe:before,
.rtl .rbi.rbi-stumbleupon:before,
.rtl .rbi.rbi-telegram:before,
.rtl .rbi.rbi-tiktok:before,
.rtl .rbi.rbi-tumblr:before,
.rtl .rbi.rbi-twitter:before,
.rtl .rbi.rbi-viber:before,
.rtl .rbi.rbi-vimeo:before,
.rtl .rbi.rbi-vk:before,
.rtl .rbi.rbi-waze:before,
.rtl .rbi.rbi-whatsapp:before,
.rtl .rbi.rbi-yelp:before,
.rtl .rbi.rbi-youtube:before,
.rtl .rbi.rbi-myspace:before,
.rtl .rbi.rbi-rss:before,
.rtl .rbi.rbi-print:before,
.rtl .rbi.rbi-facebook:before { -webkit-transform: none; transform: none;
}
.tipsy-arrow-n {
border-bottom-color: var(--dark-accent);
}
.tipsy-n .tipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-top: none;
border-right-color: transparent;
border-bottom-style: solid;
border-left-color: transparent;
}
.tipsy-w .tipsy-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top-color: transparent;
border-right-style: solid;
border-bottom-color: transparent;
border-left: none;
}
.tipsy-e .tipsy-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top-color: transparent;
border-right: none;
border-bottom-color: transparent;
border-left-style: solid;
}
.tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-style: solid;
border-right-color: transparent;
border-bottom: none;
border-left-color: transparent;
} @font-face {
font-family: 'ruby-icon';
src: url(//blog.fashfed.com/wp-content/themes/foxiz/assets/fonts/icons.ttf?v=1.6.3) format('truetype'),
url(//blog.fashfed.com/../fonts/icons.woff?v=1.6.3) format('woff'),
url(//blog.fashfed.com/../fonts/icons.svg?v=1.6.3#ruby-icon) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.rbi, [class^='rbi-'], [class='rbi-'] {
font-family: 'ruby-icon' !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
body.rtl .rbi:before { display: inline-block; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
.rbi-version:before {
content: '\e972';
}
.rbi-copy:before {
content: '\e965';
}
.rbi-pin:before {
content: '\e962';
}
.rbi-notification:before {
content: '\e95a';
}
.rbi-information:before {
content: '\e95c';
}
.rbi-shield:before {
content: '\e95e';
}
.rbi-right:before,
.rbi-next:before {
content: '\e958';
}
.rbi-left:before,
.rbi-prev:before {
content: '\e959';
}
.rbi-resize:before {
content: '\e961';
}
.rbi-help:before {
content: '\e95b';
}
.rbi-minus-o:before {
content: '\e95d';
}
.rbi-cancel:before {
content: '\e95f';
}
.rbi-check:before {
content: '\e960';
}
.rbi-gallery:before {
content: '\e955';
}
.rbi-audio:before {
content: '\e956';
}
.rbi-video:before {
content: '\e957';
}
.rbi-darrow-top:before {
content: '\e94a';
}
.rbi-search:before {
content: '\e946';
}
.rbi-watch:before {
content: '\e93a';
}
.rbicolorose:before {
content: '\e949';
}
.rbi-home:before {
content: '\e952';
}
.rbi-portfolio:before {
content: '\e901';
}
.rbi-menu:before {
content: '\e953';
}
.rbi-chart:before {
content: '\e929';
}
.rbi-suitcase:before {
content: '\e94d';
}
.rbi-clock:before {
content: '\e947';
}
.rbi-time:before {
content: '\e948';
}
.rbi-comment:before {
content: '\e945';
}
.rbi-email:before {
content: '\e908';
}
.rbi-share:before {
content: '\e94e';
}
.rbi-load:before {
content: '\e942';
}
.rbi-read:before {
content: '\e94c';
}
.rbi-archive:before {
content: '\e944';
}
.rbi-tag:before {
content: '\e94b';
}
.rbi-print:before {
content: '\e909';
}
.rbi-500px:before {
content: '\e90a';
}
.rbi-amazon:before {
content: '\e90b';
}
.rbi-store:before {
content: '\e90c';
}
.rbi-behance:before {
content: '\e90d';
}
.rbi-blogger:before {
content: '\e90f';
}
.rbi-chromecast:before {
content: '\e911';
}
.rbi-digg:before {
content: '\e912';
}
.rbi-dribbble:before {
content: '\e913';
}
.rbi-dropbox:before {
content: '\e914';
}
.rbi-ebay:before {
content: '\e93f';
}
.rbi-etsy:before {
content: '\e940';
}
.rbi-facebook:before {
content: '\e915';
}
.rbi-messenger:before {
content: '\e916';
}
.rbi-flickr:before {
content: '\e917';
}
.rbi-flipboard:before {
content: '\e918';
}
.rbi-github:before {
content: '\e919';
}
.rbi-google:before {
content: '\e91a';
}
.rbi-drive:before {
content: '\e91b';
}
.rbi-chplay:before {
content: '\e91c';
}
.rbi-wallet:before {
content: '\e91d';
}
.rbi-instagram:before {
content: '\e91e';
}
.rbi-linkedin:before {
content: '\e91f';
}
.rbi-mailchimp:before {
content: '\e920';
}
.rbi-close:before {
content: '\e949';
}
.rbi-medium:before {
content: '\e921';
}
.rbi-paypal:before {
content: '\e922';
}
.rbi-pinterest:before {
content: '\e923';
}
.rbi-quora:before {
content: '\e941';
}
.rbi-reddit:before {
content: '\e928';
}
.rbi-skype:before {
content: '\e92a';
}
.rbi-snapchat:before {
content: '\e92b';
}
.rbi-soundcloud:before {
content: '\e92c';
}
.rbi-spotify:before {
content: '\e92d';
}
.rbi-stripe:before {
content: '\e92e';
}
.rbi-stumbleupon:before {
content: '\e92f';
}
.rbi-telegram:before {
content: '\e930';
}
.rbi-tiktok:before {
content: '\e943';
}
.rbi-tripadvisor:before {
content: '\e931';
}
.rbi-tumblr:before {
content: '\e932';
}
.rbi-twitch:before {
content: '\e933';
}
.rbi-twitter:before {
content: '\e934';
}
.rbi-viber:before {
content: '\e936';
}
.rbi-vimeo:before {
content: '\e937';
}
.rbi-vk:before {
content: '\e938';
}
.rbi-waze:before {
content: '\e939';
}
.rbi-whatsapp:before {
content: '\e93b';
}
.rbi-wordpress:before {
content: '\e93c';
}
.rbi-yelp:before {
content: '\e93d';
}
.rbi-youtube:before {
content: '\e93e';
}
.rbi-bookmark-fill:before {
content: '\e906';
}
.rbi-bookmark:before {
content: '\e907';
}
.rbi-plus:before {
content: '\e900';
}
.rbi-cright:before {
content: '\e902';
}
.rbi-cleft:before {
content: '\e903';
}
.rbi-cdown:before {
content: '\e904';
}
.rbi-cup:before {
content: '\e905';
}
.rbi-thumbs-up:before {
content: '\e86d';
}
.rbi-minus:before {
content: '\e90e';
}
.rbi-myspace:before {
content: '\30';
}
.rbi-heart:before {
content: '\6c';
}
.rbi-rss:before {
content: '\42';
}
.rbi-angle-down:before {
content: '\e924';
}
.rbi-angle-left:before {
content: '\e925';
}
.rbi-angle-right:before {
content: '\e926';
}
.rbi-angle-up:before {
content: '\e927';
}
.rbi-cart:before {
content: '\e963';
}
.rbi-trash:before {
content: '\e964';
}
.rbi-via:before {
content: '\e935';
}
.rbi-trending:before {
content: '\e954';
}
.rbi-bitcoin:before {
content: '\e910';
}
.rbi-star-half:before {
content: '\e950';
}
.rbi-star-o:before {
content: '\e94f';
}
.rbi-star:before {
content: '\e951';
}
.rbi-link-o:before {
content: '\e9cb';
}
.rbi-portfolio-o:before {
content: '\e96a';
}
.rbi-home-o:before {
content: '\e968';
}
.rbi-external:before {
content: '\e969';
}
.rbi-clone:before {
content: '\e96b';
}
.rbi-link:before {
content: '\e967';
}
.rbi-rdoc:before {
content: '\e96c';
}
.rbi-mic:before {
content: '\e96d';
}
.rbi-frequency:before {
content: '\e96e';
}
.rbi-stitcher:before {
content: '\e970';
}
.rbi-googlepodcast:before {
content: '\e96f';
}
.rbi-applepodcast:before {
content: '\f2ce';
}
.rbi-pause:before {
content: '\e973';
}
.rbi-volume:before {
content: '\e979';
}
.rbi-volume-off:before {
content: '\e97a';
}
.rbi-reload:before {
content: '\e97b';
}
.rbi-play:before {
content: '\e971';
}
.rbi-skip-back:before {
content: '\e974';
}
.rbi-loading:before {
content: '\e975';
}
.rbi-jump-next:before {
content: '\e976';
} .swiper-container {
position: relative;
z-index: 1;
overflow: hidden;
margin-right: auto;
margin-left: auto;
padding: 0;
list-style: none;
}
.pre-load:not(.swiper-container-initialized) {
max-height: 0;
}
.swiper-container-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
z-index: 1;
display: flex;
box-sizing: content-box;
width: 100%;
height: 100%;
transition-property: transform;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
flex-direction: column;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
margin: 0 auto;
transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
touch-action: pan-x;
}
.swiper-slide {
position: relative;
flex-shrink: 0;
width: 100%;
height: 100%;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-container-3d {
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-button-prev,
.swiper-button-next {
position: absolute;
z-index: 10;
top: 50%;
display: flex;
align-items: center;
justify-content: center;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
cursor: pointer;
color: var(--swiper-navigation-color, var(--g-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
cursor: auto;
pointer-events: none;
opacity: 0.35;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-size: var(--swiper-navigation-size);
font-variant: initial;
line-height: 1;
letter-spacing: 0;
text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next { right: auto; left: 10px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after { content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev { right: 10px; left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after { content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
--swiper-navigation-color: #fff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
--swiper-navigation-color: #000;
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
z-index: 10;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
text-align: center;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullet,
body .swiper-pagination-bullet {
position: relative;
display: inline-block;
width: calc(var(--nav-size, 32px) / 2);
height: calc(var(--nav-size, 32px) / 2);
margin-right: 0;
margin-left: 0;
-webkit-transition: -webkit-transform .25s var(--timing);
transition: transform .25s var(--timing);
opacity: .4;
background: none;
}
.swiper-pagination-bullet:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transform: scale(.5);
transform: scale(.5);
pointer-events: none;
color: inherit;
border-radius: 100%;
background: currentColor;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
-webkit-transform: scale(.75);
transform: scale(.75);
}
button.swiper-pagination-bullet {
margin: 0;
padding: 0;
border: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-bullet-active {
opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
top: 50%;
right: 10px;
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
display: block;
margin: 6px 0;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
width: 8px;
transform: translateY(-50%);
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.block-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
position: absolute;
background: var(--dark-accent-90);
}
body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
background: var(--g-color);
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
right: 30%;
bottom: 15px;
left: 30%;
overflow: hidden;
height: 3px;
border-radius: 5px;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
top: 0;
left: 0;
height: 2px;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
position: relative;
border-radius: var(--round-7);
background: var(--dark-accent-90);
-ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
z-index: 50;
bottom: 3px;
left: 1%;
width: 98%;
height: 5px;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
z-index: 50;
top: 1%;
right: 3px;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: var(--round-7);
background: var(--g-color);
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
box-sizing: border-box;
width: 42px;
height: 42px;
margin-top: -21px;
margin-left: -21px;
transform-origin: 50%;
animation: swiper-preloader-spin 1s infinite linear;
border: 4px solid var(--swiper-preloader-color, var(--g-color));
border-top-color: transparent;
border-radius: 50%;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}
.swiper-container .swiper-notification {
position: absolute;
z-index: -1000;
top: 0;
left: 0;
pointer-events: none;
opacity: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
transition-property: opacity;
pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube {
overflow: visible;
}
.swiper-container-cube .swiper-slide {
z-index: 1;
visibility: hidden;
width: 100%;
height: 100%;
transform-origin: 0 0;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
visibility: visible;
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.6;
}
.swiper-container-cube .swiper-cube-shadow:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
background: #000;
-webkit-filter: blur(50px);
filter: blur(50px);
}
.swiper-container-flip {
overflow: visible;
}
.swiper-container-flip .swiper-slide {
z-index: 1;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .header-wrap {
position: relative;
display: block;
}
.header-fw .navbar-wrap > .rb-container,
.header-fw.header-4 .logo-sec > .rb-container {
max-width: 100%;
}
.navbar-wrap {
position: relative;
z-index: 999;
display: block;
}
.header-mobile {
display: none;
}
#amp-header .header-mobile {
display: block;
}
.navbar-transparent {
background-color: transparent;
}
.navbar-transparent .navbar-inner {
border-bottom: 1px solid #ffffff26;
}
.sticky-on .navbar-transparent .navbar-inner {
border-color: transparent;
}
.navbar-wrap:not(.navbar-transparent),
.sticky-on .navbar-wrap {
background: var(--nav-bg);
background: -webkit-linear-gradient(left, var(--nav-bg-from) 0%, var(--nav-bg-to) 100%);
background: linear-gradient(to right, var(--nav-bg-from) 0%, var(--nav-bg-to) 100%);
}
.style-shadow .navbar-wrap:not(.navbar-transparent),
.sticky-on .navbar-wrap {
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.header-fw.style-d-border .navbar-wrap:not(.navbar-transparent):after,
.header-fw.style-tbd-border .navbar-wrap:not(.navbar-transparent):after,
.header-wrapper.style-d-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after,
.header-wrapper.style-tbd-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 0;
content: '';
pointer-events: none;
border-bottom: 2px solid currentColor;
}
.header-fw.style-border .navbar-wrap:not(.navbar-transparent):after,
.header-wrapper.style-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after {
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 0;
content: '';
pointer-events: none;
border-bottom: 1px solid var(--flex-gray-15);
}
.header-fw.style-tbd-border .navbar-wrap:not(.navbar-transparent):before,
.header-wrapper.style-tbd-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:before {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0;
width: 100%;
height: 0;
content: '';
pointer-events: none;
border-bottom: 2px solid currentColor;
}
.header-4 .navbar-wrap:not(.navbar-transparent):before {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
height: 0;
content: '';
pointer-events: none;
border-bottom: 1px solid var(--flex-gray-15);
}
.header-4 .navbar-wrap:not(.navbar-transparent):after,
.header-5.style-tb-border.header-fw .navbar-wrap:not(.navbar-transparent):after,
.header-5.style-tb-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 0;
content: '';
pointer-events: none;
border-bottom: 1px solid var(--flex-gray-15);
}
.header-5.style-tb-shadow-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:before,
.header-5.style-tb-shadow-border.header-fw .navbar-wrap:not(.navbar-transparent):before,
.header-5.style-tb-border.header-fw .navbar-wrap:not(.navbar-transparent):before,
.header-5.style-tb-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:before {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0;
width: 100%;
height: 0;
content: '';
pointer-events: none;
border-bottom: 1px solid var(--flex-gray-15);
}
.header-5.style-tb-shadow-border .navbar-wrap:not(.navbar-transparent) {
-webkit-box-shadow: 0 10px 10px var(--shadow-2);
box-shadow: 0 10px 10px var(--shadow-2);
}
.navbar-inner {
position: relative;
display: -webkit-flex;
display: flex;
align-items: stretch;
flex-flow: row nowrap;
justify-content: space-between;
max-width: 100%;
min-height: var(--nav-height);
}
.navbar-left, .navbar-right,
.navbar-center {
display: -webkit-flex;
display: flex;
align-items: stretch;
flex-flow: row nowrap;
}
.navbar-left {
flex-grow: 1;
}
.header-3 .navbar-wrap .navbar-left,
.header-3 .navbar-wrap .navbar-right {
flex-grow: 0;
}
.header-3 .navbar-wrap .navbar-center {
flex-grow: 1;
justify-content: center;
}
.logo-wrap {
display: -webkit-flex;
display: flex;
align-items: center;
flex-shrink: 0;
max-height: 100%;
margin-right: 20px;
}
.the-logo a {
-webkit-transition: opacity .25s var(--timing);
transition: opacity .25s var(--timing);
}
.the-logo img {
width: 100%;
max-width: 100%;
}
.logo-wrap a {
max-height: 100%;
}
.is-image-logo.logo-wrap a {
display: block;
}
.logo-wrap img {
display: block;
width: auto;
max-height: var(--nav-height);
-webkit-transition: opacity .25s var(--timing);
transition: opacity .25s var(--timing);
object-fit: cover;
}
.is-hd-4, .is-hd-5 {
--nav-height: 40px;
}
.header-4 .logo-wrap:not(.mobile-logo-wrap) img {
max-height: var(--hd4-logo-height, 60px);
}
.header-5 .logo-wrap:not(.mobile-logo-wrap) img {
max-height: var(--hd5-logo-height, 60px);
}
.header-4 .main-menu > li > a,
.header-4 .more-section-outer .more-trigger {
padding-right: var(--menu-item-spacing, 20px);
padding-left: var(--menu-item-spacing, 20px);
border-left: 1px solid var(--flex-gray-15);
}
.header-4.header-fw .main-menu > li:first-child > a {
border-left: none;
}
.header-5 .logo-sec-left,
.header-5 .logo-sec-center,
.header-5 .logo-sec-right {
position: relative;
display: flex;
flex: 0 0 33.33%;
margin: 0;
}
.header-5 .logo-sec-left {
line-height: 1;
align-items: center;
}
.logo-sec-left > *:not(:last-child):before {
position: absolute;
top: .4em;
right: 0;
bottom: .4em;
display: block;
content: '';
border-right: 1px solid var(--nav-color-10);
}
.header-5 .logo-sec-center {
justify-content: center;
}
.header-5 .logo-wrap:not(.mobile-logo-wrap) {
margin: 0;
}
.header-5 .logo-sec-right {
align-items: stretch;
justify-content: flex-end;
}
.header-5 .navbar-center {
justify-content: center;
width: 100%;
}
.more-section-outer .more-trigger,
.logo-sec {
padding-top: 15px;
padding-bottom: 15px;
}
.logo-sec-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.logo-sec-center {
margin: 0 auto;
}
.logo-sec-right {
display: flex;
align-items: center;
flex-flow: row nowrap;
margin-left: auto;
}
.logo-sec-right > * {
padding-right: 10px;
padding-left: 10px;
}
.logo-sec-right .header-search-form {
margin-bottom: 0;
}
.logo-sec-right .search-form-inner {
min-width: 320px;
background-color: var(--flex-gray-7);
}
.header-social-list > a {
display: inline-flex;
align-items: center;
padding-right: 5px;
padding-left: 5px;
}
.is-logo-svg img {
width: auto;
height: 999px;
object-fit: contain;
}
.the-logo a:hover,
.logo-wrap a:hover img {
opacity: .7;
}
.logo-wrap.is-text-logo {
align-items: center;
}
.is-text-logo .logo-title > * {
position: relative;
display: inline-block;
letter-spacing: -.05em;
text-transform: uppercase;
color: var(--nav-color);
}
.is-text-logo .logo-title > *:first-letter {
color: var(--g-color);
}
.navbar-right > * {
position: static;
display: -webkit-flex;
display: flex;
align-items: center;
height: 100%;
}
.navbar-outer .navbar-right > * {
color: var(--nav-color);
}
.large-menu > li {
position: relative;
display: block;
float: left;
}
.large-menu .sub-menu li,
.menu-has-child-flex {
position: relative;
}
.large-menu .sub-menu,
.header-dropdown {
position: absolute;
z-index: 9999;
top: -9999px;
right: auto;
left: 0;
display: block;
visibility: hidden;
min-width: 210px;
margin-top: 20px;
list-style: none;
-webkit-transition: top 0s, opacity .25s var(--timing), margin .25s var(--timing);
transition: top 0s, opacity .25s var(--timing), margin .25s var(--timing);
pointer-events: none;
opacity: 0;
border-radius: var(--round-7);
}
.mega-dropdown,
.flex-dropdown {
position: absolute;
z-index: 888;
top: -9999px; right: auto; left: -10%;
display: block;
overflow: hidden;
min-width: 180px;
margin-top: 20px;
cursor: auto;
-webkit-transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s;
transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s;
pointer-events: none;
opacity: 0;
background: transparent;
}
.flex-dropdown.is-mega-template.mega-has-left {
overflow: inherit;
}
.mega-dropdown-inner:not(.mega-template-inner) {
border-radius: var(--round-7);
background: var(--subnav-bg);
background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.mega-dropdown {
width: 100vw;
}
.more-section-inner {
width: var(--more-width, auto);
max-width: 100vw;
pointer-events: auto;
color: var(--subnav-color);
border-radius: var(--round-7);
background: var(--subnav-bg);
background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.more-section .heading-title > * {
color: var(--subnav-color);
}
.large-menu > li:hover > .sub-menu,
.large-menu > li:hover > .header-dropdown,
.header-dropdown-outer.dropdown-activated .header-dropdown {
top: calc(100% - 1px);
bottom: auto;
visibility: visible;
max-width: 1240px;
margin-top: 0;
pointer-events: auto;
opacity: 1;
}
li.menu-item.mega-menu-loaded:hover > .mega-dropdown,
li.menu-item.mega-menu-loaded:hover > .flex-dropdown,
.menu-has-child-flex.dropdown-activated .flex-dropdown {
top: calc(100% - 1px);
bottom: auto;
visibility: visible;
margin-top: 0;
-webkit-transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s;
transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s;
opacity: 1;
}
.large-menu .sub-menu .sub-menu {
top: -10px;
left: 100%;
margin-top: 0;
margin-left: 20px;
}
.large-menu .sub-menu li:hover > .sub-menu {
left: calc(100% - 5px);
visibility: visible;
margin-left: 0;
pointer-events: auto;
opacity: 1;
}
.sub-menu-title {
font-size: var(--em-mini);
line-height: 1;
position: absolute;
top: -3px;
left: 100%;
margin-left: 5px;
padding: 2px 5px;
color: var(--subnav-color);
border-radius: var(--round-3);
background: #eee;
}
.menu-has-child-mega .mega-dropdown-inner .sub-menu {
display: none;
}
.mega-header {
display: flex;
align-items: center;
flex-flow: row nowrap;
width: 100%;
margin-bottom: 20px;
}
.mega-header:not(.mega-header-fw) {
padding-bottom: 5px;
border-bottom: 1px solid var(--subnav-color-10);
}
.mega-link {
display: inline-flex;
align-items: center;
margin-left: auto;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.mega-link i {
margin-left: 3px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.mega-link:hover {
color: var(--g-color);
}
.mega-link:hover i {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
.is-mega-category .block-grid-small-1 .p-wrap {
margin-bottom: 0;
}
.mega-dropdown-inner {
width: 100%;
padding: 20px 20px 30px 20px;
pointer-events: auto;
}
.mega-template-inner {
pointer-events: auto;
}
.flex-dropdown .mega-template-inner {
border-radius: var(--round-5);
-webkit-box-shadow: 0 4px 30px var(--shadow-12);
box-shadow: 0 4px 30px var(--shadow-12);
}
.mega-hierarchical .mega-dropdown-inner {
display: grid;
padding: 20px 0 30px 0;
grid-template-columns: 4fr 4fr 3fr;
}
.mega-hierarchical .block-list-small-1 {
--bottom-spacing: 10px;
}
.mega-col {
padding-right: 25px;
padding-left: 25px;
}
.mega-col-intro {
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
}
.mega-col-intro > *:not(:last-child) {
margin-bottom: 20px;
}
.mega-col-intro .category-hero-wrap {
max-width: 90%;
}
.mega-header:not(.mega-header-fw) i {
width: 1em;
margin-right: 5px;
color: var(--g-color);
}
.mega-hierarchical .p-list-small-2 .feat-holder {
width: 125px;
}
.mega-col .p-wrap:last-child {
margin-bottom: 0;
}
.cbox-description {
font-size: var(--rem-mini);
}
.cbox-description * {
font-size: inherit;
}
.main-menu-wrap {
display: flex;
align-items: center;
height: 100%;
}
.main-menu-wrap .rb-error {
color: var(--nav-color);
}
.menu-item a > span {
font-size: inherit;
font-weight: inherit;
font-style: inherit;
position: relative;
display: inline-flex;
letter-spacing: inherit;
}
.main-menu > li > a {
position: relative;
display: flex;
display: -webkit-flex;
align-items: center;
flex-wrap: nowrap;
height: var(--nav-height);
padding-right: var(--menu-item-spacing, 12px);
padding-left: var(--menu-item-spacing, 12px);
white-space: nowrap;
color: var(--nav-color);
}
.main-menu > li > a .menu-sub-title {
position: relative;
left: auto;
display: inline-flex;
justify-content: center;
height: 1.4em;
vertical-align: top;
}
.main-menu .sub-menu {
padding: 10px 0;
background: var(--subnav-bg);
background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
-webkit-box-shadow: 0 4px 30px var(--shadow-12);
box-shadow: 0 4px 30px var(--shadow-12);
}
.menu-ani-1 .main-menu .sub-menu > .menu-item a,
.menu-ani-3 .main-menu .sub-menu > .menu-item a {
-webkit-transition: background .25s var(--timing), border-color .25s var(--timing);
transition: background .25s var(--timing), border-color .25s var(--timing);
border-left: 3px solid transparent;
}
.menu-ani-1 .main-menu .sub-menu > .menu-item a:hover {
border-color: var(--subnav-color-h, var(--g-color));
background-color: var(--flex-gray-7);
}
.sub-menu > .menu-item a,
.user-dropdown a {
display: flex;
align-items: center;
width: 100%;
padding: 7px 20px;
}
.sub-menu > .menu-item a span,
.user-dropdown a, .more-section a,
.elementor-widget-container .menu a {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.more-section a:hover,
.sub-menu > .menu-item a:hover > span,
.user-dropdown a:hover,
.elementor-widget-container .menu a:hover {
color: var(--subnav-color-h, var(--g-color));
}
.large-menu > .menu-item.menu-item-has-children > a > span {
padding-right: 2px;
}
.large-menu > .menu-item.menu-item-has-children > a:after,
.logged-welcome:after {
font-family: 'ruby-icon';
font-size: var(--rem-mini);
content: '\e924';
-webkit-transition: -webkit-transform .25s var(--timing), color .25s var(--timing);
transition: transform .25s var(--timing), color .25s var(--timing);
will-change: transform;
}
.large-menu > .menu-item.menu-item-has-children:hover > a:after,
.header-dropdown-outer.dropdown-activated .logged-welcome:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.large-menu .sub-menu .menu-item.menu-item-has-children > a:after {
font-family: 'ruby-icon';
font-size: var(--meta-fsize);
line-height: 1;
margin-right: 0;
margin-left: auto;
content: '\e926';
}
body.rtl .large-menu .sub-menu .menu-item.menu-item-has-children > a:after { display: inline-block; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
span.menu-sub-title {
line-height: 1;
position: absolute;
top: 0;
left: 100%;
margin-left: 7px;
padding: 2px 5px;
white-space: nowrap;
color: var(--subnav-color);
border-radius: var(--round-3);
background-color: var(--flex-gray-15);
}
.rb-menu > li > a .menu-sub-title {
color: var(--nav-color);
}
.widget_nav_menu .menu-sub-title,
.sidebar-menu .menu-sub-title {
margin-top: -5px;
margin-left: 5px;
}
.wnav-holder {
padding-right: 5px;
padding-left: 5px;
}
.wnav-holder svg, .wnav-svg {
line-height: 0;
width: 20px;
height: 20px;
}
[data-theme='dark'] .wnav-svg,
.light-scheme .wnav-svg {
filter: invert(100%);
}
.wnav-icon {
font-size: 20px;
}
.widget-h-login.header-dropdown-outer {
position: relative;
}
.widget-h-login .user-dropdown {
right: auto;
left: auto;
}
.widget-h-login .is-logged {
display: inline-flex;
}
.logged-user-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.widget-h-login .logout-url {
color: var(--absolute-white) !important;
background-color: var(--dark-accent);
}
.widget-h-login .logout-url:hover {
background-color: var(--g-color);
}
.widget-h-login .logout-url svg {
width: 14px;
height: 14px;
margin-right: 0;
margin-left: auto;
}
body.rtl .widget-h-login .logout-url svg { display: inline-block; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
.widget-p-listing .p-wrap {
margin-bottom: 20px;
}
.widget-p-listing .p-wrap:last-child {
margin-bottom: 0;
}
.sidebar-wrap .ad-wrap {
padding-right: 0;
padding-left: 0;
}
.w-header-search .header-search-form {
width: 340px;
max-width: 100%;
margin-bottom: 0;
padding: 5px;
}
.w-header-search .header-popup {
right: 0;
left: auto;
}
.w-header-search .search-form-inner {
border: none;
}
.rb-search-form {
position: relative;
width: 100%;
}
.rb-search-submit {
position: relative;
display: flex;
}
.rb-search-submit input[type='submit'] {
padding: 0;
opacity: 0;
}
.rb-search-submit i {
font-size: var(--em-small);
line-height: 1;
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-transition: var(--effect);
transition: var(--effect);
pointer-events: none;
}
.rb-search-form .search-icon {
display: flex;
flex-shrink: 0;
justify-content: center;
width: 40px;
}
.search-icon-svg, .login-icon-svg,
.cart-icon-svg, .notification-icon-svg {
font-size: 20px;
width: 1em;
height: 1em;
color: inherit;
background-color: currentColor;
background-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
}
.search-icon.search-icon-svg {
font-size: 20px;
}
.header-search-label {
line-height: 1;
display: inline-flex;
margin-left: 7px;
}
.rb-search-submit:hover i {
color: var(--g-color)
}
.search-form-inner {
display: flex;
align-items: center;
border: 1px solid var(--flex-gray-15);
border-radius: var(--round-5);
}
.header-wrap .search-form-inner {
border-color: var(--subnav-color-10);
}
.mobile-collapse .search-form-inner {
border-color: var(--submbnav-color-10, var(--flex-gray-15));
}
.rb-search-form .search-text {
flex-grow: 1;
}
.rb-search-form input {
width: 100%;
padding-right: 0;
padding-left: 0;
border: none;
background: none;
}
.rb-search-form input::placeholder {
opacity: .8;
color: inherit;
}
img.svg {
width: 100%;
height: 100%;
object-fit: contain;
}
.navbar-right {
position: relative;
flex-shrink: 0;
}
.header-dropdown-outer {
position: static;
}
.dropdown-trigger {
cursor: pointer;
}
.header-dropdown {
right: 0;
left: auto;
overflow: hidden;
min-width: 200px;
background: var(--subnav-bg);
background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
-webkit-box-shadow: 0 4px 30px var(--shadow-12);
box-shadow: 0 4px 30px var(--shadow-12);
}
.menu-ani-1 .rb-menu > .menu-item > a > span {
-webkit-transition: color .25s var(--timing);
transition: color .25s var(--timing);
}
.menu-ani-1 .rb-menu > .menu-item > a > span:before {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
content: '';
-webkit-transition: width 0s var(--timing), background-color .25s var(--timing);
transition: width 0s var(--timing), background-color .25s var(--timing);
background-color: transparent;
}
.menu-ani-1 .rb-menu > .menu-item > a > span:after {
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
content: '';
-webkit-transition: width .25s var(--timing);
transition: width .25s var(--timing);
background-color: var(--nav-color-h-accent, var(--g-color));
}
.menu-ani-1 .rb-menu > .menu-item.current-menu-item > a > span:before {
width: 100%;
background-color: var(--nav-color-h-accent, var(--g-color));
}
.rb-menu > .menu-item > a:hover > span,
.menu-ani-1 .rb-menu > .menu-item > a:hover:after {
color: var(--nav-color-h, inherit);
}
.menu-ani-2 .rb-menu > .menu-item > a > span {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.menu-ani-2 .rb-menu > .menu-item > a:hover > span {
opacity: .7;
}
.menu-ani-2 .sub-menu > .menu-item a:hover span {
opacity: .7;
color: var(--subnav-color-h, currentColor);
}
.menu-ani-1 .rb-menu > .menu-item > a:hover > span:before {
width: 100%;
-webkit-transition: width .25s var(--timing);
transition: width .25s var(--timing);
background-color: var(--nav-color-h-accent, var(--g-color));
}
.menu-ani-1 .rb-menu > .menu-item > a:hover > span:after,
.menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span:after {
width: 100%;
-webkit-transition: width 0s var(--timing);
transition: width 0s var(--timing);
background-color: transparent;
}
.menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span,
.menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover:after {
color: var(--transparent-nav-color-hover, inherit);
}
.menu-ani-1 .header-transparent .rb-menu > .menu-item > a > span:after,
.menu-ani-1 .header-transparent .rb-menu > .menu-item.current-menu-item > a > span:before,
.menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span:before {
background-color: var(--transparent-nav-color-h-accent, var(--nav-color-h-accent, var(--g-color)));
}
.menu-ani-3 .main-menu > .menu-item > a {
z-index: 1;
}
.menu-ani-3 .main-menu > .menu-item > a:before {
position: absolute;
z-index: 0;
top: 5px;
right: 1px;
bottom: 5px;
left: 1px;
display: block;
content: '';
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--round-3);
background-color: transparent;
}
.menu-ani-3 .main-menu > .menu-item > a:hover span {
color: var(--nav-color-h, currentColor);
}
.menu-ani-3 .main-menu > .menu-item.current-menu-item > a:before,
.menu-ani-3 .main-menu > .menu-item > a:hover:before {
background: var(--nav-color-h-accent, var(--flex-gray-15));
}
.menu-ani-3 .main-menu .sub-menu > .menu-item a:hover {
background-color: var(--flex-gray-15);
}
.menu-ani-3 .main-menu .sub-menu > .menu-item a:hover > span {
color: var(--subnav-color-h, currentColor);
}
.menu-item-icon {
display: inline-flex;
margin-right: .35em;
}
.menu-item-icon .icon-svg {
flex-shrink: 0;
width: 1em;
}
.burger-icon {
position: relative;
display: block;
width: 24px;
height: 16px;
color: var(--nav-color, inherit);
}
.burger-icon > span {
position: absolute;
left: 0;
display: block;
height: 2px;
-webkit-transition: all .5s var(--timing);
transition: all .5s var(--timing);
border-radius: 2px;
background-color: currentColor;
}
.collapse-activated .burger-icon > span {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.burger-icon > span:nth-child(1) {
top: 0;
width: 100%;
}
.burger-icon > span:nth-child(2) {
top: 50%;
width: 65%;
margin-top: -1px;
}
.burger-icon > span:nth-child(3) {
top: auto;
bottom: 0;
width: 40%;
}
.collapse-activated .burger-icon > span:nth-child(2) {
background-color: transparent;
}
.collapse-activated .burger-icon > span:nth-child(1) {
top: 50%;
width: 100%;
margin-top: -1px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
}
.collapse-activated .burger-icon > span:nth-child(3) {
top: 50%;
width: 100%;
margin-top: -1px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transform-origin: center center;
}
.login-toggle {
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
flex-shrink: 0;
vertical-align: middle;
pointer-events: none;
}
.login-toggle.is-btn {
line-height: 30px;
margin-right: 10px;
padding-right: var(--login-btn-padding, 20px);
padding-left: var(--login-btn-padding, 20px);
}
.login-toggle span:not(.login-icon-svg) {
font-size: var(--rem-mini);
}
.is-btn-icon svg, .is-btn-icon .login-icon-svg {
width: 1.25em;
height: 1.25em;
margin-right: .4em;
}
.logged-welcome {
font-size: var(--rem-mini);
display: none;
align-items: center;
margin-left: 5px;
}
.logged-welcome:after {
line-height: 1;
display: inline-flex;
}
.logged-welcome strong {
font-style: normal;
margin-right: 2px;
margin-left: 2px;
}
.logged-avatar {
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
}
.logged-avatar img {
width: 1.75em;
height: 1.75em;
border-radius: 100%;
}
.notification-icon {
display: flex;
}
.notification-icon-inner {
position: relative;
display: flex;
align-items: center;
}
.notification-info {
position: absolute;
top: -3px;
right: -3px;
width: 14px;
height: 14px;
text-align: center;
opacity: 0;
color: var(--absolute-white);
border-radius: 100%;
background-color: var(--g-color);
}
@-webkit-keyframes heartbeat {
0% {
transform: scale(1);
}
50% {
transform: scale(.75);
}
100% {
transform: scale(1);
}
}
@keyframes heartbeat {
0% {
transform: scale(1);
}
50% {
transform: scale(.75);
}
100% {
transform: scale(1);
}
}
.notification-activated .notification-info {
-webkit-animation: heartbeat 1s infinite;
animation: heartbeat 1s infinite;
opacity: 1;
}
.notification-popup {
display: block;
width: 360px;
max-width: 100%;
}
.notification-header {
display: flex;
align-items: center;
padding: 10px 15px;
background-color: var(--flex-gray-7);
}
.notification-latest {
margin-bottom: 35px;
}
.notification-url {
display: flex;
align-items: center;
flex-flow: row nowrap;
margin-left: auto;
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: .7;
}
.notification-url:hover {
opacity: 1;
}
.notification-url i {
margin-left: 4px;
}
.notification-content .scroll-holder {
overflow-y: scroll;
max-height: 50vh;
}
.notification-content .scroll-holder > *:not(:last-child) {
margin-bottom: 20px;
}
.notification-popup,
.live-search-inner {
--bottom-spacing: 20px;
}
.notification-content .p-wrap {
padding-right: 15px;
padding-left: 15px;
}
.notification-content-title {
display: flex;
align-items: center;
flex-flow: nowrap;
margin: 10px 15px;
padding-bottom: 5px;
border-bottom: 1px solid var(--flex-gray-15);
}
.notification-content-title i {
margin-right: 4px;
color: var(--g-color);
}
.notification-content .loadmore-trigger span {
font-size: var(--rem-mini);
line-height: 2em;
margin-top: 15px;
padding: 0 30px;
}
.menu-has-child-mega-columns {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.more-trigger {
line-height: 0;
height: 100%;
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--nav-color);
}
.more-section-outer .svg-icon {
width: 1em;
}
.more-section-outer .more-trigger {
padding-right: var(--menu-item-spacing, 12px);
padding-left: var(--menu-item-spacing, 12px);
}
.more-section-outer .more-trigger:hover,
.more-section-outer.dropdown-activated .more-trigger {
color: var(--g-color);
}
.dots-icon {
display: flex;
align-items: center;
flex-flow: column nowrap;
justify-content: space-between;
height: 18px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.more-trigger:hover .dots-icon,
.dropdown-activated .dots-icon {
-webkit-transform: scaleY(1.2);
transform: scaleY(1.2);
}
.dots-icon > span {
display: block;
width: 4px;
height: 4px;
border-radius: 200%;
background-color: currentColor;
}
.more-content {
padding: 30px 20px 10px 20px;
}
.collapse-footer {
padding: 15px;
background-color: var(--subnav-color-10);
}
.mega-columns {
display: grid;
margin-right: -20px;
margin-left: -20px;
grid-template-columns: 1fr 1fr;
}
.mega-columns > * {
padding-right: 20px;
padding-left: 20px;
}
.menu-has-child-mega-columns.layout-col-1 .mega-columns {
grid-template-columns: 1fr;
}
.menu-has-child-mega-columns.layout-col-3 .mega-columns {
grid-template-columns: 1fr 1fr 1fr;
}
.menu-has-child-mega-columns.layout-col-4 .mega-columns {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.menu-has-child-mega-columns.layout-col-5 .mega-columns {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.more-section .header-search-form {
min-width: 320px;
margin-bottom: 25px;
}
.more-col {
min-width: 170px;
margin-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
}
.more-col .widget-heading,
.elementor-widget-wp-widget-nav_menu h5 {
font-size: var(--h4-fsize);
display: block;
margin-bottom: 7px;
}
.header-search-form {
margin-bottom: 20px;
}
.header-search-form .h5 {
display: block;
margin-bottom: 10px;
}
.live-search-form-outer {
position: relative;
}
.live-search-absolute {
position: absolute;
z-index: 1000;
top: 100%;
right: 0;
left: 0;
color: var(--body-color);
border: 1px solid var(--flex-gray-15);
border-top: none;
border-radius: var(--round-5);
background-color: var(--solid-white);
}
.more-content .live-search-absolute {
color: var(--subnav-color);
background: var(--subnav-bg);
background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
}
.live-search-animation.rb-loader {
position: absolute;
top: 15px;
right: 10px;
width: 20px;
height: 20px;
opacity: 0;
color: inherit;
}
.live-search-link .is-btn {
padding: 7px 25px;
}
.live-search-link .is-btn:hover {
color: var(--absolute-white);
}
.live-search-inner {
position: relative;
margin: 0 15px 15px 15px;
padding-top: 20px;
}
.live-search-inner:before {
position: absolute;
top: 5px;
right: 0;
left: 0;
display: block;
width: 100%;
content: '';
border-top: 2px solid var(--flex-gray-15);
}
.live-search-absolute .live-search-inner:before {
border-top: none;
}
.live-search-no-result {
font-size: var(--rem-mini);
opacity: .5;
}
.live-search-link {
text-align: center;
}
.search-loading .live-search-animation.rb-loader {
display: block;
opacity: 1;
}
.search-loading .rb-search-submit i {
display: none;
}
.collapse-footer > * {
margin-bottom: 12px;
}
.collapse-footer > *:last-child {
margin-bottom: 0;
}
.collapse-footer-menu-inner {
display: flex;
flex-flow: row wrap;
}
.collapse-footer-menu-inner li {
position: relative;
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.collapse-footer-menu-inner li:not(:last-child):after {
display: flex;
width: 3px;
height: 3px;
margin-right: 10px;
margin-left: 10px;
content: '';
opacity: .25;
border-radius: 100%;
background-color: currentColor;
}
.collapse-copyright {
font-size: var(--rem-mini);
opacity: .7;
}
.sub-menu.left-direction,
.header-dropdown.left-direction {
right: -10%;
left: auto;
}
.sub-menu .sub-menu.left-direction {
right: 100%;
margin-right: 20px;
}
.large-menu .sub-menu li:hover > .sub-menu.left-direction {
right: calc(100% - 1px);
left: auto;
margin-right: 0;
}
.dark-mode-toggle-wrap {
height: auto;
}
.dark-mode-toggle {
display: flex;
align-items: center;
cursor: pointer;
}
.dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle {
position: relative;
margin-left: 5px;
padding-left: 10px;
border-left: 1px solid var(--flex-gray-40);
}
.navbar-outer .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle {
border-color: var(--nav-color-10);
}
.dark-mode-slide {
position: relative;
width: 40px;
height: 14px;
border-radius: 20px;
background-color: var(--flex-gray-15);
}
.dark-mode-slide-btn {
position: absolute;
top: -5px;
left: 0;
display: flex;
visibility: hidden;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
-webkit-transition: opacity .1s;
transition: opacity .1s;
opacity: 0;
border-radius: 100%;
background-color: var(--solid-white);
-webkit-box-shadow: 0 1px 4px var(--shadow-12) !important;
box-shadow: 0 1px 4px var(--shadow-12) !important;
}
.triggered .dark-mode-slide-btn {
-webkit-transition: opacity .25s, transform .5s;
transition: opacity .25s, transform .5s;
will-change: transform;
}
.svg-mode-light {
color: var(--body-fcolor);
}
.mode-icon-dark {
color: #fff;
background-color: var(--g-color);
}
.dark-mode-slide-btn svg {
width: 14px;
height: 14px;
}
.dark-mode-slide-btn.activated {
visibility: visible;
opacity: 1;
}
.mode-icon-dark:not(.activated),
.mode-icon-default.activated {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.mode-icon-default:not(.activated),
.mode-icon-dark.activated {
-webkit-transform: translateX(16px);
transform: translateX(16px);
}
body.switch-smooth {
-webkit-transition: background-color .25s var(--timing);
transition: background-color .25s var(--timing);
}
.navbar-outer {
position: relative;
z-index: 110;
display: block;
width: 100%;
}
.elementor-editor-active .header-transparent {
pointer-events: none;
}
.elementor-editor-active .navbar-outer {
z-index: 0;
}
.is-mstick .navbar-outer:not(.navbar-outer-template) {
min-height: var(--nav-height);
}
.is-mstick .sticky-holder {
position: absolute;
z-index: 998;
top: 0;
left: 0;
width: 100%;
}
.sticky-on .mobile-qview {
display: none;
}
@-webkit-keyframes stick-animation {
from {
top: -100px;
}
to {
top: 0;
}
}
@keyframes stick-animation {
from {
top: -100px;
}
to {
top: 0;
}
}
@-webkit-keyframes unstick-animation {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes unstick-animation {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.sticky-on.is-mstick .sticky-holder,
.sticky-on .e-section-sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
-webkit-animation-name: stick-animation;
animation-name: stick-animation;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.sticky-on.is-mstick.unstick-animated .sticky-holder,
.sticky-on.unstick-animated .e-section-sticky {
-webkit-animation-name: unstick-animation;
animation-name: unstick-animation;
-webkit-animation-duration: 150ms;
animation-duration: 150ms;
opacity: 0;
}
.e-section-sticky {
z-index: 1000;
}
.collapse-activated {
overflow: hidden;
max-height: 100%;
}
.collapse-activated body,
.collapse-activated .sticky-holder,
.collapse-activated .header-mobile {
overflow: hidden;
height: 100%;
}
.collapse-activated .site-outer {
overflow: hidden;
height: 100%;
margin-top: 0 !important;
-webkit-transition: none;
transition: none;
}
.collapse-activated .header-wrap {
display: flex;
align-items: stretch;
flex-flow: column nowrap;
height: 100%;
min-height: 100vh;
}
.collapse-activated .navbar-outer {
flex-grow: 1;
}
.header-mobile-wrap {
position: relative;
z-index: 99;
flex-grow: 0;
flex-shrink: 0;
color: var(--mbnav-color, var(--nav-color));
background: var(--mbnav-bg, var(--nav-bg));
background: -webkit-linear-gradient(left, var(--mbnav-bg-from, var(--nav-bg-from)) 0%, var(--mbnav-bg-to, var(--nav-bg-to)) 100%);
background: linear-gradient(to right, var(--mbnav-bg-from, var(--nav-bg-from)) 0%, var(--mbnav-bg-to, var(--nav-bg-to)) 100%);
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.header-mobile-wrap .is-text-logo .logo-title > *,
.header-mobile-wrap .navbar-right > * {
color: inherit;
}
.mobile-logo-wrap {
display: flex;
flex-grow: 0;
}
.mobile-logo-wrap img {
width: auto;
max-height: var(--mbnav-height, 42px);
}
#amp-header .navbar-left .mobile-logo-wrap img {
object-position: left !important;
}
.header-mobile .logo-title a {
line-height: var(--mbnav-height, 42px);
}
.mobile-collapse-holder {
display: block;
overflow-y: auto;
width: 100%;
}
.mobile-collapse .header-search-form {
margin-bottom: 15px;
}
.mobile-collapse .rb-search-form input {
padding-left: 0;
}
.mbnav {
display: flex;
align-items: center;
flex-flow: row nowrap;
min-height: var(--mbnav-height, 42px);
}
.header-mobile-wrap .navbar-right {
align-items: center;
justify-content: flex-end;
}
.mbnav-center .navbar-left,
.mbnav-center .navbar-right {
flex-grow: 0;
flex-shrink: 0;
width: 30%;
}
.mbnav-center .navbar-center {
display: flex;
justify-content: center;
width: 40%;
}
.mbnav-center .wnav-holder {
padding-right: 3px;
padding-left: 3px;
}
.mobile-toggle-wrap {
display: flex;
align-items: stretch;
}
.navbar-right .mobile-toggle-wrap {
height: auto;
}
.navbar-right .mobile-toggle-wrap .burger-icon > span {
right: 0;
left: auto;
}
.navbar-right .mobile-toggle-wrap .mobile-menu-trigger {
padding-right: 0;
padding-left: 10px;
}
.mobile-menu-trigger {
display: flex;
align-items: center;
padding-right: 10px;
cursor: pointer;
}
.mobile-menu-trigger.mobile-search-icon {
font-size: 18px;
padding: 0 5px;
}
.mobile-menu-trigger i:before {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.mobile-collapse {
z-index: 0;
display: flex;
visibility: hidden;
overflow: hidden;
flex-grow: 1;
height: 0;
-webkit-transition: opacity .7s var(--timing);
transition: opacity .7s var(--timing);
opacity: 0;
color: var(--submbnav-color, var(--subnav-color));
background: var(--submbnav-bg, var(--subnav-bg));
background: -webkit-linear-gradient(left, var(--submbnav-bg-from, var(--subnav-bg-from)) 0%, var(--submbnav-bg-to, var(--subnav-bg-to)) 100%);
background: linear-gradient(to right, var(--submbnav-bg-from, var(--subnav-bg-from)) 0%, var(--submbnav-bg-to, var(--subnav-bg-to)) 100%);
}
.collapse-activated .mobile-collapse {
visibility: visible;
flex-grow: 1;
height: auto;
opacity: 1;
}
.mobile-collapse-sections {
position: relative;
max-width: 100%;
margin-top: 20px;
padding-top: 20px;
}
.mobile-collapse-inner {
position: relative;
display: block;
width: 100%;
padding-top: 15px;
}
.mobile-collapse-inner > *:last-child {
padding-bottom: 90px;
}
.mobile-search-form .live-search-animation.rb-loader {
top: 8px;
}
.mobile-menu > li.menu-item-has-children:not(:first-child) {
margin-top: 20px;
}
.mobile-menu > li > a {
display: block;
padding: 10px 0;
}
.mobile-menu .sub-menu {
display: flex;
flex-flow: row wrap;
padding-top: 5px;
border-top: 1px solid var(--submbnav-color-10, var(--subnav-color-10));
}
.mobile-menu .sub-menu > * {
flex: 0 0 50%;
}
.mobile-menu .sub-menu a {
display: block;
width: 100%;
padding: 7px 0;
}
.mobile-qview {
position: relative;
display: block;
overflow: auto;
width: 100%;
border-top: 1px solid var(--nav-color-10);
-ms-overflow-style: none;
scrollbar-width: none;
}
.mobile-qview::-webkit-scrollbar {
width: 0;
height: 0;
}
.mobile-qview-inner {
display: flex;
flex-flow: row nowrap;
}
.mobile-qview a {
line-height: 42px;
position: relative;
display: block;
padding: 0 15px;
white-space: nowrap;
color: inherit;
}
.mobile-qview .menu-sub-title {
display: none;
}
.mobile-qview a:before {
position: absolute;
right: 15px;
bottom: 0;
left: 15px;
height: 4px;
content: '';
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--round-3);
background-color: transparent;
}
.mobile-qview a:hover:before,
.mobile-qview .current-menu-item > a:before {
background-color: var(--g-color);
}
.mobile-qview a > span {
font-size: var(--em-small);
}
.mobile-collapse-sections > * {
display: flex;
flex-flow: row nowrap;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--flex-gray-15);
}
.mobile-collapse-sections > .mobile-social-list {
align-items: center;
flex-flow: row wrap;
}
.mobile-collapse-sections > *:last-child {
margin-bottom: 0;
border-bottom: none;
}
.mobile-login-title,
.mobile-social-list-title {
flex-grow: 1;
}
.mobile-social-list a {
font-size: 16px;
flex-shrink: 0;
padding: 0 12px;
}
.header-alert {
font-size: var(--em-mini);
display: flex;
align-items: center;
justify-content: center;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
color: var(--alert-color, inherit);
background-color: var(--alert-bg, #ffc96a);
}
.header-ad-widget {
padding: 15px 20px;
}
.sticky-on .header-alert.is-sticky-hide {
visibility: hidden;
}
.top-site-ad {
position: relative;
display: block;
width: 100%;
height: auto;
text-align: center;
background-color: var(--top-site-bg, var(--flex-gray-7));
}
.yes-hd-transparent .top-site-ad {
background-color: var(--top-site-bg, #141519);
}
.top-site-ad.is-image {
position: fixed;
top: 0;
bottom: auto;
left: 0;
}
.admin-bar .top-site-ad.is-image {
top: 32px;
}
.top-site-ad:not(.no-spacing) {
padding-top: 15px;
padding-bottom: 15px;
}
.top-site-ad.no-spacing .edge-padding {
padding-right: 0;
padding-left: 0;
}
.top-site-ad .ad-image {
border-radius: 0;
} .p-wrap {
position: relative;
}
.p-overlay {
--el-spacing: 10px;
}
.p-content {
position: relative;
}
.p-wrap > *:not(:last-child),
.grid-box > *:not(:last-child),
.p-content > *:not(:last-child) {
margin-bottom: var(--el-spacing);
}
.p-small {
--el-spacing: 7px;
}
.grid-box {
position: relative;
height: 100%;
padding-bottom: calc(var(--box-spacing) + 5px);
border-radius: var(--wrap-border, var(--round-3));
}
.grid-box .p-featured {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-box {
position: relative;
border-radius: var(--wrap-border, var(--round-3));
}
.box-border .grid-box:before,
.box-border .list-box:before {
position: absolute;
z-index: 5;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
pointer-events: none;
border: 1px solid;
border-color: var(--box-color, var(--default-box, var(--flex-gray-15)));
border-radius: var(--wrap-border, var(--round-3));
}
.box-bg .grid-box,
.box-bg .list-box {
background-color: var(--box-color, var(--default-box, var(--solid-light)));
}
.box-shadow .grid-box,
.box-shadow .list-box {
background-color: var(--box-color, var(--default-box, transparent));
-webkit-box-shadow: 0 4px 20px var(--shadow-7);
box-shadow: 0 4px 20px var(--shadow-7);
}
[data-theme='dark'] .box-shadow .grid-box,
.light-scheme .box-shadow .grid-box,
[data-theme='dark'] .box-shadow .list-box,
.light-scheme .box-shadow .list-box {
--box-shadow-color: var(--shadow-12);
}
[data-theme='dark'] .box-border .grid-box:after,
.light-scheme .box-border .grid-box:after,
[data-theme='dark'] .box-border .list-box:after,
.light-scheme .box-border .list-box:after {
border-color: var(--dark-box-color, var(--default-dark-box, var(--flex-gray-15)));
}
[data-theme='dark'] .box-bg .grid-box,
.light-scheme .box-bg .grid-box,
[data-theme='dark'] .box-bg .list-box,
.light-scheme .box-bg .list-box {
background-color: var(--dark-box-color, var(--default-dark-box, var(--solid-light)));
}
[data-theme='dark'] .box-shadow .grid-box,
.light-scheme .box-shadow .grid-box,
[data-theme='dark'] .box-shadow .list-box,
.light-scheme .box-shadow .list-box {
background-color: var(--dark-box-color, var(--default-dark-box, transparent));
}
.grid-box > *:not(.feat-holder) {
margin-right: var(--box-spacing);
margin-left: var(--box-spacing);
}
.grid-box .feat-holder {
z-index: 10;
}
.counter-el {
position: relative;
counter-increment: trend-counter;
}
.counter-el:before {
font-family: var(--h2-family);
font-size: 3.5rem;
font-weight: var(--h2-fweight);
font-style: var(--h2-fstyle);
line-height: 1;
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto;
display: block;
min-width: 1.05em;
content: counter(trend-counter, decimal-leading-zero);
letter-spacing: var(--h2-fspace);
pointer-events: none;
opacity: .15;
color: inherit;
}
.p-top + .counter-el:before {
top: -1.5rem;
}
.feat-holder {
position: relative;
max-width: 100%;
}
.p-top, .p-categories {
display: flex;
align-items: stretch;
flex-flow: row wrap;
flex-grow: 1;
gap: 3px;
}
.p-top .p-categories {
flex-grow: 0;
}
.p-format-inline .p-format {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin-left: 2px;
padding: 0 5px;
border-radius: var(--round-3);
}
.ecat-bg-3 .p-format-inline .p-format,
.ecat-border .p-format-inline .p-format {
border-radius: 9999px;
}
.p-format-inline .p-format .gallery-count {
display: none;
}
.p-format-inline .p-format i {
font-size: 1em;
}
.p-featured {
position: relative;
display: block;
overflow: hidden;
padding-bottom: 60%;
border-radius: var(--wrap-border, var(--round-3));
}
.hovering-scale .p-featured img {
-webkit-transition: -webkit-transform .4s var(--timing);
transition: transform .4s var(--timing);
}
.hovering-bw .p-featured img {
-webkit-transition: var(--effect);
transition: var(--effect);
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.hovering-bw-invert .p-featured img {
-webkit-transition: var(--effect);
transition: var(--effect);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.hovering-fade .p-featured img {
-webkit-transition: opacity .25s var(--timing);
transition: opacity .25s var(--timing);
}
.hovering-scale .p-wrap:hover .p-featured img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.hovering-fade .p-wrap:hover .p-featured img {
opacity: .7;
}
.hovering-bw .p-wrap:hover .p-featured img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.hovering-bw-invert .p-wrap:hover .p-featured img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
[class*='p-overlay-'] .p-featured {
margin-bottom: 0;
border-radius: 0;
}
.p-center [class*='p-overlay-'] .entry-title {
max-width: var(--rb-width, 1240px);
margin-right: auto;
margin-left: auto;
}
.p-center [class*='p-overlay-'] .entry-summary {
max-width: var(--rb-small-width, 860px);
margin-right: auto;
margin-left: auto;
}
.p-featured.ratio-v1 {
padding-bottom: 75%;
}
.p-featured.ratio-v2 {
padding-bottom: 85%;
}
.p-featured.ratio-q {
padding-bottom: 100%;
}
.preview-video {
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: inherit;
width: 100%;
height: 100%;
pointer-events: none;
object-fit: cover;
}
.preview-video video {
display: block;
width: 100%;
height: 100%;
pointer-events: none;
object-fit: none;
}
.show-preview .preview-video {
display: block;
}
.p-flink {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.p-featured img.featured-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
object-position: var(--feat-position, center);
}
.block-wrap:not(.p-center) .p-meta.has-bookmark,
.block-wrap:not(.p-center) .review-meta.has-bookmark {
padding-right: 25px;
}
.meta-inner {
display: flex;
align-items: center;
flex-flow: row wrap;
flex-grow: 1;
gap: .2em .6em;
}
.rb-bookmark {
font-size: var(--bookmark-fsize, 1rem);
position: absolute;
z-index: 10;
top: auto;
right: 0;
bottom: 0;
left: auto;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 100%;
cursor: pointer;
color: var(--body-fcolor);
}
.bookmarked-icon,
.bookmarked i:not(.bookmarked-icon) {
display: none;
}
.bookmarked i.bookmarked-icon {
display: block;
}
.rb-bookmark i {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.rb-bookmark:hover {
color: var(--g-color);
text-shadow: 0 0 4px var(--g-color-90);
}
.rb-bookmark.in-progress {
pointer-events: none;
}
.remove-bookmark {
line-height: 1;
position: absolute;
z-index: 100;
top: 5px;
left: 5px;
display: flex;
align-items: center;
flex-flow: row nowrap;
padding: 7px 12px;
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--absolute-white);
border-radius: var(--round-3);
background-color: var(--dark-accent);
}
.removing-bookmark .remove-bookmark {
cursor: wait;
opacity: .5;
}
.remove-bookmark:hover {
background: var(--g-color);
}
.remove-bookmark span {
margin-left: 4px;
}
.meta-bookmark .rb-bookmark {
font-size: 0;
line-height: 1;
position: relative;
top: auto;
bottom: auto;
width: auto;
height: auto;
color: inherit;
}
.meta-bookmark .rb-bookmark i {
font-size: var(--meta-fsize);
margin: 0;
}
.meta-bookmark .rb-bookmark:hover {
color: var(--g-color);
text-shadow: none;
}
.meta-bookmark .rb-bookmark i:after {
font-family: var(--meta-family);
font-size: inherit;
font-weight: var(--meta-fweight);
font-style: var(--meta-fstyle);
display: inline-flex;
margin-left: 4px;
content: attr(data-title);
letter-spacing: var(--meta-fspace);
text-transform: var(--meta-transform);
}
.meta-bookmark .rb-bookmark i:before {
font-size: inherit;
vertical-align: bottom;
}
.meta-el {
display: inline-flex;
align-items: center;
flex-flow: row wrap;
}
.meta-category a {
color: var(--cat-highlight, inherit);
}
.meta-el i {
margin-right: 5px;
}
.meta-el:not(.meta-author) a {
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
}
.meta-el:not(.meta-author) a:after {
display: inline-flex;
width: var(--meta-style-w, 1px);
height: var(--meta-style-h, 6px);
margin-right: 0.4em;
margin-left: 0.4em;
content: '';
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
text-decoration: none !important;
opacity: var(--meta-style-o, .3);
border-radius: var(--meta-style-b, 0);
background-color: var(--meta-fcolor);
}
.meta-el a:last-child:after {
display: none;
}
.meta-avatar {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-shrink: 0;
}
body .meta-avatar img {
display: inline-flex;
width: 22px;
height: 22px;
border-radius: 100%;
object-fit: cover;
}
.meta-avatar.multiple-meta-avatar img:not(:first-child) {
margin-left: -12px;
}
.smeta-in > .meta-avatar.multiple-meta-avatar img:not(:first-child) {
margin-left: 3px;
}
.co-author {
display: inline-flex;
align-items: center;
}
.co-authors .co-author:after {
font-size: var(--em-mini);
font-weight: normal;
display: inline-flex;
margin-right: 3px;
margin-left: 3px;
content: '/';
opacity: .5;
}
.co-authors .co-author:last-child:after {
display: none;
}
span.entry-title {
display: block;
}
.entry-title i {
font-size: .9em;
display: inline;
margin-right: 0.2em;
vertical-align: middle;
}
.p-url {
font-size: var(--title-size, inherit);
text-underline-offset: 1px;
}
.has-index:before {
display: inline;
content: attr(data-index);
}
.sticky .entry-title a:before,
.sticky .s-title:before {
font-family: 'ruby-icon';
font-size: 1em;
margin-right: .3em;
padding: 0;
content: '\e962' !important;
color: inherit;
background: none;
}
.meta-label {
margin-right: .35em;
}
.meta-author {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.is-meta .meta-author a, .meta-category a,
.breadcrumb-inner a, .efoot a {
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration-color: transparent;
text-decoration-line: underline;
text-underline-offset: 1px;
}
.is-meta a:hover, .single-meta .meta-author a,
.ubox .nname-info .nice-name,
.sponsor-link:hover .is-text,
.breadcrumb-inner a:hover, .efoot a:hover {
text-decoration: underline;
text-decoration-color: var(--g-color);
}
.single-meta .meta-author a:hover, a.nice-name:hover {
color: var(--g-color)
}
.is-meta .meta-category a:hover {
text-decoration-color: var(--cat-highlight, var(--g-color));
}
.post-edit-link {
font-size: var(--rem-mini);
line-height: 1;
position: absolute;
z-index: 9999;
top: 0;
right: 10px;
display: block;
visibility: hidden;
padding: 5px;
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: 0;
color: #fff !important;
background-color: #333;
}
.post-slider .post-edit-link {
right: auto;
left: 0;
}
.notification-content .post-edit-link {
display: none;
}
.p-wrap:hover .post-edit-link,
.holder-wrap:hover .post-edit-link {
visibility: visible;
opacity: 1;
}
.post-edit-link:hover {
background-color: var(--g-color);
}
.p-format-overlay {
line-height: 0;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: auto;
display: flex;
align-items: flex-end;
justify-content: flex-end;
pointer-events: none;
}
.p-format i {
font-size: inherit;
line-height: 1;
display: block;
}
.p-format .rbi-video {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.p-format-overlay.format-style-bottom {
z-index: 100;
top: auto;
right: 0;
bottom: 0;
left: auto;
}
.p-format-overlay.format-style-top {
z-index: 11;
}
.p-format-overlay.format-style-bottom .p-format {
position: relative;
padding: 7px 5px 5px 7px;
color: var(--body-fcolor);
border-radius: 50% 0 0 0;
background-color: var(--solid-white);
}
.grid-box .p-format-overlay.format-style-bottom .p-format {
background-color: var(--box-color, var(--default-box, var(--solid-light)));
}
[data-theme='dark'] .grid-box .p-format-overlay.format-style-bottom .p-format,
.light-scheme .grid-box .p-format-overlay.format-style-bottom .p-format {
background-color: var(--dark-box-color, var(--default-dark-box, var(--solid-light)));
}
.format-style-bottom .p-format {
font-size: 20px;
}
.gallery-count {
line-height: 1;
position: absolute;
top: 0;
right: 0;
padding: 4px;
}
.format-style-bottom .gallery-count {
font-size: 10px;
line-height: 14px;
top: 2px;
right: 0;
display: block;
width: 14px;
height: 14px;
padding: 0;
text-align: center;
color: var(--absolute-white);
border-radius: 100%;
background-color: var(--g-color);
}
.p-format-overlay.format-style-top {
font-size: 26px;
left: 0;
}
.p-format-overlay.format-style-center {
top: 50%;
right: auto;
left: 50%;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
}
.p-format-overlay.format-style-center .p-format {
font-size: 40px;
display: inline-flex;
background-color: transparent;
text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.p-format-overlay.format-style-top .p-format {
display: block;
margin-left: auto;
padding: .3em;
}
.p-format-overlay.format-style-top .p-format:after {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 3px;
content: '';
}
.p-format-overlay.format-style-center .gallery-count {
font-size: var(--rem-small);
position: relative;
top: auto;
right: auto;
display: inline-flex;
justify-content: flex-start;
margin-top: -.75em;
}
.format-style-top .p-format:after {
background-color: var(--video-color);
}
.p-format.format-gallery,
.format-style-top .p-format.format-gallery:after {
background-color: var(--gallery-color);
}
.p-format.format-audio,
.format-style-top .p-format.format-audio:after {
background-color: var(--audio-color);
}
.format-style-top .gallery-count {
font-weight: 700;
border-radius: var(--round-7);
background-color: inherit;
}
.p-readmore {
line-height: 1;
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
padding: 7px 15px;
-webkit-transition: var(--effect);
transition: var(--effect);
border: 1px solid var(--g-color);
border-radius: var(--round-3);
}
.p-readmore i, .pagination-simple i {
font-size: var(--em-small);
line-height: 0;
margin-left: .5em;
-webkit-transition: transform .25s var(--timing);
transition: transform .25s var(--timing);
}
.is-rm-simple .p-link {
line-height: 1;
padding-top: 0;
}
.is-rm-simple .p-readmore {
line-height: inherit;
padding: 0;
border: none;
}
.is-rm-bg .p-readmore {
color: var(--absolute-white);
border-radius: var(--round-7);
background: var(--g-color);
}
.is-rm-simple .p-readmore:hover {
color: var(--g-color);
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.is-rm-simple .p-readmore i:before {
content: '\e958';
}
.p-divider {
position: relative;
display: block;
padding-top: 3px;
padding-bottom: 3px;
color: var(--divider-color, var(--g-color));
pointer-event: none;
}
.p-divider:before {
display: block;
width: 100%;
max-width: 5rem;
content: '';
border-bottom: 1px solid currentColor;
}
.is-divider-dashed.p-divider:before {
border-bottom: 1px dashed currentColor;
}
.is-divider-bold.p-divider:before {
border-bottom-width: 3px;
}
.is-divider-zigzag {
--p-zigzag-url: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' overflow=\'visible\' height=\'100%\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'gray\' stroke-width=\'6.6\' stroke-linecap=\'square\' stroke-miterlimit=\'10\'%3E%3Cpolyline points=\'0,18 12,6 24,18 \'/%3E%3C/svg%3E');
}
.is-divider-zigzag.p-divider:before {
min-height: 10px;
border: none;
background-color: currentColor;
-webkit-mask-image: var(--p-zigzag-url);
mask-image: var(--p-zigzag-url);
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
-webkit-mask-size: 10px 100%;
mask-size: 10px 100%;
}
.p-center .p-divider:before {
margin-right: auto;
margin-left: auto;
}
.pagination-simple .newer i {
margin-right: .4em;
margin-left: 0;
}
.p-readmore:hover {
color: var(--absolute-white);
background: var(--g-color);
-webkit-box-shadow: 0 0 10px var(--g-color-90);
box-shadow: 0 0 10px var(--g-color-90);
}
.p-readmore:hover i, .pagination-simple a:hover i {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
.pagination-simple .newer a:hover i {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
.review-meta {
position: relative;
display: block;
}
.p-center .review-meta.has-bookmark {
display: flex;
flex-flow: row nowrap;
justify-content: center;
width: 100%;
}
.review-meta.type-star {
padding-top: 2px;
}
.review-meta-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.review-meta-inner .extra-meta {
display: flex;
align-items: center;
}
.review-meta-inner .extra-meta:before {
display: inline-flex;
width: 3px;
height: 3px;
margin-right: .6em;
margin-left: .6em;
content: '';
opacity: .5;
border-radius: 100%;
background-color: currentColor;
}
.rline-wrap {
position: relative;
display: inline-flex;
flex-flow: row nowrap;
margin-right: 9px;
}
.rline {
display: inline-flex;
width: 20px;
height: 7px;
margin-right: 1px;
background-color: var(--flex-gray-15);
}
.rline:nth-child(1) {
background-color: #ff0d0d;
}
.rline:nth-child(2) {
background-color: #ff5612;
}
.rline:nth-child(3) {
background-color: #ffa444;
}
.rline:nth-child(4) {
background-color: #a0b339;
}
.rline:nth-child(5) {
background-color: #50a735;
}
.rline:not(.activated) {
background-color: var(--flex-gray-15);
}
.rstar-wrap {
position: relative;
display: inline-flex;
overflow: hidden;
margin-right: 8px;
color: #fff;
}
.rstar {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
margin-right: 1px;
}
.rstar:before {
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
background-color: var(--flex-gray-15);
}
.review-description {
white-space: nowrap;
}
.review-description strong {
font-weight: var(--meta-b-fweight);
}
.rstar:last-child {
margin-right: 0;
}
.rstar i {
font-size: 14px;
line-height: 1;
position: relative;
z-index: 10;
}
.rstar-bg {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to right, var(--review-color) 95%, transparent 5%);
background-image: -webkit-linear-gradient(left, var(--review-color) 95%, transparent 5%);
background-position: 0 0;
background-size: 21px 20px;
}
.hover-ani-2 .p-url {
-webkit-transition: all 0.25s var(--timing);
transition: all 0.25s var(--timing);
}
.hover-ani-2 .p-url:hover {
color: var(--g-color);
}
.hover-ani-2[data-theme='dark'] .p-url:hover,
.hover-ani-2 .overlay-text .p-url:hover,
.hover-ani-2 .light-scheme .p-url:hover {
opacity: .7;
color: var(--absolute-white);
}
.hover-ani-1 .p-url {
-webkit-transition: all .25s var(--timing);
transition: all .25s var(--timing);
-moz-text-decoration-color: transparent;
-webkit-text-decoration-color: transparent;
text-decoration-color: transparent;
text-decoration-line: underline;
text-decoration-thickness: .1em;
}
.hover-ani-1 .p-url:hover {
-webkit-text-decoration-color: var(--g-color);
text-decoration-color: var(--g-color);
}
body:not([data-theme='dark']).hover-ani-1 .p-url:hover {
color: var(--g-color);
}
body.hover-ani-1 .light-scheme .p-url:hover,
body:not([data-theme='dark']).hover-ani-1 .overlay-text .p-url:hover {
color: var(--absolute-white);
}
.hover-ani-3 .p-url {
-webkit-transition: background-position 0.2s ease;
transition: background-position 0.2s ease;
background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
background-image: linear-gradient(currentColor, currentColor);
background-repeat: no-repeat;
background-position: left 102%;
-webkit-background-size: 100% 0;
background-size: 100% 0;
will-change: background-position;
}
.hover-ani-3 .p-url:hover {
background-position: left calc(100% - .1em);
-webkit-background-size: 100% 2px;
background-size: 100% 2px;
}
.hover-ani-4 .p-url {
-webkit-transition: background-size 0.25s var(--timing);
transition: background-size 0.25s var(--timing);
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-color-90)), to(var(--g-color-90)));
background-image: linear-gradient(var(--g-color-90), var(--g-color-90));
background-repeat: no-repeat;
background-position: 0% 100%;
background-size: 100% 0%;
}
.hover-ani-4 .p-url:hover {
background-size: 100% 30%;
}
.hover-ani-5 .p-url {
-webkit-transition: background-size 0.4s ease, color 0.4s ease;
transition: background-size 0.4s ease, color 0.4s ease;
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-color)), to(var(--g-color)));
background-image: linear-gradient(var(--g-color), var(--g-color));
background-repeat: no-repeat;
background-position: 0% 100%;
background-size: 0% 100%;
}
.hover-ani-5 .p-url:hover {
color: var(--absolute-white);
background-size: 100% 100%;
}
.hover-ani-6 .p-url {
-webkit-transition: background-size 0.25s var(--timing);
transition: background-size 0.25s var(--timing);
background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
background-image: linear-gradient(currentColor, currentColor);
background-repeat: no-repeat;
background-position: bottom left;
-webkit-background-size: 0% 1px;
background-size: 0% 1px;
}
.hover-ani-6 .p-url:hover {
-webkit-background-size: 100% 1px;
background-size: 100% 1px;
}
@keyframes hover-ani-7 {
0% {
background-size: 0% 5px;
-webkit-background-size: 0% 5px;
}
50% {
background-size: 100% 5px;
-webkit-background-size: 100% 5px;
background-position: bottom left;
}
51% {
background-size: 100% 5px;
-webkit-background-size: 100% 5px;
background-position: bottom right;
}
100% {
background-size: 0% 5px;
-webkit-background-size: 0% 5px;
background-position: bottom right;
}
}
@-webkit-keyframes hover-ani-7 {
0% {
background-size: 0% 5px;
-webkit-background-size: 0% 5px;
}
50% {
background-size: 100% 5px;
-webkit-background-size: 100% 5px;
background-position: bottom left;
}
51% {
background-size: 100% 5px;
-webkit-background-size: 100% 5px;
background-position: bottom right;
}
100% {
background-size: 0% 5px;
-webkit-background-size: 0% 5px;
background-position: bottom right;
}
}
.hover-ani-7 .p-url {
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-color)), to(var(--g-color)));
background-image: linear-gradient(var(--g-color), var(--g-color));
background-repeat: no-repeat;
background-position: bottom left;
-webkit-background-size: 0% 5px;
background-size: 0% 5px;
}
.hover-ani-7 .p-url:hover {
-webkit-animation: hover-ani-7 1.5s ease;
animation: hover-ani-7 1.5s ease;
}
.hover-ani-8 .p-url {
-webkit-transition: opacity .25s var(--timing);
transition: opacity .25s var(--timing);
opacity: 1;
}
.hover-ani-8 .p-url:hover {
opacity: .5;
}
.bookmark-info {
position: fixed;
z-index: 5000;
right: 0;
bottom: 60px;
left: 0;
display: none;
width: 100%;
text-align: center;
}
.bookmark-holder {
display: inline-flex;
overflow: hidden;
align-items: stretch;
flex-flow: row nowrap;
width: 100%;
max-width: 370px;
border-radius: var(--round-7);
background-color: var(--solid-white);
-webkit-box-shadow: 0 4px 30px var(--shadow-12);
box-shadow: 0 4px 30px var(--shadow-12);
}
#follow-toggle-info .bookmark-holder {
max-width: 220px;
}
.bookmark-limited .bookmark-holder {
background: var(--g-color);
}
.bookmark-limited .bookmark-featured,
.bookmark-limited .bookmark-title {
display: none;
}
.bookmark-limited .bookmark-desc {
font-size: var(--rem-small);
margin-top: 0;
text-align: center;
color: #fff;
}
.bookmark-featured {
position: relative;
flex-shrink: 0;
width: 90px;
}
.bookmark-featured img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#follow-toggle-info .bookmark-desc {
margin: auto;
padding: 15px;
text-align: center;
}
.bookmark-inner {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
padding: 15px;
}
.bookmark-title {
display: inline-block;
overflow: hidden;
max-width: 235px;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
color: #649f74;
}
.bookmark-desc {
font-size: var(--rem-mini);
line-height: 1.5;
display: block;
margin-top: 5px;
text-align: left;
color: var(--meta-fcolor);
}
.bookmark-info.removed .bookmark-title {
color: #ff7142;
}
.bookmark-remove-holder {
font-size: var(--rem-mini);
align-items: center;
padding: 15px 20px;
}
.bookmark-undo {
margin-left: auto;
-webkit-transition: var(--effect);
transition: var(--effect);
color: #649f74;
}
.bookmark-undo:hover {
text-decoration: underline;
}
.bookmark-remove-holder p {
font-size: var(--rem-mini);
}
[data-theme='dark'] .bookmark-title,
[data-theme='dark'] .bookmark-undo {
color: #7cffb9;
}
.p-category {
font-family: inherit;
font-weight: inherit;
font-style: inherit;
line-height: 1;
position: relative;
z-index: 1;
display: inline-flex;
flex-shrink: 0;
color: var(--cat-fcolor, inherit);
}
.ecat-bg-1 .p-category,
.ecat-bg-2 .p-category,
.ecat-bg-3 .p-category {
padding: 7px 12px;
-webkit-transition: all .25s var(--timing);
transition: all .25s var(--timing);
text-decoration: none;
color: var(--cat-fcolor, var(--absolute-white));
}
.ecat-border .p-category {
padding: 7px 12px;
-webkit-transition: all .25s var(--timing);
transition: all .25s var(--timing);
text-decoration: none;
color: var(--cat-highlight, var(--g-color));
border: 1px solid var(--cat-fcolor, var(--cat-highlight, currentColor));
border-radius: 999px;
}
[data-theme='dark'] .ecat-border .p-category {
color: var(--cat-highlight, var(--absolute-white));
border: 1px solid var(--cat-fcolor, var(--cat-highlight, var(--g-color)));
}
.ecat-bg-3 .p-category {
padding-right: 15px;
padding-left: 15px;
border-radius: 100px;
background-color: var(--cat-highlight, var(--g-color));
}
.ecat-bg-4 .p-category {
padding: 3px 7px;
-webkit-transition: all .25s var(--timing);
transition: all .25s var(--timing);
text-decoration: none;
color: var(--cat-fcolor, var(--absolute-white));
border-radius: var(--round-3);
background-color: var(--cat-highlight, var(--g-color));
}
.ecat-bg-3 .post-edit-link {
right: auto;
left: 10px;
}
.ecat-bg-1 .p-category:before,
.ecat-bg-2 .p-category:before {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
content: '';
-webkit-transition: -webkit-box-shadow .25s var(--timing);
transition: box-shadow .25s var(--timing);
border-radius: var(--round-3);
background-color: var(--cat-highlight, var(--g-color));
}
.ecat-bg-1 .p-category:before {
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.ecat-bg-1 .p-category:hover:before,
.ecat-bg-2 .p-category:hover:before,
.ecat-bg-3 .p-category:hover,
.ecat-bg-4 .p-category:hover {
-webkit-box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90));
box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90));
}
.ecat-text .p-category {
line-height: 1.5;
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--cat-highlight, inherit);
}
.ecat-text .p-category:not(:first-child):before {
display: inline-flex;
justify-content: center;
width: 1px;
height: 8px;
max-height: 1em;
margin-right: 7px;
content: '';
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
background-color: var(--meta-fcolor);
}
.overlay-text .ecat-l-dot .p-category,
.overlay-text .ecat-b-border .p-category,
.overlay-text .ecat-text .p-category,
.overlay-text .ecat-text .p-category:before,
.overlay-text .ecat-border .p-category,
.overlay-text .ecat-b-dotted .p-category,
.ecat-l-dot .overlay-text .p-category,
.ecat-b-border .overlay-text .p-category,
.ecat-text .overlay-text .p-category,
.ecat-text .overlay-text .p-category:before,
.ecat-border .overlay-text .p-category,
.ecat-b-dotted .overlay-text .p-category,
.ecat-l-dot.light-scheme .p-category,
.ecat-b-border.light-scheme .p-category,
.ecat-text.light-scheme .p-category,
.ecat-text.light-scheme .p-category:before,
.ecat-border.light-scheme .p-category,
.ecat-b-dotted.light-scheme .p-category {
color: var(--absolute-white);
text-shadow: 0 1px 3px var(--shadow-7);
}
.ecat-text .p-categories {
gap: 7px;
}
.ecat-b-dotted .p-categories,
.ecat-b-border .p-categories {
gap: 10px 7px;
}
.ecat-l-dot .p-categories {
gap: 10px;
}
.ecat-l-dot .p-category:before {
display: inline-flex;
width: 1em;
height: 1em;
margin-right: 7px;
content: '';
border-radius: 100%;
background-color: var(--cat-highlight, var(--g-color));
}
.ecat-l-dot .p-category {
-webkit-transition: var(--effect);
transition: var(--effect);
vertical-align: middle;
text-decoration: underline dotted transparent;
}
.ecat-l-dot .p-category:hover {
text-decoration-color: var(--cat-highlight, currentColor);
}
.ecat-b-dotted .p-category {
-webkit-transition: var(--effect);
transition: var(--effect);
border-bottom: 3px dotted var(--cat-highlight, var(--g-color));
}
.ecat-b-border .p-category:before {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 5px;
content: '';
-webkit-transition: var(--effect);
transition: var(--effect);
background-color: var(--cat-highlight, var(--g-color));
}
.ecat-b-border .p-category:hover:before {
height: 1px;
}
.ecat-text .p-format-inline .p-format,
.ecat-b-border .p-format-inline .p-format,
.ecat-b-dotted .p-format-inline .p-format,
.ecat-l-dot .p-format-inline .p-format {
color: var(--video-color);
background-color: transparent;
}
.ecat-b-text .p-format-inline .p-format.format-gallery,
.ecat-b-border .p-format-inline .p-format.format-gallery,
.ecat-b-dotted .p-format-inline .p-format.format-gallery,
.ecat-l-dot .p-format-inline .p-format.format-gallery {
color: var(--gallery-color);
}
.ecat-b-text .p-format-inline .p-format.format-audio,
.ecat-b-border .p-format-inline .p-format.format-audio,
.ecat-b-dotted .p-format-inline .p-format.format-audio,
.ecat-l-dot .p-format-inline .p-format.format-audio {
color: var(--audio-color);
}
.feat-holder .p-top {
position: absolute;
z-index: 20;
right: 12px;
bottom: 10px;
left: 12px;
margin-bottom: 0;
}
.p-box .feat-holder .p-top {
right: var(--box-spacing, 12px);
left: var(--box-spacing, 12px);
}
.ecat-bg-1 .feat-holder .p-top {
top: auto;
right: 0;
bottom: -2px;
left: 0;
margin-bottom: 0;
}
.ecat-bg-1 .p-box .feat-holder .p-top {
right: var(--box-spacing, 0);
left: var(--box-spacing, 0);
}
.ecat-bg-2 .feat-holder .p-top {
top: auto;
right: 7px;
bottom: -2px;
left: 7px;
margin-bottom: 0;
}
.ecat-bg-2 .p-box .feat-holder .p-top {
right: var(--box-spacing, 7px);
left: var(--box-spacing, 7px);
}
.ecat-bg-3 .feat-holder .p-top {
position: absolute;
z-index: 10;
top: 10px;
right: 10px;
bottom: auto;
left: auto;
justify-content: flex-end;
width: auto;
margin-bottom: 0;
}
.ecat-bg-4 .feat-holder .p-top {
top: auto;
right: 0;
bottom: 0;
left: 0;
}
.ecat-bg-4 .p-box .feat-holder .p-top {
right: var(--box-spacing, 0);
left: var(--box-spacing, 0);
}
.ecat-bg-1 .p-grid-1 .feat-holder,
.ecat-bg-2 .p-grid-1 .feat-holder,
.ecat-bg-1 .p-grid-box-1 .feat-holder,
.ecat-bg-2 .p-grid-box-1 .feat-holder,
.ecat-bg-1 .p-grid-small-1 .feat-holder,
.ecat-bg-2 .p-grid-small-1 .feat-holder {
padding-bottom: 4px;
}
.ecat-text .p-category:hover,
.ecat-border .p-category:hover {
opacity: .7;
}
.ecat-b-dotted .p-category:hover {
color: var(--cat-highlight, var(--g-color));
}
.ecat-b-dotted .feat-holder .p-category:hover {
color: var(--absolute-light);
}
.is-p-protected a:before {
font-family: var(--cat-family);
font-size: var(--cat-fsize);
font-weight: var(--cat-fweight);
font-style: var(--cat-fstyle);
line-height: 1;
display: none;
margin-right: 5px;
padding: 3px 8px;
content: '';
vertical-align: .25em;
text-decoration: none;
color: var(--absolute-white);
border-radius: var(--round-3);
background-color: var(--g-color);
}
.exclusive-style-border .is-p-protected a:before {
color: inherit;
border: 1px solid var(--g-color);
border-radius: var(--round-3);
background: none;
}
.exclusive-style-text .is-p-protected a:before {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
display: inline;
margin-right: .3em;
padding: 0;
vertical-align: inherit;
text-decoration: inherit;
text-transform: inherit;
color: var(--g-color);
border-radius: 0;
background: none;
}
.p-format {
line-height: 1;
position: static;
pointer-events: none;
color: var(--absolute-white);
border-bottom-left-radius: var(--round-3);
background-color: var(--video-color);
}
.p-grid-small-1 .counter-el:before {
font-size: 1.5em;
position: relative;
display: inline-flex;
min-width: 0;
margin-right: 5px;
opacity: 1;
color: var(--g-color);
}
.p-list-small-2 {
display: flex;
flex-flow: row nowrap;
}
.featured-right .p-list-small-2 .counter-el:before {
right: auto;
left: 0;
}
.p-list-small-2 .feat-holder {
flex-shrink: 0;
width: 100px;
margin-right: var(--featured-spacing, 15px);
}
.p-list-small-2 .p-content {
flex-grow: 1;
}
.p-list-small-2 .p-format i {
-webkit-transform: scale(.83);
transform: scale(.83);
}
.p-wrap.p-list-small-2 .feat-holder,
.p-wrap.p-list-small-2 .p-meta {
margin-bottom: 0;
}
.featured-right .p-wrap {
flex-direction: row-reverse;
}
.featured-right .p-list-small-2 .feat-holder {
margin-right: 0;
margin-left: var(--featured-spacing, 15px);
}
.p-list-small-3 .p-featured {
border-radius: 100%;
}
.p-list-small-3 {
align-items: center;
}
.list-holder {
display: flex;
align-items: center;
flex-flow: row wrap;
margin-right: var(--list-holder-margin, -15px);
margin-left: var(--list-holder-margin, -15px);
}
.list-holder > * {
flex-grow: 1;
width: 100%;
max-width: 100%;
padding-right: var(--list-holder-spacing, 15px);
padding-left: var(--list-holder-spacing, 15px);
}
.p-vtop .list-holder {
align-items: flex-start;
}
.p-middle .list-holder {
align-items: center;
}
.p-vbottom .list-holder {
align-items: flex-end;
}
.sponsor-inner {
display: flex;
align-items: center;
flex-flow: row wrap;
}
.sponsor-icon {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.sponsor-label {
white-space: nowrap;
}
.p-wrap .sponsor-label {
color: var(--g-color);
}
.sponsor-inner > *:not(:last-child) {
margin-right: 5px;
}
.sponsor-icon i {
font-size: 1em;
}
.spon-qview .sponsor-icon i {
font-size: 1.15em;
}
.sponsor-meta {
position: relative;
display: flex;
align-items: center;
flex-flow: row nowrap;
width: 100%;
}
.p-center .sponsor-meta {
justify-content: center;
}
.sponsor-meta .sponsor-link {
display: flex;
align-items: center;
}
.sponsor-meta img {
width: auto;
height: auto;
max-height: 1.8em;
}
.p-small .sponsor-meta img {
max-height: 1.4em;
}
.sponsor-brand-light {
display: none;
}
body[data-theme='dark'] .sponsor-brand-light,
body .overlay-text .sponsor-brand-light,
body .block-wrap.light-scheme .sponsor-brand-light {
display: block !important;
}
body[data-theme='dark'] .sponsor-brand-default,
.overlay-text .sponsor-brand-default {
display: none;
}
.s-title-sticky {
display: none;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
max-width: 100%;
margin-left: 10px;
color: var(--nav-color);
}
.s-title-sticky-left {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
padding-right: 10px;
}
.sticky-share-list {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-shrink: 0;
height: 100%;
margin-right: 0;
margin-left: auto;
padding-right: 5px;
padding-left: 5px;
}
.sticky-share-list .t-shared-header {
opacity: .5;
}
.sticky-title-label {
font-size: var(--em-small);
line-height: 1;
margin-right: 7px;
text-transform: uppercase;
opacity: .5;
}
.sticky-title {
line-height: var(--nav-height, inherit);
display: block;
overflow: hidden;
width: 100%;
max-width: 600px;
white-space: nowrap;
text-overflow: ellipsis;
}
.t-shared-header {
align-items: center;
flex-flow: row nowrap;
margin-right: 6px;
white-space: nowrap;
}
.t-shared-header i {
font-size: var(--em-small);
}
.t-shared-header .share-label {
margin-left: 5px;
}
.sticky-share-list-items {
align-items: center;
height: 100%;
}
.sticky-share-list-buffer {
display: none;
} .p-list-inline {
display: flex;
width: 100%;
}
.p-list-inline i {
font-size: 8px;
line-height: 8px;
display: inline;
width: 8px;
height: 8px;
margin-right: .3em;
-webkit-transition: var(--effect);
transition: var(--effect);
vertical-align: middle;
}
.p-list-inline .entry-title:hover i {
color: var(--g-color);
border-radius: 100%;
background-color: var(--g-color);
}
[data-theme='dark'] .p-list-inline .entry-title:hover i {
color: var(--absolute-white);
background-color: var(--absolute-white);
}
.overlay-text .p-list-inline .entry-title:hover i {
color: var(--absolute-white);
background-color: var(--absolute-white);
}
.p-highlight,
.overlay-holder {
position: relative;
overflow: hidden;
border-radius: var(--wrap-border, var(--round-3));
}
.p-center .p-wrap {
text-align: center;
}
.p-center .p-top {
justify-content: center;
}
.p-center .review-meta-inner {
justify-content: center;
padding-right: 0;
padding-left: 0;
}
.p-center .p-meta {
display: flex;
flex-flow: row nowrap;
justify-content: center;
}
.p-center .meta-inner {
flex-grow: 0;
justify-content: center;
}
.p-center .rb-bookmark {
position: relative;
margin-left: 7px;
}
.p-center .counter-holder {
position: relative;
}
.p-middle .p-small {
align-items: center;
}
.p-middle [class*='p-overlay-'] .overlay-wrap {
align-items: center;
}
.p-middle [class*='p-overlay-'] .overlay-inner {
height: auto;
padding-top: 0;
padding-bottom: 0;
}
.p-bg-overlay .overlay-wrap:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
content: '';
opacity: .7;
background: var(--dark-accent);
}
.p-vtop [class*='p-overlay-'] .overlay-wrap {
align-items: flex-start;
}
.p-classic-1 > *:not(.feat-holder),
.p-classic-1 .p-top {
max-width: var(--content-width, 100%);
margin-right: auto;
margin-left: auto;
}
body:not([data-theme='dark']) .dark-overlay-scheme {
--dark-accent: var(--absolute-white);
--dark-accent-0: var(--absolute-white-0);
--dark-accent-90: var(--absolute-white-90);
} .block-wrap {
position: relative;
display: block;
counter-reset: trend-counter;
}
.block-overlay {
--bottom-spacing: 15px;
}
.block-small {
--bottom-spacing: 25px;
}
.block-wrap .rb-error {
padding: 20px;
text-align: center;
color: var(--meta-fcolor);
}
.bottom-border .block-inner > * {
padding-bottom: var(--bottom-spacing);
}
.bottom-border .pagination-wrap {
padding-top: calc(var(--bottom-spacing, 0) / 2);
}
.bottom-border .block-inner > *:before {
position: absolute;
top: auto;
right: var(--column-gap, 0);
bottom: 0;
left: var(--column-gap, 0);
height: 1px;
content: '';
pointer-events: none;
border-bottom: 1px var(--bottom-border-style, solid) var(--bottom-border-color);
}
.bottom-border.no-last-bb .block-inner > *:last-child:before {
border-bottom: none;
}
.bottom-border.no-last-bb .block-inner > *:last-child {
padding-bottom: 0;
}
.last-featured .block-inner {
align-items: flex-start;
}
.is-border-dark {
--column-border-color: currentColor;
}
.is-b-border-dark {
--bottom-border-color: currentColor;
}
.is-border-gray-dot {
--column-border-style: dotted;
}
.is-b-border-gray-dot {
--bottom-border-style: dotted;
}
.is-border-dark-dot {
--column-border-color: currentColor;
--column-border-style: dotted;
}
.is-b-border-dark-dot {
--bottom-border-color: currentColor;
--bottom-border-style: dotted;
}
.is-border-gray-dash {
--column-border-style: dashed;
}
.is-b-border-gray-dash {
--bottom-border-style: dashed;
}
.is-border-dark-dash {
--column-border-color: currentColor;
--column-border-style: dashed;
}
.is-b-border-dark-dash {
--bottom-border-color: currentColor;
--bottom-border-style: dashed;
}
.elementor-column.rb-sticky {
position: relative;
align-items: flex-start;
}
.rb-sticky > * {
position: -webkit-sticky;
position: sticky;
top: 12px;
-webkit-transition: top .3s ease;
transition: top .3s ease;
will-change: top;
}
.rb-error a {
text-decoration: underline;
}
.rb-error a:hover {
color: var(--g-color);
}
.scroll-holder {
scrollbar-color: var(--shadow-7) var(--flex-gray-15);
scrollbar-width: thin;
}
.short-pagination .pagination-nextprev {
justify-content: flex-start;
margin-top: calc(var(--bottom-spacing) / 2 + 10px);
}
.short-pagination .pagination-nextprev a > span {
display: none;
}
.short-pagination .pagination-nextprev > *:first-child {
margin-right: 5px
}
.pagination-nextprev > * {
justify-content: center;
min-width: 135px;
}
.short-pagination .pagination-nextprev > * {
min-width: 0;
}
.short-pagination .pagination-trigger {
padding: 0 10px;
}
.scroll-holder::-webkit-scrollbar {
width: 5px;
-webkit-border-radius: var(--round-7);
border-radius: var(--round-7);
background: var(--flex-gray-7);
}
.scroll-holder::-webkit-scrollbar-thumb {
-webkit-border-radius: var(--round-7);
border-radius: var(--round-7);
background-color: var(--flex-gray-15);
}
.scroll-holder::-webkit-scrollbar-corner {
-webkit-border-radius: var(--round-7);
border-radius: var(--round-7);
background-color: var(--flex-gray-15);
}
.post-carousel {
display: flex;
flex-flow: column nowrap;
}
.slider-footer {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.slider-footer > * {
display: inline-flex;
align-items: center;
min-height: 10px;
padding: 0 4px;
color: var(--slider-nav-color, inherit);
}
.slider-footer .rbi {
font-size: var(--nav-size, 18px);
-webkit-transition: var(--effect);
transition: var(--effect);
}
.post-slider .slider-prev,
.post-slider .slider-next {
font-size: var(--nav-size, 1.75rem);
position: absolute;
z-index: 10;
top: 50%;
right: auto;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 2em;
min-width: 60px;
height: 2em;
min-height: 60px;
margin-top: -30px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.light-overlay-scheme .slider-prev,
.light-overlay-scheme .slider-next,
.light-overlay-scheme .swiper-pagination-bullet {
color: var(--absolute-white);
}
.post-slider .slider-next {
right: 0;
left: auto;
}
.post-slider .slider-prev:hover,
.post-slider .slider-next:hover {
color: var(--g-color);
}
.slider-footer .rbi:hover {
color: var(--g-color);
}
.block-hrc {
--bottom-spacing: 7px;
}
.block-hrc:not(.hrc-3) .p-wrap:first-child,
.hrc-3 .p-content {
padding-bottom: var(--bottom-spacing);
border-bottom: 1px solid var(--flex-gray-15);
}
.hrc-3 .p-content {
margin-bottom: var(--bottom-spacing);
}
.hrc-col .p-wrap {
display: block;
width: 100%;
}
.yt-playlist {
overflow: hidden;
align-items: stretch;
border-radius: var(--round-7);
}
.iframe-holder {
position: relative;
display: block;
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 56.25%;
background-color: var(--shadow-7);
}
.yt-playlist .iframe-holder {
background-color: var(--dark-accent);
}
.iframe-holder iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
.plist-items-inner {
position: relative;
height: 100%;
background-color: var(--dark-accent);
}
.plist-holder {
position: absolute;
top: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
padding-top: 80px;
}
.plist-item {
display: flex;
flex-flow: row nowrap;
width: 100%;
padding: 10px 20px;
}
.plist-item:hover {
background-color: var(--shadow-7);
}
.plist-item-thumb {
flex-shrink: 0;
width: 90px;
margin-right: 12px;
}
span.plist-item-title {
line-height: 1.5;
display: block;
}
.play-panel {
position: absolute;
z-index: 99;
top: 0;
right: 0;
left: 0;
display: flex;
align-items: stretch;
flex-flow: row nowrap;
background-color: var(--dark-accent);
box-shadow: 0 4px 10px var(--shadow-7);
}
.yt-trigger {
position: relative;
display: flex;
flex-grow: 0;
flex-shrink: 0;
width: 70px;
margin-right: 0;
margin-left: auto;
cursor: pointer;
-webkit-transition: var(--effect);
transition: var(--effect);
background-color: var(--g-color);
}
.yt-trigger:hover {
-webkit-box-shadow: 0 0 20px var(--g-color-90);
box-shadow: 0 0 20px var(--g-color-90);
}
.yt-trigger-icons {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
cursor: pointer;
}
.yt-trigger-icons svg {
position: absolute;
width: 30px;
}
.play-content {
position: relative;
overflow: hidden;
flex-grow: 1;
padding: 10px 12px;
}
.play-index {
display: flex;
margin-bottom: 7px;
opacity: .5;
}
.index-info {
margin-left: auto;
}
.play-title {
display: block;
overflow: hidden;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}
.yt-trigger-icons .svg-pause,
.is-playing .yt-trigger-icons .svg-play {
display: none;
}
.is-playing .yt-trigger-icons .svg-pause {
display: block;
}
.plist-meta {
display: block;
margin-top: 5px;
opacity: .5;
}
.block-qlinks-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.qlinks-header {
line-height: 0;
flex-grow: 0;
flex-shrink: 0;
}
.qlinks-layout-2 .qlinks-header {
margin-right: 5px;
}
.qlinks-content {
display: flex;
flex-grow: 1;
list-style: none;
}
.qlinks-content ul {
display: flex;
flex-flow: row nowrap;
width: 100%;
list-style: none;
}
.qlink a, .qlinks-heading {
font-size: var(--rem-mini);
}
.qlinks-layout-1 .qlinks-heading {
line-height: 1.15;
color: var(--g-color);
}
.qlink a {
position: relative;
display: block;
margin-right: 1px;
padding: 4px 7px;
-webkit-transition: var(--effect);
transition: var(--effect);
white-space: nowrap;
}
.qlinks-layout-1 .qlink a {
line-height: 1.15;
padding-top: 0;
padding-bottom: 0;
}
.qlinks-layout-1:not(.qlinks-color) .qlink a {
text-decoration-color: transparent;
text-decoration-line: underline;
}
.qlinks-layout-1 .qlink a:hover,
.sub-cat-item a:hover {
text-decoration: underline;
text-decoration-color: var(--g-color);
}
.qlinks-dotted .qlink a:hover {
text-decoration-color: inherit;
text-decoration-style: dotted;
}
.qlinks-color .qlink a:hover {
text-decoration: none;
color: var(--g-color);
}
.qlinks-layout-1 .qlink a:after {
position: absolute;
top: 4px;
right: -1px;
bottom: 4px;
display: block;
content: '';
border-left: 1px solid var(--flex-gray-20);
}
.qlinks-layout-2 .qlink a {
line-height: 1;
margin: 2px 5px;
border-radius: var(--round-3);
background-color: var(--flex-gray-7);
}
.archive-header .qlinks-layout-2 .qlink a {
background-color: var(--flex-gray-15);
}
.archive-header.is-centered {
text-align: center;
}
.is-centered .taxonomy-description {
margin-right: auto;
margin-left: auto;
}
.qlinks-layout-2 .qlink a:hover {
color: var(--absolute-white);
background-color: var(--g-color);
-webkit-box-shadow: 0 0 10px var(--g-color-90);
box-shadow: 0 0 10px var(--g-color-90);
}
.qlink:last-child > a,
.qlinks-layout-2 .qlink:last-child > a {
margin-right: 0;
}
.qlinks-layout-1 .qlink:last-child > a:after {
display: none;
}
.breaking-news-heading {
font-size: var(--em-mini);
display: flex;
align-items: center;
margin-right: 10px;
padding: 0 10px;
white-space: nowrap;
border-radius: var(--round-5);
background-color: var(--solid-white);
box-shadow: 0 2px 10px var(--shadow-7);
}
.breaking-news-heading svg {
width: 1em;
margin-right: 4px;
color: var(--g-color);
}
.breaking-news-prev {
display: none;
}
.block-breaking-news {
display: flex;
flex-flow: row nowrap;
}
.breaking-news-slider .swiper-slide {
padding-right: 50px;
}
.breaking-news-title.entry-title {
display: flex;
align-items: center;
height: 100%;
margin-bottom: 0;
-webkit-transition: opacity .5s var(--timing);
transition: opacity .5s var(--timing);
-webkit-transition-delay: .2ms;
transition-delay: .2s;
opacity: 0;
}
.breaking-news-title.entry-title a {
line-height: 1.7;
display: inline-block;
overflow: hidden;
max-width: 100%;
margin-bottom: 0;
white-space: nowrap;
text-overflow: ellipsis;
}
.swiper-slide-active .breaking-news-title.entry-title {
opacity: 1
}
.breaking-news-nav {
font-size: 11px;
position: absolute;
z-index: 10;
top: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: space-around;
width: 42px;
height: 100%;
}
.breaking-news-nav > * {
line-height: 1;
cursor: pointer;
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: .3;
}
.breaking-news-nav > *:hover {
opacity: 1;
color: var(--g-color);
}
.newsletter-box {
overflow: hidden;
border-radius: var(--round-7);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.newsletter-inner {
display: flex;
align-items: center;
flex-flow: row wrap;
flex-grow: 1;
max-width: 100%;
padding: 20px;
}
.is-box-shadow .box-inner,
.newsletter-style.is-box-shadow {
-webkit-box-shadow: 0 0 30px var(--shadow-7);
box-shadow: 0 0 30px var(--shadow-7);
}
.is-box-gray .box-inner,
.newsletter-style.is-box-gray {
border: 1px solid var(--flex-gray-15);
}
.is-box-gray-dot .box-inner,
.newsletter-style.is-box-gray-dot {
border: 1px dotted var(--flex-gray-15);
}
.is-box-gray-dash .box-inner,
.newsletter-style.is-box-gray-dash {
border: 2px dashed var(--flex-gray-15);
}
.is-box-dark .box-inner,
.newsletter-style.is-box-dark {
border: 1px solid currentColor;
}
.is-box-dark-dot .box-inner,
.newsletter-style.is-box-dark-dot {
border: 1px dotted currentColor;
}
.is-box-dark-dash .box-inner {
border: 1px dashed currentColor;
}
.newsletter-style.is-box-dark-dash {
border: 2px dashed currentColor;
}
.single .s-ct .newsletter-box.newsletter-style {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.newsletter-featured {
flex: 0 0 15%;
max-width: 15%;
}
.newsletter-box-2 .newsletter-featured {
display: flex;
justify-content: center;
}
.newsletter-content {
flex: 0 0 30%;
max-width: 30%;
}
.newsletter-inner > * {
padding-right: 20px;
padding-left: 20px;
}
.newsletter-form {
flex-grow: 1;
max-width: 660px;
margin-left: auto;
}
.newsletter-form input[type='text'],
.newsletter-form input[type='email'] {
font-weight: 700;
}
.newsletter-form input[type='text']::placeholder,
.newsletter-form input[type='email']::placeholder {
font-weight: var(--input-fweight);
}
.newsletter-description {
font-size: var(--rem-small);
}
.newsletter-content > *:not(:last-child) {
margin-bottom: 10px;
}
.newsletter-box-2 .newsletter-inner {
flex-flow: column nowrap;
text-align: center;
}
.newsletter-box-2 .newsletter-inner > * {
flex: 0 0 100%;
width: 100%;
max-width: 600px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
padding-right: 0;
padding-left: 0;
}
.newsletter-box-2 .newsletter-inner > *:not(:last-child) {
margin-bottom: 20px;
}
.newsletter-box-2 .mc4wp-form-fields > * {
justify-content: center;
}
.newsletter-sb-inner {
padding: 20px;
text-align: center;
}
.newsletter-sb-inner > *:not(:last-child) {
margin-bottom: 15px;
}
.newsletter-sb-featured img {
margin-right: auto;
margin-left: auto;
}
.newsletter-sb .mc4wp-form-fields > *:not(.agree-to-terms) {
flex-flow: row wrap;
justify-content: center;
}
.newsletter-sb .mc4wp-form-fields input[type='submit'] {
margin-top: 15px;
margin-left: 0;
}
.newsletter-sb .agree-to-terms {
font-size: var(--meta-fsize);
display: inline-block;
margin-top: 20px;
}
.widget-mc .newsletter-fw {
border-radius: var(--round-5);
}
.heading-inner {
position: relative;
display: flex;
align-items: center;
flex-flow: row nowrap;
width: 100%;
}
.heading-layout-c1 .heading-inner,
.heading-layout-c2 .heading-inner,
.heading-layout-c6 .heading-inner,
.heading-layout-c7 .heading-inner,
.heading-layout-c9 .heading-inner,
.heading-layout-c13 .heading-inner {
justify-content: center;
}
.heading-title > * {
position: relative;
z-index: 1;
color: var(--heading-color, inherit);
}
.heading-title a {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.heading-title a:hover {
opacity: .7;
}
.heading-tagline {
line-height: 1;
display: flex;
align-items: center;
flex-flow: row nowrap;
margin-left: auto;
color: var(--heading-tagline-color, inherit);
}
.heading-tagline a,
.heading-tagline i {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.heading-tagline a:hover,
.heading-tagline a:hover + i {
opacity: .7;
}
.heading-tagline-icon {
margin-left: 4px;
}
[class *='heading-layout-c'] .heading-inner {
flex-flow: row wrap;
text-align: center;
}
[class *='heading-layout-c'] .heading-tagline {
justify-content: center;
width: 100%;
margin-top: var(--heading-tagline-margin, 12px);
margin-right: auto;
}
.heading-layout-2 .heading-title:before,
.heading-layout-c2 .heading-title:before,
.heading-layout-c2 .heading-title:after {
display: inline-flex;
width: .6em;
height: .6em;
margin-right: var(--heading-spacing, 7px);
content: '';
border-radius: 100%;
background-color: var(--heading-sub-color, currentColor);
}
.heading-layout-c2 .heading-title:after {
margin-right: 0;
margin-left: var(--heading-spacing, 5px);
}
.heading-layout-3 .heading-inner,
.heading-layout-c3 .heading-inner {
border-bottom: 1px solid var(--flex-gray-15);
}
.heading-layout-c3 .heading-inner {
padding-bottom: 15px;
}
.heading-layout-c3 .heading-inner:before {
position: absolute;
bottom: 0;
left: 50%;
width: 120px;
margin-left: -60px;
content: '';
border-bottom: 5px solid var(--heading-sub-color);
}
.heading-layout-c3 .heading-title {
text-align: center;
}
.heading-layout-c4 .heading-title,
.heading-layout-c5 .heading-title,
.heading-layout-c14 .heading-title,
.heading-layout-c15 .heading-title {
width: 100%;
text-align: center;
}
.heading-layout-3 .heading-title > * {
display: inline-flex;
padding-bottom: var(--heading-spacing, 10px);
border-bottom: 5px solid var(--heading-sub-color);
}
.heading-layout-c3 .heading-title {
width: 100%;
}
.heading-layout-4 .heading-inner,
.heading-layout-c4 .heading-inner {
padding-bottom: var(--heading-spacing, 10px);
border-bottom: 4px solid var(--heading-sub-color, currentColor);
}
.heading-layout-4 .heading-inner:before,
.heading-layout-c4 .heading-inner:before {
position: absolute;
top: auto;
right: 0;
bottom: 2px;
left: 0;
display: block;
content: '';
border-bottom: 2px solid var(--heading-sub-color, currentColor);
}
.heading-layout-1 .heading-title,
.heading-layout-c1 .heading-title {
line-height: 1;
position: relative;
display: inline-flex;
padding: 0 var(--heading-spacing, 12px);
backface-visibility: hidden;
}
.heading-layout-6 .heading-title,
.heading-layout-c6 .heading-title {
line-height: 1;
position: relative;
display: inline-flex;
padding: 0 12px;
backface-visibility: hidden;
}
.heading-layout-1 .heading-title:after,
.heading-layout-c1 .heading-title:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
border-right: 3px solid var(--heading-sub-color);
border-left: 3px solid var(--heading-sub-color);
}
.heading-layout-5 .heading-inner {
width: 100%;
padding-top: var(--heading-spacing, 7px);
border-top: 5px solid var(--heading-sub-color);
}
.heading-layout-14 .heading-inner {
width: 100%;
padding-top: var(--heading-spacing, 7px);
border-top: 1px solid var(--heading-sub-color);
}
.heading-layout-15 .heading-inner {
width: 100%;
padding-top: var(--heading-spacing, 7px);
padding-bottom: var(--heading-spacing, 7px);
border-top: 1px solid var(--heading-sub-color);
border-bottom: 1px solid var(--heading-sub-color);
}
.heading-layout-c5 .heading-inner {
width: 100%;
padding-top: var(--heading-spacing, 10px);
border-top: 5px solid var(--heading-sub-color);
}
.heading-layout-c14 .heading-inner {
width: 100%;
padding-top: var(--heading-spacing, 10px);
border-top: 1px solid var(--heading-sub-color);
}
.heading-layout-c15 .heading-inner {
width: 100%;
padding-top: var(--heading-spacing, 10px);
padding-bottom: var(--heading-spacing, 10px);
border-top: 1px solid var(--heading-sub-color);
border-bottom: 1px solid var(--heading-sub-color);
}
.heading-layout-6,
.heading-layout-c6,
.heading-layout-13,
.heading-layout-c13,
.heading-layout-16 {
--heading-color: var(--absolute-white);
}
.heading-layout-6 .heading-title > *,
.heading-layout-c6 .heading-title > *,
.heading-layout-13 .heading-title > *,
.heading-layout-c13 .heading-title > * {
position: relative;
z-index: 1;
display: block;
padding: 5px var(--heading-spacing, 20px);
}
.heading-layout-6 .heading-title > *:after,
.heading-layout-c6 .heading-title > *:after {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
border-radius: var(--round-5);
background-color: var(--heading-sub-color);
}
.heading-layout-13 .heading-title > *:after,
.heading-layout-c13 .heading-title > *:after {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
border-radius: var(--round-5);
background-color: var(--heading-sub-color);
}
.heading-layout-7 .heading-title > * {
line-height: 1;
display: inline-flex;
padding-left: var(--heading-spacing, 7px);
border-left: 7px solid var(--heading-sub-color);
}
.heading-layout-c7 .heading-title > *:before,
.heading-layout-c7 .heading-title > *:after {
display: inline-flex;
width: 10px;
height: 10px;
margin-right: var(--heading-spacing, 10px);
content: '';
background-color: var(--heading-sub-color);
}
.heading-layout-c7 .heading-title > *:after {
margin-right: 0;
margin-left: var(--heading-spacing, 10px);
}
.heading-layout-8 .heading-title > * {
display: inline-flex;
padding-left: var(--heading-spacing, 15px);
}
.heading-layout-8 .heading-title > *:before {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
display: block;
width: 50%;
content: '';
opacity: .5;
background-color: var(--heading-sub-color, currentColor);
}
.heading-layout-c8 .heading-title {
position: relative;
display: inline-flex;
margin-right: auto;
margin-left: auto;
}
.heading-layout-c8 .heading-title:before,
.heading-layout-c8 .heading-title:after {
position: absolute;
top: 50%;
right: calc(100% + 10px);
left: auto;
width: 60px;
height: 2px;
margin-top: -1px;
content: '';
background-color: var(--heading-sub-color, currentColor);
}
.heading-layout-c8 .heading-title:after {
right: auto;
left: calc(100% + 10px);
}
.heading-layout-9 .heading-title,
.heading-layout-c9 .heading-title {
position: relative;
display: inline-flex;
padding: 0 var(--heading-spacing, 20px);
}
.heading-layout-9 .heading-title:before,
.heading-layout-c9 .heading-title:before {
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 0;
width: 7px;
height: 7px;
content: '';
pointer-events: none;
opacity: .5;
border-top: 2px solid var(--heading-sub-color);
border-left: 2px solid var(--heading-sub-color);
}
.heading-layout-9 .heading-title:after,
.heading-layout-c9 .heading-title:after {
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: auto;
width: 7px;
height: 7px;
content: '';
pointer-events: none;
opacity: .5;
border-right: 2px solid var(--heading-sub-color);
border-bottom: 2px solid var(--heading-sub-color);
}
.heading-layout-c10 .heading-title,
.heading-layout-c11 .heading-title {
display: flex;
justify-content: center;
width: 100%;
}
.heading-layout-11 .heading-tagline,
.heading-layout-c11 .heading-tagline {
font-size: 3em;
line-height: 1;
position: absolute;
top: auto;
bottom: -7px;
left: 0;
margin: 0;
pointer-events: none;
opacity: .12;
}
.heading-layout-12 .heading-title,
.heading-layout-c12 .heading-title {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.heading-layout-12 .heading-title > *:before,
.heading-layout-c12 .heading-title > *:before {
line-height: 1;
display: inline-flex;
width: 1em;
height: .6em;
margin-right: var(--heading-spacing, 7px);
content: '';
background-color: var(--heading-sub-color);
}
.heading-layout-c12 .heading-title {
margin-right: auto;
margin-left: auto;
}
.heading-layout-c12 .heading-title > *:after {
line-height: 1;
display: inline-flex;
width: 1em;
height: .6em;
margin-left: var(--heading-spacing, 7px);
content: '';
background-color: var(--heading-sub-color);
}
.heading-layout-12 .heading-inner,
.heading-layout-c12 .heading-inner {
width: 100%;
padding-bottom: var(--heading-spacing, 7px);
border-bottom: 5px solid var(--heading-color);
}
.heading-layout-c12 .heading-inner {
padding-bottom: var(--heading-spacing, 12px);
}
.heading-layout-16 .heading-title > * {
line-height: 1;
position: relative;
z-index: 1;
display: block;
padding: 5px var(--heading-spacing, 20px);
}
.heading-layout-16 .heading-title > *:after {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
background-color: var(--heading-sub-color);
}
.heading-layout-16 .heading-title > *:before {
position: absolute;
top: 0;
bottom: 0;
left: calc(100% - .001em);
display: block;
height: 100%;
content: '';
border-width: calc(1em + 10px) 0 0 16px;
border-style: solid;
border-color: transparent transparent transparent var(--heading-sub-color);
}
.heading-layout-16 .heading-inner {
border-bottom: 2px solid var(--heading-sub-color);
}
.heading-layout-17 .heading-title,
.heading-layout-18 .heading-title {
position: relative;
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
}
.heading-layout-17 .heading-title:after {
display: inline-flex;
flex-grow: 1;
margin-left: var(--heading-spacing, 10px);
content: '';
border-bottom: 2px solid var(--heading-sub-color);
}
.heading-layout-17 .heading-tagline {
margin-left: var(--heading-spacing, 10px);
}
.heading-layout-18 .heading-title:after {
display: inline-flex;
flex-grow: 1;
margin-left: var(--heading-spacing, 10px);
content: '';
border-bottom: 7px dotted var(--heading-sub-color);
}
.heading-layout-18 .heading-tagline {
margin-left: var(--heading-spacing, 10px);
padding-bottom: 2px;
border-bottom: 2px solid currentColor;
} .f-slideup {
position: fixed;
z-index: 500;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: -webkit-transform .4s var(--timing);
transition: transform .4s var(--timing);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
will-change: transform;
}
.yes-f-slideup .f-slideup {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideup-inner {
position: relative;
-webkit-transition: opacity .4s var(--timing);
transition: opacity .4s var(--timing);
pointer-events: none;
opacity: 0;
background-color: var(--slideup-bg, #88888888);
}
.slideup-toggle {
position: absolute;
top: auto;
right: 10%;
bottom: 100%;
left: auto;
display: block;
padding: 3px 15px;
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--slideup-icon-na-color, var(--absolute-white));
border-top-left-radius: var(--round-5);
border-top-right-radius: var(--round-5);
background-color: var(--slideup-icon-na-bg, var(--g-color));
}
body:not(.yes-f-slideup) .slideup-toggle:hover {
box-shadow: 0 0 10px var(--slideup-icon-na-bg-90, var(--g-color-90));
webkit-box-shadow: 0 0 10px var(--slideup-icon-na-bg-90, var(--g-color-90));
}
.yes-f-slideup .slideup-toggle {
color: var(--slideup-icon-color, #fff);
background-color: var(--slideup-bg, #88888888);
}
.slideup-toggle i {
line-height: 1;
display: block;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.yes-f-slideup .slideup-toggle:hover i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.yes-f-slideup .slideup-inner {
visibility: visible;
pointer-events: auto;
opacity: 1;
} .block-list-small-1 .scroll-holder {
max-height: 410px;
padding-right: 15px;
}
.cbox {
position: relative;
}
.cbox-inner {
position: relative;
display: block;
overflow: hidden;
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--wrap-border, var(--round-7));
background-color: var(--flex-gray-7);
}
.cbox-inner:hover {
-webkit-box-shadow: 0 4px 10px var(--shadow-7);
box-shadow: 0 4px 10px var(--shadow-7);
}
.cbox-body {
position: relative;
z-index: 10;
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
padding: 10px 15px;
}
.cbox-body > * {
pointer-events: auto;
}
.cbox-2 .cbox-body:before {
position: absolute;
z-index: -1;
top: -30px;
right: 0;
bottom: 0;
left: 0;
content: '';
pointer-events: none;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), var(--cbox-bg, var(--g-color-90)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--cbox-bg, var(--g-color-90)) 100%);
}
.no-gradient .cbox-2 .cbox-body:before {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
}
.follow-button {
font-size: 12px;
display: flex;
align-items: center;
flex-shrink: 0;
justify-content: center;
width: 34px;
height: 34px;
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: 0;
border: 1px solid var(--flex-gray-15);
border-radius: 100%;
}
.elementor-editor-active .follow-trigger {
opacity: 1;
}
.follow-trigger:hover,
.follow-trigger.followed {
color: #62b088;
border-color: #62b088;
}
.follow-trigger.in-progress {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation: reaction-spinner 1s linear infinite;
animation: reaction-spinner 1s linear infinite;
pointer-events: none;
}
.follow-trigger.in-progress i:before {
content: '\e942';
}
.follow-icon,
.followed-icon {
line-height: 32px;
width: 100%;
height: 100%;
text-align: center;
}
.followed-icon, .followed i:not(.followed-icon) {
display: none;
}
.followed i.followed-icon {
display: block;
}
.cbox-content {
flex-grow: 1;
}
.cbox-count {
display: block;
}
.cbox-2 .cbox-count,
.cbox-3 .cbox-count {
color: var(--absolute-white);
}
.cbox-content > *:not(:last-child) {
margin-bottom: 5px;
}
.cbox-featured,
.cbox-featured-overlay {
position: relative;
display: block;
overflow: hidden;
width: 100%;
padding-bottom: 66.67%;
}
.featured-category-img {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.featured-category-img img {
position: relative;
display: block;
width: 100%;
height: 100%;
-webkit-object-fit: cover;
object-fit: cover;
}
.is-gap-none .cbox-title,
.is-gap-none .cbox-count {
padding-right: 10px;
padding-left: 10px;
}
.cbox-follow .cbox-inner {
display: flex;
height: 100%;
}
.follow-redirect-wrap {
display: flex;
align-items: center;
flex-grow: 1;
justify-content: center;
padding: 10px;
}
.follow-redirect {
position: relative;
display: flex;
align-items: center;
flex-flow: column nowrap;
}
.follow-redirect:before {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
content: '';
-webkit-transition: var(--effect);
transition: var(--effect);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
border-radius: 100%;
background-color: currentColor;
}
.follow-redirect:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
opacity: .1;
}
.cbox-center {
margin-top: 5px;
-webkit-transition: var(--effect);
transition: var(--effect);
-webkit-transform: translate3d(0, 15px, 0);
transform: translate3d(0, 15px, 0);
pointer-events: none;
opacity: 0;
}
.cbox:hover .cbox-center {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.hover-ani-1 .cbox-overlay .p-url:hover {
text-decoration-color: var(--absolute-white);
}
.is-light.follow-button {
color: var(--absolute-white);
border-color: var(--absolute-white);
}
.is-light.follow-button:hover {
opacity: .5;
color: var(--absolute-white);
border-color: var(--absolute-white);
}
.cbox-3 .cbox-overlay:before {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
pointer-events: none;
opacity: .6;
background-color: var(--cbox-bg, var(--g-color));
}
.no-gradient .cbox-3 .cbox-overlay:before {
background-color: rgba(0, 0, 0, .6);
}
.cbox-3 .cbox-body {
align-items: flex-start;
flex-flow: column nowrap;
justify-content: space-between;
width: 100%;
height: 100%;
padding: 20px;
}
.cbox-3 .cbox-body > * {
width: 100%;
}
.cbox-3 .follow-button {
margin-left: auto;
}
.cbox-4 .cbox-featured {
padding-bottom: 100%;
}
.cbox-4 .follow-button {
position: absolute;
z-index: 10;
top: 20px;
right: 20px;
}
.cbox-4 .cbox-content {
text-align: center;
}
.cbox-4 .cbox-body {
padding: 25px 20px;
}
.block-categories-5 {
--bottom-spacing: 12px;
}
.cbox-5 {
text-align: center;
}
.cbox-5 .cbox-inner {
background-color: transparent;
}
.cbox-5 .cbox-inner:hover {
display: none;
}
.cbox-featured-holder {
position: relative;
margin-right: auto;
margin-left: auto;
}
.cbox-5 .cbox-featured {
overflow: hidden;
width: 100%;
padding-bottom: 100%;
border-radius: 100%;
}
.cbox-5 > *:not(:last-child) {
margin-bottom: var(--bottom-spacing);
}
.cbox-featured-holder .follow-button {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
display: inline-flex;
margin-top: -17px;
margin-left: -17px;
text-shadow: 1px 2px 7px var(--flex-gray-15);
}
.a-card {
position: relative;
}
.a-card-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
height: 100%;
padding: var(--inner-padding, 25px);
border-radius: var(--wrap-border, var(--round-5));
}
.a-card-1 .author-job {
margin-top: 10px;
}
.a-card-2 .a-card-content {
align-items: center;
padding-right: 0;
text-align: center;
}
.a-card-2 .follow-button {
font-size: 1rem;
border: none;
}
.a-card-meta {
display: flex;
flex-flow: row nowrap;
}
.a-card-feat {
display: flex;
align-items: center;
flex-flow: column nowrap;
flex-shrink: 0;
width: var(--featured-width, 100px);
max-width: 100%;
}
.a-card-content {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
padding-right: 25px;
row-gap: 10px;
}
.a-card-name {
display: flex;
align-items: center;
}
.a-card-count:not(:first-child):before {
margin-right: 5px;
margin-left: 5px;
content: '/';
}
.a-card .follow-button {
margin-top: 5px;
}
.a-card-feat a {
position: relative;
width: 100%;
padding-bottom: 100%;
}
.a-card-feat img {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
border-radius: 100%;
object-fit: cover;
}
.block-covid-data {
position: relative;
}
.block-covid-data svg.svg-virus {
position: absolute;
top: 0;
right: 0;
display: block;
width: 70px;
opacity: .07;
}
[data-theme='dark'] .block-covid-data svg,
.light-scheme .block-covid-data svg {
fill: #fff;
}
.block-covid-data .description-text {
line-height: 1;
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.country-name {
display: flex;
margin-bottom: 15px;
}
.data-item {
display: flex;
align-items: center;
width: 100%;
}
.data-item:not(:last-child) {
margin-bottom: 7px;
}
.data-item-icon {
margin-right: 7px;
}
.data-item svg {
width: 1em;
}
.data-item-value {
margin-right: 0;
margin-left: auto;
}
.data-death .data-item-value {
color: var(--g-color);
}
.ad-wrap, .amp-ad-wrap {
line-height: 1;
display: block;
text-align: center;
}
.header-amp-ad,
.footer-amp-ad {
padding: 10px 20px;
}
.header-amp-ad {
background-color: var(--flex-gray-15);
}
.ad-image {
line-height: 0;
display: inline-block;
overflow: hidden;
border-radius: var(--round-5);
}
.ad-description {
line-height: 1;
display: block;
margin-bottom: 10px;
text-align: center;
}
.block-h .heading-title {
line-height: 1;
margin-bottom: 0;
}
.heading-title i {
margin-right: 5px;
}
.related-sec {
display: block;
width: 100%;
padding: 20px;
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
--bottom-spacing: 0;
}
.related-2 {
--bottom-spacing: 20px;
}
.related-5 {
--bottom-spacing: 12px;
}
.related-6 {
--bottom-spacing: 25px;
}
.entry-top .widget:not(:last-child),
.entry-bottom .widget:not(:last-child) {
margin-bottom: 35px;
}
.related-sec .block-h,
.entry-widget .block-h {
margin-bottom: 25px;
}
.related-sec .p-list-small-2 {
align-items: center;
}
.related-sec .p-list-small-2 .feat-holder {
width: 100px;
}
.related-1 .p-list-small-2 {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid var(--flex-gray-15);
}
.related-1 .p-list-inline:not(:last-child) {
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid var(--flex-gray-15);
}
.related-4 .p-wrap:not(:last-child) {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid var(--flex-gray-15);
}
.entry-widget:not(:last-child) {
margin-bottom: 30px;
}
.widget.entry-widget .related-sec {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.privacy-bar {
display: none;
transition: opacity .25s var(--timing);
-webkit-transform: opacity .25s var(--timing);
opacity: 0;
}
.privacy-bar.activated {
display: block;
opacity: 1;
}
.privacy-bar.privacy-bottom {
position: fixed;
z-index: 970;
bottom: 10px;
left: 0;
align-items: center;
width: 100%;
padding-right: 15px;
padding-left: 15px;
pointer-events: none;
}
.privacy-bar.privacy-left {
position: fixed;
z-index: 9999;
top: auto;
bottom: 20px;
left: 20px;
width: 380px;
}
.privacy-inner {
font-size: var(--rem-mini);
position: relative;
display: flex;
overflow: hidden;
align-items: center;
flex-flow: row nowrap;
max-width: var(--rb-width, 1280px);
margin-right: auto;
margin-left: auto;
padding: 7px 20px;
pointer-events: auto;
color: var(--privacy-color);
border-radius: var(--round-5);
background-color: var(--privacy-bg-color, var(--dark-accent));
-webkit-box-shadow: 0 5px 15px var(--shadow-12);
box-shadow: 0 5px 15px var(--shadow-12);
}
.privacy-wide .privacy-inner {
max-width: 100%;
}
.privacy-bar.privacy-top {
background-color: var(--privacy-bg-color, var(--dark-accent));
}
.privacy-bar.privacy-top .privacy-inner {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.privacy-bar.privacy-left .privacy-inner {
border-radius: var(--round-7);
}
.privacy-bar.privacy-bottom .privacy-inner {
max-width: 720px;
margin-right: auto;
margin-left: auto;
padding: 12px;
}
.privacy-content {
flex-grow: 1;
}
.privacy-dismiss-btn {
line-height: 1;
display: flex;
flex-shrink: 0;
margin-left: 20px;
padding: 5px 15px;
}
.privacy-bar.privacy-top .privacy-dismiss-btn:not(:hover):not(:focus) {
background: var(--absolute-dark);
}
.privacy-dismiss-btn span {
font-size: var(--em-mini);
}
.privacy-left .privacy-inner {
margin-right: 0;
margin-left: 0;
padding: 15px;
-webkit-box-shadow: 0 4px 30px var(--shadow-12);
box-shadow: 0 4px 30px var(--shadow-12);
}
.privacy-inner a:not(.is-btn) {
font-weight: 700;
transition: var(--effect);
-webkit-transform: var(--effect);
color: inherit;
text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-thickness: 1px;
}
.privacy-inner a:not(.is-btn):hover {
color: var(--g-color);
}
.privacy-bar.privacy-left .privacy-dismiss-btn {
padding: 10px 20px;
}
.bookmark-section-header {
position: relative;
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.saved-section .bookmark-section-header {
padding-top: 25px;
padding-bottom: 25px;
}
.blog-wrap.saved-content {
margin-top: 0;
}
.my-bookmark-section > * {
margin-bottom: 40px;
}
.bookmark-section-header-inner {
position: relative;
flex-grow: 1;
}
.bookmark-section-header-image {
align-items: center;
flex-shrink: 0;
width: auto;
height: 40px;
margin-bottom: 10px;
}
.bookmark-section-header-image img {
width: auto;
max-height: 100%;
}
.bookmark-section-title,
.bookmark-section-decs {
display: block;
}
.bookmark-section-decs {
margin-top: 5px;
}
.p-wrap.removing {
display: none;
}
.block-loader {
text-align: center;
}
.page-template-bookmark .svg-loading,
.block-loader .svg-loading {
line-height: 0;
width: 2.5rem;
}
.empty-saved {
margin-top: 25px;
margin-bottom: 25px;
}
.empty-saved-desc {
font-size: var(--rem-small);
display: block;
max-width: 500px;
margin-top: 7px;
}
.interest-section .bookmark-section-header {
padding: 20px 0;
}
.empty-saved-desc i {
display: inline;
color: var(--g-color);
}
.interest-loader {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: calc(20% - 20px);
margin-right: 20px;
border-radius: var(--wrap-border, var(--round-7));
background: var(--flex-gray-7);
}
.interest-loader:before {
position: relative;
display: block;
width: 100%;
padding-bottom: 97.25%;
content: '';
}
.interest-loader svg {
position: absolute;
top: auto;
left: auto;
display: inline-flex;
}
.interest-loader:last-child {
opacity: .3;
}
.rec-section {
display: block;
overflow: hidden;
background-color: var(--dark-accent);
}
.logo-popup-outer {
display: flex;
width: 100%;
padding: 40px;
pointer-events: auto;
border-radius: 10px;
background: var(--solid-white);
-webkit-box-shadow: 0 10px 30px var(--shadow-12);
box-shadow: 0 10px 30px var(--shadow-12);
}
[data-theme='dark'] .logo-popup-outer {
background-color: var(--dark-accent);
}
.rb-user-popup-form {
position: relative;
max-width: 350px;
margin: auto;
}
.logo-popup {
width: 100%;
}
.login-popup-header {
position: relative;
display: block;
margin-bottom: 25px;
padding-bottom: 20px;
text-align: center;
}
.login-popup-header:after {
position: absolute;
bottom: 0;
left: 50%;
display: block;
width: 30px;
margin-left: -15px;
content: '';
border-bottom: 6px dotted var(--g-color);
}
.logo-popup-logo {
display: block;
margin-bottom: 20px;
text-align: center;
}
.logo-popup-logo img {
display: inline-block;
width: auto;
max-height: 80px;
object-fit: contain;
}
.user-form label {
line-height: 1;
display: block;
margin-bottom: 10px;
}
.user-form form > *:not(:last-child) {
margin-bottom: 15px;
}
.user-form input[type='text'],
.user-form input[type='password'] {
display: block;
width: 100%;
border-radius: var(--round-7);
}
.user-form .login-submit {
padding-top: 7px;
}
.user-form input[type='submit'] {
width: 100%;
}
.user-form-footer {
line-height: 1;
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin-top: 15px;
}
.user-form-footer a {
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: .7;
}
.user-form-footer > *:not(:last-child) {
margin-right: 7px;
padding-right: 7px;
border-right: 1px solid var(--flex-gray-15);
}
.user-form-footer a:hover {
text-decoration: underline;
opacity: 1;
color: var(--body-fcolor);
text-decoration-color: var(--g-color);
}
.popup-newsletter {
position: relative;
width: 100%;
max-width: 760px;
margin: auto;
}
.popup-newsletter-inner {
display: flex;
overflow: hidden;
flex-flow: row nowrap;
width: 100%;
border-radius: var(--round-7);
-webkit-box-shadow: 0 10px 30px var(--shadow-12);
box-shadow: 0 10px 30px var(--shadow-12);
}
.popup-newsletter-cover {
display: flex;
flex-shrink: 0;
width: 40%;
}
.popup-newsletter-header > *:not(:first-child):not(.popup-newsletter-icon) {
margin-top: 15px;
}
.popup-newsletter-cover-holder {
position: relative;
display: block;
width: 100%;
padding-bottom: 135%;
background-color: var(--flex-gray-7);
}
.popup-newsletter .popup-newsletter-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.popup-newsletter-content {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
justify-content: space-evenly;
padding: 40px;
background-color: var(--dark-accent);
}
.popup-newsletter-content > * {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
}
.popup-newsletter-icon {
position: absolute;
top: 10px;
right: 20px;
pointer-events: none;
opacity: .2;
}
.popup-newsletter-icon svg {
width: 52px;
}
.popup-newsletter-description {
font-size: var(--rem-small);
color: var(--meta-fcolor);
}
.popup-newsletter-inner .mc4wp-form-fields input[type='submit'] {
padding-right: 15px;
padding-left: 15px;
}
.popup-newsletter-footer > * {
opacity: .7;
}
.popup-newsletter-footer a {
-webkit-transition: var(--effect);
transform: var(--effect);
}
.popup-newsletter-footer a:hover {
text-decoration: underline;
opacity: 1;
color: var(--body-fcolor);
text-decoration-color: var(--g-color);
}
.close-popup-btn {
padding: 0;
cursor: pointer;
background: none;
box-shadow: none;
touch-action: manipulation;
}
.close-icon {
position: relative;
display: block;
overflow: hidden;
width: 40px;
height: 40px;
pointer-events: none;
}
.close-icon:before,
.close-icon:after {
position: absolute;
top: calc(50% - 1px);
left: 30%;
display: block;
width: 40%;
height: 2px;
content: '';
-webkit-transition: var(--effect);
transition: var(--effect);
transform-origin: center center;
opacity: .7;
border-radius: 2px;
background-color: currentColor;
}
.privacy-dismiss-btn:hover .close-icon:before,
.privacy-dismiss-btn:hover .close-icon:after,
.close-popup-btn:hover .close-icon:before,
.close-popup-btn:hover .close-icon:after {
transform: rotate(0deg);
opacity: 1;
}
.close-icon:before {
transform: rotate(45deg);
}
.close-icon:after {
transform: rotate(-45deg);
}
.close-popup-btn {
position: absolute;
z-index: 9999;
top: 0;
right: 0;
}
#back-top {
position: fixed;
z-index: 980;
right: 20px;
bottom: 20px;
display: block;
cursor: pointer;
-webkit-transition: all .5s var(--timing);
transition: all .5s var(--timing);
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
text-decoration: none;
pointer-events: none;
opacity: 0;
border: none;
will-change: transform;
}
#back-top.scroll-btn-visible {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
pointer-events: auto;
opacity: 1;
}
#back-top.scroll-btn-visible:hover {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
#back-top i {
font-size: 18px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: var(--effect);
transition: var(--effect);
text-align: center;
color: #fff;
border-radius: var(--round-3);
background-color: var(--dark-accent);
}
#back-top:hover i {
background-color: var(--g-color);
-webkit-box-shadow: 0 4px 15px var(--g-color-90);
box-shadow: 0 4px 15px var(--g-color-90);
}
.amp-back-top {
font-size: 1.5rem;
line-height: 44px;
display: block;
width: 120px;
height: 44px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
text-align: center;
}
.breadcrumb-wrap:not(.breadcrumb-rewrap) .breadcrumb-inner {
overflow: hidden;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}
.breadcrumb-rewrap .breadcrumb-inner {
display: inline-block;
}
body.rtl .breadcrumb-inner { display: flex;
}
body.rtl .breadcrumb-inner > * { margin: 0 2px;
}
body.rtl .breadcrumb-inner > *:first-child { margin-right: 0;
}
.breadcrumb-wrap:not(.breadcrumb-rewrap) .current-item,
.breadcrumb-wrap:not(.breadcrumb-rewrap) .last {
opacity: .5;
}
.breadcrumb-absolute {
position: absolute;
top: 0;
right: 0;
left: 0;
padding: 10px 15px;
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}
.breadcrumb-absolute .breadcrumb-inner .current-item {
color: var(--absolute-light);
}
div.breadcrumb-absolute .breadcrumb-wrap {
margin-bottom: 0;
}
.mc4wp-response {
font-size: var(--rem-small);
clear: both;
margin-top: 10px;
}
.mc4wp-response a {
font-weight: bold;
text-decoration: underline;
}
.mc4wp-alert {
color: #f8bc54;
}
.mc4wp-error {
color: #ff3f43;
}
.mc4wp-notice {
color: #42b8f3;
}
.mc4wp-success {
color: #a1db9d;
}
.widget {
position: relative;
display: block;
}
.sidebar-inner .widget {
clear: both;
width: 100%;
margin-bottom: 30px;
}
#wp-calendar {
position: relative;
width: 100%;
margin-bottom: 7px;
}
#wp-calendar tfoot {
position: absolute;
top: 0;
right: 0;
left: 0;
}
#wp-calendar tfoot td {
vertical-align: top;
border: none;
}
#wp-calendar th, #wp-calendar td {
line-height: 40px;
padding: 0;
text-align: center;
}
#wp-calendar tbody a {
font-weight: 700;
display: block;
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: none !important;
}
#wp-calendar tbody td {
font-size: var(--rem-small);
padding: 0;
}
#wp-calendar td#today {
font-weight: 700;
}
.wp-calendar-nav a {
font-size: var(--em-mini);
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--meta-fcolor);
}
#wp-calendar tbody a:hover,
.wp-calendar-nav a:hover,
#wp-calendar td#today {
color: var(--g-color);
}
#wp-calendar caption {
font-size: var(--rem-small);
font-weight: 700;
margin-bottom: 7px;
}
#wp-calendar tfoot a:hover {
text-decoration: underline;
}
.widget_tag_cloud .tagcloud,
.wp-block-tagcoloroud {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
}
.tagcloud a, .wp-block-tagcoloroud a {
font-size: var(--dwidgets-fsize) !important;
line-height: 1;
margin: 2px;
padding: 7px 10px;
border: 1px solid var(--flex-gray-15);
border-radius: var(--round-3);
}
.tagcloud a:hover, .wp-block-tagcoloroud a:hover {
color: var(--absolute-white) !important;
background-color: var(--g-color);
-webkit-box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90));
box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90));
}
.widget_pages .page_item, .widget_meta li,
.cat-item, .widget_archive li,
.widget.widget_nav_menu .menu-item,
.sidebar-menu .menu-item {
position: relative;
display: block;
}
.cat-item:first-child a {
padding-top: 0;
}
.cat-item:last-child a {
padding-bottom: 0;
}
.widget_archive > ul > li:last-child, .cat-item:last-child,
.widget_pages > ul > li:last-child, .widget_meta > ul > li:last-child,
.widget.widget_nav_menu ul.menu > li:last-child,
.sidebar-menu > li:last-child {
margin-bottom: 0;
}
.widget.widget_nav_menu li:first-child a,
.sidebar-menu li:first-child a {
padding-top: 0;
}
.cat-item .children, .widget_pages .children {
margin-top: 7px;
margin-bottom: 7px;
margin-left: 15px;
padding: 0;
}
.widget:not(.woocommerce) .count {
font-size: var(--rem-mini);
line-height: 18px;
float: right;
min-width: 18px;
padding: 0 3px;
-webkit-transition: var(--effect);
transition: var(--effect);
text-align: center;
color: var(--absolute-white);
border-radius: var(--round-3);
background-color: var(--dark-accent);
}
.widget_pages a, .widget_meta a, .cat-item a, .tagcloud a,
.wp-block-tagcoloroud a, .widget_archive a, .widget.widget_nav_menu a,
.copyright-menu a, .woocommerce-widget-layered-nav-list li,
.sidebar-menu a {
font-family: var(--dwidgets-family);
font-size: var(--dwidgets-fsize);
font-weight: var(--dwidgets-fweight);
font-style: var(--dwidgets-fstyle);
position: relative;
display: block;
padding-top: 5px;
padding-bottom: 5px;
-webkit-transition: var(--effect);
transition: var(--effect);
letter-spacing: var(--dwidgets-fspace);
text-transform: var(--dwidgets-transform);
color: inherit;
}
.widget_pages a:hover, .widget_meta a:hover, .cat-item a:hover,
.widget_archive a:hover, .widget.widget_nav_menu a:hover, .copyright-menu a:hover,
.sidebar-menu a:hover {
color: var(--g-color);
}
.cat-item a:hover .count,
.widget_archive a:hover .count {
background-color: var(--g-color);
}
.widget_archive select,
.widget_categories select {
display: block;
width: 100%;
max-width: 100%;
padding-left: 10px;
}
.widget_recent_comments .recentcomments {
position: relative;
margin-bottom: 20px;
}
.widget_recent_comments .recentcomments > a:last-child {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
display: block;
margin-top: 2px;
margin-bottom: 0;
}
.widget_recent_entries li {
font-family: var(--h5-family);
font-size: var(--h5-fsize);
font-weight: var(--h5-fweight);
position: relative;
display: block;
margin-bottom: 15px;
letter-spacing: var(--h5-fspace);
}
.widget_recent_entries li:before {
font-family: 'ruby-icon';
font-size: 8px;
font-weight: normal;
display: inline;
margin-right: .4em;
content: '\e900';
-webkit-transition: var(--effect);
transition: var(--effect);
vertical-align: middle;
border-radius: var(--round-3);
}
.widget_recent_entries li:hover:before {
text-decoration: none;
color: var(--g-color);
background-color: currentColor;
}
.widget_recent_entries a, .recentcomments a, a.rsswidget {
position: relative;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.widget_recent_entries li:hover a,
.recentcomments a:hover,
a.rsswidget:hover {
color: var(--g-color);
}
.widget_rss .widget-heading {
display: -webkit-flex;
display: flex;
align-items: center;
}
.rss-widget-icon {
display: none;
}
.widget_rss li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px dashed var(--flex-gray-15);
}
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss ul a.rsswidget:before {
font-family: 'ruby-icon';
font-size: var(--em-mini);
position: relative;
margin-right: 7px;
content: '\42';
}
.widget_rss ul a.rsswidget {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
display: block;
letter-spacing: var(--h4-fspace);
}
.rss-date {
display: block;
margin-top: 7px;
}
.rssSummary {
font-size: var(--rem-small);
display: block;
margin-top: 12px;
}
.widget_rss cite {
display: block;
margin-top: 12px;
}
.widget_recent_comments > ul > .recentcomments:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_rss > ul > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none !important;
}
.textwidget br, .textwidget p {
margin-bottom: 1rem;
}
.sidebar-inner {
top: 0;
}
.sidebar-inner .widget {
overflow: inherit;
}
.widget-heading.h4:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
border-right: 3px solid var(--heading-sub-color);
border-left: 3px solid var(--heading-sub-color);
}
.widget-heading.h4 {
line-height: 1.1;
position: relative;
display: inline-block;
padding: 0 15px;
}
.social-follower {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.follower-el {
position: relative;
}
.is-style-15 .social-follower,
.is-style-14 .social-follower,
.is-style-8 .social-follower,
.is-style-7 .social-follower,
.is-style-6 .social-follower,
.is-style-5 .social-follower,
.is-style-4 .social-follower,
.is-style-3 {
margin: -5px;
}
.is-style-9 .social-follower,
.is-style-2 .social-follower,
.is-style-1 {
margin: -10px;
}
.fncount-wrap:not(.is-style-10):not(.is-style-11):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el {
position: relative;
flex: 0 0 25%;
max-width: 25%;
}
.is-style-15 .follower-el,
.is-style-14 .follower-el,
.is-style-13 .follower-el,
.is-style-12 .follower-el,
.is-style-8 .follower-el,
.is-style-7 .follower-el,
.is-style-6 .follower-el,
.is-style-5 .follower-el,
.is-style-4 .follower-el,
.is-style-3 .follower-el {
-webkit-transition: all .5s var(--timing);
transition: all .5s var(--timing);
}
.fncount-wrap.is-style-14 .follower-el,
.fncount-wrap.is-style-15 .follower-el {
position: relative;
flex: 0 0 50%;
max-width: 50%;
}
.is-style-10 .follower-el,
.is-style-11 .follower-el {
flex: 0 0 100%;
flex-grow: 1;
max-width: 100%;
margin-bottom: 15px;
}
.is-style-12 .follower-el,
.is-style-13 .follower-el {
flex: 0 0 100%;
flex-grow: 1;
max-width: 100%;
margin-bottom: 10px;
}
.is-style-10 .fnicon,
.is-style-11 .fnicon {
margin-right: 8px;
}
.is-style-12 .fnicon,
.is-style-13 .fnicon {
font-size: 1.25em;
margin-right: 8px;
}
.is-style-10 .fntotal,
.is-style-11 .fntotal,
.is-style-12 .fntotal,
.is-style-13 .fntotal,
.is-style-14 .fntotal,
.is-style-15 .fntotal,
.is-style-10 .fnlabel,
.is-style-11 .fnlabel,
.is-style-12 .fnlabel,
.is-style-13 .fnlabel,
.is-style-14 .fnlabel,
.is-style-15 .fnlabel {
margin-top: 0;
margin-left: 3px;
}
.is-style-10 .fntotal + .fnlabel,
.is-style-11 .fntotal + .fnlabel,
.is-style-12 .fntotal + .fnlabel,
.is-style-13 .fntotal + .fnlabel {
font-size: .7em;
margin-top: -4px;
}
.is-style-10 .follower-el:last-child,
.is-style-11 .follower-el:last-child,
.is-style-12 .follower-el:last-child,
.is-style-13 .follower-el:last-child {
margin-bottom: 0;
}
.effect-fadeout.activated .follower-el {
opacity: .3;
}
.effect-fadeout.activated .follower-el:hover,
.effect-fadeout.activated .follower-el:focus {
opacity: 1;
}
.follower-el a {
position: absolute;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.follower-inner {
font-size: 1rem;
display: flex;
align-items: center;
flex: 1;
flex-direction: column;
}
.is-style-9 .follower-inner,
.is-style-2 .follower-inner,
.is-style-1 .follower-inner {
margin: 10px;
}
.is-style-10 .follower-inner,
.is-style-11 .follower-inner,
.is-style-12 .follower-inner,
.is-style-13 .follower-inner {
align-items: center;
flex-flow: row nowrap;
}
.is-style-12 .follower-inner,
.is-style-13 .follower-inner {
position: relative;
overflow: hidden;
padding: 10px 20px;
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--round-5);
}
.is-style-12 .follower-inner {
border: 1px solid var(--flex-gray-15);
}
.is-style-14 .follower-inner,
.is-style-15 .follower-inner {
display: grid;
margin: 5px;
padding: 12px 7px;
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--round-5);
grid-gap: 0;
grid-template-columns: 42px auto 1fr;
}
.fntotal, .fnlabel {
line-height: 1.3;
margin-top: 7px;
white-space: nowrap;
}
.text-count {
font-family: var(--meta-family);
font-size: var(--em-small);
font-weight: var(--meta-fweight);
line-height: 1.5;
-webkit-transition: var(--effect);
transition: var(--effect);
white-space: nowrap;
letter-spacing: var(--meta-fspace);
color: var(--meta-fcolor);
}
.fnicon {
font-size: 1.75em;
line-height: 1;
}
.fnicon i {
font-size: inherit;
line-height: 1;
text-shadow: 3px 3px 0 #ffffff10, 4px 2px 0 #00000020;
}
.is-style-1 .fnicon i,
.is-style-2 .fnicon i,
.is-style-9 .fnicon i,
.is-style-10 .fnicon i,
.is-style-11 .fnicon i {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.light-scheme .follower-el:not(:hover) .is-style-2 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-2 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-3 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-3 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-6 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-6 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-7 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-7 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-9 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-9 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-10 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-10 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-12 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-12 .fnicon i,
.light-scheme .follower-el:not(:hover) .is-style-15 .fnicon i,
[data-theme='dark'] .follower-el:not(:hover) .is-style-15 .fnicon i {
text-shadow: 3px 3px 0 #ffffff10, 4px 2px 0 #ffffff20;
}
.is-style-10 .fnicon i,
.is-style-11 .fnicon i {
position: relative;
width: 48px;
height: 48px;
}
.is-style-1 .fnicon i,
.is-style-2 .fnicon i,
.is-style-10 .fnicon i,
.is-style-11 .fnicon i {
border-radius: 50%;
}
.is-style-1 .fnicon i,
.is-style-11 .fnicon i {
color: #fff;
}
.is-style-1 .fnicon i,
.is-style-2 .fnicon i,
.is-style-9 .fnicon i {
width: 58px;
height: 58px;
}
.is-style-9 .follower-el:not(:hover) i:after {
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: .15;
border: 5px solid var(--g-color);
}
.is-style-9 .follower-el:not(:hover) i:after,
.is-style-9 .follower-el i {
border-radius: var(--round-5);
}
.is-style-12 .text-count,
.is-style-13 .text-count {
margin-left: auto;
}
.is-style-12 .follower-inner > :nth-child(2),
.is-style-13 .follower-inner > :nth-child(2) {
position: relative;
margin-top: 0;
padding-left: 10px;
}
.is-style-12 .follower-inner > :nth-child(2):before,
.is-style-13 .follower-inner > :nth-child(2):before {
position: absolute;
top: 50%;
left: 0;
width: 1px;
height: 12px;
margin-top: -6px;
content: '';
}
.is-style-12 .fntotal:before,
.is-style-12 .fnlabel:before {
background-color: var(--flex-gray-15);
}
.is-style-13 .fntotal:before,
.is-style-13 .fnlabel:before {
background-color: rgba(255, 255, 255, .5);
}
.is-style-14 .follower-inner,
.is-style-15 .follower-inner {
font-size: .9em;
}
.is-style-14 .fnicon,
.is-style-15 .fnicon {
height: 100%;
text-align: center;
grid-row: 1 / 3;
}
.is-style-14 .text-count,
.is-style-15 .text-count {
line-height: 1;
margin-top: 7px;
margin-left: 4px;
grid-column: 2 / span 3;
grid-row: 2;
}
.is-style-14 .fnicon i,
.is-style-15 .fnicon i {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
justify-items: center;
}
.is-style-10 .text-count,
.is-style-11 .text-count {
margin-top: 0;
margin-left: auto;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.is-style-1 .fnicon,
.is-style-2 .fnicon,
.is-style-9 .fnicon,
.is-style-10 .fnicon,
.is-style-11 .fnicon {
-webkit-transition: all .5s var(--timing);
transition: all .5s var(--timing);
}
.is-style-8 .follower-inner,
.is-style-7 .follower-inner,
.is-style-6 .follower-inner,
.is-style-5 .follower-inner,
.is-style-4 .follower-inner,
.is-style-3 .follower-inner {
margin: 5px;
padding: 15px;
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--round-5);
}
.is-style-7 .follower-el .follower-inner,
.is-style-4 .follower-inner {
-webkit-box-shadow: 0 0 10px var(--shadow-7);
box-shadow: 0 0 10px var(--shadow-7);
}
.is-style-14 .follower-inner > *,
.is-style-13 .follower-inner > *,
.is-style-8 .follower-inner > *,
.is-style-5 .follower-inner > * {
color: #fff;
}
.is-style-15 .follower-inner,
.is-style-6 .follower-inner,
.is-style-3 .follower-inner,
.is-style-2 .fnicon i,
.is-style-10 .fnicon i {
border: 1px solid var(--flex-gray-15);
}
.is-style-8 .follower-el .text-count,
.is-style-7 .follower-el .text-count,
.is-style-6 .follower-el .text-count {
display: none;
}
.is-style-14 .bg-facebook .follower-inner,
.is-style-13 .bg-facebook .follower-inner,
.is-style-11 .bg-facebook i,
.is-style-8 .bg-facebook .follower-inner,
.is-style-5 .bg-facebook .follower-inner,
.is-style-1 .rbi-facebook {
background-color: #89abfc;
}
.is-style-14 .bg-twitter .follower-inner,
.is-style-13 .bg-twitter .follower-inner,
.is-style-11 .bg-twitter i,
.is-style-8 .bg-twitter .follower-inner,
.is-style-5 .bg-twitter .follower-inner,
.is-style-1 .rbi-twitter {
background-color: #60d2f5;
}
.is-style-14 .bg-pinterest .follower-inner,
.is-style-13 .bg-pinterest .follower-inner,
.is-style-11 .bg-pinterest i,
.is-style-8 .bg-pinterest .follower-inner,
.is-style-5 .bg-pinterest .follower-inner,
.is-style-1 .rbi-pinterest {
background-color: #f74c53;
}
.is-style-14 .bg-instagram .follower-inner,
.is-style-13 .bg-instagram .follower-inner,
.is-style-11 .bg-instagram i,
.is-style-8 .bg-instagram .follower-inner,
.is-style-5 .bg-instagram .follower-inner,
.is-style-1 .rbi-instagram {
background-color: #7e40b6;
}
.is-style-14 .bg-youtube .follower-inner,
.is-style-13 .bg-youtube .follower-inner,
.is-style-11 .bg-youtube i,
.is-style-8 .bg-youtube .follower-inner,
.is-style-5 .bg-youtube .follower-inner,
.is-style-1 .rbi-youtube {
background-color: #ef464b;
}
.is-style-14 .bg-telegram .follower-inner,
.is-style-13 .bg-telegram .follower-inner,
.is-style-11 .bg-telegram i,
.is-style-8 .bg-telegram .follower-inner,
.is-style-5 .bg-telegram .follower-inner,
.is-style-1 .rbi-telegram {
background-color: #89abfc;
}
.is-style-14 .bg-vimeo .follower-inner,
.is-style-13 .bg-vimeo .follower-inner,
.is-style-11 .bg-vimeo i,
.is-style-8 .bg-vimeo .follower-inner,
.is-style-5 .bg-vimeo .follower-inner,
.is-style-1 .rbi-vimeo {
background-color: #44bbe1;
}
.is-style-14 .bg-dribbble .follower-inner,
.is-style-13 .bg-dribbble .follower-inner,
.is-style-11 .bg-dribbble i,
.is-style-8 .bg-dribbble .follower-inner,
.is-style-5 .bg-dribbble .follower-inner,
.is-style-1 .rbi-dribbble {
background-color: #fb70a6;
}
.is-style-14 .bg-soundcloud .follower-inner,
.is-style-13 .bg-soundcloud .follower-inner,
.is-style-11 .bg-soundcloud i,
.is-style-8 .bg-soundcloud .follower-inner,
.is-style-5 .bg-soundcloud .follower-inner,
.is-style-1 .rbi-soundcloud {
background-color: #fd794a;
}
.is-style-15 .rbi-facebook,
.is-style-12 .rbi-facebook,
.is-style-10 .rbi-facebook,
.is-style-9 .rbi-facebook,
.is-style-7 .rbi-facebook,
.is-style-6 .rbi-facebook,
.is-style-4 .rbi-facebook,
.is-style-3 .rbi-facebook,
.is-style-2 .rbi-facebook {
color: #89abfc;
}
.is-style-15 .rbi-twitter,
.is-style-12 .rbi-twitter,
.is-style-10 .rbi-twitter,
.is-style-9 .rbi-twitter,
.is-style-7 .rbi-twitter,
.is-style-6 .rbi-twitter,
.is-style-4 .rbi-twitter,
.is-style-3 .rbi-twitter,
.is-style-2 .rbi-twitter {
color: #60d2f5;
}
.is-style-15 .rbi-pinterest,
.is-style-12 .rbi-pinterest,
.is-style-10 .rbi-pinterest,
.is-style-9 .rbi-pinterest,
.is-style-7 .rbi-pinterest,
.is-style-6 .rbi-pinterest,
.is-style-4 .rbi-pinterest,
.is-style-3 .rbi-pinterest,
.is-style-2 .rbi-pinterest {
color: #f74c53;
}
.is-style-15 .rbi-instagram,
.is-style-12 .rbi-instagram,
.is-style-10 .rbi-instagram,
.is-style-9 .rbi-instagram,
.is-style-7 .rbi-instagram,
.is-style-6 .rbi-instagram,
.is-style-4 .rbi-instagram,
.is-style-3 .rbi-instagram,
.is-style-2 .rbi-instagram {
color: #7e40b6;
}
.is-style-15 .rbi-youtube,
.is-style-12 .rbi-youtube,
.is-style-10 .rbi-youtube,
.is-style-9 .rbi-youtube,
.is-style-7 .rbi-youtube,
.is-style-6 .rbi-youtube,
.is-style-4 .rbi-youtube,
.is-style-3 .rbi-youtube,
.is-style-2 .rbi-youtube {
color: #ef464b;
}
.is-style-15 .rbi-telegram,
.is-style-12 .rbi-telegram,
.is-style-10 .rbi-telegram,
.is-style-9 .rbi-telegram,
.is-style-7 .rbi-telegram,
.is-style-6 .rbi-telegram,
.is-style-4 .rbi-telegram,
.is-style-3 .rbi-telegram,
.is-style-2 .rbi-telegram {
color: #89abfc;
}
.is-style-15 .rbi-vimeo,
.is-style-12 .rbi-vimeo,
.is-style-10 .rbi-vimeo,
.is-style-9 .rbi-vimeo,
.is-style-7 .rbi-vimeo,
.is-style-6 .rbi-vimeo,
.is-style-4 .rbi-vimeo,
.is-style-3 .rbi-vimeo,
.is-style-2 .rbi-vimeo {
color: #44bbe1;
}
.is-style-15 .rbi-dribbble,
.is-style-12 .rbi-dribbble,
.is-style-10 .rbi-dribbble,
.is-style-9 .rbi-dribbble,
.is-style-7 .rbi-dribbble,
.is-style-6 .rbi-dribbble,
.is-style-4 .rbi-dribbble,
.is-style-3 .rbi-dribbble,
.is-style-2 .rbi-dribbble {
color: #fb70a6;
}
.is-style-15 .rbi-soundcloud,
.is-style-12 .rbi-soundcloud,
.is-style-10 .rbi-soundcloud,
.is-style-9 .rbi-soundcloud,
.is-style-7 .rbi-soundcloud,
.is-style-6 .rbi-soundcloud,
.is-style-4 .rbi-soundcloud,
.is-style-3 .rbi-soundcloud,
.is-style-2 .rbi-soundcloud {
color: #fd794a;
}
.is-style-1 .follower-el:hover .fnicon,
.is-style-2 .follower-el:hover .fnicon,
.is-style-9 .follower-el:hover .fnicon,
.is-style-10 .follower-el:hover .fnicon,
.is-style-11 .follower-el:hover .fnicon {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-facebook:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-facebook {
color: #fff;
border-color: #1f82ec;
background-color: #1f82ec;
box-shadow: 0 5px 15px #1f82ec;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-twitter:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-twitter {
color: #fff;
border-color: #13b9ee;
background-color: #13b9ee;
box-shadow: 0 5px 15px #13b9ee;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-pinterest:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-pinterest {
color: #fff;
border-color: #f60c19;
background-color: #f60c19;
box-shadow: 0 5px 15px #f60c19;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-instagram:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-instagram {
color: #fff;
border-color: #8823b6;
background-color: #8823b6;
box-shadow: 0 5px 15px #8823b6;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-youtube:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-youtube {
color: #fff;
border-color: #fc161e;
background-color: #fc161e;
box-shadow: 0 5px 15px #fc161e;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-soundcloud:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-soundcloud {
color: #fff;
border-color: #ff5313;
background-color: #ff5313;
box-shadow: 0 5px 15px #ff5313;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-telegram:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-telegram {
color: #fff;
border-color: #3885d9;
background-color: #3885d9;
box-shadow: 0 5px 15px #3885d9;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-vimeo:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-vimeo {
color: #fff;
border-color: #16b1e3;
background-color: #16b1e3;
box-shadow: 0 5px 15px #16b1e3;
}
.fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-dribbble:hover .follower-inner,
.fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-dribbble {
color: #fff;
border-color: #ff407f;
background-color: #ff407f;
box-shadow: 0 5px 15px #ff407f;
}
.is-style-15 .follower-el:hover,
.is-style-14 .follower-el:hover,
.is-style-13 .follower-el:hover,
.is-style-12 .follower-el:hover,
.is-style-8 .follower-el:hover,
.is-style-7 .follower-el:hover,
.is-style-6 .follower-el:hover,
.is-style-5 .follower-el:hover,
.is-style-4 .follower-el:hover,
.is-style-3 .follower-el:hover {
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
}
.is-style-15 .follower-el:hover i,
.is-style-15 .follower-el:hover .text-count,
.is-style-12 .follower-el:hover i,
.is-style-12 .follower-el:hover .text-count,
.is-style-7 .follower-el:hover i,
.is-style-7 .follower-el:hover .text-count,
.is-style-6 .follower-el:hover i,
.is-style-6 .follower-el:hover .text-count,
.is-style-4 .follower-el:hover i,
.is-style-4 .follower-el:hover .text-count,
.is-style-3 .follower-el:hover i,
.is-style-3 .follower-el:hover .text-count {
color: #fff;
}
.is-style-12 .follower-el:hover .fntotal:before,
.is-style-12 .follower-el:hover .fnlabel:before {
background-color: rgba(255, 255, 255, .5);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.rb-weather-wrap {
padding: 20px;
border-radius: var(--round-5);
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.rb-w-title.h4 {
line-height: 1.1;
display: inline-block;
width: auto;
margin-bottom: 15px;
padding: 4px 20px;
color: #fff;
border-radius: var(--round-3);
background: var(--g-color);
}
.rb-w-stats {
display: flex;
display: -webkit-flex;
align-items: flex-start;
flex: 0 0 100%;
flex-flow: row nowrap;
flex-basis: 100%;
width: 100%;
max-width: 100%;
margin-top: 10px;
margin-bottom: 25px;
}
.rb-w-stats > *,
.rb-w-header > * {
width: 50%;
}
.rb-w-stats .col-left {
position: relative;
height: 100%;
text-align: center;
}
.rb-w-header .rb-w-big-icon {
display: flex;
display: -webkit-flex;
justify-content: center;
}
.rb-w-header {
display: -webkit-flex;
display: flex;
align-items: center;
flex: 0 0 100%;
flex-flow: row nowrap;
flex-basis: 100%;
width: 100%;
max-width: 100%;
}
.rb-header-name.h6 {
font-size: 2rem;
line-height: 1;
overflow: hidden;
white-space: nowrap;
letter-spacing: .03rem;
text-overflow: ellipsis;
}
.rb-w-desc {
font-size: .84rem;
margin-top: 5px;
letter-spacing: .03rem;
text-transform: capitalize;
color: #aaa;
}
.rb-w-stats > *,
.rb-w-header > * {
padding: 0 6px;
}
.rb-w-stats .col-right > * {
font-size: .86rem;
line-height: 1;
display: grid;
max-width: 100%;
margin-top: 3px;
grid-gap: 0;
grid-template-columns: auto auto auto auto 1fr;
}
.rb-w-big-icon svg {
width: 86px;
height: 86px;
}
.rb-w-stats .col-right .rb-weather-highlow > :nth-child(3) {
margin-right: 3px;
margin-left: 10px;
text-align: center;
}
.rb-weather-highlow sup {
top: -.3em;
}
.rb-w-header .col-right .rb-w-units {
font-size: 4rem;
font-weight: 700;
line-height: 1;
}
.rb-w-units .icon-thermometer {
position: absolute;
top: -14px;
left: -28px;
}
.rb-weather-highlow svg {
display: flex;
width: 21px;
}
.rb-weather-highlow > *:not(:first-child),
.rb-w-humidity > *:not(:first-child),
.ruby-weather-wind > *:not(:first-child) {
display: flex;
align-items: center;
}
.rb-weather-highlow > :nth-child(4) {
margin-left: 0;
}
span.ruby-degrees > :first-child {
font-size: 18px;
line-height: 1;
position: absolute;
top: 14px;
left: 4px;
height: 22px;
vertical-align: text-top;
}
span.ruby-degrees {
position: relative;
height: 100%;
padding-left: 13px;
}
.w-forecast-wrap {
display: -webkit-flex;
display: flex;
overflow: hidden;
flex-flow: row nowrap;
justify-content: space-between;
max-width: 100%;
margin-right: auto;
margin-left: auto;
border-radius: var(--round-5);
}
.w-forecast-wrap svg:not(.svg-cloudy):not(.svg-day-cloudy):not(.svg-night-cloudy):not(.svg-moon-full) g path {
fill: #bbb;
stroke: #bbb;
}
svg.svg-moon-full g path {
stroke: #bbb;
}
.w-forecast-wrap svg.svg-icon.svg-day-cloudy g:nth-child(2) path {
fill: #bbb;
stroke: #bbb;
}
.w-forecast-day.h6 {
font-size: .7rem;
line-height: 18px;
display: inline-block;
width: 100%;
white-space: nowrap;
letter-spacing: .03rem;
border-radius: var(--round-3);
background-color: var(--flex-gray-7);
}
.w-forecast-day {
padding: 0 4px;
text-align: center;
}
.w-forecast-icon {
display: flex;
display: -webkit-flex;
justify-content: center;
}
.w-forecast-icon svg {
width: 40px;
height: 40px;
margin-bottom: -3px;
}
.w-forecast-icon svg.svg-day-sunny {
padding: 4px;
}
.w-forecast-temp {
font-size: var(--rem-small);
font-weight: 600;
line-height: 1;
position: relative;
display: inline-flex;
}
.w-forecast-temp sup {
font-size: 62%;
position: absolute;
top: auto;
bottom: 94%;
left: 100%;
}
.forecast-day-1 {
flex: 0 0 100%;
width: 100%;
}
.forecast-day-2 {
flex: 0 0 50%;
width: 50%;
}
.forecast-day-3 {
flex: 0 0 33.33%;
width: 33.33%;
}
.forecast-day-4 {
flex: 0 0 25%;
width: 25%;
}
.forecast-day-5 {
flex: 0 0 20%;
width: 20%;
}
.top-footer-inner .instagram-grid.is-wide {
margin-right: -20px;
margin-left: -20px;
}
.instagram-grid.is-wide {
padding: 10px;
}
.grid-el {
overflow: hidden;
border-radius: var(--round-5);
justify-self: stretch;
}
.grid-header {
font-size: 1.25rem;
display: block;
margin-bottom: 20px;
text-align: center;
}
.w-fw-footer.widget-instagram .rb-error {
margin-bottom: 20px;
text-align: center;
}
.instagram-box a {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.instagram-box {
position: relative;
overflow: hidden;
flex: 1;
height: 100%;
padding-bottom: 100%;
}
.instagram-box img,
.instagram-box video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-object-fit: cover;
object-fit: cover;
object-position: 50% 50%;
}
.box-intro {
line-height: 1;
height: 0;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.box-intro:hover {
opacity: .7;
}
.intro-inner {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
flex-flow: column nowrap;
justify-content: center;
width: 100%;
text-align: center;
border: 1px solid var(--flex-gray-15);
border-radius: var(--round-5);
}
.intro-content {
font-size: var(--rem-mini);
font-style: italic;
line-height: 1.5;
display: block;
margin-top: 7px;
padding: 0 10px;
color: inherit;
}
.intro-inner i {
font-size: 2.2rem;
display: block;
}
.grid-el .box-content {
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
display: -webkit-flex;
overflow: hidden;
align-items: center;
justify-content: center;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
opacity: 0;
color: #fff;
backface-visibility: hidden;
}
.instagram-box .box-content span {
line-height: 1;
z-index: 10;
display: inline-flex;
display: -webkit-inline-flex;
align-items: center;
padding: 0 5px;
color: #fff;
}
.instagram-box .box-content i {
font-size: 1.1rem;
line-height: 1;
margin-right: 3px;
color: #fff;
}
.instagram-box:hover .box-content {
opacity: 1;
}
.instagram-box .box-content:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: rgba(0, 0, 0, .5);
}
.rb-twitter-wrap {
padding: 20px;
border: 1px solid var(--flex-gray-15);
border-radius: var(--round-5);
}
.rb-twitter-wrap .rb-twitter-text {
font-weight: 400;
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--excerpt-color);
}
.rb-twitter-wrap a {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.rb-twitter-wrap a:hover {
color: var(--g-color);
}
.rb-twitter-wrap a:hover .rb-twitter-text {
color: inherit;
}
.rb-twitter-wrap .rb-tweet-header .rb-twitter-h-info {
position: relative;
display: grid;
margin-bottom: 20px;
padding-bottom: 30px;
border-bottom: 1px solid var(--flex-gray-15);
grid-column-gap: 5px;
grid-row-gap: 1px;
grid-template-columns: 60px 1fr;
grid-template-rows: 22px 22px;
}
.rb-twitter-wrap .rb-tweet-header {
position: relative;
}
.rb-twitter-wrap .pk-twitter-counters.pk-color-secondary {
position: relative;
display: grid;
grid-gap: 10px;
grid-template-columns: auto 1fr;
}
.rb-twitter-wrap .tweet-avatar {
height: 100%;
text-align: center;
grid-row: 1 / 3;
}
.rb-twitter-wrap .tweet-avatar img {
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: 50%;
}
.rb-twitter-wrap .tweet-avatar:hover img {
opacity: .9;
}
.rb-twitter-wrap .tweet-info.h6 {
font-size: 1rem;
}
.rb-twitter-wrap .tweet-info.h6 span:nth-child(2) {
text-transform: capitalize;
}
.rb-twitter-wrap .rb-quoted-author {
display: grid;
margin-bottom: 3px;
grid-gap: 1px;
grid-template-columns: auto 1fr;
}
.rb-quoted-author img,
.rb-twitter-wrap .rb-quoted-author img {
border-radius: 50%;
}
.rb-twitter-wrap .rb-quoted-author em {
font-weight: 400;
font-style: italic;
line-height: 24px;
margin-bottom: 5px;
margin-left: 5px;
color: var(--meta-fcolor);
}
.rb-twitter-wrap .rb-quoted-author {
display: grid;
grid-gap: 1px;
grid-template-columns: auto 1fr;
}
.rb-twitter-wrap .rb-tweet-entry {
font-size: var(--excerpt-fsize);
color: var(--meta-fcolor);
}
.rb-twitter-wrap .rb-tweet-entry a {
font-family: var(--h6-family);
text-decoration: underline;
}
.rb-twitter-wrap .rb-twitter-summary:not(:last-child) {
margin-bottom: 20px;
}
.rb-twitter-wrap .rb-tweet-actions svg {
width: 10px;
height: 10px;
}
.rb-twitter-wrap .rb-tweet-actions a {
font-size: .7rem;
display: flex;
align-items: center;
justify-content: center;
min-width: 50px;
padding: 3px 6px;
border: 1px solid var(--flex-gray-15);
border-radius: var(--round-5);
}
.rb-twitter-wrap .rb-tweet-actions a:not(:last-child) {
margin-right: 10px;
}
.rb-twitter-wrap .rb-tweet-actions .rb-action-count {
margin-left: 3px;
}
.rb-twitter-wrap .rb-tweet-actions {
display: flex;
align-items: stretch;
margin-top: 14px;
}
.about-content-wrap .about-bio.is-centered {
margin-right: auto;
margin-left: auto;
text-align: center;
}
.about-content-wrap .social-icon-wrap {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
}
.about-bio.is-centered + .social-icon-wrap {
justify-content: center;
}
.about-content-wrap .social-icon-wrap a {
margin-right: 15px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.about-content-wrap .social-icon-wrap a:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.about-content-wrap .about-bio.is-centered + .social-icon-wrap a {
margin-right: 0;
padding-right: 7px;
padding-left: 7px;
}
.about-content-wrap .about-bio > * {
margin-bottom: .5rem;
}
.about-content-wrap .about-bio > img {
margin-bottom: 1.5rem;
}
.about-content-wrap .about-bio > a img {
margin-bottom: 1rem;
}
.about-content-wrap .about-bio {
max-width: 370px;
}
.about-content-wrap .about-bio p {
font-size: var(--rem-mini);
line-height: 1.7;
max-width: 370px;
color: var(--excerpt-color);
}
.about-content-wrap > *:not(:last-child) {
margin-bottom: 15px;
}
.about-content-wrap .about-bio.is-centered p {
margin-right: auto;
margin-left: auto;
}
.grid-holder.rb-c2 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto;
}
.grid-holder.rb-c3 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto;
}
.grid-holder.rb-c4 {
display: grid;
grid-gap: 5px;
grid-template-columns: auto auto auto auto;
}
.grid-el img {
height: 100%;
}
.grid-footer {
font-size: .8rem;
display: block;
margin-top: 10px;
text-align: right;
}
.grid-header span,
.grid-header em {
font-size: .9rem;
}
.grid-header a,
.grid-footer a {
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
opacity: .7;
}
.grid-header a:hover,
.grid-footer a:hover {
opacity: 1;
}
.address-info {
font-size: var(--rem-small);
}
.address-info svg {
max-width: 16px;
height: auto;
margin-right: 10px;
fill: var(--g-color);
}
.address-info h5 {
margin-bottom: 15px;
}
.address-info .phone,
.address-info .tel,
.address-info .email {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.office-address {
display: flex;
align-items: flex-start;
margin-bottom: 25px;
}
.office-address svg {
padding-top: 5px;
}
.additional-title {
margin-top: 25px;
}
.address-info > *:last-child {
margin-bottom: 0;
}
.address-info a:hover {
color: var(--g-color);
}
.newsletter-fw.has-bg {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.widget-mc .newsletter-fw.has-bg {
padding: 20px;
}
.w-banner {
position: relative;
display: block;
overflow: hidden;
padding: 110px 30px;
text-align: center;
border-radius: var(--round-5);
}
.w-banner-content {
position: relative;
z-index: 9;
display: -webkit-flex;
display: flex;
align-items: center;
flex-grow: 1;
justify-content: center;
min-height: 240px;
}
.w-banner-desc.element-desc {
font-size: var(--rem-small);
max-width: 100%;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
}
.banner-bg, .w-banner .banner-bg img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-position: top center;
}
.banner-btn {
display: inline-block;
margin-top: 20px;
text-align: center;
border-radius: var(--round-5);
} .plan-inner {
position: relative;
display: block;
padding: 40px 20px;
border-radius: var(--round-5);
}
.is-box-shadow .plan-inner {
border-radius: var(--round-5);
background-color: var(--plan-box-color, transparent);
box-shadow: 0 5px 30px var(--shadow-7);
}
.is-box-border .plan-inner {
border: 1px solid var(--plan-box-color, var(--flex-gray-15));
}
.is-box-bg .plan-inner {
background-color: var(--plan-box-color, var(--flex-gray-7));
}
.plan-inner > *:not(:last-child) {
margin-bottom: 30px;
}
.plan-header > *:not(:last-child) {
margin-bottom: 15px;
}
.plan-features {
font-size: var(--rem-small);
display: flex;
flex-flow: column nowrap;
}
.plan-feature:not(:last-child) {
display: inline-flex;
margin-bottom: 7px;
}
.plan-feature:before {
font-family: 'ruby-icon' !important;
display: inline-flex;
margin-right: 5px;
content: '\e960';
color: #42c337;
}
.plan-description {
font-size: var(--rem-small);
}
.plan-price-wrap {
font-size: 1.2rem;
line-height: 1;
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.plan-tenure {
color: var(--meta-fcolor);
}
.plan-price {
font-size: 3rem;
padding: 0 2px;
}
.plan-price-unit {
margin-top: -.5em;
}
.plan-button-wrap button,
.plan-button-wrap a.button,
.plan-button-wrap .stripe-button-el {
width: 100%;
padding-top: 7px;
padding-bottom: 7px;
background: var(--plan-button-bg, var(--g-color));
background-image: none;
box-shadow: none;
}
.plan-button-wrap a.button {
font-size: var(--rem-small);
display: inline-block;
text-align: center;
}
.plan-button-wrap button span,
.plan-button-wrap .stripe-button-el span {
font-family: inherit !important;
font-size: var(--plan-button-size, var(--rem-small));
font-style: inherit !important;
color: var(--plan-button-color, inherit);
background: none !important;
background-image: none !important;
-webkit-box-shadow: none;
box-shadow: none !important;
-webkit-text-shadow: none;
text-shadow: none !important;
}
.plan-button-wrap button:hover,
.plan-button-wrap .button:hover,
.plan-button-wrap .stripe-button-el:not(:disabled):active,
.plan-button-wrap .stripe-button-el.active {
background: var(--plan-button-bg, var(--g-color));
-webkit-box-shadow: 0 4px 15px var(--plan-button-bg-opacity, var(--g-color-90));
box-shadow: 0 4px 15px var(--plan-button-bg-opacity, var(--g-color-90));
} .rb-accordion:not(.none-shadow) .elementor-accordion {
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
}
.rb-accordion .elementor-accordion .elementor-accordion-title {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
font-style: var(--h4-fstyle);
line-height: var(--h4-fheight, 1.45);
letter-spacing: var(--h4-fspace);
text-transform: var(--h4-transform);
color: inherit !important;
}
.rb-accordion .elementor-accordion-icon {
width: 15px !important;
color: inherit !important;
}
.rb-accordion .elementor-accordion-icon i {
font-size: 10px;
}
.rb-accordion .elementor-tab-content {
font-family: var(--body-family);
font-size: var(--body-fsize);
font-weight: var(--body-fweight);
font-style: var(--body-fstyle);
line-height: 1.7;
letter-spacing: var(--body-fspace);
text-transform: var(--body-transform);
color: var(--body-fcolor);
}
.rb-accordion .elementor-accordion .elementor-accordion-item {
border: none;
border-bottom: 1px solid var(--flex-gray-15);
}
.rb-accordion .elementor-accordion {
border-radius: var(--round-5);
}
.rb-accordion .elementor-accordion .elementor-tab-content {
border-color: var(--flex-gray-15);
}
.rb-accordion .elementor-accordion .elementor-tab-title {
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: .3;
}
.rb-accordion .elementor-accordion-item:hover .elementor-tab-title,
.rb-accordion .elementor-accordion .elementor-tab-title.elementor-active {
opacity: 1;
}
.elementor-widget-tabs .elementor-tab-title {
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
width: 100%;
border-top-left-radius: var(--round-5);
border-bottom-left-radius: var(--round-5);
column-gap: .5em;
}
.elementor-tab-title svg {
fill: currentColor;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
border-radius: 0 var(--round-5) var(--round-5);
}
.block-simple-gallery {
--el-spacing: 5px;
}
.block-simple-gallery.p-center {
text-align: center;
}
.simple-gallery-item > * {
display: block;
width: 100%;
}
.simple-gallery-item {
position: relative;
display: flex;
flex-flow: column nowrap;
}
.simple-gallery-item > *:not(:last-child) {
margin-bottom: var(--el-spacing);
}
.simple-gallery-item > .simple-gallery-image {
position: relative;
margin-bottom: var(--image-spacing, 15px);
}
.simple-gallery-image img {
-webkit-transition: -webkit-transform .4s var(--timing);
transition: transform .4s var(--timing);
border-radius: var(--round-5);
}
.is-style-shadow .simple-gallery-image img {
box-shadow: 0 10px 30px var(--shadow-12);
}
.is-style-border .simple-gallery-image img {
border: 2px solid currentColor;
}
.is-style-g-border .simple-gallery-image img {
border: 2px solid var(--flex-gray-15);
}
.simple-gallery-item:hover a img {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.simple-gallery-title a {
display: block;
width: 100%;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.simple-gallery-title a:hover {
color: var(--g-color);
}
.simple-gallery-desc {
font-size: var(--rem-small);
display: block;
}
.simple-gallery-meta {
line-height: 1;
position: absolute;
top: 10px;
right: 10px;
flex-grow: 0;
padding: 5px 12px;
white-space: nowrap;
color: var(--absolute-white);
border-radius: var(--round-3);
background: var(--g-color);
} .single-post-outer:not(:last-child) {
margin-bottom: 20px;
border-bottom: 1px solid var(--flex-gray-15);
}
.single-infinite-point .rb-loader {
margin-bottom: 25px;
}
.single-post-outer.has-continue-reading .s-ct {
overflow: hidden;
height: 700px;
max-height: 700px;
}
.single-post-outer.has-continue-reading .single-sidebar {
position: relative;
}
.single-post-outer.has-continue-reading .sidebar-inner {
position: absolute;
z-index: 1;
right: 0;
left: 0;
}
.single-post-outer.has-continue-reading {
overflow: hidden;
}
.continue-reading {
position: relative;
z-index: 100;
display: flex;
justify-content: center;
padding: 30px 0 40px 0;
background-color: var(--solid-white);
}
.continue-reading:before,
.restrict-box:before {
position: absolute;
right: 0;
bottom: 99%;
left: 0;
display: block;
width: 100%;
height: 150px;
content: '';
background-image: linear-gradient(to top, var(--solid-white) 0, transparent 100%);
}
.continue-reading-btn.is-btn {
font-size: var(--rem-small);
display: inline-flex;
}
.grid-container {
position: relative;
display: flex;
flex-flow: row wrap;
flex-basis: 100%;
margin-right: -30px;
margin-left: -30px;
}
.grid-container > * {
flex: 0 0 100%;
width: 100%;
padding-right: 30px;
padding-left: 30px;
}
.single-meta {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
}
.smeta-in {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: flex-start;
}
.smeta-in > .meta-avatar {
margin-right: 12px;
}
.smeta-in > .meta-avatar img {
width: 60px;
height: 60px;
border-radius: 100%;
object-fit: cover;
}
.smeta-sec {
display: flex;
flex-flow: column-reverse nowrap;
}
.p-meta {
position: relative;
display: block;
margin-bottom: 3px;
}
.share-action i {
text-shadow: 3px 3px 0 #ffffff10, 2px 2px 0 #00000020;
}
[data-theme='dark'] .l-shared-sec .share-action i,
.light-scheme .l-shared-sec .share-action i,
[data-theme='dark'] .t-shared-sec .share-action i,
.light-scheme .t-shared-sec .share-action i,
[data-theme='dark'] .sticky-share-list .share-action i,
.light-scheme .sticky-share-list .share-action i {
text-shadow: none;
}
.share-action.is-mobile.icon-whatsapp {
display: flex;
display: -webkit-flex;
}
.share-action.is-web.icon-whatsapp {
display: none;
}
.smeta-extra {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-shrink: 0;
}
.share-action, .footer-social-list a {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.t-shared-sec {
display: flex;
align-items: center;
}
.sticky-share-list > * {
display: flex;
flex-flow: row nowrap;
}
.t-shared-sec > *:not(.t-shared-header) {
display: flex;
flex-flow: row wrap;
}
.sticky-share-list .share-action,
.t-shared-sec .share-action {
font-size: 16px;
display: inline-flex;
padding-right: 6px;
padding-left: 6px;
}
.single-right-meta {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-shrink: 0;
white-space: nowrap;
}
.single-right-meta:not(:first-child):before {
display: inline-flex;
width: 1px;
height: 8px;
margin-right: 10px;
margin-left: 6px;
content: '';
opacity: .3;
background-color: var(--meta-fcolor);
}
.single-header {
position: relative;
z-index: 109;
display: block;
}
.s-cats, .s-breadcrumb {
margin-bottom: 15px;
}
.s-title, .s-tagline, .single-meta {
margin-bottom: 15px;
}
.s-feat-outer {
margin-bottom: 30px;
}
.feat-caption {
position: relative;
margin-top: 10px;
}
.attribution {
display: block;
margin-top: 4px;
padding-left: 65px;
}
.feat-caption .caption-text:before {
position: relative;
display: inline-flex;
width: 50px;
height: 1px;
margin-right: 12px;
padding-top: .75em;
content: '';
vertical-align: top;
border-bottom: 1px solid var(--g-color);
}
.caption-text {
position: relative;
display: block;
}
.s-feat img,
.s-feat-holder img {
display: block;
width: 100%;
object-fit: cover;
}
.s-feat-holder img {
width: 100%;
height: 100%;
}
.ubox:not(:first-child) {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid var(--flex-gray-15);
}
.ubox-header {
display: flex;
align-items: center;
flex-flow: row nowrap;
width: 100%;
}
.author-info-wrap {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
}
.author-avatar {
width: 50px;
height: auto;
margin-right: 12px;
}
.author-avatar img {
border-radius: 100%;
}
.author-info {
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.usocials {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.usocials > * {
line-height: 1;
}
.usocials a {
font-size: 13px;
padding: 0 5px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.usocials a:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.author-job {
line-height: 1;
display: flex;
margin-top: 5px;
white-space: nowrap;
}
.ubox .ubio {
display: block;
margin-top: 20px;
margin-bottom: 0;
}
.is-multiple-authors .meta-author-label {
display: none;
}
.meta-author-label.meta-label {
margin-right: 0;
}
.ef-label {
margin-right: 5px;
color: var(--meta-fcolor);
}
.efoot {
position: relative;
clear: both;
padding-top: calc(2rem + 2px);
}
.efoot:before {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 3px;
content: '';
border-radius: var(--round-7);
background-color: currentColor;
}
.efoot > * {
margin-top: 12px;
}
.efoot > *:first-child {
margin-top: 0;
}
.efoot-bar {
display: flex;
align-items: flex-start;
width: 100%;
}
.blabel {
line-height: calc(var(--h5-fsize, 14px) * 1.5);
display: inline-flex;
align-items: center;
margin-right: 10px;
}
.blabel i {
line-height: 1;
margin-right: 7px;
}
.blabel i.rbi-via {
font-size: 1.25em;
}
.reaction-sec {
position: relative;
display: block;
padding-top: 25px;
}
.reaction-wrap {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: space-evenly;
}
.reaction {
position: relative;
display: flex;
flex: 0 0 80px;
flex-flow: row wrap;
justify-content: center;
max-width: 80px;
padding: 5px 10px;
cursor: pointer;
}
.reaction-heading {
display: block;
margin-bottom: 20px;
text-align: center;
}
.reaction-content {
width: 100%;
}
.reaction .reaction-icon {
display: flex;
justify-content: center;
width: 100%;
height: auto;
margin: auto;
-webkit-transition: transform .25s var(--timing);
transition: transform .25s var(--timing);
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
will-change: transform;
}
.reaction-icon svg {
width: 50px;
height: 50px;
}
.reaction .reaction-title {
font-size: var(--rem-small);
line-height: 1;
display: flex;
justify-content: center;
width: 100%;
margin-top: 10px;
-webkit-transition: color .25s var(--timing);
transition: color .25s var(--timing);
white-space: nowrap;
}
.reaction-count {
font-weight: bold;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 1.25em;
margin-top: 7px;
white-space: nowrap;
border-radius: var(--round-3);
background-color: var(--flex-gray-7);
}
.reaction:hover .reaction-icon {
-moz-transform: scale(1.2) rotate(-20deg);
-ms-transform: scale(1.2) rotate(-20deg);
-o-transform: scale(1.2) rotate(-20deg);
-webkit-transform: scale(1.2) rotate(-20deg);
transform: scale(1.2) rotate(-20deg);
}
.reaction:hover .reaction-title {
color: var(--g-color);
}
.reaction.active .reaction-count {
color: var(--absolute-white);
background-color: var(--g-color);
}
.reaction:before {
font-family: 'ruby-icon';
font-size: 18px;
line-height: 18px;
position: absolute;
top: 6px;
right: 6px;
bottom: auto;
left: auto;
content: '\e942';
-webkit-transition: opacity .25s;
transition: opacity .25s;
pointer-events: none;
opacity: 0;
color: var(--g-color);
}
.reaction.loading:before {
z-index: 10;
width: auto;
height: 18px;
content: '\e942';
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation: reaction-spinner 1s linear infinite;
animation: reaction-spinner 1s linear infinite;
letter-spacing: 0;
opacity: 1;
will-change: transform;
}
.reaction.loading .reaction-icon {
opacity: .5;
}
@keyframes reaction-spinner {
to {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
.e-shared-sec {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.e-shared-header i {
margin-right: .35em
}
.rbbsl {
font-size: 18px;
display: flex;
flex-flow: row wrap;
flex-shrink: 0;
margin-left: auto;
}
.rbbsl > * {
line-height: var(--height-40);
display: inline-flex;
margin-right: 10px;
padding: 0 20px;
border-radius: var(--round-3);
background-color: var(--flex-gray-7);
}
.rbbsl a > span {
margin-left: 7px;
}
.rbbsl a:not(:nth-child(1)) > span {
display: none;
}
.rbbsl a:not(:nth-child(1)) {
justify-content: center;
padding: 0 12px;
}
.entry-sec {
position: relative;
padding-top: 37px;
padding-bottom: 35px;
}
.entry-newsletter {
position: relative;
padding-top: 37px;
}
.entry-newsletter .newsletter-box-content {
max-width: 600px;
}
.entry-sec:before, .entry-newsletter:before,
.review-footer > *:not(.review-action):before {
position: absolute;
z-index: 1;
top: 0;
right: 0;
left: 0;
overflow: hidden;
height: 3px;
content: '';
background-image: linear-gradient(to right, var(--flex-gray-20) 20%, transparent 21%, transparent 100%);
background-image: -webkit-linear-gradient(right, var(--flex-gray-20) 20%, transparent 21%, transparent 100%);
background-repeat: repeat-x;
background-position: 0 0;
background-size: 5px;
}
.mobile-collapse-sections:before {
position: absolute;
z-index: 1;
top: 0;
right: 0;
left: 0;
overflow: hidden;
height: 3px;
content: '';
background-image: linear-gradient(to right, var(--submbnav-color-10, var(--subnav-color-10)) 20%, transparent 21%, transparent 100%);
background-image: -webkit-linear-gradient(right, var(--submbnav-color-10, var(--subnav-color-10)) 20%, transparent 21%, transparent 100%);
background-repeat: repeat-x;
background-position: 0 0;
background-size: 5px;
}
.e-shared-sec.entry-sec {
padding-top: 18px;
padding-bottom: 15px;
}
.e-shared-header {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.reading-indicator {
position: fixed;
z-index: 9041;
top: 0;
right: 0;
left: 0;
display: block;
overflow: hidden;
width: 100%;
height: var(--indicator-height);
}
#reading-progress {
display: block;
width: 0;
max-width: 100%;
height: 100%;
-webkit-transition: width .1s ease;
transition: width .1s ease;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background: var(--g-color);
background: linear-gradient(90deg, var(--indicator-bg-from) 0%, var(--indicator-bg-to) 100%);
background: -webkit-linear-gradient(right, var(--indicator-bg-from), var(--indicator-bg-to));
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.no-comment .comment-reply-title {
display: none;
}
.newsletter-box-header {
display: flex;
align-items: center;
margin-bottom: 25px;
}
.newsletter-icon {
line-height: 0;
flex-shrink: 0;
margin-right: 25px;
}
.newsletter-icon svg {
width: 60px;
}
.newsletter-box-title {
margin-bottom: 10px;
}
.mc4wp-form-fields > * {
display: flex;
align-items: stretch;
flex-flow: row nowrap;
margin-top: 10px;
}
.mc4wp-form-fields > *:first-child {
margin-top: 0;
}
.agree-to-terms {
font-size: var(--rem-mini);
width: 100%;
color: var(--meta-fcolor);
}
.agree-to-terms input {
margin: 4px 6px 0 0;
}
.mc4wp-form-fields input[type='email'],
.mc4wp-form-fields input[type='text'] {
background-color: var(--flex-gray-15);
}
.mc4wp-form-fields input[type='email'] {
flex-grow: 1;
width: 100%;
}
.mc4wp-form-fields input:not(:first-child) {
margin-left: 7px;
}
.newsletter-box-policy {
font-size: var(--rem-mini);
margin-top: 15px;
color: var(--meta-fcolor);
}
.newsletter-box-policy a {
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: underline dotted;
color: var(--body-fcolor);
}
.newsletter-box-policy a:hover {
color: var(--g-color);
}
.newsletter-box-content input:not([type='submit']) {
font-weight: bold;
}
.comments-area {
display: block;
}
.comments-area .comment-meta a {
text-decoration: none;
}
.comments-area #respond > #commentform {
margin-top: 15px;
}
.comment-metadata .review-stars {
font-size: 18px;
letter-spacing: 1px;
color: var(--body-fcolor);
}
.comment-awaiting-moderation {
font-size: var(--rem-mini);
display: inline-flex;
width: 100%;
margin-bottom: 7px;
color: #d1a220;
}
.comment-awaiting-moderation:before {
font-family: 'ruby-icon';
font-style: normal;
display: inline-flex;
margin-right: 4px;
content: '\e949';
}
.comment-form {
position: relative;
display: block;
margin-right: -10px;
margin-left: -10px;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
width: 100%;
}
.comment-form > * {
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
.comment-form-cookies-consent {
display: -webkit-flex;
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-basis: 100%;
width: 100%;
}
.comment-form-cookies-consent label {
font-size: var(--rem-mini);
padding-left: 5px;
cursor: pointer;
}
.comment-notes .required {
color: #ff4545;
}
.logged-in-as {
font-size: var(--rem-mini);
}
.logged-in-as a:last-child {
text-decoration: underline dotted;
opacity: 0.5;
}
.logged-in-as a {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.logged-in-as a:hover {
text-decoration: underline;
}
.logged-in-as a:last-child:hover {
opacity: 1;
color: var(--g-color);
}
.comment-form > p.form-submit {
display: block;
margin-top: 20px;
margin-bottom: 0;
}
.comment-form .comment-notes {
font-size: var(--rem-mini);
margin-bottom: 15px;
}
.comment-notes #email-notes {
font-style: italic;
}
.comment-reply-title {
line-height: 1;
margin-bottom: 10px;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.no-comment .comment-reply-title {
display: none;
}
.comment-box-header {
position: relative;
display: block;
}
a.show-post-comment {
line-height: var(--height-40);
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
padding: var(--padding-40);
-webkit-transition: var(--effect);
transition: var(--effect);
border-radius: var(--round-7);
background-color: var(--flex-gray-7);
}
a.page404-btn {
line-height: var(--height-40);
display: inline-block;
color: inherit;
border-radius: var(--round-7);
background-color: var(--flex-gray-7);
}
a.show-post-comment:hover, a.page404-btn:hover {
color: var(--absolute-white);
background-color: var(--g-color);
-webkit-box-shadow: 0 4px 15px var(--g-color-90);
box-shadow: 0 4px 15px var(--g-color-90);
}
.comment-box-header > * {
display: -webkit-flex;
display: flex;
align-items: center;
}
.comment-box-header i,
.comment-box-header svg {
margin-right: 10px;
}
.comment-box-header svg {
width: 1em;
}
.comment-box-title i,
.comment-box-title svg {
border-bottom: 3px dotted var(--g-color);
}
.box-comment-btn {
line-height: 42px;
position: relative;
display: flex;
display: -webkit-flex;
margin-left: auto;
padding: 0 60px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.rb-form-rating {
display: -webkit-flex;
display: flex;
align-items: center;
width: 100%;
}
.rb-review-stars {
font-size: 24px;
position: relative;
}
.rb-review-stars span {
line-height: 0;
display: flex;
display: -webkit-flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 0;
width: 0;
margin-left: 10px;
padding: 0;
letter-spacing: 0;
}
.rb-review-stars span a {
line-height: 1;
display: flex;
display: -webkit-flex;
flex-grow: 0;
padding: 2px;
}
.rb-form-rating label {
font-size: var(--rem-mini);
line-height: 1;
padding-left: 7px;
border-left: 4px solid var(--g-color);
}
.rb-review-stars span:hover i:before,
.rb-form-rating.selected a i:before,
.rb-form-rating.selected .rb-review-stars span:hover a i:before {
content: '\e951';
}
.rb-review-stars span > a.active ~ a i:before,
.rb-review-stars span > a:hover ~ a i:before,
.rb-form-rating.selected .rb-review-stars span > a:hover ~ a i:before {
content: '\e94f';
}
.rb-review-stars i {
-webkit-transition: var(--effect);
transition: var(--effect);
}
.comment-title h3 {
margin-bottom: 30px;
}
.comment-title i {
display: inline;
margin-right: 5px;
}
.comment-author {
font-size: var(--rem-small);
margin-bottom: 7px;
}
.comment-author .avatar {
position: absolute;
top: 3px;
left: -65px;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.comment-author .says {
display: none;
}
.comment-list {
position: relative;
display: block;
margin-top: 35px;
margin-bottom: 25px;
border-bottom: 1px dashed var(--flex-gray-15);
}
.comment-body {
position: relative;
display: block;
width: auto;
max-width: 100%;
margin-bottom: 25px;
margin-left: 65px;
}
.comment-list li.parent > .comment-body {
margin-bottom: 20px;
}
.comment-metadata {
font-family: var(--meta-family);
font-size: var(--meta-fsize);
line-height: 1;
display: flex;
align-items: center;
flex-flow: row wrap;
color: var(--meta-fcolor);
}
.comment-metadata > * {
margin-bottom: 7px;
}
.comment-metadata * {
font-family: inherit;
font-size: inherit;
font-weight: inherit !important;
line-height: inherit;
}
.comment-content {
font-size: var(--excerpt-fsize);
position: relative;
display: block;
margin-top: 10px;
}
.comment-content p,
.comment-content li {
font-size: inherit;
}
a.comment-reply-link {
line-height: 24px;
position: absolute;
z-index: 99;
top: 0;
right: 0;
display: block;
padding: 0 12px;
-webkit-transition: var(--effect);
transition: var(--effect);
letter-spacing: var(--btn-fspace);
border: 1px solid rgba(0, 0, 0, .05);
border-radius: var(--round-3);
}
a.comment-reply-link:hover {
color: #fff;
background-color: var(--g-color);
}
.comments-area .comment-meta a.comment-edit-link {
margin-left: 10px;
}
.comments-area .comment-meta > a:first-child {
margin-left: 0;
}
.comments-area .comment-meta a.comment-edit-link:hover {
text-decoration: underline dotted;
}
a.comment-reply-link:before {
font-family: 'ruby-icon';
font-size: .9em;
margin-right: 5px;
content: '\e902';
}
.comment-list .logged-in-as a {
font-weight: inherit;
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: none;
}
.logged-in-as a:hover,
.comment-list .logged-in-as a:hover {
text-decoration: underline;
}
.comment-list .comment-reply-title small a {
font-size: var(--rem-mini);
margin-left: 7px;
-webkit-transition: var(--effect);
transition: var(--effect);
white-space: nowrap;
text-transform: none;
color: var(--g-color);
}
.comment-list .comment-reply-title small a:hover {
text-decoration: underline dotted;
}
.comment-list .comment-respond {
margin-bottom: 35px;
margin-left: 65px;
}
.comment-list ul.children {
margin-left: 30px;
}
.e-pagi {
position: relative;
display: block;
margin-right: -7px;
margin-left: -7px;
}
.e-pagi .inner {
display: -webkit-flex;
display: flex;
align-items: stretch;
flex-flow: row nowrap;
flex-grow: 1;
}
.e-pagi .nav-el {
display: flex;
display: -webkit-flex;
flex: 0 0 50%;
width: 50%;
padding-right: 7px;
padding-left: 7px;
}
.e-pagi a {
display: flex;
display: -webkit-flex;
flex: 1;
flex-flow: column nowrap;
}
.e-pagi .rbi-angle-left {
padding-right: 5px;
}
.e-pagi .rbi-angle-right {
padding-left: 5px;
}
.e-pagi .nav-label {
margin-bottom: 12px;
letter-spacing: .1em;
text-transform: uppercase;
}
.e-pagi .nav-right {
margin-left: auto;
}
.e-pagi .nav-right .nav-label {
margin-left: auto;
}
.e-pagi .nav-inner {
display: -webkit-flex;
display: flex;
align-items: center;
}
.e-pagi i {
letter-spacing: 0;
}
.e-pagi img {
display: flex;
flex-shrink: 0;
width: 50px;
height: 50px;
margin-right: 12px;
border-radius: 50%;
}
.e-pagi .nav-right .nav-inner {
flex-direction: row-reverse;
text-align: right;
}
.e-pagi .nav-right img {
margin-right: 0;
margin-left: 12px;
}
.review-section {
position: relative;
display: block;
overflow: hidden;
border-radius: var(--round-7);
box-shadow: 0 5px 30px var(--shadow-7);
}
.review-intro {
position: relative;
display: flex;
overflow: hidden;
flex-flow: row nowrap;
}
.review-section .review-intro {
background-color: var(--dark-accent);
}
.review-feat {
flex-shrink: 0;
width: 100px;
}
.review-intro .review-feat img {
width: 100%;
height: 100%;
object-fit: cover;
}
.review-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.review-section .review-bg img {
width: 100%;
height: 100%;
opacity: .5;
object-fit: cover;
}
.review-intro .inner {
position: relative;
display: flex;
align-items: center;
flex-grow: 1;
padding: 30px 20px;
}
.review-heading {
display: flex;
align-items: flex-start;
flex-flow: column nowrap;
}
.review-intro .meta-info {
display: flex;
align-items: flex-end;
flex-flow: column nowrap;
justify-content: flex-end;
margin-left: auto;
}
.review-intro .average {
display: flex;
align-items: flex-start;
flex-flow: row nowrap;
}
.review-intro .meta-description {
margin-right: 7px;
}
.review-heading > *:not(:last-child),
.review-section .meta-info > *:not(:last-child) {
margin-bottom: 10px;
}
.review-section .rline-wrap,
.review-section .rstar-wrap {
margin-right: 0;
}
.review-header .rstar:before {
background-color: var(--absolute-dark);
}
.review-intro .rstar-wrap {
margin-right: 0;
}
.review-section .review-intro .average,
.review-section .review-heading {
text-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.review-content {
padding: 25px 30px;
}
.review-el {
display: flex;
align-items: center;
}
.review-el:not(:last-child) {
margin-bottom: 15px;
}
.review-rating {
margin-left: auto;
}
.review-label {
display: flex;
flex-flow: column;
}
.rating-info {
margin-top: 3px;
margin-left: 13px;
}
.review-label .h5 {
line-height: 1;
padding-left: 10px;
border-left: 3px solid var(--review-color);
}
.review-footer {
position: relative;
display: block;
margin: 0 30px;
}
.review-footer > *:not(.review-action) {
position: relative;
padding: 28px 0 25px 0;
}
.pros-cons-holder {
margin-right: -20px;
margin-left: -20px;
}
.pros-cons .inner {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.pros-cons .inner > * {
display: flex;
flex: 0 0 50%;
justify-content: center;
width: 50%;
padding: 0 20px;
}
.pros-cons-list-inner {
display: inline-block;
}
.pros-cons-list-inner > * {
display: block;
margin-top: 7px;
}
.pros-cons-title {
display: flex;
align-items: center;
flex-flow: row nowrap;
margin-top: 0;
padding-bottom: 5px;
}
.pros-cons-title svg {
width: var(--em-mini);
margin-right: 7px;
}
.pros-cons-el i {
font-size: 9px;
display: inline-block;
margin-right: 7px;
vertical-align: middle;
color: #426d48;
}
.pros-cons-el i.rbi-minus {
font-size: 11px;
color: #cd3048;
}
.review-summary-title {
display: block;
margin-bottom: 15px;
}
.summary-content, .pros-cons-el {
font-size: var(--rem-mini);
}
.user-rating,
.rating-header {
line-height: 0;
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.average-info {
margin-left: auto;
}
.user-rating svg {
width: 1.35em;
margin-right: 5px;
}
.total-vote {
margin-left: 5px;
}
.review-action {
display: flex;
padding-bottom: 25px;
}
.review-btn {
display: inline-flex;
align-items: center;
}
.review-btn i {
font-size: 1.25em;
margin-right: 5px;
}
.sfoter-sec {
position: relative;
}
.single-related {
margin-bottom: 40px;
padding-top: 30px;
}
.single-related:before {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 50%;
width: 100vw;
max-width: 100vw;
height: 100%;
content: '';
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
border-top: 1px solid var(--flex-gray-15);
}
.single-related > .block-h {
margin-bottom: 20px;
} .s-hl {
position: relative;
padding-top: 20px;
padding-bottom: 30px;
}
.s-hl-heading.h1 {
font-size: 2.75rem;
line-height: 1;
position: absolute;
z-index: -1;
top: -10px;
left: 15px;
opacity: .15;
}
.s-hl-heading span {
display: inline-block;
}
.s-hl-heading span::first-letter {
color: var(--g-color);
}
.s-hl:after {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 90px;
height: 1px;
content: '';
background-color: var(--g-color);
}
.s-hl ul {
position: relative;
list-style: none;
}
.hl-point:before {
position: absolute;
top: .5em;
display: inline-block;
width: 8px;
height: 8px;
content: '';
border-radius: 100%;
background-color: var(--g-color);
}
.hl-point {
position: relative;
}
.hl-point > * {
display: inline-block;
margin-left: 20px;
}
.hl-point:not(:last-child) > * {
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid var(--flex-gray-15);
}
.single-standard-1 .single-header {
padding-top: 15px;
}
.single-standard-2 .single-header-inner {
padding-top: 25px;
}
.single.is-standard-2 .header-transparent,
.single.is-audio-2 .header-transparent,
.single.is-video-2 .header-transparent {
position: relative;
top: auto;
right: auto;
left: auto;
}
.yes-hd-transparent.is-standard-5 .navbar-inner {
border-bottom: 1px solid var(--flex-gray-20);
}
.single-standard-2 .single-header {
margin-bottom: 30px;
}
.single-standard-7 .single-header {
margin-bottom: 30px;
padding-top: 20px;
}
.single-standard-1 .s-feat img,
.single-standard-2 .s-feat img,
.single-standard-7 .s-feat img,
.single-standard-8 .s-feat img {
border-radius: var(--round-5);
}
.single-standard-2 .s-feat img,
.single-standard-7 .s-feat img {
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.single-standard-3 .single-header,
.single-standard-4 .single-header {
padding-top: 10px;
padding-bottom: 30px;
}
.single-standard-3 .single-header-inner,
.single-standard-4 .single-header-inner {
overflow: hidden;
border-radius: var(--round-5);
}
.single-standard-5 .single-header {
padding-bottom: 30px;
}
.single-standard-8.single-embed-4 .grid-container,
.single-standard-8 .grid-container {
margin-top: 30px;
}
.single-embed-4 .s-feat-outer {
margin-bottom: 0;
padding-top: 30px;
}
.single-embed-4 .single-header {
margin-bottom: 30px;
}
.single .single-no-featured .single-header {
margin-bottom: 20px;
padding-bottom: 0;
border-bottom: 5px solid var(--flex-gray-15);
}
.without-sidebar .single-caption-outer.rb-container,
.without-sidebar .single-caption-outer {
max-width: 860px;
margin-right: auto;
margin-left: auto;
}
.single-header-inner {
position: relative;
display: block;
}
.single-standard-2 .single-header-inner:before {
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 90px;
left: 0;
width: 100%;
content: '';
background-color: var(--dark-accent);
}
.single-standard-2.no-sfeat .single-header-inner:before {
bottom: 0;
}
.single-standard-2.no-sfeat .single-header-inner {
padding-bottom: 10px;
}
.single-standard-2 .single-header-inner > * {
position: relative;
z-index: 1;
}
.single-embed-2 .embed-bg-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 90px;
left: 0;
width: 100%;
opacity: .1;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-filter: blur(10px);
filter: blur(10px);
}
.s-feat-holder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
overflow: hidden;
}
.single-header-content {
position: relative;
z-index: 1;
display: flex;
flex: 0 0 100%;
flex-flow: column nowrap;
padding-right: 20px;
padding-left: 20px;
}
.single-standard-3 .single-header-inner:before,
.single-standard-4 .single-header-inner:before {
position: relative;
display: block;
padding-bottom: 33%;
content: '';
}
.single-header-content:before {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 140%;
content: '';
background: var(--dark-accent);
background: linear-gradient(to top, var(--dark-accent) 20%, transparent 100%);
}
.single-standard-4 .single-header-content {
max-width: 940px;
}
.single-standard-4 .single-header-content:before {
height: calc(100% - 7px);
border-top-right-radius: var(--round-5);
background: var(--dark-accent);
}
.single-standard-4.has-bg-spacing .single-header-content:before {
height: calc(100% + 20px);
}
.single-standard-5 .single-header-content {
padding: 20% 0;
}
.single-standard-5 .single-header-content:before {
display: none;
}
.full-dark-overlay {
background-color: var(--dark-accent);
}
.full-dark-overlay img {
opacity: .3;
}
.single-standard-6 .single-header {
margin-bottom: 30px;
}
.single-standard-6 .single-header:before {
position: absolute;
top: 0;
right: 0;
bottom: 40px;
left: 0;
content: '';
background-color: var(--flex-gray-7);
}
.single-header-columns {
display: flex;
align-items: center;
margin-right: -20px;
margin-left: -20px;
}
.single-header-columns > * {
padding-right: 20px;
padding-left: 20px;
}
.single-header-left {
position: relative;
flex: 0 0 60%;
max-width: 60%;
}
.single-standard-6 .s-feat-outer {
position: relative;
flex: 0 0 40%;
max-width: 40%;
margin-bottom: 0;
}
.featured-vertical {
position: relative;
display: block;
overflow: hidden;
padding-bottom: 150%;
border-bottom-right-radius: var(--round-5);
border-bottom-left-radius: var(--round-5);
}
.featured-vertical img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.single-standard-6 .caption-holder {
position: absolute;
top: auto;
right: 20px;
bottom: 0;
left: 20px;
border-bottom-right-radius: var(--round-5);
border-bottom-left-radius: var(--round-5);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .8) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .8) 100%);
}
.single-standard-6 .feat-caption {
margin: 10px 20px 10px 20px;
}
.sqview > *:not(:last-child) {
margin-bottom: 10px;
}
.qview-box {
overflow: hidden;
align-items: stretch;
border-radius: var(--round-5);
background-color: var(--flex-gray-7);
}
.qview-box.review-intro .inner {
padding: 15px;
}
.qview-box .review-action {
margin-top: 7px;
padding-bottom: 0;
}
.qview-box .review-btn {
line-height: var(--height-34);
padding: 0 25px;
}
.spon-qview {
padding: 4px 12px;
}
.spon-qview .sponsor-meta {
margin-bottom: 0;
}
.spon-qview .sponsor-inner img {
height: 3em;
max-height: 50px;
}
.spon-qview .sponlogo-wrap {
margin-right: 0;
margin-left: auto;
}
.single .without-sidebar .s-ct {
flex-basis: 100%;
width: 100%;
max-width: var(--max-width-wo-sb);
margin-right: auto;
margin-left: auto;
}
.featured-embed,
.default-audio-embed,
.default-video-embed {
position: relative;
display: block;
}
.embed-holder {
position: relative;
display: block;
width: 100%;
padding-bottom: 56%;
background-color: rgba(0, 0, 0, .025);
}
.float-holder {
-webkit-transform: var(--effect);
transform: var(--effect);
}
.floating-activated .float-holder {
position: fixed;
z-index: 9999;
top: auto;
right: 20px;
bottom: 100px;
left: auto;
display: block;
width: 420px;
max-width: 100%;
height: auto;
}
.floating-activated .float-holder:before {
position: relative;
display: block;
width: 100%;
padding-bottom: 56%;
content: '';
}
.floating-close {
position: absolute;
top: auto;
right: 0;
bottom: 100%;
display: block;
}
.default-audio-embed .embed-holder {
padding-bottom: 33.33%;
}
.embed-holder iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
border: none;
border-radius: var(--round-5);
}
.default-video-embed.is-self-hosted .wp-video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--round-5);
}
.default-video-embed.is-self-hosted .wp-video,
.embed-holder .wp-video-shortcode {
width: 100% !important;
height: 100%;
object-fit: cover;
}
.slider-img-holder {
display: block;
width: 100%;
padding-bottom: 56%;
}
.coverflow-img-holder {
display: block;
width: 100%;
padding-bottom: 100%;
}
.slider-img-holder img,
.coverflow-img-holder img {
position: absolute;
z-index: 98;
display: block;
width: 100%;
height: 100%;
border-radius: var(--round-5);
object-fit: cover;
}
.gallery-slider-nav-holder img {
border-radius: var(--round-3);
}
.carousel-img-holder img,
.coverflow-img-holder img {
border-radius: var(--round-5);
}
.gallery-slider-nav-outer {
position: relative;
display: flex;
flex-flow: row nowrap;
}
.gallery-slider-nav-holder {
position: relative;
flex-grow: 1;
}
.gallery-slider-nav-holder .pre-load {
max-height: 102px;
opacity: 0;
}
.gallery-slider-nav {
max-width: 750px;
margin-top: 15px;
margin-right: 0;
margin-left: auto;
}
.gallery-slider-nav .slider-img-holder {
padding-bottom: 66.7%;
}
.slider-caption {
position: absolute;
z-index: 99;
bottom: 20px;
width: auto;
max-width: 80%;
margin: 0;
padding: 5px 20px 5px 0;
border-radius: 0 var(--round-5) var(--round-5) 0;
background-color: var(--solid-white);
}
.format-gallery-slider .caption-text:before {
width: 30px;
}
.gallery-slider-info {
display: flex;
align-items: center;
flex-shrink: 0;
padding-right: 30px;
}
.gallery-slider-info svg {
width: 60px;
}
.current-slider-info {
display: flex;
flex-flow: column nowrap;
margin-top: 15px;
}
.current-slider-count {
font-size: 2em;
line-height: 1;
margin-top: 7px;
}
.format-gallery-carousel .swiper-container {
overflow: visible;
}
.format-gallery-carousel .swiper-slide {
width: auto;
}
.carousel-img-holder img {
width: auto;
height: 45vh;
max-height: 45vh;
object-fit: cover;
}
.format-gallery-carousel .swiper-scrollbar {
position: relative;
height: 2px;
margin-top: 20px;
}
.format-gallery-coverflow .swiper-pagination {
position: relative;
margin-top: 20px;
}
.gallery-slider-nav .swiper-slide:not(.swiper-slide-thumb-active) img {
opacity: .5;
}
.gallery-slider-nav .swiper-slide:hover img {
opacity: 1;
}
.gallery-slider-nav img {
-webkit-transition: opacity .25s var(--timing);
transition: opacity .25s var(--timing);
}
.gallery-coverflow .pre-load {
max-height: 50vh;
opacity: 0;
}
.slider-nav {
font-size: 24px;
position: absolute;
z-index: 10;
display: flex;
flex-flow: row nowrap;
color: #fff;
}
.slider-nav > * {
line-height: 1;
padding: 10px;
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: 0;
}
.slider-pagination-top.slider-pagination,
.block-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
line-height: 0;
position: absolute;
z-index: 20;
top: 0;
right: 0;
bottom: auto;
left: auto;
width: auto;
height: auto;
padding: 15px;
}
.block-wrap:hover .slider-nav > * {
opacity: .7;
}
.block-wrap .slider-nav > *:hover {
opacity: 1;
}
.post-slider .overlay-inner > * {
-webkit-transition: opacity .5s var(--timing);
transition: opacity .5s var(--timing);
opacity: 0;
}
.elementor-editor-active .post-slider .overlay-inner > * {
opacity: 1;
}
.post-slider .swiper-slide-active .overlay-inner > * {
opacity: 1;
}
.swiper-slide-active .overlay-inner > *:nth-child(1) {
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.swiper-slide-active .overlay-inner > *:nth-child(2) {
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.swiper-slide-active .overlay-inner > *:nth-child(3) {
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.swiper-slide-active .overlay-inner > * {
-webkit-transition-delay: .6s;
transition-delay: .6s;
} .gallery-popup-header {
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
padding: 5px 0 5px 10px;
text-align: left;
background-color: var(--dark-accent);
}
.single-featured-popup .gallery-popup-header {
left: auto;
padding: 0;
}
.gallery-popup-nav {
position: static;
}
.gallery-popup-header .h5:not(:empty) {
padding-right: 20px;
}
.gallery-popup-content {
display: flex;
align-items: center;
flex-grow: 1;
justify-content: center;
height: 100%;
padding: 52px 10px;
}
.single-featured-popup .gallery-popup-content {
padding-top: 20px;
}
.mfp-rbgallery, .gallery-popup-image {
height: 100%;
}
.popup-header-right {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-shrink: 0;
gap: 10px;
}
.mfp-counter {
font-size: var(--rem-mini);
}
.rb-gallery-popup button {
font-size: 24px;
cursor: pointer;
color: var(--absolute-white);
border: none;
background: none;
text-shadow: 0 1px 4px #0008;
}
.gallery-popup-image img {
display: inline-flex;
width: auto;
height: 100%;
border-radius: var(--round-5);
object-fit: contain;
}
.rb-gallery-popup .mfp-close {
font-size: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
padding: 0;
transition: var(--effect);
background-color: var(--dark-accent);
--webkit-transition: var(--effect);
}
.rb-gallery-popup .mfp-close:hover {
background-color: var(--g-color);
}
.gallery-popup-entry {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
padding: 20px;
text-align: center;
background: -webkit-gradient(linear, left top, left bottom, from(var(--dark-accent-0)), to(var(--dark-accent)));
background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%);
}
.gallery-popup-entry > * {
display: block;
}
.gallery-popup-entry .description-text {
margin-top: 7px;
}
.rb-gallery-popup .mfp-content {
position: relative;
display: inline-flex;
overflow: hidden;
flex-flow: column nowrap;
justify-content: space-between;
height: 100%;
text-align: center;
}
.featured-lightbox-trigger {
cursor: pointer;
} .e-ct-outer > * {
margin-bottom: 30px;
}
.rbct {
position: relative;
display: block;
}
.optimal-line-length:not(.without-sidebar) .s-ct-wrap:not(.has-lsl) {
max-width: 730px;
margin-right: auto;
margin-left: auto;
}
pre {
font-family: Courier, monospace;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
border-radius: var(--round-5);
background-color: var(--flex-gray-7);
}
.has-lsl .s-ct-inner {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
}
.l-shared-sec-outer {
position: relative;
flex-shrink: 0;
padding-right: 30px;
padding-bottom: 40px;
}
.has-lsl .e-ct-outer {
flex-grow: 1;
width: calc(100% - 78px);
max-width: calc(100% - 78px);
margin-left: auto;
}
.l-shared-sec {
font-size: 18px;
position: sticky;
position: -webkit-sticky;
top: 12px;
-webkit-transition: top .3s ease;
transition: top .3s ease;
will-change: top;
}
.l-shared-items {
display: flex;
align-items: center;
flex-flow: column nowrap;
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
}
.l-shared-sec .share-action {
line-height: 48px;
width: 48px;
text-align: center;
}
.l-shared-sec i.rbi-whatsapp {
width: 100%;
}
.l-shared-header {
display: flex;
align-items: center;
flex-flow: column wrap;
margin-bottom: 10px;
}
.l-shared-header i {
font-size: 18px;
}
.rbct > *,
.comment-content > * {
max-width: 100%;
margin-top: 0;
margin-bottom: 1.5rem;
}
.rbct > *:last-child,
.comment-content > *:last-child {
margin-bottom: 0;
}
.rbct .clearfix {
margin-bottom: 0;
}
.rbct p {
word-wrap: break-word;
}
.comments-pagination {
font-size: 12px;
display: -webkit-flex;
display: flex;
justify-content: center;
margin: 20px 0 20px 0;
padding-bottom: 30px;
border-bottom: 5px solid rgba(0, 0, 0, .07);
}
.comments-pagination .nav-previous,
.comments-pagination .nav-next {
padding-right: 10px;
padding-left: 10px;
}
.rbct figure {
max-width: 100%;
height: auto;
}
.rbct > *.alignleft, img.alignleft,
.rbct p img.alignleft {
float: left;
margin-right: 1.5rem;
margin-left: 0;
}
img.aligncenter, .rbct p img.aligncenter,
.rbct > *.aligncenter,
.entry-summary > *.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
.rbct > *.alignright, img.alignright,
.rbct p img.alignright {
float: right;
margin-right: 0;
margin-left: 1.5rem;
}
.rbct input[type='password'] {
min-width: 40%;
margin-left: 20px;
}
.rbct .woocommerce {
margin-bottom: 0;
}
.rbct .woocommerce div.product {
margin-bottom: 1.5rem;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
.wp-block-image {
max-width: 100%;
margin-right: 0;
margin-left: 0;
}
.wp-block-image img,
.wp-block-image.alignfull img,
.wp-block-image.alignwide img,
.rbct > .alignwide {
max-width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
display: table;
margin-right: 0;
margin-left: 0;
}
.wp-block-image .aligncenter {
display: table;
margin-right: auto;
margin-left: auto;
}
.wp-block-image .aligncenter figcaption {
text-align: center;
}
.image-caption, .wp-caption-text, .gallery-caption,
.rbct .wp-block-audio figcaption,
.rbct .wp-block-video figcaption,
.rbct .wp-block-image figcaption,
.rbct .wp-block-embed figcaption {
font-size: var(--meta-fsize);
margin: 0;
padding-top: 5px;
}
figcaption:not(:empty):before,
.wp-caption-text:before {
display: inline-block;
width: 30px;
height: .3em;
margin-right: 7px;
content: '';
border-top: 1px solid;
}
.wp-block-image:not(.is-style-rounded) img {
border-radius: var(--round-3);
}
.wp-block-button__link:hover,
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
color: #fff;
background-color: var(--g-color);
}
.wp-block-image figure {
margin: 0;
}
.wp-block-image .alignleft {
float: left;
margin-right: 1.5rem;
}
.wp-block-image .alignright {
float: right;
margin-left: 1.5rem;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
display: table-caption;
caption-side: bottom;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright {
width: 100%;
max-width: 420px;
}
.wp-block-gallery {
width: 100% !important;
margin-bottom: calc(2rem - 16px);
}
.wp-block-gallery.alignwide {
clear: both;
}
.rbct .wp-block-cover .wp-block-cover-text a,
.rbct .wp-block-gallery .blocks-gallery-image figcaption,
.rbct .wp-block-gallery .blocks-gallery-item figcaption {
color: var(--absolute-white);
}
.rbct .wp-block-gallery ul,
.rbct .wp-block-gallery ol {
padding-left: 0;
list-style: none;
}
.wp-block-spacer,
.rbct .wp-block-spacer {
margin: 0;
}
.wp-block-cover,
.wp-block-cover-image {
height: auto;
color: #fff;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
margin-bottom: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
max-width: 100%;
margin: 0 auto !important;
}
.wp-block-cover__video-background,
.rbct .wp-block-cover__video-background {
width: 100%;
height: 100%;
}
.wp-block-cover a {
text-decoration: none !important;
color: inherit !important;
}
.wp-block-cover a:hover {
text-decoration: underline !important;
}
.rbct dt,
.comment-content dt {
font-weight: 700;
}
.rbct a.button {
display: inline-block;
}
.rbct img,
.rbct video,
.comment-content img {
max-width: 100%;
height: auto;
}
.wp-block-video video {
width: 100%;
}
.rbct address,
.comment-content address {
margin-bottom: 30px;
}
p:empty, .rbct p:empty,
.comment-content p:empty {
display: none;
}
.wp-caption img[class*='wp-image-'] {
display: block;
margin-right: auto;
margin-left: auto;
}
.rbct figure a {
border-bottom: none;
}
.rbct iframe {
overflow: hidden;
max-width: 100%;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
}
.rbct ol, .comment-content ol,
.rbct ul, .comment-content ul {
padding-left: 1rem;
list-style-type: decimal;
}
.rbct ul,
.comment-content ul {
list-style: circle;
}
.rbct ul ul,
.comment-content ul ul {
list-style: disc;
}
.rbct li > ol,
.rbct li > ul {
padding-top: .5rem;
}
.rbct li {
position: relative;
margin-bottom: .5rem;
}
.comment-content li {
position: relative;
margin-bottom: 5px;
}
.rbct *[class*='wp-block'],
.rbct [class*='wp-block'] * {
list-style: none;
}
.rbct > ul[class*='wp-block'],
.rbct > ol[class*='wp-block'] {
padding-left: 0;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 1.5rem;
border-spacing: 0;
border-collapse: collapse;
text-align: left;
border-bottom: 1px solid var(--flex-gray-15);
border-left: 1px solid var(--flex-gray-15);
}
table thead {
font-family: var(--h6-family);
font-size: var(--h6-fsize);
font-weight: var(--h6-fweight);
font-style: var(--h6-fstyle);
line-height: var(--h6-fheight, 1.2);
letter-spacing: var(--h6-fspace);
text-transform: var(--h6-transform);
}
th {
padding: 5px 10px;
border-top: 1px solid var(--flex-gray-15);
}
th:last-child {
border-right: 1px solid var(--flex-gray-15);
}
td {
padding: 5px 10px;
border-top: 1px solid var(--flex-gray-15);
border-right: 1px solid var(--flex-gray-15);
}
tr {
position: relative;
}
.rbct tbody tr:nth-child(2n),
.comment-content tbody tr:nth-child(2n) {
background-color: rgba(0, 0, 0, .025);
}
.rbct > .wp-block-cover.aligncenter {
display: flex;
}
.wp-block-group.has-background {
padding: 20px 30px;
}
.wp-block-group__inner-container .wp-block-button {
margin-bottom: 2rem;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 5em;
font-weight: bold;
line-height: .8;
}
.has-drop-cap:not(:focus):after {
padding-top: 5px;
}
.rbct tr {
display: table-row;
vertical-align: middle;
}
.rbct td {
display: table-cell;
vertical-align: inherit;
}
.rbct .gallery, .gallery {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
margin-top: calc(2rem - 5px);
margin-bottom: calc(2rem - 5px);
text-align: center;
}
.gallery-item {
position: relative;
margin: 0 0 10px 0;
padding: 5px;
}
.gallery-item img {
display: block;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
.gallery-item div {
margin: 0;
}
.rbct .attachment img {
display: block;
margin-right: auto;
margin-left: auto;
}
.rbct .twitter-tweet {
margin-right: auto;
margin-bottom: 0 !important;
margin-left: auto;
}
.rbct blockquote.twitter-tweet {
opacity: 0.1;
}
blockquote {
position: relative;
padding: 0 1em;
quotes: '\201C' '\201D' '\2018' '\2019';
}
blockquote > * {
margin-top: .75rem;
margin-bottom: .75rem;
}
blockquote > *:first-child {
margin-top: 0;
}
blockquote > *:last-child {
margin-bottom: 0;
}
pre.wp-block-verse {
font-family: Courier, monospace;
}
.rbct cite {
font-size: var(--rem-mini);
}
.rbct .is-large cite {
font-size: var(--rem-small);
}
.wp-block-pullquote blockquote:before {
font-size: 5em;
line-height: 0;
position: relative;
left: 0;
display: block;
content: open-quote;
color: var(--g-color);
}
.wp-block-pullquote.is-style-solid-color blockquote:before,
.wp-block-pullquote.is-style-solid-color cite:before {
color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
padding: 2em 0;
}
.wp-block-pullquote.alignleft cite:before,
.wp-block-pullquote.alignright cite:before {
width: 20px;
}
.rbct .wp-block-pullquote cite {
font-size: var(--rem-small);
}
.wp-block-pullquote.alignleft cite,
.wp-block-pullquote.alignright cite {
font-size: var(--rem-mini);
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 0 1.75em;
}
.wp-block-pullquote {
margin-bottom: 0;
}
blockquote:before {
font-size: 2rem;
line-height: .75;
position: absolute;
left: 0;
content: open-quote;
}
.wp-block-quote:before {
color: var(--g-color);
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
font-size: 3.5em;
}
.wp-block-quote p, blockquote p {
font-family: var(--quote-family, var(--h1-family));
font-weight: var(--quote-fweight, var(--h1-fweight));
line-height: 1.5;
letter-spacing: var(--quote-fspace, var(--h1-fspace));
text-transform: var(--quote-transform, var(--h1-transform));
}
.wp-block-quote cite {
font-family: var(--meta-family);
font-size: var(--rem-small);
line-height: 1;
}
cite br {
display: none;
}
.wp-block-latest-posts.is-grid li {
margin-top: 0;
margin-bottom: .5rem;
}
.widget_rss cite:before,
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
display: inline-block;
width: 30px;
height: .3em;
margin-right: 7px;
content: '';
color: var(--g-color);
border-top: 1px solid;
}
.widget_rss cite:before {
width: 20px;
}
.rbct iframe.instagram-media {
margin-right: auto;
margin-bottom: 1.5em;
margin-left: auto;
}
.rbct a:not(.p-url):not(button):not(.p-category):not(.is-btn):not(.table-link):not(.table-link-depth):not(.wp-block-button__link):not(.wp-block-file__button),
.elementor-widget-text-editor p a {
font-weight: var(--hyperlink-weight, 700);
font-style: var(--hyperlink-style, normal);
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--hyperlink-color, inherit);
text-decoration-color: var(--hyperlink-line-color, transparent);
text-decoration-line: underline;
text-underline-offset: 1px;
}
.rbct a:not(.p-url):not(button):not(.p-category):not(.is-btn):not(.table-link):not(.table-link-depth):not(.wp-block-button__link):not(.wp-block-file__button):hover,
.elementor-widget-text-editor p a:hover {
color: var(--g-color);
text-decoration-color: var(--g-color)
}
.rbct [class*='wp-block'] a {
font-family: var(--dwidgets-family);
font-size: var(--dwidgets-fsize);
font-weight: var(--dwidgets-fweight) !important;
font-style: var(--dwidgets-fstyle) !important;
line-height: 1.4;
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: none !important;
letter-spacing: var(--dwidgets-fspace);
text-transform: var(--dwidgets-transform);
}
.rbct .wp-block-button a.wp-block-button__link {
font-family: var(--btn-family);
font-size: var(--btn-fsize);
font-weight: var(--btn-fweight) !important;
font-style: var(--btn-fstyle) !important;
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: none !important;
letter-spacing: var(--btn-fspace);
text-transform: var(--btn-transform);
border-radius: var(--round-5);
}
.rbct [class*='wp-block'] a:not(.wp-block-button__link):not(.wp-block-file__button):not(:hover) {
color: inherit !important;
}
.rbct .wp-block-file .wp-block-file__button {
color: #fff;
border-radius: var(--round-5);
}
.rbct .wp-block-embed.wp-block-embed-facebook,
.rbct .wp-block-embed.wp-block-embed-instagram,
.rbct .wp-block-embed.wp-block-embed-twitter {
max-width: 520px;
margin-right: auto;
margin-left: auto;
}
.gallery-columns-1 .gallery-item {
flex: 0 0 100%;
width: 100%;
}
.gallery-columns-2 .gallery-item {
flex: 0 0 50%;
width: 50%;
}
.gallery-columns-3 .gallery-item {
flex: 0 0 33.333%;
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
flex: 0 0 25%;
width: 25%;
}
.gallery-columns-5 .gallery-item {
flex: 0 0 20%;
width: 20%;
}
.gallery-columns-6 .gallery-item {
flex: 0 0 16.66%;
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
flex: 0 0 14.285%;
width: 14.285%;
}
.gallery-columns-8 .gallery-item {
flex: 0 0 12.5%;
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
flex: 0 0 11.111%;
width: 11.111%;
} .inline-single-ad.alignfull {
display: block;
float: none;
width: 100%;
}
.rbct .wpcf7 {
position: relative;
display: block;
overflow: hidden;
max-width: 900px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
}
.rbct .wpcf7 label {
display: none;
}
.rbct .wpcf7 br {
display: none;
}
.wpcf7-list-item input[type='checkbox'],
.wpcf7-list-item input[type='radio'] {
display: inline-flex;
margin-top: 0;
margin-right: 7px;
margin-bottom: 0;
}
.wpcf7-form {
display: flex;
align-items: flex-start;
flex-flow: row wrap;
margin-right: -12px;
margin-left: -12px;
}
.wpcf7-form .wpcf7-form-control-wrap {
width: 50%;
max-width: 50%;
padding: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message,
.wpcf7-form .wpcf7-form-control-wrap[data-name='your-message'] {
width: 100%;
max-width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap input {
width: 100%;
max-width: 100%;
}
.wpcf7-form .wpcf7-submit {
margin: 12px 12px 0 12px;
}
span.wpcf7-list-item {
display: -webkit-flex;
display: flex;
align-items: center;
margin-left: 0;
padding-top: 10px;
}
button, .button, .faux-button, .rbct .wp-block-button__link,
.wp-block-file .wp-block-file__button, .rbct input[type='button'],
.rbct input[type='reset'], .rbct input[type='submit'] {
text-decoration: none;
}
ul.rb-list, ol.rb-list {
padding-left: 0;
list-style: none;
}
.rb-list li:before {
font-family: 'ruby-icon' !important;
font-size: var(--em-mini);
position: relative;
display: inline-block;
margin-right: 7px;
content: '\e960';
color: #5e8858;
}
.wp-block-group__inner-container > *:not(:last-child) {
margin-bottom: 1.5rem;
}
.rbct .wp-block-file .wp-block-file__button {
font-size: 0.88889em;
line-height: 1.8;
display: table;
margin-top: calc(0.75 * 1em);
margin-left: 0;
border-radius: var(--round-5);
background-color: var(--g-color);
}
.rbct blockquote:before {
color: var(--g-color);
}
.rbct table thead {
color: #fff;
background-color: #333;
}
.rbct > p > img {
margin-top: 1rem;
margin-bottom: 1rem;
}
.rbct > figure.wp-caption.alignleft,
.rbct > figure.wp-caption.alignnone,
.rbct > figure.wp-caption.aligncenter,
.rbct > figure.wp-caption.alignright {
margin-top: 1rem;
}
.rbct > :last-child.wp-block-image {
overflow: hidden;
}
.page-template-default .s-ct .comment-box-wrap.entry-sec,
.page-template-default .rbct > *.alignright {
clear: both;
}
.single-rb-etemplate {
padding-top: 50px;
}
.single-rb-etemplate ul,
.single-rb-etemplate ol {
list-style: none;
}
.admin-template-info {
font-size: 11px;
margin-top: 20px;
padding: 7px 10px;
text-align: center;
background-color: var(--flex-gray-15);
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-bottom: 0;
padding: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
margin-bottom: 0;
}
.rbtoc {
display: inline-flex;
float: none;
flex-flow: column nowrap;
width: 100%;
max-width: 100%;
margin-right: 0;
padding: 20px;
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
}
.elementor-widget-container p + .rbtoc {
margin-top: 20px;
}
.toc-header {
display: flex;
overflow: hidden;
align-items: center;
width: 100%;
}
.toc-header .rbi-read {
line-height: 0;
margin-right: 7px;
color: var(--g-color);
}
.rbtoc .inner a {
position: relative;
display: block;
margin-top: 7px;
padding-top: 7px;
-webkit-transition: var(--effect);
transition: var(--effect);
opacity: 1;
border-top: 1px solid var(--flex-gray-15);
}
.rbtoc a:before {
font-size: var(--em-mini);
display: inline-flex;
flex-grow: 0;
margin-right: 5px;
padding: 0 4px;
-webkit-transition: var(--effect);
transition: var(--effect);
color: var(--absolute-white);
border-radius: var(--round-3);
background-color: var(--dark-accent);
}
.rbtoc .inner a:visited, [data-theme='dark'] .rbtoc .inner a:visited:not(:hover):before {
color: var(--flex-gray-15);
}
.rbtoc.no-numlist a:before {
display: none;
}
body:not([data-theme='dark']) .rbtoc .inner a:visited:not(:hover):before {
background-color: var(--flex-gray-15);
}
.rbtoc .inner {
padding-top: 20px;
counter-reset: table-content;
}
.rbtoc .inner a:hover {
opacity: 1;
color: var(--g-color);
}
.rbtoc a:hover:before {
background-color: var(--g-color);
}
.table-link {
counter-reset: table-content-subsection;
}
.table-link:before {
content: counter(table-content);
counter-increment: table-content;
}
.table-link-depth:before {
content: counter(table-content) '.' counter(table-content-subsection);
counter-increment: table-content-subsection;
}
div.rbtoc .inner a:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.table-link-depth {
margin-left: 20px;
}
.rbtoc.table-left .table-link-depth:before {
margin-right: 3px;
}
.depth-1 {
counter-reset: table-content-depth2;
}
.depth-2 {
margin-left: 40px;
counter-reset: table-content-depth3;
}
.depth-3 {
margin-left: 60px;
}
.table-link-depth.depth-2:before {
content: counter(table-content) '.' counter(table-content-subsection) '.' counter(table-content-depth2);
counter-increment: table-content-depth2;
}
.table-link-depth.depth-3:before {
content: counter(table-content) '.' counter(table-content-subsection) '.' counter(table-content-depth2) '.' counter(table-content-depth3);
counter-increment: table-content-depth3;
}
.ruby-toc-toggle {
display: flex;
flex-grow: 1;
justify-content: flex-end;
text-decoration: none !important;
}
.ruby-toc-toggle i {
font-size: 24px;
line-height: 24px;
display: inline-flex;
height: 24px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.ruby-toc-toggle.activate i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.wp-block-archives,
.wp-block-categories {
max-width: 350px;
}
.wp-block-categories-list .count,
.wp-block-archives-list .count {
font-size: 11px;
line-height: 18px;
float: right;
min-width: 18px;
padding: 0 3px;
-webkit-transition: var(--effect);
transition: var(--effect);
text-align: center;
color: var(--absolute-white);
background-color: var(--absolute-dark);
}
.wp-block-archives-dropdown select {
width: 100%;
}
.wp-block-latest-comments li {
margin-bottom: 20px;
}
.wp-block-latest-comments a.wp-block-latest-comments__comment-author {
text-decoration: none !important;
}
.wp-block-latest-comments a.wp-block-latest-comments__comment-link {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
line-height: var(--h4-fheight, 1.4);
margin-top: 2px;
margin-bottom: 0;
text-decoration: none !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
font-size: 12px;
font-weight: 500;
margin-top: 5px;
color: var(--meta-fcolor);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
font-size: var(--rem-small);
line-height: 1.7;
margin-top: 12px;
}
.wp-block-latest-posts li {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
line-height: var(--h4-fheight, 1.4);
position: relative;
display: block;
}
.wp-block-separator.is-style-dots:before {
padding-left: 1.5rem;
letter-spacing: 1.5rem;
}
.wp-block-latest-posts li:before {
font-family: 'ruby-icon' !important;
font-size: 8px;
font-weight: normal;
display: inline;
margin-right: 6px;
content: '\e900';
-webkit-transition: var(--effect);
transition: var(--effect);
vertical-align: middle;
}
.wp-block-latest-posts li:hover:before {
text-decoration: none;
color: var(--absolute-white);
background-color: var(--g-color);
}
.wp-block-latest-posts__post-date {
font-size: 12px;
margin-top: 5px;
color: var(--meta-fcolor);
}
.wp-block-rss .wp-block-rss__item-title a {
font-family: var(--h4-family);
font-size: var(--h4-fsize);
font-weight: var(--h4-fweight);
display: block;
letter-spacing: var(--h4-fspace);
}
.wp-block-rss .wp-block-rss__item-title a:before {
font-family: 'ruby-icon' !important;
font-size: var(--em-mini);
position: relative;
margin-right: 7px;
content: '\42';
}
.wp-block-rss li.wp-block-rss__item {
margin-bottom: 15px;
}
hr.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
max-width: 100px;
margin-left: 0;
}
.wp-block-separator:not(.is-style-dots) {
position: relative;
display: block;
height: 10px;
margin-top: 30px;
margin-bottom: 30px;
opacity: 1;
border: none;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-repeat: repeat;
background-position: 1px 1px;
background-size: 5px 5px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
position: relative;
display: block;
width: 100%;
max-width: 100%;
height: 10px;
margin-top: 30px;
margin-bottom: 30px;
opacity: .25;
border: none;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-repeat: repeat;
background-position: 1px 1px;
background-size: 5px 5px;
}
.rbct *::selection {
background: #cfddf0;
}
[data-theme='dark'] .rbct *::selection {
background: #3e4c5f;
}
.wp-block-code code {
font-family: Courier, monospace;
display: block;
white-space: pre-wrap;
overflow-wrap: break-word;
}
.highlight-shares {
line-height: 0;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s var(--timing);
transition: all .3s var(--timing);
}
.highlight-shares i {
font-size: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 38px;
color: var(--absolute-white);
}
.highlight-shares i.rbi-reddit {
font-size: 20px;
margin-top: -2px;
}
.highlight-shares > div:first-child {
display: flex;
align-items: center;
flex-flow: row nowrap;
border-radius: var(--round-7);
background-color: var(--absolute-dark);
-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}
.highlight-shares > div:last-child {
left: 50%;
margin-left: -5px;
border-top: 5px solid var(--absolute-dark);
-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}
.page-selected-outer {
display: flex;
align-items: center;
flex-flow: row nowrap;
border-radius: var(--round-7);
box-shadow: 0 5px 30px var(--shadow-7);
}
.page-selected-title {
display: flex;
align-items: center;
padding: 0 10px;
}
.page-selected-title span {
line-height: 1;
padding: 7px 15px;
color: var(--absolute-white);
border-radius: var(--round-3);
background-color: var(--g-color);
}
.page-selected-current {
display: flex;
align-items: center;
cursor: pointer;
}
.page-selected {
position: relative;
display: flex;
flex-grow: 1;
padding: 10px;
}
.page-selected-nav {
padding: 10px;
}
.page-selected-list {
position: absolute;
z-index: 888;
top: -9999px;
right: -10px;
left: -10px;
display: block;
cursor: auto;
-webkit-transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s;
transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s;
pointer-events: none;
opacity: 0;
border-radius: var(--round-3);
background: var(--solid-white);
-webkit-box-shadow: 0 4px 30px var(--shadow-7);
box-shadow: 0 4px 30px var(--shadow-7);
}
.page-selected:hover .page-selected-list {
top: calc(100% - 1px);
bottom: auto;
visibility: visible;
max-width: 1200px;
margin-top: 0;
-webkit-transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s;
transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s;
pointer-events: auto;
opacity: 1;
}
.page-selected-nav.page-links {
margin-top: 0;
}
.page-selected-nav.page-links .post-page-numbers {
padding: 0 10px;
}
.page-list-item:last-child {
border: none;
}
.page-list-item .current,
.page-selected-nav .empty-link {
pointer-events: none;
opacity: .5;
}
.page-list-item > * {
display: block;
padding: 7px 20px;
-webkit-transition: var(--effect);
transition: var(--effect);
border-bottom: 1px solid var(--flex-gray-15);
}
.page-list-item a:hover {
color: var(--g-color);
border-color: transparent;
background-color: var(--flex-gray-7);
}
.medium-entry-size .rbct > * {
font-size: 1.1em;
}
.medium-entry-size .rbct h1 {
font-size: calc(var(--h1-fsize) * 1.1);
}
.medium-entry-size .rbct h2 {
font-size: calc(var(--h2-fsize) * 1.1);
}
.medium-entry-size .rbct h3 {
font-size: calc(var(--h3-fsize) * 1.1);
}
.medium-entry-size .rbct h4 {
font-size: calc(var(--h4-fsize) * 1.1);
}
.medium-entry-size .rbct h5 {
font-size: calc(var(--h5-fsize) * 1.1);
}
.medium-entry-size .rbct h6 {
font-size: calc(var(--h6-fsize) * 1.1);
}
.big-entry-size .rbct > * {
font-size: 1.2em;
}
.big-entry-size .rbct h1 {
font-size: calc(var(--h1-fsize) * 1.2);
}
.big-entry-size .rbct h2 {
font-size: calc(var(--h2-fsize) * 1.2);
}
.big-entry-size .rbct h3 {
font-size: calc(var(--h3-fsize) * 1.2);
}
.big-entry-size .rbct h4 {
font-size: calc(var(--h4-fsize) * 1.2);
}
.big-entry-size .rbct h5 {
font-size: calc(var(--h5-fsize) * 1.2);
}
.big-entry-size .rbct h6 {
font-size: calc(var(--h6-fsize) * 1.2);
}
.font-resizer-trigger {
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
padding-left: 5px;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.font-resizer-trigger:after {
font-family: 'ruby-icon' !important;
font-size: 9px;
padding-left: 1px;
content: '\e961';
}
.medium-entry-size .font-resizer-trigger {
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
.big-entry-size .font-resizer-trigger {
-webkit-transform: scale(1.15);
transform: scale(1.15);
} .archive-header {
position: relative;
z-index: 1;
padding-top: 25px;
padding-bottom: 25px;
}
.solid-bg {
background-color: var(--flex-gray-7);
}
.is-pattern:before {
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
pointer-events: none;
opacity: .15;
}
.pattern-dot:before {
background-image: radial-gradient(var(--body-fcolor) 1px, transparent 1px);
background-size: 15px 15px;
}
.pattern-dot2:before {
background-image: radial-gradient(var(--body-fcolor) 1px, transparent 1px), radial-gradient(var(--body-fcolor) 1px, var(--solid-white) 1px);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
}
.pattern-diagonal:before {
background: repeating-linear-gradient(45deg, var(--body-fcolor), var(--body-fcolor) 7px, transparent 7px, transparent 37px);
}
.pattern-diagonal2:before {
background-image: repeating-linear-gradient(-90deg, var(--body-fcolor), var(--body-fcolor) 1px, transparent 0, transparent 50%);
background-size: 24px 24px;
}
.is-pattern.pattern-diagonal:before,
.is-pattern.pattern-diagonal2:before {
opacity: .05;
}
.archive-inner {
position: relative;
z-index: 10;
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.archive-title.has-follow {
display: flex;
align-items: center;
gap: 12px;
}
.light-scheme .archive-title .follow-button {
border-color: currentColor;
}
.archive-header-content {
flex-grow: 1;
}
.archive-header-content .qlinks-content {
flex-flow: row wrap;
}
.archive-header-content .qlink {
padding-top: 2px;
padding-bottom: 2px;
}
.taxonomy-description {
max-width: 760px;
}
.taxonomy-description > *:not(:last-child) {
margin-bottom: 1em;
}
.taxonomy-description a {
-webkit-transition: var(--effect);
transition: var(--effect);
text-decoration: underline;
}
.taxonomy-description a:hover {
color: var(--g-color);
}
.light-scheme .taxonomy-description,
.light-scheme .taxonomy-description * {
color: var(--absolute-light);
}
.subcat-wrap {
display: flex;
align-items: center;
flex-flow: row wrap;
}
.subcat-wrap > * {
font-size: .8rem;
display: inline-flex;
}
.subcat-heading {
align-items: center;
margin-right: 4px;
color: var(--g-color);
}
.subcat-heading i {
font-size: 11px;
margin-right: 4px;
}
.h5.sub-cat-item a {
position: relative;
margin-right: 1px;
padding: 4px;
-webkit-transition: var(--effect);
transition: var(--effect);
white-space: nowrap;
}
.sub-cat-item:not(:last-child) a:after {
position: absolute;
top: 50%;
right: -1px;
display: inline-flex;
height: 10px;
margin-top: -5px;
content: '';
border-left: 1px solid var(--flex-gray-20);
}
.category-hero-wrap {
position: relative;
display: flex;
flex-flow: row nowrap;
flex-grow: 0;
width: 100%;
max-width: 420px;
}
.archive-header .category-hero-wrap {
width: 33.33%;
}
.category-hero-item {
position: relative;
z-index: 100;
display: flex;
width: 100%;
}
.category-hero-item:nth-child(2) {
position: absolute;
z-index: 0;
top: 15px;
left: 15px;
-webkit-filter: blur(5px);
filter: blur(5px);
}
.category-hero-item-inner {
position: relative;
display: block;
overflow: hidden;
width: 100%;
padding-bottom: 60%;
border-radius: var(--round-5);
}
.category-hero-item img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.archive-header-content > *:not(:last-child) {
margin-bottom: 15px;
}
.featured-category-img-overlay {
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
.archive-header.category-header-2 {
position: relative;
margin-bottom: 40px;
padding-top: 50px;
padding-bottom: 50px;
background-color: var(--dark-accent);
}
.category-header-2 .archive-header-content {
position: relative;
z-index: 10;
display: flex;
align-items: center;
flex-flow: column nowrap;
text-align: center;
}
.category-header-2 .archive-title.has-follow {
flex-flow: column nowrap;
}
.yes-hd-transparent .archive-header.category-header-2 {
padding-top: calc(50px + var(--nav-height));
}
.archive-header.category-header-3,
.archive-header.category-header-4 {
padding-top: 20px;
padding-bottom: 20px;
}
.category-header-4 .archive-title,
.category-header-4 .taxonomy-description {
justify-content: center;
max-width: 720px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.featured-category-img-overlay img {
width: 100%;
height: 100%;
opacity: .5;
-webkit-filter: blur(5px);
filter: blur(5px);
object-fit: cover;
}
.blog-wrap {
margin-top: 30px;
margin-bottom: 30px;
}
.blog-content > .block-h {
margin-bottom: 20px;
}
.without-sidebar .blog-content {
flex-basis: 100%;
width: 100%;
}
.search-header {
position: relative;
display: block;
padding-top: 25px;
}
.yes-hd-transparent .search-header {
padding-top: calc(40px + var(--nav-height));
color: var(--absolute-white);
}
.search-header:before {
position: absolute;
top: 0;
right: 0;
bottom: 27px;
left: 0;
content: '';
pointer-events: none;
background-color: var(--flex-gray-7);
}
.search-header-inner {
position: relative;
z-index: 1;
}
.search-header-content {
display: block;
margin-bottom: 25px;
text-align: center;
}
.search-subtitle {
display: block;
margin-top: 10px;
color: var(--meta-fcolor);
}
.search-header-form .search-form {
max-width: 620px;
margin-right: auto;
margin-left: auto;
border-radius: var(--round-5);
background-color: var(--solid-white);
-webkit-box-shadow: 0 0 40px var(--shadow-12) !important;
box-shadow: 0 0 40px var(--shadow-12) !important;
}
.search-empty {
max-width: 500px;
min-height: 35vh;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
text-align: center;
color: var(--meta-fcolor);
}
.author-header-inner .breadcrumb-wrap {
margin-bottom: 15px;
}
.bio-title-wrap {
display: flex;
align-items: center;
gap: 12px;
}
.bio-title {
text-decoration-color: var(--g-color);
text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-thickness: 3px;
}
.bio-description {
font-size: var(--rem-small);
display: block;
max-width: 720px;
margin-top: 12px;
}
.ubio, .ubio-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
}
.bio-content .usocials {
margin-top: 12px;
}
.bio-avatar {
position: relative;
display: flex;
overflow: hidden;
flex-flow: column nowrap;
flex-shrink: 0;
width: 100px;
height: 100px;
margin-right: 20px;
padding: 4px;
border-radius: 100%;
}
.bio-avatar img {
display: block;
width: 100%;
height: 100%;
border-radius: 100%;
}
.bio-count-posts {
display: flex;
align-items: flex-end;
flex-flow: column nowrap;
justify-content: flex-end;
padding-left: 20px;
}
.ef-label:not(:first-child):before {
margin-right: 5px;
margin-left: 5px;
content: '/';
opacity: .5;
}
.bio-avatar:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
content: '';
border-top: 2px solid;
border-radius: 100%;
} .single-page .s-ct {
padding-bottom: 25px;
}
.page-header,
.page-header-content {
position: relative;
display: block;
}
.page-header-content {
z-index: 1;
}
.page-featured {
position: relative;
}
.page-header-1 {
margin-bottom: 30px;
padding-top: 30px;
}
.page-header-1 .page-featured img {
border-radius: var(--round-5);
}
.page-header-2 {
overflow: hidden;
margin-bottom: 25px;
padding-top: 40px;
padding-bottom: 40px;
}
.page-header-2.is-centered {
text-align: center;
}
.page-header-4 .page-featured img {
width: 100%;
}
.page-featured-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.single-header-overlay {
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
left: 0;
display: block;
padding: 0 20px 20px 20px;
}
.single-header-overlay:before {
position: absolute;
z-index: -1;
top: -10%;
right: 0;
bottom: 0;
left: 0;
display: block;
content: '';
border-radius: 0 0 var(--round-5) var(--round-5);
background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%);
}
.single-header-overlay > *:last-child {
margin-bottom: 0;
}
.page-featured-overlay img {
width: 100%;
height: 100%;
object-fit: cover;
}
.page-header-2 .s-title {
margin-bottom: 10px;
}
.page-header-content > *:last-child {
margin-bottom: 0;
}
.page404-wrap {
display: flex;
align-items: center;
width: 100%;
min-height: 70vh;
}
.page404-inner {
display: block;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.has-404-template .page404-inner {
padding-bottom: 0;
}
.page404-featured {
display: block;
margin-bottom: 40px;
text-align: center;
}
.page404-featured img {
width: auto;
max-height: 300px;
}
.page404-inner > *:not(.page404-featured) {
max-width: 700px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.page404-inner .page-title,
.page404-inner .page404-description {
margin-bottom: 20px;
}
.page404-description {
color: var(--meta-fcolor);
}
.page404-inner > .search-form {
max-width: 550px;
margin-bottom: 20px;
}
.page404-btn-wrap {
padding-top: 10px;
}
.section-empty-inner {
max-width: 720px;
padding: 50px 0;
}
.section-empty-inner .page-title {
position: relative;
margin-bottom: 12px;
padding-bottom: 15px;
}
.section-empty-inner .page-title:after {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 20%;
max-width: 200px;
height: 5px;
content: '';
border-radius: var(--round-5);
background-color: var(--g-color);
} .footer-copyright {
position: relative;
display: block;
}
.footer-copyright .copyright * {
font-size: inherit;
}
.bottom-footer-section {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-basis: 100%;
padding-top: 15px;
padding-bottom: 15px;
}
.footer-bottom-centered .bottom-footer-section {
flex-flow: column nowrap;
}
.footer-bottom-centered .footer-social-list {
margin-top: 10px;
margin-right: auto;
margin-left: auto;
}
.footer-bottom-centered .footer-social-list-title {
display: none;
}
.footer-bottom-centered .footer-social-list > * {
margin-left: 0;
padding: 0 7px;
}
.footer-col .w-widget {
margin-bottom: 40px;
}
.footer-logo {
display: flex;
flex-grow: 0;
flex-shrink: 0;
height: var(--flogo-height, 50px);
}
.footer-logo img {
width: auto;
max-height: 100%;
object-fit: contain;
}
.footer-social-list {
display: flex;
align-items: center;
flex-flow: row nowrap;
margin-left: auto;
}
.footer-social-list-title {
line-height: 1;
padding-right: 12px;
border-right: 1px solid var(--flex-gray-15);
}
.footer-social-list > * {
margin-left: 12px;
}
.copyright-inner {
font-size: var(--meta-fsize);
display: flex;
flex-flow: row nowrap;
padding: 15px 0;
border-top: 1px solid var(--flex-gray-15);
}
.footer-etemplate .copyright-inner {
border-top: none;
}
.copyright-inner > *:last-child:is(.copyright) {
margin-right: auto;
margin-left: auto;
}
.copyright {
opacity: .7;
}
.copyright-menu {
display: flex;
flex-flow: row nowrap;
flex-grow: 0;
margin-left: auto;
}
.copyright-menu > li {
line-height: 1;
position: relative;
display: flex;
align-items: center;
}
.copyright-menu > li:before {
position: relative;
display: flex;
width: 4px;
height: 4px;
margin-right: 10px;
margin-left: 10px;
content: '';
opacity: .2;
background: currentColor;
}
.copyright-menu > li:first-child:before {
display: none;
}
.w-sidebar {
margin-bottom: 50px;
}
.w-sidebar .widget-heading,
.elementor-widget-container > h5 {
margin-bottom: 20px;
}
.footer-wrap {
position: relative;
z-index: 0;
display: block;
}
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
padding-top: 50px;
}
.footer-wrap.left-dot:before {
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: block;
width: 20%;
height: 50%;
content: '';
pointer-events: none;
opacity: .2;
background-image: radial-gradient(var(--body-fcolor) .75px, transparent .75px);
background-size: 16px 16px;
}
[data-theme='dark'] .footer-wrap.left-dot:before {
opacity: .12;
}
footer.top-border {
border-top: 1px solid var(--flex-gray-15);
}
[data-theme='dark'] .footer-etemplate .elementor-shape-fill,
[data-theme='dark'] .header-template .elementor-shape-fill,
body .elementor-shape .elementor-shape-fill {
fill: var(--solid-white);
}
.e-swiper-container .swiper-pagination-bullet:before {
display: none;
}
.e-swiper-container .swiper-pagination-bullets {
bottom: 0;
}
.footer-wrap .widget-heading.heading-layout-10,
.footer-wrap .widget-heading.heading-layout-c10,
.more-col .widget-heading {
opacity: .7;
}
.footer-col .w-sidebar {
margin-bottom: 30px
}
.footer-col .widget_nav_menu a > span {
font-size: var(--em-mini);
}
.footer-columns {
position: relative;
z-index: 2;
}
.footer-columns .footer-col {
flex-basis: 50%;
width: 50%;
}
.footer-columns .footer-col:first-child,
.footer-4c .footer-col:last-child,
.footer-3c .footer-col {
flex-basis: 100%;
width: 100%;
}
.footer-col .widget:not(.widget-mc) .mc4wp-form-fields input[type='submit'] {
padding-right: 15px;
padding-left: 15px;
}
.footer-quote:first-letter {
font-size: 1.2em;
margin-right: 1px;
padding: 0 3px;
color: var(--absolute-white);
background-color: var(--g-color);
}
.site-access-inner {
display: flex;
flex-flow: column nowrap;
width: auto;
max-width: 600px;
padding: 50px;
text-align: center;
border-radius: var(--round-5);
background-color: #d60a3a;
box-shadow: 0 5px 30px var(--shadow-12);
}
.site-access-inner > *:not(:last-child) {
margin-bottom: 20px;
}
.site-access-popup {
display: flex;
align-items: center;
justify-content: center;
}
.site-access-image svg {
width: 100px;
}
.site-access-btn .is-btn {
font-size: 1rem;
display: inline-flex;
color: var(--dark-accent);
background-color: #fff;
}
.site-access-btn .is-btn:hover {
color: #fff;
background-color: var(--dark-accent);
}
.site-access-description {
font-size: 1.2rem;
}
.elementor-widget-text-editor a.h6,
.elementor-widget-html a.h6 {
text-decoration: underline;
text-decoration-color: var(--g-color);
}
#rb-checktag {
position: absolute;
top: auto;
right: auto;
bottom: 0;
left: 0;
}
#rb-adbanner {
min-height: 1px;
} .restrict-box {
position: relative;
display: block;
margin-bottom: 40px;
}
.restrict-box-inner {
position: relative;
z-index: 1;
display: block;
max-width: 560px;
margin-right: auto;
margin-left: auto;
padding: 40px;
text-align: center;
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
}
.restrict-box-inner > *:not(:last-child) {
display: block;
margin-bottom: 12px;
}
.restrict-title span,
.restrict-desc span,
.plan-title span {
color: var(--g-color);
}
.restrict-button-wrap a {
font-size: 1.2rem;
display: inline-block;
padding-top: 10px;
padding-bottom: 10px;
}
.restrict-button-wrap {
padding-top: 5px;
padding-bottom: 5px;
}
.restrict-login-link {
margin-left: 4px;
}
#swpm-login-form, #swpm-pw-reset-form,
.swpm-registration-widget-form,
#swpm-editprofile-form {
display: block;
max-width: 360px;
margin-right: auto;
margin-left: auto;
padding: 30px 20px;
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
}
.swpm-login-widget-logged {
display: flex;
flex-flow: row wrap;
max-width: 600px;
margin-right: auto;
margin-left: auto;
padding: 30px 20px;
border-radius: var(--round-5);
box-shadow: 0 5px 30px var(--shadow-7);
}
#swpm-editprofile-form,
.swpm-registration-widget-form {
max-width: 460px;
}
.swpm-label, .swpm_label,
.swpm-registration-widget-form label,
#swpm-editprofile-form label {
font-size: var(--rem-mini);
display: block;
margin-bottom: 4px;
text-align: left;
}
.swpm-remember-me {
font-size: var(--rem-mini);
}
input.swpm-text-field {
display: block;
width: 100%;
}
.swpm-username-input,
.swpm-password-input {
margin-bottom: 15px;
}
.rbct input[type='password'].swpm-text-field {
margin-left: 0;
}
.swpm-login-submit,
.swpm-pw-reset-submit-button {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
input.swpm-login-form-submit {
font-size: 1rem;
}
input[type='submit'].swpm-login-form-submit,
input[type='submit'].swpm-pw-reset-submit,
input[type='submit'].swpm-registration-submit,
input[type='submit'].swpm-edit-profile-submit {
font-size: 1rem;
padding-right: 40px;
padding-left: 40px;
}
.swpm-registration-submit,
.swpm-edit-profile-submit,
.swpm-pw-reset-submit {
width: 100%;
}
.swpm-forgot-pass-link,
.swpm-join-us-link {
display: block;
margin-top: 15px;
text-align: center;
}
.swpm-rember-label {
color: var(--meta-fcolor);
}
.swpm-forgot-pass-link #forgot_pass {
font-family: var(--meta-family);
font-size: var(--meta-fsize);
font-weight: var(--meta-fweight);
text-decoration: none;
opacity: .7;
}
a.swpm-login-form-register-link {
font-size: var(--rem-mini);
padding: 5px 12px;
text-decoration: none !important;
opacity: .7;
border: 1px solid;
border-radius: var(--round-3);
}
.swpm-login-form-register-link:hover,
.swpm-forgot-pass-link #forgot_pass:hover {
opacity: 1;
}
.swpm-login-action-msg {
font-size: var(--rem-small);
margin-top: 20px;
text-align: center;
border-radius: var(--round-5);
background: #eeb3541c;
}
.swpm-registration-widget-form tr,
#swpm-editprofile-form tr {
display: flex;
flex-flow: column nowrap;
width: 100%;
background: none !important;
}
#swpm-editprofile-form tbody {
display: flex;
flex-flow: row wrap;
background: none !important;
}
.swpm-registration-widget-form tr.swpm-registration-membership-level-row,
#swpm-editprofile-form .swpm-profile-username-row,
#swpm-editprofile-form .swpm-profile-membership-level-row {
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
margin: 5px 0 20px;
}
.swpm-profile-username-row label,
.swpm-registration-membership-level-row label,
.swpm-profile-membership-level-row label {
margin-bottom: 0;
}
.swpm-registration-membership-level-row,
#swpm-editprofile-form .swpm-profile-membership-level-row,
.hide-rego-form-msg {
line-height: 1;
padding: 15px;
border: 1px solid var(--flex-gray-15);
border-radius: var(--round-5);
}
.swpm-profile-username-row td:last-child,
.swpm-registration-membership-level-row td:last-child,
.swpm-profile-membership-level-row td:last-child {
font-size: 1rem;
font-weight: 700;
text-align: right;
text-transform: uppercase;
}
.swpm-registration-widget-form table,
.swpm-registration-widget-form td,
#swpm-editprofile-form table,
#swpm-editprofile-form td {
padding: 0;
border: none;
}
.swpm-registration-widget-form input[type='text'],
.swpm-registration-widget-form input[type='password'],
#swpm-editprofile-form input[type='text'],
#swpm-editprofile-form input[type='password'],
.swpm-edit-profile-form select {
font-weight: 700;
width: 100%;
margin: 0;
margin-bottom: 15px;
}
.swpm_error,
.swpm_success {
font-size: var(--rem-small);
display: block;
padding: 15px 20px;
text-align: center;
border-radius: var(--round-5);
background-color: #fba0a029;
}
.swpm_success {
background-color: #65b97329;
}
.swpm_error ul {
margin-top: 10px;
}
#swpm-editprofile-form table {
margin-bottom: 0;
}
.hide-rego-form-msg {
font-size: var(--rem-mini);
}
.swpm-login-widget-logged > *:not(.swpm-edit-profile-link):not(.swpm-logged-logout-link) {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
padding: 5px 0;
border-bottom: 1px solid var(--flex-gray-15);
}
.swpm-login-widget-logged .swpm-edit-profile-link,
.swpm-login-widget-logged .swpm-logged-logout-link {
display: flex;
flex: 0 0 50%;
width: 50%;
margin-top: 30px;
padding-right: 10px;
padding-left: 10px;
}
.swpm-login-widget-logged a {
display: inline-block;
flex-grow: 1;
text-align: center;
text-decoration: none !important;
}
.swpm-edit-profile-link a,
.swpm-logged-logout-link a {
font-family: var(--btn-family);
font-weight: var(--btn-fweight);
font-style: var(--btn-fstyle);
display: inline-block;
flex-grow: 1;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
text-decoration: none !important;
letter-spacing: var(--btn-fspace);
text-transform: var(--btn-transform);
border-radius: var(--round-5);
}
.swpm-edit-profile-link a {
border: 1px solid;
}
.swpm-logged-logout-link a {
color: var(--absolute-white) !important;
background-color: var(--g-color);
}
.swpm-logged-logout-link a:hover {
-webkit-box-shadow: 0 4px 15px var(--g-color-90);
box-shadow: 0 4px 15px var(--g-color-90);
} @media (min-width: 768px) {
.rb-col-2 > .block-inner > * {
flex-basis: 50%;
width: 50%;
}
.rb-col-3 > .block-inner > * {
flex-basis: 33.33%;
width: 33.33%;
}
.rb-col-4 > .block-inner > * {
flex-basis: 25%;
width: 25%;
}
.rb-col-5 > .block-inner > * {
flex-basis: 20%;
width: 20%;
}
.rb-col-6 > .block-inner > * {
flex-basis: 16.66%;
width: 16.66%;
}
.rb-col-7 > .block-inner > * {
flex-basis: 14.25%;
width: 14.25%;
}
.col-border .block-inner > *:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 1px;
height: 100%;
content: '';
pointer-events: none;
border-right: 1px var(--column-border-style, solid) var(--column-border-color);
}
.overlay-inner {
padding: 25px 20px;
}
.p-gradient .p-highlight .overlay-inner {
padding: 100px 25px 25px 25px;
background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%);
}
.p-top-gradient .p-highlight .overlay-inner {
padding: 25px 25px 100px 25px;
background: linear-gradient(to bottom, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%);
}
.related-sec.related-1,
.related-sec.related-2,
.related-sec.related-3,
.related-sec.related-4 {
float: right;
max-width: 350px;
margin-left: 1.5rem;
padding: 25px;
}
.rb-gutenberg-related .related-sec.related-1,
.rb-gutenberg-related .related-sec.related-2,
.rb-gutenberg-related .related-sec.related-3,
.rb-gutenberg-related .related-sec.related-4 {
float: none;
max-width: 100%;
margin-left: 0;
}
.related-sec.related-5,
.related-sec.related-6 {
padding: 30px;
}
.scroll-holder {
overflow-x: hidden;
overflow-y: auto;
}
.grid-box > *:first-child:not(.feat-holder) {
padding-top: calc(var(--box-spacing) + 5px);
}
.last-featured .grid-box > *:last-child:not(.feat-holder) {
padding-bottom: calc(var(--box-spacing) + 5px);
}
.list-holder {
flex-flow: row-reverse nowrap;
}
.featured-left .list-holder {
flex-flow: row nowrap;
}
.list-feat-holder {
flex-shrink: 0;
width: 45%;
max-width: 45%;
}
.p-list-1 .list-feat-holder {
width: 40%;
max-width: 40%;
}
.cbox-3 .cbox-featured-overlay {
padding-bottom: 125%;
}
.ecat-bg-1 .p-list-1 .p-top,
.ecat-bg-2 .p-list-1 .p-top {
bottom: 5px;
left: -5px;
}
.featured-wo-round .grid-box .p-featured {
border-radius: 0 0 0 0;
}
.last-featured .grid-box .feat-holder,
.last-featured .grid-box {
padding-bottom: 0;
}
.last-featured .grid-box .p-featured {
border-radius: 0 0 var(--wrap-border, var(--round-3)) var(--wrap-border, var(--round-3));
}
.list-box .p-featured {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.featured-left .list-box .p-featured {
border-radius: var(--wrap-border, var(--round-3)) 0 0 var(--wrap-border, var(--round-3));
border-top-left-radius: var(--wrap-border, var(--round-3));
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: var(--wrap-border, var(--round-3));
}
.list-box .list-holder {
align-items: stretch;
}
.p-middle .list-box .list-holder {
align-items: center;
}
.list-box .feat-holder,
.list-box .p-featured {
height: 100%;
}
.list-box .p-content {
margin-top: var(--box-spacing);
margin-bottom: var(--box-spacing);
margin-left: var(--box-spacing);
}
.p-center .list-box .p-content {
margin-left: var(--list-holder-spacing, 15px);
}
.featured-left .list-box .p-content {
margin-right: var(--box-spacing);
margin-left: 0;
}
.smeta-in .is-meta > *,
.smeta-in .meta-text > *,
.review-section .meta-text > *,
.spon-qview .sponsor-label,
.spon-qview .is-text,
.nname-info .nice-name {
font-size: 1.15em;
}
.meta-bookmark .rb-bookmark i {
font-size: calc(var(--meta-fsize) * 1.15);
}
.review-header .rstar i {
font-size: 18px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
float: left;
width: 33.33%;
}
.s-ct {
padding-bottom: 15px;
}
.single-page .s-ct {
min-height: 45vh;
padding-bottom: 40px;
}
.single-page.none-header .s-ct {
min-height: 60vh;
margin-top: 50px;
}
.single-related {
margin-bottom: 50px;
padding-top: 40px;
}
.sidebar-inner .widget {
margin-bottom: 40px;
}
.rbtoc.table-left:not(.table-fw-single-col) {
float: left;
min-width: 340px;
max-width: 50%;
margin-right: 30px;
margin-bottom: 30px;
padding: 25px;
}
.rbtoc.table-fw {
padding: 25px;
}
.rbtoc.table-fw .inner {
display: flex;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.rbtoc.table-fw .inner a {
flex: 0 0 50%;
max-width: 50%;
margin: 0;
padding: 7px 15px;
border: none;
}
.rbtoc.table-fw .inner a:not(:nth-last-child(1)):not(:nth-last-child(2)):after {
position: absolute;
right: 15px;
bottom: 0;
left: 15px;
display: block;
height: 1px;
content: '';
background-color: var(--flex-gray-15);
}
.grid-masonry .grid-holder {
display: grid;
grid-gap: 8px;
grid-template-columns: auto auto auto auto auto auto auto auto;
}
.grid-fmasonry .grid-holder {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
.grid-default .grid-holder.rb-c5 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto auto auto;
}
.grid-default .grid-holder.rb-c6 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto auto auto auto;
}
.grid-default .grid-holder.rb-c7 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto auto auto auto auto;
}
.grid-default .grid-holder.rb-c8 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto auto auto auto auto auto;
}
.grid-default .grid-holder.rb-c9 {
display: grid;
grid-gap: 10px;
grid-template-columns: auto auto auto auto auto auto auto auto auto;
}
.top-footer-inner > *:not(:last-child) {
margin-bottom: 50px;
}
.grid-masonry .grid-el:nth-child(2) {
grid-column: 1 / span 2;
grid-row: 1 / span 2;
}
.grid-masonry .grid-el:first-child {
height: 100%;
grid-column: 3 / span 2;
grid-row: 1;
}
.grid-masonry .grid-el:nth-child(3) {
grid-column: 5 / span 2;
grid-row: 1 / span 2;
}
.grid-masonry .grid-el:nth-child(4) {
grid-column: 7 / span 1;
grid-row: 1;
}
.grid-masonry .grid-el:nth-child(5) {
grid-column: 8 / span 1;
grid-row: 1;
}
.grid-masonry .grid-el:nth-child(6) {
grid-column: 3 / span 1;
grid-row: 2;
}
.grid-masonry .grid-el:nth-child(7) {
grid-column: 4 / span 1;
grid-row: 2;
}
.grid-masonry .grid-el:nth-child(8) {
grid-column: 7 / span 2;
grid-row: 2;
}
.grid-fmasonry .grid-el:nth-child(2) {
grid-column: 1;
grid-row: 2;
}
.grid-fmasonry .grid-el:nth-child(3) {
grid-column: 2 / span 2;
grid-row: 1 / span 2;
}
.grid-fmasonry .grid-el:nth-child(4) {
grid-column: 4 / span 2;
grid-row: 1;
}
.grid-fmasonry .grid-el:nth-child(5) {
grid-column: 6 / span 2;
grid-row: 1 / span 2;
}
.grid-fmasonry .grid-el:nth-child(11) {
grid-column: 8 / span 2;
grid-row: 2;
}
.grid-masonry .grid-el:first-child .instagram-box,
.grid-masonry .grid-el:nth-child(8) .instagram-box,
.grid-masonry .grid-el:nth-child(9) .instagram-box,
.grid-fmasonry .grid-el:nth-child(4) .instagram-box,
.grid-fmasonry .grid-el:nth-child(11) .instagram-box {
padding-bottom: 50%;
}
.is-style-1 .fnicon i,
.is-style-2 .fnicon i,
.is-style-9 .fnicon i {
width: 66px;
height: 66px;
}
.overlay-1.p-middle.p-center .slider-pagination {
top: auto;
right: auto;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.carousel-img-holder img {
height: 70vh;
max-height: 70vh;
}
.admin-bar .mfp-container {
top: 32px;
height: calc(100% - 32px);
}
.gallery-popup-content {
padding-top: 62px;
}
.rb-gallery-popup .mfp-arrow {
margin-top: -60px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.rb-tcol-1 > .block-inner > * {
flex-basis: 100%;
width: 100%;
}
.rb-tcol-2 > .block-inner > * {
flex-basis: 50%;
width: 50%;
}
.rb-tcol-3 > .block-inner > * {
flex-basis: 33.33%;
width: 33.33%;
}
.rb-tcol-4 > .block-inner > * {
flex-basis: 25%;
width: 25%;
}
.rb-tcol-5 > .block-inner > * {
flex-basis: 20%;
width: 20%;
}
.rb-tcol-6 > .block-inner > * {
flex-basis: 16.66%;
width: 16.66%;
}
.rb-tcol-2.no-last-bb .block-inner > *:nth-last-child(1),
.rb-tcol-2.no-last-bb .block-inner > *:nth-last-child(2),
.rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(1),
.rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(2),
.rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(3),
.rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(1),
.rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(2),
.rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(3),
.rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(4),
.rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(1),
.rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(2),
.rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(3),
.rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(4),
.rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(5),
.rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(1),
.rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(2),
.rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(3),
.rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(4),
.rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(5),
.rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(6) {
padding-bottom: 0;
--bottom-border-color: transparent;
}
.col-border.rb-tcol-1 > .block-inner > *:after,
.col-border.rb-tcol-2 > .block-inner > *:nth-child(2n):after,
.col-border.rb-tcol-3 > .block-inner > *:nth-child(3n):after,
.col-border.rb-tcol-4 > .block-inner > *:nth-child(4n):after,
.col-border.rb-tcol-5 > .block-inner > *:nth-child(5n):after,
.col-border.rb-tcol-6 > .block-inner > *:nth-child(6n):after,
.col-border.rb-tcol-7 > .block-inner > *:nth-child(7n):after {
border-right: none;
}
.is-sidebar {
max-width: 420px;
margin-right: auto;
margin-left: auto;
}
body .tablet-hide,
.newsletter-featured {
display: none;
}
.meta-el:not(.tablet-hide):not(.meta-avatar):not(.no-label):not(:last-child):after {
display: inline-flex;
width: var(--meta-style-w, 1px);
height: var(--meta-style-h, 6px);
margin-left: .6em;
content: '';
opacity: var(--meta-style-o, .3);
border-radius: var(--meta-style-b, 0);
background-color: var(--meta-fcolor);
}
.tablet-last-meta:after {
display: none !important;
}
}
@media (min-width: 992px) {
.grid-container {
flex-flow: row nowrap;
}
.grid-container > *:nth-child(1) {
flex: 0 0 66.67%;
width: 66.67%;
}
.grid-container > *:nth-child(2) {
flex: 0 0 33.33%;
width: 33.33%;
}
.is-sidebar-left .grid-container {
flex-direction: row-reverse;
}
body .without-sidebar .grid-container > * {
flex: 0 0 100%;
width: 100%;
}
.single-right-meta > *,
.t-shared-header span {
font-size: 1.15em;
}
body .s-cats.custom-size .p-category {
font-size: var(--single-category-fsize);
}
} @media (min-width: 1025px) {
.col-border.rb-col-1 > .block-inner > *:after,
.col-border.rb-col-2 > .block-inner > *:nth-child(2n):after,
.col-border.rb-col-3 > .block-inner > *:nth-child(3n):after,
.col-border.rb-col-4 > .block-inner > *:nth-child(4n):after,
.col-border.rb-col-5 > .block-inner > *:nth-child(5n):after,
.col-border.rb-col-6 > .block-inner > *:nth-child(6n):after,
.col-border.rb-col-7 > .block-inner > *:nth-child(7n):after {
border-right: none;
}
.header-transparent {
position: absolute;
z-index: 100;
top: 0;
left: 0;
width: 100%;
}
body:not(.sticky-on) .header-transparent .main-menu > li > a,
body:not(.sticky-on) .header-transparent .main-menu > li > a .menu-sub-title,
body:not(.sticky-on) .header-transparent .more-trigger,
body:not(.sticky-on) .header-transparent .navbar-right > *:not(.header-dropdown),
body:not(.sticky-on) .header-transparent .is-text-logo .logo-title > *,
html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .is-text-logo .logo-title > *,
html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .navbar-right > * {
color: var(--transparent-nav-color, var(--nav-color));
}
body:not(.sticky-on) .header-transparent .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle {
border-color: #ffffff20;
}
.header-transparent .header-dropdown {
color: var(--subnav-color, var(--body-fcolor));
}
.header-transparent .dark-mode-slide-btn.mode-icon-default {
color: var(--body-fcolor);
}
body:not(.sticky-on) .header-transparent .navbar-inner .logo-default,
body:not(.sticky-on) .header-transparent .navbar-inner .logo-dark,
body .navbar-inner .logo-transparent {
display: none;
}
body:not(.sticky-on) .header-transparent .logo-default {
display: none;
}
body:not(.sticky-on) .navbar-inner .logo-transparent {
display: block;
}
.yes-hd-transparent.is-standard-2 .header-transparent,
.yes-hd-transparent.is-audio-2 .header-transparent,
.yes-hd-transparent.is-video-2 .header-transparent {
background-color: var(--dark-accent);
}
.heading-title > * {
font-size: var(--heading-size-desktop, var(--heading-fsize, inherit));
}
.format-style-bottom.format-size-big .p-format {
padding: 10px 7px 7px 10px;
}
.format-style-bottom.format-size-big .p-format i {
font-size: 24px;
}
.format-style-bottom.format-size-big .p-format .gallery-count {
top: 5px;
right: 5px;
}
.format-style-top.format-size-big .p-format i {
font-size: 30px;
}
.format-style-center.format-size-big .post-format {
font-size: 60px;
}
.format-style-top.format-size-big .gallery-count {
font-size: 1rem;
padding: 5px;
}
.hrc-3 .p-link {
padding-bottom: 3px;
}
.rb-col-6 .cbox-featured {
margin-bottom: 10px;
}
.p-meta.has-avatar {
padding-top: 2px;
}
.p-link {
padding-top: 5px;
}
.admin-bar .reading-indicator {
top: 32px;
}
.s-feat-outer {
margin-bottom: 40px;
}
.breadcrumb-absolute {
padding: 10px 20px;
}
.s-hl-heading.h1 {
font-size: 3.5rem;
top: -15px;
}
.single-standard-1 .single-header {
padding-top: 20px;
padding-bottom: 10px;
}
.single-standard-1 .s-feat img {
width: auto;
max-width: 100%;
}
.single-standard-2 .single-header {
margin-bottom: 40px;
}
.single-standard-7 .single-header {
margin-bottom: 40px;
}
.single-standard-8 .grid-container {
margin-top: 40px;
}
.single-standard-6 .single-header {
margin-bottom: 40px;
}
.single-standard-2 .single-header-inner {
padding-top: 40px;
}
.single-standard-3 .single-header,
.single-standard-4 .single-header {
padding-top: 10px;
padding-bottom: 40px;
}
.single-standard-4.has-bg-spacing .single-header-content:before {
height: calc(100% + 30px);
}
.single-standard-5 .single-header {
padding-bottom: 40px;
}
.single-embed-2 .default-audio-embed .embed-holder,
.single-embed-3 .default-audio-embed .embed-holder,
.single-embed-4 .default-audio-embed .embed-holder {
padding-bottom: 20%;
}
.single-embed-4 .single-header {
margin-bottom: 40px;
}
.single-header-content {
padding-right: 30px;
padding-left: 30px;
}
.s-title, .s-tagline,
.s-breadcrumb {
margin-bottom: 20px;
}
.spon-qview {
padding: 7px 20px;
}
.single-meta {
margin-bottom: 30px;
}
.single .single-no-featured .single-header {
margin-bottom: 30px;
}
.single-sidebar.has-border {
border-left: 1px solid var(--flex-gray-15);
}
.is-sidebar-left .single-sidebar.has-border {
border-right: 1px solid var(--flex-gray-15);
border-left: 0;
}
.archive-header {
padding-top: 40px;
padding-bottom: 40px;
}
.archive-header.category-header-2 {
margin-bottom: 50px;
padding-top: 90px;
padding-bottom: 90px;
}
.yes-hd-transparent .archive-header.category-header-2 {
padding-top: calc(100px + var(--nav-height));
}
.archive-header-content > *:not(:last-child) {
margin-bottom: 20px;
}
.category-header-2 .block-qlinks {
padding-top: 5px;
}
.blog-wrap {
margin-top: 50px;
margin-bottom: 50px;
}
.blog-content > .block-h {
margin-bottom: 25px;
}
.search-header {
padding-top: 50px;
}
.yes-hd-transparent .search-header {
padding-top: 110px;
}
.ecat-bg-1.ecat-size-big .p-category,
.ecat-bg-2.ecat-size-big .p-category,
.ecat-bg-3.ecat-size-big .p-category,
.ecat-border.ecat-size-big .p-category {
font-size: 1.15em;
padding: 8px 16px;
}
.ecat-bg-4.ecat-size-big .p-category {
font-size: 1.15em;
}
.ecat-bg-1 .feat-holder + .p-top,
.ecat-bg-2 .feat-holder + .p-top,
.ecat-bg-3 .feat-holder + .p-top {
padding-top: 4px;
}
.ecat-text.ecat-size-big .p-category,
.ecat-b-border.ecat-size-big .p-category {
font-size: 1.3em;
}
.ecat-b-dotted.ecat-size-big .p-category {
font-size: 1.15em;
border-bottom-width: 4px;
}
.meta-el:not(.meta-avatar):not(.no-label):not(:last-child):after {
display: inline-flex;
width: var(--meta-style-w, 1px);
height: var(--meta-style-h, 6px);
margin-left: .6em;
content: '';
opacity: var(--meta-style-o, .3);
border-radius: var(--meta-style-b, 0);
background-color: var(--meta-fcolor);
}
.bookmark-section-header-image {
flex-shrink: 0;
height: 45px;
}
.empty-saved {
margin-top: 30px;
margin-bottom: 30px;
}
.plist-item-thumb {
width: 125px;
}
.author-header-inner .breadcrumb-wrap {
margin-bottom: 20px;
}
.search-header-form .search-form,
.page404-inner .search-form {
font-size: 1.5rem;
}
.search-header-form .search-form input[type='search'],
.page404-inner .search-form input[type='search'] {
padding: 20px 20px 20px 5px;
}
.search-header-form .search-form-icon,
.page404-inner .search-form-icon {
padding-right: 15px;
padding-left: 15px;
}
.search-header-content {
margin-bottom: 40px;
}
.search-empty {
margin-top: 50px;
}
#back-top {
bottom: 40px;
}
.logged-welcome {
display: inline-flex;
}
.page404-btn-wrap {
padding-top: 20px;
}
.page-header-1 {
margin-bottom: 40px;
padding-top: 40px;
}
.page-header-2 {
margin-bottom: 40px;
padding-top: 100px;
padding-bottom: 100px;
}
.page-header-2 .s-title {
margin-bottom: 15px;
}
.single-header-overlay {
padding: 0 40px 40px 40px;
}
.page404-inner {
padding-top: 60px;
padding-bottom: 60px;
}
.page404-inner .page-title,
.page404-inner .page404-description {
margin-bottom: 25px;
}
.page404-inner input[type='search'] {
font-size: 1rem;
min-height: 54px;
}
.share-action.is-mobile {
display: none;
}
.share-action.is-web {
display: flex;
display: -webkit-flex;
}
.sticky-sidebar .sidebar-inner {
position: sticky;
position: -webkit-sticky;
top: 12px;
padding-bottom: 12px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
will-change: top;
}
.admin-bar .sticky-sidebar .sidebar-inner,
.admin-bar .l-shared-sec, .admin-bar .rb-sticky > * {
top: 44px;
}
.sticky-on .sticky-sidebar .sidebar-inner,
.sticky-on .l-shared-sec, .sticky-on .rb-sticky > * {
top: calc(var(--nav-height) + 12px);
}
.sticky-on.admin-bar .sticky-sidebar .sidebar-inner,
.sticky-on.admin-bar .l-shared-sec,
.sticky-on.admin-bar .rb-sticky > * {
top: calc(var(--nav-height) + 44px);
}
.admin-bar.sticky-on.is-mstick .sticky-holder,
.admin-bar.sticky-on .e-section-sticky {
margin-top: 32px;
}
.collapse-footer {
padding: 20px;
}
.review-header .rstar-bg {
background-image: linear-gradient(to right, var(--review-color) 96.5%, transparent 3.5%);
background-size: 29px 28px;
}
.e-ct-outer > * {
margin-bottom: 35px;
}
.s-hl {
padding-bottom: 35px;
}
.yes-tstick.sticky-on .main-menu-wrap,
.yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-mini-cart,
.yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-notification-icon,
.yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-login-icon,
.yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-social-list,
.yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-search-icon,
.yes-tstick.sticky-on .navbar-right > *:not(.dark-mode-toggle-wrap):not(.font-resizer),
.yes-tstick.sticky-on .more-section-outer {
display: none;
}
.yes-tstick.sticky-on .s-title-sticky {
display: flex;
}
.footer-columns .footer-col {
flex-basis: 20%;
width: 20%;
}
.footer-51c.footer-columns .footer-col {
flex-basis: 15%;
width: 15%;
}
.footer-4c .footer-col:first-child,
.footer-4c .footer-col:last-child {
flex-basis: 30%;
width: 30%;
}
.footer-5c .footer-col:nth-child(1) {
flex-basis: 20%;
width: 20%;
}
.footer-51c .footer-col:nth-child(1) {
flex-basis: 40%;
width: 40%;
}
.footer-3c.footer-columns .footer-col {
flex-basis: 25%;
width: 25%;
}
.footer-3c.footer-columns .footer-col:nth-child(2) {
flex-basis: 50%;
width: 50%;
}
.footer-wrap.has-border .footer-col:not(:last-child) {
border-right: 1px solid var(--flex-gray-15);
}
.review-header .rline {
width: 30px;
height: 10px;
}
.review-header .rstar {
width: 28px;
height: 28px;
}
.yt-playlist .yt-embed {
flex: 0 0 66.67%;
width: 66.67%;
}
.yt-playlist {
display: flex;
flex-flow: row nowrap;
}
.yt-playlist .plist-items {
flex: 0 0 33.33%;
width: 33.33%;
}
.block-big {
--bottom-spacing: 40px;
--el-spacing: 15px;
}
.p-classic-1 .meta-avatar img {
width: 26px;
height: 26px;
}
.single-post-outer.has-continue-reading .s-ct {
height: 1200px;
max-height: 1200px;
}
.newsletter-form input {
font-size: var(--rem-small);
padding-top: 15px;
padding-bottom: 15px;
}
.newsletter-box-2 .newsletter-inner > *:not(:last-child):not(.newsletter-featured) {
margin-bottom: 30px;
}
.section-empty-inner .page-title {
margin-bottom: 20px;
padding-bottom: 20px;
}
.rbbsl a:nth-child(2) {
padding: 0 15px;
}
.rbbsl a:nth-child(2) > span {
display: inline-flex;
}
.category-hero-item:first-child:not(:last-child) {
margin-right: 15px;
margin-bottom: 15px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
width: 50%;
}
.my-bookmark-section > * {
margin-bottom: 50px;
}
.footer-quote {
max-width: 240px;
}
.wp-block-pullquote blockquote:before {
margin-bottom: 5px;
}
.rb-col-2.no-last-bb .block-inner > *:nth-last-child(1),
.rb-col-2.no-last-bb .block-inner > *:nth-last-child(2),
.rb-col-3.no-last-bb .block-inner > *:nth-last-child(1),
.rb-col-3.no-last-bb .block-inner > *:nth-last-child(2),
.rb-col-3.no-last-bb .block-inner > *:nth-last-child(3),
.rb-col-4.no-last-bb .block-inner > *:nth-last-child(1),
.rb-col-4.no-last-bb .block-inner > *:nth-last-child(2),
.rb-col-4.no-last-bb .block-inner > *:nth-last-child(3),
.rb-col-4.no-last-bb .block-inner > *:nth-last-child(4),
.rb-col-5.no-last-bb .block-inner > *:nth-last-child(1),
.rb-col-5.no-last-bb .block-inner > *:nth-last-child(2),
.rb-col-5.no-last-bb .block-inner > *:nth-last-child(3),
.rb-col-5.no-last-bb .block-inner > *:nth-last-child(4),
.rb-col-5.no-last-bb .block-inner > *:nth-last-child(5),
.rb-col-6.no-last-bb .block-inner > *:nth-last-child(1),
.rb-col-6.no-last-bb .block-inner > *:nth-last-child(2),
.rb-col-6.no-last-bb .block-inner > *:nth-last-child(3),
.rb-col-6.no-last-bb .block-inner > *:nth-last-child(4),
.rb-col-6.no-last-bb .block-inner > *:nth-last-child(5),
.rb-col-6.no-last-bb .block-inner > *:nth-last-child(6),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(1),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(2),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(3),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(4),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(5),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(6),
.rb-col-7.no-last-bb .block-inner > *:nth-last-child(7) {
padding-bottom: 0;
--bottom-border-color: transparent;
}
}
@media (max-width: 1024px) {
:root {
--h1-fsize: 34px;
--h2-fsize: 24px;
--h3-fsize: 20px;
--headline-fsize: 34px;
--bottom-spacing: 30px;
}
.site-outer {
overflow-x: hidden;
}
.none-mobile-sb .single-sidebar, .navbar-wrap,
.header-template-inner {
display: none;
}
.header-mobile {
display: flex;
flex-flow: column nowrap;
max-height: 100vh;
}
.notification-popup {
width: 100vw;
max-width: 100vw;
}
.is-mstick .navbar-outer:not(.navbar-outer-template) {
min-height: var(--mbnav-height, 42px);
}
.is-mstick .has-quick-menu .navbar-outer {
min-height: calc(var(--mbnav-height, 42px) + 42px);
}
.privacy-bar.privacy-left {
right: 20px;
bottom: 10px;
width: auto;
}
.qlink a {
white-space: nowrap;
}
.qlinks-content {
overflow: hidden;
}
.qlinks-content ul {
overflow-x: auto;
flex-flow: row nowrap;
-ms-overflow-style: none;
scrollbar-width: none;
}
.qlinks-content ul::-webkit-scrollbar {
width: 0;
height: 0;
}
.plist-items {
height: 300px;
}
.plist-holder {
padding-top: 70px;
}
.sidebar-inner {
max-width: 370px;
margin-top: 40px;
margin-right: auto;
margin-left: auto;
}
.single-post .sidebar-inner {
margin-top: 15px;
}
.logo-wrap img.logo-transparent,
.logo-sec {
display: none;
}
} @media (max-width: 991px) {
.is-gap-25 .block-inner,
.is-gap-30 .block-inner,
.is-gap-35 .block-inner {
margin-right: -20px;
margin-left: -20px;
}
.is-gap-25 > .block-inner > *,
.is-gap-30 > .block-inner > *,
.is-gap-35 > .block-inner > * {
padding-right: 20px;
padding-left: 20px;
}
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
padding-top: 40px;
}
.w-sidebar {
margin-bottom: 40px;
}
.single-meta {
flex-flow: column-reverse nowrap;
}
.single-meta > * {
width: 100%;
}
.smeta-extra {
margin-top: 2px;
margin-bottom: 17px;
padding: 4px 12px;
border-radius: var(--round-5);
background-color: var(--flex-gray-7);
}
.t-shared-sec .share-action {
font-size: 14px;
justify-content: center;
min-width: 30px;
}
.sticky-share-list .share-action {
font-size: 14px;
}
.single-standard-2 .single-header-inner:before,
.embed-bg-overlay {
bottom: 90px;
}
.single-standard-3 .single-header-inner:before,
.single-standard-4 .single-header-inner:before {
padding-bottom: 60%;
}
.single-header-columns {
flex-flow: row wrap;
}
.single-standard-6 .s-feat-outer {
flex: 0 0 100%;
max-width: 100%;
}
.single-header-left {
flex: 0 0 100%;
max-width: 100%;
padding-top: 20px;
padding-bottom: 10px;
}
.featured-vertical {
padding-bottom: 66.67%;
border-radius: var(--round-5);
}
.burger-icon {
color: var(--mbnav-color, var(--nav-color));
}
} @media (max-width: 767px) {
:root {
--height-34: 28px;
--height-40: 34px;
--padding-40: 0 20px;
--h1-fheight: 1.3;
--h2-fheight: 1.3;
--h3-fheight: 1.4;
--bcrumb-fsize: 11px;
--body-fsize: 15px;
--btn-fsize: 11px;
--cat-fsize: 10px;
--dwidgets-fsize: 12px;
--eauthor-fsize: 12px;
--excerpt-fsize: 13px;
--h1-fsize: 26px;
--h2-fsize: 21px;
--h3-fsize: 17px;
--h4-fsize: 15px;
--h5-fsize: 14px;
--h6-fsize: 14px;
--headline-fsize: 26px;
--meta-fsize: 12px;
--tagline-fsize: 17px;
--rem-mini: .7rem;
--tagline-s-fsize: 17px;
--el-spacing: 10px;
}
.col-border.rb-mcol-2 .block-inner > *:nth-child(2n+1):after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 1px;
height: 100%;
content: '';
pointer-events: none;
border-right: 1px var(--column-border-style, solid) var(--column-border-color);
}
.meta-el:not(.mobile-hide):not(.meta-avatar):not(.no-label):not(:last-child):after {
display: inline-flex;
width: var(--meta-style-w, 1px);
height: var(--meta-style-h, 6px);
margin-left: .6em;
content: '';
opacity: var(--meta-style-o, .3);
border-radius: var(--meta-style-b, 0);
background-color: var(--meta-fcolor);
}
.mobile-last-meta:after {
display: none !important;
}
.block-overlay {
--bottom-spacing: 10px;
}
input[type='text'], input[type='tel'], input[type='password'],
input[type='email'], input[type='url'], input[type='search'],
input[type='number'], textarea {
padding: 7px 15px;
}
.rb-mcol-1 > .block-inner > * {
flex-basis: 100%;
width: 100%;
}
.rb-mcol-2 > .block-inner > * {
flex-basis: 50%;
width: 50%;
}
.rb-mcol-3 > .block-inner > * {
flex-basis: 33.33%;
width: 33.33%;
}
.rb-mcol-4 > .block-inner > * {
flex-basis: 25%;
width: 25%;
}
body .mobile-hide,
.review-meta-inner .extra-meta,
.sponsor-label {
display: none;
}
.ecat-bg-1 .p-category,
.ecat-bg-2 .p-category {
padding: 5px 10px;
}
.rstar-bg {
background-image: -webkit-linear-gradient(left, var(--review-color) 93.75%, transparent 6.25%);
background-image: linear-gradient(to right, var(--review-color) 93.75%, transparent 6.25%);
background-size: 16px 15px;
}
span.rstar {
width: 15px;
height: 15px;
}
.rstar i {
font-size: 11px;
}
.rline {
width: 15px;
height: 5px;
}
body .meta-avatar img {
width: 20px;
height: 20px;
}
.block-list-small-1 .scroll-holder {
max-height: none;
}
.hrc-3 .overlay-wrap,
.overlay-1 .overlay-wrap {
position: relative;
overflow: visible;
}
[class*='ecat-bg-'] .p-highlight .overlay-inner {
padding-top: 0 !important;
}
[class*='ecat-bg-'] .p-highlight .p-top {
margin-top: -1em;
}
.p-middle .p-highlight .overlay-inner {
padding-bottom: 20px;
}
.p-highlight .overlay-inner {
background: var(--highlight-overlay-bg, var(--dark-accent)) !important;
}
.post-slider .slider-prev,
.post-slider .slider-next {
font-size: var(--nav-size, 1.25rem);
min-width: 40px;
min-height: 40px;
}
.hrc-3 .ratio-v1 {
padding-bottom: 66.67%;
}
.collapse-footer-menu .menu-item a > span {
font-size: var(--em-small);
}
.rb-user-popup-form {
max-width: 90%;
}
.logo-popup-outer {
padding: 20px;
}
.p-grid-small-1 {
display: flex;
align-items: flex-start;
flex-flow: row-reverse nowrap;
width: 100%;
}
.featured-left .p-grid-small-1 {
flex-flow: row nowrap;
}
.p-content {
flex-grow: 1;
}
.list-box .p-featured {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-box .p-content {
margin: 0 var(--box-spacing) var(--box-spacing);
}
.list-box .p-format-overlay.format-style-bottom .p-format {
background-color: var(--box-color, var(--default-box, var(--solid-light)));
}
[data-theme='dark'] .list-box .p-format-overlay.format-style-bottom .p-format,
.light-scheme .list-box .p-format-overlay.format-style-bottom .p-format {
background-color: var(--dark-box-color, var(--default-dark-box, var(--solid-light)));
}
.feautred-left .p-grid-small-1 .feat-holder {
margin-right: 20px;
margin-left: 0;
}
.follow-button {
font-size: 11px;
}
.page404-featured img {
max-height: 200px;
}
.page404-description,
.taxonomy-description {
font-size: var(--rem-small);
}
.search-form input[type='search'] {
padding: 10px 10px 10px 5px;
}
.plist-item {
padding: 10px;
}
.yt-trigger {
width: 54px;
}
.yt-trigger-icons svg {
width: 26px;
}
.copyright-inner {
flex-direction: column-reverse;
text-align: center;
}
.copyright-menu {
flex-flow: row wrap;
justify-content: center;
margin-bottom: 12px;
margin-left: 0;
}
.smeta-in > .meta-avatar {
margin-right: 10px;
}
.smeta-in > .meta-avatar img {
width: 42px;
height: 42px;
}
.l-shared-sec-outer:not(.show-mobile),
.single-post-infinite .l-shared-sec-outer.show-mobile,
.l-shared-header {
display: none;
}
.single-post-infinite .activated .l-shared-sec-outer.show-mobile,
.l-shared-sec-outer.show-mobile {
position: fixed;
z-index: 9999;
right: 0;
bottom: 10px;
left: 0;
display: flex;
align-items: center;
flex-grow: 1;
padding: 0;
}
.show-mobile .l-shared-items {
flex-flow: row nowrap;
background: var(--solid-white);
}
.show-mobile .l-shared-sec {
position: relative;
top: 0;
display: flex;
flex-grow: 1;
justify-content: center;
}
.l-shared-sec-outer.show-mobile .share-action {
line-height: 42px;
width: 42px;
}
.single-header-content {
padding: 0 15px;
}
.has-lsl .e-ct-outer,
body .has-lsl .e-ct-outer {
width: 100%;
max-width: 100%;
}
.e-shared-header span {
display: none;
}
.rbbsl {
font-size: 14px;
}
.rbbsl > * {
margin-right: 7px;
padding: 0 15px;
}
.entry-sec {
padding-top: 27px;
padding-bottom: 25px;
}
.user-rating svg {
width: 1em;
}
.review-feat {
width: 70px;
}
.single-standard-7 .single-header {
padding-top: 15px;
}
.single-standard-8 .grid-container {
margin-top: 15px;
}
.feat-caption .caption-text:before {
width: 30px;
margin-right: 10px;
}
.attribution {
padding-left: 0;
}
.review-content {
padding: 15px;
}
.review-footer {
margin-right: 20px;
margin-left: 20px;
}
.pros-cons .inner > * {
flex: 0 0 100%;
justify-content: flex-start;
width: 100%;
}
.pros-cons .inner > *:first-child {
margin-bottom: 20px;
}
.review-footer > *:not(.review-action) {
padding: 22px 0 20px 0;
}
.pros-cons-title {
padding-bottom: 0;
}
.single-standard-2 .single-header-inner:before,
.embed-bg-overlay {
bottom: 50px;
}
.category-header-1 .archive-inner {
align-items: flex-start;
flex-flow: column nowrap;
}
.category-header-1 .category-hero-wrap {
align-items: flex-start;
width: calc(100% - 25px);
margin-top: 25px;
padding-bottom: 20px;
}
.p-grid-small-1 .feat-holder {
flex-shrink: 0;
width: 100%;
max-width: var(--feat-list-width, 100px);
margin-bottom: 0;
margin-left: 15px;
}
.p-grid-small-1 .p-content {
flex-grow: 1;
}
.block-categories,
.block-authors {
--bottom-spacing: 10px;
}
.cbox-inner {
display: flex;
align-items: stretch;
flex-flow: row nowrap;
}
.cbox-featured {
flex-shrink: 0;
width: 90px;
padding-bottom: 0;
}
.cbox-4 .cbox-inner {
flex-flow: column nowrap;
}
.cbox-4 .cbox-featured {
width: 100%;
max-width: 100%;
}
.a-card-feat {
width: 70px;
}
.interest-loader {
width: calc(40% - 20px);
}
.popup-newsletter-inner {
flex-flow: row wrap;
}
.popup-newsletter-inner > * {
width: 100%;
}
.popup-newsletter-cover-holder {
padding-bottom: 5px;
}
.popup-newsletter-content {
padding: 20px;
}
.table-link-depth {
margin-left: 15px;
}
.default-audio-embed .embed-holder {
padding-bottom: 50%;
}
.format-gallery-coverflow .swiper-pagination {
margin-top: 10px;
}
.page-selected {
position: static;
}
.page-selected-outer {
position: relative;
border-left: 5px solid var(--g-color);
border-radius: var(--round-5);
}
.page-selected-list {
right: 0;
left: 0;
}
.page-selected-title {
display: none;
}
.newsletter-form {
flex: 0 0 100%;
max-width: 100%;
margin-top: 20px;
}
.newsletter-featured {
flex: 0 0 25%;
max-width: 25%;
padding-right: 0;
}
.newsletter-content {
flex: 0 0 75%;
max-width: 75%;
}
.newsletter-inner > *:first-child:not(.newsletter-featured) {
flex: 0 0 100%;
max-width: 100%;
}
.footer-wrap.left-dot:before {
display: none;
}
.p-grid-small-1 .p-format {
font-size: 16px;
}
[class*='ecat-bg-']:not(.is-mobile-list) .p-list-2 .p-top {
position: relative;
z-index: 3;
margin-top: calc(-2px - var(--el-spacing) - 1em);
padding-left: 7px;
}
.current-slider-info .h4 {
font-size: 9px;
}
span.current-slider-count {
font-size: 1.5em;
}
.entry-sec:before,
.review-footer > *:not(.review-action):before,
.mobile-collapse-sections:before {
height: 2px;
}
h1.search-title {
font-size: var(--h2-fsize);
}
.search-subtitle {
font-size: var(--rem-small);
margin-top: 5px;
}
.bookmark-info {
bottom: 20px;
}
.ubio-inner {
flex-flow: column nowrap;
justify-content: center;
text-align: center;
}
.ubio-inner {
flex-flow: column nowrap;
justify-content: center;
text-align: center;
}
.bio-avatar {
width: 80px;
height: 80px;
margin-right: 0;
margin-bottom: 12px;
}
.bio-count-posts {
display: none;
}
.bio-description {
font-size: var(--em-mini);
}
.bio-content .usocials {
justify-content: center;
padding-top: 3px;
}
.breaking-news-heading {
margin-right: 3px;
padding: 0;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.breaking-news-heading span {
display: none;
}
.newsletter-description {
font-size: var(--rem-mini);
}
.qlinks-heading > span {
display: none;
}
.newsletter-inner {
padding-right: 0;
padding-left: 0;
}
.rb-mcol-2 .block-inner > *:nth-last-child(1),
.rb-mcol-2 .block-inner > *:nth-last-child(2),
.rb-mcol-3 .block-inner > *:nth-last-child(1),
.rb-mcol-3 .block-inner > *:nth-last-child(2),
.rb-mcol-3 .block-inner > *:nth-last-child(3) {
margin-bottom: 0;
}
.rb-mcol-2.no-last-bb .block-inner > *:nth-last-child(1),
.rb-mcol-2.no-last-bb .block-inner > *:nth-last-child(2),
.rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(1),
.rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(2),
.rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(3) {
padding-bottom: 0;
--bottom-border-color: transparent;
}
.wp-block-pullquote {
padding: 2em 0 1.5em 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
float: none;
max-width: 100%;
margin-right: 0;
margin-left: 0;
}
.widget_rss cite:before,
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
width: 20px;
}
.rbct .wp-block-pullquote cite {
font-size: var(--rem-mini);
}
.newsletter-icon svg {
width: 40px;
}
.e-pagi.mobile-hide {
display: none;
}
.e-pagi img {
display: none;
}
.e-pagi span.p-url {
font-size: var(--em-small);
}
.e-pagi {
margin-right: -10px;
margin-left: -10px;
}
.e-pagi .nav-el {
padding-right: 10px;
padding-left: 10px;
}
.reaction-heading {
margin-bottom: 15px;
}
.reaction {
flex: 0 0 44px;
max-width: 44px;
padding: 5px;
}
.reaction-icon svg {
width: 36px;
height: 36px;
}
.reaction .reaction-title,
.reaction.active .reaction-count {
font-size: var(--rem-mini);
}
.has-drop-cap:not(:focus):first-letter {
font-size: 3.5em;
line-height: .9;
}
.e-pagi .nav-label {
margin-bottom: 7px;
}
.top-site-ad:not(.no-spacing) {
padding-top: 10px;
padding-bottom: 10px;
}
.author-avatar {
width: 36px;
}
.nname-info .meta-label,
.ef-label {
display: none;
}
.footer-logo {
height: calc(var(--flogo-height, 50px) * .8);
}
.bookmark-featured {
width: 70px;
}
.bookmark-title {
width: 205px;
}
.top-footer-inner > *:not(:last-child) {
margin-bottom: 35px;
}
.grid-masonry .grid-holder.rb-masonry {
display: grid;
grid-gap: 5px;
grid-template-columns: auto auto auto auto;
}
.grid-fmasonry .grid-holder.rb-masonry {
display: grid;
grid-gap: 5px;
grid-template-columns: auto auto auto auto auto;
}
.grid-default .grid-holder {
display: grid;
grid-gap: 5px;
grid-template-columns: auto auto auto;
}
.grid-masonry .grid-el:nth-child(2) {
grid-column: 1 / span 2;
grid-row: 1 / span 2;
}
.grid-masonry .grid-el:first-child {
height: 100%;
grid-column: 3 / span 2;
grid-row: 1;
}
.grid-masonry .grid-el:nth-child(3) {
height: 100%;
grid-column: 3 / span 1;
grid-row: 2;
}
.grid-masonry .grid-el:nth-child(5) {
height: 100%;
grid-column: 1 / span 2;
grid-row: 3;
}
.grid-masonry .grid-el:last-child {
grid-column: 3 / span 2;
grid-row: 3 / span 2;
}
.grid-fmasonry .grid-el:nth-child(3) {
grid-column: 2 / span 2;
grid-row: 1 / span 2;
}
.grid-fmasonry .grid-el:nth-child(4) {
height: 100%;
grid-column: 4 / span 2;
grid-row: 1;
}
.grid-fmasonry .grid-el:nth-child(6) {
grid-column: 1 / span 2;
grid-row: 3 / span 2;
}
.grid-fmasonry .grid-el:nth-child(9) {
height: 100%;
grid-column: 3 / span 2;
grid-row: 4;
}
.grid-fmasonry .grid-el:nth-child(4) .instagram-box,
.grid-fmasonry .grid-el:nth-child(9) .instagram-box,
.grid-masonry .grid-el:first-child .instagram-box,
.grid-masonry .grid-el:nth-child(5) .instagram-box {
padding-bottom: 50%;
}
.rb-header-name.h6 {
font-size: 1.7rem;
}
.rb-w-header .col-right .rb-w-units {
font-size: 3.3rem;
}
.rb-w-big-icon svg {
width: 76px;
height: 76px;
}
.rb-w-desc {
font-size: .75rem;
}
.w-forecast-icon svg {
width: 36px;
height: 36px;
}
.is-style-10 .fnicon i,
.is-style-11 .fnicon i {
font-size: 1rem;
width: 44px;
height: 44px;
}
.is-style-15 .social-follower,
.is-style-14 .social-follower,
.is-style-8 .social-follower,
.is-style-7 .social-follower,
.is-style-6 .social-follower,
.is-style-5 .social-follower,
.is-style-4 .social-follower,
.is-style-3 .social-follower,
.is-style-15 .social-follower,
.is-style-14 {
margin: -3px;
}
.is-style-9 .social-follower,
.is-style-2 .social-follower,
.is-style-1 {
margin: -5px;
}
.is-style-9 .follower-inner,
.is-style-2 .follower-inner,
.is-style-1 .follower-inner {
margin: 5px;
}
.is-style-8 .follower-inner,
.is-style-7 .follower-inner,
.is-style-6 .follower-inner,
.is-style-5 .follower-inner,
.is-style-4 .follower-inner,
.is-style-3 .follower-inner {
margin: 3px;
padding: 12px 5px 10px 5px;
}
.is-style-10 .follower-el,
.is-style-11 .follower-el {
margin-bottom: 10px;
}
.is-style-12 .follower-el,
.is-style-13 .follower-el {
margin-bottom: 7px;
}
.w-banner {
padding-top: 50px;
padding-bottom: 50px;
}
.post-slider {
position: relative;
overflow: hidden;
border-radius: var(--round-3);
background-color: var(--dark-accent);
}
.p-list-1 .list-feat-holder,
.p-list-2 .list-feat-holder {
width: 100% !important;
min-width: 100%;
max-width: 100% !important;
margin-bottom: calc(var(--el-spacing) + 2px);
}
.ad-description {
font-size: 10px;
}
.pagination-nextprev > * {
min-width: 90px;
}
.short-pagination .pagination-nextprev > * {
min-width: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
width: 100%;
max-width: 100%;
padding-top: 7px;
padding-bottom: 7px;
}
.cbox-center {
display: none;
}
.heading-layout-c8 .heading-title:before,
.heading-layout-c8 .heading-title:after {
width: 40px;
}
.intro-content {
display: none;
}
.textwidget br, .textwidget p {
font-size: var(--rem-small);
} .is-mobile-list .p-wrap {
min-height: calc(var(--feat-list-width, 150px) * var(--feat-ratio, 60) / 100);
}
.bottom-border.is-mobile-list .p-wrap {
min-height: calc((var(--feat-list-width, 150px) * (var(--feat-ratio, 60) / 100)) + var(--bottom-spacing, 30px));
}
.is-mobile-list .feat-holder {
position: absolute;
top: 0;
right: var(--column-gap, 0);
left: auto;
width: var(--feat-list-width, 150px);
margin-bottom: 0;
padding-bottom: 0 !important;
}
.is-mobile-list .p-wrap > *:not(.feat-holder):not(.grid-box) {
margin-right: calc(var(--feat-list-width, 150px) + var(--el-spacing, 10px) * 2);
margin-left: 0;
}
.is-mobile-list.featured-list-left .feat-holder {
top: 0;
right: auto;
left: var(--column-gap, 0);
}
.is-mobile-list.featured-list-left .p-wrap > *:not(.feat-holder):not(.grid-box) {
margin-right: 0;
margin-left: calc(var(--feat-list-width, 150px) + var(--el-spacing, 10px) * 2);
}
.is-mobile-list .grid-box {
position: static;
padding-top: var(--box-spacing);
padding-right: var(--feat-list-width, 150px);
padding-bottom: var(--box-spacing);
padding-left: 0;
}
.block-wrap:not(.is-mobile-list) .grid-box > *:first-child:not(.feat-holder) {
padding-top: calc(var(--box-spacing) + 5px);
}
.is-mobile-list.featured-list-left .grid-box {
padding-right: 0;
padding-left: var(--feat-list-width, 150px);
}
.is-mobile-list .grid-box .feat-holder {
bottom: 0;
--box-spacing: 7px;
}
.is-mobile-list .grid-box .p-featured {
overflow: hidden;
height: 100%;
padding-bottom: 0;
border-radius: 0 var(--wrap-border) var(--wrap-border) 0;
}
.is-mobile-list.featured-list-left .p-featured {
border-radius: var(--wrap-border) 0 0 var(--wrap-border);
}
.is-mobile-list .p-list .list-feat-holder {
margin-bottom: 0;
}
.is-mobile-list .p-list .p-content {
padding-right: 0;
padding-left: 0;
}
.elementor-tabs-content-wrapper {
border-radius: var(--round-5);
}
}
@media all {
.p-content > *:last-child {
margin-bottom: 0;
}
}@media print {
body[data-theme="dark"] {
--h1-fcolor: #000000;
--h2-fcolor: #000000;
--h3-fcolor: #000000;
--h4-fcolor: #000000;
--h5-fcolor: #000000;
--h6-fcolor: #000000;
--meta-fcolor: #000000;
--body-fcolor: #000000;
--meta-b-fcolor: #000000;
}
.single-sidebar, .s-ct img, .header-wrap, .single-related, .footer-wrap, .single-popular, .efoot,
.entry-bottom, .entry-newsletter, .featured-gallery-wrap, .breadcrumb-wrap,
.s-cats, .l-shared-sec-outer, .entry-sec,
.review-section, .s-ct .widget, .related-sec,
.sqview, .t-shared-sec, .wp-block-image, .s-feat-holder img,
.single-header-inner:before, .breadcrumb-absolute, .single-header-content:before,
.featured-embed,.default-audio-embed,.default-video-embed, .tipsy, .top-site-ad, .ruby-table-contents, .single-meta .meta-avatar,
.smeta-extra {
display: none !important;
}
.s-ct, .single-header-content {
flex-basis: 100% !important;
width: 100% !important;
max-width: 100% !important;
}
body .site-outer {
margin-top: 0 !important;
}
.single-header-content {
padding: 0;
}
.single-header-content *, blockquote *, .smeta-sec * {
color: #000000 !important;
}
}