/**
 * --------------------------------------------------------------------------------
 * Main Stylesheet
 * --------------------------------------------------------------------------------
*/
/**
 *
 * #.# General
 *
 */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.9em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", "Lato", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1f1f1f;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.2rem 0;
}
p {
  margin: 0 0 .8rem 0;
}
h1,
h2,
h3 {
  font-family: 'Merriweather', serif;
}
h1 {
  font-weight: 900;
  font-size: 4.3rem;
  line-height: 1.35;
  display: inherit;
}
h2 {
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 1.45;
  display: inherit;
}
h3 {
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.6;
  display: inherit;
}
h4 {
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.7;
  display: inherit;
}
h5 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
  display: inherit;
}
h6 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 1.6em 0;
  display: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
a {
  text-decoration: none;
  color: #1e1e1e;
  transition: all .3s ease;
}
a,
a:hover {
  outline: 0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
img {
  max-width: 100%;
  height: auto;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vertical-align {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  /** Overrides other display properties to make the contents align vertically **/

  align-items: center;
}
input[type="text"],
input[type="email"],
input[type="submit"] {
  outline: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  height: 3.84rem;
  line-height: .9;
}
/**
 *
 * #.# Header
 *
 */
/* Header Container */
.site-header {
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding: 1.5rem 0;
  width: 100%;
  z-index: 9;
  transition: .3s all ease;
}
.site-header .row {
  padding: 0;
}
.sticky-header .site-header {
  position: fixed;
  z-index: 99;
}
.stuck {
  z-index: 1;
  padding: 0;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
/**
 *
 * #.# blockquote design
 *
 */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #80faff;
  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;
}
.prr-spacing-top {
  margin-top: 4.800000000000001rem;
}
.prr-spacing-bottom {
  margin-bottom: 4.800000000000001rem;
}
.prr-offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 782px) {
  .prr-offset-3 {
    margin-left: 0%;
  }
}
.shadow-spread {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.4);
}
/* Navigation Menu */
.header-flat {
  display: flex;
  align-items: center;
}
.prr-iconset {
  margin-left: auto;
}
.prr-iconset a::before {
  color: #1e1e1e;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.prr-iconset a:hover::before {
  color: #dd3333;
}
.dark-mode span::before {
  color: #1e1e1e;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.dark-mode span:hover::before {
  color: #dd3333;
}
.site-navigation .main-nav li {
  font-size: 1.6rem;
  list-style-type: none;
  display: inline-block;
}
.site-navigation .main-nav li a {
  padding: 1rem;
  font-weight: 600;
}
.site-navigation .main-nav .menu-item-has-children {
  position: relative;
}
.site-navigation .main-nav .menu-item-has-children > a:after {
  content: "\ea67";
  font: normal normal normal 18px/1 IcoFont;
  color: #dd3333;
  padding-left: 4px;
}
.site-navigation .main-nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(1rem);
}
.site-navigation .main-nav .menu-item-has-children .sub-menu {
  position: absolute;
  background: #ffffff;
  min-width: 15rem;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1000;
}
.site-navigation .main-nav .menu-item-has-children .sub-menu li {
  display: block;
}
.site-navigation .main-nav .menu-item-has-children .sub-menu li a {
  display: block;
  padding: .5rem 1.5rem .5rem 0;
  white-space: nowrap;
}
.site-navigation .main-nav .menu-item-has-children .sub-menu li a:hover {
  margin-left: 2px;
}
.site-navigation .main-nav .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
  content: "\ea69";
  position: absolute;
  right: -8px;
  top: 10px;
}
.site-navigation .main-nav .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(14rem);
}
.site-navigation .main-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  top: 0;
  right: -7rem;
  transform: translateX(13rem);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 0;
  border-left: 1px solid #dd3333;
}
.site-navigation .main-nav .menu-item-has-children > .sub-menu {
  border-bottom: 1px solid #dd3333;
  transform: translateY(1.5rem);
}
.is-focused {
  opacity: 1 !important;
  visibility: visible !important;
}
/*
 * Mobile Navigation
 */
