::-webkit-scrollbar {
height: 4px;
width: 4px;
background-color: #fff;
}
::-webkit-scrollbar-thumb {
background-color: #666;
border-radius: 35px;
}
::-webkit-scrollbar-thumb:horizontal {
background-color: #666;
border-radius: 35px;
}
:root {
font-size: 15px;
}
body {
font-family: 'Lato', sans-serif;
background: #f6f6f6;
overflow-anchor: none;
}
@media only screen and (max-width: 1000px) {
body {
overflow: auto;
}
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
line-height: 1.5;
}
h1,
.h1 {
font-size: 2.2rem;
}
h2,
.h2 {
font-size: 2rem;
}
h3,
.h3 {
font-size: 1.8rem;
}
h4,
.h4 {
font-size: 1.6rem;
}
h5,
.h5 {
font-size: 1.4rem;
}
h6,
.h6 {
font-size: 1.2rem;
}
img {
max-width: 100%;
height: auto;
}
figure {
max-width: 100%;
}
blockquote {
border-left: .25em solid;
margin: 0 0 1.75em;
padding-left: 1em;
}
address {
font-style: italic;
}
table {
width: 100%;
margin-bottom: 1rem;
}
table th,
table td {
padding: .5rem .5rem;
border: 1px solid #e9ecef;
}
.badge {
font-size: .8rem;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}
.alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
text-align: center;
}
.alignfull {
clear: both;
}
.wp-caption,
.wp-caption-text,
.bypostauthor {
display: block;
}
.ratio-26-5:before {
padding-top: calc(5 / 26 * 100%);
}
.ratio-9x16 {
--aspect-ratio: calc(16 / 9 * 100%);
}
.ratio-2x3 {
--aspect-ratio: calc(3 / 2 * 100%);
}
.h-100vh {
height: 100vh;
}
.w-120px {
width: 120px;
}
.w-200px {
width: 200px;
}
.border {
border: 1px solid #e9ecef;
}
.border-top {
border-top: 1px solid #e9ecef !important;
}
.border-bottom {
border-bottom: 1px solid #e9ecef !important;
}
.border-right {
border-right: 1px solid #e9ecef !important;
}
.border-left {
border-left: 1px solid #e9ecef !important;
}
.bg-black {
background: #000;
}
.no-scroll {
scrollbar-width: none;
}
.no-scroll::-webkit-scrollbar {
display: none;
}
.dot {
position: absolute;
background: #1ee52d;
width: 8px;
height: 8px;
border-radius: 50%;
top: 7px;
right: 10px;
}
.bg-cover {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.toast-wrap {
z-index: 9999;
}
.sticky-top {
z-index: 90;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
background-color: #eee;
color: #212529;
}
.dropdown-menu .dropdown-item .menu-icon {
font-size: 1.3rem;
color: #6c757d;
margin-right: .5rem;
}
.checklist-advanded li {
position: relative;
padding-left: 1rem;
}
.checklist-advanded li.has-child:before {
font-family: "fontello";
content: '\f107';
left: 0px;
top: 0;
position: absolute;
color: #c5c5c5;
}
.checklist-advanded li.has-child:not(.child-expanded):before {
content: '\f105';
}
.checklist-advanded li.has-child:not(.child-expanded)>label>input {
position: relative;
}
.checklist-advanded li.has-child:not(.child-expanded)>label>input:before {
font-family: "fontello";
content: '\e815';
top: 0px;
left: 2px;
position: absolute;
font-size: 0.7rem;
font-weight: 600;
color: #aaa;
z-index: 1;
}
.checklist-advanded ul.children {
padding-left: .5rem;
}
.pointer {
cursor: pointer;
}
.list-items .list-item {
padding: 1rem;
position: relative;
}
.list-items .list-item:hover {
background: #f8f9fa;
}
.badge-invoice-status {
background-color: #0d6efd !important;
}
.badge-paid,
.badge-publish,
.badge-approved {
background-color: #198754 !important;
}
.badge-reject,
.badge-trash {
background-color: #dc3545 !important;
}
.badge-pending,
.badge-unapproved {
background-color: #bb8d02 !important;
}
.badge-refunded,
.badge-private {
background-color: #0dcaf0 !important;
}
.badge-unlist {
background-color: #05788f !important;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item a {
display: block;
}
.gallery-item a:focus img {
outline-offset: -2px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
figcaption {
font-size: 1rem;
}
pre {
font-size: 1rem;
}
.backdrop-blur {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.modal {
z-index: 9999;
}
.modal .modal-header {
padding: 0.7rem 1rem;
}
.modal .modal-title {
font-size: 1.2rem;
}
.not-found-title {
font-size: 4rem;
font-weight: bold;
}
.container__md {
max-width: 1024px;
}
.container__sm {
max-width: 900px;
}
.container__short {
max-width: 550px;
}
@media (min-width: 1440px) {
.container-wide {
max-width: 1300px;
}
}
@media (min-width: 1600px) {
.container-wide {
max-width: 1500px;
}
}
@media (min-width: 1800px) {
.container-wide {
max-width: 1700px;
}
}
@media (min-width: 2000px) {
.container-wide {
max-width: 1900px;
}
}
.social-list span {
font-size: 1.3rem;
color: #fff;
}
.social-list li {
display: inline-block;
margin-right: 1.5rem;
margin-bottom: 1rem;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
background: #222;
text-align: center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.social-list li:last-child {
margin-right: 0;
}
.social-list li:hover {
opacity: .8;
}
.social-list .social__tiktok {
background: #0ac2bc;
}
.social-list .social__tiktok .icon-tiktok:before {
content: "";
background: url(//wmcmf.com/wp-content/themes/streamtube/assets/img/tiktok.svg) no-repeat center center/contain;
font-size: 2rem;
width: 20px;
height: 20px;
filter: brightness(0) invert(1);
}
.social-list .social__discord {
background: #5865F2;
}
.social-list .social__discord .icon-discord:before {
content: "";
background: url(//wmcmf.com/wp-content/themes/streamtube/assets/img/discord.svg) no-repeat center center/contain;
font-size: 2rem;
width: 20px;
height: 20px;
filter: brightness(0) invert(1);
}
.social-list .social__youtube {
background: #cd201f;
}
.social-list .social__vimeo {
background: #1ab7ea;
}
.social-list .social__pinterest {
background: #bd081c;
}
.social-list .social__linkedin {
background: #0a66c2;
}
.social-list .social__facebook {
background: #1877f2;
}
.social-list .social__twitter {
background: #1da1f2;
}
.social-list .social__telegram {
background: #2aabee;
}
.social-list .social__instagram {
background: #e4405f;
}
.social-list .social__deviantart {
background: #05cc46;
}
.social-list .social__snapchat {
background: #d4d205;
}
.social-list .social__weibo {
background: #df2029;
}
.social-list .social__behance {
background: #131418;
}
.social-list .social__wordpress {
background: #21759B;
}
.social-list .social__stackoverflow {
background: #f47f24;
}
.social-list .social__flickr {
background: #ff0084;
}
.social-list .social__github {
background: #171515;
}
.social-list .social__whatsapp {
background: #25d366;
}
.social-list .social__odnoklassniki {
background: #f58220;
}
.social-list .social__vkontakte {
background: #0076fa;
}
.social-list-sm li {
margin-right: 1rem;
margin-bottom: 1rem;
width: 30px;
height: 30px;
line-height: 30px;
}
.social-list-sm li span {
font-size: 1rem;
}
.social-list-sm .social__tiktok .icon-tiktok:before {
font-size: 1rem;
width: 1rem;
height: 1rem;
}
.social-list-sm .social__discord .icon-discord:before {
font-size: 1rem;
width: 1rem;
height: 1rem;
}
.icon-live:before {
background: red;
content: "";
width: 1rem !important;
height: 1rem !important;
border-radius: 50%;
} .site-header {
z-index: 1000;
height: 70px;
background: #fff;
}
.site-header .site-title {
text-align: inherit;
}
.site-header .site-title a {
font-family: 'Poppins', sans-serif;
text-indent: 0;
background-image: none;
overflow: visible;
width: auto;
height: auto;
margin: 0;
font-size: 1.75rem;
outline: none;
box-shadow: none;
}
.site-header .custom-logo-link {
outline: none;
box-shadow: none;
border: none;
}
.site-header .custom-logo {
outline: none;
box-shadow: none;
border: none;
max-width: 175px;
max-height: 65px;
}
.site-header .custom-logo:focus {
outline: none;
box-shadow: none;
border: none;
}
@media only screen and (max-width: 1200px) {
.site-header .custom-logo {
max-width: 150px;
}
}
.site-header .show-search {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70px;
display: block !important;
}
.site-header .show-search .site-search {
display: block !important;
}
@media only screen and (max-width: 450px) {
.site-header .logo-sm {
text-align: left !important;
margin-left: .7rem;
}
}
.site-header.backdropblur {
background: rgba(255, 255, 255, 0.7);
}
.site-header.backdropblur:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(10px);
z-index: -1;
}
.site-header .user-roles .user-role {
margin-right: .5rem;
}
.site-header .user-roles .user-role:last-child {
margin-right: 0;
}
.site-header .avatar-dropdown-toggle {
cursor: pointer;
}
.site-header .avatar-dropdown-toggle .unread-threads {
top: -5px;
right: -5px;
}
.custom-mobile-logo {
width: 35px;
height: 35px;
}
.custom-mobile-logo.logo-radius img {
border-radius: 50%;
}
.navbar-toggler-btn {
z-index: 2;
}
.navbar-toggler {
padding: 0 !important;
}
.navbar-toggler span {
font-size: 1.5rem;
}
.text__light {
display: none;
}
.site-search form {
margin: 0;
padding: 0;
border: 0;
box-shadow: none;
overflow: visible;
font-weight: normal;
background: none;
transform: none !important;
animation: none !important;
}
.site-search form .btn-main {
position: absolute;
top: 0px;
right: 0px;
z-index: 5;
border-radius: 35px;
border: 1px solid #ced4da;
background: #fff;
}
.site-search form .btn-main:hover {
background: #fff;
}
.site-search form input[name="s"] {
position: relative;
border-radius: 35px;
z-index: 2;
margin: 0;
background: #f1f3f4;
border: 1px solid #ced4da;
padding: .375rem .75rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
min-height: auto;
outline: none;
font-size: 1rem;
}
.site-search form [class*=icon] {
color: #6c757d;
}
.site-search form.searching button[type=submit] .btn__icon {
display: none;
}
.site-search form.searching button[type=submit] .spinner {
margin: 0;
}
.site-search form.advanced-search input[name="s"] {
padding-left: 3.5em !important;
}
.site-search.show {
display: block !important;
}
@media only screen and (max-width: 992px) {
.site-search {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
padding: 1.5rem 0.75rem;
z-index: 2;
}
.site-search form button[type="submit"] {
border: none;
top: 1px;
right: 1px;
}
}
.autocomplete-results {
top: 1rem;
max-height: 50vh;
overflow-y: scroll;
overflow-x: hidden;
z-index: 1;
}
.autocomplete-results .post-item {
padding: 0.75rem;
}
.autocomplete-results .post-item:hover {
background: #f9f9f9;
}
.autocomplete-results .pagination-nav {
margin-bottom: 1rem !important;
}
.advanced-search-filter {
position: absolute;
top: 0px;
}
.advanced-search-filter .list-filter label {
font-size: .9rem;
}
.advanced-search-filter .btn-advanced-search {
position: absolute;
left: 1rem;
font-size: 1.5rem;
z-index: 2;
}
.advanced-search-filter .btn-advanced-search.show .btn__icon:before {
content: "\f106";
}
.advanced-search-filter .search-filter__title {
text-transform: capitalize;
font-size: 1rem;
}
.advanced-search-filter .search-filter__title:after {
height: 2px;
background: #ddd;
}
.advanced-search-filter .dropdown-menu {
top: 19px;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
z-index: 1;
}
.advanced-search-filter .search-filter-container {
overflow-y: auto;
max-height: 70vh;
padding: 1.5rem;
}
@media only screen and (max-width: 1024px) {
.advanced-search-filter .dropdown-menu {
position: fixed;
top: 60px;
}
}
.header-user .btn__icon {
font-size: 1.5rem;
color: #6c757d;
}
.header-user__upload .btn-submit:hover .dot {
background: #dc3545;
}
.header-user__notification .btn-notification .badge {
top: 0;
right: 0;
}
.header-user__notification .dropdown-menu {
width: 400px;
}
.header-user__notification .list-items {
max-height: 500px;
overflow: auto;
border-bottom: 1px solid #e9ecef;
border-top: 1px solid #e9ecef;
}
.header-user__notification .widget-title:after {
content: none;
}
.header-user__dropdown .dropdown-menu {
width: 300px;
max-height: 80vh;
overflow-y: scroll;
}
.header-user__dropdown .dropdown-menu .dropdown-item {
position: relative;
padding: .7rem 2rem;
font-size: .9rem;
text-transform: capitalize;
}
.header-user__dropdown .dropdown-menu .dropdown-item .btn__icon {
font-size: 1.3rem;
color: #6c757d;
margin-right: .5rem;
}
.header-user__dropdown .dropdown-menu .dropdown-item .badge {
position: absolute;
left: 46px;
top: 3px;
}
@media only screen and (max-width: 767px) {
.header-user__dropdown .dropdown-menu {
position: fixed;
top: 0;
left: 0;
max-height: 100vh;
height: 100vh;
width: 100%;
border: none;
border-radius: 0;
padding: 0;
margin: 0;
}
}
.header-user__dropdown .author-name {
font-size: 1.2rem;
text-decoration: none;
}
.header-user__dropdown .author-name a {
text-decoration: none;
color: #212529;
}
.header-user__dropdown .btn-login {
background: #ce1e1e;
border-color: #ce1e1e;
border-radius: 35px;
position: relative;
}
.header-user__dropdown .btn-login .btn__icon {
color: #f9fafb;
font-size: 1.2rem;
}
.header-user__dropdown .theme-switcher {
cursor: pointer;
}
@media only screen and (max-width: 1000px) {
.header-user__dropdown .btn-login {
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
padding: 0;
}
.header-user__dropdown .btn-login .btn__icon {
font-size: 1.2rem;
}
}
@media only screen and (max-width: 450px) {
.header-user__dropdown .avatar-btn {
width: 30px;
height: 30px;
}
}
.header-user__cart .cart-count {
top: -2rem;
right: -1.5rem;
}
.header-user__cart .dropdown-menu {
width: 400px;
overflow-y: scroll;
}
.header-user__search .dropdown-menu {
padding: 1rem;
width: 500px;
}
.header-user__search .btn-close {
position: absolute;
right: 22px;
top: 23px;
z-index: 4;
font-size: .8rem;
}
.header-user__search .site-search {
position: relative;
padding: 0;
}
.header-user__search .search-form {
right: 0;
}
.header-user__search .search-form .toggle-search {
display: none !important;
}
.header-user__search .search-form input[name="s"] {
padding-left: 3rem !important;
}
.header-user__search .search-form button .btn__icon {
font-size: 1.1rem;
}
.header-user__search .search-form button[type="submit"].btn-main {
padding: 0 !important;
border: none !important;
background: none !important;
right: 1em;
top: 0.4em;
}
@media only screen and (max-width: 768px) {
.header-user__search .dropdown-menu {
position: fixed;
left: 0;
top: -1px;
width: 100%;
border-left: none;
border-right: none;
margin-top: 0;
}
.header-user__search .dropdown-menu .site-search button[type="submit"] {
top: 6px;
}
}
@media only screen and (max-width: 1024px) {
body.header-template-2 .advanced-search-filter .dropdown-menu {
top: 0;
}
body.header-template-2 .advanced-search-filter .dropdown-menu .search-filter-container {
padding-top: 50px;
}
}
.admin-bar .site-header {
top: 32px;
}
.admin-bar .site-header .show-search {
top: 32px;
}
@media only screen and (max-width: 768px) {
.admin-bar .site-header {
top: 46px;
}
.admin-bar .site-header .show-search {
top: 46px;
}
}
@media only screen and (max-width: 1024px) {
.admin-bar.header-template-1 .advanced-search-filter .dropdown-menu {
top: 100px;
}
.admin-bar.header-template-2 .header-user__search .dropdown-menu {
top: 40px;
}
}
@media only screen and (max-width: 768px) {
.admin-bar.header-template-1 .advanced-search-filter .dropdown-menu {
top: 110px;
}
} .navigation .spinner {
width: 1rem !important;
height: 1rem !important;
line-height: 1rem;
margin: 0 !important;
}
.navigation button {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 100%;
border-radius: 50%;
width: 40px;
height: 40px;
padding: 0;
}
.navigation button:hover {
opacity: .6;
}
.navigation button.waiting .load-icon {
display: none;
}
.navigation button .spinner:first-child {
display: none;
}
.post-nav-links {
margin-top: 1rem;
}
.post-nav-links .post-page-numbers {
position: relative;
display: inline-block;
text-decoration: none;
padding: 1px 12px;
font-size: .9rem;
color: #212529;
border: 1px solid #dee2e6;
margin-left: .5rem;
border-radius: 3px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.post-nav-links .post-page-numbers:hover {
border: 1px solid #dee2e6;
background-color: #222;
color: #fff;
}
.post-nav-links .current {
border: 1px solid #dee2e6;
background-color: #222;
color: #fff;
}
.nav-link {
position: relative;
border-radius: 3px;
font-family: 'Poppins', sans-serif;
}
.nav-link .menu-icon {
margin-right: .5rem;
}
.dropdown-toggle:after {
border: none;
content: "\f107";
font-family: "fontello";
vertical-align: 0;
color: #666;
}
ul.flex-column .nav-link.active:before {
background: #dc3545;
}
.main-menu .nav-link {
letter-spacing: 1px;
font-weight: 400;
padding: 1rem !important;
text-transform: uppercase;
font-size: .9rem;
color: #555;
border-radius: 0;
}
.main-menu .current-menu-parent>.nav-link,
.main-menu .current-menu-item>.nav-link {
font-weight: 600;
color: #ce1212;
}
.main-menu .dropdown-menu {
top: 100%;
padding: 0;
margin: 0;
}
.main-menu .dropdown-menu .nav-link {
text-transform: capitalize;
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.main-menu .dropdown-menu .nav-link:hover {
background: none;
}
.main-menu .dropdown-menu .dropdown-toggle:after {
position: absolute;
transform: translate(-50%, -50%);
right: 5%;
top: 50%;
border: none;
content: "\f105";
font-family: "fontello";
}
@media (min-width: 992px) {
.main-menu .dropdown-menu .menu-item-has-children:hover>.dropdown-menu {
display: block !important;
position: absolute !important;
left: 100% !important;
top: 0 !important;
}
}
@media (max-width: 991px) {
.main-menu .nav-link {
padding: 0.75rem !important;
font-size: 0.9rem;
}
.main-menu .dropdown-toggle:after {
position: absolute;
right: 0.75rem;
}
.main-menu .dropdown-menu {
padding-left: 2rem;
}
.main-menu .dropdown-menu .nav-link:before {
content: "";
position: absolute;
left: 0;
top: 17px;
width: 5px;
height: 5px;
border: 1px solid #fff;
border-radius: 50%;
}
.main-menu .dropdown-menu .dropdown-toggle:after {
content: "\f107";
right: 0.4rem;
}
.main-menu .dropdown-menu .current-menu-item>.nav-link {
background: none !important;
}
.main-menu .dropdown-menu .current-menu-item>.nav-link:before {
background-color: #ce1212;
border-color: #ce1212;
}
}
.secondary-nav .menu-icon {
font-size: 1.3rem;
}
.navbar-dark {
background: #333;
}
.navbar-dark .navbar-nav .dropdown-toggle:after {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
}
.navbar-dark .navbar-nav .current-menu-parent>.nav-link,
.navbar-dark .navbar-nav .current-menu-item>.nav-link {
background: #444;
}
.navbar-dark .navbar-nav .dropdown-menu {
background: #333;
box-shadow: none;
}
.navbar-red {
background: #ff1e1e;
}
.navbar-red .navbar-nav .dropdown-toggle:after {
color: #f9f9f9;
}
.navbar-red .navbar-nav .nav-link {
color: #f9f9f9;
}
.navbar-red .navbar-nav .nav-link:focus,
.navbar-red .navbar-nav .nav-link:hover {
background: #f31a1a;
}
.navbar-red .navbar-nav .dropdown-menu {
background: #ff1e1e;
border: none;
}
.navbar-red .navbar-nav .current-menu-parent>.nav-link,
.navbar-red .navbar-nav .current-menu-item>.nav-link {
background: #f31a1a;
color: #f9f9f9;
}
@media only screen and (max-width: 991px) {
.navbar-boxed {
position: absolute;
top: 70px;
left: 0;
background: #fff;
width: 100%;
margin: 0;
padding: 0;
}
.navbar-boxed .navbar-nav {
padding: 1rem 0;
}
}
.narbar-fw .dropdown-menu {
border-radius: 0;
border: 0;
}
.float-nav .nav-item .menu-icon {
width: 30px;
height: 30px;
font-size: 26px;
margin-right: 2rem;
}
.float-nav .nav-item .nav-link {
border-radius: 0;
padding: .8rem 1rem;
color: #555;
line-height: 2;
}
.float-nav .nav-item .nav-link:focus,
.float-nav .nav-item .nav-link:hover {
background: #f6f7f7;
color: #dc3545;
}
.float-nav .nav-item .nav-link .menu-text {
font-size: .95rem;
}
.float-nav .nav-item .nav-link .menu-text .badge {
position: absolute;
right: 1rem;
top: 50%;
transform: translate(0%, -50%);
}
.float-nav .nav-item.current-menu-item>a {
background: #f6f7f7;
color: #dc3545;
}
.float-nav .dropdown-menu {
border: none;
border-radius: 0;
position: relative;
left: 0;
top: 0;
padding: 0;
margin: 0;
display: block;
max-height: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
overflow: hidden;
}
.float-nav .dropdown-menu .menu-icon-wrap {
text-align: left;
}
.float-nav .dropdown-menu .menu-icon-wrap .menu-icon {
display: inline-block;
}
.float-nav .dropdown-menu.show {
max-height: 900px;
visibility: visible;
}
.float-nav .dropdown-menu .nav-item .nav-link {
font-size: .95rem;
font-weight: 400;
}
@media only screen and (max-width: 1300px) {
.float-nav .menu-title {
display: none;
}
}
.nav-top {
z-index: 100;
}
.nav-links {
display: flex;
flex-direction: row-reverse;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
text-decoration: none;
color: #212529;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
font-family: 'Poppins', sans-serif;
position: relative;
}
.nav-links .nav-previous span,
.nav-links .nav-next span {
color: #aaa;
}
.nav-links .nav-previous {
margin-right: 0;
}
.nav-links .nav-next {
margin-right: auto;
}
.pagination .nav-links {
margin: 0 auto;
}
.pagination ul.page-numbers {
display: flex;
padding-left: 0;
margin: 0 auto;
list-style: none;
}
.pagination ul.page-numbers .page-numbers {
position: relative;
display: block;
color: #333;
text-decoration: none;
padding: .5rem 1rem;
margin-right: 1rem;
border-radius: 3px;
border: 1px solid #dee2e6;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.pagination ul.page-numbers .page-numbers.current,
.pagination ul.page-numbers .page-numbers:hover {
background-color: #222;
color: #fff;
}
.pagination-sm ul.page-numbers .page-numbers {
padding: .2rem .7rem;
margin-right: 0;
border-radius: 0;
} @media (min-width: 768px) {
.animate {
animation-duration: 0.3s;
-webkit-animation-duration: 0.3s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
}
@keyframes slideIn {
0% {
transform: translateY(1rem);
opacity: 0;
}
100% {
transform: translateY(0rem);
opacity: 1;
}
0% {
transform: translateY(1rem);
opacity: 0;
}
}
@-webkit-keyframes slideIn {
0% {
-webkit-transform: transform;
-webkit-opacity: 0;
}
100% {
-webkit-transform: translateY(0);
-webkit-opacity: 1;
}
0% {
-webkit-transform: translateY(1rem);
-webkit-opacity: 0;
}
}
.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
} select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
.input-text,
textarea {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #f1f3f4;
border: 1px solid #ced4da;
background-clip: padding-box;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
}
select:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
.input-text:focus,
textarea:focus {
background-color: #fff !important;
border-color: #86b7fe;
outline: none;
}
.form-check-label {
cursor: pointer;
}
.form-control,
.form-select {
background-color: #f1f3f4;
}
.form-control:focus,
.form-select:focus {
background-color: #fff;
}
.btn {
border-radius: 35px;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.btn.waiting {
opacity: .7;
}
.btn .spinner {
width: 15px;
height: 15px;
margin-left: .5rem;
}
.centerxy {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
.btn-secondary .spinner-border,
.btn-success .spinner-border,
.btn-primary .spinner-border,
.btn-danger .spinner-border,
.btn-info .spinner-border {
color: #fff !important;
}
.btn.btn-spinner .spinner {
display: none !important;
}
.btn-lock-pass {
top: 0;
right: 0;
border-radius: 0;
line-height: 39px;
background: #333;
color: #fff;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.btn-lock-pass .btn__icon {
color: #fff;
font-size: 1.2rem;
}
.btn-lock-pass.show-password {
background: #666;
}
.btn-lock-pass.show-password .btn__icon:before {
content: "\e81d";
}
.btn-hide-icon-active.disabled .btn__icon,
.btn-hide-icon-active.active .btn__icon,
.btn-hide-icon-active.waiting .btn__icon {
display: none !important;
}
.btn-hide-icon-active.disabled .spinner,
.btn-hide-icon-active.active .spinner,
.btn-hide-icon-active.waiting .spinner {
margin: 0 !important;
}
.checkboxes {
max-height: 300px;
overflow: auto;
padding: 1rem;
}
.checkboxes li {
margin-bottom: .5rem;
list-style: none;
}
.form-floating .btn-wpmedia {
position: absolute;
right: 0;
top: 0;
}
.form-floating .btn-wpmedia .icon {
font-size: 2rem;
}
textarea.textarea-lg {
min-height: 150px;
}
.form-message textarea {
height: 100px !important;
}
.selectit input {
margin-right: .5rem;
}
.taginput-wrap {
background-color: #f1f3f4;
border: 1px solid #ccc;
border-radius: .25rem;
}
.taginput-wrap:focus {
background-color: #fff;
}
.bootstrap-tagsinput {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
margin-top: 2rem;
margin-bottom: 1rem;
width: 100%;
}
.bootstrap-tagsinput .tag {
font-size: 1rem;
background: #6c757d;
padding: 0.1rem .5em;
border-radius: 3px;
margin-bottom: 5px;
display: inline-block;
}
.bootstrap-tagsinput input[type="text"] {
display: inline-block !important;
background-color: transparent !important;
}
.bootstrap-tagsinput input[type="text"]:focus {
background: none !important;
}
.search-form {
position: relative;
}
.search-form .btn-main {
z-index: 3;
position: absolute;
right: 0;
top: 0;
}
.search-form .btn-main .btn__icon {
color: #6c757d;
}
.search-form .post-type-select {
position: absolute;
left: 0;
top: 0;
width: 120px;
z-index: 10;
text-transform: capitalize;
border: 1px solid #ced4da;
border-top-left-radius: 35px;
border-bottom-left-radius: 35px;
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-left: 1.5rem;
background-color: #f1f3f4;
line-height: 1.5;
font-size: 1rem;
}
.search-form .post-type-select+input[name=s] {
padding-left: 130px !important;
}
.drag-drop-upload .upload-form__label {
border: 5px dashed #acadaf;
width: 100%;
height: 300px;
cursor: pointer;
position: relative;
}
.drag-drop-upload .upload-form__label .icon {
font-size: 5rem;
color: #666;
}
.drag-drop-upload .upload-form__label:hover {
opacity: .9;
}
.drag-drop-upload .upload-form__label h5 {
color: #aaa;
font-weight: 400;
}
.drag-drop-upload .progress-wrap {
display: none;
}
.drag-drop-upload.active .upload-form__label {
display: none;
}
.drag-drop-upload.active .progress-wrap {
display: block;
}
.drag-drop-upload .progress {
background: #e9ecef;
border: 1px solid #ddd;
}
.form-avatar .cropper-wrap {
height: 300px;
width: 300px;
margin: 0 auto;
border-radius: 3px;
overflow: hidden;
}
.profile-photo-form .img-cropper-wrap {
height: 250px;
margin: 0 auto;
overflow: hidden;
}
#form-embed-video #source {
height: 100px;
}
textarea[name="share-embed"] {
height: 150px !important;
}
.upload-video-form textarea#post_content {
height: 200px;
}
.form-ajax button[type="submit"] .spinner-border {
margin-left: 1rem;
width: 1rem;
height: 1rem;
}
.form-ajax.form-post-like button[type="submit"] .spinner-border {
display: none;
}
form.join-us #content {
height: 100px;
}
.private-message textarea.form-control {
height: 100px;
}
.form-report textarea {
min-height: 100px;
}
.form-live-stream #description {
height: 100px;
}
.wp-editor-wrap .mce-active {
background: #222 !important;
}
.wpcf7-form label {
width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
border-color: #dc3545 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
position: absolute;
top: -26px;
right: 0;
background: #dc3545;
color: #fff;
padding: 0 0.7rem;
font-size: 13px;
border-radius: 3px;
}
.wpcf7-form .wpcf7-spinner {
width: 1.2rem;
height: 1.2rem;
vertical-align: middle;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
color: #fff;
background-color: #0a58ca;
border-color: #0a53be;
border-radius: 35px;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0;
padding-bottom: 0;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
background-color: #0a58ca;
border-color: #0a53be;
opacity: .8;
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .choices__inner {
border-radius: 0.25rem;
color: #212529;
background-color: #f1f3f4 !important;
border: 1px solid #ced4da;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
font-size: .9rem;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description {
font-size: 1rem !important;
line-height: 2;
} .nsl-container .nsl-container-buttons {
width: 100%;
}
#loginform label {
margin-bottom: 0.75rem;
}
#loginform input[type=text],
#loginform input[type=password] {
width: 100%;
max-width: 100%;
}
#loginform p {
margin-bottom: 1.5rem;
}
#loginform .login-submit {
margin-bottom: 0;
}
body.login p {
line-height: 2;
}
body.login #site-search form {
padding-bottom: 0;
}
body.login #login {
padding: 2% 0 0 0;
width: 400px;
}
body.login #login h1 {
display: none;
}
body.login #login input[type="text"],
body.login #login input[type="email"],
body.login #login input[type="password"] {
display: block;
padding: .375rem .75rem;
font-size: 1rem;
background: #f1f3f4;
border: 1px solid #ced4da;
}
body.login #login input[type="text"]:focus,
body.login #login input[type="email"]:focus,
body.login #login input[type="password"]:focus {
background-color: #fff;
box-shadow: none;
outline: none;
border-color: #ced4da;
}
body.login #login input[type="text"]:-webkit-autofill,
body.login #login input[type="text"]:-webkit-autofill:hover,
body.login #login input[type="text"]:-webkit-autofill:focus,
body.login #login input[type="email"]:-webkit-autofill,
body.login #login input[type="email"]:-webkit-autofill:hover,
body.login #login input[type="email"]:-webkit-autofill:focus,
body.login #login input[type="password"]:-webkit-autofill,
body.login #login input[type="password"]:-webkit-autofill:hover,
body.login #login input[type="password"]:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px #f1f3f4 inset;
-webkit-text-fill-color: #212529;
}
body.login #login form {
border: none;
border-radius: 3px;
padding: 1.5rem;
}
body.login #login form label {
margin-bottom: 1rem;
}
body.login #login form .form-check input {
margin-top: 4px;
}
body.login #login form input[type="submit"] {
width: 100%;
padding: .2rem;
font-size: 1rem;
background-color: #ce1e1e !important;
border: 1px solid #ce1e1e !important;
color: #fff !important;
border-radius: 35px;
outline: none;
box-shadow: none;
}
body.login #login #loginform #wp-submit {
margin-top: 2rem;
}
body.login #login .wp-hide-pw {
outline: none;
box-shadow: none;
border: none !important;
background: none !important;
}
@media only screen and (max-width: 425px) {
body.login #login {
width: 95%;
}
}
body.login .language-switcher {
max-width: 300px;
}
body.login form#language-switcher {
display: flex;
align-items: center;
}
body.login form#language-switcher input[type=submit] {
background: #666;
border-color: #666;
border-radius: 35px;
position: relative;
color: #fff;
padding-left: 1rem;
padding-right: 1rem;
}
body.login form#language-switcher #language-switcher-locales {
background: #f1f3f4;
border: 1px solid #ced4da;
}
body.login .nsl-container-buttons {
width: 100%;
}
@media screen and (max-width: 782px) {
body.login form#language-switcher {
display: block;
}
body.login form#language-switcher input[type=submit] {
width: 100%;
margin-top: 1rem;
font-size: 1rem;
min-height: 30px;
}
body.login form#language-switcher #language-switcher-locales {
font-size: 1rem;
min-height: 30px;
}
} .content-container-fluid.header-template-1 .site-main {
margin-top: 70px;
} .thumbnail-image-2 {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.post-thumbnail {
overflow: hidden;
}
.post-thumbnail img {
transition: transform .7s;
width: 100%;
height: auto;
}
.post-thumbnail .post-meta__like {
background: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0.75rem;
left: -100px !important;
z-index: 10;
width: auto;
height: auto;
color: #fff;
border-radius: .25rem;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.post-thumbnail .post-meta__like button {
padding: 3px;
}
.post-thumbnail .post-meta__like .btn__icon {
color: #fff;
font-size: 1rem;
}
.post-thumbnail .post-meta__like .btn__badge {
display: none;
}
.post-thumbnail .post-meta__like .gap-4 {
gap: 0 !important;
}
.post-thumbnail:hover img {
transform: scale(1.1);
}
.post-thumbnail:hover .post-meta__like {
left: 0.75rem !important;
}
.post-thumbnail.ratio img {
object-fit: cover;
height: 100%;
}
.post-thumbnail iframe {
z-index: 0;
}
.more-link {
font-weight: 600;
font-family: 'Poppins', sans-serif;
color: #212529;
}
.post-title {
font-size: 1rem;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.post-title a {
font-weight: 600;
text-decoration: none;
color: #212529;
overflow: hidden;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
.post-title .icon-live:before {
width: .8rem;
height: .8rem;
}
.post-title-md {
font-size: 1.4rem;
}
.post-title-lg {
font-size: 1.6rem;
}
.post-title-lg .icon-live:before {
width: 1rem;
height: 1rem;
}
.post-title-xl {
font-size: 1.8rem;
}
.post-title-xl .icon-live:before {
width: 1rem;
height: 1rem;
}
.post-title-xxl {
font-size: 2rem;
}
.post-title-xxl .icon-live:before {
width: 1rem;
height: 1rem;
}
.type-video .post-thumbnail img {
height: 100% !important;
width: 100% !important;
object-fit: cover;
}
.type-video .post-thumbnail .video-length {
position: absolute;
right: 0.75rem;
top: 0.75rem;
left: auto;
display: inline-block;
}
.type-video .post-thumbnail .badge-stream {
position: absolute;
width: auto;
height: auto;
display: inline-block;
right: 0.75rem;
left: auto;
bottom: 0.75rem;
top: auto;
}
.post-meta__items {
font-size: 13px;
color: #aaa;
text-decoration: none;
position: relative;
}
.post-meta__items a {
color: #aaa;
text-decoration: none;
}
.post-meta__items .icon {
font-size: 1em;
}
.post-meta__items>div {
position: relative;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
.post-meta__items>div:last-child {
margin-right: 0;
}
.post-meta__items .spinner-border {
width: 1rem;
height: 1rem;
}
.post-meta__items .user-avatar {
width: 35px;
height: 35px;
}
@media only screen and (max-width: 375px) {
.post-meta__items .user-avatar {
width: 25px;
height: 25px;
}
.post-meta__items .user-avatar img {
padding: 0;
}
.post-meta__items .comment-box {
padding: 1px 7px;
}
}
.post-meta__author {
font-size: 0.9rem;
color: #aaa;
text-decoration: none;
}
.post-meta__author a {
color: #aaa !important;
text-decoration: none;
}
.comment-box {
background: #aaa;
color: #fff;
padding: 2px 9px;
font-size: 11px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.comment-box .comment-link {
color: #fff;
}
.comment-box:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #aaa;
bottom: -5px;
content: '';
left: 50%;
margin-left: -5px;
position: absolute;
}
.comment-box:after {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #aaa;
bottom: -5px;
content: '';
left: 50%;
margin-left: -5px;
position: absolute;
}
.comment-box:hover {
background: #222;
}
.comment-box:hover:before,
.comment-box:hover:after {
border-top-color: #222;
}
.post-options .btn__icon {
font-size: 1.5rem !important;
color: #6c757d;
}
.post-options .btn {
border: 1px solid #21252917 !important;
padding: 0.5rem 1rem !important;
border-radius: 4px !important;
position: relative;
}
.post-options .btn:hover {
opacity: .7;
}
.video-length {
font-size: 13px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
width: auto;
height: auto;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.video-hover {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
opacity: 0;
}
.video-hover:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .9;
}
.video-hover:hover {
opacity: 1;
}
.video-hover:hover+.video-length {
background: #ce1e1e;
}
.video-hover span {
font-size: 40px;
color: #fff;
}
.video-watch-later {
position: absolute;
right: -30px;
bottom: 15px;
left: auto;
top: auto;
z-index: 20;
width: auto;
height: auto;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.video-watch-later button {
background: rgba(0, 0, 0, 0.8);
}
.video-watch-later button.active {
background: none;
}
.video-watch-later .btn__icon {
color: #fff;
font-size: 1.2rem;
}
.post-body:not(.single-body):hover .video-watch-later {
right: 15px;
}
.livechat-icon {
position: absolute;
width: auto;
height: auto;
right: 10px;
bottom: 10px;
top: auto;
left: auto;
padding: 0.2rem 1rem 0.2rem 1.3rem;
font-size: .8rem;
color: #fff;
background: rgba(0, 0, 0, 0.8);
}
.livechat-icon .dot {
left: 7px;
top: 5px;
background: #ce1212;
}
.video-paid {
position: absolute;
left: 10px;
bottom: 10px;
top: auto;
width: auto;
height: auto;
background: rgba(0, 0, 0, 0.8);
color: #fff;
font-size: .8rem;
}
.video-paid .icon {
color: #0dcaf0;
}
.bg-overlay {
position: absolute;
top: auto;
bottom: 0;
left: 0;
height: 60%;
width: 100%;
background: #f2f2f2;
background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, black 100%);
}
.view-more-url span.badge {
font-weight: 400;
background-color: #222 !important;
border: 1px solid #333;
letter-spacing: 0;
}
.view-more-url span.badge:hover {
background-color: #111 !important;
}
.post-excerpt,
.post-content {
line-height: 2;
}
.post-excerpt p,
.post-content p {
word-wrap: break-word;
}
.post-excerpt p:last-child,
.post-content p:last-child {
margin-bottom: 0;
}
.post-excerpt .pmpro_content_message,
.post-content .pmpro_content_message {
padding: 1rem;
}
.post-tags:not(.post-category) a {
position: relative;
font-size: 12px;
display: inline-block;
color: #222;
background-color: #f5f5f5;
margin: 5px;
text-decoration: none;
padding: 1px 7px;
text-transform: capitalize;
}
.post-tags:not(.post-category) a:hover {
background: #444;
color: #fff;
}
.post-category a {
color: #212529;
font-weight: 700;
text-transform: uppercase;
font-size: .9rem;
text-decoration: none;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
font-family: 'Poppins', sans-serif;
}
.post-category a:hover {
text-decoration: underline;
}
.post-category .sep {
color: #aaa;
}
.post-category.post-tags a {
background: #111;
border: 1px solid #333;
color: #fff;
padding: .2rem .5rem;
font-weight: 600;
text-transform: uppercase;
font-size: .85rem;
}
.post-category.post-tags a:hover {
text-decoration: none;
}
.hentry.sticky {
background: #fdffde;
}
.social-share .meks_ess {
margin-bottom: 0;
}
.modal-body .social-share {
margin-bottom: 1rem;
}
.has-large-font-size {
font-size: 2rem;
}
.has-small-font-size {
font-size: .95rem;
}
.js-read.js-more {
max-height: 4rem;
overflow: hidden;
}
.js-read-toggler span {
font-size: 1.5rem;
}
.js-read-less span:before {
content: "\f102";
}
.tagcloud a {
margin-right: .5rem;
margin-bottom: .5rem;
text-decoration: none;
}
.tagcloud a:hover {
text-decoration: underline;
}
.item-index {
font-family: 'Poppins', sans-serif;
border-radius: 50%;
width: 40px;
height: 40px;
}
.item-index span {
font-size: 1.1rem;
font-weight: 700;
}
.post-main {
position: relative;
}
.post-main .playlist-content-widget {
margin-bottom: 0;
}
.is-center-align-items .post-body {
align-items: center !important;
}
.post-grid-list_xxs .post-thumbnail,
.post-grid-list_xs .post-thumbnail {
width: 120px;
}
.post-grid-list_xxs .video-watch-later,
.post-grid-list_xs .video-watch-later {
display: none;
}
.post-grid-list_xxs .video-length,
.post-grid-list_xs .video-length {
top: 5px !important;
right: 5px !important;
padding: 4px;
}
.post-grid-list_xxs .post-meta__items,
.post-grid-list_xs .post-meta__items {
top: 5px !important;
left: 5px !important;
padding: 0;
font-size: 13px;
}
.post-grid-list_xxs .post-meta__items .btn,
.post-grid-list_xxs .post-meta__items .btn__icon,
.post-grid-list_xxs .post-meta__items .btn__badge,
.post-grid-list_xs .post-meta__items .btn,
.post-grid-list_xs .post-meta__items .btn__icon,
.post-grid-list_xs .post-meta__items .btn__badge {
font-size: 11px;
}
.post-grid-list_xxs .icon-play,
.post-grid-list_xs .icon-play {
font-size: 30px;
}
.post-grid-list_xxs .livechat-icon,
.post-grid-list_xxs .video-paid,
.post-grid-list_xs .livechat-icon,
.post-grid-list_xs .video-paid {
bottom: 0;
}
.post-grid-list_xxs .livechat-icon .text,
.post-grid-list_xxs .video-paid .text,
.post-grid-list_xs .livechat-icon .text,
.post-grid-list_xs .video-paid .text {
display: none;
}
.post-grid-list_xxs .livechat-icon,
.post-grid-list_xs .livechat-icon {
right: 0;
}
.post-grid-list_xxs .video-paid,
.post-grid-list_xs .video-paid {
left: 0;
}
.post-grid-list_xxs .post-meta__like,
.post-grid-list_xs .post-meta__like {
display: none !important;
}
.post-grid-list_xxs .post-thumbnail {
width: 60px;
}
.post-grid-list_xxs .video-length {
display: none !important;
}
.post-grid-list_sm .post-thumbnail {
width: 140px;
}
.post-grid-list_sm .video-watch-later {
display: none;
}
.post-grid-list_sm .video-hover span {
font-size: 30px;
}
.post-grid-list_sm .icon-play {
font-size: 30px;
}
.post-grid-list_sm .livechat-icon,
.post-grid-list_sm .video-paid {
bottom: 0;
}
.post-grid-list_sm .livechat-icon .text,
.post-grid-list_sm .video-paid .text {
display: none;
}
.post-grid-list_sm .livechat-icon {
right: 0;
}
.post-grid-list_sm .video-paid {
left: 0;
}
.post-grid-list_sm .post-meta__like {
display: none !important;
}
.post-grid-list_md .post-thumbnail {
width: 180px;
}
.post-grid-list_md .video-hover span {
font-size: 40px;
}
.post-grid-list_md .livechat-icon,
.post-grid-list_md .video-paid {
bottom: .2rem;
}
.post-grid-list_md .livechat-icon .text,
.post-grid-list_md .video-paid .text {
display: none;
}
.post-grid-list_md .livechat-icon {
bottom: .2rem;
}
.post-grid-list_md .post-meta__like,
.post-grid-list_md .video-paid {
left: .2rem;
}
.post-grid-list_md .video-length,
.post-grid-list_md .livechat-icon {
right: 0.2rem !important;
}
.post-grid-list_md .post-meta__items,
.post-grid-list_md .video-length {
top: 0.2rem !important;
}
.post-grid-list_md .post-meta__items [class*="icon"] {
font-size: 12px;
}
.post-grid-list_lg .post-thumbnail {
width: 300px;
}
.post-grid-list_xl .post-thumbnail {
width: 350px;
}
.post-grid-list_xxl .post-thumbnail {
width: 400px;
}
.post-list-wrap .post-thumbnail {
width: 150px;
}
.post-grid .post-meta__title {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2;
line-height: 1.5;
}
.post-grid .post-title-lg,
.post-grid .post-title-xl,
.post-grid .post-title-xxl {
max-height: 4.2rem;
}
.post-grid .post-meta_author {
margin: .3rem 0;
}
.post-grid .post-excerpt {
font-size: 1rem;
}
.post-grid.post-grid-dark .post-item:hover {
opacity: .8;
}
.post-grid.post-grid-dark .post-item .post-meta_author a,
.post-grid.post-grid-dark .post-item .post-title a {
color: #f9f9f9 !important;
}
.post-grid.post-grid-dark .post-item .post-meta__items {
color: #f9f9f9;
}
.post-grid.post-grid-dark .post-item .post-meta__items a {
color: #f9f9f9;
}
.post-grid.post-grid-dark::-webkit-scrollbar {
width: 8px;
background-color: #333;
}
.post-grid.post-grid-dark::-webkit-scrollbar-thumb {
background-color: #666;
}
@media only screen and (max-width: 1024px) {
.post-grid .post-title-xl {
font-size: 1.5rem;
}
.post-grid .post-title-xxl {
font-size: 1.7rem;
}
}
@media only screen and (max-width: 768px) {
.post-grid .post-title-lg,
.post-grid .post-title-xl,
.post-grid .post-title-xxl {
font-size: 1.4rem;
}
}
@media only screen and (max-width: 480px) {
.post-grid .post-title-md,
.post-grid .post-title-lg,
.post-grid .post-title-xl,
.post-grid .post-title-xxl {
font-size: 1rem;
}
.post-grid .post-excerpt {
font-size: .9rem;
}
}
.post-grid-grid.post-grid-avatar-size-sm .post-excerpt {
padding-left: 3rem;
}
.post-grid-grid.post-grid-avatar-size-md .post-excerpt {
padding-left: 3.5rem;
}
.post-grid-grid.post-grid-avatar-size-lg .post-excerpt {
padding-left: 5rem;
}
.post-grid-grid.post-grid-avatar-size-l .post-excerpt {
padding-left: 6.5rem;
}
.post-grid-grid.post-grid-avatar-size-xl .post-excerpt {
padding-left: 9rem;
}
.post-grid-overlay .avatar {
padding: 0;
}
.post-grid-overlay .post-bottom {
position: absolute;
left: 1.5rem;
bottom: 1.5rem;
margin: 0 !important;
padding: 0;
color: #f9f9f9;
align-items: center !important;
}
.post-grid-overlay .post-bottom .post-title {
display: -webkit-box;
max-height: 3.2rem;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 1;
}
.post-grid-overlay .post-bottom .post-title a {
color: #f9f9f9;
display: inline;
}
.post-grid-overlay .post-meta__author {
color: #aaa;
}
.post-grid-overlay .post-meta__author a {
color: #aaa;
}
.post-grid-overlay:not(.post-grid-avatar) .post-bottom .post-meta__items {
color: #f9f9f9;
}
.post-grid-overlay:not(.post-grid-avatar) .post-bottom .post-meta__items a {
color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
.post-grid-overlay .post-bottom {
left: 0.75rem;
bottom: 0.75rem;
}
}
.post-grid-no-margin .row {
margin-left: 0;
margin-right: 0;
}
.post-grid-no-margin .post-item {
padding-left: 0;
padding-right: 0;
}
.post-grid-no-margin .post-main,
.post-grid-no-margin .post-thumbnail {
border-radius: 0 !important;
}
.post-grid-no-margin .slick-list {
margin-left: 0;
margin-right: 0;
}
.post-grid-no-margin .slick-list .slick-slide {
padding-left: 0;
padding-right: 0;
}
.post-grid-no-margin.post-grid-slick {
padding-left: 0;
padding-right: 0;
}
.post-grid-no-margin.post-grid-slick .slick-list {
margin: 0 !important;
}
.post-grid-no-margin.post-grid-slick .slick-list .slick-slide {
padding: 0 !important;
}
@media only screen and (max-width: 500px) {
.post-grid-no-margin .slick-list .slick-slide {
padding-left: 10px;
padding-right: 10px;
}
}
.flat-posts {
height: 500px;
width: 100%;
}
.flat-posts article {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
}
.flat-posts article .bg-thumbnail {
transition: transform .7s;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.flat-posts article:hover .bg-thumbnail {
transform: scale(1.1);
}
.flat-posts .avatar {
padding: 0;
}
.flat-posts .post-bottom {
color: #f9f9f9;
position: absolute;
bottom: 1.5rem;
left: 1.5rem;
max-width: 90%;
}
.flat-posts .post-title a {
color: #f9f9f9;
display: -webkit-box;
max-height: 6rem;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2;
}
.flat-posts .video-length {
position: absolute;
right: 10px;
top: 10px;
left: auto;
display: inline-block;
}
.flat-posts .video-paid {
left: 1rem;
top: 1rem;
bottom: auto;
}
.flat-posts .large-post-wrap {
width: 60%;
float: left;
height: 100%;
}
.flat-posts .large-post-wrap .post-title {
font-size: 1.5rem;
}
.flat-posts .small-posts-wrap {
width: 40%;
float: left;
height: 100%;
}
.flat-posts .small-posts-wrap .post-title {
font-size: 1rem;
}
.flat-posts .small-posts-wrap .small-post-wide {
width: 100%;
height: 50%;
}
.flat-posts .small-posts-wrap .small-post-small {
width: 50%;
height: 50%;
float: left;
}
@media only screen and (max-width: 1400px) {
.flat-posts {
height: 450px;
}
}
@media only screen and (max-width: 1024px) {
.flat-posts .large-post-wrap {
width: 55%;
}
.flat-posts .small-posts-wrap {
width: 45%;
}
.flat-posts .small-posts-wrap .post-title {
font-size: 1.1rem;
}
}
@media only screen and (max-width: 767px) {
.flat-posts {
height: 1000px;
}
.flat-posts .large-post-wrap,
.flat-posts .small-posts-wrap {
width: 100%;
height: 500px;
}
.flat-posts .post-bottom {
bottom: 10px;
left: 0.75rem;
}
}
@media only screen and (max-width: 480px) {
.flat-posts {
height: 1000px;
}
.flat-posts .large-post-wrap {
height: 400px;
}
.flat-posts .large-post-wrap .post-title {
font-size: 1.2rem;
}
.flat-posts .small-posts-wrap {
height: 600px;
}
.flat-posts .small-posts-wrap .small-post {
width: 100%;
}
.flat-posts .small-posts-wrap .small-post.small-post-wide {
height: 200px;
}
.flat-posts .small-posts-wrap .small-post.small-post-small {
height: 200px;
}
}
@media only screen and (max-width: 380px) {
.flat-posts .post-title {
font-size: 1rem !important;
}
}
.post-grid-slick {
padding-right: 0.75rem;
padding-left: 0.75rem;
overflow: hidden;
}
@media only screen and (max-width: 380px) {
.post-grid-list_md .post-thumbnail,
.post-grid-list_lg .post-thumbnail,
.post-grid-list_xl .post-thumbnail,
.post-grid-list_xxl .post-thumbnail {
width: 140px;
}
}
@media only screen and (max-width: 767px) {
.post-grid-list_lg .post-body,
.post-grid-list_xl .post-body,
.post-grid-list_xxl .post-body {
display: block !important;
}
.post-grid-list_lg .post-body .post-main,
.post-grid-list_xl .post-body .post-main,
.post-grid-list_xxl .post-body .post-main {
margin: 0 !important;
width: 100%;
}
.post-grid-list_lg .post-body .post-bottom,
.post-grid-list_xl .post-body .post-bottom,
.post-grid-list_xxl .post-body .post-bottom {
margin-top: 1rem;
}
.post-grid-list_lg .post-thumbnail,
.post-grid-list_xl .post-thumbnail,
.post-grid-list_xxl .post-thumbnail {
width: 100%;
}
}
@media only screen and (max-width: 992px) {
.post-title-lg {
font-size: 1.4rem;
}
.post-title-xl {
font-size: 1.6rem;
}
.post-title-xxl {
font-size: 1.8rem;
}
} .term-grid .icon__playlist {
color: #fff;
}
.term-grid .term-box {
background: #000000a1;
padding: 1rem;
z-index: 2;
}
.term-grid .term-title {
font-size: 1rem;
}
.term-grid.term-layout-default .term-box {
min-width: 60%;
max-width: 60%;
}
.term-grid.term-layout-default .term-title {
color: #fff;
text-transform: uppercase;
position: relative;
font-weight: bold;
font-family: 'Poppins', sans-serif;
letter-spacing: 2px;
overflow: hidden;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
.term-grid.term-layout-default .term-title:after {
position: absolute;
content: "";
width: 50px;
height: 2px;
bottom: -.5rem;
left: 50%;
transform: translate(-50%, -50%) !important;
background: #fff;
}
.term-grid.term-layout-default .post-count {
font-size: .9rem;
text-transform: capitalize;
font-weight: 500;
}
.term-grid.term-layout-playlist .term-box {
height: 100%;
width: 30%;
right: 0;
top: 0;
}
.term-grid.term-layout-playlist .play-all-box {
background: #000000a1;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
opacity: 0;
}
.term-grid.term-layout-playlist .post-permalink:hover .play-all-box {
opacity: 1;
}
.term-grid.term-layout-overlay .post-bottom {
position: absolute;
left: .75rem;
bottom: .75rem;
}
.term-grid.term-layout-overlay .post-bottom .post-title {
position: relative;
}
.term-grid.term-layout-overlay .post-bottom .post-title a {
color: #f9f9f9;
padding-left: 1rem;
}
.term-grid.term-layout-overlay .post-bottom .post-title:before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 7px;
height: 7px;
border: 1px solid #ce1212;
border-radius: 50%;
background: #ce1212;
}
.terms-menu .term-item a {
text-transform: capitalize;
background: #e2e2e2;
color: #111;
border-radius: 8px;
padding: 0.25rem 0.75rem;
text-decoration: none;
display: block;
}
.terms-menu .term-item a:hover {
opacity: .8;
}
.terms-menu .term-item.current a {
background: #222;
color: #fff;
}
.terms-menu.no-slick .term-item {
display: inline-block;
margin: 0.5rem;
}
.terms-menu.slick-initialized .slick-arrow:before {
color: #1b1b1b;
}
.terms-menu.slick-initialized .slick-prev+.slick-list {
margin-left: 2rem !important;
margin-right: 2rem !important;
} .activity-item .post-title {
font-size: 1.1rem;
}
.activity-item .comment-count a {
text-decoration: none;
color: #a0a1a3;
font-size: .95rem;
}
@media only screen and (max-width: 700px) {
.activity-item .user-avatar {
width: 45px;
height: 45px;
}
.activity-item .post-title {
font-size: 1rem;
}
} .li-post-count {
position: absolute;
right: 0;
top: 10px;
color: #aaa;
font-size: .9rem;
}
.widget-title-wrap {
border-bottom: 1px solid #e9ecef;
margin-bottom: 1.5rem;
z-index: 2;
}
.widget-title-wrap .form-control,
.widget-title-wrap .sortby {
font-family: 'Lato', sans-serif;
letter-spacing: 0;
}
.widget .not-found {
max-width: 500px;
margin: 0 auto;
}
.widget-title {
letter-spacing: 1px;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.5rem;
margin-bottom: 1rem;
position: relative;
display: inline-block;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
color: #666;
}
.widget-title:after {
content: "";
position: absolute;
height: 4px;
width: 50px;
left: 0;
bottom: -1rem;
background: #ce1212;
}
.widget-title.no-after:after {
content: none;
}
.widget-title .view-more {
font-size: .9rem;
}
.widget-title .title-icon {
font-size: 1rem;
background: #ce1212;
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
margin-right: 1rem;
position: relative;
}
.widget-title .title-icon:before {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin: 0;
padding: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_product_categories ul {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_product_categories ul li {
display: block;
width: 100%;
padding: .7rem 0;
text-align: inherit;
position: relative;
border-bottom: 1px solid #f5f5f5;
}
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_product_categories ul li:first-child {
padding-top: 0;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a,
.widget_product_categories ul li a {
text-decoration: none;
clear: both;
color: #212529;
display: block;
position: relative;
padding: 0 1.5rem;
font-size: 1rem;
}
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before,
.widget_nav_menu ul li a:before,
.widget_product_categories ul li a:before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 7px;
height: 7px;
border: 1px solid #ce1212;
border-radius: 50%;
}
.widget_archive ul li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_recent_comments ul li a:hover:before,
.widget_recent_entries ul li a:hover:before,
.widget_rss ul li a:hover:before,
.widget_nav_menu ul li a:hover:before,
.widget_product_categories ul li a:hover:before {
background: #ce1212;
}
.widget_archive ul li .children,
.widget_categories ul li .children,
.widget_pages ul li .children,
.widget_meta ul li .children,
.widget_recent_comments ul li .children,
.widget_recent_entries ul li .children,
.widget_rss ul li .children,
.widget_nav_menu ul li .children,
.widget_product_categories ul li .children {
padding-left: 1.5rem;
padding-top: 1.5rem;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_product_categories ul li:last-child {
border-bottom: none !important;
padding-bottom: 0 !important;
}
.widget_nav_menu .sub-menu {
padding-left: 1.5rem;
padding-top: 1rem;
}
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
display: inline-block;
padding: 0;
}
.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before {
content: none;
}
.widget_recent_comments ul li .comment-author-link,
.widget_recent_entries ul li .comment-author-link,
.widget_rss ul li .comment-author-link {
font-weight: 600;
}
.widget_recent_comments ul li .rssSummary,
.widget_recent_entries ul li .rssSummary,
.widget_rss ul li .rssSummary {
color: #666;
font-style: italic;
}
.wp-block-tag-cloud a,
.tagcloud a {
font-size: 0.9rem !important;
background-color: #e9ecef;
color: #212529;
padding: .2rem .5rem;
margin: 4px;
display: inline-block;
text-decoration: none;
border-radius: 3px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
opacity: .5;
text-decoration: none;
}
.wp-calendar-nav {
display: flex;
justify-content: space-between;
}
.wp-calendar-nav a {
font-weight: 600;
color: #212529;
}
.widget-require-membership a {
color: #212529;
font-weight: 700;
}
.widget-require-membership ul {
list-style: none;
padding: 0;
line-height: 2;
}
.widget_search .autocomplete-results {
top: 37px;
}
.widget_search .autocomplete-results>div {
padding-top: 0 !important;
}
.widget-filter .list-filter label {
text-decoration: none;
cursor: pointer;
display: block;
padding: .1rem 0;
}
.widget-filter .list-filter label span {
position: relative;
}
.widget-filter .list-filter label input {
display: none;
}
.widget-filter .list-filter label input:checked+span {
padding-left: 1.5rem;
}
.widget-filter .list-filter label input:checked+span:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
content: "\e855";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
color: #198754;
left: 5px;
font-size: .75rem;
}
.widget-filter .list-filter.list-cloud>div {
display: inline-block;
}
.widget-filter .list-filter.list-cloud>div span {
border: 1px solid #ddd;
padding: 0.3rem 0.5rem;
margin-right: 0.5rem;
border-radius: 4px;
}
.widget-filter .list-filter.list-cloud>div input:checked+span {
background: #ddd;
border: none;
}
.comments-widget ul li:last-child {
border-bottom: none !important;
}
.widget_rss .rss-widget-icon {
margin-right: .7rem;
}
.widget_rss .rss-date {
color: #aaa;
font-size: .9rem;
display: block;
}
.widget_rss .rssSummary {
font-size: .9rem;
}
.user-list-widget .user-wrap {
margin-right: 2rem;
}
.user-list-widget .user-name {
font-size: 1rem;
}
.user-list-widget .video-count {
font-size: .85rem;
color: #aaa;
}
.posts-widget .star-rating {
font-size: 90%;
}
.widget-videos-playlist .livechat-icon,
.widget-videos-playlist .total-score {
display: none;
}
.widget-videos-playlist iframe {
background: #000;
}
.widget-videos-playlist .post-grid {
overflow-x: hidden;
overflow-y: scroll;
}
.widget-videos-playlist .post-grid .post-item {
position: relative;
border-bottom: 1px solid #ececec;
}
.widget-videos-playlist .post-grid .post-item.active {
background: #eee;
}
.widget-videos-playlist .post-grid .post-item.active:before {
content: "";
position: absolute;
height: 100%;
width: 3px;
top: 0;
left: 0;
background: #666;
}
.widget-videos-playlist .post-grid .post-item .post-title {
font-size: .95rem;
max-height: 3rem;
}
.widget-videos-playlist .post-grid .post-meta__like {
display: none;
}
.widget-videos-playlist .post-grid-dark .post-item {
border-bottom: 1px solid #222;
}
.widget-videos-playlist .post-grid-dark .post-item.active {
background: #222;
}
.widget-videos-playlist .post-grid-dark.border {
border: 1px solid #222 !important;
}
@media only screen and (max-width: 1330px) {
.widget-videos-playlist .embed-wrap .ratio:before {
padding-top: calc(9 / 16 * 100%);
}
.widget-videos-playlist .post-grid-list_sm .post-thumbnail,
.widget-videos-playlist .post-grid-list_md .post-thumbnail {
width: 120px;
}
}
.widget_top_rated_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_products ul li {
padding: 0.7rem 0 !important;
text-align: inherit;
position: relative;
border-bottom: 1px solid #f5f5f5;
}
.widget_top_rated_products ul li a,
.widget_recently_viewed_products ul li a,
.widget_recent_reviews ul li a,
.widget_products ul li a {
text-decoration: none;
}
.widget_top_rated_products ul li a img,
.widget_recently_viewed_products ul li a img,
.widget_recent_reviews ul li a img,
.widget_products ul li a img {
width: 64px !important;
}
.widget_top_rated_products ul li a .product-title,
.widget_recently_viewed_products ul li a .product-title,
.widget_recent_reviews ul li a .product-title,
.widget_products ul li a .product-title {
color: #212529;
}
.widget_top_rated_products ul li ins,
.widget_recently_viewed_products ul li ins,
.widget_recent_reviews ul li ins,
.widget_products ul li ins {
text-decoration: none;
}
.widget_top_rated_products ul li .amount,
.widget_recently_viewed_products ul li .amount,
.widget_recent_reviews ul li .amount,
.widget_products ul li .amount {
color: #11dd21;
}
.widget_top_rated_products ul li del .amount,
.widget_recently_viewed_products ul li del .amount,
.widget_recent_reviews ul li del .amount,
.widget_products ul li del .amount {
color: #aaa;
}
.widget_top_rated_products ul li .star-rating,
.widget_recently_viewed_products ul li .star-rating,
.widget_recent_reviews ul li .star-rating,
.widget_products ul li .star-rating {
margin: 0.5rem 0;
font-size: .8rem;
}
.widget_top_rated_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_products ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget_recent_reviews .reviewer {
color: #aaa;
font-size: 90%;
}
.playlist-meta__items>div {
font-size: 0.9rem;
color: #aaa;
text-decoration: none;
position: relative;
}
.playlist-meta__items>div:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
background: #aaa;
left: -0.75rem;
bottom: 8px;
border-radius: 50%;
}
.playlist-meta__items>div:first-child:before {
content: none;
}
.playlist-meta__items>div .btn__icon {
font-size: 0.9rem;
color: #aaa;
}
.playlist-content-widget .playlist-item-control {
visibility: hidden;
}
.playlist-content-widget .playlist-items {
overflow-y: scroll;
}
.playlist-content-widget .playlist-items .item-index {
min-width: 30px;
text-align: center;
}
.playlist-content-widget .playlist-items .item-index .icon-play {
font-size: 1rem;
}
.playlist-content-widget .playlist-items .playlist-item {
position: relative;
}
.playlist-content-widget .playlist-items .playlist-item .post-title {
font-size: 1rem;
max-height: 3rem;
}
.playlist-content-widget .playlist-items .playlist-item.active,
.playlist-content-widget .playlist-items .playlist-item:hover {
background: #f9f9f9;
}
.playlist-content-widget .playlist-items .playlist-item.active .item-index,
.playlist-content-widget .playlist-items .playlist-item:hover .item-index {
color: #ce1212;
}
.playlist-content-widget .playlist-items .playlist-item:hover .playlist-item-control {
visibility: visible;
}
.playlist-content-widget .playlist-items .playlist-item .post-meta__items {
position: relative;
left: 0;
top: 0;
}
.playlist-content-widget .playlist-items .playlist-item .post-meta__items>div {
background: none;
color: #aaa;
font-size: 13px;
display: inline-block;
padding: 0;
margin-right: 10px;
}
.playlist-content-widget .playlist-items .playlist-item .post-meta__items>div a {
color: #aaa;
}
.playlist-content-widget .playlist-1-items,
.playlist-content-widget .playlist-2-items,
.playlist-content-widget .playlist-3-items {
overflow: visible;
}
.widget {
margin-bottom: 1.5rem;
position: relative;
}
.widget p {
line-height: 2;
}
.widget [class*=wp-block-] {
margin-bottom: 0;
}
.widget-footer .post-grid-grid .row-cols-sm-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-lg-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-xl-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-xxl-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-sm-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-lg-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-xl-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-xxl-1 .post-item:last-child {
margin-bottom: 0 !important;
}
.widget-footer .post-grid-grid .row-cols-sm-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-lg-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-xl-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-xxl-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-sm-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-lg-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-xl-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-xxl-2 .post-item:nth-last-child(-n+2) {
margin-bottom: 0 !important;
}
@media (max-width: 576px) {
.widget-footer .post-grid-grid .row-cols-1 .post-item.mb-5:last-child,
.widget-primary .post-grid-grid .row-cols-1 .post-item.mb-5:last-child {
margin-top: 3rem;
margin-bottom: 3rem !important;
}
.widget-footer .post-grid-grid .row-cols-1 .post-item.mb-4:last-child,
.widget-primary .post-grid-grid .row-cols-1 .post-item.mb-4:last-child {
margin-top: 1.5rem;
margin-bottom: 1.5rem !important;
}
.widget-footer .post-grid-grid .row-cols-1 .post-item.mb-3:last-child,
.widget-primary .post-grid-grid .row-cols-1 .post-item.mb-3:last-child {
margin-top: 1rem;
margin-bottom: 1rem !important;
}
.widget-footer .post-grid-grid .row-cols-1 .post-item.mb-2:last-child,
.widget-primary .post-grid-grid .row-cols-1 .post-item.mb-2:last-child {
margin-top: .5rem;
margin-bottom: 0.5rem !important;
}
}
.widget-elementor {
margin-bottom: 0;
}
.widget-elementor .navigation {
margin-bottom: 1.5rem !important;
}
.sidebar.sidebar-primary.sticky-top {
top: 0;
z-index: 90;
margin-bottom: 1.5rem;
}
.sidebar-primary .pagination-nav {
margin-bottom: 1rem !important;
}
.sidebar-primary .widget {
padding: 1.5rem;
background: #fff;
}
.sidebar-primary .widget .widget-title-wrap .widget-title:after {
content: none;
}
.sidebar-primary .post-grid .icon-play {
font-size: 30px;
}
.sidebar-primary .playlist-content-widget {
padding: 0;
}
.sidebar-primary .comments-template-widget {
padding-bottom: 0;
}
.sidebar-primary .comments-template-widget .comments-livechat {
margin: -1.5rem;
margin-bottom: 0 !important;
}
.sidebar-primary .comments-template-widget .comments-list-lg {
margin: 0 !important;
}
.sidebar-primary .comments-list-lg {
margin: -1.5rem !important;
height: 700px;
}
.sidebar-primary .comments-list-lg .comments-area {
height: 100%;
}
.sidebar-primary .comments-list-lg .comments-list {
overflow-y: auto;
}
@media only screen and (max-width: 1400px) {
.sidebar-primary .post-grid-list_sm .post-thumbnail,
.sidebar-primary .post-grid-list_md .post-thumbnail,
.sidebar-primary .post-grid-list_lg .post-thumbnail,
.sidebar-primary .post-grid-list_xl .post-thumbnail,
.sidebar-primary .post-grid-list_xxl .post-thumbnail {
width: 130px;
}
}
@media only screen and (min-width: 576px) {
.sidebar-primary .post-grid-1-cols .post-item:nth-last-child(-n+1) {
margin-bottom: 0 !important;
}
.sidebar-primary .post-grid-2-cols .post-item:nth-last-child(-n+2) {
margin-bottom: 0 !important;
}
.sidebar-primary .post-grid-3-cols .post-item:nth-last-child(-n+3) {
margin-bottom: 0 !important;
}
.sidebar-primary .post-grid-4-cols .post-item:nth-last-child(-n+4) {
margin-bottom: 0 !important;
}
.sidebar-primary .post-grid-6-cols .post-item:nth-last-child(-n+2) {
margin-bottom: 0 !important;
}
.sidebar-primary .post-grid-12-cols .post-item:nth-last-child(-n+1) {
margin-bottom: 0 !important;
}
}
.sidebar-secondary {
position: fixed;
width: 200px;
top: 70px;
bottom: 0;
left: 0;
z-index: 999;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
overflow-y: scroll;
overflow-x: hidden;
}
.sidebar-secondary .widgettitle {
letter-spacing: 1px;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.5rem;
position: relative;
margin-bottom: 1rem;
}
.sidebar-secondary .main-nav .dropdown-toggle::after {
position: absolute;
right: 1.5rem;
top: 12px;
color: #666;
}
.sidebar-secondary .widget .widget-title:after {
content: none;
}
.sidebar-secondary .widget .widget-title-wrap {
margin-bottom: 1rem;
}
.sidebar-secondary .user-list-widget .user-wrap {
margin-right: 2rem;
}
.sidebar-secondary .user-list-widget .user-avatar {
width: 30px;
height: 30px;
}
.sidebar-secondary .user-list-widget .user-avatar img {
padding: 0;
}
.sidebar-secondary .user-list-widget .user-name {
font-family: 'Poppins', sans-serif;
}
.sidebar-secondary .user-list-widget .user-name a {
font-weight: 400 !important;
font-size: .95rem;
}
.sidebar-secondary .search-form-wrap {
margin: 1rem;
}
.sidebar-secondary .search-form-wrap button[type=submit] {
padding: 0.5rem;
}
.sidebar-secondary.active {
left: 0;
}
.sidebar-secondary.sidebar-collapse {
width: 60px;
}
.sidebar-secondary.sidebar-collapse .btn-collapse span:before {
content: "\f178";
}
.sidebar-secondary.sidebar-collapse .float-nav .menu-title {
display: none;
}
.sidebar-secondary.sidebar-collapse .widget-title-wrap {
display: none;
}
.sidebar-secondary.sidebar-collapse .user-list-widget .user-meta {
display: none;
}
.sidebar-secondary.sidebar-collapse .custom-logo-wrap {
display: none;
}
.sidebar-secondary.sidebar-collapse .custom-mobile-logo {
display: block;
}
.sidebar-secondary.sidebar-collapse .search-form-wrap {
display: none;
}
.sidebar-secondary.sidebar-collapse+.site-main {
padding-left: 60px;
}
@media only screen and (max-width: 1300px) {
.sidebar-secondary {
width: 60px;
}
.sidebar-secondary .widget-title-wrap {
display: none;
}
.sidebar-secondary .user-list-widget .user-meta {
display: none;
}
}
@media only screen and (max-width: 1200px) {
.sidebar-secondary {
left: -200px;
}
.sidebar-secondary .btn-collapse {
display: none;
}
}
.sidebar-secondary+.site-main {
padding-left: 200px;
}
.sidebar-secondary+.site-main .page-main {
padding-left: .75rem;
padding-right: .75rem;
}
@media only screen and (max-width: 1300px) {
.sidebar-secondary+.site-main {
padding-left: 60px;
}
}
@media only screen and (max-width: 1200px) {
.sidebar-secondary+.site-main {
padding-left: 0 !important;
}
}
@media only screen and (max-width: 767px) {
.sidebar-secondary+.site-main .page-main {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.sidebar-secondary+.site-main+.site-footer {
padding-left: 200px;
}
@media only screen and (max-width: 1300px) {
.sidebar-secondary+.site-main+.site-footer {
padding-left: 60px;
}
}
@media only screen and (max-width: 1200px) {
.sidebar-secondary+.site-main+.site-footer {
padding-left: 0;
}
}
.sidebar-secondary.sidebar-collapse+.site-main+.site-footer {
padding-left: 60px;
}
@media only screen and (max-width: 1200px) {
.sidebar-secondary.sidebar-collapse+.site-main+.site-footer {
padding-left: 0;
}
}
.sidebar-secondary-active {
overflow: hidden;
width: 100%;
height: 100%;
position: relative;
}
.sidebar-secondary-active .body-overlay {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .95;
z-index: 100;
}
.sidebar-secondary-active .navbar-toggler span:before {
content: "\f142";
}
.sidebar-secondary-active .sidebar-secondary {
width: 200px;
left: 0 !important;
}
.sidebar-secondary-active .sidebar-secondary .menu-title {
display: inline-block !important;
}
.sidebar-secondary-active .sidebar-secondary .user-list-widget .user-meta {
display: block;
}
@media only screen and (max-width: 480px) {
.sidebar-secondary-active .sidebar-secondary {
width: 100%;
}
}
.sidebar-content-bottom .comments-template-widget .comment-avatar .user-avatar {
width: 60px;
height: 60px;
}
.sidebar-content-bottom .comments-template-widget .children .user-avatar {
width: 50px;
height: 50px;
}
.admin-bar.content-container-fluid .sidebar-secondary {
top: 102px;
}
@media only screen and (max-width: 768px) {
.admin-bar.content-container-fluid .sidebar-secondary {
top: 116px;
}
}
.admin-bar.content-container-fluid .sidebar.sidebar-primary.sticky-top {
top: 130px;
z-index: 90;
} .cancel-reply-text {
font-size: .8rem;
}
.comment-form-cookies-consent {
display: flex;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: .75rem;
}
.commentlist .comment-avatar,
.comments-list .comment-avatar {
float: left;
}
.commentlist .comment-avatar img.avatar,
.comments-list .comment-avatar img.avatar {
width: auto !important;
}
.commentlist .comment-author,
.comments-list .comment-author {
display: flex;
gap: 0.5rem;
}
.commentlist .comment-author .comment-author-name,
.comments-list .comment-author .comment-author-name {
font-size: 1rem;
font-weight: 600;
}
.commentlist .comment-author .comment-date,
.comments-list .comment-author .comment-date {
font-size: .9rem;
color: #aaa;
position: relative;
}
.commentlist .comment-text,
.comments-list .comment-text {
padding-left: 5.5rem;
line-height: 2;
border: none !important;
}
.commentlist .comment-text-js,
.comments-list .comment-text-js {
height: 6rem;
overflow: hidden;
}
.commentlist .comment-text-js .bg-overlay,
.comments-list .comment-text-js .bg-overlay {
background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, white 100%);
}
.commentlist .comment-text-js .comment-show-more,
.comments-list .comment-text-js .comment-show-more {
position: absolute;
bottom: 0;
left: 0;
background: #fff;
text-transform: lowercase;
font-size: .9rem;
}
.commentlist .comment-text-js .comment-show-less,
.comments-list .comment-text-js .comment-show-less {
display: none;
text-transform: lowercase;
font-size: .9rem;
}
.commentlist .comment-text-js.show-less,
.comments-list .comment-text-js.show-less {
height: auto;
}
.commentlist .comment-text-js.show-less .bg-overlay,
.comments-list .comment-text-js.show-less .bg-overlay {
display: none;
}
.commentlist .comment-text-js.show-less .comment-show-more,
.comments-list .comment-text-js.show-less .comment-show-more {
display: none;
}
.commentlist .comment-text-js.show-less .comment-show-less,
.comments-list .comment-text-js.show-less .comment-show-less {
display: block;
}
.commentlist .pingback,
.commentlist .trackback,
.commentlist .review,
.commentlist .comment,
.comments-list .pingback,
.comments-list .trackback,
.comments-list .review,
.comments-list .comment {
border-bottom: 1px solid #f3f3f3;
padding: 1.5rem;
}
.commentlist .pingback:last-child,
.commentlist .trackback:last-child,
.commentlist .review:last-child,
.commentlist .comment:last-child,
.comments-list .pingback:last-child,
.comments-list .trackback:last-child,
.comments-list .review:last-child,
.comments-list .comment:last-child {
border-bottom: none !important;
margin-bottom: 0;
padding-bottom: 0;
}
.commentlist .pingback .btn__icon,
.commentlist .trackback .btn__icon,
.commentlist .review .btn__icon,
.commentlist .comment .btn__icon,
.comments-list .pingback .btn__icon,
.comments-list .trackback .btn__icon,
.comments-list .review .btn__icon,
.comments-list .comment .btn__icon {
color: #767676;
font-size: 1rem;
}
.commentlist .pingback .comment-text,
.commentlist .trackback .comment-text,
.comments-list .pingback .comment-text,
.comments-list .trackback .comment-text {
padding-left: 0;
}
.commentlist ul.children,
.comments-list ul.children {
list-style: none;
padding-left: 50px;
}
.commentlist ul.children .user-avatar,
.comments-list ul.children .user-avatar {
width: 50px;
height: 50px;
}
.commentlist ul.children .comment,
.comments-list ul.children .comment {
padding-right: 0;
}
@media (max-width: 480px) {
.commentlist ul.children,
.comments-list ul.children {
padding-left: 0;
}
.commentlist ul.children .comment,
.comments-list ul.children .comment {
padding-left: 0;
}
}
.commentlist .toggle-replies-link,
.commentlist .comment-reply-link,
.commentlist .comment-reply-login,
.comments-list .toggle-replies-link,
.comments-list .comment-reply-link,
.comments-list .comment-reply-login {
font-size: .8rem;
text-decoration: none;
font-weight: bold;
color: #111;
text-transform: uppercase;
}
.commentlist .toggle-replies-link,
.comments-list .toggle-replies-link {
color: #3594f5;
}
.commentlist .comment-reply-title,
.comments-list .comment-reply-title {
font-size: 1rem;
position: relative;
}
.commentlist .comment-reply-title small,
.comments-list .comment-reply-title small {
position: absolute;
right: 0;
}
.commentlist .toggle-replies-link.active span:before,
.comments-list .toggle-replies-link.active span:before {
content: '\f106';
}
.commentlist .comment-form,
.comments-list .comment-form {
padding: 1.5rem !important;
}
.commentlist.widget .user-avatar,
.comments-list.widget .user-avatar {
width: 60px;
height: 60px;
}
.comment-respond .must-log-in a {
color: #212529;
}
.comment-respond .comment-notes {
color: #0dcaf0;
}
.comment-respond .comment-avatar {
display: inline-block;
float: left;
}
.comment-respond .comment-form {
padding: 1.5rem;
}
.comment-respond .respond-area {
overflow: hidden;
}
.comment-respond .form-submit {
padding: .5rem;
margin: 0;
border-top: 1px solid #e9ecef;
display: flex;
}
.comment-respond .form-submit button[type="submit"] {
border-radius: 35px;
background: #333;
border: none;
}
.comments-ajax ul.children {
display: none;
}
@media only screen and (max-width: 480px) {
.comments-list .user-avatar {
width: 50px;
height: 50px;
}
.comments-list .comment-text {
padding-left: 0;
}
} .user-avatar {
position: relative;
width: 40px;
height: 40px;
}
.user-avatar img {
border-radius: 50% !important;
}
.user-avatar.is-verified:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
content: '\e811';
color: #21de86;
position: absolute;
right: .45em;
bottom: 0em;
line-height: 1rem;
z-index: 1;
}
.user-avatar.is-verified:after {
content: "";
background: #fff;
position: absolute;
right: .37em;
bottom: 0em;
width: 1em;
height: 1em;
border-radius: 50%;
line-height: 1rem;
}
.user-avatar-sm {
width: 30px;
height: 30px;
}
.user-avatar-md {
width: 40px;
height: 40px;
}
.user-avatar-lg {
width: 60px;
height: 60px;
}
.user-avatar-xl {
width: 80px;
height: 80px;
}
.user-avatar-xxl {
width: 120px;
height: 120px;
}
.profile-top {
padding-bottom: 30px;
}
.profile-top .profile-header {
width: 100%;
position: relative;
}
.profile-top .profile-header:before {
display: block;
padding-top: calc(5 / 26 * 100%);
content: "";
}
@media only screen and (max-width: 1000px) {
.profile-top .profile-header {
height: 170px;
}
}
.profile-top .profile-header__photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.profile-top .profile-header__photo .profile-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #e9ecef;
}
.profile-top .profile-header__avatar {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
text-align: center;
height: auto;
width: auto;
top: auto;
}
.profile-top .author-info {
text-align: center;
padding-top: 80px;
}
.profile-top .author-info .author-name {
font-size: 1.4rem;
}
.profile-nav.navbar .nav-link {
font-size: .9rem;
font-weight: 600;
text-transform: uppercase;
color: #6c757d;
position: relative;
padding: .5rem 1rem;
}
.profile-nav.navbar .nav-link.active:after {
position: absolute;
content: "";
width: 100%;
height: 3px;
background: #ce1e1e;
left: 0;
bottom: -7px;
}
@media only screen and (max-width: 1000px) {
.profile-nav.navbar .nav-link.active:after {
width: 3px;
height: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
}
.profile-menu__right {
top: 0;
right: 1.5rem;
}
.profile-forums #bbpress-forums #bbp-user-navigation .nav-link {
background: none;
padding: 0.5rem 1rem !important;
}
.profile-forums #bbpress-forums #bbp-user-navigation .nav-link.active:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
left: 0;
bottom: 0;
background: #ce1e1e;
}
.profile-forums #bbpress-forums .entry-title {
font-size: 1.2rem;
}
.btn-follow {
padding-left: 2rem;
padding-right: 2rem;
}
.btn-follow.btn-danger {
background: #ce1e1e;
}
.profile-main .widget .widget-title-wrap {
border: none;
}
.profile-main .widget .widget-title {
font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
.profile-main .container {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media only screen and (max-width: 1300px) {
.profile-main .profile-top {
padding-bottom: 55px;
}
.profile-main .profile-menu__right {
top: -35px;
left: 50%;
transform: translate(-50%, -50%) !important;
right: auto;
}
} .user-dashboard .col_sidebar,
.user-dashboard .col_main {
height: calc(100vh - 70px);
overflow-y: auto;
}
.user-dashboard .col_sidebar {
background: #222;
border-right: 1px solid #222;
}
.user-dashboard .col_sidebar .navbar-nav .nav-link {
font-weight: 400;
color: #fff;
}
.user-dashboard .col_sidebar .navbar-nav .nav-link.active,
.user-dashboard .col_sidebar .navbar-nav .nav-link:hover,
.user-dashboard .col_sidebar .navbar-nav .nav-link:focus {
background: #333;
}
.user-dashboard .col_sidebar .navbar-nav .nav-link .menu-icon {
font-size: 1.4rem;
width: auto;
height: auto;
}
.user-dashboard .col_main {
padding-left: 200px;
}
.user-dashboard .col_main .widget-inbox {
margin: -1.5rem;
height: calc(100vh - 71px);
}
.user-dashboard .col_main .widget-inbox .bp-messages-wrap {
height: calc(100vh - 71px) !important;
}
.user-dashboard .col_main .widget-inbox .bp-messages-threads-wrapper {
height: calc(100vh - 71px) !important;
}
.user-dashboard .col_main .widget-inbox .bp-messages-threads-wrapper .bp-messages-side-threads,
.user-dashboard .col_main .widget-inbox .bp-messages-threads-wrapper .bp-messages-column {
height: calc(100vh - 71px) !important;
}
.user-dashboard .col_main .social-login-account .nsl-container-buttons {
display: flex !important;
gap: 1rem;
}
.user-dashboard .col_main .social-login-account .nsl-container-buttons>a {
width: auto;
flex: none;
}
.user-dashboard .col_main .widget-live-chat-settings label {
font-size: 1rem !important;
font-weight: normal !important;
margin-bottom: 0.5rem;
}
.user-dashboard .col_main .widget-live-chat-settings input[type=checkbox],
.user-dashboard .col_main .widget-live-chat-settings input[type=radio] {
margin-right: 1rem;
}
.user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list {
list-style: none;
}
.user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list li:first-child {
margin-bottom: 1rem;
}
.user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list li:first-child a {
font-weight: bold;
color: #222;
}
.user-dashboard .col_main .widget-live-chat-settings .form-table {
display: none;
}
.user-dashboard .col_main .bp-emojionearea-editor {
min-height: 4rem;
}
.user-dashboard .col_main #pmpro_account .pmpro_box {
border-top: none;
margin: 0;
padding: 0;
}
.user-dashboard .col_main .pmpro_account-membership-levelname {
font-size: 1.5rem;
color: #1dbf56;
text-transform: uppercase;
font-weight: bold;
}
.user-dashboard .col_main .pmpro_account-membership-levelname .pmpro_actionlinks {
font-size: 1rem;
color: #212529;
margin-top: 1rem;
text-transform: capitalize;
}
@media only screen and (max-width: 1300px) {
.user-dashboard .col_main {
padding-left: 50px;
}
}
.user-dashboard .badge-filters .badge {
font-size: .9rem;
}
.user-dashboard .badge-filters .status-any {
order: 0;
}
.user-dashboard .badge-filters .status-publish {
order: 1;
}
.user-dashboard .badge-filters .status-private {
order: 2;
}
.user-dashboard .badge-filters .status-pending {
order: 3;
}
.user-dashboard .badge-filters .status-reject {
order: 4;
}
.user-dashboard .badge-filters .status-trash {
order: 5;
}
.user-dashboard .badge-filters .badge-trash {
background: none !important;
}
.user-dashboard .badge-filters .entry-status {
display: inline-block;
margin-right: .7rem;
}
.user-dashboard tr:hover .row-buttons {
visibility: visible !important;
}
.user-dashboard .table .col-id {
width: 2.2em;
}
.user-dashboard .table .post-thumbnail {
width: 150px;
min-width: 150px;
}
.user-dashboard .table .progress {
background-color: #e9ecef !important;
height: 20px;
}
.user-dashboard .table td,
.user-dashboard .table th {
text-align: left;
padding: 1rem;
}
.user-dashboard .table-videos .col-title {
width: 30%;
}
.user-dashboard .table-videos .col-author {
width: 15%;
}
.user-dashboard .table-comments .col-author {
width: 10%;
}
.user-dashboard .table-comments .col-comment {
width: 40%;
}
.user-dashboard .table-comments .col-response-to {
width: 30%;
}
.user-dashboard #wp-post_content-editor-tools {
display: block;
}
.user-dashboard .quick-upload-widget .upload-form__label .icon {
font-size: 3rem;
}
.user-dashboard .quick-upload-widget .upload-form__label h5 {
font-size: 1.2rem;
}
.user-dashboard .post-thumbnail img {
object-fit: cover;
}
.user-dashboard .page-title {
font-family: 'Poppins', sans-serif;
}
.user-dashboard input[name="post_title"] {
height: 5rem;
font-size: 1.5rem;
}
.user-dashboard .woocommerce .recent-orders h2 {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
.user-dashboard .col_sidebar {
left: -200px;
}
.user-dashboard .col_main {
padding-left: 0;
}
}
@media only screen and (max-width: 1024px) {
.user-dashboard table,
.user-dashboard thead,
.user-dashboard tbody,
.user-dashboard th,
.user-dashboard td,
.user-dashboard tr {
display: block;
}
.user-dashboard thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.user-dashboard tr {
border: 1px solid #eee;
margin-bottom: 2rem;
}
.user-dashboard td {
border: none;
border-bottom: 1px solid #eee !important;
position: relative;
padding: 1rem 0 1rem 35% !important;
text-align: left !important;
width: auto !important;
}
.user-dashboard td:before {
position: absolute;
top: 1rem;
left: 1rem;
width: 45%;
white-space: nowrap;
content: attr(data-title);
}
.user-dashboard .col-id {
display: none;
}
.user-dashboard .row-buttons {
visibility: visible !important;
}
}
.body-dashboard .site-main {
margin-top: 70px;
}
.body-dashboard .header-user__dropdown .nav-videos .nav-link {
background: none;
} .member-loop .profile-top {
padding-bottom: 0;
}
.member-loop .profile-top .profile-header:before {
padding-top: calc(9 / 21 * 100%);
}
.member-loop .profile-top .author-info {
padding-top: 50px;
padding-bottom: 30px;
}
.member-loop .profile-top .author-info .author-name {
font-size: 1rem;
text-align: center;
margin-bottom: 1rem;
}
.member-loop .profile-top .author-info .author-name a {
text-decoration: none;
}
.member-loop .member-info {
font-size: .9rem;
text-align: center;
margin-top: 1rem;
}
.member-loop .member-info .member-info__item {
padding: 1rem;
}
.member-loop .member-info .member-info__item .member-info__item__count {
font-size: 1rem;
font-weight: 600;
color: #212529;
} .post-img {
height: 500px;
margin-bottom: 0;
width: 100%;
position: relative;
}
.post-img .img-thumbnail {
padding: 0;
}
.post-img .post-header {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 2;
color: #fff;
}
.post-img .post-header .post-title {
font-size: 2.5rem;
}
.post-img .post-category a {
color: #fff;
}
.post-img.no-image {
height: 200px;
background: #fff;
}
.post-img.no-image .post-header {
color: #212529;
}
.post-img.no-image .bg-overlay {
display: none;
}
.post-img.no-image .post-category a {
color: #2f85dc;
}
.post-img .btn__icon {
color: #aaa;
}
@media only screen and (max-width: 1400px) {
.post-img {
height: 400px;
}
}
@media only screen and (max-width: 768px) {
.post-img .post-header .post-title {
font-size: 2rem;
}
}
.post-password-form .input-group {
max-width: 350px;
}
.type-video .single-body .post-title {
font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
.type-video .single-body .post-title {
font-size: 1.6rem;
}
}
@media only screen and (max-width: 480px) {
.type-video .single-body .post-title {
font-size: 1.4rem;
}
}
.embed-media iframe {
width: 100%;
height: 100%;
} .button-group-download .badge {
left: 3.5rem;
}
.sources-navigator .icon {
top: 16px;
left: 16px;
}
.sources-navigator .source-label {
padding-left: 1.5rem;
}
.sources-navigator .active .dot {
background: #ce1212;
}
.player-wrapper {
overflow: hidden;
}
.player-wrapper .player-header {
background: #fff;
display: none;
}
.player-wrapper .sticky-player {
position: fixed;
left: auto;
top: auto;
right: 10px;
bottom: 10px;
z-index: 100;
width: 500px;
height: auto;
}
.player-wrapper .sticky-player .ratio::before {
padding-top: calc(9 / 16 * 100%);
}
.player-wrapper .sticky-player .player-header {
display: block;
}
.player-wrapper .sticky-player .password-protected p {
display: none;
}
@media only screen and (max-width: 600px) {
.player-wrapper .sticky-player {
top: 0;
left: 0 !important;
width: 100%;
height: 0;
z-index: 99999;
}
}
.player-wrapper .post-password-form {
font-size: 1.3rem;
border: 1px solid #222 !important;
}
.player-wrapper .post-password-form input[name=post_password],
.player-wrapper .post-password-form input[name=post_password]:focus {
color: #f9f9f9 !important;
border: 1px solid #333 !important;
background-color: #222 !important;
}
.player-wrapper .password-protected>div {
padding: 0 !important;
}
.player-wrapper .ratio-2x3:before,
.player-wrapper .ratio-9x16:before {
padding-top: calc(100vh - 60px);
}
@media only screen and (max-width: 768px) {
.player-wrapper .ratio-21x9:before {
padding-top: calc(9 / 16 * 100%);
}
}
.single-main .player-wrapper .progress {
height: 2rem;
background: #333;
font-size: 1rem;
}
.single-main .single-video__body {
height: calc(100vh - 70px);
overflow-y: auto;
}
.single-main .sidebar-float+.site-main {
overflow: hidden;
height: auto;
}
@media (max-width: 992px) {
.single-main .single-video__body,
.single-main .comments-fixed .comments-list-lg {
height: auto !important;
overflow: visible;
}
.single-main .comments-area {
height: auto !important;
}
}
.single-body .post-meta__items {
font-size: 1rem;
}
.single-body .post-meta__right .btn__text {
font-size: 1rem !important;
}
.single-body .post-bottom__author+.post-bottom__content .post-content {
padding-left: 7rem;
}
.single-body .post-options {
overflow-x: auto;
}
@media only screen and (max-width: 768px) {
.single-body .post-bottom__author+.post-bottom__content .post-content {
padding-left: 0;
}
}
.single-video-v3 {
overflow: hidden;
}
.single-video-v3 .sticky-player {
left: 210px;
right: auto;
}
@media only screen and (max-width: 1300px) {
.single-video-v3 .sticky-player {
left: 50px;
}
}
@media only screen and (max-width: 1200px) {
.single-video-v3 .sticky-player {
left: 0;
}
}
.single-video-v3 .sidebar-secondary.sidebar-collapse+.site-main .sticky-player {
left: 70px;
}
.single-video-v3 .comments-list-lg {
height: calc(100vh - 60px);
}
.single-video-v3 .comments-livechat .comments-list-lg {
height: calc(100vh - 100px);
}
.single-video-v3.single-no-comments {
overflow-y: scroll;
}
.single-video-v3.single-comment-open .live-chatbox-wrap .bp-messages-wrap {
height: calc(100vh - 110px) !important;
}
.single-video-v3.live-chat-template {
overflow-y: hidden;
}
@media only screen and (max-width: 1024px) {
.single-video-v3 {
overflow-y: scroll !important;
}
.single-video-v3 .comments-fixed {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
}
.comments-fixed .widget-title-wrap {
padding: 0.75rem 1.5rem !important;
}
.comments-fixed .comment-avatar {
margin-right: 0.75rem !important;
}
.comments-fixed .comment-title {
padding: 0.75rem 1.5rem !important;
}
.comments-fixed .post-comments {
height: 100%;
}
.comments-fixed .comments-list {
overflow-y: auto;
}
.comments-fixed .comments-list .comment {
padding: 1.5rem;
}
.comments-fixed .comments-list .user-avatar {
width: 45px;
height: 45px;
}
.comments-fixed .comments-list .comment-text {
padding-left: 3rem !important;
padding-right: 0;
}
.comments-fixed .comment-respond {
order: 3;
width: 100%;
border-top: 1px solid #e9ecef;
}
.comments-fixed .comment-respond button[type="submit"] {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.comments-fixed .comments-area {
height: 100%;
}
.comments-fixed.comments--nofixed {
border: none !important;
height: auto;
}
.comments-fixed.comments--nofixed>div {
border: none !important;
}
.comments-fixed.comments--nofixed .comment-title {
display: block !important;
padding: 1rem;
margin: 0;
}
.comments-fixed.comments--nofixed .comment-title .widget-title {
margin: 0;
padding: 0;
}
.comments-fixed.comments--nofixed .post-comments {
height: auto;
}
.comments-fixed.comments--nofixed .comments-list {
overflow: visible;
}
.comments-fixed.comments--nofixed .comment-respond {
position: relative !important;
}
.comments-fixed .live-chatbox-wrap .bp-messages-threads-wrapper {
max-height: 100% !important;
height: 100% !important;
}
.comments-fixed .live-chatbox-wrap .message-content {
max-width: 100% !important;
}
.comments-fixed .live-chatbox-wrap .bp-messages-wrap {
height: calc(100vh - 70px) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
border: none;
}
.comments-fixed .comment-avatar .user-avatar {
width: 35px;
height: 35px;
}
.comments-fixed .comments-list .comment-respond .widget-title-wrap {
display: flex !important;
}
.comments-fixed .comments-list .comment-respond .comment-avatar {
display: none !important;
}
.comments-fixed .comments-list-lg {
height: calc(100vh - 60px);
}
.logged-in.admin-bar .comments-fixed .comments-list-lg {
height: calc(100vh - 100px);
}
.logged-in.admin-bar .comments-fixed .comments-livechat .comments-list-lg {
height: calc(100vh - 130px);
}
.logged-in.admin-bar .comments-fixed .live-chatbox-wrap .bp-messages-threads-wrapper {
height: 95% !important;
}
@media only screen and (max-width: 600px) {
.post-bottom__author {
display: block !important;
}
.post-bottom__author .button-donate-wrap {
margin-top: 1rem;
}
.post-bottom__author #btn-private-message .btn__icon {
font-size: 1rem;
}
} .series-backdrop:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #222222db;
}
.series-backdrop .series-content {
z-index: 2;
color: #fff;
}
.series-backdrop .post-title {
font-size: 2.5rem;
}
.series-backdrop .post-terms a {
border-radius: 35px;
border: 1px solid #ddd;
padding: 0.2rem 1rem;
text-decoration: none;
color: #fff;
}
.series-backdrop .post-terms a:hover {
opacity: .6;
}
.series-backdrop .post-people span {
font-weight: 700;
}
.series-backdrop .post-people a {
color: #4d97f8;
text-decoration: none;
text-transform: capitalize;
}
.series-backdrop .series-meta>* {
margin-bottom: 1.5rem;
}
.post-seasons img {
object-fit: cover;
}
.post-seasons .post-season {
min-width: 200px;
} body.search .page-main .post-grid-list_xl .post-title,
body.search .page-main .post-grid-list_xxl .post-title {
font-size: 1.4rem;
}
body.search .page-main .post-grid-list_xl .post-meta__items,
body.search .page-main .post-grid-list_xxl .post-meta__items {
margin: 1rem 0;
}
body.search .page-main .term-grid-widget,
body.search .page-main .posts-widget {
margin-bottom: 0;
}
body.search .page-main .term-grid-widget .navigation,
body.search .page-main .posts-widget .navigation {
margin-bottom: 1.5rem !important;
} .search-results .page-main .post-excerpt {
font-size: 1rem;
}
.edit-post .col_main {
height: calc(100vh - 60px);
overflow-y: auto;
} .section-messages .user-name {
font-size: .9rem;
font-weight: 600;
}
.section-messages .user-name a {
text-decoration: none;
}
.section-messages .search_user-wrap {
margin: 0 -12px 0px -12px;
}
.section-messages .search_user-wrap input[name="search_users"] {
border-radius: 35px;
}
.section-messages .search_user-wrap button[type="submit"] {
right: 0;
}
.section-messages .list-message-wrap {
height: calc(100vh - 60px);
}
.section-messages .list-message-wrap .list-message__threads {
overflow-y: auto;
}
.section-messages .list-message-wrap .list-message .badge {
transform: translate(-50%, -50%);
top: 50%;
right: 0;
}
.section-messages .list-reply-wrap {
height: calc(100vh - 60px);
}
.section-messages .list-reply-wrap .list-reply__top {
z-index: 1;
}
.section-messages .list-reply-wrap .list-reply__top .user-name {
font-size: 1rem;
}
.section-messages .list-reply-wrap .list-reply__top [class*=icon] {
color: #6c757d;
}
.section-messages .list-reply-wrap .list-reply__top .icon-ellipsis-vert {
font-size: 1.5rem;
}
.section-messages .list-reply-wrap .list-reply__body {
overflow-y: auto;
}
.section-messages .list-reply-wrap .list-reply__body .message .message_content {
max-width: 30em;
}
.section-messages .list-reply-wrap .list-reply__body .message.mine {
text-align: right;
}
.section-messages .list-reply-wrap .list-reply__body .message.mine .message_content {
text-align: left;
}
.section-messages .list-reply-wrap .list-reply__body .message:last-child {
margin-bottom: 0px !important;
}
@media only screen and (max-width: 1000px) {
.section-messages .list-message-wrap {
position: fixed;
top: 133px;
width: 84px;
background: #f8f9fa !important;
}
.section-messages .list-message-wrap .user-avatar {
width: 50px;
height: 50px;
}
.section-messages .list-reply__body,
.section-messages .list-reply__bottom {
margin-left: 84px;
}
}
@media only screen and (max-width: 700px) {
.section-messages .list-reply__body .user-avatar {
display: none;
}
.section-messages .list-reply__body .message_content {
width: 100% !important;
max-width: 100% !important;
}
} .collection-list {
height: 300px;
overflow-y: auto;
}
.collection-list .btn-collection-control.waiting .btn__icon {
display: none;
}
.collection-list li:hover {
background: #f5f5f5;
}
.collection-list li .btn__icon {
font-size: 1.2rem;
color: #666;
}
.collection-list .term-meta>div {
display: inline-block;
margin-right: 2rem;
position: relative;
}
.collection-list .term-meta>div:first-child:before {
content: none;
}
.collection-list .term-meta>div:last-child {
margin-right: 0;
}
.collection-list .term-meta>div:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
background: #aaa;
left: -1rem;
bottom: 8px;
border-radius: 50%;
}
.collection-list .collection-image {
width: 80px;
}
.collection-list .collection-item-details {
max-width: 70%;
}
.collection-list .collection-item-details .form-check {
display: -webkit-box;
}
.collection-list .collection-control-buttons {
position: absolute;
right: 0;
top: 0.5rem;
}
@media only screen and (max-width: 768px) {
.collection-list .collection-item-details {
width: 100%;
max-width: 100%;
}
.collection-list .collection-control-buttons {
position: relative;
}
}
.playlist-items.ui-sortable .playlist-item {
cursor: grab;
}
.search_videos-list {
max-height: 400px;
min-height: 100px;
overflow-y: scroll;
overflow-x: hidden;
}
.search_videos-list .post-thumbnail {
width: 120px;
}
.search_videos-list .video-paid {
display: none;
} .has-preloader .preloader {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #fff;
z-index: 99999;
}
.embed-service iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post-review {
padding: 1.5rem !important;
}
#user_switching_switch_on {
position: fixed;
right: 0;
bottom: 0;
}
.wppl-button-wrap .btn__icon {
font-size: 1.2rem;
color: #aaa;
}
.wppl-button-wrap .btn__badge {
top: -10px;
}
.wppl-like-button.active .btn__icon span {
color: #21de86;
}
.wppl-like-button.active .badge {
background-color: #198754 !important;
}
.wppl-dislike-button.active .btn__icon span {
color: #f15a69;
}
.wppl-dislike-button.active .badge {
background-color: #dc3545 !important;
}
.wppl-button-wrap .progress {
height: 5px;
top: -10px;
left: 0;
}
.post-thumbnail .wppl-button-wrap .progress {
top: -5px;
}
.login-wrap {
height: calc(100vh - 200px);
}
.multi-source-list {
max-height: 300px;
overflow-y: scroll;
}
#light-off {
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: .95;
z-index: 1000;
}
.has-light-off .player-embed,
.has-light-off .sticky-player {
z-index: 1002;
}
.has-light-off #turn-off-light {
z-index: 1001;
background-color: #ce1212 !important;
border: none !important;
}
.has-light-off #turn-off-light span {
color: #fff !important;
}
.btn-upnext.auto-next {
background: #ce1212 !important;
}
.btn-upnext.auto-next span {
color: #fff !important;
}
.btn-upnext.auto-next span:before {
content: "\f205";
}
.ph-item {
background-color: transparent !important;
border: none !important;
}
.ph-item .ph-picture,
.ph-item .ph-avatar,
.ph-item .ph-row div {
background-color: #ddd;
}
.ph-item .ph-row .empty {
background-color: transparent;
}
.post-password-form button[type=submit] {
border-radius: 0.25rem;
}
.chapter-list {
list-style: none;
border: 1px solid #e9ecef;
overflow: scroll;
border-radius: 3px;
}
.chapter-list li {
font-size: 1rem;
margin: 1rem 0;
border-bottom: 1px solid #e9ecef;
position: relative;
padding-left: 1.5rem;
cursor: pointer;
}
.chapter-list li:hover {
opacity: .8;
}
.chapter-list li:before {
font-family: "fontello";
content: "\f144";
position: absolute;
left: 0;
top: 0;
width: 7px;
height: 7px;
color: #aaa;
}
.chapter-list li:last-child {
border-bottom: none;
}
.select2-container .select2-selection--single {
height: 32px !important;
}
div.mce-fullscreen {
z-index: 99999;
}
.webvr-polyfill-viewer-selector label {
color: #000 !important;
} .vjs-poster {
background-size: cover !important;
} .embed-responsive object,
.embed-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} #insert-media-button {
padding: .25rem 1rem;
background: #000;
color: #fff;
} .post-review {
border-top-color: #e9ecef !important;
background: #fff !important;
}
.post-review .review-score span {
border-color: #ce1e1e;
}
.post-review .thescore {
background: #ce1e1e;
}
.total-score {
position: absolute;
top: 10px;
left: 10px;
width: 20px;
height: 20px;
z-index: 1;
}
.total-score span {
color: #fff;
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
background: #ce1e1e;
border-radius: 50%;
font-weight: 700;
font-size: 14px;
} .slick-slide {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.slick-list {
margin: 0px -1.5rem !important;
}
.slick-prev,
.slick-next {
width: auto;
z-index: 2;
}
.slick-prev:before,
.slick-next:before {
font-size: 30px;
opacity: 1;
}
.slick-prev {
left: 0.75rem;
}
.slick-next {
right: 0.75rem;
}
.slick-dots li button:before {
font-size: 12px;
color: #666;
}
.slick-dots li.slick-active button:before {
color: #ec2c2c;
}
.js-slick {
display: none;
visibility: hidden;
}
.js-slick.slick-initialized {
display: block;
visibility: visible;
} .wp-block-group__inner-container h2 {
letter-spacing: 1px;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.5rem;
margin-bottom: 2rem;
position: relative;
display: inline-block;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.wp-block-button,
.wp-block-image,
.wp-block-cover,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-group,
.wp-block-table,
.wp-block-latest-comments,
.wp-block-archives-list,
.wp-block-archives-dropdown,
.wp-block-calendar,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-quote {
margin-bottom: 1rem;
}
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text {
color: #fff;
}
.wp-block-group.has-background {
margin-bottom: 1rem;
}
.li-post-count {
position: absolute;
right: 0;
top: 10px;
color: #aaa;
font-size: .9rem;
}
.wp-calendar-table,
.wp-block-table {
width: 100%;
min-width: 240px;
border-collapse: collapse;
}
.wp-calendar-table caption,
.wp-block-table caption {
text-align: center;
}
.wp-calendar-table th,
.wp-calendar-table td,
.wp-block-table th,
.wp-block-table td {
border: 1px solid #e9ecef;
padding: 0.75rem;
}
.wp-calendar-table thead,
.wp-block-table thead {
background: #f9f9f9;
}
.wp-calendar-table a,
.wp-block-table a {
font-weight: 700;
color: #212529;
}
@media only screen and (max-width: 1400px) {
.wp-calendar-table th,
.wp-calendar-table td,
.wp-block-table th,
.wp-block-table td {
padding: .7rem;
}
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
text-align: center;
}
.wp-block-latest-comments,
.wp-block-archives-list {
padding-left: 0;
list-style: none;
}
.wp-block-latest-comments.has-avatar {
padding-left: 0;
list-style: none;
}
.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment {
border-bottom: 1px solid #f1f1f1;
}
.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment:last-child {
border-bottom: none;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
font-weight: 600;
text-decoration: none;
color: #212529;
}
.wp-block-latest-comments__comment-date {
font-size: .95rem;
color: #aaa;
margin: .5rem 0;
}
.wp-block-rss,
.wp-block-archives-list,
.wp-block-latest-posts__list,
.wp-block-latest-comments,
.wp-block-categories-list {
list-style: none;
padding: 0;
}
.wp-block-rss li,
.wp-block-archives-list li,
.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.wp-block-categories-list li {
display: block;
width: 100%;
padding: .7rem 0;
text-align: inherit;
position: relative;
border-bottom: 1px solid #f5f5f5;
}
.wp-block-rss li:first-child,
.wp-block-archives-list li:first-child,
.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child,
.wp-block-categories-list li:first-child {
padding-top: 0;
}
.wp-block-rss li a,
.wp-block-archives-list li a,
.wp-block-latest-posts__list li a,
.wp-block-latest-comments li a,
.wp-block-categories-list li a {
text-decoration: none;
clear: both;
color: #212529;
display: block;
position: relative;
padding-left: 1.2rem;
}
.wp-block-rss li a:before,
.wp-block-archives-list li a:before,
.wp-block-latest-posts__list li a:before,
.wp-block-latest-comments li a:before,
.wp-block-categories-list li a:before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 7px;
height: 7px;
border: 1px solid #ce1212;
border-radius: 50%;
}
.wp-block-rss li a:hover:before,
.wp-block-archives-list li a:hover:before,
.wp-block-latest-posts__list li a:hover:before,
.wp-block-latest-comments li a:hover:before,
.wp-block-categories-list li a:hover:before {
background: #ce1212;
}
.wp-block-rss li:last-child,
.wp-block-archives-list li:last-child,
.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.wp-block-categories-list li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.wp-block-latest-posts__list.is-grid a {
padding-left: 0;
}
.wp-block-latest-posts__list.is-grid a:before {
content: none;
}
.wp-block-latest-comments li a {
display: inline-block;
padding-left: 0;
}
.wp-block-latest-comments li a:before {
content: none;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
font-size: .85rem;
color: #aaa;
margin: .5rem 0;
}
.wp-block-quote cite,
.wp-block-quote footer {
font-size: .9rem;
}
.wp-block-search input[type=search] {
border: 1px solid #ced4da;
}
.wp-block-search button {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
padding: .375rem .75rem;
font-size: 1rem;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-block-search button:hover {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}   .error-404-wrap h1 {
font-size: 10rem;
font-family: 'Poppins', sans-serif;
line-height: 1.2;
}
.error-404-wrap .btn {
border-radius: 35px;
text-transform: capitalize;
}
@media (max-width: 320px) {
.error-404-wrap h1 {
font-size: 7rem;
}
} .site-footer {
background: #191919;
color: #f9f9f9;
border-top: 1px solid #222;
}
.site-footer a {
color: #f9f9f9;
}
.site-footer .widget-title-wrap {
border-bottom: 1px solid #222;
}
.site-footer .widget-title {
color: #fff;
}
.site-footer .widget a {
color: #f9f9f9;
}
.site-footer .footer-sidebar {
padding: 3rem 0.75rem 1.5rem 0.75rem;
border-bottom: 1px solid #222;
}
.site-footer .footer-sidebar input[type="text"],
.site-footer .footer-sidebar input[type="password"],
.site-footer .footer-sidebar input[type="email"],
.site-footer .footer-sidebar input[type="url"],
.site-footer .footer-sidebar select {
background-color: #222;
border: 1px solid #333;
color: #f9f9f9;
}
.site-footer .footer-sidebar input[type="text"]:focus,
.site-footer .footer-sidebar input[type="password"]:focus,
.site-footer .footer-sidebar input[type="email"]:focus,
.site-footer .footer-sidebar input[type="url"]:focus,
.site-footer .footer-sidebar select:focus {
background-color: #333 !important;
}
.site-footer .footer-sidebar input[type="text"]::placeholder,
.site-footer .footer-sidebar input[type="password"]::placeholder,
.site-footer .footer-sidebar input[type="email"]::placeholder,
.site-footer .footer-sidebar input[type="url"]::placeholder,
.site-footer .footer-sidebar select::placeholder {
color: #ccc;
opacity: 1;
}
.site-footer .footer-sidebar input[type="text"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="password"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="email"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="url"]:-ms-input-placeholder,
.site-footer .footer-sidebar select:-ms-input-placeholder {
color: #ccc;
}
.site-footer .footer-sidebar input[type="text"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="password"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="email"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="url"]::-ms-input-placeholder,
.site-footer .footer-sidebar select::-ms-input-placeholder {
color: #ccc;
}
.site-footer .footer-sidebar table td,
.site-footer .footer-sidebar table th {
border: 1px solid #333;
}
.site-footer .footer-sidebar .widget_archive li,
.site-footer .footer-sidebar .widget_categories li,
.site-footer .footer-sidebar .widget_pages li,
.site-footer .footer-sidebar .widget_meta li,
.site-footer .footer-sidebar .widget_recent_comments li,
.site-footer .footer-sidebar .widget_recent_entries li,
.site-footer .footer-sidebar .widget_rss li,
.site-footer .footer-sidebar .widget_nav_menu li {
border-bottom: 1px solid #222;
padding: .5rem 0;
}
.site-footer .footer-sidebar .widget_archive li:last-child,
.site-footer .footer-sidebar .widget_categories li:last-child,
.site-footer .footer-sidebar .widget_pages li:last-child,
.site-footer .footer-sidebar .widget_meta li:last-child,
.site-footer .footer-sidebar .widget_recent_comments li:last-child,
.site-footer .footer-sidebar .widget_recent_entries li:last-child,
.site-footer .footer-sidebar .widget_rss li:last-child,
.site-footer .footer-sidebar .widget_nav_menu li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.site-footer .footer-sidebar .tagcloud a {
background-color: #333;
}
.site-footer .footer-sidebar .logo {
max-width: 160px;
}
.footer-text {
border-top: 1px solid #222;
background: #111;
} .woocommerce a.remove {
font-size: 1.2rem;
}
.woocommerce .reset_variations {
margin-top: 1rem;
display: block;
text-align: center;
text-decoration: none;
border: 1px solid #e9ecef;
border-radius: 3px;
}
.woocommerce .edit {
background: #333;
color: #fff;
padding: 0.3rem 2rem;
text-decoration: none;
border-radius: 35px;
}
.woocommerce button.button {
outline: none;
font-weight: normal;
border-radius: 35px;
border: none !important;
}
.woocommerce button.button:hover {
opacity: .8;
}
.woocommerce button.button:disabled[disabled] {
opacity: .6;
}
.woocommerce button[name=apply_coupon],
.woocommerce button[name=update_cart] {
background-color: #333 !important;
color: #fff !important;
padding: 0.7rem 2rem;
}
@media only screen and (max-width: 1000px) {
.woocommerce button[name=update_cart] {
float: none;
width: 100%;
margin-top: 1.5rem;
}
}
.woocommerce .wc-proceed-to-checkout {
margin-top: 1.5rem;
}
.woocommerce .wc-proceed-to-checkout .checkout-button.alt {
background-color: #ce1212 !important;
border: 1px solid #ce1212 !important;
color: #fff !important;
font-size: 1rem;
border-radius: 35px !important;
padding: 1rem !important;
text-transform: uppercase;
font-weight: 700;
}
.woocommerce .wc-proceed-to-checkout .checkout-button.alt:hover {
background-color: #ce1212 !important;
opacity: .8;
}
.woocommerce .download-product a,
.woocommerce .product-name a {
color: #212529;
text-decoration: none;
font-weight: 600;
}
.woocommerce .sale-flash {
top: 10px;
left: 10px;
z-index: 2;
}
.woocommerce .showlogin,
.woocommerce .showcoupon {
color: #212529;
font-weight: 700;
}
.woocommerce .woocommerce-pagination {
margin-bottom: 1.5rem;
}
.woocommerce .price {
color: #11dd21 !important;
font-size: 1rem !important;
font-weight: 700 !important;
text-decoration: none;
}
.woocommerce .price del {
color: #dc3545 !important;
opacity: 1 !important;
font-size: 90%;
text-decoration: line-through;
}
.woocommerce .price ins {
text-decoration: none;
}
.woocommerce .quantity .qty {
width: 5em;
}
@media only screen and (max-width: 768px) {
.woocommerce .quantity .qty {
margin-left: auto;
}
}
.woocommerce .product_type_external,
.woocommerce .product_type_grouped,
.woocommerce .add_to_cart_button,
.woocommerce a.added_to_cart {
padding: 0.5rem !important;
background: #1b1b1b !important;
color: #fff !important;
}
.woocommerce .product_type_external [class*=icon],
.woocommerce .product_type_grouped [class*=icon],
.woocommerce .add_to_cart_button [class*=icon],
.woocommerce a.added_to_cart [class*=icon] {
color: #fff;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce button.single_add_to_cart_button {
text-transform: uppercase !important;
padding: 0.75rem 4rem !important;
background: #ce1212 !important;
}
.woocommerce .woocommerce-variation-description {
font-size: .9rem;
line-height: 2;
border: 1px solid #ebebeb;
background: #fff;
padding: 1.5rem;
margin-bottom: 1.5rem;
border-radius: 3px;
}
.woocommerce p.stars a {
color: #edb10e;
}
.woocommerce .star-rating {
float: none;
margin-bottom: .5rem;
}
.woocommerce .star-rating span:before {
color: #edb10e;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
background: #fff;
margin-bottom: 1.5rem !important;
}
.woocommerce table.shop_table {
border: none;
margin-bottom: 0;
}
.woocommerce table.shop_table th {
color: #9e9e9e;
font-weight: normal !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
border: none;
border-bottom: 1px solid #ebebeb;
padding: 1.5rem 0;
}
.woocommerce table.shop_table tbody tr:last-child th,
.woocommerce table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
border-bottom: none;
background: none;
}
.woocommerce table.shop_table tbody .product-price,
.woocommerce table.shop_table tbody .product-subtotal {
color: #666;
}
.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
font-size: 1.5rem;
text-transform: uppercase;
font-weight: 700;
}
.woocommerce table.cart div.coupon {
display: flex;
}
.woocommerce table.cart div.coupon>label {
display: none;
}
@media only screen and (max-width: 768px) {
.woocommerce table.cart div.coupon input,
.woocommerce table.cart div.coupon button {
width: 50% !important;
}
.woocommerce table.cart button[name=update_cart] {
margin-top: 1.5rem;
}
}
@media only screen and (max-width: 425px) {
.woocommerce table.cart div.coupon {
flex-direction: column;
}
.woocommerce table.cart div.coupon input,
.woocommerce table.cart div.coupon button {
width: 100% !important;
}
.woocommerce table.cart div.coupon input {
margin-bottom: 1.5rem !important;
}
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
padding: 0.5rem 0.75rem;
}
.woocommerce ul.products.row {
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x)/ -2);
margin-left: calc(var(--bs-gutter-x)/ -2);
}
.woocommerce ul.products.row li.product {
padding-right: calc(var(--bs-gutter-x)/ 2);
padding-left: calc(var(--bs-gutter-x)/ 2);
margin: auto var(--bs-gutter-y) auto var(--bs-gutter-y);
width: 25%;
position: relative;
}
.woocommerce ul.products.row li.product .woocommerce-loop-product__link {
position: relative;
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.row.row-cols-md-6 .product {
width: 16.6666666667%;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.row.row-cols-md-5 .product {
width: 20%;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.row.row-cols-md-4 .product {
width: 25%;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.row.row-cols-md-3 .product {
width: 33.3333333333%;
}
}
@media only screen and (max-width: 767px) {
.woocommerce ul.products.row.row-cols-sm-2 .product {
width: 50%;
}
}
@media only screen and (max-width: 480px) {
.woocommerce ul.products.row.row-cols-1 .product {
width: 100%;
}
}
.woocommerce div.product p.price {
font-size: 3rem !important;
font-weight: 700 !important;
text-decoration: none;
}
.woocommerce div.product div.images {
float: none;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
margin-bottom: 0;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
background-color: transparent !important;
border: none !important;
border-radius: 0 !important;
padding: 0 !important;
margin-right: 2rem !important;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after {
content: none !important;
border: 0 !important;
bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
font-size: 1.3rem;
padding: 0.75rem 0;
font-family: 'Poppins', sans-serif;
position: relative;
font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a:after {
content: "";
background: #ce1212;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
position: absolute;
}
.woocommerce div.product .woocommerce-tabs .panel {
line-height: 2;
background: #fff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
padding: 2rem;
}
.woocommerce div.product form.cart:not(.grouped_form):not(.variations_form) {
display: flex;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 0.75rem;
}
.woocommerce div.product form.cart div.quantity .qty {
font-size: 1.2rem;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
margin-bottom: 1rem;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
margin-right: 1rem;
}
.woocommerce div.product div.summary {
width: 100%;
}
.woocommerce div.product div.summary .wppl-button-wrap {
margin-top: 1.5rem;
}
.woocommerce div.product div.summary .wppl-button-wrap .btn__icon span {
font-size: 1.5rem;
}
.woocommerce div.product .woocommerce-variation-price {
margin-bottom: 1rem;
}
.woocommerce div.product .woocommerce-variation-price .price {
font-size: 2rem !important;
}
.woocommerce #reviews .woocommerce-noreviews {
color: #aaa;
font-style: italic;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 1.5rem;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title span {
font-weight: 700;
}
.woocommerce #reviews #comments .commentlist {
padding: 0;
}
.woocommerce #reviews #comments .commentlist li {
border-bottom: 1px solid #f3f3f3 !important;
}
.woocommerce #reviews #comments .commentlist li .meta {
font-size: 0.9rem !important;
}
.woocommerce #reviews #comments .commentlist li .comment-content {
padding-left: 20px;
}
.woocommerce #reviews .comment-respond .comment-reply-title {
letter-spacing: 1px;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.5rem;
margin-bottom: 1rem;
position: relative;
display: inline-block;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
color: #666;
}
.woocommerce #reviews .comment-respond .comment-form {
padding: 0;
}
.woocommerce #reviews .comment-respond .comment-form .form-submit input {
border-radius: 35px !important;
background: #333 !important;
border: none !important;
color: #fff !important;
font-weight: 400 !important;
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.woocommerce .related.products>h2 {
letter-spacing: 1px;
font-size: 1.5rem;
position: relative;
font-family: 'Poppins', sans-serif;
color: #666;
text-align: center;
margin: 0 0 1.5rem 0;
display: block;
}
.woocommerce form .form-row {
margin-bottom: 0.75rem;
}
.woocommerce form .form-row .input-text {
padding: .75rem;
}
.woocommerce form .form-row label {
font-weight: 700;
margin-bottom: 0.25rem;
}
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-form-login {
border: none !important;
background: #fff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.woocommerce .woocommerce-form-coupon button[type=submit],
.woocommerce .woocommerce-form-login button[type=submit] {
min-width: 150px;
}
.woocommerce .woocommerce-form-login .show-password-input {
top: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table img {
width: 70px;
padding: 0.5rem;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name a {
color: #212529;
text-decoration: none;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal .amount {
font-weight: 700;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child td {
padding-top: 1.5rem;
}
.woocommerce .woocommerce-cart-form input[name=coupon_code] {
width: 200px !important;
margin-right: 1.5rem !important;
border-radius: 35px;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.woocommerce .cart-collaterals {
border: 2px solid #1e85be;
border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals .amount {
color: #05d005;
font-size: 1.2rem;
font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-remove-coupon {
font-size: 1rem;
}
.woocommerce .cart-collaterals .cart_totals td {
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .order-total .amount {
font-size: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
border: none;
}
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 1.2rem;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.woocommerce form.woocommerce-checkout #order_review_heading {
font-size: 1.2rem;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
margin-top: 1rem;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table {
border: none !important;
margin-bottom: 0;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table td {
border: none;
border-bottom: 1px solid #f6f7f7;
padding: 0.75rem 0;
width: 30%;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
border-bottom: 1px solid #ddd;
}
.woocommerce form.woocommerce-checkout .order-total {
font-size: 1.5rem;
font-weight: 700;
color: #05d005;
font-family: 'Poppins', sans-serif;
}
.woocommerce form.woocommerce-checkout .order-total th,
.woocommerce form.woocommerce-checkout .order-total td {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment {
background: none !important;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment label {
font-weight: 700;
text-transform: uppercase;
margin-top: 0.75rem;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
background: #e9ecef !important;
padding: 0.75rem;
font-size: 0.9rem !important;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
content: none !important;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
margin: 0.75rem 0 !important;
padding: 0 !important;
padding-bottom: 1.5rem !important;
border-bottom: 1px solid #ddd !important;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .form-row {
padding: 0 !important;
}
.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text {
font-style: italic;
color: #666;
}
.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
font-weight: 700;
}
.woocommerce form.woocommerce-checkout button#place_order {
width: 100%;
background: #ce1e1e !important;
border-color: #ce1e1e !important;
color: #fff !important;
margin-top: 1.5rem;
border-radius: 35px !important;
padding: 1rem !important;
text-transform: uppercase;
font-weight: 700;
}
.woocommerce form.woocommerce-checkout .checkout-section {
border: 2px solid #1e85be;
border-radius: 5px;
}
.woocommerce .woocommerce-Address-title h3,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details__title {
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.woocommerce #ship-to-different-address span {
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
}
.woocommerce .woocommerce-order {
padding: 1.5rem;
background: #fff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
max-width: 900px;
margin: 0 auto;
}
.woocommerce .woocommerce-order .woocommerce-notice {
text-align: center;
font-size: 1.5rem;
margin: 0 0 1.5rem;
font-weight: 700;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
color: green;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-failed {
color: #dc3545;
}
.woocommerce .woocommerce-thankyou-order-details {
border: 1px solid #ddd;
padding: 1.5rem;
color: green;
margin-bottom: 1.5rem !important;
font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
.woocommerce .woocommerce-thankyou-order-details li {
display: block;
width: 100%;
margin-bottom: 0.75rem;
padding-bottom: 0.75rem;
border-right: none !important;
border-bottom: 1px dashed #d3ced2;
}
}
.woocommerce .woocommerce-table--order-details tfoot {
font-size: 1.1rem;
font-weight: 700;
}
.woocommerce .woocommerce-table--order-details tfoot th {
color: #000;
}
.woocommerce .woocommerce-table--order-details tfoot tr:first-child th {
border-top: 5px solid red;
}
.woocommerce .woocommerce-table--order-details tfoot tr:first-child td {
border-top: 5px solid green;
}
.woocommerce .woocommerce-table--order-details tfoot tr:last-child {
color: green;
}
.woocommerce .woocommerce-customer-details {
margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
border-bottom-width: 1px;
border-right-width: 1px;
}
.woocommerce .account-orders-table a,
.woocommerce .my_account_orders a {
color: #212529;
font-weight: 700;
}
.woocommerce .account-orders-table .order-total .amount,
.woocommerce .my_account_orders .order-total .amount {
font-weight: 700;
}
.woocommerce .account-orders-table .button,
.woocommerce .my_account_orders .button {
background: none;
border: 1px solid #ddd;
}
.woocommerce table.woocommerce-orders-table {
font-size: 1rem;
}
.woocommerce .woocommerce-orders-table__cell-order-number a {
text-decoration: none;
font-size: 1rem;
background: #135e96;
color: #fff;
padding: 0.25rem 1rem;
border-radius: 3px;
}
.woocommerce .woocommerce-orders-table__cell-order-total del {
color: #dc3545;
}
.woocommerce .woocommerce-orders-table__cell-order-total .amount,
.woocommerce .woocommerce-orders-table__cell-order-total ins {
color: #11dd21;
text-decoration: none;
font-weight: 700;
}
.woocommerce .woocommerce-orders-table__cell-order-actions a {
margin-right: 1rem;
}
.woocommerce .woocommerce-orders-table__cell-order-actions a:last-child {
margin-right: 0;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address-title {
margin-bottom: 1rem;
}
.woocommerce .woocommerce-Addresses address {
line-height: 2;
}
.woocommerce .blockUI.blockOverlay::before {
background-size: 50% cover;
font-size: 1.5rem;
}
.woocommerce .widget_shopping_cart_content li {
padding-left: 2rem !important;
padding-bottom: 0.75rem !important;
margin-bottom: 0.75rem !important;
position: relative;
border-bottom: 1px solid #ebebeb;
list-style: none;
}
.woocommerce .widget_shopping_cart_content li a {
text-decoration: none;
color: #212529;
}
.woocommerce .widget_shopping_cart_content li .quantity {
color: #05d005;
font-size: 95%;
}
.woocommerce .widget_shopping_cart_content li .remove_from_cart_button {
position: absolute;
left: 0;
top: 1rem;
}
.woocommerce .widget_shopping_cart_content li:last-child {
padding-bottom: 0rem !important;
margin-bottom: 0rem !important;
border-bottom: none;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
display: flex;
gap: 1.5rem;
margin-bottom: 0;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
width: 100%;
text-align: center;
border-radius: 35px;
font-weight: normal;
font-size: 0.9rem;
background: #222;
color: #fff;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
background-color: #ce1212 !important;
border: 1px solid #ce1212 !important;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
text-align: center;
font-size: 1.2rem;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total .amount {
color: #05d005;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
margin: 0;
}
.woocommerce .header-user__cart .widget_shopping_cart_content {
padding: 1.5rem;
}
.woocommerce .header-user__cart .widget_shopping_cart_content .woocommerce-mini-cart {
max-height: 400px;
overflow-y: scroll;
border-bottom: 1px solid #ddd;
margin: -1.5rem;
margin-bottom: 1.5rem;
padding: 1.5rem;
}
.woocommerce .header-user__cart .widget_shopping_cart_content .woocommerce-mini-cart img {
width: 40px;
height: auto;
}
@media only screen and (max-width: 1024px) {
.woocommerce .header-user__cart.user__cart-normal {
display: none;
}
.woocommerce .header-user__cart.user__cart-float {
position: fixed;
bottom: 1rem;
right: 1rem;
}
.woocommerce .header-user__cart.user__cart-float .btn-cart {
border: 1px solid #00cbee;
background: #0dcaf0;
width: 50px;
height: 50px;
line-height: 50px;
box-shadow: 0 0.5rem 1rem #00000038 !important;
z-index: 2;
}
.woocommerce .header-user__cart.user__cart-float .btn-cart .btn__icon {
color: #fff;
}
.woocommerce .header-user__cart.user__cart-float .btn-cart .cart-count {
top: -20px;
left: -10px;
right: auto;
}
.woocommerce .header-user__cart.user__cart-float .dropdown-menu {
position: fixed;
top: 60px;
left: 0;
height: 100vh;
width: 100%;
border: none;
border-radius: 0;
padding: 0;
margin: 0;
z-index: 1;
}
.woocommerce .header-user__cart.user__cart-float .dropdown-menu .woocommerce-mini-cart {
max-height: calc(100vh - 200px);
}
}
@media only screen and (max-width: 1024px) {
body.admin-bar .header-user__cart.user__cart-float .dropdown-menu {
top: 100px;
}
} .notice-wrap {
z-index: 99999 !important;
}
@media only screen and (max-width: 767px) {
.transactions-points .mycred-filter>* {
margin-bottom: 1rem;
}
.transactions-points .mycred-filter .button-secondary {
width: 100%;
}
.transactions-points .mycred-table td:before {
content: attr(data-colname) !important;
}
.transactions-points .mycred-table tfoot {
display: none;
}
}
#cashcred {
max-width: 100%;
padding: 0;
}
#cashcred .form-control {
padding: 0.375rem 0.75rem !important;
}
#cashcred input[type=submit] {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
padding-left: 1.5rem;
padding-right: 1.5rem;
font-size: 1rem;
}
#cashcred input[type=submit]:hover {
color: #fff;
background-color: #0b5ed7 !important;
border-color: #0a58ca;
}
#cashcred ul.cashcred-nav-tabs {
padding: 0;
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
border-bottom: 1px solid #dee2e6;
}
#cashcred ul.cashcred-nav-tabs a {
padding: .7rem 1rem;
text-decoration: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
position: relative;
border-radius: 3px;
font-family: 'Poppins', sans-serif;
margin-bottom: -1px;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
color: #6c757d;
text-decoration: none;
}
#cashcred ul.cashcred-nav-tabs .active a {
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
#cashcred #cashcred_tab_content {
padding: 1.5rem;
background: #fff;
display: flex;
border-right: 1px solid #e9ecef;
border-bottom: 1px solid #e9ecef;
border-left: 1px solid #dee2e6;
}
#cashcred #cashcred_tab_content .cashcred-tab {
border: none !important;
padding: 0 !important;
}
#cashcred #cashcred_tab_content .cashcred-tab h4,
#cashcred #cashcred_tab_content .cashcred-tab h3 {
font-size: 1.2rem;
margin-bottom: 1rem;
}
.site-main #buycred-checkout-form #checkout-action-button,
.site-main .myCRED-buy-form .button {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
font-size: 1rem;
margin-top: 2rem;
width: 100%;
}
.site-main .myCRED-buy-form .form-group .form-group {
margin-top: 1rem;
}
.site-main #buycred-checkout-page img {
margin: 0 auto;
display: block;
}
.site-main #buycred-checkout-page .cancel {
font-size: 1rem;
}
.site-main #buycred-checkout-page .cancel a {
text-decoration: none;
text-transform: capitalize;
font-weight: 600;
}
.site-main #buycred-checkout-page table {
margin-top: 2rem;
}
.site-main #buycred-checkout-page table tr th,
.site-main #buycred-checkout-page table tr td {
text-align: left;
padding: 1rem;
font-size: 1rem;
}
.site-main #buycred-checkout-page .checkout-order {
background-color: #fff;
border-radius: 0.25rem;
padding: 3rem;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.mycred-buy-points-wrap {
max-width: 600px;
}
.mycred-buy-points-wrap label {
margin-bottom: .5rem;
}
form#mycred-transfer-form-transfer {
box-shadow: none !important;
background: #fff !important;
border: 1px solid #e9ecef;
border-radius: 3px !important;
}
form#mycred-transfer-form-transfer input[type=text] {
margin-left: 0;
}
form#mycred-transfer-form-transfer .mycred-submit-transfer {
padding: 0.375rem 1.5rem;
font-size: 1rem;
} .bp-messages-wrap.bm-initialized {
display: none !important;
}
#btn-private-message {
text-align: center;
width: 32px;
height: 32px;
border-radius: 50%;
margin: 0;
padding: 0;
}
#btn-private-message .btn__icon {
font-size: .8rem;
}
.member-loop .button-private-message {
position: absolute;
top: 1rem;
right: 1rem;
opacity: .5;
}
.member-loop:hover .button-private-message {
opacity: 1;
}
.bm-login-form {
border: 1px solid #e9ecef !important;
}
.bm-login-form .bm-login-text {
text-align: center;
text-transform: uppercase;
}
.bp-messages-wrap {
--left-message-text-color: #fff;
background: #fff;
}
.bp-messages-wrap label {
font-weight: bold;
font-size: 1rem !important;
}
.bp-messages-wrap img.avatar {
border-radius: 50% !important;
}
.bp-messages-wrap .bpbm-empty-link {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #fff;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: 1px solid #dc3545 !important;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 35px !important;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
color: #fff;
background-color: #dc3545 !important;
padding-right: 1.5rem;
padding-left: 1.5rem;
border-radius: 35px;
outline: none;
}
.bp-messages-wrap .bpbm-empty-link a {
color: #fff !important;
}
.bp-messages-wrap .bm-alert {
padding: 1.5rem;
}
.bp-messages-wrap .bm-alert p {
font-size: 1rem;
}
.bp-messages-wrap .bm-alert button {
border-radius: 35px !important;
background: #dc3545 !important;
}
.bp-messages-wrap .chat-footer .thread-info,
.bp-messages-wrap .chat-header .thread-info {
margin-left: 0.75rem;
color: #666;
padding: 0.75rem;
}
.bp-messages-wrap .chat-footer .thread-info .sub-name,
.bp-messages-wrap .chat-header .thread-info .sub-name {
color: #0dcaf0;
}
.bp-messages-wrap .bm-message-info .bm-time {
font-size: 0.85rem !important;
color: #aaa !important;
}
.bp-messages-wrap .bm-message-content-text {
line-height: 1.5;
color: #666;
}
.bp-messages-wrap .bm-message-content-text .url-wrap {
border: 1px solid #aaa !important;
}
.bp-messages-wrap .bpbm-chat-content .bm-name a,
.bp-messages-wrap .bpbm-chat-content .bm-name .user {
font-size: 0.95rem !important;
color: #0dcaf0 !important;
}
.bp-messages-wrap .bpbm-chat-content .bm-thread-add-participant-title {
font-size: 1rem;
}
.bp-messages-wrap .bpbm-chat-content .bm-name-moderator {
margin-left: 1rem;
}
.bp-messages-wrap .bpbm-chat-content .bm-thread-settings {
border-bottom: 1px solid #ddd;
}
.bp-messages-wrap .bpbm-chat-content .bm-thread-settings h4 {
display: none;
}
.bp-messages-wrap .bpbm-chat-content .bm-thread-settings .bpbm-thread-option {
font-size: 1rem;
margin-bottom: 1rem;
}
.bp-messages-wrap .bpbm-chat-content .bm-thread-settings .bpbm-thread-option .bpbm-thread-option-toggle {
margin-bottom: .75rem;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-conversation-start {
font-size: 1rem !important;
opacity: .9;
}
.bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.incoming .bm-message-content {
background: #2275d7 !important;
color: #f9f9f9 !important;
}
.bp-messages-wrap .bm-messages-list .bm-replied-message-text {
font-size: .95rem;
}
.bp-messages-wrap .bm-reply .bp-better-messages-restrict-send-message {
font-size: 1rem;
}
.bp-messages-wrap .bm-reply .bp-better-messages-restrict-send-message .bpbm-join-to-chat-button,
.bp-messages-wrap .bm-reply .bp-better-messages-restrict-send-message .bpbm-pm-button {
background: #ce1e1e;
border-color: #ce1e1e;
color: #fff !important;
border-radius: 35px;
padding: 0.5rem 2rem;
margin-top: 0.75rem;
font-size: .9rem;
}
.bp-messages-wrap .threads-list .bm-info .name {
font-size: 1rem !important;
color: #222 !important;
margin-bottom: 0.5rem !important;
}
.bp-messages-wrap .threads-list .bm-info .name+h4 {
font-size: .9rem !important;
margin-bottom: 0.5rem !important;
line-height: 1.2 !important;
}
.bp-messages-wrap .threads-list .thread .bm-last-message-content,
.bp-messages-wrap .threads-list .thread .time-wrapper {
font-size: 0.9rem !important;
font-style: italic;
color: #aaa;
line-height: 1.5;
}
.bp-messages-wrap .threads-list .thread .unread-count {
background: #ce1212;
}
.bp-messages-wrap .threads-list .bp-messages-active-thread {
background: #e9ecef !important;
}
.bp-messages-wrap .bm_user_selector__option {
padding: 0.75rem !important;
}
.bp-messages-wrap .bm_user_selector__multi-value {
padding: 0.4rem;
border-radius: 35px;
}
.bp-messages-wrap #bm-new-thread-title {
font-size: 1rem;
font-weight: bold;
color: #212529 !important;
}
.bp-messages-wrap .bm_user_selector__menu div div {
font-size: 1rem !important;
}
.bp-messages-wrap .bulk-message .box {
margin-top: 1rem;
padding: 1rem;
}
.bp-messages-wrap .bulk-message .progress {
font-size: 1rem;
}
.bp-messages-wrap .bulk-message button[type=submit] {
background-color: #dc3545 !important;
border-radius: 35px !important;
border: 1px solid #dc3545 !important;
padding: 0.375rem 0.75rem;
}
.bp-messages-wrap .bulk-message ul>li {
font-size: 1rem;
margin-bottom: 1rem;
}
.bp-messages-wrap .reports h3 {
font-family: 'Poppins', sans-serif;
margin-bottom: 1rem;
}
.bp-messages-wrap .reports-list {
font-size: 1rem;
}
.bp-messages-wrap .reports-list td,
.bp-messages-wrap .reports-list th {
padding: 0.75rem !important;
}
.bp-messages-wrap .reports-list .delete {
font-size: 1.5rem !important;
color: #f00e0e !important;
}
.comments-livechat-tabs .dot {
left: -15px;
background: #ce1212;
}
.comments-livechat-tabs .nav-link {
outline: none;
border-radius: 0;
}
.comments-livechat-tabs .nav-link.active {
border-color: #dee2e6;
border-bottom: 2px solid #ce1212;
}
.comments-livechat .bm-login-form {
max-width: 100%;
margin-top: 0;
}
.comments-livechat .bm-login-form input[type=submit] {
border-radius: 35px;
font-size: 1rem;
padding: 0.5rem 1.5rem;
background: #d11422;
color: #fff;
font-weight: normal;
} .pmpro_btn {
border-radius: 35px !important;
}
.pmpro_message {
border-left: 4px solid #72aee6;
padding: 12px;
margin-left: 0;
margin-bottom: 20px;
background-color: #fff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
border-color: transparent;
color: #212529;
}
.pmpro_message.pmpro_error {
border-left-color: #d63638;
}
.pmpro_message.pmpro_success {
border-left-color: #198754;
}
.pmpro_content_message {
border: 1px solid #ebebeb;
text-align: center;
margin-bottom: 1rem;
}
.pmpro_content_message .btn {
font-size: 1rem;
border-radius: 35px !important;
font-weight: normal;
color: #fff !important;
font-size: .9rem;
}
.pmpro_content_message .btn-join-now {
background-color: #0d6efd !important;
border: 1px solid #0d6efd !important;
color: #fff;
}
.pmpro_content_message .btn-login {
background-color: #ce1e1e !important;
border: 1px solid #ce1e1e !important;
color: #fff;
}
.player-embed .require-membership {
z-index: 2;
color: #fff;
font-size: 1.1rem;
text-align: center;
}
.player-embed .require-membership .pmpro_content_message {
border: none;
margin-bottom: 0;
}
.pmpro_billing_wrap ol,
.pmpro_billing_wrap ul,
.pmpro_invoice_wrap ol,
.pmpro_invoice_wrap ul,
.pmpro_checkout-fields ol,
.pmpro_checkout-fields ul,
.pmpro-plan-description ol,
.pmpro-plan-description ul,
.pmpro_confirmation_wrap ol,
.pmpro_confirmation_wrap ul {
padding: 0;
list-style: none;
line-height: 2;
max-width: 700px;
}
.pmpro_billing_wrap ol li,
.pmpro_billing_wrap ul li,
.pmpro_invoice_wrap ol li,
.pmpro_invoice_wrap ul li,
.pmpro_checkout-fields ol li,
.pmpro_checkout-fields ul li,
.pmpro-plan-description ol li,
.pmpro-plan-description ul li,
.pmpro_confirmation_wrap ol li,
.pmpro_confirmation_wrap ul li {
position: relative;
padding-left: 1.5rem;
}
.pmpro_billing_wrap ol li:before,
.pmpro_billing_wrap ul li:before,
.pmpro_invoice_wrap ol li:before,
.pmpro_invoice_wrap ul li:before,
.pmpro_checkout-fields ol li:before,
.pmpro_checkout-fields ul li:before,
.pmpro-plan-description ol li:before,
.pmpro-plan-description ul li:before,
.pmpro_confirmation_wrap ol li:before,
.pmpro_confirmation_wrap ul li:before {
content: "\e811";
font-family: "fontello";
position: absolute;
left: 0;
top: -4px;
color: #19dc82;
font-size: 1.2rem;
}
.pmpro_billing_wrap ol li.unchecked:before,
.pmpro_billing_wrap ul li.unchecked:before,
.pmpro_invoice_wrap ol li.unchecked:before,
.pmpro_invoice_wrap ul li.unchecked:before,
.pmpro_checkout-fields ol li.unchecked:before,
.pmpro_checkout-fields ul li.unchecked:before,
.pmpro-plan-description ol li.unchecked:before,
.pmpro-plan-description ul li.unchecked:before,
.pmpro_confirmation_wrap ol li.unchecked:before,
.pmpro_confirmation_wrap ul li.unchecked:before {
content: "\e813";
color: #ce1212;
}
.pmpro_confirmation_wrap {
max-width: 700px;
margin: 0 auto;
background: #fff;
padding: 2.5rem 2.5rem 0 2.5rem;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.pmpro_confirmation_wrap>p:first-child {
border-left: 4px solid #198754;
padding: 12px;
margin-left: 0;
margin-bottom: 20px;
background-color: #fff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.pmpro_confirmation_wrap h3 {
font-size: 1.2rem;
}
.pmpro_confirmation_wrap .pmpro_actions_nav {
padding-bottom: 1.5rem;
}
.pmpro_box h3 {
font-size: 1.3rem;
}
.pmpro_table a {
color: #212529;
font-weight: 600;
text-decoration: none;
}
#pmpro_actionlink-levels {
padding: 0.375rem 0.75rem;
background: #ce1212;
color: #fff;
border-radius: 35px;
font-size: .9rem;
}
.pmpro_login_wrap {
width: 400px;
margin: 0 auto;
}
.pmpro_login_wrap h2 {
display: none;
}
.pmpro_login_wrap #loginform {
margin-bottom: 1rem;
margin-left: 0;
font-weight: 400;
overflow: hidden;
background: #fff;
border: none;
border-radius: 3px;
padding: 2.5rem;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.pmpro_login_wrap #loginform .input {
max-width: 100%;
}
.pmpro_login_wrap #loginform #wp-submit {
width: 100%;
padding: 0.2rem;
font-size: 1rem;
background-color: #ce1e1e !important;
border: 1px solid #ce1e1e !important;
color: #fff !important;
border-radius: 35px;
outline: none;
box-shadow: none;
}
.pmpro_login_wrap #loginform+hr {
display: none;
}
.pmpro_login_wrap .pmpro_actions_nav a {
font-weight: 600;
color: #212529;
text-decoration: none;
}
#pmpro_btn-submit,
.pmpro_cancel_return_home a,
.pmpro_actionlinks .pmpro_yeslink,
.pmpro_actions_nav a {
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
padding: 0.375rem 1.5rem;
border-radius: 0.25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
background: #ce1212;
border-color: #ce1212;
border-radius: 35px;
color: #fff;
}
#pmpro_btn-submit:hover,
.pmpro_cancel_return_home a:hover,
.pmpro_actionlinks .pmpro_yeslink:hover,
.pmpro_actions_nav a:hover {
opacity: .8;
}
.pmpro_cancel_wrap {
max-width: 600px;
margin: 0 auto;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
padding: 1.5rem;
background: #fff;
text-align: center;
}
.pmpro_cancel_wrap h2 {
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
.pmpro_cancel_wrap .pmpro_nolink {
text-decoration: none;
}
.pmpro_invoice_wrap h3 {
font-size: 1.2rem;
}
.pmpro_invoice_wrap ul {
list-style: none;
padding: 0;
line-height: 2;
}
[class*="pmpro_checkout_gateway"] {
max-width: 700px;
margin: 0 auto;
background: #fff;
padding: 2.5rem 2.5rem 0 2.5rem;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
[class*="pmpro_checkout_gateway"] a {
color: #212529;
font-weight: 600;
font-style: normal;
text-decoration: none;
}
[class*="pmpro_checkout_gateway"] ol {
padding: 0;
}
[class*="pmpro_checkout_gateway"] .form-select,
[class*="pmpro_checkout_gateway"] .input {
max-width: 100% !important;
width: 100% !important;
}
[class*="pmpro_checkout_gateway"] h3 {
font-size: 1.3rem;
margin-top: 0 !important;
}
[class*="pmpro_checkout_gateway"] .pmpro_checkout-field {
position: relative;
}
[class*="pmpro_checkout_gateway"] .pmpro_asterisk {
position: absolute;
top: 0;
right: 0;
}
[class*="pmpro_checkout_gateway"] .pmpro_asterisk abbr {
font-size: .7rem;
color: #fff;
background: #666;
padding: 0.3rem;
border-radius: 3px;
}
[class*="pmpro_checkout_gateway"] .pmpro_asterisk abbr:before {
content: attr(title);
}
[class*="pmpro_checkout_gateway"] .pmpro_checkout-h3-msg {
font-size: 1rem !important;
}
[class*="pmpro_checkout_gateway"] .pmpro_submit {
text-align: center;
margin-top: 2rem;
}
[class*="pmpro_checkout_gateway"] #pmpro_processing_message {
margin: 0 !important;
text-align: center !important;
}
[class*="pmpro_checkout_gateway"] #pmpro_level_cost {
text-align: center;
border: 1px solid #e9ecef;
padding: 1rem;
border-radius: 3px;
}
[class*="pmpro_checkout_gateway"] #pmpro_level_cost strong {
display: block;
font-size: 2rem;
color: #0dcaf0;
}
[class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields {
display: flex;
margin: 1rem 0;
gap: 1rem;
}
[class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields span {
background: #f8f9fa;
padding: 1rem;
border: 1px solid #dee2e6;
border-radius: 3px;
}
[class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields .gateway_paypalexpress {
margin-left: 0;
}
.pmpro_checkout_gateway-stripe .pmpro_payment-expiration {
display: block !important;
}
.type-video.pmpro-level-required .video-hover .icon-play:before {
content: "\e81a";
}
.type-video.pmpro-level-required.pmpro-has-access .video-hover .icon-play:before {
content: '\e856';
} .googlesitekit-reports .custom-tooltip {
font-size: .9rem;
}
.googlesitekit-reports .percent-icon-up {
color: #1ae21a;
}
.googlesitekit-reports .percent-icon-down {
color: #dc3545;
}
.googlesitekit-reports .analytics-tab {
padding: 2rem;
text-align: center !important;
cursor: pointer;
}
.googlesitekit-reports .analytics-tab .analytics-tab__label {
font-size: 1rem;
color: #6c757d;
}
.googlesitekit-reports .analytics-tab .total-number {
padding: 1rem;
}
.googlesitekit-reports .analytics-tab .total-number h3 {
font-size: 3rem;
}
.googlesitekit-reports .analytics-tab .percent {
font-size: 1.2rem;
}
.googlesitekit-reports .analytics-tab.active {
border-bottom: 4px solid #4285f4;
}
.googlesitekit-reports .analytics-section {
padding: 3rem;
}
.googlesitekit-reports .analytics-section .analytics-section__header {
margin: 0 -0.75rem auto -0.75rem;
}
.googlesitekit-reports .analytics-section .analytics-section__header .section-title {
font-size: 1.2rem;
}
.googlesitekit-reports .analytics-section .analytics-section__content {
min-height: 150px;
width: 100%;
}
.googlesitekit-reports .google-visualization-tooltip {
width: 300px;
padding: 1rem;
} html[data-theme=dark] ::-webkit-scrollbar {
width: 8px;
background-color: #333;
}
html[data-theme=dark] ::-webkit-scrollbar-thumb {
background-color: #666;
border-radius: 35px;
}
html[data-theme=dark] ::placeholder {
color: #f9f9f9;
}
html[data-theme=dark] body {
background: #121212 !important;
color: #f9f9f9;
}
html[data-theme=dark] a {
color: #f6f6f6;
}
html[data-theme=dark] hr {
color: #444;
}
html[data-theme=dark] .border {
border: 1px solid #222 !important;
}
html[data-theme=dark] .border-top {
border-top: 1px solid #222 !important;
}
html[data-theme=dark] .border-end {
border-right: 1px solid #222 !important;
}
html[data-theme=dark] .border-bottom {
border-bottom: 1px solid #222 !important;
}
html[data-theme=dark] .border-start {
border-left: 1px solid #222 !important;
}
html[data-theme=dark] .bg-white {
background-color: #1b1b1b !important;
}
html[data-theme=dark] .bg-light {
background-color: #222 !important;
}
html[data-theme=dark] .text-body {
color: #f9f9f9 !important;
}
html[data-theme=dark] .text-secondary {
color: #dee2e6 !important;
}
html[data-theme=dark] .text-muted {
color: #dee2e6 !important;
}
html[data-theme=dark] .modal-footer {
border-top: 1px solid #555;
}
html[data-theme=dark] .dropdown-menu {
background: #333;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
html[data-theme=dark] .dropdown-item {
color: #f9f9f9;
}
html[data-theme=dark] .dropdown-item:hover {
background: none;
opacity: .8;
}
html[data-theme=dark] .dropdown-item:focus,
html[data-theme=dark] .dropdown-item.active {
background-color: #444;
color: #f9f9f9;
}
html[data-theme=dark] .dropdown-item .menu-icon {
color: #f9f9f9;
}
html[data-theme=dark] .dropdown-divider {
border-top: 1px solid #636464;
}
html[data-theme=dark] .avatar.img-thumbnail {
background: #333;
border-color: #444;
padding: 1px;
}
html[data-theme=dark] .modal-content {
background: #333 !important;
}
html[data-theme=dark] .modal-content .modal-header {
border-bottom: 1px solid #222;
background: #222 !important;
}
html[data-theme=dark] .modal-content .modal-body {
background: #1b1b1b !important;
}
html[data-theme=dark] .modal-content .modal-footer {
background: #222 !important;
}
html[data-theme=dark] .list-items .list-item:hover {
background: #1f1f1f;
}
html[data-theme=dark] .cropper-wrap {
background: #333;
}
html[data-theme=dark] figcaption {
color: #f9f9f9;
}
html[data-theme=dark] .media-frame-menu .media-menu {
background: #222;
border-right-color: #444;
color: #f9f9f9;
}
html[data-theme=dark] .media-frame-menu .media-menu .media-menu-item {
color: #f9f9f9;
}
html[data-theme=dark] .media-modal-content {
background: #333;
color: #f9f9f9;
}
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar,
html[data-theme=dark] .media-modal-content .attachments-wrapper,
html[data-theme=dark] .media-modal-content .media-sidebar {
background: #444;
color: #f9f9f9;
border-left: 1px solid #555;
}
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar div,
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar label,
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar p,
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar h2,
html[data-theme=dark] .media-modal-content .attachments-wrapper div,
html[data-theme=dark] .media-modal-content .attachments-wrapper label,
html[data-theme=dark] .media-modal-content .attachments-wrapper p,
html[data-theme=dark] .media-modal-content .attachments-wrapper h2,
html[data-theme=dark] .media-modal-content .media-sidebar div,
html[data-theme=dark] .media-modal-content .media-sidebar label,
html[data-theme=dark] .media-modal-content .media-sidebar p,
html[data-theme=dark] .media-modal-content .media-sidebar h2 {
color: #f9f9f9;
}
html[data-theme=dark] .media-modal-content .media-router button {
background: #333 !important;
color: #f9f9f9;
border: 1px solid #444;
}
html[data-theme=dark] .media-modal-content .media-router button.active {
background: #555 !important;
border: 1px solid #666;
}
html[data-theme=dark] .media-modal-content .attachment-preview {
background: #555;
}
html[data-theme=dark] .media-modal-content .attachment-preview .filename {
background: #1e1e1e;
color: #f9f9f9;
}
html[data-theme=dark] .media-modal-content .delete-attachment {
background: #ce1212;
color: #fff;
padding: 0.3rem 0.5rem;
}
html[data-theme=dark] .media-frame-content {
background: #444;
color: #f9f9f9;
border-top: 1px solid #555;
}
html[data-theme=dark] .media-frame-toolbar .media-toolbar {
border-top: 1px solid #555;
}
html[data-theme=dark] .form-floating>label {
color: #f9f9f9 !important;
}
html[data-theme=dark] .form-text {
color: #f9f9f9;
}
html[data-theme=dark] .site-header {
background: #1b1b1b;
}
html[data-theme=dark] .site-header form .btn__icon {
color: #f9fafb;
}
html[data-theme=dark] .site-header form button[type="submit"] {
background: #ce1212;
border: 1px solid #ce1212;
}
html[data-theme=dark] .site-header .header-user .btn__icon {
color: #f9fafb;
}
html[data-theme=dark] .site-header .header-user__notification .list-notification {
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
html[data-theme=dark] .site-header .header-user__dropdown .author-name a {
color: #f9fafb;
}
html[data-theme=dark] .site-header.backdrop-blur {
background: rgba(27, 27, 27, 0.8);
}
html[data-theme=dark] .site-search input[name="s"] {
color: #f9fafb;
border: 1px solid #333;
background: #222;
}
html[data-theme=dark] .autocomplete-results {
background: #111 !important;
}
html[data-theme=dark] .autocomplete-results .post-item:hover {
background: #222;
}
html[data-theme=dark] .navbar-toggler span {
color: #f8f9fa;
}
html[data-theme=dark] .theme-switcher .icon-moon {
color: #fff;
}
@media only screen and (max-width: 1000px) {
html[data-theme=dark] .site-search {
background: #222;
}
}
html[data-theme=dark] .page-header {
background-color: #121212 !important;
}
html[data-theme=dark] .post-nav-links .post-page-numbers {
color: #f9f9f9;
}
html[data-theme=dark] .post-nav-links span {
border: 1px solid #333;
}
html[data-theme=dark] .nav-tab .nav-link.active {
background: #333;
}
html[data-theme=dark] .nav-tab .nav-link.active:before {
background: #ffc107;
}
html[data-theme=dark] .navbar-boxed .nav-link {
color: #f9f9f9;
}
html[data-theme=dark] .navbar-boxed .current-menu-parent>.nav-link,
html[data-theme=dark] .navbar-boxed .current-menu-item>.nav-link {
color: #ff1e1e;
font-weight: 600;
}
@media only screen and (max-width: 991px) {
html[data-theme=dark] .navbar-boxed {
background: #111;
}
}
html[data-theme=dark] .float-nav .nav-link:focus,
html[data-theme=dark] .float-nav .nav-link:hover {
color: #ddd;
background: #222;
}
html[data-theme=dark] .float-nav .current-menu-item>.nav-link {
color: #ddd;
background: #222;
}
html[data-theme=dark] .float-nav .dropdown-menu .current-menu-item>.nav-link {
background: #333;
}
html[data-theme=dark] .nav-links .nav-previous a,
html[data-theme=dark] .nav-links .nav-next a {
color: #f9f9f9;
}
html[data-theme=dark] ul.page-numbers .page-numbers {
color: #f9f9f9;
border: 1px solid #333;
}
html[data-theme=dark] input[type="text"],
html[data-theme=dark] input[type="search"],
html[data-theme=dark] input[type="email"],
html[data-theme=dark] input[type="password"],
html[data-theme=dark] input[type="url"],
html[data-theme=dark] input[type="tel"],
html[data-theme=dark] .input-text,
html[data-theme=dark] textarea,
html[data-theme=dark] select,
html[data-theme=dark] .form-control {
color: #f9f9f9;
border: 1px solid #333 !important;
background-color: #222;
}
html[data-theme=dark] input[type="text"]:focus,
html[data-theme=dark] input[type="search"]:focus,
html[data-theme=dark] input[type="email"]:focus,
html[data-theme=dark] input[type="password"]:focus,
html[data-theme=dark] input[type="url"]:focus,
html[data-theme=dark] input[type="tel"]:focus,
html[data-theme=dark] .input-text:focus,
html[data-theme=dark] textarea:focus,
html[data-theme=dark] select:focus,
html[data-theme=dark] .form-control:focus {
background-color: #222 !important;
}
html[data-theme=dark] input[type="text"]:-webkit-autofill,
html[data-theme=dark] input[type="text"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="text"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="search"]:-webkit-autofill,
html[data-theme=dark] input[type="search"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="search"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="email"]:-webkit-autofill,
html[data-theme=dark] input[type="email"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="email"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="password"]:-webkit-autofill,
html[data-theme=dark] input[type="password"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="password"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="url"]:-webkit-autofill,
html[data-theme=dark] input[type="url"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="url"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="tel"]:-webkit-autofill,
html[data-theme=dark] input[type="tel"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="tel"]:-webkit-autofill:focus,
html[data-theme=dark] .input-text:-webkit-autofill,
html[data-theme=dark] .input-text:-webkit-autofill:hover,
html[data-theme=dark] .input-text:-webkit-autofill:focus,
html[data-theme=dark] textarea:-webkit-autofill,
html[data-theme=dark] textarea:-webkit-autofill:hover,
html[data-theme=dark] textarea:-webkit-autofill:focus,
html[data-theme=dark] select:-webkit-autofill,
html[data-theme=dark] select:-webkit-autofill:hover,
html[data-theme=dark] select:-webkit-autofill:focus,
html[data-theme=dark] .form-control:-webkit-autofill,
html[data-theme=dark] .form-control:-webkit-autofill:hover,
html[data-theme=dark] .form-control:-webkit-autofill:focus {
color: #f9f9f9 !important;
background-color: #222 !important;
-webkit-box-shadow: 0 0 0 1000px #1b1b1b inset !important;
-webkit-text-fill-color: #f9f9f9 !important;
}
html[data-theme=dark] .form-check-input {
background-color: #444;
}
html[data-theme=dark] .taginput-wrap {
background-color: #222 !important;
border: 1px solid #333;
}
html[data-theme=dark] .bootstrap-tagsinput .tt-menu,
html[data-theme=dark] .bootstrap-tagsinput .tag {
background: #555;
}
html[data-theme=dark] .bootstrap-tagsinput input[type="text"] {
border: none;
}
html[data-theme=dark] .bootstrap-tagsinput .tt-menu .tt-suggestion {
color: #f9f9f9;
}
html[data-theme=dark] .btn-close {
filter: invert(1) grayscale(100%) brightness(200%);
}
html[data-theme=dark] .drag-drop-upload .progress {
background: #333;
border: 1px solid #444;
}
html[data-theme=dark] .modal-content .widget-content {
background: #222;
}
html[data-theme=dark] .wpcf7-form .wpcf7-not-valid {
border-color: #dc3545 !important;
}
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=text],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=password],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=url],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=email],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=number],
html[data-theme=dark] div.wpforms-container-full .wpforms-form select,
html[data-theme=dark] div.wpforms-container-full .wpforms-form textarea,
html[data-theme=dark] div.wpforms-container-full .wpforms-form .wpforms-field-description,
html[data-theme=dark] div.wpforms-container-full .wpforms-form .choices__inner {
color: #f9f9f9;
border: 1px solid #333 !important;
background-color: #222 !important;
}
html[data-theme=dark] div.wpforms-container-full .wpforms-form .choices__list--dropdown {
background-color: #222 !important;
border: 1px solid #333 !important;
color: #f9f9f9;
}
html[data-theme=dark] div.wpforms-container-full .wpforms-form .choices__list--dropdown .is-highlighted {
background-color: #444 !important;
}
html[data-theme=dark] div.wpforms-container-full .wpforms-form .wpforms-error {
color: #dc3545;
}
html[data-theme=dark] .nsl-container-buttons .nsl-button-google[data-skin=light] {
background-color: #333 !important;
color: #f9f9f9;
}
html[data-theme=dark] body.login div#login a {
color: #f9f9f9 !important;
}
html[data-theme=dark] body.login div#login form {
background: #1b1b1b;
}
html[data-theme=dark] body.login div#login input[type="text"],
html[data-theme=dark] body.login div#login input[type="email"],
html[data-theme=dark] body.login div#login input[type="password"] {
background-color: #222 !important;
border-color: #333;
}
html[data-theme=dark] body.login div#login input[type="text"]:focus,
html[data-theme=dark] body.login div#login input[type="email"]:focus,
html[data-theme=dark] body.login div#login input[type="password"]:focus {
background-color: #333 !important;
border-color: #444;
}
html[data-theme=dark] body.login div#login .wp-hide-pw {
color: #fff;
outline: none;
box-shadow: none;
border: none;
}
html[data-theme=dark] body.login div#login .success,
html[data-theme=dark] body.login div#login .message,
html[data-theme=dark] body.login div#login #login_error {
background-color: #333;
}
html[data-theme=dark] body.login form#language-switcher #language-switcher-locales {
color: #f9f9f9;
background-color: #222;
border-color: #333;
}
html[data-theme=dark] body.login form#language-switcher #language-switcher-locales:focus,
html[data-theme=dark] body.login form#language-switcher #language-switcher-locales:hover {
color: #f9f9f9;
}
html[data-theme=dark] .more-link {
color: #f9f9f9;
}
html[data-theme=dark] .post-title {
color: #f9f9f9;
}
html[data-theme=dark] .post-title a {
color: #f9f9f9;
}
html[data-theme=dark] .post-options .btn__icon {
color: #f9f9f9;
}
html[data-theme=dark] .post-options .btn {
background: #444;
}
html[data-theme=dark] .post-meta__items {
color: #aaa !important;
}
html[data-theme=dark] .post-meta__items a {
color: #aaa !important;
}
html[data-theme=dark] .post-meta__author,
html[data-theme=dark] .post-meta__items {
color: #aaa;
}
html[data-theme=dark] .post-meta__author .btn__text,
html[data-theme=dark] .post-meta__author .btn__icon,
html[data-theme=dark] .post-meta__author a,
html[data-theme=dark] .post-meta__items .btn__text,
html[data-theme=dark] .post-meta__items .btn__icon,
html[data-theme=dark] .post-meta__items a {
color: #aaa;
}
html[data-theme=dark] .post-meta__comment .comment-link {
color: #f9f9f9 !important;
}
html[data-theme=dark] .post-meta__comment .comment-box {
background: #666;
}
html[data-theme=dark] .post-meta__comment .comment-box:before,
html[data-theme=dark] .post-meta__comment .comment-box:after {
border-top-color: #666;
}
html[data-theme=dark] .post-category a {
color: #f9f9f9;
}
html[data-theme=dark] .post-grid::-webkit-scrollbar {
width: 8px;
background-color: #333;
}
html[data-theme=dark] .post-grid::-webkit-scrollbar-thumb {
background-color: #666;
border-radius: 35px;
}
html[data-theme=dark] .hentry.sticky {
background: #333;
}
html[data-theme=dark] #post-bottom .playlist-content-widget,
html[data-theme=dark] .post-main .playlist-content-widget {
background: #141414 !important;
border: 1px solid #222;
}
html[data-theme=dark] #post-bottom .playlist-content-widget .playlist-header,
html[data-theme=dark] .post-main .playlist-content-widget .playlist-header {
background: #1a1a1a;
}
html[data-theme=dark] .collection-list {
background: #111;
}
html[data-theme=dark] .collection-list li:hover {
background: #101010;
}
html[data-theme=dark] .collection-list li .btn__icon {
font-size: 1.2rem;
color: #f9f9f9;
}
html[data-theme=dark] .collection-list li .alert {
background: #222;
border: none;
}
html[data-theme=dark] .search_videos-list {
background: #111 !important;
}
html[data-theme=dark] .search_videos-list .post-item:hover {
background: #101010;
}
html[data-theme=dark] .widget-title-wrap {
border-bottom: 1px solid #333;
}
html[data-theme=dark] .widget-title {
color: #f9fafb;
}
html[data-theme=dark] .widget {
color: #f9f9f9;
}
html[data-theme=dark] .widget a {
color: #f9f9f9;
}
html[data-theme=dark] table th,
html[data-theme=dark] table td,
html[data-theme=dark] .wp-block-table th,
html[data-theme=dark] .wp-block-table td {
border: 1px solid #333;
padding: 1rem;
}
html[data-theme=dark] .wp-block-archives-list li,
html[data-theme=dark] .wp-block-latest-posts__list li,
html[data-theme=dark] .wp-block-latest-comments li,
html[data-theme=dark] .wp-block-categories-list li {
border-bottom: 1px solid #222;
}
html[data-theme=dark] .widget_archive ul li,
html[data-theme=dark] .widget_categories ul li,
html[data-theme=dark] .widget_pages ul li,
html[data-theme=dark] .widget_meta ul li,
html[data-theme=dark] .widget_recent_comments ul li,
html[data-theme=dark] .widget_recent_entries ul li,
html[data-theme=dark] .widget_rss ul li,
html[data-theme=dark] .widget_nav_menu ul li,
html[data-theme=dark] .widget_product_categories ul li,
html[data-theme=dark] .widget_top_rated_products ul li,
html[data-theme=dark] .widget_recently_viewed_products ul li,
html[data-theme=dark] .widget_recent_reviews ul li,
html[data-theme=dark] .widget_products ul li {
border-bottom: 1px solid #222;
}
html[data-theme=dark] .widget_top_rated_products ul li .product-title,
html[data-theme=dark] .widget_recently_viewed_products ul li .product-title,
html[data-theme=dark] .widget_recent_reviews ul li .product-title,
html[data-theme=dark] .widget_products ul li .product-title {
color: #f9fafb;
}
html[data-theme=dark] .tagcloud a {
background-color: #333;
}
html[data-theme=dark] .widget-filter .list-cloud>div span {
border: 1px solid #444;
background: #666;
}
html[data-theme=dark] .widget-filter .list-cloud>div input:checked+span {
background: #05758b;
}
html[data-theme=dark] .widget-filter .list-cloud>div input:checked+span:before {
color: #fff;
}
html[data-theme=dark] .widget-videos-playlist .post-grid .post-item {
border-bottom: 1px solid #222;
}
html[data-theme=dark] .widget-videos-playlist .post-grid .post-item.active {
background: #222;
}
html[data-theme=dark] .playlist-content-widget .btn__icon {
color: #f9fafb;
}
html[data-theme=dark] .playlist-content-widget .playlist-item.active,
html[data-theme=dark] .playlist-content-widget .playlist-item:hover {
background: #222;
}
html[data-theme=dark] .sidebar-primary .widget {
background: #1b1b1b;
}
html[data-theme=dark] .sidebar-secondary .nav-link {
color: #f9fafb;
}
html[data-theme=dark] .sidebar-secondary .dropdown-toggle:after {
color: #f9fafb;
}
html[data-theme=dark] .sidebar-secondary .widget {
border-bottom: 1px solid #333;
}
html[data-theme=dark] .sidebar-secondary a {
color: #f9f9f9;
}
html[data-theme=dark] .sidebar-secondary .dropdown-menu {
background: #222;
}
html[data-theme=dark] .comments-list .comment {
border-bottom: 1px solid #222;
}
html[data-theme=dark] .comments-list .comment:hover {
background: #1f1f1f;
}
html[data-theme=dark] .comments-list .comment .btn__icon {
color: #f9fafb;
}
html[data-theme=dark] .comments-list .comment-reply-link,
html[data-theme=dark] .comments-list .comment-reply-login {
color: #f9fafb;
}
html[data-theme=dark] .comments-list .comment-read-more,
html[data-theme=dark] .comments-list .comment-read-less {
color: #ce1212 !important;
}
html[data-theme=dark] .comments-list .comment-text-js .bg-overlay {
background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #1b1b1b 100%);
}
html[data-theme=dark] .comments-list .comment-text-js .comment-show-more {
background: none;
}
html[data-theme=dark] .comment-respond {
border-top: 1px solid #333;
}
html[data-theme=dark] .comment-respond .must-log-in a {
color: #f9fafb;
}
html[data-theme=dark] .comment-respond .form-submit {
border-top: 1px solid #333;
}
html[data-theme=dark] .comment-respond .form-submit button[type="submit"] {
background: #ce1212;
}
html[data-theme=dark] .comments--fixed .comment-respond {
border-top: 1px solid #333;
}
html[data-theme=dark] .section-profile-header,
html[data-theme=dark] .profile-nav {
background: #111 !important;
}
html[data-theme=dark] .profile-top .profile-header__photo .profile-photo {
background-color: #222;
}
html[data-theme=dark] .profile-nav.navbar-expand-lg .nav-link {
color: #f9fafb;
}
html[data-theme=dark] .profile-forums #bbp-user-navigation .nav-tabs {
border-bottom: 1px solid #333;
}
html[data-theme=dark] .user-dashboard .btn__icon {
color: #f9f9f9;
}
html[data-theme=dark] .user-dashboard .col_main {
background: #111;
}
html[data-theme=dark] .user-dashboard .col_main .social-login-account .nsl-container-buttons .nsl-button-google[data-skin=light] {
background-color: #333 !important;
color: #f9f9f9;
}
html[data-theme=dark] .user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list {
background: #121212;
border: 1px solid #222;
}
html[data-theme=dark] .user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list li:first-child a {
color: #f9f9f9;
}
html[data-theme=dark] .user-dashboard .nav-tabs {
border-bottom: 1px solid #444;
}
html[data-theme=dark] .user-dashboard .nav-tabs .nav-link.active,
html[data-theme=dark] .user-dashboard .nav-tabs .nav-link:hover {
background-color: #333;
border-color: #444 #444 #333;
}
html[data-theme=dark] .user-dashboard table {
color: #f9f9f9;
background: #1b1b1b;
}
html[data-theme=dark] .user-dashboard table th,
html[data-theme=dark] .user-dashboard table td {
border-bottom: 1px solid #333 !important;
}
html[data-theme=dark] .user-dashboard table td {
border: 1px solid #333;
}
html[data-theme=dark] .user-dashboard table tr {
background: none !important;
}
html[data-theme=dark] .user-dashboard table tr:hover {
color: #f9f9f9;
}
html[data-theme=dark] .user-dashboard table .table-warning {
--bs-table-bg: #222;
color: #fff;
}
html[data-theme=dark] .user-dashboard table .table-warning:hover {
--bs-table-accent-bg: #1b1a1a;
}
html[data-theme=dark] .user-dashboard table .post-thumbnail {
background: #444 !important;
}
html[data-theme=dark] .user-dashboard table .progress {
background-color: #333 !important;
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
html[data-theme=dark] .user-dashboard tr {
border: 1px solid #333;
}
}
html[data-theme=dark] .member-loop .member-info .member-info__item .member-info__item__count {
color: #f9f9f9;
}
html[data-theme=dark] #insert-media-button {
color: #fff;
border-color: #444;
background: #333;
box-shadow: none;
}
html[data-theme=dark] #insert-media-button:hover {
opacity: .8;
}
html[data-theme=dark] .wp-editor-wrap .wp-editor-container {
border: 1px solid #333;
}
html[data-theme=dark] .wp-editor-wrap .wp-editor-container .quicktags-toolbar .button {
background: #666;
color: #fff;
border: 1px solid #666;
}
html[data-theme=dark] .wp-editor-wrap .wp-editor-container .quicktags-toolbar .button:hover {
opacity: .8;
}
html[data-theme=dark] .wp-editor-wrap .quicktags-toolbar,
html[data-theme=dark] .wp-editor-wrap .mce-container {
background-color: #333;
border: 1px solid #333;
}
html[data-theme=dark] .wp-editor-wrap .mce-toolbar button {
background-color: #444;
}
html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-ico {
color: #fff;
}
html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-listbox {
border: 1px solid #444 !important;
}
html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-listbox button {
color: #fff;
}
html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-active button {
background: #777;
}
html[data-theme=dark] .wp-editor-wrap .wp-switch-editor {
background: #333;
border: 1px solid #444;
border-bottom: 1px solid #333;
color: #fff;
}
html[data-theme=dark] .wp-editor-wrap.tmce-active .switch-tmce {
background-color: #666;
}
html[data-theme=dark] .wp-editor-wrap.html-active .switch-html {
background-color: #666;
}
html[data-theme=dark] .post-review {
border-top-color: #222 !important;
background: #1b1b1b !important;
}
html[data-theme=dark] .post-review .review-summary h4 {
color: #f9f9f9;
}
html[data-theme=dark] .post-review .review-score span {
color: #f9f9f9;
}
html[data-theme=dark] .post-review .criteria {
background: #222;
}
html[data-theme=dark] .drag-drop-upload .upload-form__label .icon {
color: #fff;
}
html[data-theme=dark] .player-wrapper .player-header {
background: #333;
}
html[data-theme=dark] .single-body .post-tags a {
color: #fff;
background: #333;
}
html[data-theme=dark] .single-body .post-tags a:hover {
background: #222;
}
html[data-theme=dark] .comment-respond {
border-top: 1px solid #333 !important;
}
html[data-theme=dark] .single-video-v3 .single-video__body__main,
html[data-theme=dark] .single-video-v4 .single-video__body__main {
background: #111 !important;
}
html[data-theme=dark] .single-video-v3 .comments-list-lg,
html[data-theme=dark] .single-video-v4 .comments-list-lg {
background: #111 !important;
border-left: 1px solid #222 !important;
}
html[data-theme=dark] .single-video-v3 .comments-list-lg .comment-respond .widget-title-wrap,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comment-respond .widget-title-wrap {
display: none !important;
}
html[data-theme=dark] .single-video-v3 .comments-list-lg .comments-list .comment-respond .widget-title-wrap,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comments-list .comment-respond .widget-title-wrap {
display: flex !important;
}
html[data-theme=dark] .single-video-v3 .comments-list-lg .comments-list .comment-respond .widget-title-wrap h3,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comments-list .comment-respond .widget-title-wrap h3 {
text-transform: inherit;
font-size: .9rem;
font-weight: 300;
letter-spacing: 0;
font-family: 'Lato', sans-serif;
}
html[data-theme=dark] .post-img.no-image {
background: #222;
}
html[data-theme=dark] .search .search-tabs {
border-bottom: 1px solid #222;
}
html[data-theme=dark] .search .search-tabs .nav-link:hover,
html[data-theme=dark] .search .search-tabs .nav-link.active {
color: #fff;
background: #333;
border: none;
border-top: 2px solid #CE1212;
outline: none;
box-shadow: none;
}
html[data-theme=dark] .woocommerce .reset_variations {
border: 1px solid #444;
background: #333;
}
html[data-theme=dark] .woocommerce .mark,
html[data-theme=dark] .woocommerce mark {
background-color: #333;
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce label {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .button {
background: #333 !important;
border: 1px solid #444 !important;
color: #f9f9f9 !important;
font-weight: normal;
}
html[data-theme=dark] .woocommerce button[name=apply_coupon],
html[data-theme=dark] .woocommerce button[name=update_cart] {
border: 1px solid #ce1212 !important;
background: #ce1212 !important;
}
html[data-theme=dark] .woocommerce .woocommerce-error,
html[data-theme=dark] .woocommerce .woocommerce-info,
html[data-theme=dark] .woocommerce .woocommerce-message {
background-color: #222;
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .product_type_external,
html[data-theme=dark] .woocommerce .product_type_grouped,
html[data-theme=dark] .woocommerce .add_to_cart_button {
border: none !important;
background: #ce1212 !important;
color: #fff !important;
}
html[data-theme=dark] .woocommerce button.single_add_to_cart_button {
border: none !important;
background: #ce1212 !important;
}
html[data-theme=dark] .woocommerce .woocommerce-variation-description {
background: #1b1b1b;
border: 1px solid #333;
}
html[data-theme=dark] .woocommerce .price del {
color: #f9f9f9 !important;
}
html[data-theme=dark] .woocommerce .showlogin,
html[data-theme=dark] .woocommerce .showcoupon {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .download-product a {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce table.shop_table tbody .product-price,
html[data-theme=dark] .woocommerce table.shop_table tbody .product-subtotal {
color: #f9fafb;
}
html[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.wc-tabs:before {
border-bottom: 1px solid #222;
}
html[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
color: #aaa !important;
}
html[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a {
color: #f9f9f9 !important;
}
html[data-theme=dark] .woocommerce div.product .woocommerce-tabs .panel {
background: #1b1b1b;
}
html[data-theme=dark] .woocommerce #reviews .comment-reply-title,
html[data-theme=dark] .woocommerce #reviews .meta {
color: #f9f9f9 !important;
}
html[data-theme=dark] .woocommerce #reviews #comments .commentlist li {
border-bottom: 1px solid #222 !important;
}
html[data-theme=dark] .woocommerce #reviews #comments .commentlist li img.avatar {
background: #333;
border-color: #444;
padding: 1px;
}
html[data-theme=dark] .woocommerce .related.products>h2 {
color: #f9fafb;
}
html[data-theme=dark] .woocommerce table.shop_table th,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes th {
color: #f9f9f9;
font-weight: normal !important;
}
html[data-theme=dark] .woocommerce table.shop_table th,
html[data-theme=dark] .woocommerce table.shop_table td,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes th,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes td {
border: none;
border-bottom: 1px solid #333 !important;
}
html[data-theme=dark] .woocommerce table.shop_table .product-name a,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes .product-name a {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .woocommerce-form-coupon,
html[data-theme=dark] .woocommerce .woocommerce-form-login {
border: none !important;
background: #1b1b1b;
}
html[data-theme=dark] .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
background: #444 !important;
color: #f9f9f9 !important;
}
html[data-theme=dark] .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
border-bottom: 1px solid #333 !important;
}
html[data-theme=dark] .woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text {
color: #ccc;
}
html[data-theme=dark] .woocommerce .account-orders-table a,
html[data-theme=dark] .woocommerce .woocommerce .my_account_orders a {
color: #f9f9f9 !important;
}
html[data-theme=dark] .woocommerce .woocommerce-form-coupon {
border: 1px solid #333;
}
html[data-theme=dark] .woocommerce .woocommerce-order {
background: #1b1b1b;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
html[data-theme=dark] .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
color: #11d811;
}
html[data-theme=dark] .woocommerce .woocommerce-thankyou-order-details {
border: 1px solid #333;
background: #222;
color: #11d811;
}
html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot {
font-size: 1.1rem;
font-weight: 700;
}
html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot th {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot tr:first-child th {
border-top: 5px solid red;
}
html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot tr:first-child td {
border-top: 5px solid #11d811;
}
html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot tr:last-child {
color: #11d811;
}
html[data-theme=dark] .woocommerce .woocommerce-customer-details address {
border: 1px solid #333;
}
html[data-theme=dark] .woocommerce .widget_shopping_cart_content a {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
background: #555 !important;
}
html[data-theme=dark] .woocommerce .widget_shopping_cart_content li:not(:last-child) {
border-bottom: 1px solid #555;
}
html[data-theme=dark] .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
html[data-theme=dark] .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
color: #f9f9f9;
}
html[data-theme=dark] .woocommerce .header-user__cart .widget_shopping_cart_content .woocommerce-mini-cart {
border-bottom: 1px solid #666;
}
html[data-theme=dark] .woocommerce .blockUI.blockOverlay {
background: #333 !important;
}
html[data-theme=dark] .googlesitekit-reports a {
color: #f9f9f9 !important;
}
html[data-theme=dark] .googlesitekit-reports .item-path a {
color: #a4afb7 !important;
}
html[data-theme=dark] .googlesitekit-reports .google-visualization-tooltip {
background: #444;
border-color: #444;
color: #fff;
}
html[data-theme=dark] .googlesitekit-reports .google-visualization-tooltip>ul>li>span {
color: #fff !important;
}
html[data-theme=dark] .googlesitekit-reports .analytics-tabs .analytics-tab.active {
background-color: #222;
border-color: #333 #333 #0d6efd;
}
html[data-theme=dark] .site-main #buycred-checkout-page table {
color: #f9f9f9;
}
html[data-theme=dark] .site-main #buycred-checkout-page .checkout-order {
background-color: #222;
}
html[data-theme=dark] #cashcred .cashcred-nav-tabs {
border-bottom: 1px solid #444;
}
html[data-theme=dark] #cashcred .cashcred-nav-tabs li {
color: #dee2e6;
border-color: #444 #444 #333;
}
html[data-theme=dark] #cashcred .cashcred-nav-tabs .active {
background-color: #333;
}
html[data-theme=dark] #cashcred #cashcred_tab_content {
background: #1b1b1b;
border: 1px solid #222;
}
html[data-theme=dark] form#mycred-transfer-form-transfer {
background: #1b1b1b !important;
border-color: #222 !important;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-overlay {
background-color: #000000d6;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-FileCard-inner,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-FileCard-preview,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-AddFilesPanel {
background-color: #222 !important;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner {
background-color: #222;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .UppyIcon {
stroke: #fafbfc;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-close,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-AddFiles-title,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-DashboardTabs-title,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-Item-fileName,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-FileCard-label {
color: #f9f9f9;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-DashboardContent-bar {
align-items: center;
color: #f9f9f9;
background-color: #333;
border-bottom: 1px solid #333;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-DashboardContent-bar button {
color: #f9f9f9;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-StatusBar-actions,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-FileCard-actions {
background: #222;
border-top: 1px solid #333 !important;
}
html[data-theme=dark] .uppy-Dashboard--modal .uppy-StatusBar {
border: none !important;
}
html[data-theme=dark] .bm-login-form {
background: #1b1b1b;
border: 1px solid #333 !important;
color: #f9f9f9;
}
html[data-theme=dark] .bm-login-form .bm-login-text {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap {
border: 1px solid #333;
color: #f9f9f9;
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap p {
font-size: 1rem;
}
html[data-theme=dark] .bp-messages-wrap label {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .bm-conversation-exist {
background: #222;
color: #fff;
border-bottom: 1px solid #333;
}
html[data-theme=dark] .bp-messages-wrap .starred-messages,
html[data-theme=dark] .bp-messages-wrap .bpbm-maximize,
html[data-theme=dark] .bp-messages-wrap .bpbm-minimize,
html[data-theme=dark] .bp-messages-wrap .bpbm-empty-icon,
html[data-theme=dark] .bp-messages-wrap .bpbm-empty-message,
html[data-theme=dark] .bp-messages-wrap .bpbm-empty-or,
html[data-theme=dark] .bp-messages-wrap .bpbm-user-option-description,
html[data-theme=dark] .bp-messages-wrap .mass-message,
html[data-theme=dark] .bp-messages-wrap .back {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-dropdown-menu {
background: #333;
border-color: #444;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-dropdown-menu .bpbm-dropdown-item {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list {
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user {
border-bottom: 1px solid #1b1b1b;
padding: 5px 0;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user:hover {
opacity: .7;
background: #1b1b1b !important;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user .user:hover {
background: none !important;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user .open-profile {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer,
html[data-theme=dark] .bp-messages-wrap .chat-header {
background: #1b1b1b;
border-bottom: 1px solid #333;
border-top: 1px solid #333;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer .new-message,
html[data-theme=dark] .bp-messages-wrap .chat-footer .settings,
html[data-theme=dark] .bp-messages-wrap .chat-header .new-message,
html[data-theme=dark] .bp-messages-wrap .chat-header .settings {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .thread-info-data,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .name,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .bm-name,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .bm-name a,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .thread-info-data,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .name,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .bm-name,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .bm-name a {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-actions>span,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-actions .expandingButtons,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-actions>span,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-actions .expandingButtons {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer .bpbm-search form input,
html[data-theme=dark] .bp-messages-wrap .chat-header .bpbm-search form input {
background: #222 !important;
color: #f9fafb !important;
border: 1px solid #333 !important;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer .bpbm-search form input::placeholder,
html[data-theme=dark] .bp-messages-wrap .chat-header .bpbm-search form input::placeholder {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .chat-footer .bpbm-search form input:focus,
html[data-theme=dark] .bp-messages-wrap .chat-header .bpbm-search form input:focus {
border-color: #444 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-search-results-header {
color: #f9f9f9 !important;
background: #1b1b1b !important;
border-bottom-color: #333 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text a {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text .url-wrap {
border: 1px solid #222 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text .url-wrap .url-description .url-title,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text .url-wrap .url-description .url-site {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content {
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name a,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name .user {
color: #0dcaf0 !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name a:hover,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name .user:hover {
background: none !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-time,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-message-content {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings {
background: #1b1b1b;
border-bottom: 1px solid #222;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings #rename_thread {
border: 1px solid #1b1b1b !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings .bpbm-thread-option-description {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings-container,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .participants-panel,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bp-messages-user-list {
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bp-messages-user-list .actions span {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .participants-panel {
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap .bpbm-preview-message {
border-top: 1px solid #333;
background: #111;
}
html[data-theme=dark] .bp-messages-wrap .bm-reply {
border-top: 1px solid #333;
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap .bm-reply>* {
background: #1b1b1b;
}
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-editor-content:empty::before {
color: gray;
}
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-attachment,
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-emojies,
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-send-message {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-reply-restricted {
margin: 0;
border-radius: 0;
font-size: 1rem;
}
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-editor-content {
background: #1b1b1b !important;
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-side-threads>* {
border-right: 1px solid #333;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .bm-info h4,
html[data-theme=dark] .bp-messages-wrap .threads-list .bm-info .name {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .thread {
background: #222;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .thread>* {
border-bottom: 1px solid #333;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .thread:hover>* {
background: #222;
opacity: .8;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .thread .name,
html[data-theme=dark] .bp-messages-wrap .threads-list .thread .name+h4 {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .thread .bm-last-message-content {
color: #aaa;
}
html[data-theme=dark] .bp-messages-wrap .threads-list .bp-messages-active-thread {
background: #333 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-conversation-start {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-unread-messages {
color: #f9f9f9;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-name a {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content {
background: #333 !important;
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-message-info .bm-time,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-message-content-text,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-replied-message .bm-replied-message-name .bm-user,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-replied-message .bm-replied-message-text {
color: #f9f9f9 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-replied-message {
border-left: none;
background: #444 !important;
}
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control {
background-color: #222 !important;
border-bottom: 1px solid #444;
}
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__placeholder,
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__input,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__placeholder,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__input {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__placeholder::placeholder,
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__input::placeholder,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__placeholder::placeholder,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__input::placeholder {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu {
background-color: #222 !important;
border-bottom: 1px solid #444;
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu .bm_user_selector__option {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu .bm_user_selector__option.bm_user_selector__option_focused,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu .bm_user_selector__option:hover {
background-color: #333 !important;
opacity: .8;
}
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__multi-value {
background: #444;
color: #fff;
}
html[data-theme=dark] .bp-messages-wrap .bm_thread_subject_input {
background-color: #222 !important;
border-bottom: 1px solid #333 !important;
}
html[data-theme=dark] .bp-messages-wrap .bm_thread_subject_input .thread_subject__input {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .bm_thread_subject_input .thread_subject__input::placeholder {
color: gray !important;
}
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu div div {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap #bm-new-thread-title {
color: #f9fafb !important;
}
html[data-theme=dark] .bp-messages-wrap .bulk-message .box {
background-color: #1b1b1b !important;
border: 1px solid #333;
}
html[data-theme=dark] .bp-messages-wrap .bulk-message input[type=text],
html[data-theme=dark] .bp-messages-wrap .bulk-message .bm-editor {
color: #f9f9f9 !important;
border: 1px solid #333 !important;
background-color: #222 !important;
border-radius: 0.25rem !important;
margin-top: 1rem;
}
html[data-theme=dark] .bp-messages-wrap .bulk-message .progress {
border: 1px solid #333;
color: #f9fafb;
}
html[data-theme=dark] .bp-messages-wrap .bulk-message .progress .progress-value {
background: #309502;
z-index: 1;
}
html[data-theme=dark] .bp-messages-wrap .bulk-message .progress .progress-text {
background-color: #222;
}
html[data-theme=dark] .bp-messages-wrap .bp-messages-mobile-tap {
background: #000000e0 !important;
}
html[data-theme=dark] .user-dashboard .bpbm-chat-main {
background: #111 !important;
}
html[data-theme=dark] .reports-list thead {
background: #333;
}
html[data-theme=dark] .reports-list td,
html[data-theme=dark] .reports-list th {
border: 1px solid #333 !important;
}
html[data-theme=dark] .comments-livechat-tabs .nav-link {
background: #222;
color: #fff;
border: 1px solid #333;
}
html[data-theme=dark] .comments-livechat-tabs .nav-link.active {
border-color: transparent;
background: #333;
}
html[data-theme=dark] .comments-livechat .bp-messages-column {
background: #1b1b1b;
}
html[data-theme=dark] .comments-livechat .bp-messages-column .messages-stack:hover {
background: #1f1f1f;
}
html[data-theme=dark] .pmpro_content_message {
border: 1px solid #333;
}
html[data-theme=dark] .pmpro_price_part-total {
border-top: 1px solid #444;
}
html[data-theme=dark] .pmpro_a-print {
color: #f9f9f9;
}
html[data-theme=dark] .pmpro_message {
background-color: #333;
color: #f9f9f9;
}
html[data-theme=dark] .pmpro_table a {
color: #f9f9f9;
}
html[data-theme=dark] #pmpro_license {
background: #222;
color: #f9f9f9;
padding: 1rem;
border: 1px solid #333;
}
html[data-theme=dark] [class*="pmpro_checkout_gateway"] {
background-color: #1b1b1b;
}
html[data-theme=dark] [class*="pmpro_checkout_gateway"] a {
color: #f9f9f9;
}
html[data-theme=dark] [class*="pmpro_checkout_gateway"] #pmpro_level_cost {
border: 1px solid #333;
}
html[data-theme=dark] [class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields span {
background: #222;
border: 1px solid #333;
}
html[data-theme=dark] .pmpro_confirmation_wrap>p:first-child {
background-color: #333;
}
html[data-theme=dark] .pmpro_confirmation_wrap,
html[data-theme=dark] .pmpro_cancel_wrap {
background: #1b1b1b;
}
html[data-theme=dark] .pmpro_confirmation_wrap a,
html[data-theme=dark] .pmpro_cancel_wrap a {
color: #f9f9f9;
}
html[data-theme=dark] .pmpro_confirmation_wrap a:hover,
html[data-theme=dark] .pmpro_cancel_wrap a:hover {
color: #f9f9f9;
}
html[data-theme=dark] .pmpro_login_wrap #loginform {
background: #1b1b1b;
}
html[data-theme=dark] .pmpro_login_wrap .pmpro_actions_nav a {
color: #f9f9f9;
} html[data-theme=dark] .rtl { }
html[data-theme=dark] .rtl .sidebar-secondary {
border-left: 1px solid #222 !important;
}
html[data-theme=dark] .preloader {
background: #121212;
}
html[data-theme=dark] .select2-container--default .select2-selection--single {
border: 1px solid #333 !important;
background-color: #222;
}
html[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #f9f9f9;
}
html[data-theme=dark] .select2-container--default .select2-search__field {
background: #111 !important;
}
html[data-theme=dark] .select2-container--default .select2-results>.select2-results__options {
background: #222;
}
html[data-theme=dark] .select2-container--default .select2-results__option[data-selected=true],
html[data-theme=dark] .select2-container--default .select2-results__option--highlighted {
background: #444 !important;
}
html[data-theme=dark] .select2-search--dropdown {
background: #222;
}
html[data-theme=dark] .select2-dropdown {
border: 1px solid #333;
}
html[data-theme=dark] .btn-upnext.auto-next {
background: #ce1212 !important;
}
html[data-theme=dark] .btn-upnext.auto-next span {
color: #fff !important;
}
html[data-theme=dark] .chapter-list {
border: 1px solid #333;
background: #222;
}
html[data-theme=dark] .chapter-list li {
border-bottom: 1px solid #333;
}
html[data-theme=dark] .ph-item:before {
background: linear-gradient(90deg, #ffffff00 46%, #ffffff0f 50%, #ffffff00 54%) 50% 50%;
}
html[data-theme=dark] .ph-item .ph-picture,
html[data-theme=dark] .ph-item .ph-avatar,
html[data-theme=dark] .ph-item .ph-row div {
background-color: #222;
}
html[data-theme=dark] .ph-item .ph-row .empty {
background-color: transparent !important;
}
html[data-theme=dark] .terms-menu .term-item a {
background: #333;
color: #fff;
}
html[data-theme=dark] .terms-menu .term-item.current a {
background: #ce1212;
}
html[data-theme=dark] .terms-menu.slick-initialized .slick-arrow:before {
color: #fff;
}