:root {
--primary_color: #f80136;
--primary_color_rgb: 248,1,54;
--secondary_color: #fa4904;
--body_dark_color: #444444;
--body_light_color: #e6e5e5;
--title_dark_color: #111111;
--title_light_color: #ffffff;
--link_dark_color: #222222;
--link_light_color: #cccccc;
--meta_dark_color: #7e7e7e;
--meta_light_color: #e0e0e0;
--author_dark_color: #2e2e2e;
--author_light_color: #cfcfcf;
--breadcrumb_link_color: #bfbfbf;
--breadcrumb_link_hover_color: #ffffff;
--breadcrumb_active_color: #ffffff;
--breadcrumb_seperator_color: #bfbfbf;
--accent_light_color: #f8f8f8;
--accent_dark_color: #3b3b3b;
--accent2_light_color: #f2f2f2;
--border_dark_color: #e4e4e4;
--border_light_color: #3b3b3b;
} body {
font-family: 'Rubik', sans-serif;
font-size: 16px;
line-height: 1.9;
color: var(--body_dark_color);
font-weight: 400;
height: 100%;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
background-color: #ffffff;
overflow-x: hidden;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.alignleft {
float: left;
margin-bottom: 15px;
margin-right: 25px;
margin-top: 10px;
}
.alignright {
float: right;
margin-left: 25px;
margin-bottom: 15px;
margin-top: 10px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 15px;
}
a {
color: var(--link_dark_color);
text-decoration: none;
}
a:focus {
outline: 0px solid;
text-decoration: none;
outline: 0 none;
}
a:active {
text-decoration: none;
outline: 0 none;
}
a:hover {
color: var(--primary_color);
text-decoration: none;
outline: 0 none;
}
img {
max-width: 100%;
height: auto;
}
.fix {
overflow: hidden;
}
p {
margin: 0 0 20px 0;
font-weight: 400;
color: var(--body_dark_color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rubik', sans-serif;
font-weight: 500;
margin: 0 0 10px 0;
color: var(--title_dark_color);
}
h1 {
font-size: 32px;	
line-height: 1.2;
}
h2 {
font-size: 26px;
line-height: 1.4;
}
h3 {
font-size: 22px;
line-height: 1.4;
}
h4 {
font-size: 20px;
line-height: 1.5;
}
h5 {
font-size: 18px;
line-height: 1.5;
}
h6 {
font-size: 16px;
line-height: 1.6;
}
h1.entry-title.title-size-xl {
font-size: 29px;
}
h1.entry-title.title-size-lg {
font-size: 36px;
}
h1.entry-title.title-size-md {
font-size: 30px;
}
h1.entry-title.title-size-sm {
font-size: 28px;
}
h1.entry-title.title-size-xs {
font-size: 26px;
}
h2.entry-title.title-size-xl {
font-size: 30px;
}
h2.entry-title.title-size-lg {
font-size: 28px;
}
h2.entry-title.title-size-md {
font-size: 24px;
}
h2.entry-title.title-size-sm {
font-size: 22px;
}
h2.entry-title.title-size-xs {
font-size: 20px;
}
h3.entry-title.title-size-xl {
font-size: 26px;
}
h3.entry-title.title-size-lg {
font-size: 24px;
}
h3.entry-title.title-size-md {
font-size: 20px;
}
h3.entry-title.title-size-sm {
font-size: 18px;
}
h3.entry-title.title-size-xs {
font-size: 16px;
}
.clear {
clear: both;
}
.clear:after {
clear: both;
content: "";
display: block;
}
ul {
list-style: disc inside none;
margin: 0 0 20px 0;
}
#wrapper {
overflow: hidden;
transition: all 0.5s ease-out;
}
hr,
.elementor hr {
background-color: #e5e5e5;
}
* {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
outline: none;
}
.title-row-1 {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.title-row-2 {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.title-row-3 {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
} .primary-color {
color: var(--primary_color);
}
.secondary-color {
color: var(--secondary_color);
}
#page .content-area {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
transition: all ease 0.31s;
}
.post-bottom-spacer {
margin-bottom: 20px;
width: 100%;
height: 1px;
border-bottom: 1px solid #e5e5e5;
} .number-counter {
counter-reset: post-counter;
} @-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
.rt-grid-item {
display: block;
float: left;
clear: both;
}  .button-style-1 {
position: relative;
z-index: 1;
font-size: 14px;	
color: var(--title_dark_color);	
font-weight: 500;
padding: 12px 25px 8px 25px;
display: inline-flex;
align-items: center;
text-transform: uppercase;
border: 1px solid;
border-image-slice: 1;
border-width: 2px;
border-image-source: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
transition: all 0.4s ease;
}
.button-style-1:before {
opacity: 0;
visibility: hidden;
background-size: 300% 100%;
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
position: absolute;
z-index: -1;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
color: var(--title_light_color);
transition: all 0.4s ease;
}
.button-style-1 i {
color: var(--title_light_color);
margin-left: -10px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.button-style-1:hover i {
color: #ffffff;
margin-left: 10px;
opacity: 1;
visibility: visible;
}
.button-style-1:hover {
color: #ffffff;
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
}
.button-style-1:hover:before {
background-position: 40% 0;
visibility: visible;
opacity: 1;
}
.button-text-light.button-style-1 {
color: var(--title_light_color);
} .play-btn {	
height: 70px;
width: 70px;
font-size: 24px;	
border: 2px solid #ffffff;
border-radius: 50%;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.no-image.no-preview .play-btn {	
background-color: var(--primary_color);
border: 2px solid var(--primary_color);
}
.play-btn:hover {		
border: 2px solid;
border-color: var(--primary_color);
border-radius: 50%;
color: var(--primary_color);
display: flex;
align-items: center;
justify-content: center;    
}
.no-image.no-preview .play-btn:hover {	
background-color: transparent;
}
.play-btn.size-lg {
height: 80px;
width: 80px;
font-size: 28px;
} 
.play-btn.size-md {
height: 60px;
width: 60px;
font-size: 20px;
} 
.play-btn.size-sm {
height: 50px;
width: 50px;
font-size: 18px;
} 
.video-btn-wrap {
position: absolute;
z-index: 3;
}
.no-image.no-preview .video-btn-wrap {
position: inherit;
margin-bottom: 20px;
}
.video-btn-wrap.position-center {
top: 50%;
left: 50%;
right: inherit;
transform: translateX(-50%) translateY(-50%);
}
.no-image.no-preview .video-btn-wrap.position-center {
top: inherit;
left: inherit;
right: inherit;
transform: inherit;
}
.video-btn-wrap.position-top-right {
top: 15px;
right: 15px;
left: inherit;
transform: translateX(0) translateY(0);
}
.no-image.no-preview .video-btn-wrap.position-top-right {
top: inherit;
left: inherit;
right: inherit;
transform: inherit;
}
.video-btn-wrap.position-top-left {
top: 25px;
left: 25px;
right: inherit;
transform: translateX(0) translateY(0);
}
.no-image.no-preview .video-btn-wrap.position-top-left {
top: inherit;
left: inherit;
right: inherit;
transform: inherit;
}
.play-btn-2 {
display: flex;
align-items: center;
justify-content: center;
position: relative;
text-align: center;
height: 70px;
width: 70px;
border-radius: 50%;
font-size: 18px;
background: rgba(255, 255, 255, 0.4);
color: #ffffff;
margin: 0 auto;
z-index: 0;
animation: pulseShadowxlwhite 2000ms linear infinite;
transition: all 0.3s ease;
}
.play-btn-2:hover {
background: var(--primary_color);
color: #ffffff;
} @-webkit-keyframes pulseShadowlgprimary {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
}
}
@keyframes pulseShadowlgprimary {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
}
}
@-webkit-keyframes pulseShadowsmwhite {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulseShadowsmwhite {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes pulseShadowxlwhite {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulseShadowxlwhite {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes pulseShadowlgwhite {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulseShadowlgwhite {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes pulseShadowsmgray {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
}
}
@keyframes pulseShadowsmgray {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
}
} @-webkit-keyframes pulseScale {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
@keyframes pulseScale {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
} .header-top-bar {
position: relative;
z-index: 1;
}
.header-top-bar .tophead-right,
.header-top-bar .tophead-left {
display: inline-flex;
align-items: center;
position: relative;
font-size: 15px;
gap: 30px;
}
.header-top-bar .tophead-item {
display: inline-flex;
align-items: center;
position: relative;
gap: 15px;
}
.header-top-bar .top-bar-wrap {
padding: 5px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.menu-header-menu-container ul li {
display: inline-block;
margin-right: 8px;
}
.menu-header-menu-container ul li:last-child {
margin-right: 0;
}
.tophead-social {
display: flex;
gap: 5px;
flex-wrap: wrap;
}
.tophead-social li a {
padding: 5px 10px;
display: block;
}
.tophead-social li:last-child a {
padding: 5px 0 5px 10px;
} .topbar-style-1 .header-top-bar {
background-color: transparent;
color: #cccccc;
min-height: 60px;	
}
.topbar-style-1 .header-top-bar .top-bar-wrap {
border-bottom: 1px solid;
border-color: rgba(255, 255, 255, 0.2);
}
.topbar-style-1 .tophead-item .header-plain-text {
color: var(--title_light_color);
}
.topbar-style-1 .tophead-item.header-link-item a {
color: var(--light_link_color);
}
.topbar-style-1 .tophead-item.header-link-item a:hover {
color: #ffffff;
}
.topbar-style-1 .tophead-item .header-icon-box {
color: var(--primary_color);
} .topbar-style-2 .header-top-bar {
background-color: #000000;
color: #cccccc;
min-height: 50px;
}
.topbar-style-2 .tophead-item .header-plain-text {
color: var(--title_light_color);
}
.topbar-style-2 .tophead-item.header-link-item a {
color: var(--light_link_color);
}
.topbar-style-2 .tophead-item.header-link-item a:hover {
color: #ffffff;
}
.topbar-style-2 .tophead-item .header-icon-box {
color: var(--primary_color);
} .topbar-style-3 .header-top-bar {
background-color: #000000;
color: #cccccc;
min-height: 50px;
}
.topbar-style-3 .tophead-item .header-plain-text {
color: var(--title_light_color);
}
.topbar-style-3 .tophead-item.header-link-item a {
color: var(--light_link_color);
}
.topbar-style-3 .tophead-item.header-link-item a:hover {
color: #ffffff;
}
.topbar-style-3 .tophead-item .header-icon-box {
color: var(--primary_color);
} .topbar-style-4 .header-top-bar {
background-color: #000000;
color: #cccccc;
min-height: 50px;
}
.topbar-style-4 .tophead-item .header-plain-text {
color: var(--title_light_color);
}
.topbar-style-4 .tophead-item.header-link-item a {
color: var(--light_link_color);
}
.topbar-style-4 .tophead-item.header-link-item a:hover {
color: #ffffff;
}
.topbar-style-4 .tophead-item .header-icon-box {
color: var(--primary_color);
} @media(max-width: 992px) {
.header-top-bar .top-bar-wrap {
text-align: center;
}
.header-top-bar .top-bar-wrap,
.topbar-style-1 .header-top-bar .tophead-left {
display: inherit;
}
}
@media(max-width: 425px) {
.topbar-style-1 .tophead-left>div:after {
display: none;
}
} .menu-full-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 991px) {
.header-icon-area .cart-icon-area .cart-icon-num {
top: 21px;
}
}
.header-icon-area {
display: flex;
gap: 20px;
align-items: center;
height: 100%;
position: relative;
}
.header-icon-area .cart-icon-area {
position: relative;
margin-left: 15px;
padding: 16px 0;
}
.header-icon-area>div {
position: relative;
}
.header-icon-area>div:last-child:before {
content: none;
}
.header-icon-area .offcanvas-menu-wrap {
display: inline-flex;
margin-left: 25px;
}
.header-icon-area .user-icon-area {
margin-right: 20px;
}
.header-icon-area .search-icon,
.header-icon-area .user-icon-area,
.menu-user .user-icon-area {
font-size: 20px;
}
.header-icon-area .search-icon a,
.header-icon-area .user-icon-area a,
.menu-user .user-icon-area a {
color: #818181;
}
.header-icon-area .search-icon a:hover,
.header-icon-area .user-icon-area a:hover,
.menu-user .user-icon-area a:hover {
color: var(--primary_color);
}
.menu-user {
display: inline-flex;
align-items: center;
}
.menu-user .user-icon-area {
margin-left: 15px;
position: relative;
bottom: 2px;
} .offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon>span {
background-color: var(--primary_color);
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
border: none;
background-color: transparent;
box-shadow: none;
cursor: pointer;
display: inline-flex;
align-items: center;
padding: 0;
width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
display: block;
width: 35px;
position: relative;
height: 50px;
}
.offcanvas-navigation ul {
padding: 0;
margin: 0;
}
.offcanvas-navigation ul li {
line-height: 1.7;
}
@media(max-width: 767px) {
.offcanvas-navigation ul li {
line-height: 1.2;
}
.offcanvas-navigation ul li a {
font-size: 28px;
}
}
.additional-menu-area .widget_categories {
margin-bottom: 0;
margin-top: 40px;
}
.additional-menu-area .widget_categories h3 {
color: #ffffff;
}
.additional-menu-area .widget_categories ul,
.additional-menu-area .widget_archive ul {
display: inline-block;
margin-top: 6px;
}
.additional-menu-area .widget_categories ul li,
.additional-menu-area .widget_archive ul li {
margin-bottom: 15px;
}
.additional-menu-area .widget_categories ul li:last-child,
.additional-menu-area .widget_archive ul li:last-child {
margin-bottom: 0;
}
.additional-menu-area .widget_categories ul li,
.additional-menu-area .widget_archive ul li {
width: 100%;
float: left;
color: var(--meta_light_color);
text-align: right;
}
.additional-menu-area .widget_categories ul li:last-child,
.additional-menu-area .widget_archive ul li:last-child {
padding-bottom: 0px;
}
.additional-menu-area .widget_categories ul li a,
.additional-menu-area .widget_archive ul li a {
position: relative;
float: left;
padding-left: 17px;
color: var(--link_light_color);
}
.additional-menu-area .widget_categories ul li a:before,
.additional-menu-area .widget_archive ul li a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
} .header-search {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #f5f6fa;
transform: scaleY(0);
visibility: hidden;
z-index: 150;
transition: all 0.7s ease-in-out;
transform-origin: 0 0 0;
}
.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
width: 54%;
height: 70px;
color: var(--title_dark_color);
font-size: 24px;
flex: initial;
text-align: left;
border: none;
border-radius: 0;
margin: 0px auto;
padding: 20px 35px 20px 0;
outline: none;
background: transparent;
border-bottom: 1px solid var(--primary_color);
line-height: 28px;
}
@media (max-width: 425px) {
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
width: 70%;
}
}
.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
color: #aaa;
}
.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
color: #aaa;
}
.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
color: #aaa;
}
.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
padding: 0;
box-shadow: none;
border: none;
border-radius: 0;
color: var(--title_dark_color);
cursor: pointer;
font-size: 24px;
font-weight: 500;
margin-top: 0px;
margin-left: -32px;
background: transparent;
line-height: 29px;
z-index: 12;
transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
line-height: 28px;
}
.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
color: var(--primary_color);
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
position: absolute;
left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
box-shadow: none;
outline: none;
}
.header-search.open {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.header-search .close {
position: fixed;
top: 15px;
right: 20px;
margin: 0 auto;
color: var(--title_dark_color);
border: none;
opacity: 0.5;
visibility: visible;
padding: 0;
font-size: 60px;
font-weight: 300;
cursor: pointer;
background: transparent;
transition: all 300ms;
z-index: 1;
}
.header-search .close:focus {
box-shadow: none;
border: none;
outline: none;
}
.header-search .close:hover {
transform: scale(1.2);
opacity: 1;
}
.header-area {
background: #ffffff;
position: relative;
z-index: 2;
}
@media(max-width: 991px) {
.header-search .close {
top: 50px;
transform: none;
font-size: 50px;
}
} .header-menu {
position: relative;
top: 0;
left: 0;
right: 0;
margin: auto;
transition: all ease 0.31s;
}
.admin-bar .rt-sticky {
top: 32px;
}
.rt-sticky {
position: fixed;
width: 100%;
left: 0;
top: 0;
right: 0;
margin: 0 auto;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
} .header-social {
display: flex;
align-items: center;
height: 100%;
margin: 0;
padding: 0;
}
.header-social li {
display: inline-block;
list-style: outside none none;
}
.header-social li:last-child {
padding-right: 0;
}
.header-social li a {
font-size: 15px;
margin-right: 7px;
text-align: center;
color: var(--title_dark_color);
display: block;
}
.header-social li:last-child a {
margin-right: 0;
}
.header-social li i {
width: 38px;
height: 38px;
background: #f7f7f7;
display: inline-block;
line-height: 36px;
transition: all ease 0.31s;
}
.header-social li a:hover i {
background: var(--primary_color);
color: #ffffff;
} .site-branding a {
display: table-cell;
vertical-align: middle;
font-size: 30px;
font-weight: 500;
text-transform: capitalize;
color: var(--primary_color);
}
.site-branding.mobile-logo a {
font-size: 20px;
}
.site-branding.mobile-logo a img {
max-width: 110px;
}
.site-branding a img {
max-width: 162px;
width: 100%;
}
.site-branding .light-logo {
display: none;
} .fallbackcd-menu-item .fallbackcd {
display: block;
text-decoration: none;
font-size: 14px;
line-height: 22px;
font-weight: 600;
color: var(--title_dark_color);
padding: 38px 15px;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
transition: all ease 0.31s;
}
.header-style-1 .fallbackcd-menu-item .fallbackcd {
color: #ffffff;
}
.header-style-1 .rt-sticky .fallbackcd-menu-item .fallbackcd {
color: #000000;
} .site-header ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.site-header .main-navigation nav ul li {
display: inline-block;
position: relative;
margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
display: block;
text-decoration: none;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--title_dark_color);
padding: 38px 15px;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
transition: all ease 0.31s;
}
.site-header .main-navigation nav>ul>li>a::before {
position: absolute;
content: "";
height: 3px;
background-color: var(--primary_color);
right: 0;
margin: 0 auto;
bottom: 0;
width: 100%;
transition: .5s;
transform: scaleX(0);
transform-origin: top right;
}
.site-header .main-navigation nav>ul>li:hover>a::before {
transform-origin: top right;
transform: scaleX(1)
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
transform: rotate(0deg);
display: inline-block;
padding-left: 6px;
font-size: 12px;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
transform: rotate(180deg) translateX(-6px);
transition: all 0.4s ease;
}
.site-header .main-navigation nav ul li a:hover {
color: var(--primary_color);
}
.site-header .main-navigation nav ul li a.active {
color: #a5a5a5 !important;
}
.site-header .main-navigation ul.menu>li>a:hover {
color: var(--primary_color);
}
.header-style-7 .site-header .main-navigation ul.menu li.current-menu-item>a {
color: var(--title_dark_color);
}
.site-header .main-navigation ul.menu li.current-menu-item>a,
.site-header .main-navigation ul.menu>li.current>a {
color: var(--primary_color);
}
.site-header .main-navigation ul.menu li.current-menu-ancestor>a {
color: var(--primary_color);
}
.header-style-7 .site-header .main-navigation ul.sub-menu li.current-menu-item>a {
color: var(--primary_color);
} .site-header .main-navigation ul li ul {
text-align: left;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
color: #656567;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-size: 16px;
font-weight: 600;
position: absolute;
right: 15px;
top: 7px;
transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
position: relative;
overflow: hidden;
display: block;
color: #656567;
text-transform: inherit;
padding: 7px 20px 7px 25px;
font-weight: 500;
font-size: 13px;
z-index: 2;
transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul>li>ul {
position: absolute;
top: 100%;
left: 0;
width: 225px;
margin: 0;
padding: 10px 0;
background-color: #fff;
box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
text-align: left;
box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
padding: 15px 0;
visibility: hidden;
transition: all 0.4s cubic-bezier(.3, .02, 0, .6);
opacity: 0;
z-index: 100;
transform: scaleY(0);
transform-origin: 0 0 0;
}
.site-header .main-navigation ul>li:hover>ul {
top: 100%;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
transform: scaleY(1);
}
.site-header .main-navigation ul>li>ul li ul {
left: 225px;
top: 0;
width: 225px;
}
.site-header .main-navigation ul>li:hover>ul li ul {
top: 0;
}
.site-header .main-navigation ul li ul {
background-color: #ffffff;
}
.site-header .main-navigation ul li ul li {
display: block;
border-bottom: none;
border-left: none;
}
.site-header .main-navigation ul li ul li:hover {
background: #ffffff;
}
.site-header .main-navigation ul li ul li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li ul.sub-menu li>a:before {
position: absolute;
content: "";
width: 3px;
height: 0px;
top: 50%;
left: 15px;
transform: translateY(-50%);
margin: 0;
background: #6c6c6c;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul.sub-menu li:hover>a:before {
background-color: var(--primary_color);
height: 11px;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
} .site-header .main-navigation ul.menu li ul.sub-menu li a:after {
content: "";
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
color: var(--primary_color);
} .site-header .main-navigation ul li.mega-menu {
position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
padding-left: 25px;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu {
background-color: #ffffff;
width: calc(100% - 24px);
max-width: 1296px;
position: absolute;
left: 0;
right: 0;
margin: auto;
padding: 15px;
display: flex;
justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column>ul.sub-menu {
width: 535px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column>ul.sub-menu {
width: 750px;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li {
display: inline-block;
margin: 0 15px;
width: 100%;
border: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
top: 0;
position: relative;
width: inherit;
left: inherit;
box-shadow: none;
border-top: none;
transform: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:after {
content: '';
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:before {
color: var(--primary_color);
font-size: 14px;
padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
font-size: 16px;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
font-weight: 700;
}
.site-header .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
display: none;
} .admin-bar.header-style-1 .header-area {
top: 32px;
}
.header-style-1 .header-area {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9;
background-color: transparent;
}
.header-style-1 .header-area .rt-sticky .site-branding .dark-logo,
.header-style-1 .header-area .site-branding .light-logo {
display: block;
}
.header-style-1 .header-area .rt-sticky .site-branding .light-logo,
.header-style-1 .header-area .site-branding .dark-logo {
display: none;
}
.header-style-1 .site-header .main-navigation nav > ul > li > a  {
color: #ffffff;
}
.header-style-1 .site-header .rt-sticky .main-navigation nav > ul > li > a  {
color: var(--title_dark_color);
}
.header-style-1 .site-header .main-navigation nav > ul > li > a:hover  {
color: var(--primary_color);
}
.header-style-1 .header-icon-area .search-icon a {
color: var(--title_light_color);
}
.header-style-1 .header-icon-area .search-icon a:hover {
color: var(--primary_color);
}
.header-style-1 .rt-sticky .header-icon-area .search-icon a {
color: var(--title_dark_color);
}
.header-style-1 .rt-sticky .header-icon-area .search-icon a:hover {
color: var(--primary_color);
}
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
background-color: #ffffff;
}
.header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
background-color: var(--title_dark_color);
}
@media (min-width: 1025px) {
.header-style-1 .rt-thumb-slider-horizontal-1 .rt-slide {
padding-top: 100px;
min-height: 924px;
}
.header-style-1 .rt-thumb-slider-horizontal-4 .rt-slide {
padding-top: 80px;
}
.header-style-1 .entry-banner {
padding-top: 120px;
}
.header-style-1 .rt-post-overlay-default.rt-post-overlay-style10 {
padding-top: 105px;
}
.header-style-1.has-topbar .rt-post-overlay-default.rt-post-overlay-style10 {
padding-top: 165px;
}
} .header-style-2 .site-header .info-wrap {
display: flex;
align-items: center;
} .header-style-3 .menu-full-wrap {
min-height: 100px;
transition: all 0.3s ease;
}
.header-style-3 .rt-sticky .menu-full-wrap {
min-height: 100px;
transition: all 0.3s ease;
} .header-style-4 .header-area .logo-menu-wrap {
padding-top: 30px;
text-align: center;
}
.header-style-4 .header-area .site-branding {
display: inline-block;
text-align: center;
}
.header-style-4 .header-menu {
border-bottom: 1px solid #e5e5e5;
} .header-style-5 .header-area {
padding-top: 30px;
}
.header-style-5 .menu-user {
width: 220px;
}
.header-style-5 .header-area .menu-wrap {
text-align: center;
}
.header-style-5 .header-area .site-branding {
display: inline-block;
text-align: center;
}
.header-style-5 .header-search-six {
position: relative;
}
.header-style-5 .header-search-six .search-form input {
background-color: #f7f7f7;
border-radius: 30px;
box-shadow: 0 -2px 3px 0px #d5d5d5;
padding: 5px 50px 5px 20px;
}
.header-style-5 .header-search-six .search-form button {
width: inherit;
height: inherit;
right: 18px;
background-color: transparent !important;
padding: 0;
color: #9b9b9b;
font-size: 20px;
}
.header-style-5 .header-search-six .search-form button:hover {
color: var(--primary_color);
} .header-style-6 .logo-ad-wrap {
padding: 25px 0;
border-bottom: 1px solid #e5e5e5;
}
.header-style-6 .header-search-six {
position: relative;
}
.header-style-6 .header-search-six .search-form input {
padding: 5px 40px 5px 20px;
border-radius: 0;
background-color: #ffffff;
color: #666;
border: 1px solid #e5e5e5;
}
.header-style-6 .header-search-six .search-form button {
width: inherit;
height: inherit;
background-color: transparent !important;
padding: 5px 10px;
color: #9b9b9b;
font-size: 20px;
right: 0;
}
.header-style-6 .header-search-six .search-form button:hover {
color: var(--primary_color);
} .admin-bar.header-style-7 .header-area {
top: 32px;
}
.header-style-7 .header-area {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.header-style-7 .menu-full-wrap {
background-color: var(--primary_color);
}
.header-style-7 .logo-ad-wrap {
padding: 15px 0;
}
.header-style-7 .site-header .main-navigation>nav>ul>li>a {
color: #ffffff;
padding-top: 24px;
padding-bottom: 24px;
}
.header-style-7 .site-header .main-navigation nav > ul > li:first-child > a {
padding: 24px 15px 24px 0;
}
.header-style-7 .site-header .main-navigation ul.menu li.current-menu-ancestor > a,
.header-style-7 .site-header .main-navigation ul.menu > li > a:hover {
color: var(--link_dark_color);
}
.header-style-7 .site-header .site-branding .dark-logo {
display: none;
}
.header-style-7 .site-header .site-branding .light-logo {
display: table-cell;
}
.header-style-7 .tophead-item .header-plain-text,
.header-style-7 .tophead-item .header-icon-box,
.header-style-7 .tophead-item.header-link-item a,
.header-style-7 .header-icon-area .search-icon a {
color: #ffffff;
}
.header-style-7 .tophead-item.header-link-item a:hover,
.header-style-7 .header-icon-area .search-icon a:hover {
color: var(--link_dark_color);
}
.header-style-7 .header-icon-area .user-icon-area a {
color: #ffffff;
}
.header-style-7 .header-icon-area .user-icon-area a:hover {
color: var(--link_dark_color);
}
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
background-color: #ffffff;
}
.header-style-7 .rt-sticky {
background-color: transparent;
box-shadow: none;
}
@media (min-width: 1025px) {
.header-style-7 .entry-banner {
padding-top: 275px;
}
.header-style-7 .entry-banner .entry-banner-content {
padding-top: 40px;
padding-bottom: 70px;
}
.header-style-7 .rt-thumb-slider-horizontal-1 .rt-slide {
padding-top: 200px;
min-height: 900px;
}
.header-style-7 .rt-thumb-slider-horizontal-4 .rt-slide {
padding-top: 200px;
}
.header-style-7 .rt-post-overlay-default.rt-post-overlay-style10 {
padding-top: 237px;
}
.header-style-7.has-topbar .rt-post-overlay-default.rt-post-overlay-style10 {
padding-top: 287px;
}
.header-style-7 .rt-post-overlay-default.rt-post-overlay-style1 {
margin-top: 200px;
}
.header-style-7.has-topbar .rt-post-overlay-default.rt-post-overlay-style1 {
margin-top: 248px;
}
} .header-style-8 .header-middle-bar .midhead-item {
display: inline-flex;
align-items: center;
position: relative;
gap: 15px;
}
.header-style-8 .header-middle-bar .header-plain-text {
color: var(--title_light_color);
}
.header-style-8 .header-middle-bar .midhead-item.header-link-item a {
color: var(--link_light_color);
} 
.header-style-8 .midhead-item .header-icon-box {
color: var(--primary_color);
}
.header-style-8 .header-middle-bar .midhead-item.header-link-item a:hover {
color: #ffffff;
} 
.header-style-8 .site-header .main-navigation nav > ul > li > a {
color: #E2E2E2;
}
.header-style-8 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
background-color: #9F9F9F;
}
.header-style-8 .site-header .rt-sticky .main-navigation nav > ul > li > a {
color: var(--title_dark_color);
}
.header-style-8 .header-area {
background-color: #111111;
}
.header-style-8 .header-middle-bar {
padding-top: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #2D2D2D;
}
.header-style-8 .header-area .menu-wrap {
text-align: center;
}
.header-style-8 .header-area .site-branding {
display: inline-block;
text-align: center;
}
.header-style-8 .header-area .rt-sticky .site-branding .dark-logo,
.header-style-8 .header-area .site-branding .light-logo {
display: block;
}
.header-style-8 .header-area .rt-sticky .site-branding .light-logo,
.header-style-8 .header-area .site-branding .dark-logo {
display: none;
}
.header-style-8 .header-search-six {
position: relative;
}
.header-style-8 .header-search-six .search-form input {
background-color: #f7f7f7;
border-radius: 30px;
box-shadow: 0 -2px 3px 0px #d5d5d5;
padding: 5px 50px 5px 20px;
}
.header-style-8 .header-search-six .search-form button {
width: inherit;
height: inherit;
right: 18px;
background-color: transparent !important;
padding: 0;
color: #9b9b9b;
font-size: 20px;
}
.header-style-8 .header-search-six .search-form button:hover {
color: var(--primary_color);
} @media all and (max-width: 1199px) {
.site-header .main-navigation nav ul li a {
padding-left: 7px;
padding-right: 7px;
}
.site-header .main-navigation ul li a {
padding-left: 7px;
padding-right: 7px;
}
.header-style-1 .site-header .header-top .header-address>div {
margin-bottom: 15px;
}
} @media(max-width: 991px) {
.header-style-1 .site-header .site-branding {
display: none;
}
.header-style-1 .header-controll,
.header-style-3 .header-controll {
border-bottom: 1px solid #f8f8f8;
}
.header-style-3 .header-3-middle {
display: none;
}
.header-style-1 .site-header .header-top .header-address {
width: 100%;
text-align: center;
}
.header-style-1 .site-header .header-top .header-address>div:nth-child(2):after {
display: none;
}
}
@media all and (max-width: 767px) { #tophead .tophead-right {
text-align: center;
float: none;
} .site-header .main-navigation ul {
text-align: center;
}
.site-header .main-navigation ul li a {
padding-bottom: 10px;
padding-top: 10px;
}
.header-icon-area {
display: none;
}
.header-style-1 .site-header .header-top .header-address>div {
margin-right: 20px;
padding-right: 20px;
border: none;
}
.header-style-1 .site-header .header-top .icon-left {
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
} .header-style-2 .site-header .main-navigation ul {
text-align: center;
}
.header-style-2 .site-header .main-navigation ul li a {
padding: 10px 15px;
} .header-firstrow {
padding: 15px 0 10px;
}
.site-header .site-branding,
.header-firstrow-right {
display: block;
height: inherit;
}
.site-header .site-branding {
padding: 0 0 10px 0px;
}
.header-firstrow-right-contents {
display: block;
}
.header-firstrow-right-contents ul {
display: block;
padding: 0;
text-align: center;
}
.header-contact li {
display: block;
margin-left: 0;
}
.menu-sep {
margin-bottom: 10px;
}
.site-header .main-navigation ul {
text-align: center;
}
.site-header .main-navigation ul li a {
padding: 10px 15px;
} .header-firstrow-wrap {
padding-top: 10px;
}
.site-header .site-branding,
.header-firstrow {
display: block;
height: inherit;
text-align: center;
padding-top: 0;
padding-bottom: 10px;
}
.header-firstrow-contents {
display: block;
}
.header-contact li {
display: block;
margin-right: 0;
}
.header-firstrow-contents-right {
text-align: center;
}
.header-firstrow-contents-right .header-icon-area {
display: none;
} .site-header .site-branding {
float: none;
height: inherit;
}
.site-header .main-navigation {
float: none;
}
.site-header .main-navigation ul.menu>li>a {
padding: 10px 15px;
border-left: none;
}
.header-menu-btn {
display: none;
}
} .header-ad {
position: relative;
z-index: -1;
}
.header-before-ad {
margin-left: 30px;
}
.header-ad-item {
text-align: center;
padding: 30px 0 30px;
}
.content-top-ad-item {
padding-bottom: 30px;
}
.content-bottom-item {
padding-top: 50px;
}
.post-template-post-layout-2 .content-top-ad-item {
padding-bottom: 30px;
padding-top: 30px;
}
.header-after-ad {
text-align: center;
}  .additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
width: 0;
}
.cart-area .cart-wrapper::-webkit-scrollbar {
width: 0;
}
.additional-menu-area a.side-menu-trigger {
color: #222;
cursor: pointer;
font-size: 21px;
line-height: 0;
}
.offcanvas-bg-opacity {
position: relative;
z-index: 999;
}
.offcanvas-bg-opacity:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
z-index: -1;
}
.additional-menu-area .sidenav {
max-width: 395px;
width: 100%;
display: flex;
align-items: center;
position: fixed;
transform: translateX(-100%);
top: 0;
left: 0;
z-index: 9999;
background-color: #ffffff;
transition-duration: 1s;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
will-change: transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.admin-bar .additional-menu-area .sidenav {
top: 32px;
}
.additional-menu-area .sidenav .canvas-content {
padding: 50px;
height: 100vh;
transition: all ease 0.8s;
overflow-y: auto;
-ms-overflow-style: none;
-moz-scrollbar-width: none;
}
.additional-menu-area .sidenav .canvas-content .rt-category h3 {
color: #ffffff;
margin-bottom: 20px;
font-size: 24px;
}
.additional-menu-area .sidenav .closebtn {
background-color: var(--primary_color);
color: #ffffff;
display: block;
font-size: 20px;
position: absolute;
right: 50px;
top: 50px;
font-weight: 500;
width: 44px;
height: 44px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 4;
transition: all 0.4s ease;
}
.additional-menu-area .sidenav .closebtn:hover {
background-color: var(--secondary_color);
}
.additional-menu-area .sidenav .additional-logo img {
max-width: 200px;
width: 100%;
}
.additional-menu-area .sidenav .sidenav-search {
border: 1px solid #5f5f5f;
margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav nav ul li {
margin-bottom: 5px;
list-style: none;
transition: all ease 0.31s;
}
.additional-menu-area .sidenav ul li:last-child {
margin-bottom: 0;
}
.additional-menu-area .sidenav ul li:last-child a {
padding: 8px 0 0;
}
.additional-menu-area .sidenav nav ul li a {
position: relative;
display: block;
color: var(--title_light_color);
border: none;
padding: 8px 0 2px;
transition: all 140ms ease-in-out;
}
.additional-menu-area .sidenav nav ul li a:hover {
color: var(--primary_color);
}
.additional-menu-area .sub-menu {
display: none;
}
.additional-menu-area .sidenav .sub-menu {
padding-left: 30px;
}
.additional-menu-area .sidenav ul li ul.sub-menu li>a {
font-size: 15px;
}
.additional-menu-area .sidenav ul li.menu-item-has-children>a::after {
content: "\f067";
display: inline-block;
font-family: "Font Awesome 5 Free";
transition: 0.1s;
right: 0;
position: absolute;
font-size: 12px;
font-weight: 600;
color: #999999;
}
.additional-menu-area .sidenav ul li.menu-item-has-children>a.opened::after {
content: "\f068";
} .additional-menu-area nav.menu {
margin-top: 40px;
}
.additional-menu-area .sidenav-address span {
font-size: 15px;
display: block;
margin-bottom: 10px;
color: var(--body_light_color);
}
.additional-menu-area .sidenav-address span i {
color: var(--primary_color);
margin-right: 15px;
}
.additional-menu-area .sidenav-address span a {
display: inline-block;
color: var(--body_light_color);
padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
color: var(--primary_color);
}
.additional-menu-area .sidenav-address .copyright {
margin-top: 20px;
}
.additional-menu-area .sidenav-social span {
color: #646464;
display: inline-block;
padding-right: 5px;
font-size: 16px;
text-align: center;
}
.additional-menu-area .sidenav-social span a i {
margin-right: 0;
color: #fff;
}
.additional-menu-area .sidenav-social span a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--body_dark_color);
color: #ffffff;
font-size: 13px;
transition: all 0.4s ease;
}
.additional-menu-area .sidenav-social span a:hover {
background-color: var(--primary_color);
}
.additional-menu-area #sb_instagram {
margin-left: -10px;
padding-bottom: 0 !important;
}
body .rt-cover {
z-index: 149;
opacity: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0);
animation: slideInLeft 500ms ease-in-out;
transition: all 0.5s ease-in-out;
} .header-offcanvus button.side-menu-trigger {
border: none;
background-color: transparent;
box-shadow: none;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
padding: 0;
justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
position: relative;
display: block;
width: 28px;
height: 16.5px;
top: 1px;
overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
position: absolute;
left: 0;
height: 2px;
width: 100%;
background-color: #818181;
border-radius: 12px;
transition: all 0.3s ease-out;
transition-delay: 0s;
transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 2px;
background-color: #818181;
transition: all 0.3s ease-out;
transform: translateX(-100%);
transform-origin: left;
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 2px;
background-color: #818181;
transition: all 0.3s ease-out;
transform: translateX(-100%);
transform-origin: left;
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
top: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
top: 14px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
top: 7px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
bottom: 0;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
transition-delay: 0.15s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
transition-delay: 0.15s;
transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before,
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
transition-delay: 0.3s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
transition-delay: 0.45s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3::before {
transform: translateX(-100%);
transition-delay: 0.45s;
} .sidenav-address>.widget {
margin-bottom: 40px;
}
.sidenav-address>.widget h3 {
display: flex;
align-items: center;
position: relative;
font-size: 20px;
margin-bottom: 20px;
line-height: 1.4;
z-index: 2;
}
.sidenav-address .offcanvas-about-text {
color: var(--body_light_color);
margin-bottom: -10px;
}
.additional-menu-area .sidenav-address h4 {
margin-bottom: 20px;
color: var(--title_light_color);
font-size: 24px;
}
.sidenav-address>.rt-post-box .post-box-style .post-box-img {
margin-right: 15px;
flex: 0 0 80px;
}
.sidenav-address>.rt-post-box .post-box-style .item-list .post-box-img img {
width: 80px;
height: 80px;
}
.additional-menu-area .sidenav .dark-logo {
display: none;
} #preloader {
overflow: visible;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999999;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.loader {
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
background: #ffffff;
}
.loader .cssload-loader {
width: 65px;
height: 65px;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
top: 50%;
}
.loader .cssload-inner {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
border-radius: 50%;
}
.loader .cssload-inner.cssload-one {
left: 0%;
top: 0%;
animation: cssload-rotate-one 1.15s linear infinite;
border-bottom: 5px solid var(--primary_color);
}
.loader .cssload-inner.cssload-two {
right: 0%;
top: 0%;
animation: cssload-rotate-two 1.15s linear infinite;
border-right: 5px solid var(--primary_color);
}
.loader .cssload-inner.cssload-three {
right: 0%;
bottom: 0%;
animation: cssload-rotate-three 1.15s linear infinite;
border-top: 5px solid var(--primary_color);
}
@keyframes cssload-rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
} .scroll-wrap {
position: fixed;
right: 24px;
bottom: 24px;
width: 37px;
height: 37px;
cursor: pointer;
display: block;
border-radius: 100%;
box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
z-index: 1040;
opacity: 0;
visibility: hidden;
transform: translateY(0.75rem);
transition: all 200ms linear, margin-right 0ms;
}
.scroll-wrap:after {
position: absolute;
content: "\f062";
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-align: center;
line-height: 36px;
font-size: 14px;
color: var(--primary_color);
left: 0;
top: 0;
height: 37px;
width: 37px;
cursor: pointer;
display: block;
z-index: 1;
transition: all 200ms linear;
}
.scroll-wrap.active-scroll {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.scroll-wrap svg path {
fill: none;
}
.scroll-wrap svg.scroll-circle path {
stroke: var(--primary_color);
stroke-width: 4;
box-sizing: border-box;
transition: all 200ms linear;
} .site-content {
position: relative;
background-color: #ffffff;
z-index: 1;
transition: all ease 0.31s;
}
footer p {
color: var(--body_light_color);
}
footer .widget ul li {
color: var(--body_light_color);
}
footer .widget ul li a {
color: var(--link_light_color);
}
@media (min-width: 1400px) {
.footer-sticky {
position: sticky;
bottom: 0;
top: 0;
z-index: 0;
}
}
.fluentform .frm-fluent-form.fluent_form_2 {
padding: 0;
max-width: 380px;
width: 100%;
} 
@media (max-width: 991px) {
.fluentform .frm-fluent-form.fluent_form_2 {
margin-left: inherit;
}
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 {
position: relative;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell.ff-t-column-2 {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell {
padding: 0;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell .ff-el-group{
margin-bottom: 0;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button {
background-color: var(--primary_color);
position: relative;
height: 50px;
width: 50px;
color: transparent;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button:hover {
opacity: 1;
background-color: var(--secondary_color);
transition: all 0.4s ease;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button:hover:after {
color: #ffffff;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button:after {
position: absolute;
z-index: 1;
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: #fff;
transition: all 0.4s ease;
}
.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell.ff-t-column-1 .ff-el-form-control {
height: 50px;
padding: 6px 60px 6px 20px;
background-color: #2d2d2d;
border-color: #2d2d2d;
color: #ffffff;
}
.frm-fluent-form.fluent_form_6 {
background-color: var(--primary_color);
}
.frm-fluent-form.fluent_form_6 .ff-form-style-2 {
position: relative;
}
.frm-fluent-form.fluent_form_6 .ff-form-style-2 .widget--subscriber__heading {
color: #ffffff;
text-align: center;
margin-bottom: 3px;
font-size: 22px;
font-weight: 400;
}
.frm-fluent-form.fluent_form_6 .ff-form-style-2 p {
color: #ffffff;
text-align: center;
font-size: 14px;
}
.frm-fluent-form.fluent_form_6 .ff-form-style-2 .subscriber-figure {
position: relative;
display: block;
text-align: center;
}
.frm-fluent-form.fluent_form_6 .ff-form-style-2 .subscriber-figure:after {
content: url(//www.techgame.gr/wp-content/themes/gamxo/assets/img/subscribe-figure.png);
}
.frm-fluent-form.fluent_form_6 .ff-t-cell {
display: block;
padding: 0;
}
.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-2 .ff-el-group{
margin-bottom: 0;
}
.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-1 .ff-el-form-control {
text-align: center;
height: 50px;
border-color: #FFFFFF;
}
.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-1 .ff-el-group {
margin-bottom: 5px;
}
.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-2 button {
padding: 9px 20px;
border: 1px solid;
border-color: #FFFFFF;
background-color: #ffffff;
color: var(--title_dark_color);
width: 100%;
transition: all 0.4s ease;
}
.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-2 button:hover {
opacity: 1;
background-color: transparent;
color: #ffffff;
}
.fluentform .frm-fluent-form.fluent_form_8 {
padding: 0;
width: 100%;
} 
@media (max-width: 991px) {
.fluentform .frm-fluent-form.fluent_form_8 {
margin-left: inherit;
}
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 {
position: relative;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell.ff-t-column-2 {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 161px;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell {
padding: 0;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell .ff-el-group{
margin-bottom: 0;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button {
position: relative;
z-index: 1;
font-size: 18px;	
color: var(--title_dark_color);	
font-weight: 500;
padding: 14px 30px 11px 30px;
display: inline-flex;
align-items: center;
text-transform: uppercase;
transition: all 0.4s ease;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:before {
background-size: 300% 100%;
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
position: absolute;
z-index: -1;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
color: var(--title_light_color);
transition: all 0.4s ease;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:hover {
color: #ffffff;
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:hover:before {
background-position: 40% 0;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:hover {
opacity: 1;
background-color: var(--secondary_color);
transition: all 0.4s ease;
}
.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell.ff-t-column-1 .ff-el-form-control {
height: 60px;
padding: 6px 180px 6px 20px;
background-color: #2d2d2d;
border-color: #2d2d2d;
color: #ffffff;
}
.fluentform .ff_btn_style {
border-radius: 0!important;
}
.fluentform .ff-btn-lg {
text-transform: uppercase;
position: relative;
z-index: 1;
border: 0!important;		
font-size: 14px!important;
color: var(--title_light_color);
font-weight: 600!important;
padding: 14px 30px 11px 30px!important;
display: inline-flex;
align-items: center;
line-height: inherit!important;
transition: all 0.4s ease;
}
.fluentform .ff-btn-lg:after {
content: "";
background-size: 300% 100%;
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
}
.fluentform .ff-btn-lg:hover {
opacity: 1!important;
color: #ffffff;
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
}
.fluentform .ff-btn-lg:hover:after {
background-position: 40% 0;
}
.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
margin-bottom: 0;
}
.fluentform .ff-el-form-control {
border-radius: 0;
}
.footer-style-1 .footer-about .logo-box {
margin-bottom: 30px;
}
.footer-style-1 .footer-about .logo-box a {
display: block;
}
.footer-style-1 .footer-about .content-box p {
color: var(--link_light_color);
max-width: 350px;
width: 100%;
}
.footer-style-2 .footer-about .logo-box {
margin-bottom: 30px;
}
.footer-style-2 .footer-about .logo-box a {
text-align: center;
display: block;
}
@media (max-width: 991px) {
.footer-style-2 .footer-about .logo-box a {
text-align: left;
}
}
.footer-style-2 .footer-about .content-box p {
text-align: center;
color: var(--body_light_color);
max-width: 350px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.footer-style-2 .fluentform .frm-fluent-form.fluent_form_2 {
margin-left: auto;
margin-right: auto;
} 
@media (max-width: 991px) {
.footer-style-2 .fluentform .frm-fluent-form.fluent_form_2 {
margin-left: inherit;
} 
.footer-style-2 .footer-about .content-box p {
text-align: left;
margin-left: inherit;
}
}
.footer-style-3 .footer-about .logo-box {
margin-bottom: 30px;
}
.footer-style-3 .footer-about .logo-box a {
display: block;
}
.footer-style-3 .footer-about .content-box p {
color: var(--link_light_color);
max-width: 350px;
width: 100%;
}
.footer-bottom-area a,
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
color: #646464;
}
.footer-bottom-area a:hover,
.footer-bottom-area .widget ul li a:hover {
color: var(--title_dark_color);
}
.footer-area .widgettitle {
display: inline-block;
position: relative;
color: #ffffff;
font-size: 20px;
margin-bottom: 25px;
padding-bottom: 20px;
}
.footer-area .widgettitle:after {
position: absolute;
content: "";
width: 42px;
height: 2px;
background-color: var(--primary_color);
bottom: 0;
left: 0;
}
.footer-content-area {
font-size: 16px;
border-top: none;
padding: 90px 0 30px;
}
@media (max-width: 767px) {
.footer-top-area {
text-align: left;
}
.footer-content-area {
padding-top: 80px;
padding-bottom: 20px;
}
}
.footer-top-area .widget select {
color: #444444;
}
.footer-top-area .widget_archive.widget>select {
margin-top: 0;
}
.footer-top-area .widget {
padding-bottom: 0px;
width: 100%;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.footer-area caption {
color: inherit;
}
.footer-top-area .widget ul.menu li a {
display: inline-block;
position: relative;
transition: all 0.4s ease-in-out;
} .footer-top-area .widget_gamxo_address p {
margin-bottom: 0;
color: var(--body_light_color);
}
.footer-top-area .corporate-address {
margin-top: 20px;
}
.footer-top-area .corporate-address li {
display: inline-block;
width: 100%;
vertical-align: top;
padding-bottom: 0;
margin-bottom: 12px;
line-height: 1.6;
}
.footer-top-area .corporate-address li span {
color: #ffffff;
font-size: 16px;
font-weight: 500;
} .footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover,
.footer-top-area .search-form input:-webkit-autofill:focus,
.footer-top-area .search-form input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form .input-group>.custom-select:not(:last-child),
.footer-top-area .search-form .input-group>.form-control:not(:last-child) {
border-bottom: 1px solid #0f1012;
}
.footer-top-area .search-form button {
color: var(--body_light_color);
}
.footer-top-area .search-form button:hover {
color: var(--primary_color);
}
.footer-top-area .search-form input {
color: #ffffff;
}
.footer-top-area .search-form .input-group {
border: 1px solid var(--accent_dark_color);
}
.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
color: #d0d0d0;
}
.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
color: #d0d0d0;
}
.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
color: #d0d0d0;
}
.footer-top-area .wp-caption-text {
color: #d0d0d0;
} .footer-top-area .widget_pages ul li a {
display: inline-block;
position: relative;
padding-left: 20px;
transition: all 0.4s ease;
}
.footer-top-area .widget_pages ul li a::before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
}
.footer-top-area .widget_pages ul li a:hover {
transform: translateX(10px);
} .footer-top-area .widget_nav_menu li a,
.footer-top-area .widget_meta li a {
display: inline-block;
position: relative;
padding-left: 20px;
transition: all 0.4s ease;
}
.footer-top-area .widget_nav_menu ul li a::before,
.footer-top-area .widget_meta ul li a::before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
transition: all 0.4s ease;
}
.footer-top-area .widget_nav_menu ul li a:hover,
.footer-top-area .widget_meta ul li a:hover {
transform: translateX(10px);
} .footer-top-area .widget_recent_comments ul li {
transition: all 0.4s ease;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
margin-bottom: 0;
}
.footer-top-area .widget_recent_comments ul li.recentcomments>a:before {
display: none;
}
.footer-top-area .widget_recent_comments ul li.recentcomments>span {
position: relative;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover>span:before {
background-color: var(--primary_color);
}
.footer-top-area .widget_recent_comments ul li.recentcomments span>a:before {
left: -15px;
top: -3px;
} .footer-area .social-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
width: 100%;
}
@media(max-width: 425px) {
.footer-area .social-wrap {
gap: 10px;
}
}
@media(max-width: 320px) {
.footer-area .social-wrap {
gap: 0;
}
}
.footer-area .social-wrap .footer-social {
display: flex;
flex-wrap: unset;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.footer-area .social-wrap .wrapper-line {
width: 100%;
height: 1px;
border: 1px solid #404040;
flex-grow: 1;
}
.footer-area .footer-social li {
display: inline-block;
margin-right: 5px;
padding-bottom: 0;
transition: all ease 0.31s;
}
.footer-area .footer-social li a {
display: flex;
align-items: center;
justify-content: center;
height: 45px;
width: 50px;
font-size: 15px;
text-align: center;
background: var(--accent_dark_color);
color: var(--link_light_color);
transition: all 0.4s ease;
}
.footer-area .footer-social li a:hover {
background-color: var(--primary_color);
color: #ffffff;
}
.footer-top-area ul li a i {
transition: all ease 0.31s;
}
.footer-top-area ul li a:hover i {
animation: toBottomFromTop 0.5s forwards;
}
.footer-top-area .widget.widget_pages ul li ul.children,
.footer-top-area .widget.widget_nav_menu ul li ul.sub-menu {
float: inherit;
width: inherit;
}
@media(max-width:1199px) {
.footer-top-area .widget ul li ul.children,
.footer-top-area .widget ul li ul.sub-menu {
padding-left: 5px;
}
} .footer-top-area .widget_tag_cloud .tagcloud {
padding-top: 10px;
}
.footer-top-area .widget_tag_cloud a {
background: transparent;
border: 1px solid #252525;
color: #d0d0d0 !important;
display: inline-block;
font-size: 15px !important;
margin: 0 2px 4px 0;
padding: 8px 13px;
transition: all 0.3s;
}
@media(max-width:991px) {
.footer-top-area .widget_tag_cloud a {
padding: 8px;
}
}
.footer-top-area .widget_tag_cloud a:hover {
background-color: var(--primary_color) !important;
color: #ffffff !important;
}
.footer-top-area .search-form input.search-submit {
background-color: #fff;
color: var(--primary_color);
} .footer-top-area .widget_calendar caption {
caption-side: initial;
text-align: center;
font-weight: 500;
background: var(--primary_color);
color: #ffffff;
padding: 10px 7px;
margin-top: 0px;
}
.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
border: none;
color: var(--body_light_color);
}
.footer-top-area .widget_calendar table td#today {
background: var(--primary_color);
color: #ffffff;
}
.footer-top-area .widget_calendar table td#today a {
color: #ffffff;
}
.footer-top-area .widget_calendar table td a {
color: var(--primary_color);
} .menu-footer-menu-container ul {
display: flex;
flex-wrap: wrap;
}
.menu-footer-menu-container ul li.menu-item {
width: 50%;
}
.menu-footer-menu-container ul li.menu-item a {
color: var(--link_light_color);
}
.menu-footer-menu-container ul li.menu-item a:hover {
color: var(--primary_color);
} .footer-top-area .post-box-style .rt-news-box-widget {
border-bottom: none;
margin-bottom: 30px;
padding-bottom: 0;
}
.footer-top-area .post-box-style .entry-cat a,
.footer-top-area .post-box-style .entry-date {
color: #d0d0d0;
}
.footer-top-area a {
text-decoration: none;
color: var(--link_light_color);
}
.footer-top-area a:hover {
color: var(--primary_color);
}
.footer-top-area ul li {
margin-bottom: 10px;
padding-bottom: 10px;
position: relative;
}
.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
padding-left: 15px;
padding-top: 15px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
margin-bottom: 0px;
padding-bottom: 0px;
}
.footer-top-area ul li a {
text-decoration: none;
}
.footer-top-area .widget_tag_cloud a {
text-decoration: none;
}
.footer-top-area .mc4wp-success {
margin-top: 25px;
}
.footer-top-area .widget>form.mc4wp-form {
padding: 0px;
background: transparent;
}
.footer-top-area .rt-news-box .media-body .post-date-dark {
font-size: 14px;
margin-bottom: 12px;
}
.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
color: #aeaeae;
}
.footer-top-area .rt-news-box .media-body h3 {
font-size: 15px;
font-weight: 400;
line-height: 1.4;
margin-bottom: 0;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
color: #c6ceec;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
color: var(--primary_color);
}
.footer-top-area .rt-news-box .media a.post-img-holder {
width: 32% !important;
}
.footer-top-area .gallery .gallery-item {
max-width: 31.5%;
margin: 0 5px 5px 0px;
}
.footer-top-area .gallery .gallery-item img {
max-height: 100px;
}
.footer-area .copyright {
color: #aaaaaa;
text-align: center;
}
@media(max-width: 767px) {
.footer-area .copyright {
text-align: left;
}
}
.footer-area .copyright a {
color: #d0d0d0;
}
.footer-area .copyright a:hover {
color: #ffffff;
}
.footer-bg-opacity {
position: relative;
z-index: 1;
}
.footer-bg-opacity:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.footer-bg-opacity.footer-1:after {
background-color: rgba(0, 0, 0, 0.75);
}
.footer-bg-opacity.footer-2:after {
background-color: rgba(0, 0, 0, 0.75);
}
.footer-bg-opacity.footer-3:after {
background-color: rgba(0, 0, 0, 0.1);
}
.footer-area {
position: relative;
overflow: hidden;
} .footer-style-1 .footer-area .footer-top-area {
background: #0f1012;
}
.footer-style-1 .footer-area .widget_media_image {
margin-bottom: 25px;
}
.footer-style-1 .footer-copyright-area {
border-top: 1px solid #252525;
font-size: 17px;
text-align: center;
padding: 25px 0;
position: relative;
}
.footer-style-1 .footer-area .widget_text {
margin-bottom: 20px;
}
.footer-style-1 .footer-top-area .widget ul.menu li a {
margin-left: 0;
} .footer-style-2 .footer-area .footer-top-area {
background: #0f1012;
}
.footer-style-2 .footer-copyright-area {
position: relative;
z-index: 999;
font-size: 16px;
text-align: center;
padding: 25px 0;
border-top: 1px solid #252525;
}
.footer-style-2 .footer-area .widget_media_image {
margin-bottom: 25px;
} .footer-style-3 .footer-area .footer-top-area {
background: #0f1012;
background-attachment: fixed!important;
}
.footer-style-3 .footer-area .widget_media_image {
margin-bottom: 25px;
}
.footer-style-3 .footer-copyright-area {
border-top: 1px solid #252525;
font-size: 17px;
text-align: center;
padding: 25px 0;
position: relative;
}
.footer-style-3 .footer-area .widget_text {
margin-bottom: 20px;
}
.footer-style-3 .footer-top-area .widget ul.menu li a {
margin-left: 0;
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover,
.header-search-form input:-webkit-autofill:focus,
.header-search-form input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.widget_categories select,
.widget_archive select,
.widget_text select,
.fluentform select {
appearance: none;
background-size: 12px;
background-image: url(//www.techgame.gr/wp-content/themes/gamxo/assets/img/select-arrow.png) !important;
background-repeat: no-repeat;
background-position: 95%;
}
.widget select {
border: 1px solid #e5e5e5;
padding: 12px 13px;
width: 100%;
outline: none;
}
.widget>select {
margin-top: 10px;
}
.widget ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.widget ul li {
color: var(--body_dark_color);
}
.widget ul li a {
color: var(--link_dark_color);
display: inline;
transition: all 0.4s ease;
}
.widget ul li a:hover {
color: var(--primary_color);
}
.widget_recent_entries ul li span {
display: block;
}
.sidebar-widget-area .widget {
margin-bottom: 40px;
overflow: hidden;
position: relative;
}
.sidebar-widget-area .widget .rt-widget-title-holder {
background-color: var(--primary_color);
padding: 10px 20px;
margin-bottom: 25px;
position: relative;
}
.sidebar-widget-area .widget .widgettitle {
font-size: 20px;
font-weight: 500;
color: var(--title_light_color);
margin-bottom: 0;
}
.sidebar-widget-area .widget .rt-widget-title-holder:after {
content: "";
width: 0;
height: 0;
border-top: 10px solid var(--primary_color);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: -10px;
left: 25px;
z-index: 5;
}
.sidebar-widget-area .widget:last-child {
margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
border-bottom: 1px solid #e5e5e5;
margin: 0 0 13px;
padding: 0 0 13px;
position: relative;
}
.sidebar-widget-area .widget ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
font-size: 16px;
font-weight: 400;
position: relative;
}
.sidebar-widget-area .widget ul li a:hover {
color: var(--primary_color);
}
.sidebar-widget-area .widget ul li ul {
border-top: 1px solid #e2e2e2;
margin-top: 10px;
padding-top: 10px;
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
margin-bottom: 0;
border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
color: var(--title_dark_color);
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
margin-bottom: 0px;
padding-bottom: 0px;
} .widget_block ul li a {
color: #fff;
display: inline;
transition: all 0.4s ease;
}
.widget_block > h2 {
position: relative;
color: #ffffff;
font-size: 20px;
margin-bottom: 25px;
padding-bottom: 20px;
}
.sidebar-widget-area .widget_block h2 {
font-size: 20px;
font-weight: 500;
color: var(--title_light_color);
background-color: var(--primary_color);
padding: 10px 20px;
margin-bottom: 25px;
position: relative;
}
.sidebar-widget-area .widget_block > h2:after {
content: "";
width: 0;
height: 0;
border-top: 10px solid var(--primary_color);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: -10px;
left: 25px;
z-index: 5;
}
footer .widget_block > h2:after {
position: absolute;
content: "";
width: 42px;
height: 2px;
background-color: var(--primary_color);
bottom: 0;
left: 0;
}
.widget_block .wp-block-latest-posts,
.widget_block .wp-block-categories,
.widget_block .wp-block-archives {
margin: 0;
padding: 0;
list-style-type: none;
}
.widget_block .wp-block-latest-posts li ul.children,
.widget_block .wp-block-categories li ul.children,
.widget_block .wp-block-archives li ul.children {
padding-left: 17px;
width: 100%;
margin-top: 10px;
padding-top: 10px;
margin-left: 0;
list-style: none;
border-top: 1px solid #e2e2e2;
}
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li {
display: inline-block;
width: 100%;
position: relative;
}
.widget_block .wp-block-latest-posts li:last-child,
.widget_block .wp-block-categories li:last-child,
.widget_block .wp-block-archives li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_block .wp-block-latest-posts li a,
.widget_block .wp-block-categories li a,
.widget_block .wp-block-archives li a {
padding-left: 17px;
font-size: 16px;
font-weight: 400;
position: relative;
display: inline-block;
color: var(--link_dark_color);
}
footer .widget_block .wp-block-latest-posts li a,
footer .widget_block .wp-block-categories li a,
footer .widget_block .wp-block-archives li a {
color: var(--link_light_color);
}
.widget_block .wp-block-latest-posts li a:before,
.widget_block .wp-block-categories li a:before,
.widget_block .wp-block-archives li a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
position: absolute;
left: 0;
top: 0;
color: var(--primary_color);
}
.widget_block .wp-block-latest-posts li a:hover,
.widget_block .wp-block-categories li a:hover,
.widget_block .wp-block-archives li a:hover {
color: var(--primary_color);
transform: translateX(10px);
}
.wp-block-latest-posts-dropdown select,
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
border: 1px solid #e5e5e5;
margin-bottom: 10px;
padding: 14px 13px;
width: 100%;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-size: 12px;
background-image: url(//www.techgame.gr/wp-content/themes/gamxo/assets/img/select-arrow.png) !important;
background-repeat: no-repeat;
background-position: 98%;
}
.sidebar-widget-area .wp-block-latest-posts li,
.sidebar-widget-area .wp-block-categories li,
.sidebar-widget-area .wp-block-archives li {
width: 100%;
background: #ffffff;
}
.sidebar-widget-area ol.wp-block-latest-comments {
padding-left: 0;
}
.wp-block-latest-comments__comment {
line-height: 1.6;
list-style: none;
margin-bottom: 1em;
}
footer .wp-block-latest-comments__comment {
color: var(--title_light_color);
}
.widget_search .wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__label {
font-size: 20px;
font-weight: 500;
}
.wp-block-search input {
border: 1px solid rgba(0, 0, 0, 0.15);
color: #444444;
font-size: 15px;
outline: none;
}
.wp-block-search .wp-block-search__button {
background-color: var(--primary_color);
border: none;
color: #ffffff;
font-size: 16px;
font-family: 'Rubik', sans-serif;
font-weight: 500;
}
.sidebar-widget-area .wp-block-latest-posts li a,
.sidebar-widget-area .wp-block-categories li a,
.sidebar-widget-area .wp-block-archives li a {
color: var(--title_dark_color);
}
.sidebar-widget-area .wp-block-latest-posts li a:before,
.sidebar-widget-area .wp-block-categories li a:before,
.sidebar-widget-area .wp-block-archives li a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
}
.sidebar-widget-area .widget_meta ul li a,
.sidebar-widget-area .widget_nav_menu ul li a,
.sidebar-widget-area .widget_pages ul li a {
display: inline-block;
position: relative;
padding-left: 20px;
transition: all 0.4s ease;
}
.sidebar-widget-area .widget_meta ul li a::before,
.sidebar-widget-area .widget_nav_menu ul li a::before,
.sidebar-widget-area .widget_pages ul li a::before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
}
.sidebar-widget-area .widget_meta ul li a:hover,
.sidebar-widget-area .widget_nav_menu ul li a:hover,
.sidebar-widget-area .widget_pages ul li a:hover {
transform: translateX(10px);
} .footer-top-area .wp-block-latest-posts li,
.footer-top-area .widget_categories li,
.footer-top-area .widget_archive li {
display: inline-block;
text-align: right;
width: 100%;
color: var(--meta_dark_color);
}
.footer-top-area .wp-block-latest-posts li:last-child,
.footer-top-area .widget_categories li:last-child,
.footer-top-area .widget_archive li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.footer-top-area .wp-block-latest-posts li a,
.footer-top-area .widget_categories li a,
.footer-top-area .widget_archive li a {
float: left;
display: inline-block;	
padding-left: 17px;
color: var(--link_light_color);
}
.footer-top-area .wp-block-latest-posts li a:hover,
.footer-top-area .widget_categories li a:hover,
.footer-top-area .widget_archive li a:hover {	
transform: translateX(10px);
color: var(--primary_color);
}
.footer-top-area .wp-block-latest-posts li a:before,
.footer-top-area .widget_categories li a:before,
.footer-top-area .widget_archive li a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
top: 2px;
}
.footer-top-area ol.wp-block-latest-comments {
padding-left: 0;
} .rt-category-widget.box-style-1 .rt-item a {
display: block;
position: relative;
overflow: hidden;
}
.rt-category-widget.box-style-1 .rt-item a:before {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
position: absolute;
z-index: 1;
}
.rt-category-widget.box-style-1 .rt-item:last-child {
margin-bottom: 0;
}
.rt-category-widget.box-style-1 .rt-item .rt-content {
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
z-index: 1;
}
.rt-category-widget.box-style-1 .rt-item::after {
display: none;
}
.rt-category-widget.box-style-1 .rt-item .rt-cat-name {
margin-left: 25px;
color: var(--link_light_color);
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
transition: all 0.3s ease-in-out;
}
.rt-category-widget.box-style-1 .rt-item:hover .rt-cat-name {
color: #ffffff;
margin-left: 35px;
transition-delay: 0.2s;
}
.rt-category-widget.box-style-1 .rt-item .rt-cat-count {
color: var(--title_light_color);
font-size: 15px;
background-color: rgba(62, 62, 62, 0.5);
display: block;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;	
}
.rt-category-widget.box-style-1 .rt-item:hover .rt-cat-count {
background-color: var(--primary_color);
}
.rt-category-widget.box-style-1 .rt-item img {
width: 100%;
height: 55px;
object-fit: cover;
transition: transform 0.4s;
}
.rt-category-widget.box-style-1 .rt-item:hover img {
transform: translate3d(10px,0,0) scale3d(1.2,1.2,1.2);
}
.rt-category-widget.box-style-1 .rt-item.space {
margin-bottom: 5px;
}
.rt-category-widget.box-style-1 .rt-item .rt-cat-name::before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 15px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: -10px;
top: 44%;
transform: translateY(-50%);
transition: all 0.4s ease;
}
.rt-category-widget.box-style-1 .rt-item:hover .rt-cat-name::before {
left: 12px;
transition-delay: 0.1s;
}
.rt-category-widget.box-style-2 .rt-item.space {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 13px;
padding-bottom: 0;
text-align: left;
}
.rt-category-widget.box-style-2 .rt-item.space:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.rt-category-widget.box-style-2 .rt-item a {
position: relative;
display: block;
color: var(--link_dark_color);
font-weight: 400;
padding-left: 17px;
transition: all 0.4s ease;
}
.rt-category-widget.box-style-2 .rt-item a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
transition: all 0.4s ease;
}
.rt-category-widget.box-style-2 .rt-item a .rt-cat-name {
margin-bottom: 0;
line-height: inherit;
display: inline-block;
color: var(--link_dark_color);
transition: all 0.4s ease;
}
.rt-category-widget.box-style-2 .rt-item a .rt-cat-count {
color: var(--link_dark_color);
display: inline-block;
position: absolute;
right: 0;
top: 0;
}
.rt-category-widget.box-style-2 .rt-item a:hover .rt-cat-name {
color: var(--primary_color);
transform: translateX(10px);
}
.rt-category-widget.box-style-2 .rt-item a:hover:before {
left: 10px;
}
.rt-category-widget.box-style-2 .rt-item:after {
display: none;
}
.rt-category-widget.box-style-3 .rt-item.space {
border-bottom: 1px solid #303030;
margin-bottom: 13px;
padding-bottom: 0;
text-align: left;
}
.rt-category-widget.box-style-3 .rt-item.space:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.rt-category-widget.box-style-3 .rt-item a {
position: relative;
display: block;
color: var(--link_light_color);
font-weight: 400;
padding-left: 17px;
transition: all 0.4s ease;
}
.rt-category-widget.box-style-3 .rt-item a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
transition: all 0.4s ease;
}
.rt-category-widget.box-style-3 .rt-item a .rt-cat-name {
text-transform: uppercase;
margin-bottom: 0;
line-height: inherit;
display: inline-block;
color: var(--link_light_color);
transition: all 0.4s ease;
}
.rt-category-widget.box-style-3 .rt-item a .rt-cat-count {
color: var(--link_light_color);
display: inline-block;
position: absolute;
right: 0;
top: 0;
font-weight: 500;
}
.rt-category-widget.box-style-3 .rt-item a:hover .rt-cat-name {
color: var(--primary_color);
transform: translateX(10px);
}
.rt-category-widget.box-style-3 .rt-item a:hover:before {
left: 10px;
}
.rt-category-widget.box-style-3 .rt-item:after {
display: none;
} .sidebar-widget-area .widget_recent_comments ul li.recentcomments {
line-height: 1.6;
position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments>a:before {
display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments>span {
position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover>span:before {
background-color: var(--primary_color);
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments span>a:before {
left: -15px;
top: -3px;
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
color: #535151;
font-size: 14px;
} .sidebar-widget-area .widget_rss .widgettitle a {
color: var(--title_light_color);
}
.sidebar-widget-area .widget_rss .rss-widget-icon {
margin-right: 7px;
position: relative;
top: -3px;
}
.sidebar-widget-area .widget_rss ul li {
position: relative;
color: #646464;
background: #ffffff;
line-height: 1.6;
transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
padding-left: 0;
font-weight: 500;
color: var(--title_dark_color);
}
.sidebar-widget-area .widget_rss ul li a:before {
display: none;
}
.sidebar-widget-area .widget_rss ul li:last-child {
margin-bottom: 0px;
padding-bottom: 20px;
}
.sidebar-widget-area .widget_rss cite {
color: var(--title_dark_color);
font-weight: 500;
} .widget_text .textwidget strong {
font-weight: 500;
} .wp-block-tag-cloud a,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
color: var(--title_dark_color);
border: 1px solid #cccccc;
background: #f8f8f8;
display: inline-block;
font-size: 15px !important;
margin: 0 0px 5px 0;
padding: 2px 16px;
font-weight: 400;
transition: all 0.4s ease;
}
footer .wp-block-tag-cloud a,
footer .widget_tag_cloud a,
footer .widget_product_tag_cloud a {
color: #d0d0d0;
border: 1px solid #252525;
background: transparent;
display: inline-block;
font-size: 15px !important;
margin: 0 0px 5px 0;
padding: 2px 16px;
font-weight: 400;
transition: all 0.4s ease;
}
.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
background-color: var(--primary_color);
border: 1px solid transparent;
color: #ffffff;
} .search-form {
padding-top: 0;
}
.search-form .input-group {
position: relative;
margin-bottom: 0;
border: 1px solid #e5e5e5;
transition: all ease 0.31s;
}
.search-form input {
border: none;
color: #444444;
font-size: 14px;
font-weight: 500;
border-radius: 0;
float: left;
height: 50px;
padding: 5px 52px 5px 10px;
width: 100%;
outline: none;
background-color: transparent;
letter-spacing: 1px;
}
.search-form button {
position: absolute !important;
right: 5px;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 43px;
border-radius: 0 !important;
background-color: transparent;
color: #444444;
font-size: 21px;
border: none;
transition: all 0.3s ease;
}
.search-form button:focus {
outline: none;
box-shadow: none;
}
.search-form button:hover {
color: var(--primary_color);
}
.search-form input:focus {
outline: none;
box-shadow: none;
border-color: var(--primary_color);
background: transparent;
}
.search-form input.search-submit {
width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
color: #444444;
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
color: #444444;
}
.widget_search .search-form input.form-control:-moz-placeholder {
color: #444444;
}
.mobile-header-search .custom-search-input input {
border: 1px solid #dcdcdc;
border-radius: 0px;
box-shadow: none;
float: left;
height: 40px;
padding: 0 25px 0 12px;
width: 100%;
}
.mobile-header-search .custom-search-input button {
background: transparent;
border: none;
border-radius: 0px;
box-shadow: none;
color: #646464;
font-size: 16px;
position: absolute;
top: 0;
transition: all 0.5s ease;
padding: 8px 18px 8px 17px;
right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
color: var(--primary_color);
}
.mobile-header-search .custom-search-input .btn {
z-index: 5;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 0;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
margin-bottom: 0;
} .post-box-style .topic-box {
margin-bottom: 12px;
position: relative;
}
.post-box-style .topic-box img {
transform: scale(1.01);
transition: all 0.5s ease;
}
.post-box-style .topic-box:hover img {
transform: scale3d(1.1, 1.1, 1);
}
.post-box-style .rt-news-box-widget {
position: relative;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 22px;
padding-bottom: 25px;
display: inline-block;
transition: all ease 0.31s;
}
.post-box-style .rt-news-box-widget:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.post-box-style .item-list {
display: flex;
align-items: center;
}
.post-box-style .post-box-img {
position: relative;
margin-right: 15px;
overflow: unset;
flex: 0 0 100px;
}
.post-box-style .item-list .post-box-img img {
width: 100px;
height: 100px;
transform: scale(1.01);
transition: all 0.5s ease;
}
.post-box-style .item-list:hover .post-box-img img {
transform: scale3d(1.1, 1.1, 1);
}
.post-box-style .post-box-img .post-img {
display: inherit;
overflow: hidden;
}
.post-box-style .topic-box .rt-wid-post-img {
margin-bottom: 10px;
display: inline-block;
overflow: hidden;
}
.post-box-style .post-content {
flex-grow: 1;
}
.post-box-style .post-content .entry-title {
font-size: 16px;
margin-bottom: 0px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.post-box-style .post-content .entry-title a {
color: var(--title_dark_color);
}
.post-box-style .post-content .entry-title a:hover {
color: var(--primary_color);
}
.post-box-style .entry-cat {
line-height: 1;
margin-bottom: 5px;
}
.post-box-style .entry-cat a {
color: #a5a6aa;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.post-box-style .entry-cat a:hover {
color: var(--primary_color);
}
.list-left-spacing .post-box-style .post-content {
padding-left: 20px;
}
@media(max-width: 480px) {
.list-left-spacing .post-box-style .post-content {
padding-left: 0;
}
} .post-tab-layout .tab-item {
border-bottom: 1px solid var(--border_dark_color);
margin-bottom: 20px;
padding-bottom: 20px;
}
.post-tab-layout .tab-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.post-tab-layout .tab-item .media {
display: inline-flex;
}
.post-tab-layout .tab-item .media .media-body {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
}
.post-tab-layout .tab-item .media .tab-img-holder {
width: 35%;
float: left;
margin-right: 15px;
overflow: hidden;
}
.post-tab-layout .tab-item .media .tab-img-holder img {
transform: scale(1.01);
transition: all ease 0.31s;
}
.post-tab-layout .tab-item .media:hover .tab-img-holder img {
transform: scale3d(1.1, 1.1, 1);
}
.post-tab-layout ul.btn-tab {
border-bottom: none;
margin-bottom: 25px;
margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
width: 50%;
display: inline-block;
}
.post-tab-layout ul.btn-tab li a {
position: relative;
background-color: var(--title_dark_color);
border: 1px solid var(--title_dark_color);
padding: 7px 20px;
display: block;
color: #ffffff;
font-size: 18px;
font-weight: 500;
text-align: center;
transition: all 0.5s ease-out;
}
.post-tab-layout ul.btn-tab li a:before {
content: "";
width: 0;
height: 0;    
border-top: 10px solid var(--primary_color);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
visibility: hidden;
z-index: 5;
transition: all 0.3s ease-out;
}
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
border: 1px solid var(--primary_color);
background-color: var(--primary_color);
}
.post-tab-layout ul.btn-tab li a.active:before {
bottom: -10px;
opacity: 1;
visibility: visible;
} .feature-post-layout .rt-feature-widget .entry-title {
font-size: 20px;
margin-bottom: 0px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.feature-post-layout .rt-feature-widget {
margin-bottom: 30px;
}
.feature-post-layout .entry-title a {
color: var(--title_dark_color);
}
.feature-post-layout .entry-title a:hover {
color: var(--primary_color);
}
.feature-post-layout .media {
margin-bottom: 18px;
overflow: hidden;
position: relative;
}
.feature-post-layout .media-body p {
margin-top: 12px;
}
.feature-post-layout .media .post-img-holder {
overflow: hidden;
display: block;
}
.feature-post-layout .media .post-img-holder img {
transform: scale(1.01);
transition: all ease 0.85s;
}
.feature-post-layout .media .post-img-holder:hover img {
transform: scale3d(1.1, 1.1, 1);
}
.feature-post-layout .list-item {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 22px;
padding-bottom: 25px;
display: flex;
align-items: center;
}
.feature-post-layout .list-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.feature-post-layout .list-item .media .post-img-holder {
width: 100px;	
}
.feature-post-layout .list-item .media {
margin-bottom: 0;
flex: 0 0 auto;
margin-right: 15px;	
}
.feature-post-layout .list-item .media-body .entry-meta {
line-height: 1.1;	
}
.feature-post-layout .rt-feature-widget.list-item .entry-title {
font-size: 16px;
}
.sidebar-widget-area .widget .corporate-address li {
display: inline-block;
width: 100%;
vertical-align: top;
}
.sidebar-widget-area .widget .corporate-address li i {
color: var(--primary_color);
font-size: 19px;
padding: 0px 15px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
color: var(--primary_color);
font-size: 19px;
padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
color: var(--title_dark_color);
line-height: 34px;
font-size: 15px;
transition: all 0.3s ease-out;
font-weight: 400;
}
.sidebar-widget-area .widget .corporate-address li a:before {
content: "";
margin-right: 0px;
} .sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_archive ul li {
display: inline-block;
text-align: right;
width: 100%;
color: var(--meta_dark_color);
}
.sidebar-widget-area .widget_categories ul li:last-child,
.sidebar-widget-area .widget_archive ul li:last-child {
padding-bottom: 0px;
}
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_archive ul li a {
float: left;
padding-left: 17px;
color: var(--link_dark_color);
}
.sidebar-widget-area .widget_categories ul li a:hover,
.sidebar-widget-area .widget_archive ul li a:hover {
transform: translateX(10px);
transition: all 0.4s ease;
}
.sidebar-widget-area .widget_categories ul li a:before,
.sidebar-widget-area .widget_archive ul li a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
font-weight: 600;
color: var(--primary_color);
position: absolute;
left: 0;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
padding-left: 17px;
width: 100%;
}
.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
float: inherit;
width: inherit;
}
@media(max-width:1199px) {
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
padding-left: 5px;
}
} .sidebar-widget-area .widget_calendar caption {
caption-side: initial;
text-align: center;
font-weight: 500;
background: var(--primary_color);
color: #ffffff;
padding: 10px 7px;
margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
color: #444444;
}
.sidebar-widget-area .widget_calendar table th {
font-weight: 500;
}
.sidebar-widget-area .widget_calendar table td#today {
background: var(--primary_color);
color: #ffffff;
}
.sidebar-widget-area .widget_calendar table td#today a {
color: #ffffff;
}
.sidebar-widget-area .widget_calendar a {
color: #444444;
font-weight: 500;
}
.sidebar-widget-area .widget_calendar td a {
color: var(--primary_color);
}
.sidebar-widget-area .widget_calendar a:hover {
color: var(--primary_color);
} .gallery .gallery-item {
margin: 0;
text-align: center;
}
.gallery .gallery-item .gallery-caption {
font-size: 13px;
} .sidebar-widget-area .widget.widget_media_image {
padding: 0;
} .sidebar-widget-area .rt-about-widget ul.footer-social {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li {
display: inline-block;
margin: 0 5px 5px 0;
padding: 0;
line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
font-size: 16px;
transition: all 0.3s ease-out;
font-weight: 400;
background: #fff;
padding: 14px 15px;
display: flex;
width: 60px;
height: 60px;
text-align: center;
align-items: center;
justify-content: space-around;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
display: none;
} .sidebar-widget-area .widget.widget_gamxo_about_author {
padding: 0;
}
.widget_gamxo_about_author .author-widget {
position: relative;
z-index: 2;
overflow: hidden;
text-align: center;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.widget_gamxo_about_author .author-widget span {
display: block;
color: #ffffff;
}
.widget_gamxo_about_author .author-widget span.phone {
font-size: 18px;
}
.widget_gamxo_about_author .author-widget span a {
color: #ffffff;
}
.widget_gamxo_about_author .author-widget {
background-color: var(--accent_light_color);
}
.widget_gamxo_about_author .author-widget .content-box {
padding: 30px;
}
.widget_gamxo_about_author .author-widget h3 {
font-size: 22px;
color: var(--title_dark_color);
margin-bottom: 10px;
}
.widget_gamxo_about_author .author-widget p {
color: var(--body_dark_color);
margin-bottom: 12px;
}
.widget_gamxo_about_author .author-widget .author-social {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 2px;
}
.widget_gamxo_about_author .author-widget .author-social a {
color: var(--link_dark_color);
font-size: 18px;
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;	
}
.widget_gamxo_about_author .author-widget .author-social a:hover {
color: var(--primary_color);	
} .apsc-theme-1 .apsc-each-profile {
display: inline-block;
float: left;
width: 48%;
margin: 0 5px 5px 0;
text-align: center;
}
.apsc-theme-1 .apsc-each-profile:last-child {
margin-bottom: 0;
}
.apsc-theme-1 .apsc-each-profile a {
color: #ffffff;
font-size: 14px;
font-weight: 500;
display: block;
width: 100%;
padding: 10px 15px;
}
.apsc-theme-1 .apsc-facebook-icon {
background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-1 .apsc-twitter-icon {
background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-1 .apsc-instagram-icon {
background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-1 .apsc-youtube-icon {
background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-1 .apsc-soundcloud-icon {
background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-1 .apsc-dribble-icon {
background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-1 .social-icon {
display: block;
margin-bottom: 5px;
}
.apsc-theme-1 .social-icon i {
font-size: 14px;
width: 34px;
height: 34px;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
background: rgba(255, 255, 255, 0.1);
transition: all ease 0.6s;
}
.apsc-theme-1 .apsc-each-profile a:hover .social-icon i {
background: rgba(255, 255, 255, 1);
color: var(--title_dark_color);
}
.apsc-theme-1 span.media-name {
display: none;
}
.apsc-theme-1 span.apsc-count {
position: relative;
margin-right: 10px;
} .apsc-theme-2 .apsc-each-profile {
display: inline-block;
float: left;
width: 48%;
margin: 0 5px 5px 0;
text-align: center;
}
.apsc-theme-2 .apsc-each-profile:last-child {
margin-bottom: 0;
}
.apsc-theme-2 .apsc-each-profile a {
color: #111111;
border: 1px solid #e5e5e5;
font-size: 14px;
font-weight: 500;
display: block;
width: 100%;
padding: 10px 15px;
}
.apsc-theme-2 .apsc-facebook-icon i {
color: #1559c2;
}
.apsc-theme-2 .apsc-twitter-icon i {
color: #1ea9e9;
}
.apsc-theme-2 .apsc-instagram-icon i {
color: #bc2a8d;
}
.apsc-theme-2 .apsc-youtube-icon i {
color: #ed1d25;
}
.apsc-theme-2 .apsc-soundcloud-icon i {
color: #ff6b10;
}
.apsc-theme-2 .apsc-dribble-icon i {
color: #f65e97;
}
.apsc-theme-2 .social-icon {
display: block;
}
.apsc-theme-2 .social-icon i {
font-size: 24px;
}
.apsc-theme-2 span.media-name {
display: none;
}
.apsc-theme-2 span.apsc-count {
position: relative;
margin-right: 10px;
} .apsc-theme-3 .apsc-each-profile {
display: inline-block;
float: left;
width: 100%;
margin: 0 0 10px 0;
}
.apsc-theme-3 .apsc-each-profile:last-child {
margin-bottom: 0;
}
.apsc-theme-3 .apsc-each-profile>a {
color: #A7A7A7;
font-size: 16px;
font-weight: 400;
width: 100%;
display: flex;
align-items: center;
transition: all ease 0.4s;
}
.apsc-theme-3 .apsc-each-profile>a .apsc-media-type {
transition: all ease 0.4s;
}
.apsc-theme-3 .apsc-inner-block {
max-width: 270px;
width: 100%;
background-color: #252525;
border-radius: 45px;
position: relative;
z-index: 1;
overflow: hidden;
}
.apsc-theme-3 .apsc-inner-block:after {
content: "";
background-color: var(--primary_color);
height: 100%;
width: 0;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all ease 0.4s;
}
.apsc-theme-3 .apsc-each-profile>a:hover {
color: #ffffff;
}
.apsc-theme-3 .apsc-each-profile>a:hover .apsc-inner-block:after {
width: 100%;
}
.apsc-theme-3 .apsc-inner-block .apsc-media-type {
margin-left: 15px;
}
.apsc-theme-3 .social-icon {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 46px;
border-radius: 0 45px 45px 0;
}
.apsc-theme-3 .social-icon:after {
height: 100%;
width: 100%;
content: "";
position: absolute;
z-index: -1;
background-color: #353535;
}
.apsc-theme-3 .social-icon i {
font-size: 16px;
transition: all ease 0.6s;
}
.apsc-theme-3 .apsc-inner-block:hover .social-icon i {
transform: rotate(360deg);
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
color: var(--title_light_color);
}
.apsc-theme-3 span.media-name {
display: none;
}
.apsc-theme-3 span.apsc-count {
display: none;
} .apsc-icons-wrapper.apsc-theme-4 {
margin-right: -5px;
margin-left: -5px;
display: flex;
flex-wrap: wrap;
}
.apsc-theme-4 .apsc-each-profile {
display: block;
width: 100%;
margin: 0 0 10px 0;
padding-left: 5px;
padding-right: 5px;
}
@media(min-width: 576px) and (max-width: 991px) {
.apsc-theme-4 .apsc-each-profile {
width: 50%;		
}
}
.apsc-theme-4 .apsc-each-profile:last-child {
margin-bottom: 0;
}
.apsc-theme-4 .apsc-each-profile .apsc-inner-block .apsc-media-type {
padding-left: 15px;
}
.apsc-theme-4 .apsc-each-profile .apsc-inner-block {
width: 100%;
}
.apsc-theme-4 .apsc-each-profile a {
color: #ffffff;
font-size: 16px;
font-weight: 400;
display: block;
width: 100%;
height: 60px;
padding: 10px 15px 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.apsc-theme-4 .apsc-facebook-icon {
background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-4 .apsc-twitter-icon {
background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-4 .apsc-instagram-icon {
background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-4 .apsc-youtube-icon {
background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-4 .apsc-soundcloud-icon {
background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-4 .apsc-dribble-icon {
background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-4 .social-icon i {
font-size: 24px;
width: 60px;
height: 60px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
background: rgba(255, 255, 255, 0.1);
transition: all ease 0.6s;
}
.apsc-theme-4 .apsc-each-profile a:hover .social-icon i {
background: rgba(255, 255, 255, 1);
color: var(--title_dark_color);
}
.apsc-theme-4 span.media-name {
display: none;
}
.apsc-theme-4 span.apsc-count {
position: relative;
margin-left: 15px;
float: right;
height: 60px;
display: inline-flex;
align-items: center;
font-size: 20px;
} .apsc-theme-5 .apsc-each-profile {
display: inline-block;
float: left;
width: 100%;
margin: 0 0 5px 0;
background-color: var(--accent2_light_color);
}
.apsc-theme-5 .apsc-each-profile:last-child {
margin-bottom: 0;
}
.apsc-theme-5 .apsc-each-profile>a {
font-size: 16px;
font-weight: 400;
width: 100%;
border-radius: 0;
height: 60px;
padding: 0;
display: flex;
align-items: center;
}
.apsc-theme-5 .apsc-inner-block {
width: 100%;
}
.apsc-theme-5 .social-icon {
display: inline-flex;
width: 70px;
height: 60px;
align-items: center;
justify-content: center;
}
.apsc-theme-5 .social-icon {
font-size: 24px;
color: #ffffff;
transition: all 0.5s ease;
}
.apsc-theme-5 .apsc-media-type {
padding-left: 20px;
font-size: 16px;
position: relative;
top: -2px;
}
.apsc-theme-5 span.media-name {
display: none;
}
.apsc-theme-5 span.apsc-count {
font-size: 20px;
height: 60px;
width: auto;
display: inline-flex;
align-items: center;
padding: 15px;
float: right;
}
.apsc-theme-5 .apsc-facebook-icon .social-icon {
background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-5 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon {
background-image: linear-gradient(-90deg, #1155bf 0%, #2c6dd2 100%);
}
.apsc-theme-5 .apsc-twitter-icon .social-icon {
background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-5 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon {
background-image: linear-gradient(-90deg, #13a4e7 0%, #56c3f0 100%);
}
.apsc-theme-5 .apsc-instagram-icon .social-icon {
background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-5 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon {
background-image: linear-gradient(-90deg, #8a3ab9 0%, #bc2a8d 100%);
}
.apsc-theme-5 .apsc-youtube-icon .social-icon {
background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-5 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon {
background-image: linear-gradient(-90deg, #ed1c24 0%, #ff5252 100%);
}
.apsc-theme-5 .apsc-soundcloud-icon .social-icon {
background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-5 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon {
background-image: linear-gradient(-90deg, #ff6b10 0%, #ff9656 100%);
}
.apsc-theme-5 .apsc-dribble-icon .social-icon {
background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-5 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon {
background-image: linear-gradient(-90deg, #f7679d 0%, #f43079 100%);
} .sidebar-widget-area .widget.widget_media_gallery {
background: transparent;
box-shadow: none;
padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
margin-bottom: 0;
} .sidebar-widget-area .widget.widget_instagram-feed-widget {
background: transparent;
box-shadow: none;
padding: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
padding-bottom: 0 !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
overflow: hidden;
pointer-events: none;
transform: translate(-50%, -50%);
transition: all ease 0.8s;
z-index: 1;
opacity: 0;
visibility: hidden;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
background: rgba(41, 98, 255, 0.7);
height: 0;
width: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
content: "\f16d";
width: 100%;
height: 100%;
font-family: "Font Awesome 5 Brands";
font-size: 20px;
font-weight: normal;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
opacity: 1;
visibility: visible;
transition-delay: 0.1s;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
}
#sb_instagram .sbi_photo_wrap {
position: relative;
overflow: hidden;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
padding: 5px !important;
}
@media(max-width: 480px) {
#sb_instagram #sbi_images {
padding: 0 !important;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
width: 50%;
}
} .entry-banner {
background: #000000;
position: relative;
z-index: 3;
transition: all ease 0.31s;
}
.entry-banner:after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.entry-banner .entry-banner-content {
padding-top: 110px;
padding-bottom: 110px;
position: relative;
z-index: 2;
}
.entry-banner .entry-banner-content h1 {
line-height: 1.4;
margin-bottom: 10px;
color: #ffffff;
font-size: 46px;
}
.entry-banner .entry-banner-content h1 a {
color: var(--title_dark_color);
}
.entry-banner .entry-banner-content h1 a:hover {
color: #646464;
}
.breadcrumb-area .entry-breadcrumb {
text-transform: capitalize;
}
.breadcrumb-area .entry-breadcrumb span {
font-size: 15px;
}
.breadcrumb-area .entry-breadcrumb span a {
color: var(--breadcrumb_link_color);
}
.breadcrumb-area .entry-breadcrumb span a:hover {
color: var(--breadcrumb_link_hover_color);
}
.breadcrumb-area .entry-breadcrumb span .fa-home {
margin-right: 4px;
}
.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
color: var(--breadcrumb_active_color);
}
.entry-banner .entry-breadcrumb .delimiter {
color: #ffffff;
padding: 0 7px;
font-size: 14px;
}
.entry-banner .entry-breadcrumb .dvdr {
color: var(--breadcrumb_seperator_color);
padding: 0 7px;
} .breadcrumb-trail ul.trail-items {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
}
.breadcrumb-trail ul.trail-items li {
display: inline-block;
font-size: 16px;
position: relative;
padding-right: 16px;
margin-right: 12px;
color: var(--primary_color);
}
.breadcrumb-trail ul.trail-items li:after {
position: absolute;
content: "-";
right: 0;
top: 0;
}
.breadcrumb-trail ul.trail-items li:last-child:after {
display: none;
}
.breadcrumb-trail ul.trail-items li a {
color: var(--primary_color);
}
.breadcrumb-trail ul.trail-items li a:hover {
color: #646464;
}
.breadcrumb-trail ul.trail-items li>span {
color: #646464;
}
.banner-text {
line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
color: var(--primary_color);
} form.post-password-form label>input {
background: #ffffff;
border: 1px solid #e5e5e5;
padding: 10px 8px;
}
form.post-password-form input[type="submit"] {
background: var(--primary_color);
color: #ffffff;
font-weight: 500;
outline: none;
transition: all ease 0.31s;
}
form.post-password-form input[type="submit"]:hover {
background: var(--title_dark_color);
color: #ffffff;
}  @media(min-width: 992px) {
.single.admin-bar .gamxo-progress-container {
top: 32px;
}
}
.single .gamxo-progress-container {
width: 100%;
position: fixed;
top: 0px;
z-index: 999999;
}
.single .gamxo-progress-bar {
height: 4px;
background: var(--primary_color);
width: 0%;
}
.single .gamxo-progress-container.bottom {
bottom: 0;
top: initial;
} .single-post .ajax-scroll-post>.type-post {
position: relative;
margin-bottom: 60px;
padding-bottom: 70px;
}
.single-post .ajax-scroll-post>.type-post:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 10px;
width: 100%;
background: var(--primary_color);
}
.single-post .ajax-scroll-post>.type-post:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.single-post .ajax-scroll-post>.type-post:last-child:after {
display: none;
} .content-area {
padding-top: 80px;
padding-bottom: 80px;
background-repeat: no-repeat;
}
.entry-header ul.entry-meta li img {
border-radius: 50%;
margin-right: 15px;
} .embed-responsive-16by9 {
margin-top: 40px;
}
.embed-responsive-16by9 .embed-responsive-item {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-16by9 iframe {
}
figure.is-type-video {
overflow: hidden;
} .post-share {
margin-bottom: 40px;
}
.post-share .share-links a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 40px;
overflow: hidden;
color: #ffffff;
background: #646464;
position: relative;
transition: all ease 0.31s;
margin-bottom: 5px;
margin-right: 5px;
}
@media(max-width: 425px) {
.post-share .share-links a {
margin-right: 4px;
margin-bottom: 4px;
}
}
.post-share .share-links a:hover {
opacity: 0.8;
color: #fff;
}
.post-share .share-links .social-text {
display: none;
}
.post-share .share-links a.facebook-f-share-button {
background: #1559c2;
}
.post-share .share-links a.twitter-share-button {
background: #1ea9e9;
}
.post-share .share-links a.youtube-share-button {
background: #ed1d25;
}
.post-share .share-links a.google-plus-g-share-button {
background: #eb5e4c;
}
.post-share .share-links a.linkedin-in-share-button {
background: #238cc8;
}
.post-share .share-links a.pinterest-share-button {
background: #e13138;
}
.post-share .share-links a.whatsapp-share-button {
background: #43ce13;
}
.post-share .share-links a.cloud-share-button {
background: #ff6b10;
}
.post-share .share-links a.dribbble-share-button {
background: #f65e97;
}
.post-share .share-links a.tumblr-share-button {
background: #35465c;
}
.post-share .share-links a.reddit-share-button {
background: #45668e;
}
.post-share .share-links a.print-share-button {
background: #87B1E8;
}
.post-share .share-links a.email-share-button {
background: #5A83F7;
} .entry-content .single-post-list li {
font-size: 16px;
color: #111111;
font-weight: 500;
position: relative;
margin-bottom: 4px;
} .entry-footer .entry-footer-meta {
overflow: hidden;
margin-top: 50px;
display: flex;
justify-content: space-between;
}
@media(max-width: 991px) {
.entry-footer .entry-footer-meta {
display: block;
}
.entry-footer .entry-footer-meta .meta-tags {
margin-bottom: 20px;
}
}
.entry-footer .meta-title {
font-size: 18px;
margin-bottom: 14px;
}
.meta-tags a {
display: inline-block;
font-size: 14px;
color: #646464;
border: 1px solid #e5e5e5;
padding: 9px 15px;
background-color: transparent;
transition: all ease 0.31s;
text-transform: lowercase;
margin-right: 6px;
margin-bottom: 6px;
line-height: 1.4;
}
.meta-tags a:hover {
background: var(--primary_color);
color: #ffffff;
border-color: transparent;
}
.entry-meta-tags {
margin-bottom: 35px;
margin-top: 10px;
}
.entry-meta-tags a {
display: inline-block;
font-size: 14px;
color: #646464;
border: 1px solid #cccccc;
padding: 9px 15px;
background-color: #f8f8f8;
text-transform: lowercase;
margin-right: 6px;
margin-bottom: 6px;
line-height: 1.4;
transition: all ease 0.31s;
}
.entry-meta-tags a:hover {
background: var(--primary_color);
color: #ffffff;
border-color: var(--primary_color);
} .about-author {
display: flex;
background: #f7f7f7;
padding: 50px;
margin-bottom: 50px;
margin-top: 15px;
}
@media (max-width: 767px) {
.about-author {
padding: 30px;
}
}
.about-author .media-body {
position: relative;
}
.about-author .pull-left {
padding-right: 25px;
width: 250px;
}
@media (max-width: 575px) {
.about-author {
display: inherit;
padding: 30px;
}
.about-author .pull-left {
width: 100px;
padding-right: 0;
margin-bottom: 20px;
}
}
.about-author .pull-left img {
border-radius: 50%;
}
.about-author .author-title {
font-size: 24px;
margin-bottom: 8px;
font-weight: 500;
text-transform: capitalize;
}
.about-author .author-title a {
color: var(--title_dark_color);
}
.about-author .author-designation {
margin-bottom: 5px;
color: var(--primary_color);
}
.about-author .author-bio {
color: #646464;
}
.about-author ul.author-box-social {
list-style: none;
margin: 12px 0 0 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
gap: 5px;
}
@media(max-width: 575px) {
.about-author ul.author-box-social {
position: inherit;
}
}
.about-author ul.author-box-social li {
display: inline-block;
margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
padding: 5px 10px;
font-size: 16px;
color: var(--title_dark_color);
display: block;
text-align: center;
transition: all ease 0.31s;
}
.about-author ul.author-box-social li a:hover {
color: var(--primary_color);
}
.about-author ul.author-box-social li:last-child {
margin-right: 0px;
} .post-navigation {
margin-top: 50px;
margin-bottom: 50px;
display: flex;
align-items: center;
justify-content: space-between;
}
.post-navigation .text-left {
border: 1px solid #e5e5e5;
padding: 30px 40px;
width: 47%;
}
.post-navigation .text-right {
border: 1px solid #e5e5e5;
padding: 30px 40px;
text-align: right;
width: 47%;
}
@media(max-width: 480px) {
.post-navigation {
display: block;
}
.post-navigation .text-left,
.post-navigation .text-right {
padding: 30px 20px;
width: 100%;
}
}
.post-navigation .prev-article,
.post-navigation .next-article {
display: inline-flex;
align-items: center;
font-size: 12px;
font-weight: 500;
color: #a5a6aa;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.post-navigation a {
color: #a5a6aa;
}
.post-navigation a:hover {
color: var(--primary_color);
}
.post-navigation .prev-article i {
margin-left: 10px;
display: inline-flex;
}
.post-navigation .prev-article:hover {
color: var(--primary_color)
}
.post-navigation .next-article i {
margin-right: 10px;
display: inline-flex;
}
.post-navigation .post-nav-title {
font-size: 16px;
margin-bottom: 0;
line-height: 1.6;
}
.post-navigation .post-nav-title a {
color: var(--title_dark_color);
}
.post-navigation .navigation-archive {
font-size: 20px;
padding: 10px;
}
@media(max-width: 480px) {
.post-navigation .navigation-archive {
text-align: center;
}
}
.page-links {
padding-top: 12px;
font-size: 20px;
font-weight: 500;
color: var(--title_dark_color);
margin-right: 10px;
line-height: 1.3;
}
.page-links .page-number {
text-align: center;
display: inline-block;
font-size: 18px;
color: #646464;
background: #ffffff;
border: 1px solid #dee2e6;
padding: 0;
height: 45px;
width: 48px;
line-height: 45px;
font-weight: 500;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
background-color: var(--primary_color);
border-color: transparent;
color: #ffffff;
}
.page-links a .page-number {
transition: all ease 0.31s;
} .comments-area {
margin-top: 50px;
}
.comment-respond>h4 {
display: block;
position: relative;
font-size: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.comment-respond>h4:after {
content: "";
height: 3px;
width: 40px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
.comments-area ul {
list-style-type: none;
padding: 0;
}
.comments-area>ul.comment-list {
margin-bottom: 30px;
}
.comments-area h3.comment-num {
color: var(--title_dark_color);
font-size: 18px;
font-weight: 700;
margin-bottom: 35px;
position: relative;
}
.comments-area h3.comment-num:after {
background: var(--primary_color);
content: "";
display: block;
height: 3px;
left: 0;
margin: 5px 0 0;
top: 0;
width: 80px;
}
.comments-area .comment-form {
margin-top: 0px;
}
.comments-area .main-comments .imgholder {
float: left;
}
.comments-area .main-comments .imgholder img {
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
margin-bottom: 0px;
max-width: 90px;
}
.comments-area .main-comments .comment-meta {
font-size: 15px;
}
@media(max-width: 767px) {
.comments-area .main-comments .comment-meta {
display: flow-root;
}
}
.comments-area .main-comments .comment-meta .comment-author-name {
color: #444444;
font-size: 16px;
font-weight: 300;
margin-bottom: 6px;
}
.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
color: var(--title_dark_color);
font-size: 18px;
font-family: 'Rubik', sans-serif;
font-weight: 700;
display: block;
text-transform: capitalize;
}
.comments-area .main-comments .replay-area {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.comments-area .main-comments .replay-area a {
color: #ffffff;
background-color: #8b8b8b;
font-size: 15px;
padding: 8px 16px;
font-weight: 500;
transition: all ease 0.31s;
}
.comments-area .main-comments .replay-area a:hover {
background-color: var(--primary_color);
}
.main-comments .each-comment {
margin-bottom: 40px;
}
@media(max-width: 575px) {
.main-comments .each-comment {
margin-bottom: 30px;
}
}
@media(max-width: 479px) {
.main-comments .each-comment {
margin-bottom: 20px;
}
}
.comments-area .main-comments .comments-body {
display: flow-root;
}
@media(max-width: 425px) {
.comments-area .main-comments .imgholder {
float: inherit;
}
}
.comments-area .main-comments .comment-respond {
margin-top: 0px;
margin-bottom: 70px;
}
.comments-area .reply-separator {
margin-top: 40px;
padding-top: 50px;
}
.main-comments ul.children {
margin-left: 50px;
padding: 0;
}
.comments-area .main-comments .comment-text li {
border-top: none;
}
@media(max-width: 1200px) {
.main-comments ul.children {
margin-left: 30px;
}
}
@media(max-width: 767px) {
.main-comments ul.children {
margin-left: 10px;
}
}
.avatar-disabled .main-comments ul.children {
margin-left: 50px;
padding: 0;
}
.no-comments {
font-size: 16px;
font-style: italic;
font-weight: bold;
padding-top: 20px;
}
.comment-awaiting-moderation {
font-size: 16px;
font-style: italic;
font-weight: bold;
}
.comment-navigation ul {
margin-top: 30px;
}
.comment-navigation ul li {
margin-right: 5px;
margin-top: 0;
}
.comment-navigation ul li a {
display: inline;
font-size: 12px;
height: 49px;
line-height: inherit;
padding: 10px;
width: inherit;
}
.comment-list pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
.comments-area>h4 {
display: block;
position: relative;
font-size: 24px;
margin-bottom: 30px;
padding-bottom: 20px;
}
.comments-area>h4:after {
content: "";
height: 3px;
width: 40px;
background-color: var(--primary_color);
position: absolute;
bottom: 0;
left: 0;
}
#respond .comment-notes {
margin-bottom: 30px;
}
#respond .logged-in-as {
margin-bottom: 30px;
font-size: 15px;
}
#respond .logged-in-as a {
color: #646464;
}
#respond .form-group {
margin-bottom: 25px;
}
#respond .form-group.form-submit {
margin-bottom: 0px;
}
#respond form .form-control {
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
color: var(--title_dark_color);
font-size: 15px;
font-weight: 400;
margin-right: 20px;
box-shadow: none;
padding: 10px 20px;
border-radius: 0;
}
#respond form input.form-control {
height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
box-shadow: none;
}
#respond form textarea.form-control {
padding: 20px;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
color: #444444;
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
color: #444444;
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
color: #444444;
}
#respond form .btn-send {
position: relative;
display: inline-block;
border: none;
outline: none;
font-size: 14px;
font-weight: 500;
background: var(--primary_color);
color: #ffffff;
padding: 16px 25px;
text-transform: uppercase;
z-index: 1;
overflow: hidden;
transition: all ease 0.31s;
}
#respond form .btn-send:hover {
background: var(--secondary_color);
color: #ffffff;
}
#respond #cancel-comment-reply-link {
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
margin-left: 5px;
}
#respond form .comment-form-cookies-consent {
position: relative;
display: inline-flex;
}
#respond form .comment-form-cookies-consent input {
background: transparent;
border: none;
margin-right: 10px;
height: inherit;
box-shadow: none;
position: absolute;
top: 5px;
}
#respond form .comment-form-cookies-consent label {
padding-left: 25px;
line-height: 1.5;
}
.comment-list>li:first-child {
border-top: none;
}
.comment-list .comment-text ul {
padding: 0 15px;
margin-bottom: 20px;
list-style: disc inside none;
}
.comment-list .comment-text ul li {
padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
padding-top: 0px;
}
.comment-list .comment-text ul ul {
margin-bottom: 0px;
}
.comment-list .comment-text ol {
margin-bottom: 20px;
}
.comment-list .comment-text ol li {
padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
padding-top: 0px;
}
.comment-list .comment-text ol ol {
margin-bottom: 0;
}
.item-comments {
margin-top: 50px;
}
.item-comments h2 {
font-size: 24px;
}
.item-comments .item-comments-list {
margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
margin-bottom: 50px;
overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
float: left;
padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
font-size: 16px;
font-weight: 500;
margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
background: var(--primary_color);
padding: 2px 10px 3px;
float: right;
font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
margin-left: 50px;
}
.item-comments .item-comments-form {
border-top: 1px solid #e5e5e5;
margin-top: 50px;
padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
background: var(--title_dark_color);
border: none;
border-radius: 0;
box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
height: 40px;
} .rtrs-review-wrap .rtrs-sorting-bar,
.rtrs-review-wrap .rtrs-review-form,
.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
background-color: #f3f3f3 !important;
}
.rtrs-review-box .rtrs-review-body .rtrs-review-meta li.rtrs-review-date i:before {
color: #a5a6aa;
} .single-post .entry-thumbnail-area.no-image .entry-title.title-light-color {
background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_dark_color) 50%);
}
.single-post .entry-thumbnail-area.no-image .rt-video {
display: none;
}
.single-post .entry-thumbnail-area.no-image .entry-meta.meta-light-color li {
color: var(--meta_dark_color);
}
.single-post .entry-thumbnail-area.no-image .entry-meta.meta-light-color li.post-author a {
color: var(--author_dark_color);
}
.single-post .entry-thumbnail-area.no-image .entry-meta.meta-light-color li.post-author a:hover {
color: var(--primary_color);
} .post-detail-style1 .post-share .share-links .email-share-button,
.post-detail-style1 .post-share .share-links .print-share-button {
float: right;
color: #7a7e83;
background-color: transparent;
border: 1px solid #cccccc;
}
.post-detail-style1 .entry-thumbnail-area {
position: relative;
margin-bottom: 25px;
}
.post-detail-style1 .entry-header {
border-bottom: 1px solid var(--border_dark_color);
margin-bottom: 30px;
}
.post-detail-style1 .post-detail-style2 .entry-header {
border-bottom: 0;
margin-bottom: 0;
}
@media(max-width: 480px) {
.post-detail-style1 .post-share .share-links .email-share-button,
.post-detail-style1 .post-share .share-links .print-share-button {
float: initial;
}
} @media(min-width: 992px) {
.post-detail-style2>.type-post {
max-width: 730px;
margin: 0 auto;
}
}
.post-detail-style2 .entry-thumbnail-area {
position: relative;
margin-bottom: 40px;
}
.post-detail-style2 .show-image::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
z-index: 0;
}
.post-detail-style2 .entry-thumbnail-area img {
width: 100%;
object-fit: cover;
}
.post-detail-style2 .show-image .entry-header {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
padding: 30px 50px 24px;
}
@media(max-width: 480px) {
.post-detail-style2 .entry-header {
padding: 30px 30px 5px;
}
}
@media(max-width: 991px) {
.post-detail-style2 .entry-thumbnail-area img {
min-height: 500px;
}
.post-detail-style2 .show-image .entry-header {
padding: 30px 30px 15px;
}
}
.single-post .post-detail-style2 .entry-thumbnail-area.no-image .entry-title.title-light-color {
color: var(--title_dark_color);
}
.single-post .post-detail-style2 .entry-thumbnail-area.no-image .rt-video {
display: none;
}
.single-post .post-detail-style2 .entry-thumbnail-area.no-image .entry-meta.meta-light-color li {
color: var(--meta_dark_color);
} .author .content-area {
padding-top: 0 !important;
}
.author .author-banner {
background: #363636;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
z-index: 1;
margin-bottom: 80px;
padding: 110px 0;
}
.author .author-banner::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.admin-author {
display: flex;
align-items: center;
}
.admin-author .author-img {
flex: 0 0 155px;
margin-right: 30px;
}
.admin-author .author-img img {
width: 170px;
border-radius: 50%;
border: 5px solid #fff;
}
@media(max-width: 425px) {
.admin-author .author-img img {
width: 120px;
}
}
.admin-author .author-title {
font-size: 28px;
color: #ffffff;
margin-bottom: 4px;
text-transform: capitalize;
}
.admin-author .author-title a {
color: #ffffff;
}
.admin-author .author-designation {
color: #fff;
display: block;
font-family: "Rubik", sans-serif;
font-weight: 500;
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
}
.admin-author .author-designation::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 45px;
height: 3px;
background: var(--primary_color);
}
.admin-author .author-bio {
color: #ffffff;
}
.admin-author .author-box-social {
flex-basis: 75%;
margin: 0;
padding: 0;
list-style: none;
text-align: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: flex-end;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.admin-author .author-box-social li {
margin-right: 5px;
}
.admin-author .author-box-social li a {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #ffffff;
color: var(--title_dark_color);
font-size: 16px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 15px;
transition: all ease 0.31s;
overflow: hidden;
position: relative;
}
.admin-author .author-box-social li a:hover {
background: var(--primary_color);
color: #ffffff;
}
.admin-author .author-box-social li a:hover i {
animation: toBottomFromTop 0.5s forwards;
}
@media(max-width: 991px) {
.admin-author {
display: block;
}
.admin-author .author-img {
margin-right: 0;
margin-bottom: 30px;
}
.admin-author .author-box-social {
justify-content: left;
margin-top: 20px;
}
.author .author-banner {
padding: 80px 0;
}
} @media(max-width:767px) {
body.blog .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
body.single-post .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
}
.blend img {
filter: brightness(100%) contrast(100%) saturate(162%) blur(0px) hue-rotate(162deg);
}
.blog-box * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.blog-box {
position: relative;
}
.entry-header .entry-title.title-dark-color,
.entry-content .entry-title.title-dark-color,
.entry-content .entry-title.title-dark-color a {
color: var(--title_dark_color);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_dark_color) 50%);
background-size: 200% 100%;
background-position: 100%;
transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
word-break: break-word;
}
.entry-header .entry-title.title-light-color,
.entry-content .entry-title.title-light-color,
.entry-content .entry-title.title-light-color a {
color: var(--title_light_color);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_light_color) 50%);
background-size: 200% 100%;
background-position: 100%;
transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
word-break: break-word;
}
.entry-content .entry-title.title-light-color a:hover,
.entry-content .entry-title.title-dark-color a:hover {
background-position: 0%;
}
.entry-content .entry-text.body-dark-color p {
color: var(--body_dark_color);
}
.entry-content .entry-text.body-light-color p {
color: var(--body_light_color);
}
ul.entry-meta {
list-style: none;
margin: 0 0 8px;
padding: 0;
}
ul.entry-meta li {
display: inline-block;
color: var(--meta_dark_color);
font-size: 14px;
font-weight: 400;
margin-right: 15px;
position: relative;
}
ul.entry-meta.meta-dark-color li {
color: var(--meta_dark_color);
}
ul.entry-meta.meta-light-color li {
color: var(--meta_light_color);
}
ul.entry-meta li.post-author a {
font-weight: 500;
}
ul.entry-meta.meta-dark-color li.post-author a {
color: var(--author_dark_color);
}
ul.entry-meta.meta-light-color li.post-author a {
color: var(--author_light_color);
}
ul.entry-meta.meta-dark-color li.post-author a:hover,
ul.entry-meta.meta-light-color li.post-author a:hover {
color: var(--primary_color);
}
ul.entry-meta.meta-dark-color li.post-comment a {
color: var(--meta_dark_color);
}
ul.entry-meta.meta-light-color li.post-comment a {
color: var(--meta_light_color);
}
ul.entry-meta.meta-dark-color li.post-comment a:hover,
ul.entry-meta.meta-light-color li.post-comment a:hover {
color: var(--primary_color);
}
ul.entry-meta li i {
color: var(--primary_color);
margin-right: 10px;
font-size: 18px;
}
ul.entry-meta li:last-child {
margin-right: 0;
}
ul.entry-meta li a:hover {
color: var(--primary_color);
}
.blog-box.show-image .entry-content {
position: relative;
}
.blog-box .blog-img-holder {
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.no-image.no-preview.blog-box .blog-img-holder {
margin-bottom: 0;
}
.blog-box.no-image.no-preview .entry-content {
position: inherit;
bottom: inherit;
padding: 0;
}
.blog-box.no-image.no-preview .entry-content .button-text-light.button-style-1{
color: var(--title_dark_color);
}
.blog-box.no-image.no-preview .entry-content .button-text-light.button-style-1:hover {
color: var(--title_light_color);
}
.blog-box.no-image.no-preview .entry-meta.meta-light-color li {
color: var(--meta_dark_color);
}
.blog-box.no-image.no-preview .entry-meta.meta-light-color li.post-author a {
color: var(--author_dark_color);
}
.blog-box.no-image.no-preview .entry-meta.meta-light-color li.post-author a:hover {
color: var(--primary_color);
}
.blog-box.no-image.no-preview .entry-content .entry-title.title-light-color a {
background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_dark_color) 50%);
}
.blog-box.no-image.no-preview .entry-content .post-read-more,
.blog-box.no-image.no-preview .entry-content .entry-text {
opacity: 1;
visibility: visible;
}
.blog-box.no-image.no-preview .entry-content .entry-text p {
color: var(--body_dark_color);
}
.blog-box .blog-img-holder img {
transform: scale(1.01);
transition: all 0.85s ease-out;
}
.blog-box:hover .blog-img-holder img {
transform: scale3d(1.1, 1.1, 1);
}
.figure-overlay {
position: relative;
display: block;
height: 100%;
}
.figure-overlay:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 150%;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.9) 100%);
z-index: 0;
transition: all 0.4s ease;
}
.rt-item:hover .figure-overlay:after,
.figure-overlay:hover:after {
height: 100%;
}
.entry-categories {
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
top: 20px;
left: 20px;
z-index: 1;
gap: 5px;
}
.entry-categories a {
display: inline-block;
}
.entry-categories.small-view {
top: 10px;
left: 10px;
}
.entry-categories.small-view.style-1 .category-style {
font-size: 13px;
}
.entry-categories.small-view.style-2 a {
font-size: 12px;
}
.entry-categories.style-1 .category-style {
background-color: var(--primary_color);
display: inline-block;
font-size: 15px;
color: var(--title_light_color);
padding: 0 20px 0 15px;
clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
margin-bottom: 0px;
}
.entry-categories.style-2 {
margin-bottom: 10px;
}
.entry-categories.style-2 a {
display: inline-block;
font-size: 16px;
}
.entry-categories.style-2.meta-dark-color a {
color: var(--meta_dark_color);
}
.entry-categories.style-2.meta-light-color a {
color: var(--meta_light_color);
}
.entry-categories.style-2.meta-light-color a:hover,
.entry-categories.style-2.meta-dark-color a:hover {
color: var(--primary_color);
} .blog-layout-1 .blog-box {
margin-bottom: 16px;
} .blog-layout-2 .blog-box {
position: relative;
overflow: hidden;
margin-bottom: 16px;
}
.blog-layout-2 .blog-box .blog-img-holder {
margin-bottom: 0;
}
.blog-layout-2 .blog-box .blog-img-holder img {
width: 100%;
}
.blog-layout-2 .blog-box .entry-content {
position: absolute;
left: 0;
bottom: -170px;
width: 100%;
z-index: 2;
padding: 25px;
transition: all ease 0.4s;
}
.blog-layout-2 .blog-box .entry-content .entry-text {
opacity: 0;
visibility: hidden;
transition: all ease 0.4s;
}
.blog-layout-2 .blog-box:hover .entry-content {
bottom: 0;
}
.blog-layout-2 .blog-box .entry-content .post-read-more {
opacity: 0;
visibility: hidden;
transition: all ease 0.4s;
}
.blog-layout-2 .blog-box:hover .entry-content .entry-text {
opacity: 1;
visibility: visible;
}
.blog-layout-2 .blog-box:hover .entry-content .post-read-more {
opacity: 1;
visibility: visible;
}
.blog-layout-2 .blog-box .entry-content .entry-text p {
color: var(--body_light_color);
} .blog-layout-3 .blog-box {
position: relative;
overflow: hidden;
margin-bottom: 16px;
}
.blog-layout-3 .blog-box .blog-img-holder {
margin-bottom: 0;
}
.blog-layout-3 .blog-box .blog-img-holder img {
width: 100%;
}
.blog-layout-3 .blog-box .entry-content {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 2;
padding: 25px;
transition: all ease 0.4s;
}
.blog-layout-3 .blog-box .entry-content .entry-text p {
color: var(--body_light_color);
}
.blog-layout-3 .blog-box.no-image.no-preview .entry-content {
position: relative;
} .blog-layout-4 .blog-box {
display: flex;
margin-bottom: 40px;
}
.blog-layout-4 .blog-box .blog-img-holder {
position: relative;
z-index: 1;
flex: 0 0 auto;
max-width: 360px;
margin-bottom: 0;
margin-right: 35px;
}
.blog-layout-4 .blog-box .entry-content {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}
.blog-layout-4 .blog-box .entry-content .entry-text p {
margin-bottom: 15px;
}
.blog-layout-4 .blog-box .blog-img-holder img {
height: 100%;
object-fit: cover;
}
@media(min-width: 992px) and (max-width: 1199px) {
.blog-layout-4 .blog-box {
flex-direction: column;
}
.blog-layout-4 .blog-box .blog-img-holder {
flex: auto;
max-width: 100%;
margin-bottom: 25px;
margin-right: 0;
}
}
@media (max-width: 767px) {
.blog-layout-4 .blog-box {
flex-direction: column;
}
.blog-layout-4 .blog-box .blog-img-holder {
flex: auto;
max-width: 100%;
margin-bottom: 25px;
margin-right: 0;
}
} .blog-layout-5 .blog-box {
margin-bottom: 50px;
}
.blog-layout-5 .blog-box .blog-img-holder {
margin-bottom: 0;
}
.blog-layout-5 .blog-box .entry-content {
background-color: rgba(var(--primary_color_rgb), 0.05);
padding: 40px;
}
.blog-layout-5 .blog-box.no-image.no-preview .entry-content {
padding: 40px;
} .blog-layout-6 .blog-box {
display: flex;
justify-content: center;
}
.blog-layout-6:first-child .blog-box.no-image {
margin-top: 0;
}
.blog-layout-6 .blog-box.no-image.no-preview {
margin-bottom: 40px;
}
.blog-layout-6 .blog-box .blog-img-holder img {
height: 100%;
object-fit: cover;
}
@media (min-width: 992px) {
.blog-layout-6 .blog-box .blog-img-holder {
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 0;
}
.blog-layout-6 .blog-box .entry-content {
padding: 30px;
text-align: center;
}
.blog-layout-6 .blog-box .entry-content .entry-categories {
justify-content: center;
}
.blog-layout-6:nth-of-type(even) .blog-box {
flex-direction: row-reverse;
}
}
@media (max-width: 991px) {
.blog-layout-6 .blog-box {
flex-direction: column;
margin-bottom: 40px;
}
.blog-layout-6 .blog-box .entry-content {
text-align: left;
}
} .has-sidebar.left-sidebar .rt-sidebar-space {
margin-left: 20px;
}
@media (max-width: 991px) {
.has-sidebar.left-sidebar .rt-sidebar-space {
margin-left: 0;
}
}
.has-sidebar.right-sidebar .rt-sidebar-space {
margin-right: 20px;
}
@media (max-width: 991px) {
.has-sidebar.right-sidebar .rt-sidebar-space {
margin-right: 0;
}
}
.no-sidebar.left-sidebar .rt-sidebar-space {
margin-left: 0;
}
.no-sidebar.right-sidebar .rt-sidebar-space {
margin-right: 0;
}
@media (max-width: 991px) {
.has-sidebar.right-sidebar .rt-sidebar-space {
margin-right: 0;
}
.left-sidebar .sidebar-widget-area,
.right-sidebar .sidebar-widget-area {
margin-top: 80px;
display: inherit;
}
.right-sidebar .rt-sidebar-space {
display: inherit;
margin-right: 0;
}
.left-sidebar .sidebar-widget-area {
display: inherit;
}
}
@media (max-width: 767px) {
.right-sidebar .sidebar-widget-area {
margin-top: 60px;
}
} .sticky .blog-box {
background-color: #f0f8ff;
padding: 30px;
}
.sticky .blog-box .blog-img-holder {
margin-bottom: 0;
}
.sticky .blog-box .entry-content {
padding: 30px;
}
.sticky.blog-layout-1 .blog-box.no-image ul.entry-meta {
margin: 0;
}
.blog-layout-5.sticky .blog-box {
background-color: transparent;
padding: 0;
}
.blog-layout-5.sticky .blog-box .entry-content {
background-color: #f0f8ff;
} .rt-swiper-slider-shop,
.rt-swiper-slider-team,
.rt-swiper-slider-blog,
.rt-swiper-side-slider,
.rt-swiper-cat-slider {
position: relative;
overflow: hidden;
}
.rt-swiper-slider-shop .swiper-wrapper,
.rt-swiper-slider-team .swiper-wrapper,
.rt-swiper-slider-blog .swiper-wrapper,
.rt-swiper-slider .swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
box-sizing: content-box;
}
.rt-swiper-slider-shop .swiper-slide,
.rt-swiper-slider-team .swiper-slide,
.rt-swiper-slider-blog .swiper-slide,
.rt-swiper-slider .swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
margin-bottom: 0;
} .section-title {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--primary_color);
padding: 10px 10px 10px 20px;
margin-bottom: 25px;
}
.section-title .related-title {
margin-bottom: 0;
color: #ffffff;
}
.section-title:after {
content: "";
width: 0;
height: 0;
border-top: 10px solid var(--primary_color);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: -10px;
left: 25px;
z-index: 5;
}
.section-title .swiper-button {
display: inline-flex;
}
.section-title .swiper-button>div {
position: relative;
top: 0;
left: auto;
right: auto;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-image: none;
border: 1px solid #ffffff;
height: 36px;
width: 36px;
outline: none;
color: #ffffff;
font-size: 15px;
margin-top: 0;
background-color: transparent;
transition: all ease 0.31s;
}
.section-title .swiper-button>div:hover {
background-color: #ffffff;
color: var(--primary_color);
}
.section-title .swiper-button-prev {
margin-right: 5px;
} .rt-related-post {
margin-top: 50px;
} .pagination-area ul {
text-align: center;
margin-top: 50px;
margin-bottom: 0;
padding-left: 0;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.pagination-area ul li {
display: inline-flex;
border: none;
margin-right: 6px;
position: relative;
}
.pagination-area ul li:last-child {
margin-right: 0;
}
.pagination-area ul li a {
text-align: center;
display: inline-block;
font-size: 18px;
color: var(--title_dark_color);
background: #f2f2f2;
padding: 0;
height: 44px;
width: 48px;
line-height: 44px;
font-weight: 500;
}
.pagination-area ul li span {
text-align: center;
display: inline-block;
font-size: 18px;
color: var(--title_dark_color);
background: #ffffff;
border: 1px solid #dee2e6;
padding: 0;
height: 45px;
width: 48px;
line-height: 45px;
font-weight: 500;
}
.pagination-area ul li a:hover {
background-color: var(--primary_color);
border-color: transparent;
color: #ffffff;
}
.pagination-area ul li span.current {
background-color: var(--primary_color);
border-color: transparent;
color: #ffffff;
}
.pagination-area ul li.active a {
background-color: var(--primary_color);
border-color: transparent;
color: #ffffff;
}
@media(max-width: 767px) {
.pagination-area ul li {
margin-top: 8px;
margin-right: 8px;
}
.pagination-area ul li span,
.pagination-area ul li a {
height: 40px;
width: 40px;
line-height: 38px;
}
} a.loadMore {
background-color: var(--primary_color);
border: 0;
margin: auto;
margin-top: 50px;
position: relative;	
z-index: 1;
font-size: 14px;
color: #ffffff;
font-weight: 500;
padding: 13px 30px 11px;
display: inline-flex;
align-items: center;
text-transform: uppercase;
transition: all 0.4s ease;
}
a.loadMore:after {
position: absolute;
content: "";
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
background-size: 300% 100%;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s ease;
}
a.loadMore:hover {
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
color: #ffffff;
}
a.loadMore:hover:after {
background-position: 40% 0;
}
a.loadMore i {
margin-left: 10px;
}
.loading-lazy i {
z-index: 8;
animation: fa-spin 0.7s infinite linear;
} .error-page-area {
position: relative;
background-position: center;
}
.error-page-content {
position: relative;
text-align: center;
}
.error-page-content .error-title {
color: var(--title_dark_color);
font-size: 48px;
font-weight: 300;
margin-bottom: 5px;
margin-right: auto;
margin-left: auto;
max-width: 750px;
width: 100%;
}
.error-page-content p {
font-size: 24px;
color: #525252;
margin-right: auto;
margin-left: auto;
max-width: 650px;
width: 100%;
margin-bottom: 40px;
}
.error-page-area .error-page-content .go-home {
margin-top: 30px;
}
.error-page-area .item-img {
margin-bottom: 30px;
position: relative;
display: inline-flex;
justify-content: center;
}
@media(max-width: 1199px) {
.error-page-content p {
width: 70%;
}
}
@media(max-width: 991px) {
.error-page-content p {
width: 90%;
}
}  .fluentform.fluentform_wrapper_1 input.ff-el-form-control {
height: 50px;
}
.fluentform.fluentform_wrapper_1 textarea.ff-el-form-control {
padding: 20px;
}
.fluentform.fluentform_wrapper_1 .ff-el-form-control {
position: relative;
border-radius: 0;
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
padding: 6px 20px;
}
.fluentform.fluentform_wrapper_1 .ff-el-form-control:focus {
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
}
.fluentform.fluentform_wrapper_1 .frm-fluent-form {
padding: 0;
}
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
margin-bottom: 10px;
}
.fluentform .contact-form.ff_submit_btn_wrapper {
margin-top: 30px;
margin-bottom: 0;
}
.fluentform .contact-form .ff-el-form-control {
background-color: #ffffff;
box-shadow: none;
color: var(--title_dark_color);
border: 1px solid #f0f0f0;
font-size: 15px;
padding: 13px 20px 13px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
border-color: var(--primary_color);
}
.fluentform .contact-form .ff_btn_style {
position: relative;
background-color: var(--primary_color);
color: #ffffff;
font-size: 14px;
height: 50px;
opacity: 1;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.6px;
border: none;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 12px 20px;
line-height: 1.4;
overflow: hidden;
transform: perspective(1px) translateZ(0);
transition: all 0.31s;
z-index: 1;
}
.fluentform .contact-form .ff_btn_style:before {
content: "";
position: absolute;
inset: 0;
width: 100%;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-duration: 0.5s;
transition: all 0.31s;
transition-timing-function: ease-out;
z-index: -1;
}
.fluentform .contact-form .ff_btn_style:hover {
background-color: var(--primary_color);
color: #ffffff;
opacity: 1;
}
.fluentform .contact-form .ff_btn_style:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
background-color: var(--secondary_color);
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
color: #7a7a7a;
}
.fluentform .contact-form .text-danger {
color: var(--primary_color) !important;
font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
border-color: var(--primary_color);
} .fluentform .frm-fluent-form {
position: relative;
padding: 40px 34px;
}
.fluentform .subscribe-form {
position: relative;
text-align: center;
margin-bottom: 12px;
}
.fluentform .subscribe-form h4 {
position: relative;
padding-bottom: 20px;
}
.fluentform .subscribe-form h4::after,
.fluentform .subscribe-form h4::before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
background-color: var(--primary_color);
height: 1px;
}
.fluentform .subscribe-form h4::after {
width: 44px;
}
.fluentform .subscribe-form h4::before {
width: 74px;
bottom: 8px;
}
.fluentform .subscribe-form .ff_submit_btn_wrapper {
margin-bottom: 0;
}
.fluentform .subscribe-form .ff-t-cell {
display: inline-block;
padding: 0;
}
.fluentform .subscribe-form p {
font-size: 14px;
color: #646464;
line-height: 1.5;
}
.fluentform .subscribe-form .ff-el-form-control {
font-size: 14px;
color: #6c6f72;
height: 53px;
border: 1px solid #e5e5e5;
background-color: #fff;
text-align: center;
width: 100%;
}
.fluentform .subscribe-form .ff_btn_style {
position: relative;
background-color: var(--primary_color);
color: #ffffff;
font-size: 14px;
height: 50px;
opacity: 1;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.6px;
border: none;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 12px 20px;
line-height: 1.4;
overflow: hidden;
transform: perspective(1px) translateZ(0);
transition: all 0.31s;
z-index: 1;
}
.fluentform .subscribe-form .ff_btn_style:hover {
background-color: var(--primary_color);
color: #ffffff;
opacity: 1;
}
.fluentform .subscribe-form .ff_btn_style:before {
content: "";
position: absolute;
inset: 0;
width: 100%;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-duration: 0.5s;
transition: all 0.31s;
transition-timing-function: ease-out;
z-index: -1;
}
.fluentform .subscribe-form .ff_btn_style:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
background-color: var(--secondary_color);
}
.fluentform .subscribe-form .ff-el-form-control:focus {
border-color: var(--primary_color);
} .fluentform .frm-fluent-form .subscribe-form-2 {
display: block;
margin-bottom: 0;
}
.fluentform .frm-fluent-form .subscribe-form-2 .ff-t-cell {
padding: 0;
width: 100%;
}
.fluentform .frm-fluent-form .subscribe-form-2 .ff-el-group {
margin-bottom: 0;
}
.fluentform .subscribe-form-2 .ff-el-form-control {
font-size: 14px;
color: #6c6f72;
height: 50px;
border: none;
background-color: #fff;
padding: 0 20px;
width: 100%;
box-shadow: 0px 14px 16px 0px rgb(0 0 0 / 3%);
}
.fluentform .subscribe-form-2 .ff_btn_style {
position: relative;
background-color: var(--primary_color);
color: #ffffff;
font-size: 14px;
height: 50px;
opacity: 1;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.6px;
border: none;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 12px 20px;
line-height: 1.4;
overflow: hidden;
transform: perspective(1px) translateZ(0);
transition: all 0.31s;
z-index: 1;
}
.fluentform .subscribe-form-2 .ff_btn_style:hover {
background-color: var(--primary_color);
color: #ffffff;
opacity: 1;
}
.fluentform .subscribe-form-2 .ff_btn_style:before {
content: "";
position: absolute;
inset: 0;
width: 100%;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-duration: 0.5s;
transition: all 0.31s;
transition-timing-function: ease-out;
z-index: -1;
}
.fluentform .subscribe-form-2 .ff_btn_style:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
background-color: var(--secondary_color);
}
.fluentform .subscribe-form-2 .ff-el-form-control:focus {
border-color: var(--primary_color);
}
@media(max-width: 991px) {
.fluentform .subscribe-form-2 .title br {
display: none;
}
}
@media(max-width: 767px) {
.fluentform .frm-fluent-form .subscribe-form-2 {
display: inherit;
}
.fluentform .subscribe-form-2 .ff-el-form-control,
.fluentform .subscribe-form-2 .ff_btn_style {
border-radius: 0;
}
.fluentform .frm-fluent-form .subscribe-form-2 .ff-el-group {
margin-bottom: 10px;
}
} @media only screen and (max-width: 479px) {
.entry-content .pricetable-btn {
height: 40px;
width: 130px;
font-size: 14px;
padding: 8px 0;
}
}
@media only screen and (max-width: 991px) {
.btn-send-message {
padding: 11px 0;
}
}
@media only screen and (max-width: 1199px) {
.btn-send-message {
padding: 9px 0;
}
}
@media (max-width: 767px) {
.comments-area .main-comments .replay-area {
display: block;
float: inherit;
width: 100%;
margin-top: 0;
margin-left: 0;
}
}
@media (max-width: 426px) {
.comments-area .main-comments .replay-area {
margin-top: 15px;
}
} .rtrs-review-wrap.rtrs-affiliate-wrap {
background-color: #f7f7f7;
padding: 30px !important;
}
.rtrs-title-area .rtrs-price-area .rtrs-offer-price {
font-size: 36px;
font-weight: 600;
color: #000;
}
.rtrs-affiliate .rtrs-buy-btn {
border: none;
background: var(--primary_color);
color: #ffffff !important;
font-size: 16px;
padding: 16px 36px;
}
.rtrs-affiliate .rtrs-buy-btn:hover {
background-color: var(--secondary_color);
} .wpuf-login-form p>label,
.wpuf-registration-form .wpuf-label {
color: #000;
font-size: 16px;
font-weight: 600 !important;
}
#wpuf-login-form .input,
.wpuf-login-form input.input,
.wpuf-registration-form .wpuf-fields .input {
background-color: transparent;
box-shadow: none;
color: var(--title_dark_color);
border: 1px solid #e5e5e5;
outline: none;
font-size: 15px;
padding: 9px 20px;
height: 50px;
max-width: 500px;
width: 100%;
}
.wpuf-registration-form .wpuf-fields .input:focus,
.wpuf-theme-style .wpuf-fields>input:focus,
.wpuf-theme-style .wpuf-fields>textarea:focus {
outline: none;
}
#wpuf-login-form input[type="submit"],
.wpuf-login-form .submit>input,
.wpuf-submit>input,
.wpuf-submit>button {
position: relative;
display: inline-block;
border: none;
outline: none;
font-size: 15px;
font-weight: 500;
background: var(--primary_color);
color: #ffffff;
padding: 12px 30px;
text-transform: uppercase;
z-index: 1;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;
transition: all ease 0.31s;
}
#wpuf-login-form input[type="submit"]:hover,
.wpuf-login-form .submit>input:hover,
.wpuf-submit>input:hover,
.wpuf-submit>button:hover {
background: var(--secondary_color);
color: #ffffff;
}
.wpuf-user-loggedin .wpuf-user-avatar {
display: inline-block;
margin-bottom: 20px;
}
.wpuf-user-loggedin h3 {
margin-bottom: 5px;
}
.wpuf-label label,
.wpuf-el .wpuf-label {
color: #000;
font-size: 16px;
font-weight: 600 !important;
}
.wpuf-fields>input,
.wpuf-fields>textarea {
background-color: #ffffff;
box-shadow: none;
color: var(--title_dark_color);
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 9px 15px;
}
.wpuf-theme-style .wpuf-fields .wp-editor-container {
border-right: 1px solid #e5e5e5;
}
.wpuf-fields select {
outline: none;
padding: 8px 8px;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
align-items: normal !important;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers.current,
body .wpuf-dashboard-container .wpuf-pagination .page-numbers:hover {
background-color: var(--primary_color);
border-color: transparent;
color: #ffffff;
padding: 0;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers {
text-align: center;
display: inline-block;
font-size: 18px;
color: #646464;
background: #ffffff;
border: 1px solid #dee2e6;
padding: 0;
height: 45px;
width: 48px;
line-height: 45px;
font-weight: 500;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li.wpuf-menu-item {
margin-right: 25px;
padding-bottom: 6px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item a {
color: var(--title_dark_color);
font-size: 16px;
font-weight: 600;
background: #f3f3f3;
display: block;
padding: 8px 15px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item.active a,
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item:hover a {
color: #ffffff !important;
background-color: var(--primary_color);
}
body .wpuf-dashboard-container form.wpuf-update-profile-form ul.wpuf-form {
margin: 0 !important;
}
body #wpuf-login-form {
width: 100%;
max-width: 500px;
}
body #wpuf-login-form input.input{
width: 100%;
max-width: 500px;
}
body .wpuf-message {
border-radius: 0!important;
text-align: center;
}
body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
display: flex;
flex-direction: column;
}
body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
margin-bottom: 30px;
} .align-wrap {
width: 100vw;
margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 900px) {
.align-wrap {
width: auto;
margin-left: calc(50% / .62 - 50vw);
}
}
.align-wrap .alignfull {
width: 100%;
margin: 0 0 0 auto;
}
@media(max-width:480px) {
img.alignleft {
float: none;
margin-bottom: 13px;
margin-right: 0px;
padding-top: 5px;
display: block;
}
img.alignright {
float: none;
margin-left: 0px;
margin-bottom: 15px;
padding-top: 15px;
}
} .has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
margin-left: 0;
margin-right: 0;
}
.has-strong-magenta-background-color {
background-color: #a156b4;
}
.has-strong-magenta-color {
color: #a156b4;
}
.has-light-grayish-magenta-background-color {
background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
color: #d0a5db;
}
.has-very-light-gray-background-color {
background-color: #eee;
}
.has-very-light-gray-color {
color: #eee;
}
.has-very-dark-gray-background-color {
background-color: #444;
}
.has-very-dark-gray-color {
color: #444;
}
.has-small-font-size {
font-size: 12px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.2;
}
.has-huge-font-size {
font-size: 48px;
line-height: 1.2;
}
.has-regular-font-size {
font-size: 16px;
}
.wp-block-image.alignleft.is-resized {
margin-left: 0;
margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
margin-left: 30px;
margin-right: 0;
}
.wp-block-separator {
border: none;
border-bottom: 2px solid #cccccc;
margin: 50px 0;
text-align: left;
background: transparent;
} blockquote {
background-color: #f7f7f7;
border: none;	
text-align: left;
padding: 50px;
color: #444444;
margin-bottom: 15px!important;
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
@media(max-width: 480px) {
blockquote {
padding-left: 25px !important;
padding-right: 25px !important;
}
}
blockquote p {
padding-left: 55px;
position: relative;
margin-bottom: 0;
z-index: 1;
font-size: 18px;
font-weight: 600;
}
blockquote p:before {
position: absolute;
content: "\f11b";
font-family: flaticon !important;
font-size: 38px;
color: var(--primary_color);
top: -10px;
transform: translateX(-55px);
line-height: 1;
}
blockquote cite {
display: block;
font-size: 14px;
color: #646464;
font-weight: 500;
font-style: normal;
margin-top: 12px;
padding-left: 50px;
position: relative;
letter-spacing: 2px;
z-index: 1;
}
blockquote cite::after {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 31px;
height: 2px;
background-color: #c1c1c1;
}
blockquote.wp-block-quote cite {
display: block;
font-size: 14px;
color: #646464;
font-weight: 500;
font-style: normal;
margin-top: 12px;
padding-left: 50px;
letter-spacing: 2px;
z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite:after {
left: inherit;
right: 0;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
padding-right: 34px;
}
.wp-block-quote {	
color: #444444;	
}
.wp-block-pullquote {
border-top: 2px solid;
border-bottom: 2px solid;
color: #444444;	
margin-top: 0;
margin-bottom: 15px;
padding: 0;
text-align: left;
}
.wp-block-pullquote blockquote {
background-color: transparent;
margin-bottom: 0;
}
blockquote.wp-block-pullquote {
background: #f9f9f9;
border-left: none;
font-size: 18px;
font-weight: 500;
font-style: italic;
padding: 35px 50px 35px 50px;
margin: 40px 0px 40px;
color: #444444;
}
.wp-block-pullquote p {
font-size: 22px;
}
.wp-block-pullquote cite {
font-size: 14px;
font-weight: 700;
padding-left: 50px;
z-index: 1;
}
.wp-block-quote {
border-left: none;
padding-left: 50px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border: none;
padding: 50px 40px 35px 40px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
text-align: left;
font-size: 14px;
}
.wp-block-quote.is-style-large cite em {
font-style: normal;
}
.wp-block-quote.has-text-align-right {
border-left: none;
border-right: none;
text-align: right;
padding: 50px 40px 35px 40px;
}
.wp-block-quote.has-text-align-right cite {
text-align: right;
padding-right: 50px;
padding-left: 0;
}
.wp-block-quote.has-text-align-right cite::after {
left: inherit;
right: 0;
}
.wp-block-quote.has-text-align-left {
text-align: left;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 26px;
}
.wp-block-quote.is-style-large cite br {
display: none;
}
:root .has-cyan-bluish-gray-background-color {
background-color: transparent;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
background: #acb9c3;
padding-top: 35px;
padding-bottom: 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 45px;
font-size: 32px;
}
.wp-block-pullquote:not(.has-gamxo-primary-background-color),
.wp-block-pullquote:not(.has-gamxo-secondary-background-color),
.wp-block-pullquote:not(.has-gamxo-button-dark-gray-background-color),
.wp-block-pullquote:not(.has-gamxo-button-light-gray-background-color),
.wp-block-pullquote:not(.has-gamxo-button-white-background-color) {
background-color: #f7f7f7;
}
.wp-block-pullquote.has-gamxo-primary-background-color {
background-color: var(--primary_color);
}
.wp-block-pullquote.has-background.has-gamxo-secondary-background-color {
background-color: var(--secondary_color);
}
.wp-block-pullquote.has-background.has-gamxo-button-dark-gray-background-color {
background-color: #333333;
}
.wp-block-pullquote.has-background.has-gamxo-button-light-gray-background-color {
background-color: #a5a6aa;
}
.wp-block-pullquote.has-background.has-gamxo-button-white-background-color {
background-color: #ffffff;
}
.wp-block-pullquote:not(.has-gamxo-button-dark-primary-border-color),
.wp-block-pullquote:not(.has-gamxo-button-dark-secondary-border-color),
.wp-block-pullquote:not(.has-gamxo-button-dark-gray-border-color),
.wp-block-pullquote:not(.has-gamxo-button-light-gray-border-color),
.wp-block-pullquote:not(.has-gamxo-button-white-border-color) {
border-color: var(--primary_color);
}
.wp-block-pullquote.has-border-color.has-gamxo-button-primary-border-color {
border-color: var(--primary_color);
}
.wp-block-pullquote.has-border-color.has-gamxo-button-secondary-border-color {
border-color: var(--secondary_color);
}
.wp-block-pullquote.has-border-color.has-gamxo-button-dark-gray-border-color {
border-color: #333333;
}
.wp-block-pullquote.has-border-color.has-gamxo-button-light-gray-border-color {
border-color: #a5a6aa;
}
.wp-block-pullquote.has-border-color.has-gamxo-button-white-border-color {
border-color: #ffffff;
}
.has-gamxo-button-primary-color blockquote p:before {
color: var(--primary_color);
}
.has-gamxo-button-secondary-color blockquote p:before {
color: var(--secondary_color);
}
.has-gamxo-button-dark-gray-color blockquote p:before {
color: #333333;
}
.has-gamxo-button-light-gray-color blockquote p:before {
color: #a5a6aa;
}
.has-gamxo-button-white-color blockquote p:before {
color: #ffffff;
}
.has-gamxo-primary-color cite:after {
background-color: var(--primary_color);
}
.has-gamxo-secondary-color cite:after {
background-color: var(--secondary_color);
}
.has-gamxo-dark-gray-color cite:after {
background-color: #333333;
}
.has-gamxo-light-gray-color cite:after {
background-color: #a5a6aa;
}
.has-gamxo-white-color cite:after {
background-color: #ffffff;
} .wp-block {
max-width: 720px;
} .wp-block[data-align="wide"] {
max-width: 1080px;
} .wp-block[data-align="full"] {
max-width: none;
}
.wp-caption-text {
color: #555;
font-size: 13px;
}
pre {
background: #fff;
color: #5b6674;
}
code,
a code {
color: var(--primary_color);
}
pre code {
font-size: 15px;
color: #5b6674;
word-break: normal;
line-height: 30px;
}
pre cite {
font-weight: 400;
}
kbd {
color: #5b6674;
padding: 3px 5px 2px 5px;
margin: 0 1px;
background: #eaeaea;
background: rgba(0, 0, 0, .07);
}
code,
kbd,
pre,
samp,
tt,
var {
font-family: Menlo, Consolas, monaco, monospace;
}
.wp-block-code {
font-family: Menlo, Consolas, monaco, monospace;
font-size: 15px;
color: #5b6674;
padding: 30px;
border: 1px solid #e5e5e5;
}
p:last-child img.size-thumbnail.alignright {
clear: both;
padding-top: 0;
} .wp-block-button {
margin-bottom: 25px;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button .wp-block-button__link {
border-radius: 45px;
position: relative;
z-index: 1;
background-size: 300% 100%;
font-size: 14px;	
color: var(--title_light_color);	
font-weight: 500;
padding: 12px 25px 8px 25px;
display: inline-flex;
align-items: center;
text-transform: uppercase;
border: 1px solid;
border-color: var(--primary_color);
transition: all 0.4s ease;
}
.wp-block-button .wp-block-button__link:before {
border-radius: 45px;
background-size: 300% 100%;
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
position: absolute;
z-index: -1;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
color: var(--title_light_color);
transition: all 0.4s ease;
}
.wp-block-button .wp-block-button__link:hover:before {
background-position: 40% 0;
}
.wp-block-button .wp-block-button__link:hover {
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
}
.wp-block-button.is-style-outline .wp-block-button__link {
color: var(--title_dark_color);
border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
opacity: 0;
visibility: hidden;
border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:before {
opacity: 1;
visibility: visible;
}
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:before {
border-radius: 0;
}
.has-gamxo-primary-color {
color: var(--primary_color);
}
.has-gamxo-secondary-color {
color: var(--secondary_color);
}
.has-gamxo-button-dark-gray-color {
color: #333333;
}
.has-gamxo-button-light-gray-color {
color: #a5a6aa;
}
.has-gamxo-button-white-color {
color: #ffffff;
}
.has-gamxo-primary-background-color {
background-color: var(--primary_color);
}
.has-gamxo-secondary-background-color {
background-color: var(--secondary_color);
}
.has-gamxo-button-dark-gray-background-color {
background-color: #333333;
}
.has-gamxo-button-light-gray-background-color {
background-color: #a5a6aa;
}
.has-gamxo-button-white-background-color {
background-color: #ffffff;
}
.wp-block-button a.has-gamxo-primary-color {
color: var(--primary_color);
}
.wp-block-button a.has-gamxo-secondary-color {
color: var(--secondary_color);
}
.wp-block-button a.has-gamxo-button-dark-gray-color {
color: #333333;
}
.wp-block-button a.has-gamxo-button-light-gray-color {
color: #a5a6aa;
}
.wp-block-button a.has-gamxo-button-white-color {
color: #ffffff;
}
.wp-block-button .has-gamxo-primary-background-color {
background-color: var(--primary_color);
}
.wp-block-button .has-gamxo-secondary-background-color {
background-color: var(--secondary_color);
}
.wp-block-button .has-gamxo-button-dark-gray-background-color {
background-color: #333333;
}
.wp-block-button .has-gamxo-button-light-gray-background-color {
background-color: #a5a6aa;
}
.wp-block-button .has-gamxo-button-white-background-color {
background-color: #ffffff;
} .wp-block-table td,
.wp-block-table th {
border: 1px solid #e5e5e5;
padding: 5px;
}
.wp-block-image .alignleft.is-resized {
margin-top: 0;
}
.wp-block-latest-posts.is-grid {
margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
margin: 0 0 10px 0;
}
.wp-block-columns {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-columns .wp-block-column {
margin-bottom: 15px;
margin-top: 15px;
}
.wp-block-columns.has-2-columns .wp-block-column {
margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
.wp-block-columns .wp-block-column {
width: 100%;
}
}
@media only screen and (max-width: 991px) {
.wp-block-columns .wp-block-column {
width: 100%;
flex-basis: 100% !important;
margin-left: 0;
}
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
margin-top: 0 !important;
padding-left: 50px;
padding-right: 50px;
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
padding-left: 50px;
}
.wp-block-image .alignleft {
margin-top: 8px;
margin-bottom: 8px;
margin-right: 25px;
}
.wp-block-image .alignright {
margin-top: 8px;
margin-bottom: 8px;
margin-left: 25px;
} .wp-block-cover {
margin-top: 20px;
margin-bottom: 20px;
}
.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
color: #ffffff;
}
.wp-block-cover a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .has-text-color a:hover,
.wp-block-cover .has-text-align-center a:hover {
text-decoration: underline;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover,
[data-align=right]>.wp-block-cover {
max-width: 340px;
width: 100%;
}
.entry-content .wp-block-cover {
background-color: #000;
margin-top: 0px;
padding: 15px 45px;
}
.wp-block-cover p:not(.has-text-color) {
color: #ffffff;
}
.wp-block-cover.alignleft {
margin-top: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
font-size: 36px;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 100%;
padding: .44em;
text-align: center;
}
:root .has-pale-pink-background-color {
background-color: #000;
}
.wp-block-gallery {
margin-top: 25px;
margin-bottom: 10px;
}
.wp-block-gallery.columns-3.alignfull {
margin-bottom: 40px;
}
.wp-block-gallery.alignleft.extraclass {
margin-right: 40px;
}
.wp-block-gallery.alignleft {
display: flex;
margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item img {
}
.wp-block-gallery.alignleft .blocks-gallery-item {
display: inline-block;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
margin: 23px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
border: none;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 420px;
width: 100%;
}
p:last-child img.size-full.alignright {
clear: both;
padding-top: 0;
}
.wp-block-spacer {
clear: both;
}
.gallery .gallery-item {
text-align: center;
}
.site-content nav.comment-navigation {
padding-top: 0;
}
.site-content nav.comment-navigation ul {
margin-top: 0;
margin-bottom: 40px;
}
.site-content nav.comment-navigation ul li {
margin-right: 0;
}
.site-content nav.comment-navigation ul li a {
border-radius: 30px;
height: inherit;
width: inherit;
padding: 12px 27px;
line-height: 1.6;
}
figure.wp-caption.alignnone {
margin: 15px auto 15px;
}
.wp-block-file .wp-block-file__button {
background: #32373c;
padding: 10px 20px;
}
.has-media-on-the-right.is-stacked-on-mobile {
margin-bottom: 20px;
}
ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
display: inline-block;
}
.wp-block-group.has-background {
margin-bottom: 20px;
}
@media(max-width:475px) {
.site-header .mobile-menu {
display: none !important;
}
} .mean-container.mobile-sticky .mobile-mene-bar {
position: fixed;
top: 0;
width: 100%;
z-index: 99;
left: 0;
right: 0;
background-color: #ffffff;
box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
transition: background 0.2s ease, padding 0.8s linear;
}
.mean-container .mean-bar {
display: flex;
align-items: center;
justify-content: space-between;
background: #ffffff;
border-bottom: 1px solid rgba(181, 181, 181, 0.3);
float: none;
position: relative;
padding: 10px 12px;
top: 0;
left: 0;
width: 100%;
transition: all 0.31s linear;
}
.mean-container .mean-bar .search-icon a {
font-size: 18px;
font-weight: 500;
color: var(--title_dark_color);
}
.mn-top .mean-container .mean-bar {
position: fixed;
}
@media(min-width: 783px) and (max-width: 992px) {
.admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
top: 32px;
}
}
@media(min-width: 601px) and (max-width: 782px) {
.admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
top: 46px;
}
}
.rt-slide-nav .offscreen-navigation .sub-menu {
display: none;
}
.rt-slide-nav .offscreen-navigation ul li {
border-bottom: 1px solid #e9e9e9;
}
.rt-slide-nav .offscreen-navigation ul li:last-child {
border-bottom: none;
}
.rt-slide-nav .offscreen-navigation nav>ul>li ul.sub-menu {
border-top: 1px solid #e9e9e9;
}
.rt-slide-nav .offscreen-navigation li>a {
display: block;
position: relative;
color: var(--title_dark_color);
font-size: 15px;
font-weight: 500;
background: #ffffff;
padding-bottom: 7px;
padding-top: 7px;
font-family: 'Rubik', sans-serif;
}
.rt-slide-nav .offscreen-navigation ul>li>a {
padding-left: 25px;
}
.rt-slide-nav .offscreen-navigation ul ul>li>a {
padding-left: 40px;
}
.rt-slide-nav .offscreen-navigation ul ul ul>li>a {
padding-left: 55px;
}
.rt-slide-nav .offscreen-navigation .sub-menu li>a {
font-size: 13px;
padding-bottom: 7px;
}
.rt-slide-nav .offscreen-navigation nav>ul>li.mega-menu>ul.sub-menu>li ul li a {
padding: 7px 15px 7px 45px;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item>a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent>a {
color: var(--primary_color);
}
.rt-slide-nav .offscreen-navigation li.menu-item-has-children>a:after {
content: '\f067';
display: inline-block;
font-family: "Font Awesome 5 Free";
transition: .1s;
right: 15px;
font-weight: 700;
position: absolute;
font-size: 13px;
}
.rt-slide-nav .offscreen-navigation li.menu-item-has-children>a.opened:after {
content: '\f068';
}
.rt-slide-nav .offscreen-navigation ul li>a:before {
position: absolute;
content: "";
width: 3px;
height: 0px;
top: 50%;
left: 15px;
transform: translateY(-50%);
margin: 0;
background: #6c6c6c;
opacity: 0;
visibility: hidden;
transition: all ease 0.31s;
}
.rt-slide-nav .offscreen-navigation ul li>a:hover:before {
background: var(--primary_color);
height: 11px;
opacity: 1;
visibility: visible;
transition: all ease 0.31s;
}
.rt-slide-nav .offscreen-navigation ul ul li>a::before {
left: 30px;
}
.rt-slide-nav .offscreen-navigation ul ul ul li>a::before {
left: 45px;
}
.mean-bar .header-btn-new.mobile-btn {
position: absolute;
right: 12%;
top: 8px;
}
.mean-bar .sidebarBtn {
font-size: 20px;
cursor: pointer;
color: var(--title_dark_color);
}
body .sidebarBtn {
display: block;
cursor: pointer;
transition: all ease 0.31s;
}
body .sidebarBtn .bar {
background: var(--title_dark_color);
height: 2px;
width: 25px;
display: block;
margin-bottom: 4px;
transition: all ease 0.31s;
}
body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
width: 20px;
}
body .sidebarBtn .bar:last-child {
margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
transform: rotate(-45deg) translate(8px, -8px);
}
.rt-slide-nav {
position: absolute;
background: white;
width: 100%;
left: 0;
z-index: 2;
display: none;
max-height: calc(100vh - 100px);
overflow-y: auto;
box-shadow: 0px 10px 10px 0px var(--title_dark_color);
}
.rt-slide-nav ul {
list-style-type: none;
margin: 0px;
padding: 0;
}
@media only screen and (min-width: 1025px) {
#meanmenu {
display: none;
}
}
@media only screen and (max-width: 1024px) {
.header-area {
display: none;
}
}
.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
display: block;
}
.rt-slide-nav nav>ul>li.mega-menu,
.rt-slide-nav nav>ul>li ul.sub-menu li ul,
.rt-slide-nav nav>ul>li>ul.sub-menu {
position: relative;
width: 100%;
transition: inherit;
transform: inherit;
background: none;
box-shadow: none;
transform-origin: inherit;
opacity: 1;
visibility: visible;
left: 0;
} .info-menu-bar {
display: inline-flex;
position: absolute;
right: 73px;
}
@media(max-width: 425px) {
.info-menu-bar {
right: 55px;
}
}
.info-menu-bar a {
color: #111111;
font-weight: 500;
}
.info-menu-bar a:hover {
color: #111111;
}
.info-menu-bar .header-search-box {
width: 25px;
margin-left: 14px;
} .mobile-top-bar {
border-bottom: 1px solid #e5e5e5;
}
.mobile-top-bar .header-top {
padding: 10px 12px 7px;
text-align: center;
}
.mobile-top-bar .header-social {
display: block;
text-align: center;
margin-bottom: 12px;
}
.mobile-top-bar .header-top>div {
display: inline-flex;
align-items: center;
position: relative;
padding-right: 10px;
margin-right: 10px;
margin-bottom: 5px;
border: none;
line-height: 1;
}
.mobile-top-bar .header-top .icon-left {
float: left;
margin-right: 10px;
text-align: center;
border-radius: 50%;
font-size: 14px;
color: var(--primary_color);
}
.mobile-top-bar .header-top .info {
float: left;
line-height: 1.5;
font-size: 14px;
text-align: left;
color: #646464;
transition: all ease 0.31s;
}
.mobile-top-bar .header-top .info-text a {
color: #646464;
}
.mobile-top-bar .header-top .info-text a:hover {
color: var(--primary_color);
}
.mobile-top-bar .header-right-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.mobile-top-bar .header-button .button-btn {
padding: 8px 18px;
}
@media (max-width: 767px) {
.wow {
visibility: visible !important;
-webkit-animation: none !important;
animation: none !important;
}
} .ticker {
width: 90%;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}
.ticker-title {
margin-top: 2px;
z-index: 2;
display: inline-block;
position: relative;
color: #e0e0e0;
font-size: 13px;
font-weight: 400;
}
.ticker-title:after {
content: "|";
color: #bbbbbb;
padding: 0 0 0 15px;
}
.ticker-content {
font-size: 13px;
margin: 0px;
position: absolute;
overflow: hidden;
white-space: nowrap;
line-height: 1.2;
}
.ticker-content a {
text-decoration: none;
color: #e0e0e0;
}
.ticker-content a:hover {
text-decoration: underline;
color: #ffffff;
}
.ticker-swipe {
padding-top: 9px;
position: absolute;
top: 0px;
background-color: #ffffff;
display: block;
width: 100%;
height: 36px;
}
.ticker-swipe span {
margin-left: 3px;
margin-top: 5px;
border-bottom: 1px solid #ffffff;
height: 12px;
width: 7px;
display: block;
}
.js-hidden {
display: none;
}
.no-js-news {
padding: 10px 0px 0px 45px;
color: #F8F0DB;
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
float: left;
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
float: right;
}
.right .ticker-controls {
padding-right: 6px;
}
.rt-news-ticker-holder {
width: 60%;
}
.rt-news-ticker-holder i {
font-size: 0.75rem;
background-image: linear-gradient(45deg, var(--secondary_color), var(--primary_color));
color: #fff;
width: 28px;
height: 28px;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 6px;
float: left;
text-align: center;
padding: 0 !important;
}
.ticker-wrapper .ticker-swipe {
background: #000000;
}
.ticker-wrapper .ticker-content,
.ticker-wrapper .ticker,
.ticker-wrapper .ticker-swipe span {
background-color: transparent;
} .shop-page-top {
width: 100%;
margin-bottom: 12px;
display: inline-block;
transition: all ease 0.31s;
}
.product-list-wrap {
list-style: none;
}
.woocommerce .woocommerce-result-count {
font-size: 16px;
font-weight: 500;
}
.woocommerce .products ul,
.woocommerce ul.products {
margin: 0;
}
.woocommerce ul.products[class*=columns-], 
.woocommerce-page ul.products[class*=columns-] {
display: flex;
flex-wrap: wrap;
margin-left: -12px;
margin-right: -12px;
}
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
float: none;
margin: 0;
padding: 0;   
padding-left: 12px;
padding-right: 12px;
margin-bottom: 24px;
flex: 0 0 auto;
width: 100%;
}
@media only screen and (min-width: 992px) {
.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product {	      
width: 50%;
}
}
@media only screen and (min-width: 768px) {
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {	      
width: 50%;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {	      
width: 33.33333333%;
}
}
@media only screen and (min-width: 576px) {
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product {	      
width: 50%;
}
}
@media only screen and (min-width: 992px) {
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product {	      
width: 33.33333333%;
}
}
@media only screen and (min-width: 1400px) {
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product {
width: 25%;
}
}
@media only screen and (min-width: 576px) {
.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {	      
width: 50%;
}
}
@media only screen and (min-width: 992px) {
.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {	      
width: 33.33333333%;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {	      
width: 25%;
}
}
@media only screen and (min-width: 1400px) {
.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {
width: 20%;
}
}
@media only screen and (min-width: 576px) {
.woocommerce ul.products.columns-6 li.product, 
.woocommerce-page ul.products.columns-6 li.product {	      
width: 50%;
}
}
@media only screen and (min-width: 768px) {
.woocommerce ul.products.columns-6 li.product, 
.woocommerce-page ul.products.columns-6 li.product {	      
width: 33.33333333%;
}
}
@media only screen and (min-width: 992px) {
.woocommerce ul.products.columns-6 li.product, 
.woocommerce-page ul.products.columns-6 li.product {	      
width: 25%;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce ul.products.columns-6 li.product, 
.woocommerce-page ul.products.columns-6 li.product {	      
width: 20%;
}
}
@media only screen and (min-width: 1400px) {
.woocommerce ul.products.columns-6 li.product, 
.woocommerce-page ul.products.columns-6 li.product {
width: 16.6666666667%;
}
}
.woocommerce .rt-product-block {
text-align: center;
}
.woocommerce .rt-product-block ins {
background-color: transparent;
}
.woocommerce .rt-product-block .rt-thumb-wrapper {
overflow: hidden;
position: relative;
background-color: #f7f7f7;
transition: all ease 0.31s;
}
.woocommerce .rt-product-block .rt-thumb img {
transform: scale(1.01);
transition: all ease 0.5s;
}
.woocommerce .rt-product-block:hover .rt-thumb img {
transform: scale3d(1.1, 1.1, 1);
}
.woocommerce .rt-product-block .rt-buttons-area {
position: absolute;
z-index: 2;
top: 20px;
right: 20px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons {
display: grid;
gap: 10px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item {
opacity: 0;
visibility: hidden;
transform: translateX(30px);
display: flex;
align-items: center;
gap: 5px;
transition: all 0.4s ease;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item {
transform: translateY(0);
visibility: visible;
opacity: 1;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(1n) {
transition-delay: 0s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(2n) {
transition-delay: 0.2s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(3n) {
transition-delay: 0.4s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(4n) {
transition-delay: 0.6s;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a {
height: 44px;
width: 44px;
color: var(--primary_color);
border-radius: 50%;
background: #ffffff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
align-items: center;
box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.05);
transition: all 0.4s ease;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a:hover {
color: #ffffff;
background-color: var(--primary_color);
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a>span {
display: none;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a.compare.added:after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 600;
text-indent: 0;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a.compare.added {
text-indent: -9999999px;
}
.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart {
position: absolute;
bottom: -1px;
left: 0;
right: 0;
transform: translateY(100%);
transition: all 0.4s ease;
}
.woocommerce .rt-product-block:hover .rt-thumb-wrapper .rt-btn-cart {
transform: translateY(0);
bottom: 0;
}
.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a {
text-transform: uppercase;
position: relative;
z-index: 1;
border: 0!important;		
font-size: 15px!important;
color: var(--title_light_color);
font-weight: 500!important;
padding: 14px 30px 11px 30px!important;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: inherit!important;
gap: 10px;
width: 100%;
transition: all 0.4s ease;
}
.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a:after {
content: "";
background-size: 300% 100%;
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
}
.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a:hover {
opacity: 1!important;
color: #ffffff;
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
}
.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a:hover:after {
background-position: 40% 0;
}
.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a.added_to_cart {
z-index: 2;
position: absolute;
left: 0;
right: 0;
}
.woocommerce .rt-product-block .price-title-box {
margin-top: 15px;
text-align: left;
}
.woocommerce .rt-product-block .price-title-box .rt-title {
font-size: 18px;
margin-bottom: 10px;
}
.woocommerce .rt-product-block .price-title-box .rt-title a {
color: #3E3E3E;
}
.woocommerce .rt-product-block .price-title-box .rt-title a:hover {
color: var(--primary_color);
}
.woocommerce .rt-product-block .price-title-box .rt-price {
color: #111111;
font-weight: 500;
font-size: 20px;
margin-bottom: 10px;
}
.woocommerce .rt-product-block .price-title-box .rt-price del {
color: #a6a6a6;
font-size: 16px;
}
.product-not-cart .add_to_cart_button.added {
display: none;
}
.product-in-cart .added_to_cart.wc-forward {
display: block;
}
.woocommerce ul.products li.product .onsale {
top: 0;
right: 0;
left: auto;
margin: 0;
border-radius: 0;
min-height: 15px;
line-height: 30px;
padding: 0 15px;
}
.woocommerce ul.products li.product a img.ajax-loading {
margin: 0;
width: 15px;
height: auto;
display: none;
}
.woocommerce ul.products li.product .rdtheme-wishlist-icon {
line-height: 13px;
}
a.rdtheme-wishlist-icon img.ajax-loading {
display: none;
width: 20px;
}
a.added_to_cart.wc-forward {
padding: 0;
background: transparent;
color: #666;
}
.roofix-products-page .pagination {
margin-top: 20px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: left;
width: 100%;
}
@media only screen and (max-width: 376px) {
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
} .woocommerce .product-details-page {
width: 100%;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 991px) {
.woocommerce .product-details-page {
display: block;
}
}
.woocommerce .product-details-page .rt-left {
width: 45%;
float: left;
padding-right: 50px;
}
@media only screen and (max-width: 991px) {
.woocommerce .product-details-page .rt-left {
width: 100%;
padding-right: 0;
}
}
.woocommerce .product-details-page .single-product-top {
display: inline-block;
}
.woocommerce .product-details-page .rt-left span.onsale {
display: none;
}
.woocommerce .product-details-page .rt-right {
overflow: hidden;
padding-left: 15px;
-ms-flex: 1;
flex: 1;
}
@media(max-width: 991px) {
.woocommerce .product-details-page .rt-right {
overflow: inherit;
padding-left: 0;
}
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating {
margin-bottom: 20px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating .star-rating {
font-size: 14px;
margin: 0 7px 0 0;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating .woocommerce-review-link {
color: #8d8d8d;
}
.woocommerce .product-details-page .rt-right .entry-title {
margin-bottom: 7px;
transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right span.price,
.woocommerce .product-details-page .rt-right p.price {
color: #000000;
font-size: 22px;
font-weight: 700;
margin-bottom: 3px;
line-height: 1.4;
font-family: 'Rubik', sans-serif;
transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right span.price del,
.woocommerce .product-details-page .rt-right p.price del {
opacity: 1;
color: #a6a6a6;
font-size: 16px;
}
.woocommerce .product-details-page .rt-right form.cart {
margin-top: 35px;
}
.woocommerce .product-details-page .rt-right form.cart .single-add-to-cart-wrapper {
display: flex;
align-items: center;
}
.woocommerce .product-details-page .rt-right form.cart .single-add-to-cart-wrapper >div.quantity {
display: flex;
align-items: center;
float: none;
}
.woocommerce .product-details-page table.group_table td>label>a {
color: #6c6f72;
font-size: 15px;
font-weight: 700;
font-family: 'Rubik', sans-serif;
}
.woocommerce .product-details-page table.group_table td>label>a:hover {
color: var(--primary_color);
}
.woocommerce .product-details-page table.group_table td span.amount {
color: #000000;
font-size: 18px;
font-weight: 700;
font-family: 'Rubik', sans-serif;
}
.woocommerce .product-details-page .rt-right .quantity {
margin-right: 10px;
}
@media only screen and (max-width: 480px) {
.woocommerce .product-details-page .rt-right .quantity {
margin-bottom: 5px !important;
}
}
.woocommerce .product-details-page .rt-right .quantity input.input-text {
margin: 0 5px;
}
.woocommerce .product-details-page .rt-right .quantity .quantity-btn {
width: 44px;
height: 48px;
border: 1px solid #e5e5e5;
background-color: #ffffff;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.4s ease;
}
.woocommerce .product-details-page .rt-right .quantity .quantity-btn:hover {
border: 1px solid var(--primary_color);
background-color: var(--primary_color);
color: #ffffff;
}
.woocommerce .product-details-page .rt-right .button.alt {
margin-left: 3px;
}
@media only screen and (max-width: 480px) {
.woocommerce .product-details-page .rt-right .button.alt {
margin-left: 0;
margin-bottom: 5px;
}
}
.woocommerce .product-details-page .rt-right .variations_form {
margin-bottom: 20px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations {
width: 80%;
margin-top: 0;
margin-bottom: 5px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody td {
text-align: left;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody td.label {
width: 80px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
padding: 5px;
padding-left: 15px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
background-position: calc(81%) calc(20px), calc(88%) calc(20px), calc(68%) 8px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:focus {
background-position: calc(87%) 18px, calc(80%) 18px, calc(68%) 8px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-webkit-focusring,
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap {
width: 100%;
margin-top: 10px;
display: inline-block;
}
.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap span.price {
margin-bottom: 10px;
display: inline-block;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box {
width: 100%;
display: -ms-inline-flexbox;
display: inline-flex;
}
@media only screen and (max-width: 480px) {
.woocommerce .product-details-page .rt-right .wistlist-compare-box {
display: block;
}
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a {
color: #646464;
margin-right: 10px;
height: 50px;
width: 50px;
background-color: #ffffff;
border: 1px solid var(--border_dark_color);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.woocommerce.single-product .product-details-page .rt-right .wistlist-compare-box a:hover {
background-color: var(--primary_color);
border: 1px solid var(--primary_color);
color: #ffffff;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a:last-child {
margin-right: 0;
}
@media only screen and (max-width: 480px) {
.woocommerce .product-details-page .rt-right .wistlist-compare-box a {
width: 100%;
}
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a:hover {
color: var(--secondary_color);
}
.woocommerce .product-details-page .rt-right .post-share-btn {
width: 100%;
margin-bottom: 15px;
display: -ms-inline-flexbox;
display: inline-flex;
}
.woocommerce .product-details-page .rt-right .post-share-btn .item-label {
font-size: 16px;
width: 70px;
float: left;
padding-top: 5px;
margin-bottom: 0;
transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing {
overflow: hidden;
}
.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing ul.item-social {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce .woocommerce-product-details__short-description {
margin-top: 18px;
}
.woocommerce .woocommerce-product-details__short-description ul {
margin: 0;
padding: 0;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li {
float: left;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a {
color: #8d8d8d;
padding: 5px 7px;
display: inline-block;
font-size: 14px;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover {
color: var(--primary_color);
}
.woocommerce .product-details-page .slick-slider .slick-slide {
margin-left: 0;
}
.woocommerce .product-details-page .yith-wcwl-wishlistexistsbrowse,
.woocommerce .product-details-page .yith-wcwl-add-button,
.woocommerce .product-details-page a.compare.button {
display: none;
}
.woocommerce .product-details-page a.compare.added {
text-indent: -999999px;
position: relative !important;
}
.woocommerce .product-details-page a.compare.added:before {
text-indent: 0;
content: "\f00c";
position: absolute;
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
} .woocommerce .product-details-page .product_meta>span {
color: #010101;
font-weight: 700;
font-size: 15px;
margin-bottom: 8px;
display: block;
line-height: 1.4;
transition: all ease 0.31s;
}
.woocommerce .product-details-page .product_meta>span a,
.woocommerce .product-details-page .product_meta>span span {
color: #6c6f72;
display: inline-block;
margin-left: 5px;
font-weight: 400;
}
.woocommerce .product-details-page .product_meta>span a:hover {
color: var(--primary_color);
}
.woocommerce div.product div.images .flex-viewport {
background-color: #f7f7f7;
text-align: center;
transition: all ease 0.31s;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
background-color: #f7f7f7;
text-align: center;
transition: all ease 0.31s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
padding: 50px 10px;
display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
width: inherit;
display: inline-block;
}
.woocommerce div.product div.images .flex-control-thumbs {
display: flex;
align-items: center;
margin-top: 10px;
margin-right: -6px;
margin-left: -6px;
transition: all ease 0.31s;
}
.woocommerce div.product div.images .flex-control-thumbs li {
background-color: #f7f7f7;
border: 1px solid #e5e5e5;
text-align: center;
width: 25%;
margin-left: 6px;
margin-right: 6px;
transition: all ease 0.31s;
}
.woocommerce li.product .woocommerce-product-rating {
margin-bottom: 8px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.quantity {
margin: 0 auto;
max-width: 160px;
position: relative;
}
.quantity input.input-text {
width: 44px;
height: 48px;
border: 1px solid #e5e5e5;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
justify-content: center;
}
.quantity .input-group-btn {
position: absolute;
}
.quantity .input-group-btn span.quantity-btn i {
font-size: 12px;
}
.quantity .input-group-btn.minus {
left: 0;
}
.quantity .input-group-btn.plus {
right: 0;
}
.quantity input.input-text {
height: 48px;
font-weight: 600;
}
.quantity input.input-text:focus {
outline: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
display: none;
}
.woocommerce .quantity .qty {
width: 60px;
text-align: center;
margin-left: 50px !important;
margin-right: 50px !important;
}
.woocommerce div.product form.cart .single-add-to-cart-wrapper {
display: flex;
align-items: center;
}
.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity {
float: none;
display: flex;
align-items: center;
}
.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn {
width: 44px;
height: 48px;
border: 1px solid #e5e5e5;
background-color: #ffffff;
border-radius: 0;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.4s ease;
}
.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn:hover {
border: 1px solid var(--primary_color);
background-color: var(--primary_color);
color: #ffffff;
} section.related.products {
margin-top: 50px;
}
section.related.products h2 {
font-size: 30px;
font-weight: 600;
margin-bottom: 40px;
}
section.related.products ul.products li.product {
margin-bottom: 0;
}
@media(max-width: 768px) {
section.related.products ul.products li.product {
margin-bottom: 45px;
}
} .woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce input.button.alt,
.woocommerce input.button,
.cart-btn a.button,
.woocommerce a.button, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce button.button {
position: relative;
z-index: 1;
border-radius: 0;
font-size: 16px;
color: #ffffff;
font-weight: 500;
padding: 15px 20px 16px 20px;
display: inline-flex;
align-items: center;
letter-spacing: 0;
line-height: 1;
background-color: var(--primary_color);
transition: all 0.4s ease;
}
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit:after,
.woocommerce input.button.alt:after,
.woocommerce input.button:after,
.woocommerce a.button:after,
.woocommerce a.button.alt:after, 
.woocommerce button.button.alt:after,
.woocommerce button.button:after,
.cart-btn a.button:after {
background-size: 300% 100%;
background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
position: absolute;
z-index: -1;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
color: var(--title_light_color);
transition: all 0.4s ease;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.cart-btn a.button:hover {
color: #ffffff;
box-shadow: 0px 10px 30px 0 rgb(255 106 0 / 20%);
}
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce input.button:hover:after,
.woocommerce a.button:hover:after,
.woocommerce a.button.alt:hover:after, 
.woocommerce button.button.alt:hover:after,
.woocommerce button.button:hover:after,
.cart-btn a.button:hover:after {
background-position: 40% 0;
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
outline: none;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
color: #ffffff;
opacity: 1;
padding: 15px 20px 16px 20px;
}
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
color: #fff;
background-color: var(--secondary_color);
}
@media only screen and (max-width: 575px) {
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
width: 100%;
padding-top: 0;
text-align: center;
}
}
@media only screen and (max-width: 575px) {
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
width: 100%;
text-align: center;
}
}
.woocommerce .woocommerce-ordering select {
padding: 15px;
border: 1px solid #E4E4E4;
background-color: transparent;
width: initial;
}
.woocommerce .woocommerce-ordering select:focus-visible {
outline: none;
}
.woocommerce .woocommerce-ordering select option {
padding: 5px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
margin: 0;
padding: 0;
font-size: 20px;
}
.woocommerce .star-rating {
width: 6.5em;
}
.woocommerce .star-rating::before {
letter-spacing: 4px;	
}
.woocommerce .star-rating span::before {
color: #ffba0a;
letter-spacing: 4px;
}
.woocommerce div.product .woocommerce-tabs {
margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: left;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 40px;
padding: 0;
transition: all ease 0.31s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background-color: transparent;
margin: 0 25px 0 0;
padding: 0;
font-family: 'Rubik', sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
position: relative;
font-size: 18px;
font-weight: 700;
color: #85878a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 4px;
width: 0;
background-color: var(--primary_color);
transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
border: 1px solid #e5e5e5;
padding: 12px 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-radius: 0;
margin: 0;
padding: 0;
border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 16px;
color: #000000;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 80px;
border: none;
margin-right: 25px;
padding: 0;
position: inherit;
}
.woocommerce p.stars a {
color: #ffba0a;
}
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
margin-right: 10px;
width: 65px;
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
border-color: #e4e1e3;
margin-bottom: 10px;
padding: 8px 20px;
width: 100%;
}
.woocommerce #review_form #respond p textarea {
height: 150px;
padding: 20px;
border-color: #e4e1e3;
}
.woocommerce #review_form #respond p input:focus,
.woocommerce #review_form #respond p textarea:focus {
outline: none;
} .woocommerce div.product .woocommerce-tabs .panel h2 {
font-size: 22px;
}
.woocommerce-Reviews .comment-reply-title {
font-size: 18px;
font-family: 'Rubik', sans-serif;
font-weight: 700;
color: #000000;
}
.woocommerce-Reviews .comment-form label {
font-size: 14px;
color: #000000;
font-weight: 500;
display: block;
}
@media (min-width: 850px) {
.woocommerce-Reviews .comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-left: -15px;
margin-right: -15px;
}
.woocommerce-Reviews .comment-form>div,
.woocommerce-Reviews .comment-form>p {
padding: 0 15px;
width: 100%;
}
.woocommerce-Reviews .comment-form p.comment-form-author,
.woocommerce-Reviews .comment-form p.comment-form-email,
.woocommerce-Reviews .comment-form p.comment-form-url {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
.woocommerce span.onsale {
top: 0;
left: 0;
padding: 0;
text-align: center;
display: -ms-inline-flexbox;
display: inline-flex;
justify-content: center;
background-color: #000;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 48px;
width: 120px !important;
padding: 5px 10px;
}
.cart-collaterals {
margin-top: 50px;
}
.cart-collaterals h2 {
font-size: 30px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
border-top: 0;
border-left: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
color: #000000;
font-weight: 600;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
border: 0;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
border-top: none;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name {
text-align: left;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
color: #000000;
font-weight: 500;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
color: var(--primary_color);
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity {
display: flex;
align-items: center;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
width: 44px;
height: 48px;
border: 1px solid #e5e5e5;
background-color: #ffffff;
border-radius: 0;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.4s ease;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn:hover {
border: 1px solid var(--primary_color);
background-color: var(--primary_color);
color: #ffffff;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-checkout .form-row {
margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout #payment div.place-order {
padding: 20px 24px;
}
.woocommerce .woocommerce-checkout .form-row label {
color: #393738;
font-weight: 500;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 18px;
}
p.return-to-shop {
margin-bottom: 70px;
}
.woocommerce form.checkout_coupon {
border: 1px solid #e5e5e5;
}
.woocommerce form.checkout_coupon input.input-text {
padding: 13px 10px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 49%;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
padding: 0;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
width: 100%;
height: 40px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
outline: none;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
height: 48px;
padding: 10px 18px;
transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
height: 48px;
line-height: 48px;
padding-left: 9px;
padding-right: 9px;
color: #6c6f72;
transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 18px;
appearance: none;
background-size: 12px;
background-image: url(//www.techgame.gr/wp-content/themes/gamxo/assets/img/select-arrow.png) !important;
background-repeat: no-repeat;
background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
padding: 10px;
transition: all ease 0.31s;
}
.wc-order-review-wrapper {
margin-top: 50px;
}
.woocommerce-order-received .section.content-area {
padding-top: 110px;
padding-bottom: 85px;
}
.woocommerce-order-received .section.content-area .woocommerce-order h2 {
font-size: 30px;
}
.woocommerce .woocommerce-customer-details address {
padding: 20px 30px;
}
.yith-wcqv-main {
padding: 30px;
}
.yith-wcqv-main h1.product_title.entry-title {
font-size: 30px;
margin-bottom: 7px;
}
.yith-wcqv-main .rt-right .product_meta {
margin-bottom: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #000;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
font-size: 16px;
}
.woocommerce table.shop_table th {
color: #000000;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
color: #000000;
font-weight: 600;
}
.woocommerce table.shop_table tbody td {
font-weight: 500;
padding: 12px 15px;
}
.woocommerce .wishlist-title {
margin-bottom: 30px;
}
.woocommerce .hidden-title-form {
display: none;
}
.woocommerce .wishlist-title h2 {
padding: 0;
margin-right: 15px;
}
.woocommerce .wishlist-title h2:hover {
background-color: transparent;
}
.wishlist-title a.show-title-form i {
display: none;
}
.yith-wcwl-share {
display: none;
}
.wishlist_table .product-add-to-cart a.button {
padding: 0;
}
.wishlist_table .product-add-to-cart a.button {
padding: 10px 30px !important;
}
.wishlist_table td a {
font-size: 16px;
margin-right: 10px;
color: #444444;
}
.wishlist_table td a:hover {
color: var(--primary_color);
}
.wishlist_table td.product-name a.button.yith-wcqv-button {
font-size: 14px;
}
.wishlist_table td.product-price {
font-size: 18px;
}
.wishlist_table td.product-price del {
color: #a6a6a6;
font-size: 14px;
}
.wishlist_table td.product-price ins {
background-color: transparent;
}
.woocommerce-message {
border-top-color: var(--primary_color);
padding: 20px 30px 20px 50px;
line-height: 45px;
transition: all ease 0.31s;
}
.woocommerce-info {
border-top-color: var(--primary_color);
padding: 17px 30px 18px 50px;
transition: all ease 0.31s;
}
.woocommerce-message::before {
top: 21px;
}
.woocommerce-message::before,
.woocommerce-info::before {
color: #000;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #f8f8f8;
}
.woocommerce-account .addresses .title .edit:hover {
color: var(--primary_color);
} .rating-custom .woocommerce-product-rating::after,
.rating-custom .woocommerce-product-rating::before {
content: ' ';
display: table;
}
.rating-custom .star-rating {
margin-top: 5px;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 14px;
width: 6.5em;
font-family: star;
}
.rating-custom .star-rating:before {
content: '\73\73\73\73\73';
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
letter-spacing: 4px;
}
.rating-custom .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.rating-custom .star-rating span:before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
color: #fcb302;
letter-spacing: 4px;
}
.shop-layout-style1 .rating-custom .woocommerce-product-rating {
display: inline-block;
} .cart-area .cart-list-trigger {
position: relative;
margin-right: 5px;
padding: 34px 0;
transition: all ease 0.31s;
}
.header-style-1 .cart-area .cart-trigger-icon,
.header-style-7 .cart-area .cart-trigger-icon {
color: #ffffff;
}
.header-style-1 .rt-sticky .cart-area .cart-trigger-icon {
color: var(--title_dark_color);
}
.header-style-1 .rt-sticky .cart-area .cart-trigger-icon:hover {
color: var(--primary_color);
}
.header-style-7 .cart-area .cart-trigger-icon:hover {
color: var(--title_dark_color)!important;
}
.cart-area .cart-trigger-icon {
font-size: 18px;
display: inline-block;
text-align: center;
color: #818181;
}
.cart-area .cart-trigger-icon:hover {
color: var(--primary_color);
}
.cart-area .cart-trigger-icon>span {
display: inline-block;
font-size: 12px;
position: absolute;
top: 28px;
right: -10px;
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--secondary_color);
line-height: 20px;
color: #fff;
}
.cart-area .cart-wrapper {
font-size: 14px;
line-height: 22px;
background-color: #ffffff;
position: absolute;
right: 0;
top: 100%;
width: 340px;
max-height: 70vh;
overflow-y: auto;
z-index: 99999;
opacity: 0;
visibility: hidden;
text-align: left;
box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
padding: 30px 20px;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
opacity: 0;
z-index: 100;
transform: scaleY(0);
transform-origin: 0 0 0;
}
.cart-area .cart-list-trigger:hover .cart-wrapper {
top: 100%;
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.cart-area .cart-wrapper ul.minicart>li {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 10px;
padding-bottom: 10px;
}
.cart-area .cart-wrapper ul.minicart .cart-btn {
margin-top: 20px;
}
.cart-area .cart-wrapper ul.minicart>li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.cart-wrapper h5.no-cart-items {
width: 100%;
margin-bottom: 0;
}
.cart-single-product {
width: 100%;
}
.cart-single-product>.media {
display: flex;
position: relative;
align-items: center;
}
.cart-wrapper .remove-item-overlay {
left: 0;
right: 0;
width: 100%;
height: 100%;
display: none;
position: absolute;
background-color: #0000008a;
}
.cart-wrapper .remove-item-overlay>img {
top: 50%;
width: 25px;
max-width: 100%;
position: absolute;
transform: translateY(-50%);
}
.cart-wrapper .cart-product-img {
width: 38px;
border: 1px solid #e5e5e5;
margin-right: 13px;
}
.cart-area .cart-wrapper ul.minicart>li .media .cart-content ul {
display: flex;
padding-left: 0;
list-style: none;
align-items: center;
justify-content: space-between;
color: #6c6f72;
}
.cart-area .cart-wrapper ul.minicart>li.cart-total {
color: #6c6f72;
font-weight: 500;
}
.cart-area .cart-content {
flex: 1;
}
.cart-area .minicart-title a {
color: #6c6f72;
font-size: 15px;
font-weight: 500;
}
.cart-area .minicart-remove a {
color: #6c6f72;
}
.cart-area .minicart-title a:hover,
.cart-area .minicart-remove a:hover {
color: var(--primary_color);
} .woocommerce ul.product_list_widget li img {
margin-left: 4px;
width: 38px;
background: #fff;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 6px;
}
.woocommerce-MyAccount-navigation ul li a {
color: #000000;
font-size: 20px;
font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover {
color: var(--primary_color);
}
.woocommerce .woocommerce-product-rating {
line-height: 1;
}
.woocommerce li.product .star-rating {
display: inline-block;
margin: 0 7px 0 0;
float: none;
}
.woocommerce .loader::before {
display: none;
}
@media(max-width: 767px) {
.woocommerce-page .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
min-height: 45px;
padding: 10px 15px;
} .woo-related-product .swiper-slide li {
list-style: none;
} #yith-quick-view-content .single-product-top .rt-left {
float: left;
width: 40%;
}
#yith-quick-view-content .single-product-top .rt-right {
float: left;
width: 60%;
}
#yith-quick-view-content .single-product-top div.images {
width: 90%;
text-align: center;
background: #f7f7f7;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#yith-quick-view-content .rt-right p.price {
color: #000000;
font-size: 24px;
font-weight: 700;
margin-bottom: 25px;
}
#yith-quick-view-content .single-product-top .product_meta>span {
color: #010101;
font-weight: 700;
font-size: 15px;
margin-bottom: 8px;
display: block;
line-height: 1.4;
}
#yith-quick-view-content .single-product-top .product_meta>span a,
#yith-quick-view-content .single-product-top .product_meta>span span {
color: #6c6f72;
display: inline-block;
margin-left: 5px;
font-weight: 400;
}
#yith-quick-view-content .woocommerce-product-details__short-description {
margin-bottom: 30px;
}
#yith-quick-view-content div.product .product_title {
margin-bottom: 5px;
}
#yith-quick-view-content div.product .woocommerce-product-rating {
margin-bottom: 12px;
}
#yith-quick-view-content .star-rating {
font-size: 14px;
}
#yith-quick-view-close {
border: none;
background: var(--primary_color);
color: #fff;
width: 26px;
height: 26px;
top: 10px;
right: 10px;
line-height: 26px;
z-index: 2;
opacity: 1;
}
#yith-quick-view-close:hover {
background: var(--secondary_color);
color: #fff;
}
#yith-quick-view-modal .yith-wcqv-main {
box-shadow: none;
}
#yith-quick-view-modal #yith-quick-view-content {
overflow-y: scroll;
}
#yith-quick-view-content .single-product-top {
display: flex;
}
#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar,
#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
width: 0;
}
@media(max-width: 767px) {
#yith-quick-view-content .single-product-top {
display: block;
}
#yith-quick-view-content .single-product-top .rt-left {
width: 100%;
margin-bottom: 30px;
}
#yith-quick-view-content .single-product-top div.images,
#yith-quick-view-content .single-product-top .rt-right {
width: 100%;
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--primary_color);
} .header__switch {
position: fixed;
top: 300px;
background: var(--primary_color);
right: 0;
z-index: 3;
padding: 8px 10px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.header__switch__label {
width: 16px;
height: 44px;
display: inline-block;
position: relative;
transition: all 0.4s ease;
}
.header__switch__main {
position: absolute;
background: var(--secondary_color);
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
cursor: pointer;
transition: all 0.4s ease;
}
.header__switch__main.round {
border-radius: 15px;
}
.header__switch__main::before {
position: absolute;
content: "";
width: 13px;
height: 13px;
background-color: #fff;
border-radius: 100%;
left: 2px;
transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header__switch__input {
display: none;
}
.header__switch__input:checked+.header__switch__main::before {
transform: translateY(30px);
transition: 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header__switch__settings {
color: #fff;
margin-bottom: 5px;
line-height: 1.2;
transition: all 0.4s ease;
}
.header__switch__dark {
color: #fff;
margin-top: 5px;
line-height: 1.2;
transition: all 0.4s ease;
}
@media(max-width: 480px) {
.header__switch {
padding: 12px 8px;
}
.header__switch__settings,
.header__switch__dark {
display: none;
}
}
[data-theme="dark-mode"] .header__switch__settings,
[data-theme="dark-mode"] .header__switch__dark {
color: #000;
}
[data-theme="dark-mode"] .header__switch {
background-color: #ffffff;
}
[data-theme="dark-mode"] .header__switch__main {
background-color: #000000;
}
[data-theme="dark-mode"] h1,
[data-theme="dark-mode"] h2,
[data-theme="dark-mode"] h3,
[data-theme="dark-mode"] h4,
[data-theme="dark-mode"] h5,
[data-theme="dark-mode"] h6 {
color: #ffffff;
}
.entry-banner:after,
.elementor-widget-wrap,
.elementor-section-wrap .elementor-section,
.elementor-column-wrap.elementor-element-populated {
transition: all ease 0.31s !important;
}
[data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
[data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
[data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
[data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
background-color: #ffffff;
}
[data-theme="dark-mode"] .site-header .site-branding a.dark-logo {
display: none;
}
[data-theme="dark-mode"] .site-header .site-branding a.light-logo {
display: table-cell;
}
[data-theme="dark-mode"] body,
[data-theme="dark-mode"] .site-content,
[data-theme="dark-mode"] .error-page-area,
[data-theme="dark-mode"] #page .content-area {
background-color: #181a1b !important;
transition: all ease 0.31s;
}
[data-theme="dark-mode"] .header-area,
[data-theme="dark-mode"] .header-menu {
background-color: #202121 !important;
transition: all ease 0.31s;
}
[data-theme="dark-mode"] .header-style-7 .header-area,
[data-theme="dark-mode"] .header-style-7 .header-menu,
[data-theme="dark-mode"] .header-style-1 .header-area,
[data-theme="dark-mode"] .header-style-1 .header-menu {
background-color: transparent!important;
}
[data-theme="dark-mode"] .entry-banner:after,
[data-theme="dark-mode"] .elementor-widget-wrap,
[data-theme="dark-mode"] .elementor-section,
[data-theme="dark-mode"] .elementor-column-wrap.elementor-element-populated {
background-color: transparent !important;
background-image: none !important;
transition: all ease 0.31s !important;
}
[data-theme="dark-mode"] .entry-banner,
[data-theme="dark-mode"] .dark-section2,
[data-theme="dark-mode"] .elementor-background-overlay,
[data-theme="dark-mode"] .additional-menu-area .sidenav,
[data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper,
[data-theme="dark-mode"] .dark-section3 .elementor-widget-wrap,
[data-theme="dark-mode"] .dark-section .elementor-widget-container,
[data-theme="dark-mode"] .dark-site-subscribe .elementor-widget-container,
[data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form {
background-color: #0c0d0d !important;
background-image: none !important;
transition: all ease 0.31s !important;
}
[data-theme="dark-mode"] .dark-section4 .elementor-widget-wrap {
background-color: #000000 !important;
}
[data-theme="dark-mode"] .dark-section5 {
background-color: #212121 !important;
}
[data-theme="dark-mode"] .elementor-background-overlay {
opacity: 1 !important;
}
.elementor-element .elementor-widget-container {
transition: all ease 0.31s !important;
}
[data-theme="dark-mode"] .elementor-section-wrap .dark-section1.elementor-section,
[data-theme="dark-mode"] .rt-post-tab-style5 .rt-item-box .entry-content,
[data-theme="dark-mode"] .rt-thumb-slider-horizontal-4 .rt-thumnail-area,
[data-theme="dark-mode"] .topbar-style-3 .header-top-bar,
[data-theme="dark-mode"] .topbar-style-4 .header-top-bar,
[data-theme="dark-mode"] .rt-news-ticker .ticker-wrapper .ticker-content,
[data-theme="dark-mode"] .rt-news-ticker .ticker-wrapper .ticker,
[data-theme="dark-mode"] .rt-news-ticker .ticker-wrapper .ticker-swipe,
[data-theme="dark-mode"] .rt-post-slider-style5 .rt-item .rt-image+.entry-content {
background-color: #343434 !important;
}
[data-theme="dark-mode"] .rt-post-grid-default .rt-item .entry-title a,
[data-theme="dark-mode"] .rt-post-overlay-style6 .rt-item-list .entry-title a,
[data-theme="dark-mode"] .rt-post-overlay-style7 .rt-item-list .entry-title a,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .entry-title a,
[data-theme="dark-mode"] .rt-post-slider-default .rt-item .entry-title a,
[data-theme="dark-mode"] .sidebar-widget-area .widget .widgettitle,
[data-theme="dark-mode"] .elementor-category .rt-category-style2 .rt-item a {
color: #ffffff;
}
[data-theme="dark-mode"] .rt-post-tab-default .rt-item-list ul.entry-meta .post-author a,
[data-theme="dark-mode"] .rt-post-overlay-default .rt-item-list ul.entry-meta li a,
[data-theme="dark-mode"] .rt-post-slider-default .rt-item .post-author a,
[data-theme="dark-mode"] .rt-post-tab-default .rt-item-box ul.entry-meta li.post-author a,
[data-theme="dark-mode"] .rt-news-ticker .ticker-content a {
color: #ffffff !important;
}
[data-theme="dark-mode"] body,
[data-theme="dark-mode"] .rt-post-grid-default .rt-item .post_excerpt,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .post_excerpt,
[data-theme="dark-mode"] .rt-section-title.style2 .entry-text,
[data-theme="dark-mode"] .rt-title-text-button .entry-content,
[data-theme="dark-mode"] .rt-contact-info .entry-text,
[data-theme="dark-mode"] .rt-contact-info .entry-text a,
[data-theme="dark-mode"] .fluentform .subscribe-form p,
[data-theme="dark-mode"] .additional-menu-area .sidenav-address span a,
[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
color: var(--body_light_color);
}
[data-theme="dark-mode"] blockquote,
[data-theme="dark-mode"] .dark-border,
[data-theme="dark-mode"] .dark-border .elementor-element-populated,
[data-theme="dark-mode"] .rt-section-title.style1 .entry-title .titleline,
[data-theme="dark-mode"] .rt-section-title.style4 .entry-title .titleline,
[data-theme="dark-mode"] .header-style-4 .header-menu,
[data-theme="dark-mode"] .post-tab-layout ul.btn-tab li a,
[data-theme="dark-mode"] .rt-post-tab .post-cat-tab a,
[data-theme="dark-mode"] .rt-post-slider-default.rt-post-slider-style4 ul.entry-meta,
[data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper,
[data-theme="dark-mode"] .rt-post-slider-style4 .swiper-slide,
[data-theme="dark-mode"] .rt-post-box-style1 .rt-item-list .list-content,
[data-theme="dark-mode"] .rt-post-box-style1 .rt-item-wrap .entry-content,
[data-theme="dark-mode"] .apsc-theme-2 .apsc-each-profile a,
[data-theme="dark-mode"] .apsc-theme-3 .apsc-each-profile>a,
[data-theme="dark-mode"] .apsc-theme-3 .social-icon,
[data-theme="dark-mode"] .apsc-theme-3 span.apsc-count {
border-color: #323232 !important;
}
[data-theme="dark-mode"] .rt-progress-bar .entry-name,
[data-theme="dark-mode"] .rt-progress-bar .progress .progress-bar>span,
[data-theme="dark-mode"] .team-default .team-content .team-title a,
[data-theme="dark-mode"] .post-box-style .post-content .entry-title a,
[data-theme="dark-mode"] .apsc-theme-2 .apsc-each-profile a,
[data-theme="dark-mode"] .error-page-content .error-title,
[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a,
[data-theme="dark-mode"] .rt-post-box-default .rt-item-list ul.entry-meta .post-author a,
[data-theme="dark-mode"] .rt-post-box-default .rt-item .post-author a {
color: #ffffff;
}
[data-theme="dark-mode"] .rt-section-title .sub-title,
[data-theme="dark-mode"] .team-single .team-heading .designation,
[data-theme="dark-mode"] .team-multi-layout-1 .team-content .team-designation,
[data-theme="dark-mode"] .team-multi-layout-2 .team-content .team-title span {
color: #afafaf;
}
[data-theme="dark-mode"] .rt-shape-layout1 .shape img {
opacity: 0.2;
}
[data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form:before {
background-image: none;
}
[data-theme="dark-mode"] .meta-tags a,
[data-theme="dark-mode"] .entry-content p,
[data-theme="dark-mode"] #respond .logged-in-as a,
[data-theme="dark-mode"] .about-author .author-bio,
[data-theme="dark-mode"] .comments-area .main-comments .comment-text,
[data-theme="dark-mode"] .rt-skills .rt-skill-each .rt-name,
[data-theme="dark-mode"] .rt-skills .rt-skill-each .progress .progress-bar>span,
[data-theme="dark-mode"] .team-single .team-info ul li,
[data-theme="dark-mode"] .team-single .team-info ul li a,
[data-theme="dark-mode"] .error-page-area p,
[data-theme="dark-mode"] blockquote.wp-block-quote cite,
[data-theme="dark-mode"] a.loadMore {
color: #d7d7d7;
}
[data-theme="dark-mode"] .search-form input,
[data-theme="dark-mode"] .entry-header ul.entry-meta li a,
[data-theme="dark-mode"] .about-author .author-title a,
[data-theme="dark-mode"] .about-author ul.author-box-social li a,
[data-theme="dark-mode"] .post-navigation .post-nav-title a,
[data-theme="dark-mode"] .entry-content .single-post-list li,
[data-theme="dark-mode"] .blog-box .entry-content .entry-title a,
[data-theme="dark-mode"] .post-detail-style2 .post-share .share-text span,
[data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name a,
[data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name span,
[data-theme="dark-mode"] .comments-area .main-comments .replay-area a,
[data-theme="dark-mode"] .post-detail-style2 .entry-content>p:first-child:first-letter,
[data-theme="dark-mode"] .page-content p,
[data-theme="dark-mode"] .team-single .team-single-content h4,
[data-theme="dark-mode"] .team-single .team-info ul li span,
[data-theme="dark-mode"] .apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
color: #fff;
}
[data-theme="dark-mode"] input::-webkit-input-placeholder,
[data-theme="dark-mode"] .widget_search .search-form input.form-control::-webkit-input-placeholder {
color: #aaa;
}
[data-theme="dark-mode"] input:-ms-input-placeholder,
[data-theme="dark-mode"] .widget_search .search-form input.form-control:-ms-input-placeholder {
color: #aaa;
}
[data-theme="dark-mode"] input:-moz-placeholder,
[data-theme="dark-mode"] .widget_search .search-form input.form-control:-moz-placeholder {
color: #aaa;
}
[data-theme="dark-mode"] .search-form input:-webkit-autofill,
[data-theme="dark-mode"] .search-form input:-webkit-autofill:hover,
[data-theme="dark-mode"] .search-form input:-webkit-autofill:focus,
[data-theme="dark-mode"] .search-form input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme="dark-mode"] input,
[data-theme="dark-mode"] input:focus {
color: #ffffff;
}
[data-theme="dark-mode"] .team-single .team-info,
[data-theme="dark-mode"] .team-single .rt-skill-wrap,
[data-theme="dark-mode"] .team-single .team-single-content .team-content {
background-color: #343434;
box-shadow: 0px 7px 30px 0px rgb(222 222 222 / 3%);
}
[data-theme="dark-mode"] .rt-ajax-tab-content .preloader {
background: rgba(111, 111, 111, 0.3);
} [data-theme="dark-mode"] .rtrs-review-wrap {
background-color: transparent;
}
[data-theme="dark-mode"] .rtrs-review-wrap.rtrs-affiliate-wrap,
[data-theme="dark-mode"] .rtrs-review-wrap .rtrs-review-form,
[data-theme="dark-mode"] .rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
background-color: #343434 !important;
}
[data-theme="dark-mode"] .rtrs-review-form .rtrs-form-title,
[data-theme="dark-mode"] .rtrs-summary .rtrs-rating-box .rtrs-rating,
[data-theme="dark-mode"] .rtrs-summary .rtrs-progress-wrap .rtrs-progress label,
[data-theme="dark-mode"] .rtrs-summary .rtrs-progress-wrap .progress-percent,
[data-theme="dark-mode"] .rtrs-review-form .rtrs-rating-category .rtrs-category-text,
[data-theme="dark-mode"] .rtrs-affiliate .rtrs-feedback-text .rtrs-feedback-ttile,
[data-theme="dark-mode"] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text,
[data-theme="dark-mode"] .rtrs-affiliate .rtrs-circle-content .rating-percent,
[data-theme="dark-mode"] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before,
[data-theme="dark-mode"] .rtrs-title-area .rtrs-price-area .rtrs-offer-price {
color: #ffffff;
}
[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body p,
[data-theme="dark-mode"] .rtrs-affiliate .rtrs-rating-category li label,
[data-theme="dark-mode"] .rtrs-affiliate .rtrs-feedback-text p,
[data-theme="dark-mode"] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li {
color: #d7d7d7;
}
[data-theme="dark-mode"] a.loadMore:hover:before {
background-color: #ffffff;
}
[data-theme="dark-mode"] .loading-lazy::after {
border-color: #ffffff;
}
[data-theme="dark-mode"] .additional-menu-area .sidenav .light-logo {
display: block;
}
[data-theme="dark-mode"] .additional-menu-area .sidenav .dark-logo {
display: none;
}
[data-theme="dark-mode"] .wpuf-login-form p>label,
[data-theme="dark-mode"] .wpuf-registration-form .wpuf-label {
color: #d7d7d7;
}
[data-theme="dark-mode"] .wpuf-label label,
[data-theme="dark-mode"] .wpuf-el .wpuf-label,
[data-theme="dark-mode"] body .wpuf-dashboard-container table.items-table,
[data-theme="dark-mode"] body .wpuf-dashboard-container table.items-table a {
color: #d7d7d7 !important;
}
[data-theme="dark-mode"] .rt-post-grid-style2 .rt-item .entry-content {
background-color: #222222 !important;
}
[data-theme="dark-mode"] ul.entry-meta li,
[data-theme="dark-mode"] ul.entry-meta.meta-dark-color li {
color: var(--meta_light_color);
}
[data-theme="dark-mode"] ul.entry-meta li.post-author a,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .post-author a,
[data-theme="dark-mode"] .rt-post-grid-default .rt-item .post-author a {
color: #dadada!important;
}
[data-theme="dark-mode"] ul.entry-meta li.post-author a:hover,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .post-author a:hover,
[data-theme="dark-mode"] .rt-post-grid-default .rt-item .post-author a:hover {
color: var(--primary_color)!important;
}
[data-theme="dark-mode"] .blog-box ul.entry-meta li.post-author a:hover,
[data-theme="dark-mode"]  .search-form button:hover,
[data-theme="dark-mode"] .sidebar-widget-area .widget_categories ul li a:hover,
[data-theme="dark-mode"] .feature-post-layout .entry-title a:hover,
[data-theme="dark-mode"] .entry-content .entry-title.title-light-color a:hover,
[data-theme="dark-mode"] .entry-content .entry-title.title-dark-color a:hover,
[data-theme="dark-mode"] .header-search .header-search-form .search-btn:hover i, 
[data-theme="dark-mode"] .header-search .stylish-input-group .btn:hover, 
[data-theme="dark-mode"] .header-search .custom-search-input .btn:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"] .header-style-1 .rt-sticky {
background-color: #202121!important;
}
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, 
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, 
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::after, 
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
background-color: #ffffff;
}
[data-theme="dark-mode"] .header-style-1 .site-header .rt-sticky .main-navigation nav > ul > li > a,
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-icon-area .search-icon a,
[data-theme="dark-mode"] .header-style-1 .rt-sticky .cart-area .cart-trigger-icon {
color: #ffffff;
}
[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-icon-area .search-icon a:hover,
[data-theme="dark-mode"] .header-style-1 .rt-sticky .cart-area .cart-trigger-icon:hover,
[data-theme="dark-mode"] .header-style-1 .site-header .rt-sticky .main-navigation nav > ul > li > a:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"] .header-style-1 .header-area .rt-sticky .site-branding .dark-logo {
display: none;
}
[data-theme="dark-mode"] .header-style-1 .header-area .rt-sticky .site-branding .light-logo {
display: table-cell;
}
[data-theme="dark-mode"] .apsc-theme-5 .apsc-each-profile {
background-color: #000000;
}
[data-theme="dark-mode"] p,
[data-theme="dark-mode"] .apsc-theme-5 .apsc-media-type,
[data-theme="dark-mode"] .apsc-theme-5 span.apsc-count {
color: var(--body_light_color);
transition: all ease 0.31s;
}
[data-theme="dark-mode"] .sidebar-widget-area .widget_tag_cloud a,
[data-theme="dark-mode"] .sidebar-widget-area .widget_product_tag_cloud a {
border: 1px solid #323232;
background: #141414;
color: var(--title_light_color);
}
[data-theme="dark-mode"] .sidebar-widget-area .widget_tag_cloud a:hover,
[data-theme="dark-mode"] .sidebar-widget-area .widget_product_tag_cloud a:hover {
border: 1px solid var(--primary_color);
background: var(--primary_color);
color: var(--title_light_color);
}
[data-theme="dark-mode"] .team-single .team-single-content ul.team-social li a {
background: #262626;
}
[data-theme="dark-mode"] .team-multi-layout-1 .team-item .team-social li a {
background: #343434;
}
[data-theme="dark-mode"] .rt-image-style1 .entry-content {
background-color: #121212;
}
[data-theme="dark-mode"] .rt-image-style1 .entry-content .author-social li a {
color: #a3a3a3;
}
[data-theme="dark-mode"] ul.entry-meta.meta-dark-color li.post-comment a:hover,
[data-theme="dark-mode"] .rt-image-style1 .entry-content .author-social li a:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"] .about-author {
background-color: #343434;
}
[data-theme="dark-mode"] .fluentform.fluentform_wrapper_1 .ff-el-form-control,
[data-theme="dark-mode"] #respond form .form-control {
border-color: #343434;
background-color: #343434;
color: #ffffff;
}
[data-theme="dark-mode"] .header-search {
background-color: var(--body_dark_color);
}
[data-theme="dark-mode"] .header-style-5 .header-search-six .search-form input {
background-color: #363636;
box-shadow: 0 -2px 3px 0px #585858;
}
[data-theme="dark-mode"] .rt-swiper-nav-1 .swiper-navigation > div {
background-color: #1d1d1d;
}
[data-theme="dark-mode"] input.form-control::placeholder,
[data-theme="dark-mode"] textarea.form-control::placeholder,
[data-theme="dark-mode"] #respond input.form-control::placeholder,
[data-theme="dark-mode"] #respond input.form-control::-webkit-input-placeholder,
[data-theme="dark-mode"] #respond input.form-control::-moz-placeholder,
[data-theme="dark-mode"] #respond input.form-control:-moz-placeholder,
[data-theme="dark-mode"] #respond input.form-control:-ms-input-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control::placeholder,
[data-theme="dark-mode"] #respond textarea.form-control::-webkit-input-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control::-moz-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control:-moz-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control:-ms-input-placeholder {
color: #bebebe;
}
[data-theme="dark-mode"] .pagination-area ul li a {
background-color: #383838;
}
[data-theme="dark-mode"] .pagination-area ul li a:hover {
background-color: var(--primary_color);
}
[data-theme="dark-mode"] .pagination-area ul li.active a {
background-color: var(--primary_color);
}
[data-theme="dark-mode"] .pagination-area ul li a,
[data-theme="dark-mode"] .rt-section-title.style2 .entry-title,
[data-theme="dark-mode"] .feature-post-layout .entry-title a,
[data-theme="dark-mode"] .entry-title.title-dark-color a,
[data-theme="dark-mode"] .mobile-top-bar .header-top .info,
[data-theme="dark-mode"] .mobile-top-bar .header-top .info-text a,
[data-theme="dark-mode"] .additional-menu-area .sidenav ul li a,
[data-theme="dark-mode"] .site-header .main-navigation>nav>ul>li>a,
[data-theme="dark-mode"] .cart-area .cart-trigger-icon,
[data-theme="dark-mode"] .header-icon-area .search-icon a,
[data-theme="dark-mode"] .header-icon-area .user-icon-area a,
[data-theme="dark-mode"] .menu-user .user-icon-area a,
[data-theme="dark-mode"] .rt-swiper-nav-1 .swiper-navigation > div,
[data-theme="dark-mode"] .sidebar-widget-area .widget_categories ul li,
[data-theme="dark-mode"] .sidebar-widget-area .widget_archive ul li,
[data-theme="dark-mode"] .sidebar-widget-area .widget_categories ul li a,
[data-theme="dark-mode"] .sidebar-widget-area .widget_archive ul li a,
[data-theme="dark-mode"] .header-search .header-search-form .search-btn i,
[data-theme="dark-mode"] .header-search .close,
[data-theme="dark-mode"] .header-search .stylish-input-group input[type=search], 
[data-theme="dark-mode"] .header-search .header-search-form input[type=search], 
[data-theme="dark-mode"] .header-search .custom-search-input input[type=text] {
color: #ffffff;
}
[data-theme="dark-mode"] .post-detail-style1 .entry-header,
[data-theme="dark-mode"] .feature-post-layout .list-item,
[data-theme="dark-mode"] .sidebar-widget-area .widget ul li,
[data-theme="dark-mode"] .post-tab-layout .tab-item,
[data-theme="dark-mode"] .dark-border-color .elementor-widget .elementor-widget-container,
[data-theme="dark-mode"] .additional-menu-area .sidenav .sub-menu,
[data-theme="dark-mode"] .additional-menu-area .sidenav ul li,
[data-theme="dark-mode"] .rt-post-list-style4,
[data-theme="dark-mode"] .rt-post-list-default .rt-item,
[data-theme="dark-mode"] .post-box-style .rt-news-box-widget,
[data-theme="dark-mode"] .sidebar-widget-area .widget .widgettitle .titleline,
[data-theme="dark-mode"] .section-title .related-title .titleline,
[data-theme="dark-mode"] .meta-tags a,
[data-theme="dark-mode"] .search-form .input-group,
[data-theme="dark-mode"] .post-navigation .text-left,
[data-theme="dark-mode"] .post-navigation .text-right,
[data-theme="dark-mode"] .post-detail-style1 .share-box-area .post-share .share-links .email-share-button,
[data-theme="dark-mode"] .post-detail-style1 .share-box-area .post-share .share-links .print-share-button,
[data-theme="dark-mode"] .header-style-6 .logo-ad-wrap,
[data-theme="dark-mode"] .rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-pagination,
[data-theme="dark-mode"] .elementor-category .rt-category-style2 .rt-item {
border-color: var(--border_light_color)!important;
}
[data-theme="dark-mode"] ul.entry-meta.meta-dark-color li.post-comment a,
[data-theme="dark-mode"] .rt-post-list-default.rt-post-list-style6 .rt-item .title-wrap .icon-box {
color: var(--link_light_color);
}
[data-theme="dark-mode"] .entry-header .entry-title.title-dark-color,
[data-theme="dark-mode"] .entry-title.title-dark-color a {
color: var(--title_light_color);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_light_color) 50%);
background-size: 200% 100%;
background-position: 100%;
transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
}
[data-theme="dark-mode"] .entry-title.title-dark-color a:hover {
background-position: 0%;
}
[data-theme="dark-mode"]  a {
color: var(--link_light_color);
}
[data-theme="dark-mode"]  a:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"]  .search-form button {
color: #aaaaaa;
}
[data-theme="dark-mode"] input.form-control::placeholder,
[data-theme="dark-mode"] textarea.form-control::placeholder {
color: #bababa;
}
[data-theme="dark-mode"] #respond input.form-control::placeholder,
[data-theme="dark-mode"] #respond input.form-control::-webkit-input-placeholder,
[data-theme="dark-mode"] #respond input.form-control::-moz-placeholder,
[data-theme="dark-mode"] #respond input.form-control:-moz-placeholder,
[data-theme="dark-mode"] #respond input.form-control:-ms-input-placeholder {
color: #bababa;
}
[data-theme="dark-mode"] #respond textarea.form-control::placeholder,
[data-theme="dark-mode"] #respond textarea.form-control::-webkit-input-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control::-moz-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control:-moz-placeholder,
[data-theme="dark-mode"] #respond textarea.form-control:-ms-input-placeholder {
color: #bababa;
}
[data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name {
color: #bababa;
}
[data-theme="dark-mode"] .comments-area .main-comments .replay-area a {
background-color: #434343;
}
[data-theme="dark-mode"] .comments-area .main-comments .replay-area a:hover {
background-color: var(--primary_color);
}
[data-theme="dark-mode"] a.play-btn {
color: #ffffff;
}
[data-theme="dark-mode"] a.play-btn:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"] .ticker-wrapper .ticker-swipe {
background: #343434;
}
[data-theme="dark-mode"] .rt-counter .rtin-item .rtin-title {
color: #dedede;
}
[data-theme="dark-mode"] .rt-counter .rtin-item .rtin-counter,
[data-theme="dark-mode"] .rt-title-text-button .entry-sub-content,
[data-theme="dark-mode"] .rt-title-text-button .entry-title {
color: #ffffff;
}
[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a .rt-cat-count,
[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a .rt-cat-name,
[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a {
color: var(--link_light_color);
}
[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a:hover .rt-cat-name {
color: var(--primary_color);
}
[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item.space {
border-bottom: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .entry-meta-tags a {
border: 1px solid var(--border_light_color);
background-color: #0c0d0d;
}
[data-theme="dark-mode"] .entry-meta-tags a:hover {
border: 1px solid var(--primary_color);
background-color: var(--primary_color);
}
[data-theme="dark-mode"] .rt-counter .rt-item .rt-title {
color: #cccccc;
}
[data-theme="dark-mode"] .rt-counter .rt-item .rt-counter {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce .rt-product-block .rt-thumb-wrapper {
background-color: #0c0d0d;
}
[data-theme="dark-mode"] .woocommerce .rt-product-block .price-title-box .rt-title a {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce .rt-product-block .price-title-box .rt-title a:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"] .woocommerce .rt-product-block .price-title-box .rt-price {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a {
background-color: #36292c;
}
[data-theme="dark-mode"] .woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a:hover {
background-color: var(--primary_color);
}
[data-theme="dark-mode"] .woocommerce .woocommerce-ordering select {
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #b5b5b5;
}
[data-theme="dark-mode"] .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(odd) td, 
[data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(odd) th {
background: rgba(255, 255, 255, 0.025);
}
[data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(even) td, 
[data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(even) th {
background: rgba(255, 255, 255, 0.075);
}
[data-theme="dark-mode"] table th, 
[data-theme="dark-mode"] table td {
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce-Reviews .comment-form label,
[data-theme="dark-mode"] .woocommerce-Reviews .comment-reply-title {
color: #f8f8f8;
}
[data-theme="dark-mode"] .woocommerce #review_form #respond p textarea {
background-color: #0c0d0d;
border-color: var(--border_light_color);
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce div.product div.images .flex-viewport {
background-color: #0c0d0d;
}
[data-theme="dark-mode"] .woocommerce div.product div.images .flex-control-thumbs li {
border: 1px solid var(--border_light_color);
background-color: #0c0d0d;
}
[data-theme="dark-mode"] .woocommerce .product-details-page .rt-right span.price, 
[data-theme="dark-mode"] .woocommerce .product-details-page .rt-right p.price {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce .product-details-page .product_meta>span {
color: #dfdfdf;
}
[data-theme="dark-mode"] .woocommerce .product-details-page .product_meta>span a, 
[data-theme="dark-mode"] .woocommerce .product-details-page .product_meta>span span {
color: #b7bdc3;
}
[data-theme="dark-mode"] .woocommerce .product-details-page .rt-right .quantity input.input-text,
[data-theme="dark-mode"] .woocommerce .product-details-page .rt-right .wistlist-compare-box a {
background-color: #0c0d0d;
border: 1px solid var(--border_light_color);
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn {
background-color: #0c0d0d;
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn:hover {
background-color: var(--primary_color);
border: 1px solid var(--primary_color);
}
[data-theme="dark-mode"] .woocommerce-cart table.cart td.actions .coupon .input-text {
background-color: #0c0d0d;
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
color: #c7c7c7;
}
[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents tr th {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents tr td, 
[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents tr th {
color: #ffffff;
border: 0;
border-top: 1px solid var(--border_light_color);
border-left: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
border: 1px solid var(--border_light_color);
background-color: #0c0d0d;
}
[data-theme="dark-mode"] .quantity input.input-text {
background-color: #0c0d0d;
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce table.shop_table tbody th, 
[data-theme="dark-mode"] .woocommerce table.shop_table tfoot th {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce-billing-fields span.woocommerce-input-wrapper input {
background-color: #0c0d0d;
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce-error, 
[data-theme="dark-mode"] .woocommerce-info, 
[data-theme="dark-mode"] .woocommerce-message #add_payment_method #payment, 
[data-theme="dark-mode"] .woocommerce-cart #payment, 
[data-theme="dark-mode"] .woocommerce-checkout #payment {
background-color: #0c0d0d;
}
[data-theme="dark-mode"] .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
[data-theme="dark-mode"] .woocommerce table.shop_table th,
[data-theme="dark-mode"] .woocommerce .woocommerce-checkout .form-row label,
[data-theme="dark-mode"] .woocommerce-error, 
[data-theme="dark-mode"] .woocommerce-info, 
[data-theme="dark-mode"] .woocommerce-message,
[data-theme="dark-mode"] .woocommerce-message::before, 
[data-theme="dark-mode"] .woocommerce-info::before {
color: #ffffff;
}
[data-theme="dark-mode"] .select2-container--default .select2-selection--single {
background-color: #0c0d0d;
border-radius: 0;
}
[data-theme="dark-mode"] .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
border: 1px solid var(--border_light_color);	
}
[data-theme="dark-mode"] .woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
color: #ffffff;
border: 1px solid var(--border_light_color);
background-color: #0c0d0d;	
}
[data-theme="dark-mode"] .woocommerce #reviews #comments ol.commentlist li .comment_container {
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .woocommerce div.product .woocommerce-tabs ul.tabs {
border-bottom: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .select2-results__option {
color: var(--link_dark_color);
}
[data-theme="dark-mode"] .woocommerce-MyAccount-navigation ul li a {
color: #ffffff;
}
[data-theme="dark-mode"] .woocommerce form .form-row input.input-text, 
[data-theme="dark-mode"] .woocommerce form .form-row textarea {
background-color: #0c0d0d;
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .cart-area .cart-wrapper {
background-color: #000000;
}
[data-theme="dark-mode"] .cart-area .minicart-title a {
color: #d3d3d3;
}
[data-theme="dark-mode"] .cart-area .minicart-title .cart-title-line2 {
color: #d3d3d3;
}
[data-theme="dark-mode"] .cart-area .cart-wrapper ul.minicart>li.cart-total {
color: #ffffff;
}
[data-theme="dark-mode"] .cart-area .cart-wrapper ul.minicart>li {
border-bottom: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .cart-area .cart-wrapper ul.minicart>li:last-child {
border-bottom: 0;
}
[data-theme="dark-mode"] .cart-wrapper .cart-product-img {
border: 1px solid var(--border_light_color);
}
[data-theme="dark-mode"] .header-style-8 .site-header .rt-sticky .main-navigation nav > ul > li > a,
[data-theme="dark-mode"] .play-btn-2:hover,
[data-theme="dark-mode"] .button-style-1:hover {
color: var(--title_light_color);
}
[data-theme="dark-mode"] .cart-area .cart-trigger-icon:hover {
color: var(--primary_color);
}
[data-theme="dark-mode"] .wpuf-registration-form .wpuf-fields .input,
[data-theme="dark-mode"] .wpuf-login-form input.input {
border: 1px solid #525252;
}
[data-theme="dark-mode"] .header-style-8 .header-icon-area .search-icon a:hover {
color: var(--primary_color);
}