/* iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
 */

@media (max-width: 865px) header#site-header {
  min-height: 60px;
}

/* Ensure the title is not hidden by the header */
/* body {
  padding-top: 80px; /* Adjust this value based on your header height */
/* } */
*/ .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  font-size: 1em;
}

.categories a {
  color: #ffb100;
  text-decoration: none;
  margin-right: 5px;
}

.categories a:hover {
  text-decoration: underline;
}

.author-info {
  color: #666;
}

.author-info span {
  margin-right: 10px;
}

/* .header--top {
  background-color: #131935;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  max-width: 150px;
}

.header__search {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__sign-in {
  background-color: #ffb100;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.header__sign-in:hover {
  background-color: #e6a900;
}

.sub-header-item {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  color: #ffb100;
  margin: 10px 0;
} */

a {
  color: #ffb100;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  background-color: #ffb100;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
button:hover {
  background-color: #e09e00;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin: 1.5em 0 0.5em;
}
p {
  margin: 1em 0;
}

/* Inline Quote Styling */
/* Inline Quote Styling */
q {
  display: block !important;
  background-color: #f9f9f9 !important;
  border-left: 5px solid #ffb100 !important;
  padding: 15px 20px !important;
  margin: 20px 0 !important;
  position: relative !important;
}

q:before {
  content: "“" !important;
  font-size: 2em !important;
  color: #ffb100 !important;
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
}

q:after {
  content: "”" !important;
  font-size: 2em !important;
  color: #ffb100 !important;
  position: absolute !important;
  right: 10px !important;
  bottom: 10px !important;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.post img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 8px;
}

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.icon-facebook {
  background-image: url(facebook-f-brands.svg) !important;
  width: 11px;
}
.icon-twitter {
  background-image: url(twitter-brands.svg) !important;
  width: 20px;
}
.icon-youtube-play {
  background-image: url(youtube-brands.svg) !important;
  width: 22px;
}
#commentform input#submit:hover,
#primary-navigation,
#primary-navigation .navigation.mobile-menu-wrapper,
#searchsubmit,
#wpmm-megamenu .review-total-only,
.bypostauthor .fn:after,
.contactform #submit:hover,
.latestPost .review-type-circle.review-total-only,
.latestPost .review-type-circle.wp-review-show-total,
.latestPost-review-wrapper,
.navigation ul ul,
.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span,
.owl-next,
.owl-prev,
.pagination .dots,
.pagination a,
.post-label,
.single-prev-next a:hover,
.single_post .thecategory,
.tagcloud a:hover,
.woocommerce #content input.button,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit,
.woocommerce .bypostauthor:after,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content input.button,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #4a657f;
  color: #fff;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
object,
video {
  max-width: 100%;
}
b,
strong {
  font-weight: 700;
}
cite,
em,
i {
  font-style: italic;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body {
  font-family: Georgia;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
}
::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}
#page,
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-bottom: 12px;
  color: #555;
}
h1 {
  line-height: 1.1;
}
h2 {
  line-height: 1.2;
}
a {
  text-decoration: none;
  color: #33bcf2;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
}
.main-container {
  width: 1170px;
  margin: 0 auto;
  clear: both;
  display: block;
  padding: 0;
}

.container {
  max-width: 1170px;
  min-width: 240px;
}

#page {
  margin-top: 40px;
  min-height: 100px;
  clear: both;
  float: left;
  width: 100%;
}
header {
  float: left;
  width: 100%;
  position: relative;
}
#site-header {
  position: relative;
  float: left;
  width: 100%;
  z-index: 99999999;
  background: #fff;
  padding: 10px;
}

#header {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.header--top {
  background: linear-gradient(106deg, #060301 39.03%, #351e0b 100%);
  width: 100%;
  padding: 16px 0;
}

.header--top .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__sing-in {
  padding: 10px 32px;
  border: none;
  border-radius: 2px;
  background: #ffca3f;
  color: #7a4500;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  font-family: Inter;
  cursor: pointer;

  &::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -32px;
    width: 2px;
    height: 100%;
    background: #e5eaf0;
  }
}

.header--top fieldset {
  padding: 8px 16px;
  background-color: white;
  border-radius: 2px;
}

.header--top #search-image path {
  fill: #ffb100;
}

.header--bottom {
  width: 100%;
}

header#site-header .header-progress-bar {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 1s ease opacity;
}

.sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fbf9f3;
  padding: 0;
  border-bottom: 1.5px solid #e1d8bf;
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.sub-header #social-rocket-floating-buttons {
  position: static;
}

.sub-header #social-rocket-floating-buttons::after {
  content: "";
  height: calc(100% - 24px);
  width: 3px;
  background-color: #f5efdc;
  border-radius: 2px;
}

.sub-header #social-rocket-floating-buttons.visible {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 86px);
  height: 100%;
  top: 0;
  padding-left: 24px;
  background-color: #fbf9f3;
}

.sub-header #social-rocket-floating-buttons a {
  width: 36px;
  height: 36px;
  padding: 0 !important;
}

.sub-header-item--medias.filled svg {
  fill: #4a3316;
}

.sub-header-item--medias.filled path {
  stroke: white;
}

.sub-header-item--medias.filled rect {
  stroke: none;
}

.header-progress-bar {
  height: 4px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffe999;
}

.header-progress-bar > div {
  background-color: #ffb100;
  height: 100%;
}

.sub-header .social-rocket-floating-button-icon {
  display: none;
}

.sub-header .social-rocket-floating-button a::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-header .social-rocket-facebook a::before {
  background-image: url(../images/facebook-mobile.svg);
}

.sub-header .social-rocket-pinterest a::before {
  background-image: url(../images/pinterest-mobile.svg);
}

.sub-header .social-rocket-twitter a::before {
  background-image: url(../images/x-mobile.svg);
}

.sub-header .social-rocket-linkedin a::before {
  background-image: url(../images/LindeIn-mobile.svg);
}

body.single-post .social-rocket-floating-button {
  background: none;
}

header#site-header .sub-header-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

header#site-header .sub-header-item span {
  color: #636770;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}

@media (max-width: 865px) {
  .social-rocket-inline-buttons {
    display: none;
  }

  header#site-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: 0.3s top ease;
  }

  body.single-post,
  body#blog header#site-header.header--subheader-visible .header-progress-bar {
    visibility: visible;
    height: 6px;
    opacity: 1;
    transition: 1s ease opacity;
  }
}

#header h1,
#header h2 {
  float: left;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 29px;
  margin-top: 30px;
}
.image-logo a {
  float: left;
  line-height: 1;
}
.logo-wrap {
  padding: 0 0 0 25px;
  overflow: hidden;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
.logo-wrap.mobile {
  display: none;
}
#header .header-search {
  float: none;
  width: 100%;
  max-width: 453px;
  margin-bottom: 23px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left;
}
#header #searchform {
  width: 100%;
  float: left;
}
#header #s {
  margin: 0 !important;
  width: 100%;
  border-color: #efebe7;
}
.header-social {
  float: right;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 32px;
}
#header .header-social {
  margin-top: 32px;
}
.header-social a {
  padding: 12px 0 8px;
  float: left;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  box-sizing: border-box;
  margin-right: 3px;
  text-align: center;
}
.header-social a:last-child {
  margin-right: 0;
}
#primary-navigation {
  display: block;
  float: right;
  width: 100%;
  text-align: left;
  max-width: 1170px;
}
#primary-navigation a {
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 8px 25px;
  -webkit-transition: none;
  transition: none;
}
#primary-navigation a {
  padding: 15px 30px;
  box-sizing: border-box;
}

.navigation ul li:hover a {
  color: #b77300 !important;
  transition: 0.3s ease all;
}
.navigation {
  float: left;
}
.navigation ul {
  margin: 0 auto;
}
.navigation ul li {
  float: left;
  line-height: 24px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}
.navigation ul li a,
.navigation ul li a:link,
.navigation ul li a:visited {
  display: inline-block;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#pull {
  display: none;
}
#content_box {
  float: left;
  width: 100%;
}

#page.single #content_box blockquote {
  padding: 16px;
  margin: 16px 0;
  text-align: center;
  position: relative;
}

#page.single #content_box blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 18px;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
}

#page.single #content_box blockquote::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 18px;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
}

#page.single #content_box blockquote p {
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

#page.single .content_row {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  column-gap: 24px;
}

.wp-post-image {
  float: left;
}
.featured-thumbnail {
  float: left;
  max-width: 100%;
  width: 100%;
}
.featured-thumbnail img {
  margin-bottom: 0;
  width: 100%;
  float: left;
}
.title {
  clear: both;
}
#single_banner_post .post-info {
  display: block;
  color: #a4a4a4;
  float: left;
  clear: both;
  width: 100%;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 55px;
  padding-bottom: 55px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-scroll {
  display: flex;
  align-items: center;
  column-gap: 12px;
  cursor: pointer;
}
.post-scroll span {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #ffb100;
}
.post-info a,
.single_post .post-info a {
  color: #a4a4a4;
}
.post-info > span,
.widget .vertical-small .post-info > span {
  margin-right: 35px;
}
.post-info > span:last-child {
  margin-right: 0;
}
.post-info i {
  margin-right: 3px;
}
.thecategory {
  margin-left: 5px;
}
article header {
  margin-bottom: 11px;
  float: left;
  width: 100%;
}
.latestPost {
  width: 31.6%;
  float: left;
  margin-bottom: 30px;
  margin-right: 2.6%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
  position: relative;
}
.latestPost.featuredPost {
  width: 65.8%;
}
.latestPost .title {
  display: block;
  margin-bottom: 7px;
}
.latestPost.featuredPost .title {
  margin-bottom: 0;
}
.latestPost.featuredPost header {
  min-height: 92px;
}
input,
select,
textarea {
  padding: 8px 12px;
  font-size: 14px;
  color: #a4a4a4;
  border: 1px solid #d8d8d8;
  font-family: inherit;
}
#searchform {
  padding: 0;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  border: 1px solid #4a657f;
}
#searchform fieldset {
  float: left;
}
#searchsubmit,
.sbutton {
  left: 0;
  top: 0;
  padding: 9px 0;
  float: right;
  border: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  color: #a4a4a4;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: 0 0;
  z-index: 10;
  position: absolute;
  border: 0;
  vertical-align: top;
}
#s,
.woocommerce-product-search .search-field {
  width: 100%;
  background-color: #fff;
  padding-left: 12px;
  text-indent: 10px;
  color: black;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 24px;
}
::-webkit-input-placeholder {
  color: #a4a4a4;
}
#searchform fieldset {
  width: 100%;
}
footer {
  overflow: hidden;
  width: 100%;
}
footer {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
footer a {
  color: #555;
}
.copyrights {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 29px;
  padding-top: 38px;
}
.copyright {
  display: inline-block;
  float: left;
}
#copyright-note {
  width: 1170px;
  margin: 0 auto;
  clear: both;
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  color: #a4a4a4;
}
.copyrights a {
  color: #a4a4a4;
}
a.toplink {
  font-size: 40px;
  line-height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
}
.top {
  float: right;
  position: relative;
  text-align: initial;
}
.last {
  margin-right: 0;
}
.pagination {
  clear: both;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.pagination ul {
  list-style: none;
  margin: 0;
}
.pagination ul li {
  float: left;
  margin-bottom: 5px;
}
.pagination .nav-previous {
  float: left;
  margin-bottom: 0;
}
.pagination .nav-next {
  float: right;
  margin-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#commentform input#submit,
#searchform .fa-search,
.contact-form #mtscontact_submit,
.currenttext,
.page-numbers.current,
.pagination .nav-next a:hover,
.pagination .nav-previous a:hover,
.pagination a:hover,
.single .pagination a:hover .currenttext,
.single-prev-next a,
.tagcloud a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
.woocommerce-product-search input[type="submit"] {
  background-color: #4a657f;
}
.currenttext,
.page-numbers.current,
.pagination a:hover,
.single .pagination a:hover .currenttext {
  color: #fff;
  margin: 2px 5px 0 0;
  min-width: 42px;
  display: inline-block;
  float: left;
  line-height: 42px;
  text-decoration: none;
  padding: 0 14px;
  text-align: center;
  background: #4a657f;
  box-sizing: border-box;
}
.pagination .dots,
.pagination a {
  background: #4a657f;
  margin: 2px 5px 0 0;
  display: inline-block;
  float: left;
  line-height: 42px;
  text-decoration: none;
  color: #fff;
  padding: 0 14px;
  min-width: 42px;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  box-sizing: border-box;
}
.home-h2 .article {
  width: 65.812%;
}
.article {
  width: 67%;
  float: left;
  margin-bottom: 10px;
  padding: 0;
}
.home-h2 .latestPost.last {
  margin-right: 0;
}
.home-h2 .latestPost.featuredPost {
  width: 100%;
  margin-right: 0;
}
.home-h2 .latestPost {
  width: 48.052%;
  margin-right: 3.896%;
}
.sidebar.c-4-12 {
  float: right;
  width: 30.7%;
  line-height: 20px;
  max-width: 344px;
  padding: 22px;
  box-sizing: border-box;
}
.header-ad {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: -20px;
}
.header-social.single-social {
  float: left;
  padding: 0;
  margin-bottom: 27px;
}
.izooto-optin--icon-wrapper > img {
  height: auto !important;
}
#sidebar .sticky {
  float: left;
  width: 300px;
}
#sidebar .sticky.fixed {
  position: fixed;
  top: 12px;
}
#sidebar .sticky.sticky-header {
  top: 112px;
}
#sidebar .sticky.sticky-bottom.fixed-bottom {
  -webkit-transition: top 0.5s linear;
  -moz-transition: top 0.5s linear;
  -ms-transition: top 0.5s linear;
  -o-transition: top 0.5s linear;
  transition: top 0.5s linear;
  top: 0;
}
#sidebar .sticky.sticky-top.fixed-bottom {
  position: fixed;
  top: 21px;
}
.navigation {
  float: none;
}
#primary-navigation .image-logo {
  margin: 0;
  display: block;
}
#primary-navigation .image-logo a {
  margin-left: 0;
}
#primary-navigation li {
  border: 0;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/google/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: optional;
}
@font-face {
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  src: local("Georgia"), local("Georgia-Regular"),
    url("../fonts/Georgia.ttf") format("ttf");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
  font-display: swap;
}
@font-face {
  font-family: Balto;
  font-style: normal;
  font-weight: 700;
  src: local("Balto-Bold"), local(Balto),
    url("../fonts/Balto-Bold.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../fonts/google/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: optional;
}
@font-face {
  font-family: Lora;
  src: url("../fonts/lora/Lora-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-SemiBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Light.woff2");
  font-weight: 300;
}

#site-header {
  font-family: Inter !important;
}

