/*
Theme Name: Slipped Disc
Description: Theme for Slipped Disc
Author: SO Marketing (SH)
Version: 1.0
*/
h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
}

p, a, ul, input {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
}

/*@mixin extend() {
	@extend 
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  min-width: 100vw;
  font-family: brandon-grotesque, sans-serif;
}

.holder {
  min-height: 100%;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.holder--nav-open {
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.holder--nav-open .navigation {
  right: 0;
}

main#container {
  margin-top: 332px;
}

.content {
  max-width: 1393px;
  margin: 0 auto;
  width: 100%;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

iframe {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  main#container {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .content {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1249px) {
  .content {
    max-width: 1080px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1109px) {
  .content {
    max-width: 95%;
  }
}
.header {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: 0.5s all;
  z-index: 100;
}
.header .header_ad {
  padding: 29px 0px 29px;
  background-color: #EDEDED;
  transition: 0.5s all;
}
.header .header_ad .ad_container {
  height: 90px;
  padding: 0px;
}
.header .header_ad .ad_container * {
  display: block;
  margin: 0 auto;
}
.header.scrolled .sub-menu li a {
  font-size: 18px;
}
.header.scrolled .header_ad {
  padding: 12px 0px;
}
.header.scrolled .header__logo {
  width: 175px;
}
.header.scrolled .navigation__list-item {
  font-size: 20px;
}
.header.scrolled .search_subscribe {
  width: 175px;
}
.header.scrolled .content {
  padding: 10px 0px;
}
.header.scrolled .ad_container.content {
  padding: 0;
}
.header .content {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 41px 0px;
  transition: 0.5s all;
}
.header__logo {
  width: 244px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s all;
  padding-left: 14px;
  display: inline-flex;
}
.header__logo img {
  width: 100%;
}
.header__navigation-container {
  width: 100%;
  max-width: 668px;
  margin: 0 auto;
}
.header .search_subscribe {
  width: 244px;
  transition: 0.5s all;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .search_subscribe .searchform {
  margin-right: 52px;
  position: relative;
  transition: 0.5s all;
  cursor: pointer;
}
.header .search_subscribe .searchform.search-active::after {
  width: 100%;
}
.header .search_subscribe .searchform.search-active input {
  width: 145px;
}
.header .search_subscribe .searchform.search-active button {
  pointer-events: all;
  color: #7C0D3A;
}
.header .search_subscribe .searchform::after {
  bottom: -2px;
  right: 0;
  width: 2px;
  height: 2px;
  background-color: #7C0D3A;
  position: absolute;
  content: "";
  display: block;
  transition: 0.5s all;
}
.header .search_subscribe .searchform form {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header .search_subscribe .searchform form:hover button {
  color: #7C0D3A;
}
.header .search_subscribe .searchform form input {
  border: 0;
  font-size: 16px;
  width: 0px;
  transition: 0.5s all;
  padding: 5px;
}
.header .search_subscribe .searchform form input:focus {
  outline: 0;
}
.header .search_subscribe .searchform form button {
  border: 0;
  background-color: transparent;
  font-size: 22px;
  cursor: pointer;
  pointer-events: none;
}
.header .search_subscribe .subscribe {
  background-color: #7C0D3A;
  color: #fff;
  padding: 1px 12px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.5s all;
}
.header .search_subscribe .subscribe:hover {
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }

  .header .search_subscribe .searchform:hover input {
    width: 0;
  }

  .header .search_subscribe .searchform:hover::after {
    width: 0px;
  }

  .header .search_subscribe .searchform::after {
    display: none;
  }

  .header__logo {
    width: 194px;
    order: 1;
  }

  .header.scrolled .header__logo {
    width: 194px;
  }

  .header.scrolled .search_subscribe {
    width: auto;
  }

  .header__navigation-container {
    order: 3;
    width: auto;
    margin: 0;
    padding-right: 4px;
  }

  .header .search_subscribe {
    order: 2;
    width: auto;
  }

  .header .search_subscribe .searchform {
    margin-right: 0px;
    margin-left: 20px;
  }
  .header .search_subscribe .searchform form {
    pointer-events: none;
  }
  .header .search_subscribe .searchform form input {
    pointer-events: none;
    width: 0px;
  }
  .header .search_subscribe .searchform form button {
    pointer-events: none;
    font-size: 38px;
  }

  .header .search_subscribe .subscribe {
    display: none;
  }

  .header .header_ad {
    padding: 10px 15px;
    display: none;
  }

  .header div.content {
    padding: 10px 0px;
    border-bottom: 1px solid #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .header .search_subscribe .searchform:hover input {
    width: 0px;
    padding: 5px 0px;
  }

  .header .search_subscribe .searchform form button {
    pointer-events: none;
    font-size: 30px;
  }

  .header__logo {
    width: 194px;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }

  .header.scrolled .header__logo {
    width: 194px;
  }

  .header.scrolled .search_subscribe {
    width: auto;
  }

  .header__navigation-container {
    order: 3;
    width: auto;
    margin: 0px;
    padding-right: 4px;
  }

  .header .search_subscribe {
    order: 2;
    width: auto;
    padding-right: 15px;
  }
  .header .search_subscribe .searchform {
    margin-right: 25px;
  }

  main#container {
    margin-top: 160px;
  }

  .header .header_ad {
    display: none;
  }

  .header .content {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1440px) {
  .header__navigation-container {
    padding: 0px 25px;
  }

  .navigation__list-item {
    font-size: 21px;
  }

  .header__logo {
    width: 205px;
  }

  .header .search_subscribe {
    width: 205px;
  }

  .header .content {
    padding: 25px 0px;
  }

  main#container {
    margin-top: 293px;
  }
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 113px 0px 81px;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -69%;
  display: block;
  width: 636px;
  height: 700px;
  background-image: url("images/instrument.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.footer .footer_container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer_container h3 {
  color: #7C0D3A;
  font-size: 18px;
  margin-bottom: 21px;
}
.footer .footer_container .logo {
  width: 155px;
}
.footer .footer_container .socials {
  width: auto;
}
.footer .footer_container .socials a {
  color: #7C0D3A;
  display: block;
  margin-bottom: 20px;
}
.footer .footer_container .menu_links {
  width: 490px;
}
.footer .footer_container .menu_links .menu {
  column-count: 2;
  list-style: none;
}
.footer .footer_container .menu_links .menu a {
  color: #000;
  text-decoration: none;
  line-height: 36px;
  transition: 0.5s all;
  font-size: 16px;
}
.footer .footer_container .menu_links .menu a:hover {
  color: #7C0D3A;
}
.footer .footer_container .contact {
  width: 250px;
}
.footer .footer_container .contact a {
  color: #000;
}
.footer .footer_container .created_by {
  width: 100%;
  display: block;
  margin-top: 27px;
}
.footer .footer_container .created_by .so-marketing {
  margin: auto 0 auto auto;
  height: 36px;
}
.footer .footer_container .created_by .so-marketing .to-slide {
  width: 41px;
  height: 36px;
}
.footer .footer_container .created_by .so-marketing .to-hide {
  top: 11px;
  left: 20px;
}
.footer .footer_container .created_by .so-marketing .to-reveal {
  top: 11px;
}

@media only screen and (max-width: 1050px) {
  html .fixed_footer_advert {
    position: fixed;
    bottom: -100vh;
    left: 0;
    width: 100%;
    padding: 11px 25px;
    background-color: #EDEDED;
    z-index: 10000;
    transition: 3s all;
    display: block;
  }
  html .fixed_footer_advert.active {
    bottom: 0;
  }
  html .fixed_footer_advert.disabled {
    bottom: -100vh;
  }
  html .fixed_footer_advert .close {
    position: absolute;
    top: -25px;
    font-size: 18px;
    right: 13px;
    border-radius: 50%;
    background-color: #EDEDED;
    height: 40px;
    width: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
  }
  html .fixed_footer_advert .ad_container {
    max-width: 320px;
    display: block;
    margin: 0 auto;
  }
  html .fixed_footer_advert .ad_container * {
    display: block;
    margin: 0 auto;
  }

  .footer {
    padding: 50px 15px;
  }
  .footer .footer_container h3 {
    margin-bottom: 13px;
  }
  .footer .footer_container .logo {
    width: 50%;
  }
  .footer .footer_container .logo img {
    max-width: 111px;
  }
  .footer .footer_container .socials {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .footer .footer_container .socials a {
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .footer .footer_container .menu_links {
    margin: 30px 0px;
    width: 100%;
  }
  .footer .footer_container .menu_links h3 {
    display: none;
  }
}
.fixed_footer_advert {
  display: none;
}

.mobile_search {
  display: none;
}

.potw {
  padding: 0px 0px;
  margin-top: 2px;
}
.potw h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.32px;
  font-size: 33px;
  line-height: 48px;
  padding: 4px 14px 2px;
}
.potw .section_post {
  padding: 24px 14px 14px 14px;
  text-decoration: none;
  color: #000;
  display: block;
}
.potw .section_post:hover img {
  opacity: 0.9;
}
.potw .section_post h3 {
  text-transform: uppercase;
  display: block;
  border-bottom: 4px solid #000;
  padding-bottom: 5px;
  font-size: 25px;
  font-weight: 900;
  color: #7C0D3A;
}
.potw .section_post .author_details {
  justify-content: space-between;
  padding: 4px 0px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.potw .section_post .author_details p {
  font-weight: 100;
  text-transform: capitalize;
}
.potw .section_post .excerpt {
  padding: 6px 0px;
  font-size: 18px;
  color: #2E2C2F;
}
.potw .section_post img {
  height: 282px;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s all;
}

.mostread {
  margin-top: 24px;
}
.mostread.active h2::after {
  transform: translateY(-50%) rotate(45deg);
}
.mostread h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.32px;
  font-size: 33px;
  line-height: 48px;
  padding: 4px 14px 2px;
  position: relative;
}
.mostread h2::after {
  content: "+";
  display: block;
  font-size: 55px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #fff;
  transition: 0.5s all;
  cursor: pointer;
}
.mostread .popular_post_list {
  display: -ms-grid;
  display: -webkit-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 55px;
  list-style: none;
  padding: 25px 14px 14px;
}
.mostread .popular_post_list li a {
  text-decoration: none;
}
.mostread .popular_post_list li h2, .mostread .popular_post_list li h3 {
  color: #7C0D3A;
  font-size: 25px;
  text-transform: uppercase;
  min-height: 6em;
  padding: 0;
  line-height: 36px;
}
.mostread .popular_post_list li h2 a, .mostread .popular_post_list li h3 a {
  font-weight: 900;
  color: #7C0D3A;
}
.mostread .popular_post_list li .excerpt {
  margin-bottom: 7px;
  padding-top: 7px;
}
.mostread .popular_post_list li .excerpt p {
  font-size: 18px;
  color: #2E2C2F;
}
.mostread .popular_post_list li .image_container {
  display: block;
  position: relative;
  transition: 0.5s all;
  cursor: pointer;
}
.mostread .popular_post_list li .image_container:hover::after {
  background-color: rgba(248, 178, 113, 0);
}
.mostread .popular_post_list li .image_container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 178, 113, 0.1);
  transition: 0.5s all;
}
.mostread .popular_post_list li .categorylink {
  padding: 1px 9px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mostread .popular_post_list li .author_details {
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
.mostread .popular_post_list li .author_details p {
  text-transform: capitalize;
}
.mostread .popular_post_list li hr {
  border: 0;
  height: 4px;
  background-color: #000;
  width: 100%;
  margin-bottom: 6px;
}
.mostread .popular_post_list li img {
  height: 277px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.fixed_advert_banner {
  background-color: #EDEDED;
  padding: 40px 0px;
  display: block;
  margin: 29px 0px 29px;
}
.fixed_advert_banner .ad_container {
  max-width: 970px;
  margin: 0 auto;
}
.fixed_advert_banner .ad_container * {
  display: block;
  margin: 0 auto;
}

.latest_news .pagination_container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.latest_news .pagination_container .main_pagination {
  font-family: brandon-grotesque, sans-serif;
  width: 50%;
  text-align: center;
}
.latest_news .pagination_container .main_pagination a {
  text-decoration: none;
}
.latest_news .pagination_container .main_pagination a.next {
  display: none;
}
.latest_news .pagination_container .main_pagination a.prev {
  display: none;
}
.latest_news .pagination_container .main_pagination .page-numbers {
  font-size: 20px;
  letter-spacing: 6.2px;
  font-weight: 400;
  color: #2E2C2F;
}
.latest_news .pagination_container .main_pagination .page-numbers::after {
  content: ".";
  margin-right: 20px;
  margin-left: 20px;
}
.latest_news .pagination_container .nav {
  width: 25%;
  font-size: 20px;
  font-weight: 400;
}
.latest_news .pagination_container .nav a {
  text-decoration: none;
  color: #2E2C2F;
}
.latest_news .pagination_container .nav.alignright {
  text-align: right;
}
.latest_news .pagination_container .nav.alignleft {
  text-align: left;
}
.latest_news h2 {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.32px;
  font-size: 33px;
  line-height: 48px;
  padding: 4px 14px 2px;
}
.latest_news .post_list {
  display: -ms-grid;
  display: -webkit-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 54px;
  list-style: none;
  padding: 24px 14px 14px 14px;
}
.latest_news .post_list .single_post a {
  text-decoration: none;
}
.latest_news .post_list .single_post .categorylink {
  padding: 1px 9px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-decoration: none;
}
.latest_news .post_list .single_post .excerpt {
  margin-bottom: 7px;
  padding-top: 7px;
}
.latest_news .post_list .single_post .excerpt p {
  font-size: 18px;
  color: #2E2C2F;
}
.latest_news .post_list .single_post .author_details {
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  text-transform: capitalize;
}
.latest_news .post_list .single_post hr {
  border: 0;
  height: 4px;
  background-color: #000;
  width: 100%;
  margin-bottom: 6px;
}
.latest_news .post_list .single_post.ad {
  grid-column: 1/-1;
  background-color: #EDEDED;
  padding: 40px 0px;
  position: relative;
}
.latest_news .post_list .single_post.ad::before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #EDEDED;
  width: 100%;
  height: 100%;
}
.latest_news .post_list .single_post.ad::after {
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #EDEDED;
  width: 100%;
  height: 100%;
}
.latest_news .post_list .single_post.ad .ad_container {
  max-width: 970px;
  margin: 0 auto;
  display: block;
}
.latest_news .post_list .single_post.ad .ad_container * {
  display: block;
  margin: 0 auto;
}
.latest_news .post_list .single_post h3 {
  font-size: 25px;
  text-transform: uppercase;
  min-height: 6.5em;
}
.latest_news .post_list .single_post h3 a {
  font-weight: 900;
  color: #7C0D3A;
}
.latest_news .post_list .single_post .image_container {
  display: block;
  position: relative;
  transition: 0.5s all;
  cursor: pointer;
}
.latest_news .post_list .single_post .image_container:hover::after {
  background-color: rgba(248, 178, 113, 0);
}
.latest_news .post_list .single_post .image_container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 178, 113, 0.1);
  transition: 0.5s all;
}
.latest_news .post_list .single_post .image_container img {
  height: 277px;
  width: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .home .latest_news .pagination_container {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .home .latest_news .pagination_container .main_pagination {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
  .home .latest_news .pagination_container .main_pagination .page-numbers {
    font-size: 18px;
    letter-spacing: 3.1px;
  }
  .home .latest_news .pagination_container .nav {
    order: 3;
    width: 45%;
    font-size: 18px;
  }

  .fixed_advert_banner {
    display: none;
  }

  .latest_news h2 {
    font-size: 23px;
    width: 80%;
  }

  .mostread {
    margin-top: 20px;
    border: 0 !important;
    margin-bottom: 29px;
  }
  .mostread h2 {
    font-size: 23px;
    width: 100%;
  }

  .latest_news .post_list {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
  .latest_news .post_list .single_post h3 {
    font-size: 22px;
    line-height: normal;
    min-height: auto;
    margin-bottom: 10px;
  }
  .latest_news .post_list .single_post {
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .latest_news .post_list .single_post.ad {
    border-bottom: 0;
  }
  .latest_news .post_list .single_post.ad .ad_container {
    width: 100%;
  }
  .latest_news .post_list .single_post h3 {
    order: 1;
  }
  .latest_news .post_list .single_post .categorylink {
    order: 2;
  }
  .latest_news .post_list .single_post hr {
    order: 3;
  }
  .latest_news .post_list .single_post .author_details {
    width: 100%;
    order: 4;
    border-bottom: 0;
  }
  .latest_news .post_list .single_post .author_details p {
    font-weight: 700;
    text-transform: capitalize;
  }
  .latest_news .post_list .single_post .image_container {
    order: 5;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .latest_news .post_list .single_post .excerpt {
    order: 6;
  }
  .latest_news .post_list .single_post .excerpt p {
    font-size: 16px;
  }

  .mostread .popular_post_list {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
  .mostread .popular_post_list .popularpost {
    display: none;
  }
  .mostread .popular_post_list .popularpost:first-of-type {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #7C0D3A;
  }
  .mostread .popular_post_list .popularpost:first-of-type h3 {
    order: 1;
  }
  .mostread .popular_post_list .popularpost:first-of-type .categorylink {
    order: 2;
  }
  .mostread .popular_post_list .popularpost:first-of-type hr {
    order: 3;
  }
  .mostread .popular_post_list .popularpost:first-of-type .author_details {
    width: 100%;
    order: 4;
    border-bottom: 0;
  }
  .mostread .popular_post_list .popularpost:first-of-type .author_details p {
    font-weight: 700;
    text-transform: capitalize;
  }
  .mostread .popular_post_list .popularpost:first-of-type .image_container {
    order: 5;
  }
  .mostread .popular_post_list .popularpost:first-of-type .excerpt {
    order: 6;
  }
  .mostread .popular_post_list .popularpost h3 {
    font-size: 22px;
    line-height: normal;
    min-height: auto;
    margin-bottom: 10px;
  }
  .mostread .popular_post_list .popularpost .excerpt {
    font-size: 16px;
  }
  .mostread .popular_post_list .popularpost img {
    height: 260px;
  }

  .potw {
    margin-top: 0;
    border: 0 !important;
  }
  .potw h2 {
    font-size: 23px;
    width: 80%;
  }
  .potw .section_post {
    padding: 20px 15px 15px 15px;
  }
  .potw .section_post h3 {
    font-size: 22px;
    line-height: normal;
  }
  .potw .section_post .excerpt {
    font-size: 16px;
  }
  .potw .section_post .excerpt p {
    font-size: 16px;
  }
  .potw .section_post img {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .home .content {
    padding: 0px;
  }

  .home main#container .category_selector {
    display: none;
  }
  .home main#container .latest_news h2 {
    font-size: 27px;
    width: 80%;
  }
  .home main#container .latest_news .post_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px;
    padding: 20px 14px 10px 14px;
  }
  .home main#container .latest_news .post_list .single_post h3 {
    font-size: 22px;
  }
  .home main#container .latest_news .post_list .single_post .excerpt p {
    font-size: 17px;
  }
  .home main#container .mostread {
    margin-top: 20px;
    border: 0 !important;
  }
  .home main#container .mostread h2 {
    width: 80%;
    font-size: 27px;
  }
  .home main#container .mostread .popular_post_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px;
  }
  .home main#container .mostread .popular_post_list .popularpost {
    display: none;
  }
  .home main#container .mostread .popular_post_list .popularpost .excerpt p {
    font-size: 17px;
  }
  .home main#container .mostread .popular_post_list .popularpost h3 {
    font-size: 22px;
  }
  .home main#container .mostread .popular_post_list .popularpost:first-of-type {
    display: block;
  }
  .home main#container .mostread .popular_post_list .popularpost:nth-of-type(2) {
    display: block;
  }
  .home main#container .potw {
    border: 0 !important;
  }
  .home main#container .potw h2 {
    width: 80%;
    font-size: 27px;
  }
  .home main#container .potw .section_post {
    padding: 20px 14px 10px 14px;
  }
  .home main#container .potw .section_post .excerpt {
    font-size: 17px;
  }
  .home main#container .potw .section_post h3 {
    font-size: 22px;
  }
  .home main#container .potw .section_post img {
    height: 180px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1440px) {
  .latest_news h2 {
    font-size: 30px;
  }
  .latest_news .post_list {
    padding: 20px 14px 14px;
  }
  .latest_news .post_list .single_post h3 {
    font-size: 24px;
    min-height: 8em;
  }
  .latest_news .post_list .single_post .excerpt p {
    font-size: 17px;
  }

  .potw h2 {
    font-size: 30px;
  }
  .potw .section_post h3 {
    font-size: 24px;
  }
  .potw .section_post .excerpt {
    font-size: 17px;
  }
  .potw .section_post img {
    height: 240px;
  }

  .mostread h2 {
    font-size: 30px;
  }
  .mostread .popular_post_list {
    grid-gap: 50px;
    padding: 20px 14px 14px;
  }
  .mostread .popular_post_list li h3 {
    font-size: 24px;
    min-height: 8em;
  }
  .mostread .popular_post_list li .excerpt p {
    font-size: 17px;
  }
}
.post_grid .image_container img {
  opacity: 0;
  transition: 0.5s all;
}

.post_grid .image_container.in-sight img {
  opacity: 1;
}

@media only screen and (min-width: 1110px) and (max-width: 1249px) {
  .latest_news .post_list .single_post h3, .mostread .popular_post_list li h3 {
    font-size: 22px;
    min-height: 7em;
  }

  .latest_news .post_list .single_post .author_details p, .mostread .popular_post_list li .author_details p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1109px) {
  .latest_news .post_list .single_post h3, .mostread .popular_post_list li h3 {
    font-size: 19px;
    min-height: 8em;
  }

  .latest_news .post_list .single_post .author_details p, .mostread .popular_post_list li .author_details p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 280px) {
  .mostread h2, .latest_news h2 {
    font-size: 20px;
    width: 90%;
  }

  .potw h2 {
    font-size: 20px;
    width: 90%;
  }

  .potw .section_post h3, .mostread .popular_post_list .popularpost h3, .latest_news .post_list .single_post h3 {
    font-size: 19px;
  }

  .potw .section_post .excerpt, .latest_news .post_list .single_post .excerpt p, .mostread .popular_post_list li .excerpt p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .mobile_ad {
    display: none;
  }
}
/* Navigation */
.navigation {
  text-transform: capitalize;
  text-align: center;
  transition: 0.5s all;
}
.navigation__list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.navigation__list-item {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 1.1px;
  transition: 0.5s all;
}
.navigation__list-item--current .navigation__item-link {
  color: #2E2C2F;
}
.navigation__item-link {
  color: #2E2C2F;
  text-decoration: none;
  padding: 3px 0px;
  display: block;
  border-bottom: 1px solid transparent;
  font-weight: 900;
  transition: 0.5s all;
}
.navigation__nav-toggle {
  display: none;
}
.navigation__nav-toggle svg {
  width: 50px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.navigation__nav-toggle--open-nav {
  float: left;
  padding: 32px 10px;
}
.navigation__nav-toggle--open-nav svg {
  fill: #000;
}
.navigation__nav-toggle--close-nav {
  overflow: hidden;
  padding: 15px 15px;
  display: none;
}
.navigation__nav-toggle--close-nav svg {
  float: right;
  fill: #000;
}

.navigation.mobilemenu {
  display: none;
}

.sub-menu {
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  padding-top: 15px;
  list-style: none;
  height: 2px;
  overflow-y: hidden;
  transition: 0.5s all;
  opacity: 0;
}
.sub-menu::before {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 2px;
  width: 2px;
  background-color: #7C0D3A;
  transition: 1s all;
}
.sub-menu li {
  min-width: 260px;
  background-color: #fff;
  text-align: left;
  padding: 5px 14px;
}
.sub-menu li a {
  text-decoration: none;
  color: #2E2C2F;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 2px;
  background-color: #7C0D3A;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
  height: auto;
  opacity: 1;
}
.menu-item-has-children:hover .sub-menu::before {
  height: 100%;
}

.scrolled .sub-menu {
  top: 35px;
}

.category_selector {
  padding: 20px 0px;
}

.category_list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.category_list li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.category_list li:nth-of-type(1) {
  display: none;
}
.category_list li:nth-of-type(2) {
  display: none;
}
.category_list li:nth-of-type(3) {
  display: none;
}
.category_list li .category {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: 0.5s all;
}
.category_list li .category:hover {
  padding-right: 20px;
}
.category_list li .category:hover span {
  width: 100%;
  text-align: right;
  padding: 0px 5px;
}
.category_list li .category:hover span img {
  left: unset;
  right: 0;
  transform: translate(-50%, -50%);
}
.category_list li .category:hover p {
  z-index: 10;
  position: relative;
  color: #fff !important;
  padding-left: 5px;
}
.category_list li .category span {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s all;
  font-size: 14px;
}
.category_list li .category span img {
  width: 13px;
  height: 15px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: 0.5s all;
}
.category_list li .category p {
  font-size: 11px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 25px;
  transition: 0.5s all;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  .home .category_list, .search .category_list {
    flex-wrap: wrap;
    padding: 15px;
    display: none;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1115px) {
  .category_list li .category p {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1050px) {
  body.background-nav {
    background-color: #7C0D3A;
    overflow-x: hidden;
  }

  .holder {
    background-color: #fff;
    overflow-x: hidden;
  }

  .navigation {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    margin: 0px;
    text-align: left;
    background-color: #fff;
    z-index: 10000;
    height: 100vh;
    display: none;
    overflow-y: scroll;
  }

  .navigation__nav-toggle {
    display: block;
  }

  .navigation__list {
    margin: 0px 15px;
    display: block;
    height: 100vh;
    overflow-y: scroll;
  }

  .navigation__list-item {
    display: block;
    margin-bottom: 10px;
    border-right: 0px;
  }

  .navigation__list-item--current .navigation__item-link {
    color: #fff;
  }

  .navigation.mobilemenu {
    display: block;
  }

  .navigation.mobilemenu .mob_category_list {
    display: block;
    padding: 7px 36px;
    list-style: none;
  }

  .navigation.mobilemenu .mob_category_list li {
    margin-bottom: 20px;
  }
  .navigation.mobilemenu .mob_category_list li:last-of-type {
    margin-bottom: 0;
  }
  .navigation.mobilemenu .mob_category_list li span {
    height: 25px;
    width: 25px;
    margin-right: 22px;
    border-radius: 50%;
  }
  .navigation.mobilemenu .mob_category_list li a {
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .navigation.mobilemenu .mob_category_list p {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .mobcontact {
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0px;
  }
  .mobcontact a {
    text-decoration: none;
    color: #2E2C2F;
    font-weight: 700;
    font-size: 25px;
  }

  .links {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
  }
  .links a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
  }
  .links a:first-of-type {
    border-radius: 26px;
    background-color: #7C0D3A;
    color: #fff;
    padding: 9px 19px;
  }
  .links a:last-of-type {
    padding: 9px 19px;
    color: #7C0D3A;
  }

  .mobile_search {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s all;
  }
  .mobile_search .searchform {
    width: 100%;
  }
  .mobile_search form {
    max-width: 273px;
    display: block;
    margin: 0 auto;
  }
  .mobile_search form input {
    border: 0;
    border-bottom: 2px solid #7C0D3A;
    width: 100%;
    padding: 10px 5px;
    -webkit-appearance: none;
    font-weight: 700;
    font-size: 24px;
  }
  .mobile_search form input::placeholder {
    color: #ADADAD;
    font-weight: 700;
    font-size: 24px;
  }
  .mobile_search form input:focus {
    outline: 0;
  }
  .mobile_search form button {
    display: none;
  }
  .mobile_search.active {
    right: 0;
  }
  .mobile_search .navigation__nav-toggle {
    position: absolute;
    top: 30px;
    right: 40px;
  }
}
@media only screen and (min-width: 1051px) and (max-height: 800px) {
  .header .header_ad {
    padding: 18px 0px;
  }
}
.about_content .flex {
  justify-content: space-between;
}
.about_content h1 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 11px;
  border-bottom: 4px solid #000;
  margin-bottom: 35px;
}
.about_content h2 {
  font-size: 19px;
  letter-spacing: -0.38px;
  color: #2E2C2F;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 12px;
}
.about_content h3 {
  font-size: 20px;
  color: #2E2C2F;
  margin-bottom: 12px;
  line-height: 24px;
}
.about_content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.about_content a {
  color: #7C0D3A;
}
.about_content ol, .about_content ul {
  margin-left: 1em;
  line-height: 24px;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 30px;
}
.about_content .text_content {
  width: 56%;
}
.about_content .portrait {
  width: 40%;
  max-width: 519px;
}

.about_advert {
  padding: 40px 0px;
  background-color: #EDEDED;
  margin: 66px 0px 40px;
}
.about_advert .ad_container {
  max-width: 970px;
  display: block;
  margin: 0 auto;
}
.about_advert .ad_container * {
  display: block;
  margin: 0 auto;
}

.aboutus.mostread .popular_post_list {
  padding: 25px 0px 14px;
}
.aboutus.mostread h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 43px;
  padding-bottom: 4px;
  border-bottom: 4px solid #7C0D3A;
  padding-left: 0;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .aboutus.mostread .popular_post_list {
    grid-template-columns: 1fr;
  }

  .mostread.aboutus {
    padding: 0px 15px;
  }
  .mostread.aboutus h2 {
    width: 100%;
    font-size: 23px;
  }

  .about_advert {
    margin: 25px 0px;
  }

  .about_content {
    padding: 50px 15px;
  }
  .about_content h1 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
  .about_content .flex {
    flex-wrap: wrap;
  }
  .about_content .flex .text_content {
    width: 100%;
    order: 3;
  }
  .about_content .flex .text_content h2 {
    font-size: 19px;
    line-height: normal;
  }
  .about_content .flex .text_content h3 {
    font-size: 18px;
    line-height: normal;
  }
  .about_content .flex .text_content p {
    margin-bottom: 20px;
    line-height: normal;
  }
  .about_content .flex .portrait {
    display: block;
    width: 50%;
    margin: 0 auto 25px;
    order: 1;
  }
  .about_content .flex .portrait img {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .mostread.aboutus h2 {
    font-size: 27px;
  }
  .mostread.aboutus .popular_post_list {
    padding: 20px 0px 14px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px;
  }
  .mostread.aboutus .popular_post_list .popularpost {
    display: none;
  }
  .mostread.aboutus .popular_post_list .popularpost h3 {
    font-size: 22px;
  }
  .mostread.aboutus .popular_post_list .popularpost .excerpt p {
    font-size: 17px;
  }
  .mostread.aboutus .popular_post_list .popularpost:first-of-type {
    display: block;
  }
  .mostread.aboutus .popular_post_list .popularpost:nth-of-type(2) {
    display: block;
  }

  .about_content h1 {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .about_content .text_content h2 {
    font-size: 18px;
    line-height: normal;
  }
  .about_content .text_content h3 {
    font-size: 19px;
    line-height: normal;
  }
  .about_content .text_content p {
    margin-bottom: 24px;
    line-height: normal;
  }
  .about_content .text_content ol {
    line-height: normal;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1440px) {
  .about_content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about_content h2 {
    font-size: 18px;
  }
  .about_content h3 {
    font-size: 19px;
  }
}
.single_post_page {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
}
.single_post_page .post_thumbnail_container {
  width: 25%;
  max-width: 300px;
  position: sticky;
  top: 250px;
}
.single_post_page .post_thumbnail_container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}
.single_post_page .post_thumbnail_container .share_section {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
}
.single_post_page .post_thumbnail_container .share_section p {
  font-size: 26px;
  font-weight: 400;
}
.single_post_page .post_thumbnail_container .share {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_post_page .post_thumbnail_container .share a {
  font-size: 22px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: 0.5s all;
}
.single_post_page .post_thumbnail_container .share a:hover {
  color: #7C0D3A;
}
.single_post_page .post_thumbnail_container .share a::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #000;
  display: inline-block;
  margin: 0px 10px;
}
.single_post_page .post_thumbnail_container .share a:last-of-type {
  padding-right: 0;
}
.single_post_page .post_thumbnail_container .share a:last-of-type::after {
  display: none;
}
.single_post_page .post_ad {
  width: 25%;
  max-width: 300px;
  min-height: 600px;
  position: sticky;
  top: 250px;
}
.single_post_page .post_ad * {
  display: block;
  margin: 0 auto;
}
.single_post_page .post_content {
  width: 50%;
  max-width: 686px;
}
.single_post_page .post_content .author_details {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #7C0D3A;
  margin-bottom: 16px;
}
.single_post_page .post_content .author_details p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: auto;
  text-transform: capitalize;
}
.single_post_page .post_content .title {
  position: relative;
  padding-right: 85px;
  padding-bottom: 5px;
  border-bottom: 4px solid #000;
  margin-top: -9px;
}
.single_post_page .post_content .title h1 {
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #7C0D3A;
}
.single_post_page .post_content .title .categorylink {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1px 9px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: none;
}
.single_post_page .post_content p {
  font-size: 18px;
  color: #2E2C2F;
  line-height: 38px;
  margin-bottom: 30px;
}
.single_post_page .post_content p a {
  color: #7C0D3A;
}

.pagination_container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  padding: 0px 15px;
}
.pagination_container .postnav {
  width: 300px;
}
.pagination_container .postnav p {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 3px;
}
.pagination_container .postnav a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 23px;
  color: #000;
  text-decoration: none;
}
.pagination_container .previouspost {
  text-align: left;
}
.pagination_container .previouspost i {
  margin-right: 13px;
}
.pagination_container .nextpost {
  text-align: right;
}
.pagination_container .nextpost i {
  margin-left: 13px;
}

.after_content_banner_advert {
  width: 100%;
  display: block;
  padding: 40px 0px;
  background-color: #EDEDED;
  margin: 54px 0px 36px;
}
.after_content_banner_advert .ad_container {
  max-width: 970px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0px 10px;
}
.after_content_banner_advert .ad_container * {
  display: block;
  margin: 0 auto;
}

.comments_section {
  padding: 36px 0px 50px;
}
.comments_section h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #7C0D3A;
}

