.wp-pagenavi {
clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
border: 1px solid var(--wp-pagenavi-border-color, #bfbfbf);
margin: 2px;
padding: 3px 5px;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.wp-pagenavi a,
.wp-pagenavi span {
border-color: var(--wp-pagenavi-border-color, #4f4f4f);
}
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
border-color: var(--wp-pagenavi-border-color-current, currentColor);
}
.wp-pagenavi span.current {
font-weight: bold;
}html {
height: 100%;
scroll-behavior: smooth;
scroll-padding-top: 95px;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
text-decoration: none;
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  :root {
--font-family: Helvetica, sans-serif;
--font-family-h: Times New Roman;
--color-primary: #4DA0D4;
--color-black: #000000;
--h1: 30px;
--h2: 24px;
--h3: 20px;
--h4: 18px;
--h5: 17px;
--h6: 16px;
}
body,
button,
input,
select,
optgroup,
textarea {
color: var(--color-black);
font-family: var(--font-family);
font-size: 1rem;
line-height: 1.6;
font-weight: 400;
}
h1 {
font-size: var(--h1);
line-height: normal;
}
h2 {
font-size: var(--h2);
line-height: normal;
}
h3 {
font-size: var(--h3);
line-height: normal;
}
h4 {
font-size: var(--h4);
line-height: normal;
}
h5 {
font-size: var(--h5);
line-height: normal;
}
h6 {
font-size: var(--h6);
line-height: normal;
}
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-track {
background: #ffffff;
border-radius: 2px;
}
::-webkit-scrollbar-thumb {
background: #dadada; 
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
background: #cccccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-family-h);
margin-top: 25px;
margin-bottom: 20px;
clear: both;
}
p {
margin-bottom: 1em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 0 20px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
min-height: 100vh;
background: #F3F3F3;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
padding-left: 1.2rem;
margin: 0 0 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
xborder-radius: 5px;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
.side-menu .social-media {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
} a,
a:hover,
a:focus,
a:active,
a:visited {
color: var(--color-primary);
}
a:hover,
a:active {
outline: 0;
}
.pointer {
cursor: pointer;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #e6e6e6;
border-radius: 3px;
padding: 3px 10px;
outline: none;
box-shadow: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #e6e6e6;
}
textarea {
width: 100%;
} .main-navigation {
display: block;
width: 100%;
}
.main-navigation .nav-middle .nav ul {
position: absolute;
top: 120%;
margin-left: -30px;
width: max-content !important;
max-width: 200px;
padding: 17px 0;
background: #ffffff;
-webkit-box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
-moz-box-shadow: 0px 10px 20px 0px rgba(8,0,42,0.08);
box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
visibility: hidden;
list-style: none;
opacity: 0;
z-index: 1;
}
.main-navigation .nav-middle .nav li:hover .dropdown {
visibility: visible;
opacity: 1;
top: 102%;
}
.main-navigation .nav-middle .nav li .dropdown li >a {
width: 100%;
display: block;
padding: 3px 30px;
margin-right: 0 !important;
text-transform: capitalize;
position: relative;
}
.main-navigation .nav-middle .nav ul ul {
left: -999em;
top: 0;
}
.main-navigation .nav-middle .nav ul li:hover > ul,
.main-navigation .nav-middle .nav ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation .nav-middle .nav ul a {
max-width: 200px;
}
.main-navigation li {
xposition: relative;
display: inline-block;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
cursor: pointer;
}
.bar1, .bar2, .bar3 {
width: 30px;
height: 3px;
background-color: #333;
margin: 5px 0;
transition: 0.4s;
}
.active .bar1 {
transform: translate(0, 8px) rotate(-45deg);
}
.active .bar2 {opacity: 0;}
.active .bar3 {
transform: translate(0, -8px) rotate(45deg);
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
xdisplay: none;
}
.main-navigation .nav-middle .nav {
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
font-size: 13px;
color: #6d717f;
line-height: 18px;
text-align: center;
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}  .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} ::-moz-selection { color: #ffffff;
background: var(--color-primary);
}
::selection {
color: #ffffff;
background: var(--color-primary);
}
.w-100 {
width: 100%;
}
.wrapper {
width: 100%;
}
.content {
width: 100%;
min-height: 100vh;
padding-top: 220px;
padding-bottom: 0;
transition: all 0.3s;
}
.container, .elementor-section.elementor-section-boxed > .elementor-container {
width: 100%;
max-width: 1600px !important;
padding-right: 4rem;
padding-left: 4rem;
margin-right: auto;
margin-left: auto;
} .c-ads {
text-align: center;
}
.c-ads img {
width: 100%;
}  .c-logo {
text-align: center;
margin-bottom: 10px;
}
.c-logo img {
width: 250px;
-o-transition: all .6s;
-moz-transition: all .6s;
-webkit-transition: all .6s;
-ms-transition: all .6s;
transition: all .6s;
}
.nav-scroll .c-logo img {
width: 130px;
}  .main-navigation {
position: fixed;
xwidth: inherit;
top: 0;
padding-top: 30px;
background-color: #F3F3F3;
z-index: 99;
-o-transition: all .6s;
-moz-transition: all .6s;
-webkit-transition: all .6s;
-ms-transition: all .6s;
transition: all .6s;
}
.main-navigation.nav-scroll {
padding-top: 10px;
padding-bottom: 20px;
border-bottom: 1px solid rgb(214, 214, 214);
}
.main-navigation.nav-scroll a {
padding-bottom: 0;
}
.main-navigation>.container {
position: relative;
}
.main-navigation .nav-collapse {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center!important;
align-items: center!important;
xborder-bottom: 1px solid #E6E6E6;
}
.main-navigation .nav-middle {
position: relative;
width: 100%;
padding: 0 60px;
}
.xmain-navigation .nav-middle:after {
content: "";
position: absolute;
width: 100px;
height: 50px;
z-index: 999;
top: 0;
right: 0;
background-image: linear-gradient(to right, rgb(255 255 255 / 31%) 50%, #fff 100%);
}
.main-navigation .nav-left {
xwidth: 30%;
position: absolute;
left: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end !important;
-ms-flex-align: center!important;
align-items: center!important;
z-index: 9;
}
.nav-left .seach-icon i {
font-size: 22px;
margin-top: 2px;
}
.main-navigation .nav-right {
xwidth: 30%;
position: absolute;
right: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end !important;
-ms-flex-align: center!important;
align-items: center!important;
z-index: 99;
}
.main-navigation .nav-right span {
display: inherit;
margin-right: 20px;
}
.main-navigation .nav-right .c-btn {
margin-right: 0;
}
.main-navigation .nav-middle .nav>li.active>a, .main-navigation .nav-middle .nav>li.current-menu-parent>a, .main-navigation .nav-middle .nav>li .dropdown li.active a {
position: relative;
font-weight: 500;
color: var(--color-primary) !important;
}
.xmain-navigation .nav-middle .nav>li>a:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0%;
height: 1px;
background: var(--color-primary);
transition: width .5s ease;
z-index: 1;
}
.xmain-navigation .nav-middle .nav>li>a:hover:after {
width: 100%;
}
.main-navigation .nav-middle .nav li a:hover, footer .c-menu ul li a:hover, .post-meta span a:hover>span {
color: var(--color-primary) !important;
}
.main-navigation .nav-middle .nav li a:hover svg path, .main-navigation .nav-middle .nav li.active a svg path, .main-navigation .nav-middle .nav>li.current-menu-parent>a svg path {
fill: var(--color-primary) !important;
}
.xmain-navigation .nav-middle .nav>li.active a:after, .xmain-navigation .nav-middle .nav>li.current-menu-parent>a:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: var(--color-primary);
}
.main-navigation a {
font-size: 15px;
font-weight: 600;
color: #333;
padding: 16px 0;
margin-right: 30px;
}
.main-navigation a svg {
float: right;
width: 10px;
margin-top: 9px;
margin-left: 5px;
} .side-menu {
position: fixed;
inset: 0px;
visibility: hidden;
opacity: 0;
z-index: 9;
background-color: #282828;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}
.menu-active .side-menu {
visibility: visible;
opacity: 1;
}
.side-menu .content-menu {
height: auto;
max-height: 100vh;
padding-top: 190px;
overflow-y: auto !important;
overflow: hidden;
}
.side-menu .content-menu ul {
list-style: none;
padding: 0;
margin: 0;
text-align: right;
}
.side-menu .content-menu ul li a {
font-size: 30px;
font-weight: 500;
font-family: var(--font-family-h);
color: #ffffff;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}
.side-menu .content-menu ul li a:hover {
color: var(--color-primary);
}
.side-menu .content-menu .sm-menu {
padding: 20px 0;
margin-top: 20px;
border-top: 1px solid rgb(214, 214, 214);
border-bottom: 1px solid rgb(214, 214, 214);
}
.side-menu .content-menu .sm-menu ul li {
margin-bottom: 5px;
}
.side-menu .content-menu .sm-menu ul li:last-child {
margin-bottom: 0px;
}
.side-menu .content-menu .sm-menu ul li a {
font-family: var(--font-family);
font-size: 17px;
}
.side-menu .content-menu .social-media {
padding: 40px 0;
text-align: center;
}
.side-menu .content-menu .social-media a {
font-size: 20px;
color: #ffffff;
margin: 0 15px;
}
.menu-active .main-navigation .c-logo img {
width: 130px;
}
.menu-active .main-navigation {
padding-top: 10px;
padding-bottom: 4px;
border-bottom: 1px solid rgb(214, 214, 214);
}
.menu-active .main-navigation.nav-scroll {
padding-bottom: 20px;
}
.menu-active .main-navigation .c-logo {
margin-bottom: -5px;
}
.menu-active .main-navigation.nav-scroll .c-logo {
margin-bottom: 10px;
} .nav-middle .navwrap::-webkit-scrollbar {
height: 3px !important;
}
.nav-middle .navwrap::-webkit-scrollbar-thumb {
background: #dadada !important;
}
.nav-middle .navwrap::-webkit-scrollbar-track {
background: transparent !important;
border-radius: 2px !important;
}
.nav-middle ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav-middle .navwrap {
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap; xpadding-bottom: 14px;
}
.nav-middle .nav {
display: table; width: 100%;
xword-spacing: -9em; text-align: center;
}
.nav-middle .nav li {
display: inline-block;
text-align: left;
word-spacing: normal; }
.nav-middle .nav li > a {
position: relative;
text-transform: uppercase;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}
.nav-middle .nav li:hover,
.nav-middle .nav > li > a:hover,
.nav-middle .nav li:focus,
.nav-middle .nav > li > a:focus {
z-index: 105;
}
.nav-middle .nav li li {
display: block;
white-space: normal;
} .nav-middle .nav .touch-only {
display: none;
left: -10px;
}
.touch-device .nav .touch-only {
display: inline-block;
}
.touch-device .nav .touch-only a {
background: var(--color-black);
color: #ffffff;
} .isScrolling .nav ul.dropdown {
left: -999em;
opacity: 0;
}  body .c-btn {
display: inline-block;
font-size: 16px;
padding: 3px 23px;
color: #ffffff;
background-color: var(--color-black);
} .title h1, .sec-title {
font-size: 25px;
font-weight: 700;
line-height: 1.4;
}
.sec-title {
margin-bottom: 30px;
}
.title h1 {
margin: 30px 0;
text-align: center;
}
.content-page .title h1 {
margin-bottom: 25px;
}
.title h1 span {
font-weight: 400;
}  .c-alert {
color: #664d03;
background-color: #fff3cd;
border: 1px solid #ffecb5;
border-radius: 5px;
padding: 13px 20px;
margin-bottom: 30px;
}  .c-subscribe {
width: fit-content;
max-width: 100%;
border: 1px solid var(--color-black);
margin: 40px auto 80px !important;
padding: 10px 50px;
border-radius: 5px;
}
@media (max-width: 600px) {
.c-subscribe {
width: 100%;
max-width: 100%;
margin: 40px auto 40px !important;
padding: 10px 30px;
}
}
.c-subscribe>span {
font-size: 30px;
font-weight: 500;
font-family: var(--font-family-h);
margin-right: 30px;
}
.c-subscribe>.c-btn {
font-size: 30px;
padding: 0px 35px;
}  .c-row {
display: flex;
flex-wrap: wrap;
margin: 0 -20px;
}
.c-col {
flex: 0 0 auto;
width: 50%;
padding: 0 20px;
margin-bottom: 30px;
}  @media only screen and (min-width: 992px) {
.layout-2-1 .c-row {
width: 100% !important;
margin: 0 !important;
}
.layout-2-1 .c-col {
padding: 0 !important;
}
.layout-2-1 .c-col:first-child, .layout-2-1 .c-col:nth-child(3) {
width: 40%;
}
.layout-2-1 .c-col:nth-child(3) {
margin-top: 40px;
position: absolute;
}
.layout-2-1 .c-col:nth-child(2) {
width: 60%;
top: 0 !important;
left: auto !important;
right: 0 !important;
padding-left: 60px !important;
}
.layout-2-1 .c-col:nth-child(2) img {
xheight: 860px;
object-fit: cover;
}
.layout-2-1 .c-col:nth-child(2) article {
position: relative;
height: 100%;
}
.layout-2-1 .c-col:nth-child(2) article .post-title {
font-size: 30px;
line-height: 33px;
}
.layout-2-4 {
xmargin-top: -40px !important;
}
.layout-2-4 .c-col {
width: 25%;
}
.layout-2-4 .c-col:first-child, .layout-2-4 .c-col:nth-child(2) {
width: 50%;
}
.layout-2-4 .c-col:first-child .post-title, .layout-2-4 .c-col:nth-child(2) .post-title {
font-size: 30px;
line-height: 33px;
}
.layout-1-3 .c-col {
width: 33.3333%;
}
.layout-1-3 .c-col:first-child {
width: 100%;
text-align: center;
}
.layout-1-3 .c-col:first-child .post-meta {
-ms-flex-pack: center!important;
justify-content: center!important;
}
.layout-1-3 .c-col:first-child article .post-title:after, .layout-1-3 .c-col:first-child article .post-category {
display: none;
}
.layout-1-3 .c-col:first-child article figure img {
width: 100%;
}
.layout-1-3 .c-col:first-child article .post-title {
font-size: 35px;
line-height: 41px;
margin-top: 25px;
margin-bottom: 0px;
}
}  section {
margin: 50px 0;
}  .c-ads.ad-bottom {
padding: 20px 0;
}  .special-content {
position: relative;
padding: 50px 0;
background-color: var(--color-primary);
}
.special-content .c-title {
position: absolute;
top: 0;
width: fit-content;
font-size: 60px;
font-weight: 500;
padding: 40px 40px 40px 0;
color: #fff;
background-color: var(--color-primary);
}
.special-content .c-subtitle, .special-content .c-subtitle a {
font-size: 35px;
line-height: 41px;
font-weight: bold;
color: #fff;
text-align: center;
margin-bottom: 0;
}
.special-content .post-excerpt p, .special-content .post-meta span {color: #fff;}  .trending-stories .c-title-sec {
font-size: 35px;
font-weight: 500;
text-align: center;
border-top: 2px solid #513625;
border-bottom: 2px solid #513625;
padding: 20px 0;
margin-bottom: 60px;
}  article .post-content {
margin-top: -13px;
}
article .post-category a {
font-size: 11px;
font-weight: 600;
color: var(--color-black);
text-transform: uppercase;
}
article .post-title {
position: relative;
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin: 2px 0 20px;
}
article .post-title:after, .single-title .post-title:after {
content: '';
position: absolute;
left: 0;
bottom: -10px;
width: 50px;
height: 1px;
background: var(--color-primary);
}
.post-title a {
color: var(--color-black);
}
article .post-excerpt {
margin-bottom: 6px;
}
article .post-excerpt p {
color: #22242a;
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin-bottom: 0px;
-webkit-line-clamp: 3;
line-clamp: 3;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
visibility: visible;
}
.post-meta {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center!important;
align-items: center!important;
}
.post-meta span {
font-size: 11px;
text-transform: uppercase;
}
.post-meta span a {
margin-left: 3px;
}
.post-meta span.dot {
font-size: 23px;
line-height: 0;
margin-top: -13px;
margin-left: 6px;
margin-right: 6px;
}  body.archive .c-col {
width: 25%;
}
.c-archive .c-row>.c-col:first-child, .c-archive .c-row>.c-col:nth-child(2) {
width: 50% !important;
}
body.archive .title h1, body.search .title h1 {
padding: 20px 0 25px;
margin-top: 0;
border-top: 2px solid rgb(217 217 217);
border-bottom: 2px solid rgb(217 217 217);
}  body .c-search .title h1 {
font-size: 40px;
text-transform: uppercase;
padding: 50px 0 0;
margin-top: 0;
border-top: 2px solid rgb(217 217 217);
}
body .c-search .title form {
position: relative;
display: flex;
-ms-flex-align: center!important;
align-items: center!important;
max-width: 724px;
margin: 0 auto 60px;
}
body .c-search .title .seach-icon {
position: absolute;
margin-left: 20px;
}
body .c-search .title button {
position: absolute;
min-width: 10rem;
right: 0;
height: 100%;
border: 0;
border-radius: 0;
padding: 0px 1rem;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #ffffff;
background-color: rgb(0, 0, 0);
}
body .c-search .title form input[type="text"] {
width: 100%;
min-height: 48px;
padding: 0.5rem 11.75rem 0.5rem 3.125rem;
border: 1px solid rgb(214, 214, 214);
border-radius: 0;
font-size: 14px;
font-weight: 400;
}  .single-title {
position: absolute;
width: 700px;
bottom: -40px;
padding: 20px 25px 0;
margin-left: -25px;
background-color: #F3F3F3;
}
.single-post h1.post-title {
position: relative;
font-size: 45px;
margin: 3px 0 25px;
}
.single-title .post-category a {
font-size: 11px;
font-weight: 600;
color: var(--color-black);
text-transform: uppercase;
}
.single-post .c-post-excerpt {
position: relative;
font-size: 18px;
font-style: italic;
line-height: 25px;
margin-top: 40px;
margin-bottom: 8px;
}
.single-content {
margin-top: 25px;
}
.single-post .col-left {
width: 70%;
}
.single-post .col-right {
width: 30%;
}
.single-post .c-sidebar {
top: 190px !important;
position: sticky;
}
.single-post .desc {
padding-left: 20px;
padding-right: 30px;
}
.single-post .desc>p:first-child {
margin-top: -9px;
}
.single-post figure.post-image {
margin: 0px 0 25px;
}
.single-post figure.post-image img {
width: 100%;
}
.single-post .post-nav-links {
color: var(--color-black);
font-weight: 600;
margin-top: 40px;
}
.single-post .post-nav-links .post-page-numbers {
font-weight: 500;
padding: 5px 5px;
border-radius: 5px;
}
.single-post .post-page-numbers.current {
padding: 5px 10px;
margin: 0 5px;
color: #fff;
background-color: #4CA0D4;
}
.single-post .wp-block-image .aligncenter {
text-align: center;
}
.single-post .wp-block-image figure {
margin-top: 30px;
}
.single-post .wp-block-image figcaption {
font-size: 13px;
color: #686868;
}
.single-post figure.post-image figcaption {
font-size: 13px;
color: #6d717f;
text-align: center;
line-height: 18px;
margin: 0.2075em 0 2.4em;
}
.single-post blockquote {
padding: 10px 0 10px 20px;
border-left: 5px solid var(--color-primary);
}
.single-post blockquote p {
display: block;
font-weight: 700;
margin: 0 0 10px 0 !important;
}
.single-post blockquote p:last-child {
margin: 0 0 0px 0 !important;
}
.single-post blockquote p a {
color: var(--color-primary);
}
.single-post .content-single ol>li::marker {
font-weight: bold;
}
.single-post .content-single ol>li {
margin-bottom: 20px;
}
.single-post .tag .btn-tag {
padding: 4px 15px;
color: #333;
border: 1px solid #333;
margin-right: 10px;
}  .social-share {
position: fixed;
top: 50%;
transform: translateY(-50%);
padding: 15px 13px;
background-color: #4CA0D4;
}
.social-share>a {
display: block;
width: fit-content;
margin: 13px 0;
}
.social-share>a i {
color: var(--color-black);
font-size: 22px;
}  .related-post {
position: relative;
}
.related-post .c-col {
width: 25%;
}
.related-post .sec-title {
font-family: var(--font-family-h);
font-size: 35px;
line-height: 41px;
margin-top: 25px;
}
.related-post.layout-2-1 .c-col:nth-child(2) {
padding-left: 40px !important;
}
.related-post.layout-2-1 .c-col:nth-child(2) article {
padding-left: 40px;
border-left: 2px solid var(--color-black);
}  .single-calendar .single-title {
position: relative;
xwidth: 700px;
bottom: 0;
padding: 20px 25px 0;
margin-left: -25px;
background-color: transparent;
}
.single-calendar .c-sidebar, .single-calendar .c-post-excerpt, .single-calendar .post-meta {
display: none;
}  .c-404 {
text-align: center;
}
.c-404 h2 {
font-size: 18px;
margin: -5px 0 -10px !important;
}
.c-404 p {
font-size: 15px;
margin-bottom: 15px;
}  .comments-area label[for="comment"], .comments-area label[for="author"], .comments-area label[for="email"] {
display: none !important;
}
.comments-area .comment-respond textarea {
width: 100% !important;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"] {
width: 100% !important;
display: block;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond textarea {
margin-bottom: 0 !important;
}
.comments-area .comment-respond input[type="submit"] {
font-size: 15px;
color: #fff !important;
box-shadow: 1px 2px 7px -5px rgb(0 0 0 / 80%) !important;
}
.comments-area .comment-respond,
.comments-area .entry-pings,
.comments-area .entry-comments {
color: #444;
overflow: hidden;
}
.comments-area .entry-comments h3{
font-size: 30px;
margin-bottom: 30px;
}
.comments-area .comment-respond h3,
.comments-area .entry-pings h3{
margin-bottom: 10px;
}
.comments-area .comment-respond h3.comment-reply-title {
color: #161f38;
font-weight: 700 !important;
margin-top: 30px;
}
.comments-area .comment-respond h3.comment-reply-title small a {
padding-left: 10px;
text-decoration: underline;
font-size: 15px;
}
.comments-area {
margin-top: 50px;
}
.comments-area.no-comment {
margin-top: 42px;
}
.comments-area .comment-respond {
border-left: none !important;
}
.comments-area .comment-respond p.form-submit {
xmargin-bottom: 0 !important;
}
.comments-area .comment-header {
color: #adaeb3;
font-size: 14px;
margin-bottom: 20px;
}
.comments-area .comment-header cite a {
border: none;
font-style: normal;
font-size: 16px;
font-weight: bold;
}
.comments-area .comment-header .comment-meta a {
border: none;
color: #adaeb3;
}
.comments-area h2.comments-title {
color: #161f38;
font-weight: 700 !important;
margin-bottom: 20px;
}
.comments-area a {
text-decoration: none !important;
}
.comments-area ul {
list-style-type: none;
padding: 0;
}
.comments-area li.comment {
border-right: none;
}
.comments-area .comment-content {
clear: both;
overflow: hidden;
}
.comments-area .comment-content p {
margin: 0 0 20px;
}
.comments-area .comment-list li {
padding: 20px 0px;
border-top: 1px solid #e6e6e6;
}
.comments-area .comment-list .children {
margin-left: 35px;
}
.comments-area .comment-list .children {
margin-top: 20px;
margin-bottom: -20px;
}
.single-post .comments-area li .comment-author img {
width: 32px !important;
height: 32px !important;
object-fit: cover !important;
margin-right: 6px;
border-radius: 100%;
vertical-align: middle;
}
.single-post .comments-area li .comment-metadata a {
color: #9c9c9c !important;
font-size: 14px;
}
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="url"] {
width: 50%;
}
.comments-area .comment-respond label {
margin-right: 10px;
margin-bottom: 10px;
}
.single-post .content .comments-area .comment-form-comment {
margin-bottom: -4px !important;
}
.single-post .content .comments-area .comment-notes {
margin-top: 0;
}
.single-post .content .comments-area .comment-form-cookies-consent input {
width: auto !important;
height: auto !important;
margin-right: 5px !important;
margin-bottom: 0 !important;
}
.comments-area .entry-comments .comment-author {
margin-bottom: 0;
position: relative;
}
.comments-area .entry-comments .comment-author img {
border-radius: 50%;
border: 5px solid #fff;
left: -80px;
top: -5px;
position: absolute;
width: 60px;
}
.comments-area .entry-pings .reply {
display: none;
}
.comments-area .bypostauthor {
}
.comments-area .form-allowed-tags {
background-color: #f5f5f5;
font-size: 16px;
padding: 24px;
}
body.single-post .comments-area li a.comment-reply-link, body.single-post .comments-area li a.comment-reply-link:focus{
cursor: pointer;
background-color: var(--color-primary);
border: none;
border-radius: 3px;
color: #ffffff !important;
font-size: 12px;
letter-spacing: 1px;
padding: 5px 13px;
width: auto;
}
.comments-area .comment-reply-link:hover{
color: #fff;
}
.comments-area label[for="wp-comment-cookies-consent"] {
display: inline !important;
}
.comments-area footer.comment-meta {
background: transparent !important;
padding: 0 !important;
}
.comments-area footer.comment-meta .comment-awaiting-moderation {
padding: 1px 5px;
border-radius: 3px;
background-color: #ff6b57;
color: #ffffff;
}
.single-post .comments-area li .comment-meta .comment-author a {
color: #444444 !important;
}
.single-post .comments-area li .comment-metadata {
margin-bottom: 5px;
}
.comments-area .comment-form-author, .comments-area .comment-form-email {
width: 49%;
display: inline-block;
margin-bottom: 0 !important;
}
.comments-area .comment-form-email {
float: right;
}
.comments-area .comment-form-cookies-consent {
clear: both;
} .coe {
margin-top: 50px;
}
.coe .c-content {
position: relative;
padding: 30px 50px 40px;
color: #ffffff;
background-color: #282828;
}
.c-btn.btn-see-more {
position: absolute;
right: 0;
bottom: 0;
padding: 10px 30px;
}
.coe .c-col {
width: 33.3333%;
padding-left: 60px;
}
.coe .c-content .c-title.xl {
font-size: 35px;
margin-bottom: 40px;
}
.coe .c-col .c-title {
font-size: 22px;
margin: 0;
}
.coe .c-col p {
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin: 10px 0 20px;
}  footer {
padding: 60px 0;
margin-top: 100px;
color: #fff;
background: #000;
}
footer .c-col:first-child {
xwidth: 60% !important;
width: 80% !important;
}
footer .c-col {
width: 20% !important;
}
footer .logo img {
width: 130px;
}
footer .social-media {
margin-top: 20px;
}
footer .social-media a {
margin-right: 25px;
}
footer .social-media a i {
color: #fff;
font-size: 22px;
}
footer .c-menu .c-title {
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin: 0 0 10px;
}
footer .c-menu ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
font-weight: 400;
}
footer .c-menu ul li a, footer .copyright>div a {
color: #fff;
}
footer .copyright>div, footer .copyright {
padding-top: 40px;
margin-top: 15px;
margin-bottom: 30px;
border-top: 2px solid rgb(51, 51, 51);
}
footer .copyright>div span>a {
font-size: 12px;
text-transform: uppercase;
padding-right: 15px;
margin-right: 10px;
border-right: 1px solid #fff;
}
footer .copyright>div span>a:last-child {
padding-right: 0;
margin-right: 0;
border-right: 0;
}
footer .c-btn-outline {
color: rgb(151, 151, 151) !important;
font-size: 12px;
text-transform: uppercase;
padding: 5px 8px;
margin-left: 15px;
border: 1px solid rgb(151, 151, 151) !important;
}
footer .copyright p {
font-size: 13px;
color: rgb(151, 151, 151);
margin: 0;
}
footer .copyright p a {
color: rgb(151, 151, 151);
} @media only screen and (min-width: 992px) {
.c-subscribe>span br {
display: none !important;
}
}
@media only screen and (max-width: 991px) {
.special-content .c-title {
font-size: 30px;
}
.special-content .c-subtitle, .special-content .c-subtitle a {
font-size: 22px;
line-height: 28px;
font-weight: bold;
}
.social-share {
display: block !important;
position: absolute;
top: 124px;
transform: translateY(0%);
}
.c-col, .coe .c-col, footer .c-col, footer .c-col:first-child {
width: 100% !important;
}
.c-col article figure img {
width: 100%;
height: auto !important;
}
.coe .c-col {
padding: 0 !important;
}
.container, .elementor-section.elementor-section-boxed > .elementor-container {
padding-right: 23px;
padding-left: 23px;
}
.menu-active .main-navigation .c-logo {
margin-bottom: 10px;
}
.c-logo img {
width: 120px !important;
}
.c-logo a {
padding: 0;
margin-right: 0;
}
.menu-active .main-navigation {
padding-top: 30px;
padding-bottom: 0;
}
.main-navigation.nav-scroll {
padding-top: 30px;
padding-bottom: 0;
}
.nav-middle .nav li > a {
padding-bottom: 16px;
}
.main-navigation .seach-icon a {
padding-bottom: 16px;
}
body .content {
padding-top: 146px;
padding-bottom: 0;
transition: all 0.3s;
}
.single-title {
position: relative;
width: 100%;
bottom: 0;
padding: 25px 0 0;
margin-left: 0;
}
.single-post h1.post-title {
font-size: 35px;
}
.single-post .desc {
padding-left: 0;
padding-right: 0;
}
.single-post .wp-block-image figcaption {
margin-bottom: 0.5em;
}
.single-post .c-post-excerpt {
margin-top: -5px;
}
footer .copyright>div a.c-btn-outline {
display: block;
margin: 30px 0;
}
}
@media only screen and (max-width: 430px) {
::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-thumb {
background: transparent !important;
}
::-webkit-scrollbar-track {
background: transparent !important;
}
.nav-middle .navwrap::-webkit-scrollbar {
height: 0px !important;
}
.bar1, .bar2, .bar3 {
width: 23px;
height: 2px;
}
.active .bar1, .active .bar2, .active .bar3 {
width: 20px;
}
.active .bar1 {
transform: translate(0, 6px) rotate(-45deg);
}
.main-navigation .nav-left {
top: -28px;
}
.main-navigation .seach-icon a {
padding: 0;
padding-bottom: 0;
}
.main-navigation .nav-middle {
padding: 0;
}
.main-navigation .nav-middle:after {
content: "";
position: absolute;
width: 20px;
height: 37px;
z-index: 999;
top: 0;
right: 0;
background-image: linear-gradient(to right,rgb(243 243 243 / 31%) 50%,#f3f3f3 100%);
}
.nav-middle .nav li > a {
font-size: 11px;
margin-right: 18px;
}
.nav-left .seach-icon i {
font-size: 16px;
}
.main-navigation .nav-right {
top: -30px;
}
.menu-active .main-navigation.nav-scroll {
padding-bottom: 0px;
}
.main-navigation a {
margin-right: 25px;
}
.main-navigation .c-logo, .menu-active .main-navigation .c-logo {
margin-bottom: 0 !important;
}
.main-navigation .c-logo a {
margin-right: 0 !important;
}
.c-logo img {
width: 120px !important;
}
.side-menu .content-menu {
padding-top: 150px;
}
.side-menu .content-menu ul li a {
font-size: 25px;
}
.side-menu .content-menu .social-media a, .side-menu .content-menu .sm-menu ul li a {
font-size: 16px;
}
body .content {
padding-top: 124px;
}
section {
margin: 25px 0;
}
.c-subscribe {
width: 100%;
margin: -10px auto 50px !important;
padding: 20px 20px;
text-align: center;
}
.c-subscribe>span {
max-width: 100%;
margin: auto;
display: block;
font-size: 25px;
line-height: normal;
margin-bottom: 15px;
}
.c-subscribe>.c-btn {
font-size: 16px;
padding: 3px 35px;
}
.special-content .c-title {
position: relative;
width: 100%;
font-size: 30px;
padding: 0;
margin: -5px 0 30px;
text-align: center;
}
.special-content .c-title br {
display: none;
}
.special-content .container>div {
display: flex;
flex-direction: column-reverse;
}
.special-content .c-subtitle {
font-size: 20px;
line-height: 25px;
}
.trending-stories .c-title-sec {
font-size: 30px;
font-weight: 500;
text-align: center;
border-top: 1px solid #513625;
border-bottom: 1px solid #513625;
padding: 15px 0;
margin-bottom: 25px;
}
.coe {
margin-top: 25px;
}
.coe .c-content {
padding: 3px 25px 70px;
}
.coe .c-col {
padding: 0 25px !important;
margin-bottom: 0px !important;
}
.coe .c-content .c-title.xl {
font-size: 30px;
margin-bottom: 20px;
}
.c-btn.btn-see-more {
width: 100%;
font-size: 15px;
padding: 8px 20px;
text-align: center;
}
.c-archive .c-row>.c-col:first-child, .c-archive .c-row>.c-col:nth-child(2) {
width: 100% !important;
}
body .c-search .title h1 {
font-size: 25px;
text-transform: uppercase;
padding: 30px 0 0;
margin-top: 0;
border-top: 1px solid rgb(217 217 217);
}
body .c-search .title form {
margin: 0 auto 30px;
}
body .c-search .title button {
min-width: 7rem;
}
body .c-search .title form input[type="text"] {
padding: 0.5rem 7.95rem 0.5rem 3.125rem;
border: 1px solid rgb(214, 214, 214);
}
body.archive .title h1, body.search .title h1 {
padding: 15px 0 20px;
border-top: 1px solid rgb(217 217 217);
border-bottom: 1px solid rgb(217 217 217);
}
.single-post .col-right {
margin-bottom: 0;
}
.single-post h1.post-title {
font-size: 30px;
}
footer {
padding: 60px 0 40px;
margin-top: 60px;
text-align: center;
}
footer .logo img {
width: 100px;
}
footer .social-media a:last-child {
margin-right: 0 !important;
}
footer .social-media a i {
font-size: 16px;
}
}
.nav-left .seach-icon i {
font-size: 22px;
margin-top: 2px;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 30 30"><path d="M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z"></path></svg>') no-repeat;
width: 25px;
height: 25px;
display: block;
background-size: contain;
}
@media (min-width: 991.98px) {
.ads-cat {
margin-bottom: 20px;
}
}