#page.single {
  font-family: Inter;
  font-size: 16px;
}

.izooto-optin--icon-wrapper > img {
  height: auto !important;
}
.image-logo a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 44px;
  color: #33bcf2;
}

#primary-navigation li,
#primary-navigation li a {
  font-size: 18px;
  color: #131935;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s ease all;
}

.latestPost .title,
.latestPost .title a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  color: #555;
  line-height: 36px;
}
.single-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 38px;
  color: #555;
  line-height: 53px;
}
body {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.widget .widget-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
}
#sidebars .widget {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.footer-widgets {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
}
h1 {
  font-family: Balto !important;
  font-weight: 700 !important;
  font-size: 46px !important;
  color: #000 !important;
}
h2 {
  font-family: Balto !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  color: #000 !important;
}
h3 {
  font-family: Balto !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color: #000 !important;
}
h4 {
  font-family: Balto !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  color: #000 !important;
}
h5 {
  font-family: Balto !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #000 !important;
}
h6 {
  font-family: Balto !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #000 !important;
}
#header #s,
.sidebar.c-4-12,
body {
  background-color: #fff;
}
#commentform input#submit:hover,
#primary-navigation,
#primary-navigation .navigation.mobile-menu-wrapper,
#searchsubmit,
#wpmm-megamenu .review-total-only,
.bypostauthor .fn:after,
.contactform #submit:hover,
.latestPost .review-type-circle.review-total-only,
.latestPost .review-type-circle.wp-review-show-total,
.latestPost-review-wrapper,
.navigation ul ul,
.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span,
.owl-next,
.owl-prev,
.pagination .dots,
.pagination a,
.post-label,
.single-prev-next a:hover,
.single_post .thecategory,
.tagcloud a:hover,
.woocommerce #content input.button,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit,
.woocommerce .bypostauthor:after,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content input.button,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #4a657f;
  color: #fff;
}
#commentform input#submit,
#searchform .fa-search,
.contact-form #mtscontact_submit,
.currenttext,
.page-numbers.current,
.pagination .nav-next a:hover,
.pagination .nav-previous a:hover,
.pagination a:hover,
.single .pagination a:hover .currenttext,
.single-prev-next a,
.tagcloud a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
.woocommerce-product-search input[type="submit"] {
  background-color: #4a657f;
}
#commentform a:hover,
.ajax-search-meta .results-link,
.ajax-search-results li a:hover,
.author-posts a,
.breadcrumb a:hover,
.copyrights a:hover,
.latestPost .title a:hover,
.latestPost .title:hover,
.post .tags a:hover,
.post-info a:hover,
.reply a:hover,
.sidebar.c-4-12 a:hover,
.single_post .post-info a:hover,
.thecontent a:hover {
  color: #4a657f;
}
.wpmm-megamenu-showing.wpmm-light-scheme {
  background-color: #4a657f !important;
}
.overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 865px) {
  .mobile-menu-active .navigation.mobile-menu-wrapper {
    left: 0;
  }
  .navigation .menu {
    display: flex !important;
    flex-direction: column;
    row-gap: 16px;
    background: 0 0;
  }
  .navigation.mobile-menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    background-color: #222;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    overflow: auto;
    box-sizing: border-box;
    transition: left 0.5s ease;
    -webkit-backface-visibility: hidden;
  }

  .header__sing-in {
    display: none;
  }
}
.textwidget img {
  width: 100%;
  height: 200px;
}
.breadcrumb a span[itemprop="name"] {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #f5efdc;
}

.breadcrumb span[itemprop="name"] {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #6a665c;
}
.breadcrumb > div {
  overflow: hidden;
  float: none;
  display: inline-block;
}
.breadcrumb > div {
  overflow: visible;
}
.breadcrumb,
.rank-math-breadcrumb {
  clear: both;
  padding: 0;
  overflow: hidden;
  margin-top: 13px;
  width: 100%;
  font-size: 14px;
  color: #a4a4a4;
  display: flex;
  align-items: flex-end;
}
.widget > h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px 0;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.widget .advanced-recent-posts,
.widget .author-posts-widget,
.widget .category-posts,
.widget .popular-posts,
.widget .related-posts-widget {
  padding: 0;
}
.widget.social-profile-icons .social-profile-icons,
.widget.widget_mts_widget_recent_tweets .mts_recent_tweets,
.widget > div,
.widget > ul {
  padding: 0 15px;
  box-sizing: border-box;
}
.sidebar.c-4-12 .advanced-recent-posts li:first-child,
.sidebar.c-4-12 .author-posts-widget li:first-child,
.sidebar.c-4-12 .category-posts li:first-child,
.sidebar.c-4-12 .popular-posts li:first-child,
.sidebar.c-4-12 .related-posts-widget li:first-child {
  padding-top: 0 !important;
}
.sidebar.c-4-12 .advanced-recent-posts li,
.sidebar.c-4-12 .author-posts-widget li,
.sidebar.c-4-12 .category-posts li,
.sidebar.c-4-12 .popular-posts li,
.sidebar.c-4-12 .related-posts-widget li {
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
}
.advanced-recent-posts li,
.author-posts-widget li,
.category-posts li,
.popular-posts li,
.related-posts-widget li {
  list-style: none !important;
  margin: 0;
  float: left;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #aaa;
  padding-left: 0;
  background: 0 0;
  padding-top: 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: visible;
}
.widget li {
  list-style-type: square;
  margin-left: 17px;
  margin-bottom: 7px;
  position: relative;
}
.sidebar.c-4-12 a {
  color: #555;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
}
.widget .post-img img {
  float: left;
  margin-right: 12px;
  margin-top: 4px;
}
.related-posts .latestPost:nth-child(3n-2) {
  clear: left !important;
}
.related-posts .latestPost {
  width: 31.3%;
}
.latestPost {
  width: 31.6%;
  float: left;
  margin-bottom: 30px;
  margin-right: 2.6%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.related-posts article header {
  margin-bottom: 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
  min-height: 120px;
}
.latestPost .header,
.latestPost header {
  padding: 15px 20px 14px;
  box-sizing: border-box;
  margin-bottom: 0;
  min-height: 135px;
}
.latestPost .header,
article header {
  margin-bottom: 11px;
  float: left;
  width: 100%;
}
.related-posts .latestPost .title,
.related-posts .latestPost .title a {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
}
.latestPost .title,
.latestPost .title a {
  font-family: Balto;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 29px;
}
.latestPost .title {
  display: block;
  margin-bottom: 7px;
}
.latestPost.featuredPost .title,
.latestPost.featuredPost .title a {
  font-size: 38px;
  color: #000;
  line-height: 45px;
}
.related-posts .latestPost .title,
.related-posts .latestPost .title a {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
}
img,
object,
video {
  max-width: 100%;
  height: 100%;
}
#commentsAdd {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 0;
  margin-top: 20px;
}
#respond h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#respond h4,
.postauthor h4,
.postauthor-top,
.related-posts h4,
.related-posts > div.title,
.total-comments {
  margin-bottom: 25px;
  margin-top: 1px;
  text-transform: uppercase;
  line-height: 1;
  font-family: Balto;
  font-weight: 700;
  font-size: 28px;
  color: #000;
}
#cancel-comment-reply-link {
  cursor: pointer;
  margin-top: -49px;
  z-index: 100;
  position: relative;
}
#cancel-comment-reply-link {
  float: right;
  line-height: 24px;
  margin-top: 0;
}
#page.error,
.woocommerce #page,
div#page.single {
  background: #fbf9f3;
  float: left;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 11px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.widget .post-title {
  font-size: 17px;
  overflow: hidden;
  margin-bottom: 5px;
}
article .rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 42px;
  margin: 0;
  padding: 0;
  width: 100%;
}
article .rrssb-buttons li {
  float: left;
  height: 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0 1.5px;
  line-height: 13px;
  margin-bottom: 3px;
  width: auto;
}
article .rrssb-buttons li a {
  background-color: #ccc;
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 11px;
  min-width: 42px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
article .rrssb-buttons li.email a {
  background-color: #0a88ff;
}
article .rrssb-buttons li.facebook a,
article .rrssb-buttons li.facebookshare a {
  background-color: #306199;
}
article .rrssb-buttons li.reddit a {
  background-color: #8bbbe3;
}
article .rrssb-buttons li.twitter a {
  background-color: #26c4f1;
}
article .rrssb-buttons li.pinterest a {
  background-color: #e13138;
}
article .rrssb-buttons li.stumble a {
  padding: 6px 11px 4px;
  background-color: #fd8234;
}
article .rrssb-buttons li a .text {
  color: #fff;
  margin-left: 7px;
  vertical-align: 3px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  max-width: 100%;
}
small {
  font-size: 100%;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
h3 {
  line-height: 1.3;
}
h4 {
  font-size: 20px;
  line-height: 1.4;
}
h5 {
  font-size: 18px;
  line-height: 1.4;
}
p {
  margin-bottom: 20px !important;
}
#page.error,
.woocommerce #page,
div#page.single {
  background: #fff;
  float: left;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 11px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
div#page.single {
  background-color: #fbf9f3;
}
.image-logo {
  margin-top: 10px;
}
.image-logo img {
  float: left;
}

[itemprop="itemListElement"]:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-ad {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: -20px;
}
.single .header-ad,
.woocommerce .header-ad {
  margin-bottom: 0;
}
#page.single article {
  max-width: 724px;
  height: max-content;
  width: 100%;
  border: 1px solid #e5eaf0;
  background-color: white;
  border-radius: 2px;
  padding: 32px 0;
}