@media only screen and (max-width: 767px) {
  .pagination_container .postnav {
    width: 45%;
  }

  .pagination_container .postnav p {
    font-size: 16px;
  }

  .single_post_page {
    flex-wrap: wrap;
  }
  .single_post_page .post_thumbnail_container {
    width: 100%;
    position: relative;
    top: unset;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .single_post_page .post_thumbnail_container .share_section p {
    font-size: 18px;
  }
  .single_post_page .post_thumbnail_container .share_section .share a {
    font-size: 20px;
  }
  .single_post_page .post_thumbnail_container img {
    height: auto;
  }
  .single_post_page .post_content {
    width: 100%;
  }
  .single_post_page .post_content .title {
    padding-right: 0px;
  }
  .single_post_page .post_content .title h1 {
    font-size: 23px;
    line-height: normal;
  }
  .single_post_page .post_content .title .categorylink {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .single_post_page .post_content P {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 24px;
  }
  .single_post_page .post_ad {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .after_content_banner_advert {
    margin: 40px 0px 25px;
    padding: 25px 0px;
  }

  .comments_section {
    padding: 0px 15px;
  }
  .comments_section h2 {
    font-size: 23px;
  }

  .post .pagination_container {
    margin-top: 20px;
  }
  .post .pagination_container .postnav {
    width: 45%;
  }
  .post .pagination_container .postnav p {
    font-size: 18px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .single_post_page {
    flex-wrap: wrap;
  }
  .single_post_page .post_thumbnail_container {
    max-width: 100%;
    position: relative;
    top: unset;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .single_post_page .post_thumbnail_container .post_thumbnail {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .single_post_page .post_thumbnail_container .share_section p {
    font-size: 18px;
  }
  .single_post_page .post_thumbnail_container .share_section .share a {
    font-size: 20px;
  }
  .single_post_page .post_thumbnail_container img {
    height: auto;
  }
  .single_post_page .post_content {
    width: 100%;
    max-width: 100%;
  }
  .single_post_page .post_content .title {
    padding-right: 0px;
  }
  .single_post_page .post_content .title h1 {
    font-size: 27px;
    line-height: normal;
  }
  .single_post_page .post_content .title .categorylink {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .single_post_page .post_content P {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 24px;
  }
  .single_post_page .post_ad {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .after_content_banner_advert {
    margin: 40px 0px 25px;
    padding: 25px 0px;
  }

  .comments_section {
    padding: 0px 15px;
  }
  .comments_section h2 {
    font-size: 23px;
  }

  .post .pagination_container {
    margin-top: 20px;
  }
  .post .pagination_container .postnav {
    width: 45%;
  }
  .post .pagination_container .postnav p {
    font-size: 18px;
    line-height: normal;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1440px) {
  .single_post_page .post_thumbnail_container {
    width: 23%;
  }
  .single_post_page .post_thumbnail_container .share_section p {
    font-size: 21px;
  }
  .single_post_page .post_content {
    width: 48%;
  }
  .single_post_page .post_content p {
    line-height: normal;
    font-size: 17px;
    margin-bottom: 12px;
  }
  .single_post_page .post_ad {
    width: 23%;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1115px) {
  .single_post_page .post_thumbnail_container .share_section p {
    font-size: 17px;
  }
}
.comments_section.content .comment_container {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.comments_section.content .comment_container #comments {
  max-width: 900px;
  width: calc(100% - 700px);
}
.comments_section.content .comment_container .ad_container {
  width: 300px;
  margin: 80px 0px;
  position: sticky;
  top: 210px;
}
.comments_section.content .comment_container .ad_container * {
  position: sticky;
  top: 0;
  display: block;
  margin: 0 auto;
}

.search .post_grid .single_post:first-of-type .image_container img {
  opacity: 1;
}
.search .post_grid .single_post:nth-of-type(2) .image_container img {
  opacity: 1;
}
.search .post_grid .single_post:nth-of-type(3) .image_container img {
  opacity: 1;
}
.search .post_grid .single_post:nth-of-type(4) .image_container img {
  opacity: 1;
}

.page-template-default:not(.woocommerce-page) #container .standard_page h2 {
  font-size: 19px;
  letter-spacing: -0.38px;
  color: #2E2C2F;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 12px;
}
.page-template-default:not(.woocommerce-page) #container .standard_page h3 {
  font-size: 20px;
  color: #2E2C2F;
  margin-bottom: 12px;
  line-height: 24px;
}
.page-template-default:not(.woocommerce-page) #container .standard_page p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page-template-default:not(.woocommerce-page) #container .standard_page a {
  color: #7C0D3A;
}
.page-template-default:not(.woocommerce-page) #container .standard_page ol, .page-template-default:not(.woocommerce-page) #container .standard_page ul {
  margin-left: 1em;
  line-height: 24px;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .archive.category #container .category_selector {
    display: none;
  }
  .archive.category #container .latest_news {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .archive.category #container .category_selector {
    display: none;
  }
  .archive.category #container .latest_news {
    padding-top: 20px;
  }
  .archive.category #container .latest_news h2 {
    font-size: 27px;
  }
  .archive.category #container .latest_news .post_list {
    grid-gap: 45px;
    padding: 20px 14px 14px 14px;
    grid-template-columns: 1fr 1fr;
  }
  .archive.category #container .latest_news .post_list .single_post h3 {
    font-size: 22px;
    min-height: 4.5em;
  }
  .archive.category #container .latest_news .post_list .single_post .excerpt p {
    font-size: 17px;
  }
}
.product_content h1 {
  font-size: 30px;
  border-bottom: 4px solid #7C0D3A;
  display: block;
  color: #7C0D3A;
  text-transform: uppercase;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin-bottom: 35px;
}
.product_content .product {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_content .product .summary {
  order: 1;
  width: 48%;
}
.product_content .product .summary .excerpt p {
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 30px;
}
.product_content .product .summary .excerpt h2 {
  font-size: 19px;
  letter-spacing: -0.38px;
  color: #2E2C2F;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 12px;
}
.product_content .product .summary .excerpt strong a {
  font-weight: 700;
}
.product_content .product .summary .excerpt h3 {
  font-size: 20px;
  color: #2E2C2F;
  margin-bottom: 12px;
  line-height: 24px;
}
.product_content .product .summary .excerpt a {
  color: #7C0D3A;
}
.product_content .product .summary .excerpt ol, .product_content .product .summary .excerpt ul {
  margin-left: 1em;
  line-height: 24px;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 30px;
}
.product_content .product .add_to_cart_container {
  width: 100%;
  order: 7;
  padding-top: 12px;
}
.product_content .product .add_to_cart_container p.price {
  font-size: 23px;
  color: #7C0D3A;
  font-weight: 700;
  margin-bottom: 12px;
}
.product_content .product .add_to_cart_container form.cart .variations .reset_variations {
  color: #7C0D3A;
  text-decoration: none;
  font-size: 18px;
}
.product_content .product .add_to_cart_container form.cart .variations tr {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product_content .product .add_to_cart_container form.cart .variations label {
  font-size: 20px;
  display: inline-block;
  margin-right: 25px;
  font-family: brandon-grotesque, sans-serif;
}
.product_content .product .add_to_cart_container form.cart .variations td.label {
  display: inline-block;
}
.product_content .product .add_to_cart_container form.cart .variations td.value {
  min-width: 300px;
  width: 50%;
  max-width: 700px;
}
.product_content .product .add_to_cart_container form.cart .variations select {
  font-size: 20px;
  padding: 5px 10px;
  color: #7C0D3A;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  border-color: #7C0D3A;
  -webkit-appearance: none;
  border: 2px solid;
}
.product_content .product .add_to_cart_container .single_variation_wrap {
  margin-top: 12px;
}
.product_content .product .add_to_cart_container .single_variation_wrap input {
  height: 42px;
  border: 2px solid #7C0D3A;
  -webkit-appearance: none;
  font-size: 20px;
}
.product_content .product .add_to_cart_container .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}
.product_content .product .add_to_cart_container .single_variation_wrap .woocommerce-variation-price span {
  font-size: 22px;
  color: #7C0D3A;
  font-weight: 900;
  font-family: brandon-grotesque, sans-serif;
}
.product_content .product .add_to_cart_container .single_variation_wrap button {
  height: 42px;
  border-radius: 0;
  background-color: #7C0D3A;
  font-size: 20px;
  font-family: brandon-grotesque, sans-serif;
}
.product_content .product .add_to_cart_container .single_variation_wrap button:hover {
  background-color: #4e0824;
}
.product_content .product .woocommerce-product-gallery {
  order: 5;
  width: 50%;
}
.product_content .product .woocommerce-product-gallery a {
  pointer-events: none;
}
.product_content .product .woocommerce-tabs {
  order: 10;
  width: 100%;
}

.product_page_advert {
  margin: 29px 0px 50px;
  padding: 40px 0px;
  background-color: #EDEDED;
  width: 100%;
  order: 15;
}
.product_page_advert .ad_container {
  max-width: 970px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product_page_advert .ad_container * {
  display: block;
  margin: 0 auto;
}

.donate {
  padding: 50px 0px;
}
.donate h2 {
  font-size: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #7C0D3A;
  display: block;
  color: #7C0D3A;
  text-transform: uppercase;
  margin-bottom: 52px;
}
.donate p {
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 30px;
}
.donate p a {
  color: #7C0D3A;
}
.donate .donatebtn {
  display: inline-block;
  background-color: #7C0D3A;
  padding: 5px 17px;
  font-size: 16px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.5s all;
  color: #fff;
  text-decoration: none;
  border: 2px solid #7C0D3A;
}
.donate .donatebtn:hover {
  background-color: #fff;
  color: #7C0D3A;
}

@media only screen and (max-height: 800px) and (orientation: landscape) {
  .product_content .product .summary .excerpt p {
    font-size: 16px;
  }

  .mostread .popular_post_list li h3, .latest_news .post_list .single_post h3 {
    font-size: 22px;
  }
}
.subscription_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.subscription_popup.active {
  display: -webkit-flex;
  display: flex;
}
.subscription_popup.disabled {
  display: none;
}
.subscription_popup .over_container {
  max-width: 970px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
.subscription_popup .over_container .block_image {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subscription_popup .popup_block {
  width: 50%;
  background-color: #fff;
  margin: 0 auto;
  padding: 18px;
  text-align: center;
  position: relative;
}
.subscription_popup .popup_block .popup_block_container {
  padding: 18px;
  border: 1px solid #7C0D3A;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.subscription_popup .popup_block .popup_block_container .text {
  width: 100%;
  padding: 28px 18px;
}
.subscription_popup .popup_block .close {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 38px;
  width: 38px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7C0D3A;
  border-radius: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.subscription_popup .popup_block h3 {
  color: #7C0D3A;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.subscription_popup .popup_block p {
  color: #7C0D3A;
  font-size: 18px;
  text-align: center;
}
.subscription_popup .popup_block p a {
  color: #7C0D3A;
  text-decoration: underline;
}
.subscription_popup .popup_block a:last-of-type {
  background-color: #7C0D3A;
  color: #fff;
  padding: 10px 70px;
  display: inline-block;
  margin: 25px auto 0px;
  text-decoration: none;
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s all;
  border-radius: 18px;
  border: 2px solid #7C0D3A;
}
.subscription_popup .popup_block a:last-of-type:hover {
  background-color: #fff;
  color: #7C0D3A;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .subscription_popup .over_container {
    flex-wrap: wrap;
    max-width: 90%;
  }
  .subscription_popup .over_container .block_image {
    width: 100%;
    height: 300px;
  }
  .subscription_popup .over_container .popup_block {
    width: 100%;
    padding: 10px;
  }
  .subscription_popup .over_container .popup_block h3 {
    margin-bottom: 12px;
  }
  .subscription_popup .over_container .popup_block p {
    font-size: 16px;
  }
  .subscription_popup .over_container .popup_block .close {
    top: 10px;
    right: 10px;
  }
  .subscription_popup .over_container .popup_block .popup_block_container {
    padding: 10px;
  }
  .subscription_popup .over_container .popup_block .popup_block_container .text {
    padding: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscription_popup .over_container {
    flex-wrap: wrap;
    max-width: 90%;
  }
  .subscription_popup .over_container .block_image {
    width: 100%;
    display: none;
  }
  .subscription_popup .over_container .popup_block {
    width: 100%;
    padding: 10px;
  }
  .subscription_popup .over_container .popup_block a:last-of-type {
    margin: 18px auto 0px;
    padding: 8px 20px;
    font-size: 17px;
  }
  .subscription_popup .over_container .popup_block h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .subscription_popup .over_container .popup_block p {
    font-size: 15px;
  }
  .subscription_popup .over_container .popup_block .close {
    top: 10px;
    right: 10px;
  }
  .subscription_popup .over_container .popup_block .popup_block_container {
    padding: 10px;
  }
  .subscription_popup .over_container .popup_block .popup_block_container .text {
    padding: 18px;
  }
}
.woocommerce-cart table.cart th {
  font-size: 20px;
}

#container .woocommerce p a {
  color: #7C0D3A;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 20px;
  background-color: #7C0D3A;
  transition: 0.5s all;
  text-transform: uppercase;
}
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #4e0824;
}

.shop_table th {
  font-size: 18px;
}

html .woocommerce .cart .button, html .woocommerce .cart input.button {
  height: 38px;
  background-color: #7C0D3A;
  color: #fff !important;
  font-weight: 700;
  transition: 0.5s all;
}
html .woocommerce .cart .button:hover, html .woocommerce .cart input.button:hover {
  background-color: #650b2f;
  color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 38px;
  width: 150px;
  font-size: 18px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 8px 12px;
  font-family: brandon-grotesque, sans-serif;
  border: 1px solid #7C0D3A;
  font-size: 16px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-size: 17px;
  background-color: #7C0D3A;
  transition: 0.5s all;
  text-transform: uppercase;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background-color: #650b2f;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px 15px;
  background-color: #fff;
  margin-bottom: 5px;
  border: 2px solid #7C0D3A;
  transition: 0.5s all;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #7C0D3A;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #7C0D3A;
  text-decoration: none;
  font-weight: 700;
  display: block;
}

html .woocommerce .woocommerce-MyAccount-content p {
  font-size: 16px;
  margin-bottom: 12px;
}
html .woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 12px;
  background-color: #7C0D3A;
  color: #fff;
  transition: 0.5s all;
  font-family: brandon-grotesque, sans-serif;
}
html .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover {
  background-color: #650b2f;
  color: #fff;
}
html .woocommerce .woocommerce-MyAccount-content fieldset {
  padding: 20px;
}
html .woocommerce .woocommerce-MyAccount-content fieldset legend {
  padding: 0px 20px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .product_content .product .woocommerce-product-gallery {
    order: 50;
  }

  .woocommerce-page main#container {
    padding: 25px 15px;
  }
  .woocommerce-page .product_content h1 {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .woocommerce-page .product .summary .excerpt p {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-page main#container {
    padding: 25px 15px;
  }
  .woocommerce-page .product_content h1 {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .woocommerce-page .product .summary .excerpt p {
    font-size: 16px;
    line-height: normal;
  }
}
.product-name a, a.showcoupon {
  color: #7C0D3A;
}

.woocommerce-notice a {
  color: #7C0D3A;
}

/*# sourceMappingURL=style.css.map */