.mobile-icon {
  display: inline-block;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
.mobile-close-icon {
  display: none;
}
.js-mobile-close-icon:hover {
  color: inherit;
}
.ct-icon-rotate-45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-icon-rotate-180 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  width: 100%;
  max-width: 45rem;
  height: 100%;
  transform: translateX(-45rem);
  -webkit-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.4);
  z-index: 9999;
}
.mobile-navigation .main-nav {
  padding: 6rem 2rem 2rem 2rem;
}
.mobile-navigation .main-nav li {
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-navigation .main-nav li:last-child {
  border-bottom: none;
}
.mobile-navigation .main-nav li a {
  display: block;
  padding: 1rem 0;
}
.mobile-navigation .main-nav .menu-item-has-children {
  position: relative;
}
.mobile-navigation .main-nav .menu-item-has-children .toggle-sub-menu {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  cursor: pointer;
  width: 40px;
  height: 48px;
  border-left: 1px solid #e0e0e0;
  padding-left: 1rem;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
.mobile-navigation .main-nav .menu-item-has-children .toggle-sub-menu span:before {
  color: #dd3333;
  position: absolute;
  top: 1.2rem;
}
.mobile-navigation .main-nav .menu-item-has-children .js-toggle-class.ct-icon-rotate-180 {
  border-left: none;
}
.mobile-navigation .main-nav .menu-item-has-children .sub-menu {
  display: none;
  background-color: #f9f9f9;
}
.mobile-navigation .main-nav .menu-item-has-children .sub-menu li {
  padding-left: 2rem;
  padding-right: 2rem;
}
.mobile-navigation-open {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-close-icon {
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 2.2399999999999998rem;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-navigation .inside-mobile-close-button {
  position: absolute;
  top: 4rem;
  right: 3rem;
  font-size: 2.2399999999999998rem;
}
@media (max-width: 991.98px) {
  .site-navigation {
    display: none;
  }
  .mobile-close-icon {
    display: inline-block;
  }
}
/*
 * Nevigation Search
 */
.header-search-form {
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  visibility: hidden;
  z-index: 3;
  -webkit-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  transform: translateY(-240px);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.header-search-form input[type="submit"] {
  display: none;
}
.header-search-form [type="search"] {
  border: none;
  font-size: 70px;
  padding-right: 70px;
  height: 100px;
  background-color: #fff;
}
.header-search-form .search-form [type="search"] {
  border-bottom: 4px solid #000;
}
@media (max-width: 991.98px) {
  .header-search-form {
    padding: 3px 25px;
  }
  .header-search-form [type="search"] {
    font-size: 60px;
  }
}
#close {
  position: absolute;
  top: 42%;
  left: 90%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: -25px 0 0 -25px;
  border-radius: 50%;
}
#close span {
  position: relative;
  top: 9px;
  left: 8px;
  transform: translateY(-50px);
  font-size: 3.5rem;
}
#close a:before {
  display: block;
  content: '';
}
.header-search-form-open {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}
.search-field:focus {
  outline: auto;
}
.search-overlay-open {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: .5;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sticky-header {
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 9;
  background: #ffffff;
}
.sticky-header .site-header {
  position: fixed;
  z-index: 99;
}
.ct-branding {
  display: flex;
  align-items: center;
}
.ct-iconset {
  display: inline-block;
  margin-left: auto;
}
.ct-iconset > * {
  float: left;
  font-size: 2.2399999999999998rem;
  cursor: pointer;
}
.ct-iconset .ct-useful {
  margin-left: 20px;
}
.header-flat {
  display: flex;
  align-items: center;
}
.site-branding {
  display: inline-block;
  margin-right: 1.92rem;
}
.site-branding .site-title {
  margin-bottom: 0;
}
.prr-cat-tag {
  color: #ffffff;
  background: #dd3333;
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 10px 2px;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: 0px 3px 12px rgba(221, 51, 51, 0.7);
}
.prr-cat-tag a {
  color: #ffffff;
}
.prr-featured-image img {
  margin-bottom: 10px;
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0px 3px 12px rgba(30, 30, 30, 0.7);
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.featured-single-image img {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.adjusted-image {
  position: relative;
  height: 525px;
  overflow: hidden;
}
.adjusted-image img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
  .adjusted-image {
    height: auto;
  }
  .adjusted-image img {
    display: block;
    top: 0;
    transform: unset;
  }
}
.prr-post-meta {
  margin-bottom: 0.8rem;
}
.prr-post-meta * {
  font-size: 1.6rem;
}
.prr-spacing {
  margin-top: 1.92rem;
  margin-bottom: 8rem;
}
.prr-section {
  margin: 8rem 0;
}
.prr-category {
  color: #dd3333;
  font-size: 14px;
  font-weight: 600;
}
.prr-cat-tag .prr-title:last-child::after {
  margin-right: 0;
  content: none;
}
.prr-cat-tag .prr-title::after {
  content: "/";
  margin-left: 10px;
}
.prr-iconset {
  display: inline-block;
  float: right;
}
.prr-iconset > * {
  float: left;
  font-size: 2.2399999999999998rem;
  cursor: pointer;
}
.prr-iconset .prr-useful {
  margin-left: 20px;
}
.prr-excerpt-area * {
  margin-bottom: .5rem;
}
.prr-excerpt-area p {
  font-size: 15px;
}
.post-slide-hor-arrow,
.post-slide-hor-2-arrow,
.post-slide-main-arrow {
  cursor: pointer;
  position: relative;
}
.post-slide-hor-arrow div,
.post-slide-hor-2-arrow div,
.post-slide-main-arrow div {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: #dd3333;
  margin-right: 5px;
}
.post-slide-hor-arrow .prev,
.post-slide-hor-2-arrow .prev,
.post-slide-main-arrow .prev,
.post-slide-hor-arrow .next,
.post-slide-hor-2-arrow .next,
.post-slide-main-arrow .next {
  position: absolute;
  right: -10px;
  z-index: 1;
}
.post-slide-hor-arrow .prev,
.post-slide-hor-2-arrow .prev,
.post-slide-main-arrow .prev {
  right: -43px;
}
.post-slide-main-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
.post-slide-main-arrow .prev {
  right: 6.2rem;
}
.post-slide-main-arrow .next {
  right: 3.2rem;
}
.post-slide-hor-2-arrow {
  top: -39px;
}
.post-slide-hor-2-arrow .prev {
  right: 23px;
}
.prr-dot {
  color: #dd3333;
}
.prr-section-intro,
.prr-post-excerpt,
.prr-massive-blog-excerpt,
.newsletter-area {
  margin-bottom: 3.2rem;
}
.prr-block-post-meta {
  position: relative;
  font-size: 1.2rem;
}
.prr-block-post-meta .prr-category {
  float: left;
}
.prr-block-post-meta .prr-times-read-area {
  float: right;
}
/** Anchor Link Style **/
.prr-title {
  display: inline;
  background-image: linear-gradient(180deg, transparent 65%, #e45f5f 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.2;
  padding: 0 3px;
  margin-right: .5rem;
}
.prr-cat-tag .prr-title {
  background: none;
}
.animated-underline {
  background-image: linear-gradient(180deg, transparent 90%, #e45f5f 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
.animated-underline:hover {
  background-size: 100% 100%;
}
.post-content a {
  background-image: linear-gradient(180deg, transparent 70%, #f7cccc 0);
}
.prr-post-excerpt:hover .animated-underline,
.prr-massive-blog-excerpt:hover .animated-underline,
.prr-sbs-post-excerpt:hover .animated-underline,
.prr-excerpt-slide:hover .animated-underline {
  background-size: 100% 100%;
}
.prr-massive-blog-excerpt h2 {
  font-size: 2.8rem;
}
.prr-sbs-post-excerpt {
  margin-bottom: 1rem;
}
.prr-sbs-post-excerpt .content-left {
  width: 30%;
  float: left;
  max-width: 100%;
  max-height: 100%;
}
.prr-sbs-post-excerpt .content-right {
  width: 66%;
  float: right;
}
.prr-sbs-post-excerpt .prr-times-read-area {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.newsletter-area {
  text-align: center;
}
.newsletter-area .prr-newsletter-title {
  position: relative;
  display: inline-block;
}
.newsletter-area .prr-title {
  font-size: 3.2rem;
}
.newsletter-area .prr-title:after {
  content: "\ef13";
  font-family: IcoFont !important;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  color: #ececec;
  right: -30px;
  top: -30px;
  transform: rotate(35deg);
  z-index: -1;
}
.newsletter-area p {
  font-size: 2.08rem;
}
.newsletter-area .newsletter-form input[type="text"] {
  width: 60%;
  border: 1px solid #d3d3d3;
  margin-right: 3px;
  padding: 5px 10px;
}
.newsletter-area .newsletter-form input[type="submit"] {
  background-color: #dd3333;
  color: #ffffff;
  font-weight: 600;
  width: 150px;
  margin-left: 3px;
  cursor: pointer;
  border: 1px solid #dd3333;
  box-shadow: 0px 3px 12px rgba(221, 51, 51, 0.7);
}
footer ul li {
  list-style-type: none;
}
footer ul li:before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
}
.prr-footer {
  border-top: 2px solid #dd3333;
  padding-top: 4.800000000000001rem;
  padding-bottom: 3.2rem;
}
.load-more {
  display: none;
}
.custom-logo-link img {
  display: block;
}
.custom-logo-dark {
  display: none;
}
.custom-logo-link img,
.custom-logo-dark img {
  max-height: 65px;
}
.admin-bar .site-header {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 4.6rem;
  }
}
.prr-archive-title {
  margin-bottom: 2.4000000000000004rem;
}
.prr-author-about {
  padding: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 4.800000000000001rem;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.author-info .entry-author-label {
  color: #999;
  font-size: 1.4545454545454546rem;
  margin-bottom: 0;
  line-height: 1rem;
}
.author-info img {
  border-radius: 50%;
}
.author-info .author-details {
  margin-left: 1.6rem;
}
.author-info .author-name {
  font-size: 1.6rem;
  line-height: 1;
}
.display-tag a {
  color: #dd3333;
}
.pagination-single {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.pagination-single .pagination-nav {
  font-size: 1.92rem;
}
.pagination-single .pagination-nav .previous-post-wrap {
  width: 50%;
  display: inline-block;
}
.pagination-single .pagination-nav .previous-post-wrap .previous-post {
  font-size: 1.4545454545454546rem;
  font-weight: 500;
}
.pagination-single .pagination-nav .next-post-wrap {
  width: 50%;
  text-align: right;
  float: right;
}
.pagination-single .pagination-nav .next-post-wrap .next-post {
  font-size: 1.4545454545454546rem;
  font-weight: 500;
}
.next-post-wrap,
.previous-post-wrap {
  position: relative;
}
.next-post-wrap:before,
.previous-post-wrap:before {
  color: #dd3333;
  font-size: 4rem;
  font-weight: 300;
  font-family: IcoFont;
  line-height: .65;
  position: absolute;
  top: -2rem;
  width: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.next-post-wrap:hover:before,
.previous-post-wrap:hover:before {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.next-post-wrap:before {
  content: '\ea94';
  right: 2rem;
}
.previous-post-wrap:before {
  content: '\ea93';
  left: 2rem;
}
.previous-post-wrap:hover:before {
  opacity: 1;
  visibility: visible;
  left: -0.7rem;
}
.shadow {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.no-results {
  padding: 4.800000000000001rem 0;
}
.ct-social li {
  display: inline;
  list-style-type: none;
}
/* Menu uses Font Awesome icons */
.prr-social li a[href*="facebook.com"]::before {
  content: '\ed37';
}
.prr-social li a[href*="twitter.com"]::before {
  content: '\ed7a';
}
.prr-social li a[href*="github.com"]::before {
  content: '\ed3e';
}
.prr-social li a[href*="linkedin.com"]::before {
  content: '\ed4d';
}
.prr-social li a[href*="wordpress.com"]::before,
.prr-social li a[href*="wordpress.org"]::before {
  content: '\e95b';
}
.prr-social li a[href*="tumblr.com"]::before {
  content: '\ed78';
}
.prr-social li a[href*="dribbble.com"]::before {
  content: '\ed2e';
}
.prr-social li a[href*="instagram.com"]::before {
  content: '\ed46';
}
.prr-social li a[href*="vimeo.com"]::before {
  content: '\ed7f';
}
.prr-social li a[href*="youtube.com"]::before {
  content: '\ecbb';
}
.prr-social li a[href*="pinterest.com"]::before {
  content: '\ed5d';
}
.prr-social li a[href*="flikr.com"]::before {
  content: '\ed39';
}
.prr-social li a[href*="digg.com"]::before {
  content: '\ed2c';
}
.prr-social li a[href*="reddit.com"]::before {
  content: '\ed62';
}
.prr-social li a[href*="behance.com"]::before {
  content: '\ed22';
}
.prr-social li a[href*="slideshare.net"]::before {
  content: '\e934';
}
.prr-social li a[href*="/feed"]::before {
  content: '\efdb';
}
.prr-social li a[href*="subscribe"]::before {
  content: '\ef12';
}
.ct-social li {
  list-style-type: none;
  display: inline-block;
}
.ct-social li a span::before {
  width: 20px;
  height: 20px;
  color: #999;
  border-radius: 20px;
}
.ct-social li a::before {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  font-family: 'IcoFont';
  font-size: 2.2399999999999998rem;
  color: #1e1e1e;
  -webkit-font-smoothing: antialiased;
}
/**
 * Infinite Scroll Post
 */
.prr-infinite-scroll {
  margin: 4.800000000000001rem 0;
}
/**  Dark Mode Settings **/
.ct-dark-mode {
  background-color: #0b0b0c !important;
}
.ct-dark-mode .site-header {
  background-color: #18191b !important;
}
.ct-dark-mode *,
.ct-dark-mode .icon,
.ct-dark-mode .prr-social a:before,
.ct-dark-mode span,
.ct-dark-mode figcaption,
.ct-dark-mode a,
.ct-dark-mode p,
.ct-dark-mode h1,
.ct-dark-mode h2 h3,
.ct-dark-mode h4,
.ct-dark-mode h5,
.ct-dark-mode h6 {
  color: #eaedf1 !important;
}
.ct-dark-mode .featured-section .featured-title {
  background-color: #18191b;
}
.ct-dark-mode .custom-logo-dark {
  display: block;
}
.ct-dark-mode .custom-logo-link {
  display: none;
}
.ct-dark-mode textarea,
.ct-dark-mode input[type="text"],
.ct-dark-mode input[type="email"],
.ct-dark-mode input[type="submit"] {
  color: #18191b !important;
}
/**
 * --------------------------------------------------------------------------------
 * Pagination
 * --------------------------------------------------------------------------------
*/
.pagination {
  padding: 2.4000000000000004rem 0;
}
.pagination .nav-links {
  text-align: center;
}
.nav-links {
  margin: 0 auto;
}
.pagination .page-numbers {
  padding: .6rem;
}
.pagination .page-numbers.next::after {
  content: '\f178';
  right: 0;
}
.pagination .page-numbers.prev::before {
  content: '\f177';
  left: 0;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev {
  padding-left: 3.3rem;
}
.pagination .prev:hover::before {
  left: -1rem;
}
.pagination .next {
  padding-right: 3.3rem;
}
.pagination .next:hover::after {
  right: -1rem;
}
.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::after {
  font-size: 2rem;
  font-weight: 300;
  font-family: Fontawesome;
  line-height: 1.14;
  position: absolute;
  top: .8rem;
  width: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pagination .screen-reader-text {
  display: none;
}
.footer-site-info {
  text-align: center;
  font-size: 1.4rem;
  border-top: 1px solid #dd3333;
  padding: 1rem 0;
}
@media screen and (max-width: 782px) {
  .next.slick-arrow {
    right: 30px;
  }
  .prev.slick-arrow {
    right: -4px;
  }
}
.main-nav > .notification > a:after {
  content: "\ec77";
  font-family: IcoFont;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  color: #43c6ac;
}
@media (max-width: 992px) {
  .featured-section .featured-title {
    position: relative;
    left: 50%;
    top: -25px;
    transform: translate(-50%, -50%);
  }
}
.ct-post-meta * {
  font-size: 1.4rem;
  display: inline-block;
}
.ct-main-slider .ct-slide-sbs {
  position: relative;
}
.ct-main-slider .ct-slide-container {
  position: relative;
  width: 100%;
  height: 43.6rem;
  left: 0;
  z-index: -1;
}
.ct-main-slider .ct-slide-bg-inner {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.ct-main-slider .ct-slide-content {
  position: absolute;
  width: 50%;
  height: auto;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 3rem;
  background-color: #ffffff;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.ct-main-slider .ct-slide-content h2 {
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.ct-main-slider .ct-slide-content p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ct-main-slider .ct-slide-bg-inner {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ct-main-slider .ct-slide-content {
    width: 80%;
    left: 0;
  }
  .ct-main-slider .ct-slide-content h2 {
    font-size: 3rem;
  }
  .post-slide-main-arrow .prev {
    right: 4rem;
  }
  .post-slide-main-arrow .next {
    right: 1rem;
  }
}
/**************************************
** Banner Area **
***************************************/
.ct-banner-section {
  position: relative;
  width: 100%;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1e1e1e;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.ct-banner-section .ct-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #1f2123;
  opacity: .1;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ct-banner-section:hover .ct-banner-overlay {
  opacity: .3;
}
.ct-banner-section:hover .ct-banner-content {
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
.ct-banner-section .ct-banner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 60px;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ct-banner-section .ct-banner-content .ct-intro-heading,
.ct-banner-section .ct-banner-content .ct-intro-desc {
  display: inline-block;
  max-width: 800px;
  padding: 15px 20px;
  background-color: #ffffff;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.35);
}
.ct-banner-section .ct-banner-content .ct-intro-heading {
  margin-bottom: 1.6rem;
}
.ct-banner-section .ct-banner-content .ct-intro-heading * {
  margin-bottom: 0;
}
.ct-banner-section .ct-banner-content .ct-intro-desc * {
  margin-bottom: 0;
}
/**
 * --------------------------------------------------------------------------------
 * Instagram feed
 * --------------------------------------------------------------------------------
**/
.prr-instagram-feed {
  position: relative;
}
.prr-instagram-feed #sb_instagram #sbi_images {
  display: flex;
}
.prr-instagram-feed .sbi_follow_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 4px 8px;
  margin-bottom: 0;
  background: #ffffffd6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.prr-instagram-feed #sb_instagram .sbi_follow_btn a {
  background: #fff;
  color: #222;
  font-weight: 700;
  border-radius: 0;
  margin: 0;
}
.prr-instagram-feed .sbi_follow_btn:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7px;
  z-index: 1;
  display: block;
  background: transparent;
  border: 1px solid #dd3333;
  width: calc(92%);
  height: calc(75%);
  content: "";
  pointer-events: none;
}
.prr-instagram-feed #sb_instagram .sbi_follow_btn a:focus,
.prr-instagram-feed #sb_instagram .sbi_follow_btn a:hover {
  box-shadow: none;
}
.prr-instagram-feed #sb_instagram svg:not(:root).svg-inline--fa {
  color: #dd3333;
}
@media screen and (max-width: 782px) {
  .prr-instagram-feed #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
  }
  .prr-instagram-feed #sb_instagram #sbi_images > * {
    flex: 0 0 25%;
  }
}
.ct-notice {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  text-align: center;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.ct-notice a {
  color: #dd3333;
  font-weight: 600;
}
@media screen and (max-width: 782px) {
  .next.slick-arrow {
    right: 30px;
  }
  .prev.slick-arrow {
    right: -4px;
  }
}
.main-nav > .notification > a:after {
  content: "\ec77";
  font-family: IcoFont;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  color: #dd3333;
}
.newsletter-area {
  text-align: center;
}
.newsletter-area .prr-newsletter-title {
  position: relative;
  display: inline-block;
}
.newsletter-area .prr-title {
  font-size: 3.2rem;
}
.newsletter-area .prr-title:after {
  content: "\ef13";
  font-family: IcoFont !important;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  color: #ececec;
  right: -30px;
  top: -30px;
  transform: rotate(35deg);
  z-index: -1;
}
.newsletter-area p {
  text-align: center;
  font-size: 2.08rem;
}
.newsletter-area .newsletter-form input[type="text"],
.newsletter-area .newsletter-form input[type="email"],
.newsletter-area .newsletter-form input[type="url"] {
  width: 60%;
  border: 1px solid #d3d3d3;
  margin-right: 3px;
  padding: 5px 10px;
}
.newsletter-area .newsletter-form input[type="submit"] {
  background-color: #dd3333;
  color: #ffffff;
  font-weight: 600;
  width: 150px;
  margin-left: 3px;
  cursor: pointer;
  border: 1px solid #dd3333;
  box-shadow: 0px 3px 12px rgba(221, 51, 51, 0.7);
}
.newsletter-area .prr-newsletter-title h2 {
  text-align: center;
}
/**************************************
** Slider **
***************************************/
.ct-slider .ct-col-full {
  width: 80%;
  margin: 0 auto;
}
.ct-slider .ct-col-left,
.ct-slider .ct-col-right {
  float: left;
  padding: 0 10px;
}
.ct-slider .ct-col-left {
  width: 55%;
}
.ct-slider .ct-col-right {
  width: 45%;
}
.ct-slider .ct-slide {
  margin-top: 4.800000000000001rem;
  margin-bottom: 2.8800000000000003rem;
  outline: none;
}
.ct-slider .slider-featured-image {
  padding: 0 15px;
}
.ct-slider .slider-featured-image img {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  border-radius: 3px;
}
.slick-slider .slick-dots {
  position: relative;
  display: table;
  background-color: #dd3333;
  margin: 0 auto;
  margin-bottom: 2.4000000000000004rem;
  padding: 0 1rem;
  width: auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.slick-slider .slick-dots li {
  margin: 0;
  width: 20px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  width: auto;
  height: auto;
}
.slick-slider .slick-dots li button:before {
  color: #ffffff;
  opacity: .8;
  font-size: 1.8rem;
  line-height: 1px;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
/* Menu uses Font Awesome icons */
.ct-social li a[href*="facebook.com"]::before {
  content: '\ed37';
}
.ct-social li a[href*="twitter.com"]::before {
  content: '\ed7a';
}
.ct-social li a[href*="github.com"]::before {
  content: '\ed3e';
}
.ct-social li a[href*="linkedin.com"]::before {
  content: '\ed4d';
}
.ct-social li a[href*="wordpress.com"]::before,
.ct-social li a[href*="wordpress.org"]::before {
  content: '\e95b';
}
.ct-social li a[href*="tumblr.com"]::before {
  content: '\ed78';
}
.ct-social li a[href*="dribbble.com"]::before {
  content: '\ed2e';
}
.ct-social li a[href*="instagram.com"]::before {
  content: '\ed46';
}
.ct-social li a[href*="vimeo.com"]::before {
  content: '\ed7f';
}
.ct-social li a[href*="youtube.com"]::before {
  content: '\ecbb';
}
.ct-social li a[href*="pinterest.com"]::before {
  content: '\ed5d';
}
.ct-social li a[href*="flikr.com"]::before {
  content: '\ed39';
}
.ct-social li a[href*="digg.com"]::before {
  content: '\ed2c';
}
.ct-social li a[href*="reddit.com"]::before {
  content: '\ed62';
}
.ct-social li a[href*="behance.com"]::before {
  content: '\ed22';
}
.ct-social li a[href*="slideshare.net"]::before {
  content: '\e934';
}
.ct-social li a[href*="/feed"]::before {
  content: '\efdb';
}
.ct-social li a[href*="subscribe"]::before {
  content: '\ef12';
}
.ct-social li a[href*="telegram.org"]::before {
  content: '\ed75';
}
.ct-social li {
  list-style-type: none;
  display: inline;
}
.ct-social li a span::before {
  width: 20px;
  height: 20px;
  color: #999;
  border-radius: 20px;
}
.ct-social li a::before {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  font-family: 'IcoFont';
  font-size: 2.2399999999999998rem;
  -webkit-font-smoothing: antialiased;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
  .newsletter-area .prr-title:after {
    right: 10px;
  }
  /* mobile social nav */
  .desktop .ct-social {
    display: none;
  }
  .ct-iconset {
    display: block;
  }
  .ct-social {
    text-align: center;
    float: none;
  }
}
.ct-share-container {
  position: relative;
  background-color: #ffffff;
  border-radius: .4rem;
  padding: .8rem 3.5rem;
  box-shadow: 0 6px 15px -4px rgba(14, 17, 20, 0.1);
  -ms-box-shadow: 0 6px 15px -4px rgba(14, 17, 20, 0.1);
  -moz-box-shadow: 0 6px 15px -4px rgba(14, 17, 20, 0.1);
  -webkit-box-shadow: 0 6px 15px -4px rgba(14, 17, 20, 0.1);
  margin-bottom: 1.8rem;
}
.ct-share-container .ct-view-count,
.ct-share-container .ct-share-section {
  display: inline-block;
  float: left;
}
.ct-share-container .ct-share-section a {
  margin-right: .5rem;
}
.ct-share-container .ct-share-section a:last-child {
  margin-right: 0;
}
.ct-share-container .ct-view-count {
  margin-right: 1.7142857142857146rem;
  padding-right: 1.7142857142857146rem;
  position: relative;
}
.ct-share-container .ct-view-count:after {
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.ct-share-container .ct-view-count .ct-views {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.ct-share-container .ct-view-count .ct-view-text {
  font-size: 1.4rem;
  text-align: center;
}
.ct-share-container .ct-fb-share,
.ct-share-container .ct-tw-share,
.ct-share-container .ct-wa-share,
.ct-share-container .ct-mail-share,
.ct-share-container .ct-pin-share,
.ct-share-container .ct-in-share {
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: .8rem 1.5rem;
  border-radius: .3rem;
  margin-top: 8px;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-share-container .ct-fb-share .ct-social-icon,
.ct-share-container .ct-tw-share .ct-social-icon,
.ct-share-container .ct-wa-share .ct-social-icon,
.ct-share-container .ct-mail-share .ct-social-icon,
.ct-share-container .ct-pin-share .ct-social-icon,
.ct-share-container .ct-in-share .ct-social-icon {
  font-size: 1.8rem;
}
.ct-share-container .ct-social-icon-w-text {
  margin-right: .5rem;
}
.ct-share-container .ct-fb-share {
  background-color: #45629f;
  padding: .8rem 2rem;
}
.ct-share-container .ct-fb-share:hover {
  background-color: #5f7cb9;
}
.ct-share-container .ct-tw-share {
  background-color: #5eb2ef;
  padding: .8rem 2rem;
}
.ct-share-container .ct-tw-share:hover {
  background-color: #74bdf1;
}
.ct-share-container .ct-wa-share {
  background-color: #075e54;
}
.ct-share-container .ct-wa-share:hover {
  background-color: #0b8e7f;
}
.ct-share-container .ct-mail-share {
  background-color: #eb4d3f;
}
.ct-share-container .ct-mail-share:hover {
  background-color: #ef766b;
}
.ct-share-container .ct-pin-share {
  background-color: #cf2830;
}
.ct-share-container .ct-pin-share:hover {
  background-color: #dd4b52;
}
.ct-share-container .ct-in-share {
  background-color: #0077b5;
}
.ct-share-container .ct-in-share:hover {
  background-color: #0095e5;
}
.ct-slide .ct-post-meta {
  background-color: transparent !important;
}
.ct-single-content-container .entry-meta .ct-post-meta {
  background-color: #ffffff;
  border-radius: .4rem;
  padding: .8rem 3.5rem;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}
.ct-single-content-container .entry-meta .ct-post-meta .ct-icon {
  margin-right: .4rem;
}
.ct-single-content-container .entry-meta .ct-post-meta .ct-meta {
  margin-right: .8rem;
}
.ct-single-content-container .entry-content {
  background-color: #ffffff;
  border-radius: .4rem;
  padding: 2.5rem 3.5rem;
  margin-bottom: 1.8rem;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
/*related article/ post */
.ct-related-article {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.ct-related-article .post-content {
  padding: 20px;
}
.ct-related-article .post-content a {
  text-decoration: none;
}
.ct-related-article .post-content p {
  font-size: 16px;
}
/*==========    Block Slider    ==========*/
.block-slider-container {
  position: relative;
}
.block-slider-container img {
  width: 100%;
}
.block-slider-container .ct-block-slider {
  /* the parent */

}
.block-slider-container .ct-block-slider .slick-slide {
  margin: 0 1rem;
}
.block-slider-container .ct-block-slider .slick-list {
  margin: 0 -1rem;
}
.block-slider-container .ct-block-slider .ct-slide .ct-slide-container {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  height: 370px;
}
.block-slider-container .ct-block-slider .ct-slide .ct-slide-container .ct-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.2000000000000002rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.block-slider-container .ct-block-slider .ct-slide .ct-slide-container .ct-slide-content h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  margin-bottom: 0;
}
.block-slider-container .ct-block-slider .ct-slide .ct-slide-container .ct-slide-content a,
.block-slider-container .ct-block-slider .ct-slide .ct-slide-container .ct-slide-content span {
  color: #ffffff;
}
.block-slider-container .ct-slider-arrow {
  position: absolute;
  top: 3.1rem;
  right: 4rem;
}
.ct-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*WordPress Unit test css*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */

  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */

}
.gallery-caption .bypostauthor iframe {
  max-width: 100%;
}
.uiScaledImageContainer .scaledImageFitWidth {
  height: auto;
  min-height: initial;
  width: 100%;
}
img {
  max-width: 100%;
}
.gallery-columns-3 .gallery-item {
  max-width: calc(22.666666666666668%);
}
.gallery-columns-3 .gallery-item:nth-child(3n+3) {
  margin-right: 0px;
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  height: auto;
}
.gallery-columns-4 .gallery-item {
  max-width: calc(13%);
}
.gallery-columns-4 .gallery-item:nth-child(4n+4) {
  margin-right: 0px;
}
form label {
  padding-bottom: 11px;
  display: block;
  width: 100%;
}
pre {
  white-space: pre;
  overflow-x: auto;
}
label {
  padding-bottom: 11px;
  display: inline-block;
}
.wp-block-archives-dropdown {
  margin-bottom: 11px;
}
.ct-content-area img {
  max-width: 100%;
}
.link-pages {
  text-align: center;
  margin-bottom: 70px;
}
.link-pages .page-numbers {
  height: 100%;
  width: 80px;
  font-size: 12px;
  padding: 6px 9px;
  margin: 10px;
  background-color: #1e1e1e;
  border-radius: unset;
  text-align: center;
  border: none;
}
.link-pages .page-numbers:hover {
  background-color: #dd3333;
  letter-spacing: 0px;
  border-radius: unset;
}
.link-pages .current .page-numbers {
  background-color: #dd3333;
}
/* Skip link */
.skip-link {
  position: absolute;
  top: -50px !important;
  left: 10px;
  background-color: #ffffff;
  color: #dd3333;
  border: 2px solid #dd3333;
  border-radius: 3px;
  padding: 6px 10px;
  z-index: 9999999999;
}
.skip-link:focus {
  top: 0 !important;
}
.widgetarea {
  margin-bottom: 3.2rem;
}
.widgetarea:nth-of-type(1) {
  margin-top: 3.84rem;
}
.prr-footer .widgetarea:nth-of-type(1) {
  margin-top: 0;
}
.prr-footer .widgetarea {
  margin-bottom: 0;
}
#respond {
  margin-bottom: 7.200000000000001rem;
}
@media print {
  .widgetarea,
  .main-nav,
  .mobile-navigation,
  .menubar-right,
  .top-bar,
  .layout-center .nav-button,
  #respond {
    display: none;
  }
  .ct-content-area {
    width: 100%;
  }
}
.thumbnail-image img {
  width: 100%;
  height: auto;
}
.admin-bar .site-header {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 4.6rem;
  }
}
/* For devices smaller than 991.98px */
@media (max-width: 991.98px) {
  .site-header .site-branding {
    float: none;
  }
}
.post-content a.mejs-horizontal-volume-slider {
  background-image: none;
}
iframe,
object {
  max-width: 100%;
}
* {
  word-break: break-word;
  word-wrap: break-word;
}
.link-pages a {
  background-image: none;
}
.link-pages .page-numbers {
  color: #ffffff;
}
.post-content ul,
ol {
  margin: 0 0 3rem 3rem;
}
.wp-block-gallery ul {
  margin: 0;
}
.post-content a.post-page-numbers {
  background-image: unset;
}
#comments ol ol {
  list-style-type: decimal;
}
#comments ol.children {
  list-style-type: none;
}
#comments ul ul {
  margin: 0 0 3rem 3rem;
}
.post_format-post-format-image .post-content a {
  background-image: none;
}
.post-content a,
.comment-content a,
.widgetarea a {
  background-image: none !important;
  text-decoration: underline;
}
.prr-excerpt a {
  text-decoration: underline;
}
.comment-form-cookies-consent label {
  display: inline;
}
.text-center {
  text-align: center;
}
/**
 * --------------------------------------------------------------------------------
 * Comments Template
 * --------------------------------------------------------------------------------
*/
.logged-in .comment-message-section {
  width: 100%;
}
.comment-message-section,
.comment-author-section {
  width: 49%;
  float: left;
}
.comment-author-section {
  padding-left: 2%;
}
.comment-author-section > div {
  margin-bottom: .3rem;
}
#wp-comment-cookies-consent {
  margin-right: 1rem;
}
label {
  display: block;
  color: #1e1e1e;
  font-weight: 700;
}
input,
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  background-color: #ffffff;
  border: 1px solid #e3e5e6;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-bottom-color 0.2s ease;
  outline: none;
}
input:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover {
  border-bottom-color: #dd3333;
}
input,
input[type="text"],
input[type="email"],
input[type="url"] {
  height: 4rem;
}
.submit > button {
  margin-top: 1rem;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 4.5rem;
}
.form-submit #submit {
  background-color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 4rem;
  text-align: center;
  position: relative;
  border: 1px solid #e3e5e6;
  border-bottom-color: #dd3333;
  box-sizing: border-box;
  transition: border-bottom-color 0.2s ease;
  cursor: pointer;
}
.form-submit #submit:hover {
  border-bottom-color: #e3e5e6;
}
.author-image {
  float: left;
  padding-right: .6rem;
}
.author-image img {
  border-radius: 100%;
  min-width: 96px;
  height: auto;
}
.ct-has-description img {
  width: 10rem;
}
.comment-wrapper {
  display: table;
  padding-left: 1.6rem;
  border-left: 1px dotted #1f1f1f;
  margin-bottom: 3.6rem;
}
.comment-wrapper p {
  margin-bottom: 0;
}
#comments {
  margin-top: 2.4000000000000004rem;
}
#comments ol {
  list-style-type: none;
}
#comments > .sub-block > ol {
  margin-left: 0;
}
.comment-form-cookies-consent {
  display: inline-block;
}
#wp-comment-cookies-consent {
  margin-right: 1rem;
  margin-bottom: 0;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.comment-author .fn a {
  font-weight: 500;
}
.comment-author img {
  float: left;
  border-radius: 50%;
  margin-right: 2rem;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1rem;
}
.comment-meta a {
  font-weight: 400;
}
.reply {
  display: block;
  text-align: right;
}
.reply a {
  background-image: linear-gradient(180deg, transparent 70%, #f7cccc 0);
}
.comment article {
  margin-bottom: 2.4000000000000004rem;
  padding: 2.4000000000000004rem;
  background-color: #ffffff;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.trackback,
.pingback {
  margin-bottom: 2.4000000000000004rem;
}
.comment p {
  margin-bottom: 1rem;
}
.comment .children {
  margin-left: 6rem;
}
.comment-time {
  font-size: 1.4rem;
  font-weight: 400;
}
.comments-pagination {
  margin-bottom: 2.4rem;
}
.comments-pagination .nav-links {
  margin-right: 1rem;
}
.comments-pagination .nav-links > .next {
  margin-right: 0;
}
.comments-pagination .nav-links > .next,
.comments-pagination .nav-links > .prev {
  position: relative;
  top: .2rem;
}
.author-link {
  margin-top: 1rem;
}
.bypostauthor {
  border-top: unset !important;
  /* Override if posted by admin */

}
.bypostauthor article {
  border: 2px solid #dd3333;
}
.comment-body {
  position: relative;
}
.comment-body .reply {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
}
/**
 * Comment Form Defaults styling
 */
.form-submit {
  margin-top: 1rem;
}
.logged-in .comment-form-comment {
  width: 100%;
  float: unset;
}
.comment-form-cookies-consent {
  display: inline-block;
}
#wp-comment-cookies-consent {
  margin-right: 1rem;
  margin-bottom: 0;
}
input[type="checkbox"] {
  height: 1.6rem;
  width: 16px;
}
/**  Dark Mode Settings **/
.custom-logo-dark {
  display: none;
}
.ct-dark-mode,
.mobile-navigation {
  background-color: #0b0b0c !important;
}
.ct-dark-mode .main-container,
.mobile-navigation .main-container {
  background-color: #0b0b0c !important;
}
.ct-dark-mode .site-header,
.mobile-navigation .site-header,
.ct-dark-mode .ct-main-slider .ct-slide-content,
.mobile-navigation .ct-main-slider .ct-slide-content {
  background-color: #18191b !important;
}
.ct-dark-mode .ct-exclusive-posts,
.mobile-navigation .ct-exclusive-posts,
.ct-dark-mode .ct-notice,
.mobile-navigation .ct-notice {
  background-color: #18191b !important;
}
.ct-dark-mode *,
.mobile-navigation *,
.ct-dark-mode .icon,
.mobile-navigation .icon,
.ct-dark-mode .ct-social a:before,
.mobile-navigation .ct-social a:before,
.ct-dark-mode span,
.mobile-navigation span,
.ct-dark-mode figcaption,
.mobile-navigation figcaption,
.ct-dark-mode a,
.mobile-navigation a,
.ct-dark-mode p,
.mobile-navigation p,
.ct-dark-mode h1,
.mobile-navigation h1,
.ct-dark-mode h2 h3,
.mobile-navigation h2 h3,
.ct-dark-mode h4,
.mobile-navigation h4,
.ct-dark-mode h5,
.mobile-navigation h5,
.ct-dark-mode h6,
.mobile-navigation h6 {
  color: #eaedf1 !important;
}
.ct-dark-mode .featured-section .featured-title,
.mobile-navigation .featured-section .featured-title,
.ct-dark-mode .ct-masonry .post-content,
.mobile-navigation .ct-masonry .post-content,
.ct-dark-mode .ct-marquee,
.mobile-navigation .ct-marquee,
.ct-dark-mode .ct-single-content-container .entry-content,
.mobile-navigation .ct-single-content-container .entry-content,
.ct-dark-mode .entry-footer,
.mobile-navigation .entry-footer,
.ct-dark-mode .ct-related-article-wrapper .post-content,
.mobile-navigation .ct-related-article-wrapper .post-content,
.ct-dark-mode #sbi_mod_error,
.mobile-navigation #sbi_mod_error,
.ct-dark-mode .ct-banner-section .ct-banner-content .ct-intro-desc,
.mobile-navigation .ct-banner-section .ct-banner-content .ct-intro-desc {
  background-color: #18191c;
}
.ct-dark-mode .ct-share-container,
.mobile-navigation .ct-share-container,
.ct-dark-mode .ct-single-content-container .entry-meta .ct-post-meta,
.mobile-navigation .ct-single-content-container .entry-meta .ct-post-meta {
  background-color: #1e1e1e;
}
.ct-dark-mode .custom-logo-dark,
.mobile-navigation .custom-logo-dark {
  display: block;
}
.ct-dark-mode .custom-logo-link,
.mobile-navigation .custom-logo-link {
  display: none;
}
.ct-dark-mode textarea,
.mobile-navigation textarea,
.ct-dark-mode input[type="text"],
.mobile-navigation input[type="text"],
.ct-dark-mode input[type="email"],
.mobile-navigation input[type="email"],
.ct-dark-mode input[type="submit"],
.mobile-navigation input[type="submit"] {
  color: #18191b !important;
}
.ct-dark-mode .prr-share-icons span,
.mobile-navigation .prr-share-icons span {
  color: #18191b !important;
}
.ct-dark-mode .site-navigation .main-nav .sub-menu a,
.mobile-navigation .site-navigation .main-nav .sub-menu a {
  color: #18191b !important;
}
.ct-dark-mode .prr-share-icons a span:before,
.mobile-navigation .prr-share-icons a span:before,
.ct-dark-mode .ct-social li a:before,
.mobile-navigation .ct-social li a:before,
.ct-dark-mode .dark-mode span::before,
.mobile-navigation .dark-mode span::before {
  color: #fff !important;
}
.ct-dark-mode .comment-body,
.mobile-navigation .comment-body,
.ct-dark-mode blockquote,
.mobile-navigation blockquote {
  background-color: #18191b !important;
}
.ct-dark-mode .ct-intro-heading,
.mobile-navigation .ct-intro-heading {
  background-color: #18191b !important;
}
/*****************************************
*  --------------------------------------*
*  Slick                                 *
*  --------------------------------------*
*****************************************/
.ct-home-banner-slider .ct-banner-slider {
  position: relative;
  overflow: hidden;
}
.ct-slider-featured-img {
  background-size: cover;
  height: 550px;
}
.ct-home-banner-slider .ct-banner-slider .ct-block-content {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-block-content {
  color: #fff;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 30px 60px 40px;
}
.ct-block-content a {
  color: #fff;
}
.ct-block-content h3 {
  font-size: 2.6rem;
  color: #fff;
}
.ct-block-content .ct-excerpt p {
  font-size: 14px;
  color: #fff;
}
.ct-excerpt-meta {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.ct-block-content:hover .ct-excerpt-meta {
  max-height: 290px;
  opacity: 1;
  transition: all 0.3s;
}
.ct-posts.ct-layout-carousel .slick-next {
  right: 10px;
}
.ct-posts.ct-layout-carousel .slick-prev {
  left: 10px;
}
.ct-posts.ct-layout-carousel .slick-next:before {
  content: "\eaa0";
  font-family: IcoFont;
  font-size: 34px;
}
.ct-posts.ct-layout-carousel .slick-prev:before {
  content: "\ea9d";
  font-family: IcoFont;
  font-size: 34px;
}
.ct-layout-carousel .slick-arrow {
  z-index: 99;
}