#page.single .article-container {
  padding: 0 32px;
}

#page.single #sidebar {
  max-width: 372px;
  width: 100%;
  padding: 32px;
  border: 1px solid #e5eaf0;
  border-radius: 2px;
}
#page.single #sidebar h3 {
  padding-left: 16px;
  position: relative;
  background: url(../images/related-post-icon.png) no-repeat;
  background-size: 26px 26px;
  font-family: Inter !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  border: none;
  background-position: right -5px center;
  width: max-content;
  padding-right: 20px;
}

#page.single #sidebar .post-title {
  color: #b77300;
  transition: 0.3s ease color;
  border: 1px solid transparent;
}

#page.single #sidebar .post-info {
  display: flex !important;
  align-items: center;
  column-gap: 32px;
  margin-top: 8px;
}

#page.single #sidebar .thetime {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #9a9fa9;
  font-family: Inter;
  line-height: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#page.single #sidebar .post-box img {
  margin-bottom: 16px;
}

#page.single #sidebar .post-title a {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s all ease;
  color: #313950;
}

#page.single #sidebar .post-title a:hover {
  color: #b77300;
  transition: 0.3s all ease;
}

#page.single #sidebar h3::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #fdc544 0%, #e7a000 100%);
}

#page.single .recommend {
  margin-top: 40px;
}

#page.single .recommend .related-posts .clear::-webkit-scrollbar {
  height: 6px;
}

#page.single .recommend .related-posts .clear::-webkit-scrollbar-track {
  background-color: #f3f1ec;
}

#page.single .recommend .related-posts .clear::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e0dacd;
}

#page.single .recommend .widget,
.related-posts {
  padding: 32px !important;
  background: white;
  border: 1px solid #e5eaf0;
  border-radius: 2px;
}

@media (max-width: 865px) {
  #page.single .recommend .widget {
    padding: 0 !important;
  }
}

@media (max-width: 1080px) {
  #page.single .recommend .related-posts .latestPost {
    width: calc(50% - 12px);
  }
}

#page.single .recommend .widget-title {
  padding-left: 16px;
  position: relative;
  font-family: Inter !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  border-bottom: none;
}

#page.single .recommend .related-posts > .title {
  padding-left: 16px;
  position: relative;
  font-family: Inter !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  border-bottom: none;
}

#page.single .recommend .widget-title::before,
.related-posts > .title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 2px;
  background: linear-gradient(135deg, #fdc544 0%, #e7a000 100%);
}

#page.single .recommend .related-posts .clear {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  row-gap: 12px;
}

#page.single .recommend .related-posts .header {
  border: none;
  padding: 0;
  padding: 16px;
  background: #fbf9f3;
}

@media (max-width: 865px) {
  #page.single .category-posts .post-data-container {
    background-color: #fbf9f3;
    padding: 0 16px;
    padding-bottom: 16px;
  }
}

#page.single .recommend .related-posts .latestPost {
  margin: 0 !important;
}

#page.single
  .recommend
  .single-post
  .related-posts
  .latestPost
  .title.front-view-title
  a {
  font-family: Inter;
  font-weight: 600;
  line-height: 24px;
}

.recommend .related-posts .latestPost .header .title a {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s all ease;
  color: #313950;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.recommend .related-posts .latestPost .header .title a:hover {
  color: #b77300;
  transition: 0.3s all ease;
}

.recommend .post-info {
  display: flex !important;
  align-items: center;
  column-gap: 32px;
  margin-top: 8px;
}

#page.single .recommend .theauthor a {
  color: #9a9fa9;
  font-family: Inter;
  line-height: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#page.single .recommend .theauthor {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

#page.single .recommend .post-info .thetime {
  column-gap: 6px;
  position: relative;
}
#page.single .recommend .post-info .thetime span {
  color: #9a9fa9;
  font-family: Inter;
  line-height: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#page.single .postauthor .author-wrap {
  margin-top: 24px;
  background-color: #f5efdc;
  padding: 32px;
  border: none;
}

#page.single .postauthor .postauthor_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1d8bf;
  column-gap: 40px;
}

#page.single .postauthor .postauthor_row_author {
  display: flex;
  align-items: center;
}

#page.single .postauthor .follow-author {
  padding: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}

#page.single .postauthor .follow-author span {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #b77300;
}

#page.single .postauthor .vcard.author span {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #131935;
}

#page.single .postauthor .author-wrap img {
  width: 80px;
  height: 80px;
}

#page.single .postauthor p {
  margin-top: 16px;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  color: #636770;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1d8bf;
  padding-right: 66px;
  background: url(../images/quote.svg) no-repeat;
  background-position: right top;
}

.post {
  float: left;
  width: 100%;
  word-wrap: break-word;
}
.single_post {
  width: 100%;
  overflow: hidden;
}
.post-single-content {
  clear: both;
}
#featured-thumbnail {
  float: left;
  max-width: 100%;
  display: block;
  position: relative;
  width: 100%;
}
.single-title {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.related-posts .post-info {
  clear: none;
  float: none;
}
.single article header {
  margin-bottom: 17px;
}
.single-prev-next {
  float: right;
  margin-bottom: 27px;
  overflow: hidden;
}
.single-prev-next a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 15px;
  line-height: 22px;
  margin-right: 3px;
  margin-bottom: 3px;
  position: relative;
  display: inline-block;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}
.single-prev-next a i {
  margin-right: 3px;
}
.single-prev-next a:last-child {
  margin-right: 0;
}
.latestPost .title {
  display: block;
  margin-bottom: 7px;
}
.single_post header {
  width: 100%;
  margin-bottom: 8px;
}
article img.aligncenter,
article img.alignnone {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  clear: both;
  width: 100%;
}
article ul {
  margin: 1.5em 0 1.571em 1.9em;
  list-style-type: square;
}
.thecontent {
  clear: both;
}
.widget .textwidget {
  line-height: 23px;
}
.widget .textwidget img {
  margin: 12px 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
table {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  border: 1px solid #e9e9e9;
}
table td,
table th {
  padding: 7px 15px;
  text-align: left;
}
.breadcrumb,
.breadcrumb .fa-caret-right,
.breadcrumb .root a,
.breadcrumb > div {
  float: none;
}
.breadcrumb,
.rank-math-breadcrumb {
  clear: both;
  padding: 0;
  overflow: hidden;
  margin-top: 13px;
  width: 100%;
  font-size: 14px;
  color: #a4a4a4;
}
.breadcrumb > div {
  padding: 0 8px;
  overflow: hidden;
  float: none;
  display: inline-block;
}
.breadcrumb .root {
  padding: 0;
}
.breadcrumb > div {
  overflow: visible;
}
.bottomad {
  clear: both;
  margin: 0 0 25px 0;
}
.sidebar.c-4-12 {
  float: right;
  width: 30.7%;
  line-height: 20px;
  max-width: 344px;
  padding: 22px;
  box-sizing: border-box;
}
.sidebar.c-4-12 .widget:last-child {
  margin-bottom: 0;
}
.sidebar.c-4-12 a {
  color: #555;
}
.widget {
  margin-bottom: 30px;
  float: left;
  clear: both;
  width: 100%;
}
.sidebar .widget {
  background: #fff;
  position: relative;
  padding-bottom: 15px;
}
.article .rrssb-buttons,
.article .rrssb-buttons li,
.article .rrssb-buttons li a {
  box-sizing: border-box;
}
.header-social.single-social {
  float: left;
  padding: 0;
  margin-bottom: 27px;
}
article .rrssb-buttons li:last-child {
  padding-right: 0;
}
article .rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 42px;
  margin: 0;
  padding: 0;
  width: 100%;
}
article .rrssb-buttons li {
  float: left;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0 1.5px;
  line-height: 13px;
  margin-bottom: 3px;
  width: auto;
}
article .rrssb-buttons li.buffer svg,
article .rrssb-buttons li.stumble svg {
  fill: #ffffff;
}
article .rrssb-buttons li a .text {
  color: #fff;
  margin-left: 7px;
  vertical-align: 3px;
}
.widget.social-profile-icons .social-profile-icons,
.widget.widget_mts_widget_recent_tweets .mts_recent_tweets,
.widget > div,
.widget > ul {
  padding: 0 15px;
  box-sizing: border-box;
}
.related-posts {
  margin-top: 20px;
  clear: both;
  float: left;
  width: 100%;
}
.related-posts .latestPost {
  width: 31.3%;
  margin-right: 3.04%;
}
.related-posts .latestPost:nth-child(3n-2) {
  clear: left !important;
}
.related-posts .last {
  margin-right: 0;
  padding-bottom: 0;
}
.related-posts .latestPost .title,
.related-posts .latestPost .title a {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
}
.related-posts .header,
.related-posts article header {
  margin-bottom: 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
  min-height: 120px;
}
.postauthor {
  margin: 20px 0 30px 0;
  padding: 0;
  min-height: 180px;
  float: left;
  clear: both;
  width: 100%;
}
.postauthor h5 {
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  margin: 20px 0 15px;
  line-height: 1;
  text-transform: capitalize;
  color: #555;
  display: inline-block;
}
.postauthor img {
  float: left;
  margin: 0 20px 0 0;
  width: 23.065%;
}
.author-wrap {
  border: 1px solid #e9e9e9;
  min-height: 168px;
  padding: 20px;
}
span.author-posts {
  float: right;
  margin: 20px 0 10px;
  line-height: 1;
}
#respond h4,
.postauthor h4,
.postauthor-top,
.related-posts h4,
.total-comments {
  margin-bottom: 25px;
  margin-top: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}
.clear {
  clear: both;
}
.last {
  margin-right: 0;
}
#commentsAdd {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 0;
  margin-top: 20px;
}
#commentform input,
input.text-input {
  padding: 9px 11px;
}
#comment:hover,
.contact-form input:hover,
.contact-form textarea:hover,
input#author:hover,
input#email:hover,
input#url:hover {
  background: #fff;
  border-radius: 2px;
}
#comment,
.contact-form input,
.contact-form textarea,
input#author,
input#email,
input#url {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#cancel-comment-reply-link {
  float: right;
  line-height: 24px;
  margin-top: 0;
}
#cancel-comment-reply-link {
  cursor: pointer;
  margin-top: -49px;
  z-index: 100;
  position: relative;
}
#commentform input#submit,
.contact-form #mtscontact_submit {
  line-height: 1;
  background-color: #f47555;
  text-transform: uppercase;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  float: left;
  cursor: pointer;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
}
.fn {
  line-height: 1.375em;
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
.avatar {
  float: left;
}
#respond h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
form#commentform {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
#commentform textarea,
.contact-form textarea {
  width: 95.5%;
  border: 1px solid #f0ede9;
  background: #f0ede9;
  padding: 2%;
  line-height: 25px;
  font-family: inherit;
}
#commentform p {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
}
#commentform p.form-submit {
  margin-bottom: 0;
}
.ajax-search-results-container {
  position: absolute;
  top: 43px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 9;
  background: #f0ede9;
  border: 1px solid #efebe7;
  border-top: none;
}
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.admin-bar .pace .pace-progress {
  top: 32px;
}
.pace-inactive {
  display: none;
}
#pull > svg {
  display: inline-block;
  position: absolute;
  right: 0;
}
.wp-caption {
  max-width: 100%;
}
#wpmm-megamenu .wpmm-thumbnail img.size-sociallyviral-widgetfull {
  width: 100%;
  float: none;
  height: auto;
}
.wp-caption-text {
  font-size: 12px;
  color: #b7b7b7;
}
.related-posts .thetime {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
pubguru.pg-loaded {
  margin-bottom: 20px;
}
#searchform .fa-search:before {
  content: none;
}
#wpmm-megamenu .wpmm-thumbnail img {
  height: auto !important;
}
#primis-block {
  /*   background-color: #f5f5f5 !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; */
}
@media (min-width: 481px) {
  #primis-block {
    display: none;
  }
}
#primis-block span {
  font-size: 16px;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.main-container {
  max-width: 96%;
}
.main-container,
body > footer {
  position: relative;
  left: 0;
  transition: left 0.5s ease;
}
@media screen and (max-width: 1080px) {
  #header .header-search {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  img {
    max-width: 100%;
  }
  .copyrights {
    text-align: center;
  }
  .copyright,
  .top {
    float: none;
    text-align: center;
  }
  a.toplink {
    top: 10px;
  }
  .copyrights {
    padding-bottom: 10px;
  }
  .featuredPost > a .size-sociallyviral-featured,
  .featuredPost > a .size-sociallyviral-featuredthumb {
    display: block;
  }
  .featuredPost > a .size-featured-image {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  article.latestPost .title,
  article.latestPost .title a,
  article.latestPost.featuredPost .title,
  article.latestPost.featuredPost .title a {
    font-size: 24px;
    line-height: 29px;
  }
  p {
    font-size: 20px;
  }
}

