<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * --------------------------------------------------------------------------------
 * 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.8em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", "Lato", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 1.2rem 0;
}
h1,
h2,
h3 {
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-weight: 900;
  font-size: 4.3rem;
  line-height: 1.2;
  display: inherit;
}
h2 {
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.25;
  display: inherit;
}
h3 {
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.4;
  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,
a:focus {
  outline: 0;
}
@include transition(all 300ms ease);
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* Site Branding */
.header-flat {
  display: flex;
  align-items: center;
}
.site-branding {
  display: inline-block;
  margin-right: 2.16rem;
}
.site-branding .site-title {
  margin-bottom: 0;
}
.ct-branding {
  display: flex;
  align-items: center;
}
/* Header Icons */
.ct-iconset {
  display: inline-block;
  margin-left: auto;
}
.ct-iconset &gt; * {
  float: left;
  font-size: 2.52rem;
  cursor: pointer;
}
.ct-iconset .ct-useful {
  margin-left: 20px;
}
.custom-logo {
  width: auto;
  height: 7rem;
}
img {
  max-width: 100%;
  height: auto;
}
.shadow {
  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);
}
.shadow-spread {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.4);
}
.shadow-small {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.text-shadow {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.center-align {
  text-align: center;
}
.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: 4.32rem;
}
/**
 *
 * #.# Header
 *
 */
/* Header Container */
.sticky-header {
  padding-top: 10rem;
}
.site-header {
  position: relative;
  background-color: #ffffff;
  padding: 1.5rem 0;
  width: 100%;
  z-index: 9;
  transition: .3s all ease;
  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);
}
.site-header .row {
  padding: 0;
}
.stuck {
  z-index: 1;
  padding: 0;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/** Anchor Link Style **/
.ct-title {
  display: inline;
  background-image: linear-gradient(180deg, transparent 65%, #f6727f 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.2;
  padding: 0 3px;
}
.animated-underline {
  background-image: linear-gradient(180deg, transparent 92%, #f6727f 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
.animated-underline:hover {
  background-size: 100% 100%;
  color: #1e1e1e;
}
.animated-underline a:hover {
  color: #1e1e1e;
}
.ct-zoomed {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.sidebar-widgetarea {
  margin-top: 1rem;
}
blockquote {
  border-left: 10px solid #f6727f;
  padding-left: 1.6rem;
}
.text-center {
  text-align: center;
}
.ct-banner-ad {
  margin-bottom: 4.050000000000001rem;
}
.ct-banner-ad p {
  margin-bottom: 0;
}
.ct-banner-ad .widgetarea {
  margin-bottom: 0;
}
.ct-banner-ad .widget-title {
  display: inline-block;
  margin-bottom: 2.4000000000000004rem;
}
.ct-banner-ad img {
  margin: 0;
}
/* 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: #f6727f;
}
.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: #f6727f;
}
.site-navigation .main-nav li {
  font-size: 1.8rem;
  list-style-type: none;
  display: inline-block;
}
.site-navigation .main-nav li a {
  padding: 1rem;
  font-weight: 600;
}
.site-navigation .main-nav &gt; li a:hover {
  color: inherit;
}
.site-navigation .main-nav .menu-item-has-children {
  position: relative;
}
.site-navigation .main-nav .menu-item-has-children &gt; a:after {
  content: "\ea67";
  font: normal normal normal 18px/1 IcoFont;
  color: #f6727f;
  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 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);
  -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 &gt; 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 #f6727f;
}
.site-navigation .main-nav .menu-item-has-children &gt; .sub-menu {
  border-bottom: 1px solid #f6727f;
  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: 9rem 2rem;
}
.mobile-navigation .main-nav li {
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
}
.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 #f1f1f1;
  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: #f6727f;
  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.52rem;
  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.52rem;
}
@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;
}
/*==========    In General    ==========*/
.ct-categories {
  margin-bottom: 1rem;
}
.ct-categories .ct-category {
  color: #ffffff;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 0 10px;
  margin-right: .3rem;
}
.ct-categories .ct-category a {
  color: #ffffff;
}
.ct-post-meta,
.ct-excerpt-meta {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin: .4rem 0 .4rem;
}
.ct-post-meta .ct-icon,
.ct-excerpt-meta .ct-icon,
.ct-post-meta .ct-meta,
.ct-excerpt-meta .ct-meta {
  margin-right: .5rem;
}
.ct-slider-arrow {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  z-index: 2;
}
.ct-slider-arrow * {
  color: #ffffff;
  background-color: #1e1e1e;
  font-size: 2.6rem;
  float: left;
  padding: .4rem;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ct-slider-arrow *:hover {
  background-color: #f6727f;
}
.ct-slider-arrow .prev {
  margin-right: .2rem;
}
.featured-image {
  overflow: hidden;
  cursor: pointer;
}
.featured-image img {
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.ct-zoomed {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.ct-scroll-bar {
  background-color: #f6727f;
  z-index: 1;
}
.search-submit {
  cursor: pointer;
}
/*==========    Site Header    ==========*/
.ct-topbar {
  background-color: #1e1e1e;
  padding: .5rem 0;
}
.ct-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-topbar .container .ct-header-right ul li {
  text-decoration: none;
  display: inline-block;
  margin-right: .8rem;
}
.ct-topbar .container * {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.logo-header .ct-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.logo-header .ct-container img {
  display: block;
}
/*==========    Slider Defaults    ==========*/
.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;
}
/*==========    Header Slider    ==========*/
.header-slider {
  padding-top: 2.4000000000000004rem;
  padding-bottom: 4.050000000000001rem;
}
.header-slider .ct-slider {
  position: relative;
}
.header-slider .ct-slider .ct-slide {
  width: 100%;
  height: 500px;
  position: relative;
  transition: all .2s;
  border-radius: 5px;
  overflow: hidden;
  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);
}
.header-slider .ct-slider .ct-slide .ct-slide-content {
  width: 100%;
  padding: 2.4000000000000004rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.header-slider .ct-slider .ct-slide .ct-slide-content h1 {
  color: #ffffff;
  font-size: 3.2rem;
}
.header-slider .ct-slider .ct-slide .ct-slide-content .ct-post-meta {
  color: #ffffff;
}
.ct-slide-content .animated-underline {
  color: #ffffff;
}
.ct-slide-content .animated-underline:hover {
  color: #ffffff;
}
.header-sidebar .ct-excerpt {
  display: none;
}
.header-sidebar .ct-sbs-post-excerpt {
  margin-bottom: 1.8rem;
}
.header-sidebar .ct-sbs-post-excerpt:last-child {
  margin-bottom: 0;
}
.header-sidebar .ct-sbs-post-excerpt .content-left,
.header-sidebar .ct-sbs-post-excerpt .content-right {
  float: left;
}
.header-sidebar .ct-sbs-post-excerpt .content-left {
  width: 30%;
  border-radius: .5rem;
  overflow: hidden;
}
.header-sidebar .ct-sbs-post-excerpt .content-left img {
  display: block;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-sidebar .ct-sbs-post-excerpt .content-right {
  width: 70%;
  padding-left: .8rem;
}
.header-sidebar .ct-sbs-post-excerpt .content-right .animated-underline {
  font-size: 1.7rem;
}
.header-sidebar .ct-sbs-post-excerpt .ct-categories {
  display: flex;
  margin-bottom: 0;
}
.header-sidebar .ct-sbs-post-excerpt .ct-categories span {
  font-size: 1.4rem;
}
.header-sidebar .content-right h3 {
  margin-bottom: 0;
  line-height: 1.5;
}
.header-sidebar .content-right a:hover {
  color: inherit;
}
/*==========    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 {
  padding-bottom: 2.4000000000000004rem;
}
.block-slider-container .ct-block-slider .ct-slide .ct-slide-container {
  position: relative;
  overflow: hidden;
  border-radius: .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);
  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;
}
/*==========    Masonry Container    ==========*/
.ct-masonry-container {
  padding-top: 2.4000000000000004rem;
}
.ct-masonry,
.ct-related-article-wrapper {
  border-radius: .5rem;
  margin-bottom: 3.1200000000000006rem;
  background-color: #ffffff;
  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);
}
.ct-masonry .featured-image,
.ct-related-article-wrapper .featured-image {
  border-radius: .5rem .5rem 0 0;
}
.ct-masonry .featured-image img,
.ct-related-article-wrapper .featured-image img {
  width: 100%;
  border-radius: .5rem .5rem 0 0;
}
.ct-masonry .post-content,
.ct-related-article-wrapper .post-content {
  position: relative;
  padding: 2rem 2rem 1rem 2rem;
}
.ct-masonry .post-content a,
.ct-related-article-wrapper .post-content a {
  text-decoration: none !important;
}
.ct-masonry .post-content p,
.ct-related-article-wrapper .post-content p {
  font-size: 1.6rem;
  color: #787878;
}
.ct-masonry .post-content .post-meta,
.ct-related-article-wrapper .post-content .post-meta {
  position: absolute;
  top: -1.6rem;
  left: 0;
  width: 100%;
}
.ct-masonry .post-content .post-meta .ct-categories,
.ct-related-article-wrapper .post-content .post-meta .ct-categories {
  margin-left: 1.8rem;
}
.ct-masonry .post-content .post-meta .ct-read-time,
.ct-related-article-wrapper .post-content .post-meta .ct-read-time {
  margin-right: 1.8rem;
}
.ct-masonry .post-content .ct-read-more,
.ct-related-article-wrapper .post-content .ct-read-more {
  color: #787878;
  font-size: 1.8rem;
  font-weight: 800;
  border-top: 1px solid #f1f1f1;
  padding-top: .6rem;
}
.ct-masonry .post-content .ct-read-more .read-more,
.ct-related-article-wrapper .post-content .ct-read-more .read-more {
  float: left;
  position: relative;
}
.ct-masonry .post-content .ct-read-more .read-more:after,
.ct-related-article-wrapper .post-content .ct-read-more .read-more:after {
  content: "\ea94";
  font-family: "IcoFont";
  font-size: 3.6rem;
  line-height: 1;
  position: absolute;
  top: -1px;
}
.ct-masonry .post-content .ct-read-more .no-comments,
.ct-related-article-wrapper .post-content .ct-read-more .no-comments {
  border-left: 1px solid #f1f1f1;
  padding: 0 1rem;
  float: right;
}
.ct-masonry .post-content .ct-read-more .comment-number,
.ct-related-article-wrapper .post-content .ct-read-more .comment-number {
  color: #444;
  font-size: 1.8rem;
}
.ct-masonry .post-content .ct-read-more .comment-number:before,
.ct-related-article-wrapper .post-content .ct-read-more .comment-number:before {
  content: "\eeeb";
  font-family: "IcoFont";
  font-size: 1.8rem;
  margin-right: 1px;
  font-weight: 400;
}
.ct-masonry .post-content .ct-read-more a:hover,
.ct-related-article-wrapper .post-content .ct-read-more a:hover {
  color: #f6727f;
}
/*==========    Related Articles    ==========*/
.ct-related-article {
  border-radius: .5rem;
  margin-bottom: 3.1200000000000006rem;
  background-color: #ffffff;
  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);
}
/* Single Page Pagination Design  */
.pagination-single {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.pagination-single .pagination-nav {
  font-size: 2.16rem;
}
.pagination-single .pagination-nav .previous-post-wrap {
  width: 50%;
  display: inline-block;
}
.pagination-single .pagination-nav .previous-post-wrap .previous-post {
  font-size: 1.6363636363636362rem;
  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.6363636363636362rem;
  font-weight: 500;
}
.next-post-wrap,
.previous-post-wrap {
  position: relative;
}
.next-post-wrap:before,
.previous-post-wrap:before {
  color: #f6727f;
  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;
}
/* Pagination Design */
.pagination {
  padding: 2.4000000000000004rem 0;
}
.pagination .nav-links .page-numbers {
  background-color: #f6727f;
  color: #ffffff;
  padding: .5rem 1.29rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.pagination .nav-links .dots,
.pagination .nav-links .next,
.pagination .nav-links .prev {
  background-color: transparent !important;
  color: #1e1e1e;
  border: none;
  border-radius: none;
  box-shadow: none;
}
.pagination .nav-links .next {
  padding-right: 3.3rem;
  position: relative;
}
.pagination .nav-links .next::after {
  content: "\ea94";
  font-family: "IcoFont";
  font-size: 3.6rem;
  line-height: 1;
  position: absolute;
  top: 1px;
}
.pagination .nav-links .prev {
  padding-left: 3.3rem;
  position: relative;
}
.pagination .nav-links .prev::before {
  content: "\ea93";
  font-family: "IcoFont";
  font-size: 3.6rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 0;
}
.pagination .nav-links .current {
  background-color: #ffffff !important;
  color: #1e1e1e;
}
.pagination .nav-links {
  text-align: center;
}
.ct-archive-masonry {
  margin-bottom: 8.100000000000001rem;
}
.featured-single-image img {
  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);
}
.adjusted-image {
  position: relative;
  height: 525px;
  overflow: hidden;
}
.adjusted-image img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ct-page-title {
  margin-top: 2.4000000000000004rem;
  margin-bottom: 2.4000000000000004rem;
}
.ct-social {
  float: left;
  font-size: 2.2399999999999998rem;
  cursor: pointer;
}
/* 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.52rem;
  -webkit-font-smoothing: antialiased;
}
.ct-social li a:hover {
  color: #f6727f;
}
.ct-single-top-ad-section,
.ct-single-bottom-ad-section {
  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-single-top-ad-section .widgetarea,
.ct-single-bottom-ad-section .widgetarea {
  margin-bottom: 0;
}
.ct-single-title-container {
  padding-top: 2.4000000000000004rem;
}
.ct-single-title-container .ct-category {
  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);
}
.ct-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.ct-single-content-container .ct-post-meta {
  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-top: 1rem;
  margin-bottom: 1.8rem;
}
.ct-single-content-container .ct-post-meta .ct-icon {
  margin-right: .4rem;
}
.ct-single-content-container .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: 1rem;
  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);
}
.ct-sidebar-widget ul li {
  list-style: none;
}
.ct-sidebar-widget ul li::before {
  content: "\ea5d";
  font-family: "IcoFont";
  font-size: 2.5rem;
}
.entry-footer {
  background-color: #ffffff;
  border-top: 2px solid #f6727f;
  margin-top: 2.4000000000000004rem;
  margin-bottom: 2.4000000000000004rem;
  padding: 1.8rem;
  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);
}
.author-image {
  float: left;
  padding-right: .6rem;
}
.author-details .entry-author-label {
  color: #999;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
}
.author-details p {
  font-size: 1.6rem;
}
.author-details a .author-name {
  font-weight: 600;
}
.author-info .author-details {
  margin-left: 1.6rem;
}
/* Footer */
.footer {
  border-top: 2px solid #f6727f;
}
.footer .u-full-width {
  padding: 2.4000000000000004rem 0;
}
.footer .ct-header {
  display: inline-block;
  border-bottom: 1px solid #f6727f;
}
.footer p,
.footer span {
  font-size: 1.6rem;
}
.footer .ct-footer-widgets {
  padding: 2.4000000000000004rem 0;
}
.footer .ct-credits {
  padding: 1.4rem 0;
  border-top: 1px solid #f6727f;
  text-align: center;
}
.footer .ct-credits p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer .ct-credits img {
  display: inline;
  width: 12px;
}
.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;
}
@media (max-width: 1199.98px) {
  .ct-sbs-post-excerpt .content-right .ct-categories {
    display: none;
  }
  .header-sidebar .ct-excerpt {
    display: none;
  }
  .header-slider .ct-post-meta {
    display: flex;
  }
  .ct-post-meta {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .ct-sbs-post-excerpt .content-right .ct-categories {
    display: block;
  }
  .header-sidebar {
    margin-top: 1.8rem;
  }
  .header-sidebar .ct-excerpt {
    display: block;
  }
  .mobile-close-icon {
    display: inline-block;
  }
  .ct-social {
    display: none;
  }
  .site-navigation {
    display: none;
  }
  h1 {
    font-size: 3.2rem;
  }
  .ct-single-content-container .ct-post-meta,
  .ct-single-content-container .ct-share-container,
  .ct-single-content-container .entry-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .ct-single-content-container blockquote {
    margin: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header-sidebar .ct-excerpt {
    display: none;
  }
  .ct-topbar {
    display: none;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
  .adjusted-image {
    height: auto;
  }
  .adjusted-image img {
    display: block;
    top: 0;
    transform: unset;
  }
  .ct-author-wrap {
    display: none;
  }
}
/**
 * --------------------------------------------------------------------------------
 * 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 &gt; div {
  margin-bottom: .3rem;
}
.comment-form-cookies-consent {
  display: inline-block;
}
#wp-comment-cookies-consent {
  margin-right: 1rem;
}
label {
  display: block;
  color: #000;
  font-weight: 700;
}
input,
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  background-color: #ffffff;
  border: 1px solid #e3e5e6;
  border-radius: .4rem;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-bottom-color 0.2s ease;
  outline: none;
  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);
}
input:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover {
  border-bottom-color: #f6727f;
}
input,
input[type="text"],
input[type="email"],
input[type="url"] {
  height: 4rem;
}
.submit &gt; 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: #f6727f;
  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;
}
.author-image img {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}
.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 &gt; .sub-block &gt; 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 {
  display: inline-block;
  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%, #ffffff 0);
}
.comment article {
  margin-bottom: 2.4000000000000004rem;
  padding: 2.4000000000000004rem;
  background-color: #ffffff;
  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);
}
.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 &gt; .next {
  margin-right: 0;
}
.comments-pagination .nav-links &gt; .next,
.comments-pagination .nav-links &gt; .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 #f6727f;
}
.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;
}
/*==========    Ticker    ==========*/
.ct-news-ticker {
  padding-top: 2.4rem;
}
.ct-marquee {
  overflow: hidden;
  background: #fff;
  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);
}
.ct-marquee a {
  padding: 0 25px 0 0;
  font-weight: bold;
}
.ct-exclusive-posts {
  font-size: 14px;
  line-height: 45px;
  margin: 0 0 5px;
  position: relative;
  background-color: #fff;
  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);
}
.ct-exclusive-posts .ct-exclusive-now {
  background: #f6727f;
  float: left;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px;
  margin-right: 5px;
}
.ct-exclusive-posts .ct-exclusive-now span {
  color: #ffffff;
  font-weight: 700;
}
.ct-exclusive-slider img {
  width: 35px;
  height: auto;
}
img {
  vertical-align: middle;
  border-radius: 2px;
}
/*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%;
  height: auto;
}
.ct-content-area ul,
.ct-content-area ol {
  margin: 0 0 1.5em 3em;
}
.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: #f6727f;
  letter-spacing: 0px;
  border-radius: unset;
}
.link-pages .current .page-numbers {
  background-color: #f6727f;
}
/* Skip link */
.skip-link {
  position: absolute;
  top: -50px !important;
  left: 10px;
  background-color: #ffffff;
  color: #f6727f;
  border: 2px solid #f6727f;
  border-radius: 3px;
  padding: 6px 10px;
  z-index: 9999999999;
}
.skip-link:focus {
  top: 0 !important;
}
.widgetarea {
  margin-bottom: 3.6rem;
}
.prr-footer .widgetarea:nth-of-type(1) {
  margin-top: 0;
}
.prr-footer .widgetarea {
  margin-bottom: 0;
}
#respond {
  margin-bottom: 8.100000000000001rem;
}
@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;
}
/* 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;
  border: none;
}
.single-format-image .entry-content a,
.single-format-image .entry-content a:hover {
  border: none;
  background-color: unset;
}
.single-format-audio .ct-content-area .entry-content .mejs-controls a {
  border: none;
}
.single-format-audio .ct-content-area .entry-content .mejs-controls a:hover {
  background-color: unset;
}
.post-content a,
.comment-content a,
.widgetarea a,
.ct-content-area a,
.entry-content a {
  background-image: none !important;
  text-decoration: underline;
}
.ct-masonry .post-content a {
  text-decoration: none;
}
.ct-categories a:hover {
  color: unset;
}
.no-posts p {
  text-align: center;
}
.ct-credits a {
  text-decoration: underline;
}
</pre></body></html>