:root {
--e-global-color-primary: #B07E50;
--e-global-color-secondary: #103C3B;
--e-global-color-text: #00000099;
--e-global-color-accent: #FFFFFF;
--e-global-color-5c02878: #1E4645;
--e-global-color-144a295: #1E1E1E;
--e-global-typography-primary-font-family: "DM Sans";
--e-global-typography-secondary-font-family: "Jost";
--e-global-typography-secondary-font-weight: 400;
--e-global-typography-text-font-family: "DM Sans";
--e-global-typography-text-font-size: 16px;
--e-global-typography-text-font-weight: 400;
--transition: all .4s ease;
--h1-font-size: 60px;
--h1-font-weight: 400;
--h1-line-height: 1.15em;
--h1-margin-bottom: 20px;
--h2-font: var(--heading-font);
--h2-font-size: 44px;
--h2-font-weight: 400;
--h2-line-height: 1.2em;
--h2-margin-bottom: 30px;
--h3-font-size: 22px;
--h3-font-weight: 400;
--h3-line-height: 1.5em;
--h3-margin-bottom: 10px;
--h4-font-size: 20px;
--h4-font-weight: 400;
--h4-line-height: 1.5em;
--h4-margin-bottom: 10px;
--h5-font-size: 16px;
--h5-font-weight: 400;
--h5-line-height: 1.5em;
--h5-margin-bottom: 10px;
} body {
margin: 0;
padding: 0;
overflow-x: hidden;
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family);
line-height: 1.7;
height: auto !important;
}
.rt-row-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.rt-row-header .header-logo {
max-width: 25%;
flex: 0 0 25%;
}
.rt-row-header .header-logo .site-title {
font-size: 36px;
line-height: 1.3;
}
.rt-row-header .header-logo .site-title a {
text-decoration: none;
color: var(--e-global-color-secondary);
font-weight: 600;
}
.rt-row-header .rt-menu-responsive {
max-width: 75%;
flex: 0 0 75%;
}
#reactheme-header ul.elementor-icon-list-items svg {
height: 1em;
}
.footer-width-fixer ul.elementor-icon-list-items svg {
height: 1em;
}
.menu-area {
padding-top: 0;
padding-bottom: 0;
text-align: center;
}
.menu-area .navbar {
margin-bottom: 0;
border: 0;
padding: 0;
display: flex;
justify-content: end;
}
.menu-area .navbar ul {
margin: 0;
padding: 0;
}
.menu-area .navbar ul li {
position: relative;
display: inline-block;
transition: 0.3s;
padding: 24px 20px; }
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
color: var(--e-global-color-primary);
}
.menu-area .navbar ul li a {
color: var(--e-global-color-secondary);
font-size: 18px;
line-height: 1.3;
font-weight: 600;
}
.menu-area .navbar ul li:hover ul {
opacity: 1;
position: absolute;
}
.menu-area .navbar ul li > a {
display: block;
text-decoration: none;
transition: 0.3s;
}
.menu-area .navbar ul li > a:hover {
color: var(--e-global-color-primary);
}
.menu-area .navbar ul li ul.sub-menu {
min-width: 220px;
left: 0;
opacity: 0;
position: absolute;
top: 100%;
transform: translateY(30px);
transform-origin: 0 0 0;
transition: all 0.3s ease-in-out;
z-index: 99999 !important;
text-align: left;
visibility: hidden;
border-radius: 3px;
background: #fff;
padding: 0 0 10px;
}
.menu-area .navbar ul li ul.sub-menu li {
float: none;
display: block;
margin: 0;
text-align: left;
line-height: 25px;
position: relative;
padding: 0;
height: auto;
}
.menu-area .navbar ul li ul.sub-menu li a {
display: block;
color: var(--e-global-color-secondary);
line-height: 25px;
padding: 10px 20px;
font-weight: 600;
transition: 0.3s;
font-size: 14px;
}
.menu-area .navbar ul li ul.sub-menu li a ul {
left: 100% !important;
top: 0 !important;
}
.menu-area .navbar ul li ul.sub-menu li ul.sub-menu {
position: absolute;
left: 100%;
top: 50%;
opacity: 0;
transform: translateY(30px);
visibility: hidden;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
color: var(--e-global-color-primary);
}
.menu-area .navbar ul li ul.sub-menu li:hover ul.sub-menu {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a:before, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a:before {
color: var(--e-global-color-primary);
}
.menu-area .navbar ul li:hover ul.sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.menu-area .navbar ul > li.menu-item-has-children > a {
position: relative;
padding-right: 16px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
content: "\e809";
position: absolute;
font-family: "rt-icons";
left: auto;
right: 0;
top: 53%;
text-align: center;
z-index: 9;
font-size: 16px;
display: block;
cursor: pointer;
transform: translateY(-50%);
transition: all 0.5s ease;
font-weight: 400;
}
.menu-area .navbar ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a {
margin-right: 0px;
}
.menu-area .navbar ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a::before {
right: 10px;
}
.reactheme-breadcrumbs {
padding: 60px 15px;
background: #f9f9f9;
text-align: center;
}
.reactheme-breadcrumbs .page-title {
font-size: 40px;
font-weight: 700;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--e-global-typography-secondary-font-family);
color: var(--e-global-color-secondary);
}
h1 {
font-size: var(--h1-font-size);
font-weight: var(--h1-font-weight);
letter-spacing: var(--h1-letter-spacing);
line-height: var(--h1-line-height);
margin-bottom: var(--h1-margin-bottom);
}
h2 {
font-size: var(--h2-font-size);
font-weight: var(--h2-font-weight);
letter-spacing: var(--h2-letter-spacing);
line-height: var(--h2-line-height);
margin-bottom: var(--h2-margin-bottom);
}
h3 {
font-size: var(--h3-font-size);
font-weight: var(--h3-font-weight);
letter-spacing: var(--h3-letter-spacing);
line-height: var(--h3-line-height);
margin-bottom: var(--h3-margin-bottom);
}
h4 {
font-size: var(--h4-font-size);
font-weight: var(--h4-font-weight);
letter-spacing: var(--h4-letter-spacing);
line-height: var(--h4-line-height);
margin-bottom: var(--h4-margin-bottom);
}
h5 {
font-size: var(--h5-font-size);
font-weight: var(--h5-font-weight);
letter-spacing: var(--h5-letter-spacing);
line-height: var(--h5-line-height);
margin-bottom: var(--h5-margin-bottom);
}
h6 {
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
line-height: 1.5;
margin-bottom: 10px;
}
.single-content-full h1 {
font-size: 60px;
}
.single-content-full h2 {
font-size: 50px;
}
.single-content-full h3 {
font-size: 40px;
}
.single-content-full h4 {
font-size: 35px;
}
.single-content-full h5 {
font-size: 30px;
}
.single-content-full h6 {
font-size: 25px;
}
.single-content-full h1,
.single-content-full h2,
.single-content-full h3,
.single-content-full h4,
.single-content-full h5,
.single-content-full h6 {
line-height: 120%;
margin: 0 0 20px;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
clear: none;
}
.blog .reactheme-blog .blog-item .full-blog-content, .archive .reactheme-blog .blog-item .full-blog-content {
overflow: hidden;
padding: 30px 0;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap {
padding-top: 5px;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info, .archive .reactheme-blog .blog-item .full-blog-content .user-info {
display: flex;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info span, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info span {
font-size: 14px;
font-style: normal;
line-height: 150%;
letter-spacing: -0.28px;
text-transform: capitalize;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.author, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.author {
color: var(--e-global-color-primary);
font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child {
margin-right: 0;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
--e-global-color-text: #404040;
color: var(--e-global-color-text);
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover {
color: var(--e-global-color-primary);
}
.blog .reactheme-blog .blog-item .full-blog-content .btm-cate, .archive .reactheme-blog .blog-item .full-blog-content .btm-cate {
margin: 0 0 10px;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
font-size: 36px;
line-height: 1.2;
font-weight: 600;
margin-top: 4px;
margin-bottom: 10px;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a {
color: var(--e-global-color-secondary);
text-decoration: none;
}
.blog .reactheme-blog .blog-item .blog-img, .archive .reactheme-blog .blog-item .blog-img {
position: relative;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line, .archive .reactheme-blog .blog-item .blog-img .tag-line {
position: absolute;
right: auto;
left: 50px;
top: auto;
bottom: -52px;
display: inline-block;
z-index: 11;
transform: translateY(-60%);
max-width: 68%;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line a, .archive .reactheme-blog .blog-item .blog-img .tag-line a {
font-size: 14px;
font-weight: 700;
line-height: 1;
background: var(--e-global-color-primary);
padding: 8px 19px;
display: inline-block;
margin-bottom: 10px;
}
.blog .reactheme-blog .blog-item .blog-img .author, .archive .reactheme-blog .blog-item .blog-img .author {
background-color: #fff;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
position: absolute;
right: 50px;
bottom: -30px;
display: inline-block;
z-index: 11;
padding: 10px 10px 10px 10px;
border-radius: 6px;
font-weight: 700;
}
.blog .reactheme-blog .blog-item .blog-img .author img, .archive .reactheme-blog .blog-item .blog-img .author img {
margin-right: 10px;
}
.blog .reactheme-blog .blog-item.no-thumbs .full-blog-content, .archive .reactheme-blog .blog-item.no-thumbs .full-blog-content {
padding-top: 0;
}
.blog-item.no-thumbs {
padding-top: 0px;
}
.blog-item.no-thumbs .categories {
margin-bottom: 5px;
padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
background: var(--e-global-color-primary);
color: #fff;
padding: 5px 19px 6px;
border-radius: 5px;
font-size: 13px;
margin-right: 10px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
background: var(--e-global-color-primary);
} .reactheme-blog .grid-blog {
margin-top: 50px;
}
.reactheme-blog .blog-item {
margin-bottom: 30px;
}
.reactheme-blog .blog-item .blog-img {
position: relative;
overflow: hidden;
border-radius: 0;
}
.reactheme-blog .blog-item .blog-img a {
color: #fff;
}
.reactheme-blog .blog-item .blog-img a img {
border-radius: 0;
transition: 0.4s;
width: 100%;
}
.reactheme-blog .blog-item .blog-img .blog-img-content {
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 0;
text-align: center;
z-index: 10;
padding: 20px;
opacity: 0;
transition: 0.3s all ease-out;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link {
display: inline-block;
font-size: 19px;
width: 52px;
line-height: 54px;
height: 52px;
text-align: center;
border-radius: 50%;
background: #fff;
transition: all 0.3s ease 0s;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title {
font-size: 16px;
line-height: 22px;
font-weight: 500;
margin-top: 15px;
color: var(--e-global-color-secondary);
margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
color: var(--e-global-color-secondary);
}
.reactheme-blog .blog-item .blog-img:hover .blog-img-content {
top: 0px;
opacity: 1;
}
.reactheme-blog .blog-item .blog-meta {
transition: all 0.3s ease 0s;
border-top: 1px solid #e7e7e7;
padding-top: 19px;
margin-top: 20px;
}
.reactheme-blog .blog-item .blog-meta li {
font-size: 15px;
margin-right: 25px;
}
.reactheme-blog .blog-item .blog-meta i {
color: var(--e-global-color-primary);
margin-right: 7px;
}
.reactheme-blog .blog-item .blog-meta .seperator {
padding-left: 7px;
}
.reactheme-blog .blog-item .blog-meta .blog-date {
display: inline-block;
font-weight: 400;
color: #777;
}
.reactheme-blog .blog-item .blog-meta .blog-date svg {
width: 18px;
position: relative;
top: 7px;
margin-right: 3px;
}
.reactheme-blog .blog-item .blog-meta .categories a {
color: #999999;
}
.reactheme-blog .blog-item .blog-meta .categories a:hover {
color: var(--e-global-color-primary);
}
.reactheme-blog .blog-item .blog-meta .blog-lc {
display: inline-block;
}
.reactheme-blog .blog-item .blog-meta .blog-lc > div {
display: inline-block;
}
.reactheme-blog .blog-item .date-post {
padding: 0;
color: #999999;
margin-right: 8px;
margin-bottom: 8px;
display: inline-block;
font-size: 12px;
}
.reactheme-blog .blog-item span.author,
.reactheme-blog .blog-item span.category {
padding: 0;
margin-right: 9px;
margin-bottom: 10px;
margin-left: 0;
display: inline;
position: relative;
text-transform: inherit;
color: #555;
}
.reactheme-blog .blog-item .blog-slidermeta {
margin-bottom: 6px;
}
.reactheme-blog .blog-item .blog-slidermeta span.seperator {
display: inline-block;
padding-right: 5px;
font-size: 12px;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a {
color: #999999;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a:hover {
color: var(--e-global-color-primary);
}
.reactheme-blog .blog-item div.comment {
padding: 0;
color: var(--e-global-color-primary);
border-radius: 30px;
text-transform: uppercase;
font-size: 13px !important;
line-height: normal;
}
.reactheme-blog .blog-item .blog-author {
display: flex;
align-items: center;
}
.reactheme-blog .blog-item .blog-author .author-img {
float: left;
}
.reactheme-blog .blog-item .blog-author .author-img img {
height: 70px;
width: 70px;
border-radius: 50%;
}
.reactheme-blog .blog-item .blog-author .author-info {
margin-left: 15px;
}
.reactheme-blog .blog-item .blog-author .author-info .author-name {
font-size: 15px;
margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-author .author-info .author-title {
font-size: 12px;
}
.reactheme-blog .blog-item .blog-desc {
clear: both;
margin-bottom: 20px;
}
.reactheme-blog .blog-item .blog-desc p {
margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-button {
display: block;
}
.reactheme-blog .blog-item .blog-button .button-blog {
display: inline-block;
font-family: var(--e-global-typography-secondary-font-family);
text-align: center;
color: #fff;
outline: 0;
font-weight: 500;
text-decoration: none;
padding: 3px 25px;
font-size: 15px;
position: relative;
line-height: 28px;
border-radius: 30px;
transition: var(--transition);
background-color: var(--e-global-color-primary);
}
.reactheme-blog .full-layout {
width: 100%;
}
.reactheme-blog .sidebar-none {
display: none;
}
.comment i {
color: #999;
font-size: 12px;
}
.archive .full-layout-right,
.blog .full-layout-right {
padding-right: 30px;
}
.archive .padding-full-layout-left,
.blog .padding-full-layout-left {
flex-direction: row-reverse;
}
.archive .padding-full-layout-left .full-layout-left,
.blog .padding-full-layout-left .full-layout-left {
padding-left: 30px;
}
.single-post .reactheme-blog-details .bs-meta {
margin-top: 0px;
margin-bottom: 18px;
}
.comment-respond .form-submit {
margin-bottom: 0;
}
.single-post .reactheme-blog-details .type-post .single-content-full {
overflow: visible;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info {
display: flex;
align-items: center;
gap: 15px;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info span {
font-size: 14px;
font-style: normal;
line-height: 150%;
letter-spacing: -0.28px;
text-transform: capitalize;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.author {
color: var(--e-global-color-primary);
font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.cat a {
font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info i {
color: var(--e-global-color-primary);
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a {
color: #5D666F;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a:hover {
color: var(--e-global-color-primary);
}
body.archive .reactheme-blog .blog-item {
overflow: hidden;
}
.ps-navigation ul {
margin: 0 !important;
list-style: none;
}
.ps-navigation ul a {
text-transform: uppercase;
background: transparent;
color: var(--e-global-color-text);
border-radius: 3px;
font-weight: bold;
}
.ps-navigation ul a span {
display: block;
font-weight: normal;
text-transform: capitalize;
vertical-align: middle;
}
.ps-navigation ul a i {
vertical-align: text-top;
}
.ps-navigation ul a:hover {
color: var(--e-global-color-primary);
}
.ps-navigation ul li.next {
float: right;
}
.ps-navigation ul li.prev {
float: left;
}
.ps-navigation ul li:nth-child(2) {
text-align: right;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
color: #fff !important;
} blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain) {
padding: 120px 40px 40px;
margin: 40px 0 40px;
text-align: center;
position: relative;
background: #f6f6f6;
border-radius: 0px;
}
blockquote:before,
body .wp-block-quote.is-style-large:not(.is-style-plain):before {
position: absolute;
left: 50%;
top: 40px;
transform: translate(-50%, 0);
content: "\ea59";
font-family: "rt-icons";
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background: #fff;
color: var(--e-global-color-primary);
font-size: 22px;
}
blockquote p,
body .wp-block-quote.is-style-large:not(.is-style-plain) p {
color: var(--e-global-color-primary);
font-size: 18px;
line-height: 1.5;
margin-bottom: 15px;
}
blockquote p a,
body .wp-block-quote.is-style-large:not(.is-style-plain) p a {
color: var(--e-global-color-primary);
}
blockquote cite,
body .wp-block-quote.is-style-large:not(.is-style-plain) cite {
font-weight: 700;
}
blockquote a,
body .wp-block-quote.is-style-large:not(.is-style-plain) a {
color: var(--e-global-color-primary);
}
p.has-drop-cap::first-letter {
color: var(--e-global-color-primary);
}
.reactheme-blog-details {
max-width: 1170px;
margin: 0 auto;
}
.reactheme-blog-details .padding-left-sidebar {
flex-direction: row-reverse;
}
.reactheme-blog-details .padding-left-sidebar .news-details-inner {
margin-right: 0;
margin-left: 30px;
}
.reactheme-blog-details .news-details-inner {
margin-right: 30px;
padding-bottom: 50px;
}
.reactheme-blog-details .type-post {
margin-bottom: 0px;
}
.reactheme-blog-details .type-post .single-content-full {
overflow: hidden;
padding: 0;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap {
padding-top: 5px;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap h2 {
margin-bottom: 0;
}
.reactheme-blog-details .type-post .single-content-full .bs-desc {
padding: 0 0;
}
.reactheme-blog-details .type-post .tag-line {
padding: 0;
}
.reactheme-blog-details .type-post .tag-line a {
font-weight: 400;
color: #555;
}
.reactheme-blog-details .type-post .tag-line a:hover {
color: var(--e-global-color-primary);
}
.reactheme-blog-details .bs-info {
margin-bottom: 10px;
}
.reactheme-blog-details .bs-info.tags {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
color: var(--e-global-color-text);
font-family: var(--e-global-typography-primary-font-family);
border-top: 1px solid rgba(131, 131, 131, 0.25);
padding: 40px 0;
}
.reactheme-blog-details .bs-info.tags a {
display: inline-block;
line-height: 22px;
padding-left: 10px;
transition: all 0.3s ease;
font-weight: 600;
color: var(--e-global-color-text);
}
.reactheme-blog-details .bs-info.tags a:hover {
color: var(--e-global-color-primary);
}
.reactheme-blog-details .ps-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.reactheme-blog-details .bs-title {
margin-top: 0px;
font-size: 22px;
line-height: 1.2;
margin-bottom: 5px;
}
.reactheme-blog-details .single-page-info .p-user .author-img {
display: inline-block;
margin-right: 12px;
margin-bottom: 10px;
}
.reactheme-blog-details .single-page-info .p-user .author-img img {
border-radius: 50%;
}
.reactheme-blog-details .single-page-info .p-date,
.reactheme-blog-details .single-page-info .author-name,
.reactheme-blog-details .single-page-info .p-cname {
padding: 0;
color: #737383;
line-height: 24px;
display: inline-block;
margin-bottom: 0;
}
.reactheme-blog-details .single-page-info .author-name {
color: #737383;
}
.reactheme-blog-details .bs-meta {
font-size: 14px;
margin: 15px 0 0;
padding: 0;
}
.reactheme-blog-details .bs-meta li {
display: inline-block;
line-height: 10px;
margin-right: 10px;
}
.reactheme-blog-details .bs-meta li i {
margin-right: 3px;
font-size: 12px;
color: var(--e-global-color-primary);
}
.reactheme-blog-details .bs-meta li a {
color: #333;
}
.reactheme-blog-details .bs-meta li.category-name ul {
margin: 0;
float: left;
padding-left: 8px;
}
.reactheme-blog-details .bs-meta li .seperator {
padding-right: 10px;
}
.reactheme-blog-details .author-block {
display: flex;
background: var(--e-global-color-primary);
padding: 30px;
gap: 40px;
border-radius: 0;
}
.reactheme-blog-details .author-block .author-img {
flex-basis: 20%;
border-radius: 16px;
overflow: hidden;
}
.reactheme-blog-details .author-block .author-img img {
border-radius: 16px;
}
.reactheme-blog-details .author-block .author-desc {
flex-basis: 80%;
}
.reactheme-blog-details .author-block .author-title {
font-size: 22px;
position: relative;
line-height: 30px;
font-weight: 600;
text-transform: capitalize;
}
.reactheme-blog-details .author-block .author-title:after {
background: var(--e-global-color-primary);
content: "";
position: absolute;
left: 0;
bottom: -5px;
right: auto;
width: 120px;
height: 1px;
margin: 0 auto;
display: none;
}
.reactheme-blog-details .author-block .author-title a {
color: #212121;
}
.reactheme-blog-details .author-block p {
margin-bottom: 8px;
}
.reactheme-blog-details .author-block .rts-author-social-area ul {
margin: 0;
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 15px;
padding: 0;
}
.reactheme-blog-details .author-block .rts-author-social-area ul li {
list-style: none;
font-size: 30px;
}
.reactheme-blog-details .author-block .rts-author-social-area .author_signature img {
width: 100px;
height: auto;
}
.reactheme-blog-details .comment-respond {
margin-top: 25px;
}
.reactheme-blog-details .comments-title {
font-size: 30px;
margin-bottom: 40px;
margin-top: 40px;
line-height: 35px;
}
.reactheme-blog-details #reply-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
margin-top: 40px;
position: relative;
padding: 0 0 7px;
margin-bottom: 0 !important;
}
.reactheme-blog-details #reply-title small {
font-size: 80%;
}
.reactheme-blog-details #reply-title small a {
color: var(--e-global-color-primary);
padding-left: 10px;
}
.reactheme-blog-details #reply-title small a:hover {
color: var(--e-global-color-primary);
}
.reactheme-blog-details .comment-block {
margin-top: 50px;
}
.reactheme-blog-details .comment-block .comment {
padding: 25px;
background: #fff;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
margin-bottom: 35px;
}
.reactheme-blog-details .comment-block .comment .comment-header {
margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-header:before, .reactheme-blog-details .comment-block .comment .comment-header:after {
content: "";
display: table;
}
.reactheme-blog-details .comment-block .comment .comment-header:after {
clear: both;
}
.reactheme-blog-details .comment-block .comment img {
float: left;
margin-right: 15px;
}
.reactheme-blog-details .comment-block .comment h3 {
margin: 5px 0 0 0;
font-size: 16px;
line-height: 22px;
}
.reactheme-blog-details .comment-block .comment .comment-body p.desc {
margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-reply {
margin-bottom: 0;
}
ol.comment-list .comment-respond .form-submit {
margin-bottom: 20px;
}
.wp-block-button.is-style-outline {
margin: 10px 0;
}
.wp-block-cover-text {
color: #fff !important;
}
.single .tag-line {
position: relative;
}
.single .tag-line a {
display: inline-block;
margin-right: 3px;
margin-left: 0;
margin-bottom: 3px;
padding: 4px 10px 5px;
background: var(--e-global-color-primary);
position: relative;
color: #fff;
font-size: 14px;
line-height: 17px;
border-radius: 6px;
}
.single .ps-navigation {
border-top: 1px solid rgba(131, 131, 131, 0.25);
border-bottom: 1px solid rgba(131, 131, 131, 0.25);
padding: 30px 0;
overflow: auto;
}
.single .ps-navigation .prev {
width: 50%;
transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
margin-right: 10px;
position: relative;
top: -4px;
}
.single .ps-navigation .prev .next_link {
margin-left: 0;
}
.single .ps-navigation .prev:hover a {
color: var(--e-global-color-primary);
}
.single .ps-navigation .prev .date {
display: block;
}
.single .ps-navigation .next {
width: 50%;
transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
margin-right: 0;
}
.single .ps-navigation .next i {
margin-left: 10px;
position: relative;
top: -4px;
}
.single .ps-navigation .next:hover a {
color: var(--e-global-color-primary);
}
.single .ps-navigation .next .date {
display: block;
}
.single .ps-navigation .next_link {
text-transform: uppercase;
color: #909090;
}
.single .ps-navigation .link_text {
display: inline-block;
font-size: 20px;
font-weight: 700;
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-primary-font-family);
line-height: 1.5;
}
.single .ps-navigation .link_text i {
color: #909090;
margin-top: -9px;
}
.page .comments-area .comment-full .comment-respond {
padding: 0;
}
.single-post .ps-navigation {
margin-top: 0px;
}
.single-post .ps-navigation .next_link {
font-size: 16px;
text-transform: none;
color: #999 !important;
font-weight: 500;
padding: 0 0 8px;
position: relative;
}
.single-post .ps-navigation .next_link:hover {
color: #555 !important;
}
.single-post .ps-navigation ul li.next .inner-next {
position: relative;
margin-left: 10px;
}
.single-post .ps-navigation ul li.next .link_text {
position: relative;
margin-right: 0px;
margin-left: 0px;
}
.single-post .ps-navigation ul li.prev .inner-pre {
position: relative;
margin-right: 10px;
}
.single-post .ps-navigation .next_link i:before {
margin-left: 0;
}
.single-post .single-posts-meta {
margin: 0 !important;
padding: 38px 40px 0;
}
.single-post .single-posts-meta .fa-comments-o:before {
color: var(--e-global-color-primary);
}
.single-post .single-posts-meta li {
list-style: none;
display: inline-block;
padding-right: 10px;
color: #555;
font-size: 14px;
}
.single-post .single-posts-meta li span i {
font-size: 13px;
margin-right: 3px;
color: var(--e-global-color-primary);
}
.single-post .single-posts-meta li ul {
margin: 0;
position: relative;
padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
position: relative;
font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
color: var(--e-global-color-primary);
}
.single-post .single-posts-meta li ul li:before {
content: ",";
position: absolute;
font-size: 16px;
font-style: normal;
right: 4px;
top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
display: none;
}
.single-post .single-posts-meta li ul:before {
content: "\f02d";
position: absolute;
color: var(--e-global-color-primary);
font-family: FontAwesome;
font-size: 13px;
font-style: normal;
left: 0;
top: 0;
}
.single-post .ps-navigation ul li {
word-break: break-word;
}
.widget_media_gallery .gallery {
margin: 0;
}
.widget_media_gallery .gallery-item {
margin: 0;
}
.widget_media_gallery .gallery-item .gallery-icon {
padding: 5px;
}
.widget_media_gallery .gallery-item .gallery-icon img {
border-radius: 3px;
}
.comment-respond form#commentform {
border-radius: 16px;
margin: auto;
margin-top: 25px;
position: relative;
}
.comment-respond .form-field {
margin-bottom: 30px;
position: relative;
}
.comment-respond .form-field i {
position: absolute;
top: 50%;
left: 16px;
transform: translateY(-50%);
}
.comment-respond .form-field input {
width: 100%;
height: 50px;
padding: 5px 15px;
border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-field #comment {
width: 100%;
padding: 8px 20px;
border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-submit {
clear: both;
}
.comment-respond .form-submit #submit {
background: var(--e-global-color-primary);
position: relative;
display: inline-block;
padding: 10px 25px;
font-weight: 500;
border-radius: 30px;
color: #fff;
font-size: 16px;
margin-top: 20px;
border: none;
}
.comment-respond label {
display: none;
}
.comments-area {
margin-top: 0;
}
.comments-area ol.children {
padding: 0;
}
.comments-area .comment-list {
margin: 45px 0 0 0;
padding: 0;
}
.comments-area .comment-list li.comment {
padding: 0px;
margin: 20px 0 25px;
border-radius: 5px;
list-style: none;
background: rgba(255, 255, 255, 0.6);
}
.comments-area .comment-list li.comment .comment-full {
padding: 0;
border-radius: 0px;
position: relative;
}
.comments-area .comment-list li.comment .comment-body {
position: relative;
padding-left: 98px;
padding-bottom: 30px;
margin-bottom: 25px;
border-bottom: 1px solid #f4f4f4;
}
.comments-area .comment-list li.comment #respond {
padding-left: 98px;
padding-bottom: 0;
padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
display: none;
}
.comments-area .comment-list li.comment .comment-author {
text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
color: var(--e-global-color-secondary);
text-decoration: none;
}
.comments-area .comment-list li.comment .comment-author img {
float: left;
border-radius: 5px;
position: absolute;
left: 0;
border-radius: 50%;
}
.comments-area .comment-list li.comment .comment-author b {
float: left;
padding-right: 14px;
padding-top: 0;
font-weight: 400;
font-size: 20px;
}
.comments-area .comment-list li.comment .comment-metadata {
margin-left: 0;
margin-top: 0;
font-size: 14px;
padding-top: 0;
clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a {
text-decoration: none;
}
.comments-area .comment-list li.comment .comment-metadata a time {
color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
margin-top: 0;
border-radius: 5px;
padding-left: 0;
padding-right: 0;
}
.comments-area .comment-list li.comment .reply {
padding-left: 0;
margin-bottom: 0;
margin-top: 10px;
padding-bottom: 0;
text-align: left;
}
.comments-area .comment-list li.comment .reply a {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
padding: 4px 20px 6px;
line-height: 22px;
font-size: 14px;
font-weight: 400;
color: #fff;
background: var(--e-global-color-primary);
z-index: 1;
text-decoration: none;
border-radius: 6px;
}
.comments-area .comment-list li.comment .reply a:hover {
background: var(--e-global-color-primary);
color: #fff;
opacity: 0.9;
}
.comments-area .comment-list li.comment .reply a:hover:before {
top: 0%;
bottom: auto;
height: 100%;
}
.comments-area .comment-list li.comment .comment {
margin-bottom: 0;
padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
padding-right: 0;
margin-left: 2.5em;
margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
border-bottom: none;
}
.comments-area #commentform p input {
border: solid 1px rgba(0, 0, 0, 0.1);
border-radius: 6px;
padding: 15px 20px;
color: var(--e-global-color-text);
background: transparent;
width: 100%;
}
.comments-area p.comment-form-comment {
clear: both;
margin-bottom: 0;
}
.comments-area p.comment-form-comment textarea {
height: 145px;
border: solid 1px rgba(0, 0, 0, 0.1);
border-radius: 6px;
padding: 15px 20px;
color: var(--e-global-color-text);
background: transparent;
width: 100%;
font-size: 15px;
}
.comments-area .comment-navigation {
overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
position: relative;
padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
content: "\f104";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 0;
top: 1px;
color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
position: relative;
padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
content: "\f105";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
right: 0;
top: 1px;
color: #4caf50;
}
.comments-area label {
font-weight: 400;
}
.comment-full form input:focus,
.comment-full form textarea:focus {
border: 1px solid var(--e-global-color-primary);
outline: 1px solid var(--e-global-color-primary);
background: none;
}
.comment-full input[type=submit]:focus {
border: 0;
}
.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url {
display: none;
}
.inner-page-title {
padding-top: 70px;
}
.dynamic-sidebar .recent-widget {
margin: 0 0 3em;
}
.dynamic-sidebar .widget {
border: 0;
}
.padding-left-sidebar {
flex-direction: row-reverse;
}
.padding-left-sidebar .dynamic-sidebar {
padding: 0px 0px 20px 0;
}
#respond {
border-radius: 5px;
}
li.comment #respond {
background: none;
box-shadow: none;
padding: 0;
border-radius: 0;
} .react-sideabr .widget select {
margin: 0;
border: 1px solid #f8f8f8;
border-right: 8px solid #f8f8f8;
background: #fff;
}
.react-sideabr .recentcomments a {
text-decoration: underline !important;
}
.react-sideabr .recentcomments .comment-author-link a {
text-decoration: none !important;
}
.react-sideabr .widget_block label.wp-block-search__label,
.react-sideabr .widget_block h2,
.react-sideabr .widget-title {
color: var(--e-global-color-secondary);
position: relative;
font-size: 20px;
line-height: 1.24;
font-weight: 700;
z-index: 1;
position: relative;
letter-spacing: normal;
margin-bottom: 15px;
}
.react-sideabr .widget {
position: relative;
transition: all 500ms ease;
margin-bottom: 40px;
border-radius: 0;
}
.react-sideabr .widget:hover:after {
height: 70px;
}
.react-sideabr .widget_media_image {
padding: 0;
background: none;
}
.react-sideabr .widget:last-child {
margin-bottom: 0;
}
.react-sideabr ul {
margin: 0;
padding: 0;
list-style: none;
}
.react-sideabr ul a {
color: var(--e-global-color-primary);
transition: all 0.3s ease 0s;
}
.react-sideabr ul a:hover {
color: var(--e-global-color-primary);
}
.react-sideabr ul li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr ul li + li {
margin-top: 10px;
padding-top: 13px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr .widget_categories ul li,
.react-sideabr .widget_archive ul li,
.react-sideabr .widget_pages ul li,
.react-sideabr .widget_meta ul li,
.react-sideabr .widget_recent_entries ul li,
.react-sideabr .widget_nav_menu ul li,
.react-sideabr .widget_block ul li {
border-top: none;
border: none;
position: relative;
margin-bottom: 10px;
transition: 0.3s;
padding-top: 0;
border-radius: 12px;
}
.react-sideabr .widget_categories ul li a,
.react-sideabr .widget_archive ul li a,
.react-sideabr .widget_pages ul li a,
.react-sideabr .widget_meta ul li a,
.react-sideabr .widget_recent_entries ul li a,
.react-sideabr .widget_nav_menu ul li a,
.react-sideabr .widget_block ul li a {
color: #5D666F;
font-weight: 500;
transition: 0.3s;
padding: 5px 0px;
display: inline-block;
border-radius: 12px;
}
.react-sideabr .widget_categories ul li a:hover,
.react-sideabr .widget_archive ul li a:hover,
.react-sideabr .widget_pages ul li a:hover,
.react-sideabr .widget_meta ul li a:hover,
.react-sideabr .widget_recent_entries ul li a:hover,
.react-sideabr .widget_nav_menu ul li a:hover,
.react-sideabr .widget_block ul li a:hover {
color: var(--e-global-color-primary);
}
.react-sideabr .widget_categories ul li span,
.react-sideabr .widget_archive ul li span,
.react-sideabr .widget_pages ul li span,
.react-sideabr .widget_meta ul li span,
.react-sideabr .widget_recent_entries ul li span,
.react-sideabr .widget_nav_menu ul li span,
.react-sideabr .widget_block ul li span {
font-weight: 700;
float: right;
font-size: 14px;
font-weight: 700;
}
.react-sideabr .widget_categories ul li ul,
.react-sideabr .widget_archive ul li ul,
.react-sideabr .widget_pages ul li ul,
.react-sideabr .widget_meta ul li ul,
.react-sideabr .widget_recent_entries ul li ul,
.react-sideabr .widget_nav_menu ul li ul,
.react-sideabr .widget_block ul li ul {
padding-top: 7px;
padding-left: 10px;
}
.react-sideabr .widget_categories ul li ul li,
.react-sideabr .widget_archive ul li ul li,
.react-sideabr .widget_pages ul li ul li,
.react-sideabr .widget_meta ul li ul li,
.react-sideabr .widget_recent_entries ul li ul li,
.react-sideabr .widget_nav_menu ul li ul li,
.react-sideabr .widget_block ul li ul li {
padding: 0;
margin-bottom: 0;
}
.react-sideabr .widget_categories ul li a {
position: relative;
}
.react-sideabr .widget_categories ul li a:hover {
color: var(--e-global-color-primary);
}
.react-sideabr .widget_nav_menu span.description {
display: none;
}
.react-sideabr .widget_recent_comments ul li {
border-top: none;
border: none;
margin-top: 0px;
position: relative;
background: #eee;
margin-bottom: 10px;
padding: 14px 20px;
}
.react-sideabr .widget_recent_comments ul li:last-child {
border: none;
}
.react-sideabr .widget_recent_comments ul li a {
font-size: 16px;
text-decoration: underline !important;
font-weight: 500;
}
.react-sideabr .widget_recent_comments ul li a:hover {
color: var(--e-global-color-primary);
}
.react-sideabr .widget_recent_comments ul li ul {
padding-top: 7px;
background: #f8f9fb;
padding-left: 10px;
}
.react-sideabr .widget_product_categories h2.widget-title {
margin-bottom: 18px;
}
.react-sideabr .widget_product_categories ul li {
border-top: none;
padding: 6px 0px 6px 14px;
border: none;
margin-top: 0px;
position: relative;
}
.react-sideabr .widget_recent_entries h2.widget-title {
margin-bottom: 18px;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: none;
padding: 13px 0px 3px 0px;
position: relative;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a {
color: var(--e-global-color-primary);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a:hover {
color: var(--e-global-color-primary);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li:first-child {
border-top: none;
margin-top: 0;
}
.react-sideabr .widget_block ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
font-weight: 400;
line-height: 1.4;
}
.react-sideabr .widget_calendar table caption {
padding-bottom: 0;
}
.react-sideabr .widget_block ul li {
font-weight: 400;
line-height: 1.5;
}
.react-sideabr .widget_block ul > li:first-child > a:after {
display: none;
}
.react-sideabr .widget_search,
.react-sideabr .bs-search {
overflow: hidden;
position: relative;
}
.react-sideabr .widget_search input,
.react-sideabr .bs-search input {
color: #999999;
height: 50px;
padding-left: 20px;
padding-right: 65px;
border: 1px solid rgba(0, 0, 0, 0.1098039216);
border-radius: 0;
background: #fff;
transition: all 0.4s ease-out 0s;
}
.react-sideabr .widget_search input:focus,
.react-sideabr .bs-search input:focus {
outline: none;
border: 1px solid var(--e-global-color-primary);
}
.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
background: var(--e-global-color-primary);
border: medium none;
padding: 0;
width: 50px;
height: 50px;
position: absolute;
right: 0px;
top: 0;
z-index: 0;
font-size: 16px;
outline: none;
border-radius: 0;
}
.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
margin: 0;
color: var(--e-global-color-primary);
}
.react-sideabr .widget_search label,
.react-sideabr .bs-search label {
display: inline;
font-weight: normal;
}
.react-sideabr label.wp-block-search__label {
display: block;
margin-bottom: 25px;
}
.react-sideabr .wp-block-search__inside-wrapper {
position: relative;
}
.react-sideabr .widget_search button {
font-size: 0;
}
.react-sideabr .widget_search button:before {
font-family: "rt-icons";
font-size: 16px;
content: "\e819";
position: absolute;
right: 16px;
top: 16px;
color: #fff;
}
.react-sideabr .widget_categories ul, .react-sideabr .widget_recent_entries ul, .react-sideabr .widget_archive ul, .react-sideabr .widget_meta ul {
list-style: none;
}
.react-sideabr .recent-post-widget > div + div {
margin-top: 18px;
}
.react-sideabr .recent-post-widget .post-date {
font-size: 13px;
color: #999999;
}
.react-sideabr .recent-post-widget .post-title {
font-weight: 400;
margin-bottom: 0 !important;
}
.react-sideabr .recent-post-widget .post-title a {
font-size: 15px;
}
.react-sideabr .recent-post-widget .post-desc {
margin-left: 20px;
}
.react-sideabr .recent-post-widget .post-desc span {
display: block;
font-size: 12px;
color: var(--e-global-color-text);
font-weight: 500;
padding-top: 3px;
}
.react-sideabr .recent-post-widget .post-desc span i {
width: 14px;
color: var(--e-global-color-primary);
}
.react-sideabr .recent-post-widget .post-desc a {
display: block;
color: var(--e-global-color-secondary);
transition: all 0.3s ease 0s;
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin-top: 5px;
}
.react-sideabr .recent-post-widget .post-desc a:hover {
color: var(--e-global-color-primary);
}
.react-sideabr .tagcloud a {
display: inline-block;
font-size: 12px !important;
text-decoration: none;
color: #fff !important;
background: var(--e-global-color-primary);
padding: 5px 10px;
margin: 4px;
}
.react-sideabr .tagcloud a:hover {
color: #fff;
background-color: var(--e-global-color-primary);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
color: var(--e-global-color-primary);
}
.bottom-shadow1 {
padding: 32px 0 20px 0;
}
.react-sideabr .widget_recent_entries ul li:first-child {
border: none;
}
ul.wp-block-archives-list {
list-style: none;
}
ul.wp-block-archives-list li {
border-top: none;
padding: 6px 0px 6px 0px;
border: none;
margin-top: 0px;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
text-decoration: underline !important;
}
.wp-block-categories.wp-block-categories-dropdown select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.wp-block-archives.wp-block-archives-dropdown select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.wp-block-categories.wp-block-categories-dropdown {
position: relative;
background: transparent;
display: inline-block;
}
.wp-block-categories.wp-block-categories-dropdown:after {
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
right: 14px;
top: 7px;
font-size: 20px;
color: #171f32;
z-index: 0;
pointer-events: none;
}
.wp-block-archives.wp-block-archives-dropdown {
position: relative;
background: transparent;
display: inline-block;
}
.wp-block-archives.wp-block-archives-dropdown:after {
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
right: 14px;
top: 7px;
font-size: 20px;
color: #171f32;
z-index: 0;
pointer-events: none;
}
.page-header {
margin: 0 0 20px;
}
.page-header h1 {
margin-top: 0;
}
body.search .entry-summary .blog-button a {
text-align: center;
display: inline-block;
color: var(--e-global-color-primary);
padding: 7px 35px 14px 35px;
position: relative;
z-index: 1;
font-weight: 600;
font-size: 16px;
border-radius: 15px;
}
body.search .entry-summary .blog-button a:hover {
background: var(--e-global-color-primary);
color: #fff;
border-color: var(--e-global-color-primary);
}
.single-post .react-sideabr h2 {
margin-top: 0;
}
.recent-post-widget > div + div {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 15px;
}
.show-featured {
display: flex;
align-items: center;
}
@media all and (max-width: 475px) {
.show-featured {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.show-featured .post-desc {
margin-left: 0 !important;
}
}
.show-featured .post-img {
width: 90px;
float: left;
overflow: hidden;
border-radius: 5px;
}
.show-featured .post-img img {
transition: all 0.5s ease 0s;
border-radius: 5px;
height: 80px;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.show-featured .post-img:hover img {
transform: scale(1.2);
}
.show-featured .post-item {
flex-basis: 80%;
overflow: hidden;
}
.bs-search {
overflow: hidden;
position: relative;
}
.bs-search input {
border: 0;
background: #f6f6f6;
color: #444444;
padding: 18px 45px 18px 25px;
width: 100%;
border-radius: 0;
}
.bs-search button {
border: medium none;
padding: 9px 18px;
position: absolute;
right: 0;
top: 0;
z-index: 1;
font-size: 16px;
outline: none;
border-radius: 0;
color: #fff;
}
.bs-search button i:before {
font-size: 18px;
font-weight: 600;
}
.bs-search button:hover {
color: var(--e-global-color-primary);
}
.bs-search label {
display: inline;
font-weight: normal;
}
article.sticky .blog-title a {
color: var(--e-global-color-secondary) !important;
position: relative;
padding-left: 25px;
font-weight: 700;
}
article.sticky .blog-title a:after {
font-family: rt-icons;
content: "\e81b";
position: absolute;
left: 0;
top: 11px;
color: var(--e-global-color-primary);
font-size: 25px;
}
article.sticky .blog-title:hover a {
color: var(--e-global-color-primary) !important;
}
article.sticky .blog-title:hover a:after {
color: var(--e-global-color-primary);
}
.archive-post h3.blog-title a {
color: var(--e-global-color-primary);
}
.archive-post h3.blog-title a:hover {
color: var(--e-global-color-primary);
}
.search-no-results .no-results {
margin-right: 20px;
}
.search-no-results .no-results .search-form {
position: relative;
}
.search-no-results .no-results .search-form button {
background: var(--e-global-color-primary);
border: medium none;
position: absolute;
right: 0px;
top: 0;
width: 55px;
height: 55px;
line-height: 35px;
z-index: 0;
font-size: 16px;
outline: none;
}
.search-no-results .no-results .search-form button:before {
font-family: "rt-icons";
font-size: 16px;
content: "\e819";
position: absolute;
right: 20px;
top: 11px;
color: #fff;
} .page-numbers.dots {
padding-left: 13px;
line-height: 40px;
padding-right: 20px;
display: inline-block;
}
.reactheme-pagination-area,
.pagination-area {
padding-top: 50px;
clear: both;
text-align: center;
}
.reactheme-pagination-area .pagination,
.pagination-area .pagination {
padding: 0;
margin: 0;
}
.reactheme-pagination-area .nav-links,
.pagination-area .nav-links {
display: inline-block;
padding: 11px 0px;
margin: 0 auto;
}
.reactheme-pagination-area .nav-links span.current,
.pagination-area .nav-links span.current {
background: var(--e-global-color-primary);
color: #fff;
}
.reactheme-pagination-area .nav-links > *,
.pagination-area .nav-links > * {
border-radius: 30px;
margin-right: 10px;
font-size: 16px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
display: inline-block;
vertical-align: top;
border: 1px solid var(--color-border);
font-weight: 700;
width: 50px;
height: 50px;
line-height: 50px;
}
.reactheme-pagination-area .nav-links a,
.pagination-area .nav-links a {
color: var(--e-global-color-text);
background: transparent;
}
.reactheme-pagination-area .nav-links a:hover,
.pagination-area .nav-links a:hover {
background: var(--e-global-color-primary);
color: #fff;
}
.reactheme-pagination-area .nav-links a.next,
.pagination-area .nav-links a.next {
font-size: 0;
position: relative;
}
.reactheme-pagination-area .nav-links a.next:before,
.pagination-area .nav-links a.next:before {
content: "\e814";
font-family: "rt-icons";
font-size: 16px;
left: 50%;
transform: translate(-50%, 0px);
position: absolute;
z-index: 1;
}
.reactheme-pagination-area .nav-links a.prev,
.pagination-area .nav-links a.prev {
font-size: 0;
position: relative;
}
.reactheme-pagination-area .nav-links a.prev:before,
.pagination-area .nav-links a.prev:before {
content: "\e813";
font-family: "rt-icons";
font-size: 16px;
left: 50%;
transform: translate(-50%, 0px);
position: absolute;
z-index: 1;
}
.pagination-pages {
display: inline-block;
border: 1px solid #f1f1f1;
padding: 11px 30px;
border-radius: 10px;
}
.entry-footer .edit-link {
padding: 20px 0;
display: block;
}
.wp-block-latest-posts, .wp-block-rss {
list-style: none;
}
.wp-block-latest-posts li, .wp-block-rss li {
border-top: none;
padding: 6px 0px 6px 0px;
border: none;
margin-top: 0px;
position: relative;
}
.wp-block-latest-posts li a, .wp-block-rss li a {
font-size: 16px;
color: var(--e-global-color-primary);
}
.wp-block-latest-posts li a:hover, .wp-block-rss li a:hover {
color: var(--e-global-color-primary);
} body.search-results .site-main > article {
margin-bottom: 40px;
}
body.search-results .site-main > article .entry-title {
padding: 0;
font-weight: 600;
margin-bottom: 12px;
font-size: 36px;
line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
color: var(--e-global-color-secondary);
}
body.search-results .site-main > article .entry-title a:hover {
color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary {
padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary .search-button a i {
vertical-align: middle;
transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
padding: 20px 35px;
background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
display: none;
}
body.search-results .site-main > article .entry-footer span {
font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
font-weight: 400;
}
body.search-results .site-main > article .entry-footer span a:hover {
color: var(--e-global-color-primary);
}
body.search-results .pagination-area .pagination {
margin: 30px 0 0;
}
.page #reply-title small a {
padding-left: 10px;
}
.main-contain #content {
padding-top: 100px;
padding-bottom: 100px;
}
body.elementor-template-full-width .main-contain #content {
padding-top: 0;
padding-bottom: 0;
}
body.elementor-template-full-width .container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.footer-bottom {
padding: 15px 15px;
background: #f9f9f9;
text-align: center;
}
.footer-bottom p {
margin: 0;
}
.menu-wrap-off {
position: fixed;
z-index: 999999;
width: 100%;
right: 0;
top: 0;
height: 100%;
padding: 40px;
font-size: 1.15em;
transform: translate3d(550px, 0, 0);
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
max-width: 500px;
overflow-y: auto;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.menu-wrap-off .inner-offcan .nav-link-container {
position: absolute;
right: 18px;
top: 45px;
display: block;
z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
display: block;
padding: 0 16px;
font-size: 26px;
cursor: pointer;
top: -11px;
}
.menu-ofcn.off-open {
transform: translate3d(0, 0, 0);
}
.menu-area-addon-offcan {
padding-top: 0;
padding-bottom: 0;
}
.menu-area-addon-offcan .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
.menu-area-addon-offcan .navbar {
margin-bottom: 0;
border: 0;
padding: 0;
display: block;
}
.menu-area-addon-offcan .navbar ul {
margin: 0;
padding: 0;
}
.menu-area-addon-offcan .navbar ul > li {
position: relative;
display: block;
transition: 0.3s;
padding: 10px 0;
}
.menu-area-addon-offcan .navbar ul > li.current-menu-ancestor > a, .menu-area-addon-offcan .navbar ul > li.current-menu-item > a, .menu-area-addon-offcan .navbar ul > li.current_page_item > a {
color: var(--e-global-color-primary);
}
.menu-area-addon-offcan .navbar ul > li > a {
color: var(--e-global-color-secondary);
font-size: 1rem;
padding-right: 0;
opacity: 1;
}
.menu-area-addon-offcan .navbar ul > li:hover > a {
opacity: 0.7;
}
.menu-area-addon-offcan .navbar ul > li > a {
display: block;
text-decoration: none;
transition: 0.3s;
font-weight: 600;
}
.menu-area-addon-offcan .navbar ul li ul.sub-menu li a {
font-size: 14px;
}
.menu-area-addon-offcan .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
color: var(--e-global-color-primary);
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a {
position: relative;
margin-right: 0;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a:before {
content: "\e80a";
position: absolute;
font-family: "rt-icons" !important;
left: auto;
right: -1px;
top: 52%;
text-align: center;
z-index: 9;
font-size: 17px;
display: block;
cursor: pointer;
transform: translateY(-50%);
font-weight: 400;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a.rt-open:before {
content: "\e82e";
}
.menu-wrap-off .sub-menu {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.menu-wrap-off .menu-item-has-children > .sub-menu {
display: block;
padding: 10px 0 0 10px;
}
.menu-wrap-off ul.menu ul ul {
display: block !important;
overflow: visible;
height: auto;
}  #de-loader {
position: fixed;
z-index: 20000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.lds-roller {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
background: red;
margin: -2px 0 0 -2px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 63px;
left: 63px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 68px;
left: 56px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 71px;
left: 48px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 72px;
left: 40px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 71px;
left: 32px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 68px;
left: 24px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 63px;
left: 17px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 56px;
left: 12px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .page-error {
position: relative;
display: table;
width: 100%;
height: 100%;
background-repeat: no-repeat !important;
background-size: cover !important;
background: #fff;
}
.page-error .error-image {
margin-bottom: 20px;
}
.page-error .container {
position: fixed;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.page-error .page-content {
max-width: 650px;
margin: 0 auto;
}
.page-error .content-area {
position: relative;
margin: 0 auto;
text-align: center;
}
.page-error .content-area h1.page-title {
color: #fff;
font-size: 100px;
margin-bottom: 30px;
margin-top: 0px;
}
.page-error .content-area h2 {
font-size: 20px;
font-weight: 400;
max-width: 480;
margin: 0 auto 20px;
}
.page-error .content-area h2 span {
display: block;
font-size: 230px;
line-height: 180px;
margin-bottom: 20px;
color: var(--e-global-color-primary);
font-weight: 700;
}
.page-error .content-area p.error-msg {
font-size: 16px;
font-weight: 400;
max-width: 480;
margin: 30px auto 10px;
}
.page-error .reacbutton {
overflow: hidden;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 1;
padding: 16px 26px;
display: inline-block;
position: relative;
z-index: 1;
text-transform: capitalize;
cursor: pointer;
text-decoration: none;
transition: all 0.4s ease-in-out;
background: var(--e-global-color-primary);
border: none;
border-radius: 30px;
margin-top: 20px;
}
.page-error .reacbutton:hover {
box-shadow: 2px 10px 20px 0px rgba(var(--primary-color-rgb), 0.5);
}
.page-error.page-error-img .content-area p.error-msg {
color: #fff;
}
@media screen and (max-width: 767px) {
.rt-row-header .header-logo {
max-width: 60%;
flex: 0 0 60%;
}
.rt-row-header .rt-menu-responsive {
max-width: 40%;
flex: 0 0 40%;
}
}
.relative {
position: relative;
}
.reactheme__blog__post {
display: block;
overflow: hidden;
position: relative;
}
.reactheme__blog__post__date {
position: absolute;
z-index: 2;
font-weight: 600;
background: rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(10px);
-o-backdrop-filter: blur(10px);
-moz-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border-radius: 4px;
text-align: center;
color: #fff;
padding: 16px;
padding-bottom: 8px;
margin: 24px;
right: 0;
}
.reactheme__blog__post__date h4 {
font-size: 36px;
margin-bottom: 0;
line-height: 1;
color: #fff;
}
.reactheme__blog__post__thumb {
width: 100%;
transition: var(--transition);
display: block;
transform: scale(1);
}
.reactheme__blog__post__meta {
position: absolute;
left: 0;
bottom: 0;
padding: 40px;
z-index: 2;
}
@media screen and (max-width: 575px) {
.reactheme__blog__post__meta {
padding: 30px;
}
}
.reactheme__blog__post__meta .categories {
padding: 0 8px;
margin-bottom: 18px;
display: inline-block;
background: var(--e-global-color-primary);
}
.reactheme__blog__post__meta .categories a {
color: #fff;
}
.reactheme__blog__post__title {
margin-bottom: 0;
display: block;
font-size: 20px;
color: #fff;
line-height: 1.6em !important;
font-family: var(--e-global-typography-secondary-font-family);
}
.reactheme__blog__post__excerpt {
margin-bottom: 0;
display: block;
color: rgba(255, 255, 255, 0.65);
}
.reactheme__blog__post .gradient-edge-bottom {
z-index: 1;
position: absolute;
bottom: 0;
width: 100%;
background: linear-gradient(0deg, rgb(16, 60, 59) 0%, rgba(16, 60, 59, 0) 100%);
height: 70%;
}
.reactheme__blog__post:hover .reactheme__blog__post__thumb {
transform: scale(1.1);
}