@media screen and (max-width: 865px) {
  #site-header .container {
    height: 0 !important;
    margin: 0 !important;
  }
  #page.single .content_row {
    flex-direction: column;
    align-items: center;
  }
  #page.single .content_row {
    flex-direction: column;
    align-items: center;
  }

  #page.single .recommend {
    max-width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 40px;
  }

  #page.single .recommend .related-posts {
    border: none;
    padding: 0 !important;
  }

  #page.single .recommend .related-posts .latestPost {
    min-width: 308px;
    border-bottom: none;
    padding-bottom: 0;
  }

  #page.single .recommend .related-posts .clear {
    display: flex;
    align-items: flex-end;
    column-gap: 12px;
    row-gap: 0;
    padding-bottom: 32px;
  }

  #page.single .postauthor .postauthor_row {
    flex-direction: column;
    align-items: flex-start;
  }

  #page.single .postauthor .vcard.author span {
    font-size: 20px;
  }

  #page.single .postauthor .author-wrap img {
    width: 52px;
    height: 52px;
  }

  #page.single .postauthor .container {
    max-width: 100%;
    padding: 0;
  }

  #page.single .postauthor .author-wrap {
    padding: 32px 20px;
  }

  #page.single .postauthor .follow-author {
    margin-left: 65px;
  }

  #page.single .postauthor p {
    font-size: 14px;
    background-size: 30px;
    padding-right: 42px;
  }

  #page,
  .container {
    max-width: 100%;
  }
  #header .header-search {
    max-width: 250px;
    float: left;
    margin-left: 20px;
  }
  .navigation {
    width: 100%;
  }
  .navigation .menu .fa > a,
  .navigation .menu a {
    color: #131935 !important;
    background: 0 0;
  }
  .navigation .menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    row-gap: 16px;
    background: 0 0;
  }
  #pull {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
  }
  .main-container {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
  }
  .navigation.mobile-menu-wrapper {
    background-color: white !important;
    display: block;
    position: fixed;
    top: 58px;
    left: -150%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #222;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    overflow: auto;
    box-sizing: border-box;
    transition: left 0.5s ease;
    padding: 16px 16px 180px 16px !important;
    -webkit-backface-visibility: hidden;
  }
  .navigation.mobile-menu-wrapper.big-padding {
    padding-top: 60px !important;
  }
  .navigation ul li {
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  header#site-header #menu-top-navigation > li:last-child > a {
    color: #b77300 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #primary-navigation ul li a,
  #primary-navigation ul ul a {
    padding: 12px 0;
    width: 100%;
    border: none;
  }
  .navigation i {
    display: inline;
  }
  #wpmm-megamenu .wpmm-posts {
    width: 100%;
  }
  #wpmm-megamenu .wpmm-post {
    width: 100% !important;
    padding: 0 10px !important;
    text-align: center !important;
  }
  #wpmm-megamenu .wpmm-thumbnail img {
    float: left;
  }
  .latestPost {
    width: 48% !important;
    margin-right: 2.6%;
    width: 100% !important;
    height: auto;
  }
  .latestPost:nth-of-type(2n + 2) {
    margin-right: 0;
    clear: none;
    float: right;
  }
}
@media screen and (max-width: 840px) {
  #header .header-search {
    max-width: 250px;
    float: right;
    margin-right: 24px;
  }
}
@media screen and (max-width: 728px) {
  .latestPost:nth-child(3n + 1) {
    clear: none !important;
  }
  #header h1,
  #header h2,
  .site-description {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #header h1,
  #header h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .logo-wrap {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .header-search {
    max-width: 60%;
    float: left;
    padding-left: 25px;
    margin-top: 0;
    margin-left: 0;
  }
  #header .header-social {
    margin-top: 0;
  }
  .latestPost:nth-child(3n + 1) {
    clear: left;
  }
  .latestPost:nth-child(4) {
    clear: none;
  }
  .latestPost.featuredPost {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .article,
  .home-h2 .article {
    width: 100% !important;
  }
  #content_box {
    padding-right: 0;
    padding-left: 0 !important;
  }
  .sidebar.c-4-12 {
    float: none !important;
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 22px 0;
  }
  .latestPost .thecategory {
    display: none;
  }
  html #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 600px) {
  #header .header-search {
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .sbutton {
    float: right;
  }
  span.author-posts {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .single-prev-next {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .postauthor img {
    padding-top: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  h1.single-title {
    font-size: 36px !important;
    line-height: 42px;
  }
  p {
    font-size: 20px;
  }
  .latestPost {
    width: 100% !important;
    height: auto;
  }
  .featuredPost {
    height: auto;
  }
  .featuredPost > a > .featured-thumbnail {
    height: auto;
  }
  .featuredPost > a .size-sociallyviral-featured {
    display: block;
  }
  .featuredPost > a .size-featured-image {
    display: none;
  }

  #page.single #sidebar .post-box {
    width: 100% !important;
  }
  #header .header-search,
  #header .header-social {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 0;
    text-align: center;
  }
  #header .header-search {
    padding: 0;
  }
  #header .header-social,
  .rtl #header .header-search {
    margin-left: 0;
  }
  #header .header-social a {
    float: none;
    min-width: 42px;
    overflow: hidden;
    display: inline-block;
  }
  .featured-thumbnail {
    width: 100%;
    overflow: hidden;
  }
  .related-posts article header {
    min-height: auto;
  }
  .related-posts .latestPost .title,
  .related-posts .latestPost .title a {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 865px) {
  #mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
  }
  .mobile-menu-wrapper .image-logo {
    display: none !important;
  }
  #pull .image-logo a {
    margin-left: -1px;
  }
}
* {
  box-sizing: border-box;
}
body .main-container {
  max-width: inherit;
  width: 100%;
}
header#site-header .header-search form#searchform input#s:focus {
  outline: 0;
}
#page.single
  .rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-social-widget--visible {
  display: none;
}
#header #only_mob_search {
  display: none;
}
.main-container #page {
  margin: 0 auto;
  float: none;
  padding: 30px 0;
}
.main-container #page.single {
  margin: 0;
  box-shadow: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
#page_banner {
  background-image: url(../images/Frame-139-1-1.jpg);
  background-size: cover;
  background-position: center;
  clear: both;
  min-height: 240px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
}
.page-id-2 #page_banner {
  min-height: 400px;
}
#page_banner .pb_container {
  width: 100%;
}
#page_banner h2 {
  color: #ffff !important;
  font-size: 42px !important;
  clear: both;
  margin: 0;
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 50px;
}
#page_banner h3 {
  margin: 0;
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px;
  color: #fff !important;
}
#page_banner p a {
  border: 1px solid #fff;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  color: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
header#site-header {
  padding: 0 0 1px 0;
}
header#site-header .header-search {
  max-width: inherit;
  margin: 0;
  max-width: 674px;
}
header#site-header #primary-navigation {
  width: 100%;
  max-width: inherit;
  background: inherit;
}

header#site-header #menu-top-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header#site-header #menu-top-navigation > li:last-child > a {
  color: #b77300;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

header#site-header #primary-navigation #menu-top-navigation li a {
  font-size: 18px;
  padding: 0;
}
header#site-header #primary-navigation #menu-top-navigation li a svg {
  vertical-align: sub;
}
header#site-header #primary-navigation #menu-top-navigation li a i {
  float: right;
  height: 20px;
  line-height: 24px;
  margin-left: 5px;
}

header#site-header .header-search form#searchform {
  border: none;
  float: none;
}
header#site-header .header-search form#searchform input#s {
  border: 1px solid #fff;
  background: 0 0;
  border-radius: 5px;
  color: black;
}
header#site-header .header-search form#searchform button#search-image svg {
  background: 0 0;
}
header#site-header .header-search form#searchform button#search-image {
  background: 0 0;
}
header#site-header #primary-navigation nav.navigation {
  background: inherit;
  padding: 12px 0;
}
.adthrive-comscore.adthrive-footer-message {
  display: none;
}
.main-container #page.single.contact_page_wrapper {
  box-shadow: none;
  padding: 0;
}
#page_banner .breadcrumb-block {
  display: none;
}
#two_col {
  display: flex;
  flex-wrap: wrap;
}
#two_col .one_col {
  width: 48%;
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d7dce5;
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
}
#two_col .one_col h3 strong,
.grid_two_col h2 strong,
.left_right_col .col h3 strong {
  background: #fff;
  padding-right: 15px;
  color: #393e46 !important;
  font-weight: 700 !important;
}
.post-single-content .grid_two_col h2 strong {
  color: #393e46 !important;
  font-weight: 700 !important;
}
#two_col .one_col .grid_col h3 a,
.grid_two_col .grid_col h3 a {
  color: #393e46;
}
#two_col .one_col form.wpcf7-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#two_col .one_col form.wpcf7-form ul li {
  margin: 0 0 20px;
}
#two_col .one_col form.wpcf7-form ul li label {
  display: block;
  margin: 0 0 5px;
}
#two_col .one_col form.wpcf7-form ul li .wpcf7-text,
#two_col .one_col form.wpcf7-form ul li .wpcf7-textarea {
  border-color: #ddd;
  border-radius: 5px;
  height: 40px;
  padding: 8px;
  display: block;
  width: 100%;
}
#two_col .one_col form.wpcf7-form ul li .wpcf7-submit {
  display: inline-block;
  background: #ffb100;
  border-radius: 4px;
  border: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 25px;
}
#two_col .one_col p a {
  color: #2e5fdf;
}
footer#site-footer {
  background: linear-gradient(106deg, #060301 39.03%, #351e0b 100%);
  padding: 40px 0;
  font-family: Inter;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__col {
  max-width: 240px;
  width: 100%;
}

.footer__col--info .widget_media_image {
  display: none;
}

.footer__col--info div {
  padding: 0;
}

#site-footer #menu-footer-menu .footer__row .footer__col li {
  margin: 0 !important;
}

.footer__col--logo {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 310px;
  width: 100%;
}
.footer__col p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: white;
  margin-bottom: 8px !important;
}
.footer__col strong {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.footer__col--categories ul {
  position: relative;
  bottom: 8px;
}

.footer__rights {
  color: #e1d8bf;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  bottom: 32px;
}

.footer h3 {
  color: #fff !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #c3b89f !important;
}
.footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer li,
.footer a {
  color: #fbf9f3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer__col--categories ul li:last-child {
  display: none;
}
.footer__col--categories ul li:last-child a svg {
  margin-left: 8px;
}

.footer__col--categories ul li:last-child a svg path {
  stroke: white;
}

@media (max-width: 1100px) {
  .footer__row {
    justify-content: flex-start;
    row-gap: 32px;
    column-gap: 16px;
    margin-bottom: 32px;
  }

  .footer__col--categories {
    max-width: 165px;
  }

  .footer__col--info {
    max-width: 140px;
  }

  .footer__col--logo {
    max-width: 100%;
  }

  .footer__col--logo p {
    max-width: 325px;
  }

  .footer__col:last-child {
    max-width: 100%;
  }

  .footer__col:last-child p {
    max-width: 240px;
  }
  .footer__col:last-child h3 {
    max-width: 200px;
  }
  .footer__rights {
    position: static;
  }
}

@media (max-width: 865px) {
  .footer__col--logo svg {
    width: 171px;
  }

  .footer h3,
  strong,
  li,
  a {
    font-size: 14px !important;
  }
}

header #primary-navigation .image-logo a {
  background: 0 0;
  padding: 15px 30px 15px 10px;
}

.container {
  max-width: 1192px;
  padding: 0 20px;
}
.single_post #custom-bg {
  display: none;
}
#site-footer .container {
  background: 0 0;
}
#site-footer .widget_nav_menu {
  margin: 0 auto 15px;
  float: none;
  width: 350px;
}
#site-footer .footer__row #menu-footer-menu li {
  list-style: none;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0px !important;
}
#site-footer #menu-footer-menu li a {
  color: #787f8a;
}
#site-footer .copyrights {
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #787f8a;
}
footer#site-footer .copyright,
footer#site-footer .copyright a {
  color: #787f8a;
}
#two_col.partnerships {
  justify-content: center;
}
.left_right_col {
  overflow: hidden;
  box-sizing: border-box;
  float: none;
  width: 980px;
  margin: 0 auto;
}
.left_right_col .col {
  float: left;
  width: 50%;
  padding: 15px;
}
#two_col .one_col h3,
.grid_two_col h2,
.left_right_col .col h3 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  background-image: url(../images/Line-2.png);
  background-repeat: repeat-x;
  background-position: center right;
  border: none;
  padding-top: 0;
}
.left_right_col .col img.alignnone {
  margin: 0;
}
.left_right_col .col.main_img img {
  width: 100%;
  height: auto;
}
.three_col {
  background: #393e46;
  padding: 25px;
}
.col_wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.three_col .col {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.three_col .col h4 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 28px;
  margin: 0 0 8px;
}
.three_col .col .col_container {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 35px;
}
.three_col .col .col_container img.alignnone {
  margin: 0 auto;
}
.grid_two_col {
  padding: 30px 0 15px;
}
.grid_two_col.positions {
  padding-top: 0;
}
.grid_two_col .grid_col {
  float: left;
  width: 50%;
  padding: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787f8a;
}
.grid_two_col .grid_col .col_container {
  border: 1px solid #d7dce5;
  border-radius: 5px;
  padding: 15px;
}
#two_col .one_col .grid_col h3,
.grid_two_col .grid_col h3 {
  font-family: Roboto !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px;
}
#two_col .one_col .grid_col {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787f8a;
}
.grid_footer {
  border-top: 1px solid #d7dce5;
  padding: 10px 0 0;
  position: relative;
}
.grid_footer p {
  margin: 0 !important;
  padding-left: 60px;
}
.grid_footer img.alignleft {
  position: absolute;
  max-width: inherit;
  width: 45px;
  height: auto;
  left: 0;
  border-radius: 50%;
}
.grid_footer span {
  display: block;
  font-weight: 600;
  color: #393e46;
}
#two_col .one_col .grid_col .grid_footer p a,
.positions .grid_footer p a {
  position: absolute;
  right: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #393e46;
  border: 1px solid #d7dce5;
  padding: 8px 16px;
  border-radius: 3px;
  bottom: 6px;
}
#two_col .one_col .grid_col .grid_footer p a:hover,
.positions .grid_footer p a:hover {
  background: #393e46;
  border-color: #393e46;
  color: #fff;
}
#two_col .one_col .grid_col .grid_footer p a {
  bottom: 20px;
}
#two_col .one_col .grid_col .grid_footer {
  border-bottom: 2px solid #ffdb8a;
  padding-bottom: 14px;
}
.positions .grid_footer {
  font-size: 14px;
}
.positions .grid_footer span {
  color: #787f8a;
  font-weight: 400;
}
#two_col .one_col .grid_col .grid_footer p,
.positions .grid_footer p {
  padding-left: 0;
}
#two_col .one_col form.wpcf7-form ul li .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
#two_col .one_col form.wpcf7-form ul li input[type="file"] {
  border-radius: 5px;
  width: 100%;
}
.main-container #page.home_page {
  padding: 0;
  max-width: inherit;
}
#banner_home {
  background: #1f2227;
  padding: 30px 10px;
}
#banner_home .home_wrapper,
.home_page #content_box {
  max-width: 1240px;
  margin: 0 auto;
}
.home_page #content_box {
  float: none;
  padding: 40px 0;
}
.home .main-container #page {
  max-width: inherit;
  padding: 0;
}
.home_wrapper {
  overflow: hidden;
  box-sizing: border-box;
}
.home_wrapper .flex_grid {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: stretch;
}
.home_wrapper .left_grid {
  width: 65%;
  padding-right: 10px;
}
.home_wrapper .right_grid {
  width: 35%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.home_wrapper .left_grid a,
.home_wrapper .overlay_news {
  height: 100%;
}
.home_wrapper a {
  display: block;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.right_grid a:first-child {
  margin-bottom: 10px;
}
.overlay_news {
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
  padding: 280px 20px 20px;
  border-radius: 5px;
}
.right_grid .overlay_news {
  padding-top: 89px;
}
.overlay_news h3 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 22px;
  color: #fff !important;
  margin: 0;
}
.right_grid .overlay_news h3 {
  font-size: 20px !important;
}
ul.post_cats {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.post_cats li {
  display: inline-block;
  margin-right: 10px;
  color: #ffb100;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.right_grid ul.post_cats li {
  font-size: 14px;
}
.home_page #primary {
  float: left;
  width: 60%;
}
.home_page #secondary {
  float: right;
  width: 30%;
}
.clearboth {
  clear: both;
}
.home_page h2 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  background-image: url(../images/border-line.jpg);
  background-repeat: repeat-x;
  background-position: left center;
}
.home_page h2 span {
  background: #fff;
  padding-right: 10px;
}
.home_page #content_box,
ul#joblistinggrid li {
  color: #787f8a;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
ul#joblistinggrid li {
  border-bottom: 1px solid #ffdb8a;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
ul#joblistinggrid li h3 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px;
  margin: 10px 0;
}
ul#joblistinggrid li ul.post_cats li {
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  font-weight: 500;
}
ul#joblistinggrid li ul.post_cats li,
ul#joblistinggrid li ul.post_cats li a {
  color: #d69500;
}
ul#joblistinggrid li h3 a {
  color: #393e46;
}
.post_meta_data {
  color: #bec4ce;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
  font-style: normal;
  text-transform: capitalize;
}
.post_meta_data .post_author {
  margin-right: 10px;
}
.text_details p {
  margin-bottom: 10px !important;
}

#page.single .post_thumb {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 939px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

#page.single .post_thumb_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 32px 0 85px 0;
  background: linear-gradient(
    180deg,
    #070301 0%,
    rgba(7, 3, 1, 0.24) 25.98%,
    #070301 100%
  );
}
#page.single #single_banner_post .post-info .thetime {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

#page.single #single_banner_post .post-info .thetime time {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: white;
}

#page.single .tags {
  padding-top: 32px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

#page.single .tags a {
  padding: 10px 16px;
  font-family: Inter;
  font-size: 14px;
  line-height: 18px;
  color: #857455;
  background-color: #f5efdc;
  border-radius: 32px;
}

ul#joblistinggrid li .post_thumb {
  display: block;
  padding-top: 60%;
  position: relative;
}
ul#joblistinggrid li #page.single .post_thumb img {
  position: absolute;
  height: 100%;
  bottom: 0;
  object-fit: cover;
}
.f_img {
  float: left;
  width: 40%;
}
.text_details {
  float: right;
  width: 58%;
}
#secondary ul.wpp-list {
  padding: 0;
}
#secondary ul.wpp-list li {
  margin: 0 0 15px;
  border-bottom: 1px solid #ffdb8a;
  padding-bottom: 10px;
}
#secondary ul.wpp-list li a {
  display: block;
}
#secondary ul.wpp-list li a img {
  display: block;
  float: none;
  margin: 0;
}
#secondary ul.wpp-list li a.wpp-post-title {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #393e46;
  margin: 10px 0 0;
}
#secondary ul.wpp-list li .wpp-category a {
  display: inline-block;
  color: #d69500;
  font-weight: 500;
}
ul.trending_list {
  padding: 5px 0 20px;
  display: none;
}
ul.trending_list li {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
ul.trending_list li,
ul.trending_list li a {
  color: #393e46;
}
ul.trending_list li {
  margin: 8px 0;
}
ul.trending_list li a {
  display: block;
  padding: 5px 0;
}
ul.trending_list li a .number_count {
  background: #ffb100;
  padding: 5px 11px;
  border-radius: 50px;
  margin-right: 10px;
}
.post-single-content .section {
  border-bottom: 1px solid #ffdb8a;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.single-post .social-rocket-inline-buttons {
  border-top: 1px solid #ffdb8a;
  border-bottom: 1px solid #ffdb8a;
  padding: 15px 0;
}

.single-post #commentsAdd {
  padding: 0 0 15px;
}
#commentsAdd #respond h4 {
  margin-bottom: 10px;
}
.post-single-content {
  font-family: Roboto, sans-serif;
}
.post-single-content p {
  color: #636770;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0 !important;
  margin: 16px 0 !important;
}
.post-single-content p a {
  color: #297bff;
}

.post-single-content h2 {
  font-family: Lora !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 28px;
  color: #131935 !important;
  padding-left: 16px;
  position: relative;
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}

.post-single-content h2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #fdc544 0%, #e7a000 100%);
}

.post-single-content .social-rocket-inline-buttons:before {
  content: "Share via";
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  margin-bottom: 10px;
  display: block;
}
#img_con {
  display: none;
}
#commentsAdd h4,
.single-post #comments h4.total-comments,
.single-post .postauthor h4 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  margin-bottom: 0;
  text-transform: capitalize;
}
.single-post #comments h4.total-comments {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  text-transform: capitalize;
  margin-bottom: 25px;
  display: none;
}
.single-post .postauthor {
  margin: 0 auto;
  min-height: inherit;
  float: none;
  clear: both;
  width: auto;
}
.single-post .postauthor .author-wrap {
  border-bottom: 1px solid #ffdb8a;
  border-left: none;
  border-top: none;
  border-right: none;
  min-height: inherit;
  padding: 10px;
}
.single-post .postauthor .author-wrap p {
  font-size: 14px;
  font-family: Roboto !important;
  color: #393e46;
  margin-bottom: 10px !important;
}
.single-post #commentsAdd {
  margin-top: 0;
}
.paoc-credit-wrp {
  display: none;
}
.single-post #comments {
  padding: 0 15px 15px;
  margin-top: 0;
  border-bottom: 1px solid #ffdb8a;
}
.single-post #comments .comment-author.vcard img {
  border-radius: 100px;
  margin-right: 20px;
}
.single-post #comments .comment-author.vcard span.fn {
  font-size: 16px;
  font-family: Roboto !important;
  font-weight: 600;
  color: #393e46;
}
.single-post #comments .commenttext p {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto !important;
}
.single-post #commentform p.logged-in-as,
.single-post p.must-log-in {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto !important;
  color: #393e46;
}
.single-post .commenttext {
  padding-left: 20%;
}
.single-post ul.children {
  list-style: none;
  margin-bottom: 5px;
}
.single-post ul.children .commenttext {
  padding-left: 22%;
}
.single-post #comments .reply {
  text-align: center;
  font-size: 16px;
  color: #393e46;
  font-weight: 600;
  font-family: roboto !important;
}
.single-post #comments .reply a {
  color: #393e46;
}
.single-post #commentform p.logged-in-as a {
  color: #297bff;
}
.single-post .postauthor .author-wrap img.avatar {
  border-radius: 50%;
  padding-top: 0;
  width: 55px;
}
.single-post .postauthor .author-wrap h5.vcard.author {
  margin: 0 0 5px;
}
.single-post .postauthor .author-wrap span.author-posts {
  display: none;
}

.post_title_container {
  margin-top: 440px;
  max-width: 1000px;
  margin-bottom: 55px;
}

#single_banner_post h1 {
  font-family: Lora !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: white !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
}
.single-post #sidebar {
  padding: 10px 0;
}
#page.single .theauthor {
  color: white;
}

#page.single .theauthor span a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  font-family: Inter;
}

.single-post #sidebar .widget-title {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  text-transform: capitalize;
  padding: 0 0 5px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ffdb8a;
}
.single-post #sidebar ul.related-posts-widget li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  float: none;
  border-bottom: 1px solid #ffdb8a;
}
.single-post #sidebar ul.related-posts-widget li .post-img a,
.single-post #sidebar ul.related-posts-widget li .post-img a img {
  display: block;
}
.single-post #sidebar ul.related-posts-widget li .post-img a img {
  margin: 0;
  width: 100%;
  float: none;
}
.single-post #sidebar ul.related-posts-widget li .post-data .post-title {
  overflow: inherit;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0 8px;
}
.single-post #sidebar ul.related-posts-widget li .post-data .post-title,
.single-post #sidebar ul.related-posts-widget li .post-data .post-title a {
  color: #393e46;
}
.single-post #sidebar ul.related-posts-widget li .post-data .post-info {
  float: none;
}
ul.list_footer {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 0 15px;
  flex-wrap: wrap;
  align-items: center;
}
ul.list_footer li {
  display: flex;
  float: none;
  padding: 0;
  flex-direction: column;
}
ul.list_footer li.cat_icon {
  width: 15%;
}
ul.list_footer li.cat_icon a,
ul.list_footer li.cat_icon a img,
ul.list_footer li.likes a,
ul.list_footer li.likes a img {
  display: block;
}
ul.list_footer li.likes {
  width: 15%;
  flex-direction: row;
  justify-content: end;
}
ul.list_footer li.likes a img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
ul.list_footer li.readmore {
  display: inline-block;
  text-align: center;
  float: none;
  width: 55%;
  margin: 0 auto;
}
#special_post .section .rep_content {
  display: none;
}
#special_post .section.active .rep_content {
  display: block;
}
li.readmore .collapse,
li.readmore .expand {
  font-size: 14px;
  font-weight: 600;
  font-family: Roboto !important;
  color: #393e46;
  padding: 8px 40px 8px 15px;
  background: #fff7e5;
  border-radius: 25px;
  border: 1px solid #ffcd5c;
  margin-top: 0;
  display: inline-block;
  cursor: pointer;
}
li.readmore .expand {
  background: #fff7e5 url(../images/Vector-2.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
}
li.readmore .collapse {
  background: #fff7e5 url(../images/Vector-3.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
  display: none;
}
.post-single-content .section:last-child {
  border-bottom: 0;
}
.home_page #primary .article {
  float: none;
  width: 100%;
}
.home .article .latestPost:first-child,
.home .article .latestPost:nth-child(2),
.home .article .latestPost:nth-child(3) {
  display: none;
}
.archive .home .article .latestPost:first-child,
.archive .home .article .latestPost:nth-child(2),
.archive .home .article .latestPost:nth-child(3),
.search .home .article .latestPost:first-child,
.search .home .article .latestPost:nth-child(2),
.search .home .article .latestPost:nth-child(3) {
  display: block;
}
.paged.home .article .latestPost:first-child,
.paged.home .article .latestPost:nth-child(2),
.paged.home .article .latestPost:nth-child(3) {
  display: block;
}
.home.paged #banner_home {
  display: none;
}
.home_wrapper .left_grid {
  position: relative;
}
a#post_grid_2 .overlay_news,
a#post_grid_3 .overlay_news {
  padding-top: 86px;
}
a#post_grid_2 .overlay_news li,
a#post_grid_3 .overlay_news li {
  font-size: 16px;
}
a#post_grid_2 .overlay_news h3,
a#post_grid_3 .overlay_news h3 {
  font-size: 20px !important;
}
.pagination .nav-links .page-numbers {
  border-radius: 3px;
  font-size: 16px;
}
.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
  background: #d69500;
}
.home .article .latestPost {
  float: none;
  width: 100%;
  border-bottom: 1px solid #ffdb8a;
  padding-bottom: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: none;
}
#secondary .widget_mts_popular_posts_widget ul li {
  margin: 0 0 15px;
  border-bottom: 1px solid #ffdb8a;
  padding-bottom: 10px;
}
#secondary .widget_mts_popular_posts_widget ul li .post-img {
  margin: 0 0 10px;
}
#secondary .widget_mts_popular_posts_widget ul li .post-img a {
  padding-top: 40%;
  position: relative;
}
#secondary .widget_mts_popular_posts_widget ul li .post-img a,
#secondary .widget_mts_popular_posts_widget ul li .post-img img {
  display: block;
}
#secondary .widget_mts_popular_posts_widget ul li .post-img img {
  float: none;
  margin: 0;
  position: absolute;
  height: 100%;
  bottom: 0;
  object-fit: cover;
  width: 100%;
}
#secondary .widget_mts_popular_posts_widget ul li .post-title,
#secondary .widget_mts_popular_posts_widget ul li .post-title a {
  color: #393e46;
}
#secondary .widget_mts_popular_posts_widget ul li .post-title {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 5px;
}
#secondary .widget_mts_popular_posts_widget ul li .post-info span {
  font-size: 16px;
}
.home .article .latestPost a.post-image.post-image-left {
  float: left;
  width: 40%;
  display: block;
  padding-top: 25%;
  position: relative;
}
.home .article .latestPost a.post-image.post-image-left img {
  position: absolute;
  height: 100%;
  bottom: 0;
  object-fit: cover;
  float: none;
}
.home .article .latestPost header {
  float: right;
  width: 58%;
  padding: 0;
}
.home .article .latestPost header li,
.home .article .latestPost header li a {
  color: #d69500;
}
.home .article .latestPost header h2.title {
  background: 0 0;
  margin: 10px 0;
}
.home .article .latestPost header h2.title a {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px;
  margin: 10px 0;
}
.home .article .latestPost header p {
  margin: 0 0 10px !important;
}
.home_page #primary .article .navigation.pagination {
  box-shadow: none;
  padding: 0;
  margin: 35px 0 0;
}
#secondary .widget_mts_popular_posts_widget {
  float: none;
}
.single-post .related-posts .title {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  text-transform: capitalize;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
.single-post .related-posts .latestPost .title.front-view-title {
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.single-post .related-posts .latestPost .title.front-view-title:hover {
  color: #b77300;
  transition: 0.3s ease color;
}
.single-post .related-posts .latestPost .post-info {
  display: none;
}
.single-post .related-posts .latestPost {
  box-shadow: none;
}
.single-post .related-posts .latestPost .header {
  padding: 15px;
}
.single-post form#commentform {
  border: none;
  padding: 0;
}
.single-post form#commentform textarea#comment {
  background: 0 0;
  border-radius: 5px;
}
.single-post form#commentform .form-submit {
  margin: 0 !important;
}
.single-post form#commentform .form-submit input#submit {
  font-family: Roboto !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #393e46;
  border: 1px solid #ffb100;
  background: #ffb100;
  padding: 10px 30px;
  border-radius: 5px;
}
ul.list_footer li.readmore span.expand {
  display: none;
}
.page-id-2 .main-container #page.single {
  max-width: inherit;
}
.post-single-content .three_col p {
  color: #fff;
}
#two_col .one_col .grid_col {
  margin: 0 0 20px;
}
#two_col .one_col .grid_col h4 a,
.grid_two_col .grid_col h4 a {
  color: #000;
}
#two_col .one_col ol,
#two_col .one_col ul {
  margin: 0 0 20px;
}
#two_col .one_col form.wpcf7-form ul li input#position_name {
  pointer-events: none;
  color: #666;
  background: #f9f9f9;
}
.home_page h1,
.home_page h2 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  background-image: url(../images/border-line.jpg);
  background-repeat: repeat-x;
  background-position: left center;
}
.home_page h1 span,
.home_page h2 span {
  background: #fff;
  padding-right: 10px;
}
.home_page #secondary {
  float: right;
  width: 30%;
}
#header .all-categories-mobile.hidden {
  display: none !important;
}
#header .all-categories__more {
  color: #b77300;
  padding-bottom: 12px;
  border-bottom: 1px solid #b77300;
  font-size: 18px;
  font-weight: 700;
}
#header .all-categories-nav {
  padding: 1px 0 0 0;
  width: 100%;
  z-index: 10;
  display: block;
}
#header .all-categories-nav.hidden {
  display: none !important;
}
#header .all-categories-nav ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 8px;
  padding-bottom: 20px;
  column-gap: 32px;
  margin-top: 24px;
}
#header .all-categories-nav ul li a {
  display: inline-flex;
  color: #131935;
  height: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
#header .all-categories-nav ul li:not(:last-child):after {
  content: "•";
  width: 10px;
  height: 10px;
  font-size: 20px;
  top: 3px;
  right: -12px;
  color: #131935;
  position: relative;
}
#header .all-categories-nav ul li a {
  display: inline-block;
  font-size: 18px;
  color: #131935;
  text-decoration: none;
  margin: 0;
  font-family: Inter;
  font-weight: 700;
  transition: 0.3s all color;
}
#header .all-categories-nav ul li a:hover {
  color: #b77300;
  transition: 0.3s all color;
}
.post-single-content .left_right_col p img,
.post-single-content .three_col p img {
  width: auto;
}
#page_banner h1 {
  color: #ffff !important;
  font-size: 42px !important;
  clear: both;
  margin: 0;
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 50px;
}
#two_col .one_col h2,
.grid_two_col h2,
.left_right_col .col h2 {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #393e46 !important;
  background-image: url(https://mts_sociallyviral_optimized.com/wp-content/uploads/2023/03/Line-2.png);
  background-repeat: repeat-x;
  background-position: center right;
  border: none;
  padding-top: 0;
}
#two_col .one_col h2 strong,
.grid_two_col h2 strong,
.left_right_col .col h2 strong {
  background: #fff;
  padding-right: 15px;
  color: #393e46 !important;
  font-weight: 700 !important;
}
#two_col .one_col .grid_col h3,
.grid_two_col .grid_col h3 {
  font-family: Roboto !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px;
  background: 0 0;
}

.toggle-mobile-menu .trigger {
  position: absolute;
  right: 0;
}

.mob-account {
  margin-top: 16px;
  display: none;
}

.mob-account > span {
  font-size: 16px;
  line-height: 24px;
  color: #636770;
}

.mob-account__row {
  margin-top: 8px;
  display: flex;
  column-gap: 8px;
}

.mob-account__row span {
  color: #636770;
}

#primary-navigation .mob-account__link {
  font-size: 18px;
  font-weight: 700;
  color: #ffb100;
  padding: 0;
}

.header-search-mob {
  display: none;
  margin-top: 24px;
}

.header--bottom .header-search-mob.visible {
  display: block !important;
}

.header--bottom .header-search-mob.visible .header-search {
  display: block !important;
  padding-top: 16px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  max-width: 100% !important;
  width: 100% !important;
  position: relative;
  z-index: 99999;
  background: linear-gradient(106deg, #060301 39.03%, #351e0b 100%);
  margin-top: 10px !important;
}

.header--bottom .header-search-mob.visible .header-search input {
  display: block !important;
  border-radius: 5px;
  border: 1px solid white;
  color: black;
}
.header--bottom .header-search-mob.visible .header-search fieldset {
  padding: 8px 16px;
  background-color: white;
  border-radius: 2px;
}

#page.single .time-to-read {
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
}

#page.single .time-to-read span {
  color: #9a9fa9;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#page.single .time-to-read::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9a9fa9;
}

.desktop-buttons {
  position: sticky;
  top: 40px;
  z-index: 1;
  margin-right: 24px;
}

@media (max-width: 1350px) {
  .desktop-buttons {
    display: none;
  }
}

.desktop-buttons-container {
  position: absolute;
  left: 24px;
}

.desktop-button {
  cursor: pointer;
}

body.single-post #social-rocket-floating-buttons {
  display: none !important;
}

body.single-post .desktop-buttons #social-rocket-floating-buttons {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background: white;
  border: 1px solid #e5eaf0;
  padding: 16px;
  margin-top: 14px;
  box-shadow: 0px -2px 20px 0px rgba(41, 23, 9, 0.1);
  border-radius: 8px;
  width: 265px;
}

body.single-post .desktop-buttons #social-rocket-floating-buttons.visible {
  display: block !important;
}

body.single-post .desktop-buttons .social-rocket-floating-button {
  background: none;
}

body.single-post .desktop-buttons .social-rocket-floating-button a {
  background: none;
  border: none;
  position: relative;
  width: 100%;
  padding: 12px 0 !important;
  height: 24px;
  box-sizing: content-box;
  border-bottom: 1px solid #e5eaf0;
}

body.single-post .desktop-buttons .social-rocket-floating-button:last-child a {
  border-bottom: none;
}

body.single-post .desktop-buttons .social-rocket-floating-button a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

body.single-post .desktop-buttons .social-rocket-floating-button a::after {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #636770;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 36px;
}

body.single-post .desktop-buttons .social-rocket-facebook a::before {
  background-image: url(../images/facebook.svg);
}

body.single-post .desktop-buttons .social-rocket-pinterest a::before {
  background-image: url(../images/pinterest.svg);
}

body.single-post .desktop-buttons .social-rocket-twitter a::before {
  background-image: url(../images/x.svg);
}

body.single-post .desktop-buttons .social-rocket-linkedin a::before {
  background-image: url(../images/LinkedIn.svg);
}

body.single-post .desktop-buttons .social-rocket-facebook a::after {
  content: "Share on Facebook";
}

body.single-post .desktop-buttons .social-rocket-pinterest a::after {
  content: "Share on Pinterest";
}

body.single-post .desktop-buttons .social-rocket-twitter a::after {
  content: "Share on X";
}

body.single-post .desktop-buttons .social-rocket-linkedin a::after {
  content: "Share on LinkedIn";
}

body.single-post .desktop-buttons .social-rocket-floating-button-icon {
  display: none;
}

@media screen and (max-width: 1260px) {
  .home_page #content_box {
    padding: 40px 10px;
  }
}

@media (max-width: 1200px) {
  .header__sing-in {
    &::before {
      display: none;
    }
  }
}

@media screen and (min-width: 866px) {
  #header .all-categories-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 865px) {
  #header .all-categories-nav {
    display: none !important;
  }
  #header .all-categories-mobile {
    row-gap: 0;
  }

  .mob-account {
    display: block;
  }

  .post-single-content p {
    font-size: 22px !important;
  }

  .post-single-content h2 {
    font-size: 20px;
  }

  #page.single #content_box blockquote p {
    font-size: 16px;
    line-height: 24px;
  }

  #page.single #content_box blockquote {
    padding: 12px;
  }

  #page.single .tags {
    gap: 16px;
  }

  #single_banner_post .post_title_container {
    margin-top: 302px;
    margin-bottom: 0;
  }

  #single_banner_post h1 {
    font-size: 32px !important;
  }

  #page.single .theauthor {
    margin-top: 16px;
  }

  #page.single .post_thumb {
    min-height: 575px;
  }

  #page.single .post_thumb_container {
    background: linear-gradient(0deg, #070301 0%, rgba(7, 3, 1, 0) 100%);
    padding-top: 0;
    padding-bottom: 32px;
  }

  #single_banner_post .post-info {
    flex-wrap: wrap;
    margin-top: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-top: none;
  }

  .mobile-menu-active #page.single .post-scroll {
    display: none;
  }

  #page.single .post-scroll {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    column-gap: 8px;
    position: relative;
    z-index: 9999999;
  }

  #page.single #single_banner_post .theauthor {
    font-size: 14px;
  }

  #page.single #single_banner_post .theauthor span a {
    font-size: 14px;
  }

  #page.single #single_banner_post .post-info .thetime {
    margin-right: 0;
  }

  #page.single #single_banner_post .post-info .thetime time {
    font-size: 14px;
  }

  #page.single #single_banner_post .post-info .thetime svg {
    width: 16px;
  }

  #page.single #single_banner_post .post-info .thetime svg path {
    stroke: #fff5cc;
  }

  #page.single .post-info .post-scroll span {
    font-size: 18px;
  }

  #page.single .post-info .post-scroll svg {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }

  div#page.single {
    background-color: white;
  }

  #page.single .content_row {
    margin-top: 0;
  }

  #page.single article {
    border: none;
    padding: 0;
  }

  #page.single .article-container {
    padding: 16px 0;
  }

  #page.single .f_img,
  .home_page #primary,
  .home_page #secondary,
  .home_wrapper .left_grid,
  .home_wrapper .right_grid,
  .text_details {
    width: 100%;
    padding: 0;
  }
  .home .article .latestPost header h2.title {
    margin: 0 0 10px;
  }
  .home_page #content_box,
  ul#joblistinggrid li {
    color: #787f8a;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .home .article .latestPost header h2.title a {
    font-family: "Roboto Condensed" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 32px;
    margin: 10px 0;
  }
  .latestPost .title,
  .latestPost .title a {
    font-family: Balto;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 29px;
  }
  .home_page #content_box {
    float: none;
    padding: 40px 10px;
  }
  .home_wrapper .left_grid {
    float: left;
    width: 65%;
    padding-right: 10px;
  }
  .home_wrapper {
    overflow: hidden;
    box-sizing: border-box;
  }
  .home_wrapper a {
    display: block;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .featuredPost > a .size-sociallyviral-featured,
  .featuredPost > a .size-sociallyviral-featuredthumb {
    display: block !important;
  }
  .single-post .post-single-content {
    margin: 0;
    width: 100% !important;
  }
  .single-post .post-single-content img {
    width: 100%;
    height: auto;
  }
  .single-post .post-single-content .wp-caption {
    margin: 0;
    width: 100% !important;
  }
  .single-post .post-single-content .wp-caption img {
    width: 100%;
    height: auto;
  }
  #special_post .section .rep_content {
    display: none;
  }
  ul.list_footer li.readmore span.expand {
    display: inline-block;
  }
  .single-post .related-posts {
    float: none;
    padding: 0 15px;
    margin: 0;
  }
  .single-post .related-posts .latestPost .header {
    padding: 20px;
    min-height: auto;
  }
  .page-id-2 #page_banner .pb_container h2 {
    margin-bottom: 15px;
  }
  a#post_grid_2,
  a#post_grid_3 {
    position: static;
    width: 100%;
    margin: 10px 0;
  }
  .home .article .latestPost a.post-image.post-image-left {
    padding-top: 55%;
    margin: 0 0 10px;
  }
  .home .article .latestPost a.post-image.post-image-left,
  .home .article .latestPost header {
    float: none;
    width: 100%;
  }
  #secondary .widget_mts_popular_posts_widget {
    overflow: hidden;
    margin: 0;
  }
  .article {
    width: 100%;
  }

  #page.single #sidebar {
    max-width: 100%;
    margin-top: 14px;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  #page.single #sidebar .widget {
    margin: 0;
    padding: 0;
  }

  #page.single #sidebar table {
    display: none;
  }

  #page.single #sidebar br {
    display: none;
  }

  #page.single #sidebar .category-posts {
    display: flex;
    align-items: flex-end;
    overflow-x: auto;
    column-gap: 12px;
    padding-bottom: 24px;
  }

  #page.single #sidebar .category-posts .post-title a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  #page.single #sidebar .category-posts::-webkit-scrollbar {
    height: 6px;
  }

  #page.single #sidebar .category-posts::-webkit-scrollbar-track {
    background-color: #f3f1ec;
  }

  #page.single #sidebar .category-posts::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e0dacd;
  }

  #page.single .popular-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  #page.single #sidebar .post-box {
    border-bottom: none;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header #only_mob_search {
    display: block;
  }
  .single-post #commentsAd {
    padding: 0 15px 15px;
  }
  header#site-header {
    background: linear-gradient(106deg, #060301 39.03%, #351e0b 100%);
  }

  header#site-header .header-search {
    display: none;
  }
  .header--top {
    background-color: inherit;
    display: none;
  }
  .header--bottom {
    padding: 12px 0;
  }

  .header__logo {
    display: none;
  }
  #header #only_mob_search {
    display: block;
    position: absolute;
    right: 90px;
    width: 20px;
    top: 12px;
    cursor: pointer;
    z-index: 2;
  }
  #header #only_mob_search .paoc-image-popup {
    padding: 0;
  }
  .page-id-534488 #page_banner h2 {
    right: 0;
    left: 0;
  }
  .paoc-cb-popup.paoc-popup-center-center.paoc-cb-popup-complete {
    background: rgba(57, 62, 68, 0.95);
  }
  .paoc-popup-center-center .paoc-cb-popup-body {
    background: 0 0;
    box-shadow: none;
  }
  .paoc-popup-center-center .paoc-cb-popup-body .paoc-popup-con-bg {
    padding: 0;
  }
  .paoc-popup-center-center
    .paoc-cb-popup-body
    .paoc-popup-con-bg
    .paoc-popup-mheading,
  .paoc-popup-center-center
    .paoc-cb-popup-body
    .paoc-popup-con-bg
    .paoc-popup-sheading {
    display: none;
  }
  .paoc-popup-center-center .paoc-cb-popup-body form.is-search-form {
    padding: 0 10px !important;
    position: relative;
  }
  .paoc-popup-center-center .paoc-cb-popup-body form.is-search-form label {
    width: 100% !important;
  }
  .paoc-popup-center-center
    .paoc-cb-popup-body
    form.is-search-form
    input[type="search"] {
    border: 1px solid #fff !important;
    background: 0 0;
    border-radius: 3px;
    padding: 12px;
    height: auto;
    color: #fff;
  }
  .paoc-popup-center-center
    .paoc-cb-popup-body
    form.is-search-form
    button.is-search-submit {
    position: absolute;
    right: 15px;
    background: 0 0;
    top: 3px;
  }
  .paoc-popup-center-center
    .paoc-cb-popup-body
    form.is-search-form
    button.is-search-submit
    span.is-search-icon
    svg
    path {
    fill: #fff;
  }
  .paoc-popup-center-center
    .paoc-cb-popup-body
    form.is-search-form
    button.is-search-submit
    span.is-search-icon {
    background: 0 0;
    border: none;
  }
  .paoc-popup-center-center
    .paoc-cb-popup-body
    a.paoc-close-popup.paoc-popup-close {
    top: -150px;
    right: 6px;
    border: none;
    background: 0 0;
  }
  #site-footer .widget_nav_menu ul#menu-footer-menu {
    padding: 0;
  }
  #site-footer #menu-footer-menu li {
    padding: 0 5px;
  }
  #site-header {
    padding: 0;
  }
  header #primary-navigation .image-logo a {
    padding: 0;
  }
  header#site-header .header-search form#searchform button#search-image {
    background: 0 0;
    right: 35px;
  }
  .single-post .main-container #page.single {
    padding: 0 0 70px 0;
  }
  .single-post .main-container .breadcrumb-block,
  .single_post header,
  header#site-header .header-search form#searchform input#s {
    display: none;
  }
  .single-post .main-container .breadcrumb-block.mobile {
    display: block;
    margin: 0 0 13px;
    white-space: nowrap;
  }
  .single-post .main-container .breadcrumb-block.mobile .breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single-post .main-container .breadcrumb-block.mobile .breadcrumb > div {
    display: inline;
  }
  header#site-header #primary-navigation {
    float: none;
    width: 100%;
    background: 0 0;
  }
  .footer-widgets.first-footer-widgets .menu {
    padding-top: 20px;
  }
  footer .footer-widgets.first-footer-widgets ul.menu {
    list-style: none;
  }
  footer .widget.widget_nav_menu {
    margin-bottom: 0;
  }
  footer .footer-widgets.first-footer-widgets ul.menu li {
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    align-items: center;
    width: auto;
    display: inline-block;
  }
  footer .copyrights {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #copyright-note,
  .copyrights a,
  .footer-widgets.first-footer-widgets ul.menu li a,
  footer a {
    color: #787f8a;
    font-size: 14px;
  }
  #primary-navigation #pull {
    padding: 0;
  }

  #img_con h1.post_title {
    font-family: "Roboto Condensed", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 30px;
    color: #000 !important;
    margin: 0;
  }
  #img_con h4.post_title span {
    font-family: "Roboto Condensed", sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 32px !important;
    color: #fff !important;
    line-height: 40px;
    text-transform: capitalize;
    display: block;
  }
  #img_con h5.post_author {
    display: none;
  }
  #img_con .post-info {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .single-post #mts_related_posts_widget-4 {
    display: none;
  }
  .single-post #mts_related_posts_widget-5 .widget-title {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px;
    color: #393e46 !important;
    text-transform: capitalize;
    font-family: Roboto !important;
    border: none;
    margin: 0;
    border-bottom: 1px solid #ffdb8a;
  }
  .single-post aside#sidebar {
    padding-top: 0;
    margin: 0;
    max-width: 100%;
  }
  .single-post #commentsAdd form#commentform {
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    box-sizing: inherit;
    border: none;
    margin-left: -5px;
  }
  .contact-form textarea,
  .single-post #commentform textarea {
    border: 1px solid #d7dce5;
    background: #fff;
    padding: 6px 10px;
    width: 100%;
    color: #bec4ce;
    font-size: 16px;
    font-family: Roboto !important;
    font-weight: 400;
    line-height: 30px;
    height: 44px;
    resize: none;
    border-radius: 2px 0 0 2px;
  }
  .single-post
    #mts_related_posts_widget-5
    li.post-box.vertical-small
    .post-img
    a {
    width: 100%;
    display: flex;
    clear: both;
    padding-bottom: 15px !important;
    text-align: center !important;
    align-items: center;
  }
  .single-post #mts_related_posts_widget-5 ul.related-posts-widget li {
    display: inline-block;
    width: 44%;
    vertical-align: top;
    padding: 0 !important;
    margin: 10px;
  }
  .single-post
    #mts_related_posts_widget-5
    li.post-box.vertical-small
    .post-img
    img {
    width: 100%;
  }
  .single-post #mts_related_posts_widget-5 ul.related-posts-widget {
    padding-left: 10px !important;
  }
  .contact-form #mtscontact_submit,
  .single-post #commentform input#submit {
    background-color: #ffb100 !important;
    color: #393e46;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto !important;
    line-height: 20px;
    border-radius: 0 2px 2px 0;
  }
  .single-post #commentform p.comment-form-comment {
    width: 70% !important;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-top: 5px;
  }
  .single-post #commentform p.form-submit {
    width: 30% !important;
    display: inline-block;
    float: none !important;
    vertical-align: top;
  }
  ul.list_footer li.likes a {
    margin-right: 8px;
    margin-top: 2px;
    margin-left: 7px;
  }
  .main-container #page.single.contact_page_wrapper {
    padding: 10px !important;
    margin: 0;
  }
  .main-container #page.single.contact_page_wrapper .post-single-content {
    padding: 0;
  }
  #two_col {
    padding: 0;
    flex-direction: column-reverse;
  }
  #two_col .one_col {
    width: 100%;
    float: none;
  }
  #page_banner {
    min-height: 80px;
    position: relative;
    background: #393e46 !important;
  }
  #page_banner h2 {
    font-size: 24px !important;
    font-family: "Roboto Condensed" !important;
    position: absolute;
    left: 15px;
    top: 25px;
  }
  #page_banner p {
    margin-bottom: 0 !important;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  #page_banner p a {
    margin: 0 !important;
  }
  #page_banner p a {
    padding: 8px 16px;
    margin-top: 15px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .page-id-2 #page_banner h2,
  .page-id-2 #page_banner p {
    position: static;
  }
  .page-id-2 .main-container #page.single,
  .page-id-534813 .main-container #page.single {
    padding: 0 !important;
  }
  .page-id-2 #page_banner {
    min-height: 255px;
  }
  .left_right_col {
    width: 100%;
  }
  .left_right_col .col {
    float: none;
    width: 100%;
    padding: 0;
  }
  .three_col {
    padding: 10px;
    margin: 0 -15px;
  }
  .col_wrapper {
    width: 100%;
  }
  .grid_two_col .grid_col {
    float: none;
    width: 100%;
  }
  .three_col .col {
    width: 50%;
  }
  .three_col .col .col_container {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 30px 2px;
    min-height: 190px;
  }
  .three_col .col .col_container p {
    color: #fff;
  }
  .grid_two_col {
    padding: 25px 0 0;
  }
  .grid_two_col.positions {
    padding: 0;
  }
  .left_right_col .col h3 strong {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
  }
  .left_right_col .col h3 strong {
    background-image: url(../images/icon-1.png);
  }
  .left_right_col .col:nth-child(3) h3 strong {
    background-image: url(../images/icon-2.png);
  }
  .left_right_col .col:nth-child(3) h3:nth-of-type(2) strong {
    background-image: url(../images/icon-4.png);
  }
  .left_right_col .col:nth-child(4) h3 strong {
    background-image: url(../images/icon-3.png);
  }
  .left_right_col .col:nth-child(4) h3:nth-of-type(2) strong {
    background-image: url(../images/icon-5.png);
  }
  .left_right_col .col img.alignnone {
    display: none;
  }
  #page_banner .pb_container h2 {
    position: static;
    line-height: 1.3;
  }
  #page_banner .pb_container h3 {
    font-size: 18px !important;
  }
  .page-id-534813 #page_banner .pb_container h2,
  .page-id-534813 #page_banner .pb_container h3 {
    text-align: left;
    padding: 0 15px;
  }
  .page-id-534813 #two_col {
    flex-direction: column;
  }
  .page-id-534813 #page_banner {
    min-height: 115px;
  }
  #two_col .one_col ul {
    margin: 0 0 15px 15px;
    padding: 0;
  }
  #two_col .one_col ul li {
    padding: 3px 0;
  }
  #banner_home {
    padding: 15px;
  }
  .f_img,
  .home_page #primary,
  .home_page #secondary,
  .home_wrapper .left_grid,
  .home_wrapper .right_grid,
  .text_details {
    float: none;
    width: 100%;
    padding: 0;
  }
  .home_wrapper .right_grid {
    margin-top: 15px;
  }
  .right_grid a:first-child {
    margin-bottom: 15px;
  }
  .home_page #content_box {
    padding: 25px 15px !important;
  }
  .overlay_news h3,
  ul#joblistinggrid li h3 {
    font-size: 20px !important;
    line-height: 28px;
  }
  ul.post_cats li {
    font-size: 14px;
  }
  .f_img {
    margin: 0 0 15px;
  }
  .text_details p {
    font-size: 14px;
  }
  ul#joblistinggrid li h3 {
    margin: 5px 0;
  }
  ul#joblistinggrid li #page.single .post_thumb {
    padding-top: 45%;
  }
  ul.trending_list {
    display: block;
  }
  .page-id-43111 #page_banner {
    min-height: 255px;
  }
  .page-id-43111 #page_banner h2,
  .page-id-43111 #page_banner p {
    position: static;
  }
  #page_banner h1 {
    font-size: 24px !important;
  }
}

.page-all-shows__breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 32px;
  column-gap: 8px;
}

.page-all-shows__breadcrumb {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #131935;
}

.page-all-shows__breadcrumb--active {
  color: #636770;
}

.page-all-shows article {
  margin-top: 32px;
}

.page-all-shows #sidebar {
  margin-top: 32px;
}

.page-all-shows .most-popular {
  padding-bottom: 32px;
  border-bottom: 1px solid #f5efdc;
}

.page-all-shows .most-popular__title {
  font-family: Inter !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  color: #db9100 !important;
}

.page-all-shows .most-popular__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.page-all-shows .most-popular__category {
  display: block;
  padding: 10px 16px;
  border-radius: 32px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #857455;
  background: #f5efdc;
}

.page-all-shows .category-search {
  border: 1px solid #e5eaf0;
  margin-top: 32px;
  border-radius: 2px;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.page-all-shows .category-search__input {
  height: 44px;
  outline: none;
  border: none;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.page-all-shows .category-search__input input::placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-all-shows .search-by-letters {
  padding: 20px;
  background-color: #f5efdc;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
  margin-top: 32px;
}

.page-all-shows .search-by-letters .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 40px;
  height: 32px;
  font-size: 18px;
  line-height: 24px;
  font-family: Inter;
  color: #857455;
  cursor: pointer;
  background: none;
  border: none;
}

.page-all-shows .search-by-letters .letter--active {
  color: #4a3316;
  font-weight: 700;
}

.page-all-shows .category__filters {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-all-shows .category__filter {
  background: none;
  color: #131935;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 16px;
  border-radius: 32px;
  cursor: pointer;
  border: 1px solid #e5eaf0;
}

.page-all-shows .category__filter--active {
  border: 1px solid #131935;
}

.page-all-shows .category {
  display: flex;
  align-items: center;
  column-gap: 12px;
  border-bottom: 1px solid #f5efdc;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.page-all-shows .category:last-child {
  margin-bottom: 0;
}

.page-all-shows .category__image {
  width: 58px;
  height: 42px;
  border-radius: 4px;
  object-fit: cover;
}

.page-all-shows .category__name {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #636770;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
}

.page-all-shows .category__name:hover {
  color: #0a88ff;
  transition: all 0.3s ease;
}

.page-all-shows .categories-length {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 32px;
  color: #131935;
}

.page-all-shows .categories-length span {
  color: #db9100;
}

.article-container--all-categories {
  display: none;
}

.all-shows-loader {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ffa516 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #ffa516);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  margin: 32px auto 0 auto;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

@media (max-width: 1152px) {
  #page.single article.page-all-shows__article {
    max-width: 610px;
  }
}

@media (max-width: 1024px) {
  #page.single article.page-all-shows__article {
    max-width: 100%;
  }

  .page-all-shows #sidebar {
    display: none;
  }

  .page-all-shows .search-by-letters {
    gap: 10px;
  }

  .page-all-shows .search-by-letters .letter {
    min-width: 34px;
    min-height: 34px;
    font-size: 14px;
  }
}

@media (max-width: 865px) {
  .page-all-shows {
    padding-top: 56px;
  }

  .page-all-shows__breadcrumbs {
    padding: 0 20px;
  }

  .page-all-shows .most-popular {
    padding-top: 24px;
    border-top: 1px solid #f5efdc;
  }

  .page-all-shows .most-popular__title {
    font-size: 16px !important;
  }

  .page-all-shows .most-popular__categories {
    margin-top: 16px;
  }

  .page-all-shows .page-all-shows__breadcrumbs svg {
    width: 12px;
    height: 12px;
  }

  .page-all-shows .container {
    padding: 0;
  }

  .page-all-shows .article {
    margin-top: 0;
  }

  #page.single .page-all-shows .article-container {
    padding: 28px 20px;
  }
}

.post-single-content.summary h3 {
  font-size: 22px;
}

.post-single-content.summary li {
  color: #131935;
  font-weight: 600;
  font-size: 18px;
  list-style-type: none;
  position: relative;
}

.post-single-content.summary ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 20px;
  background-color: #f5f5f5;
  margin: 0;
  padding-left: 34px;
}

.post-single-content.summary li::before {
  content: "";
  background-color: #e7a000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

@media (max-width: 865px) {
  .post-single-content.summary li {
    font-size: 22px !important;
  }

  .post-single-content.summary li::before {
    width: 10px;
    height: 10px;
    left: -22px;
  }
}

.summary__mark {
  background: none;
  font-style: italic;
  font-weight: 600;
  color: #131935;
  text-decoration: underline;
}

.single_post .adthrive-content {
  background-color: transparent !important;
  min-height: auto !important;
}

.trigger-mobile-search .paoc-popup-click {
  padding: 0px !important;
  font-size: initial !important;
  position: relative;
  left: 30px;
  display: block;
  width: 24px;
  height: 24px;
  bottom: 4px;
}

.trigger-mobile-search .popupaoc-img {
  width: 100%;
  height: 100%;
  display: block;
}

.single-post .splide__track {
  margin-top: 20px;
}

.single-post .splide__arrow--next {
  right: 0;
}

.single-post .splide__arrow--prev {
  left: 0;
}
