/*
Theme Name: NeoMag Child Theme
Theme URI: http://themesindep.com/neomag
Author: ThemesIndep
Author URI: http://themesindep.com
Description: Magazine theme for small personal blogs or large scale online magazines and newspapers
Template: neomag
Version: 1.0
Text Domain: neomag
Tags: blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, translation-ready, block-styles, wide-blocks
*/

/* Your CSS code goes here
-------------------------------------- */
@font-face { 
  font-family: 'Russo One';
  src: url(/wp-content/themes/neomag-child/fonts/RussoOne-Regular.ttf); 
}

.row {
  max-width: 1400px;
}
.menu-layout--bullets > li:not(:last-of-type):after {
  display: none;
}
.menu-layout--bullets > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-layout--bullets > li > a {
  font-size: 19px;
  font-weight: 500;
  height: 100%;
  display: block;
}
.header--container {
  border-bottom: 2px solid #6e6d6a;
}
.main-navigation .menu > li > a {
  font-weight: normal;
}
#main-menu li a {
  position: relative;
  transition: 0.5s;
}
#main-menu li a::after {
  position: absolute;
  content: "";
  width: 130%;
  height: 9px;
  background: #ffb500;
  transition: transform 0.5s;
  transform: scaleX(0);
  bottom: -53px;
  left: -12%;
  border-radius: 1px;
}
#main-menu li a:hover::after {
  transform: scaleX(1);
}
.header-desktop .header-row {
  position: relative;
  padding: 34.5px 0px;
}
#sticky-main-menu a {
  font-size: 19px;
}
#sticky-main-menu a:hover {
  color: #ffb500;
}
.sticky-navbar .menu-layout--grid > li > a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.site-footer .site-info {
  display: none;
}
.site-footer .menu > li > a {
  font-size: 1.3em;
}
.site-footer form p {
  margin-bottom: 0;
}
.site-footer form input {
  background-color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 5px;
}
.site-footer form textarea {
  background-color: #fff;
  height: 100px;
}
.site-footer form input:focus,
.site-footer form textarea:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.site-footer form input[type="submit"] {
  color: #fff;
  background-color: #2b2b2b;
  font-size: 19px;
  line-height: 0;
  transition: all 0.2s ease-in-out;
}
.site-footer form input[type="submit"]:hover {
  background-color: #000;
  color: #ffb500;
  opacity: 1;
}
.footer-logo {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Russo One";
  transition: all 0.2s ease-in-out;
}

#main-sidebar {
  background-image: url("/wp-content/uploads/2020/09/banner.jpg");
  background-position: top -100px center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 59vw;
}
#main-sidebar h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
#main-sidebar h2 span {
  font-size: 76px;
  color: #ffb500;
}
#main-sidebar .sidebar-container {
  max-width: 1100px;
  margin: auto;
}
#main-sidebar p {
  font-size: 17px;
}
.entry-image a,
.wp-post-image {
  width: 100%;
}
.entry-details {
  padding: 25px 10px 15px;
  background-color: #3e3534;
}
.entry-details .entry-title {
  font-size: 25px;
}
.entry-details .entry-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: currentColor;
  text-decoration: none;
  box-shadow: none;
  padding: 0 10px;
}
.entry-details .entry-title a:hover {
  box-shadow: none;
}
.entry-details .profile-place {
  color: #ffb500;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-details .profile-place h4 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  background-image: url("/wp-content/uploads/2020/09/location.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left -10px center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.entry-details h3 {
  margin-bottom: 0;
}
.entry-details .profile-phone,
.profile-phone {
  color: #252525;
  background-color: #ffb500;
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: bold;
  height: 55px;
  width: 100%;
  text-decoration: none;
  transition: 0.2s all ease;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-phone:hover,
.entry-details .profile-phone:hover {
  background-color: gold;
  box-shadow: none;
}
.entry-details .entry-summary {
  color: rgba(255, 255, 255, 0.561);
  height: 70px;
}
.entry-details .entry-summary p {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  padding: 0 15px;
}
#posts-listing .post-column article {
  position: relative;
  display: flex;
  flex-direction: column;
}
#posts-listing .entry-image {
  flex: 1;
}
#posts-listing .entry-image a {
  height: 100%;
}
#posts-listing .entry-image a img {
  height: 100%;
}
.post-content__side-padding {
  padding-left: 0;
  padding-right: 0;
}
.profile-crown {
  background: url("/wp-content/uploads/2020/10/crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 125px;
  z-index: 2;
  position: relative;
  margin-top: -50px;
}
.pagination .page-numbers li a.next {
  left: 0;
  right: auto;
}
.pagination .page-numbers li a.prev {
  right: 0;
  left: auto;
}
#posts-listing .entry-details .entry-title {
  margin-top: 45px;
}
.category-custom-description {
  margin-top: 50px;
}
.category-custom-description .section {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.category-custom-description .section .row {
  width: 100%;
}
.category-custom-description .content {
  width: 50%;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.category-custom-description .content h2 {
  font-size: 38px;
  color: #ffb500;
}
.category-custom-description .content p {
  font-size: 15px;
}
.site-footer form input[type="submit"] {
  display: flex;
  width: auto;
  padding-top: 22px;
  padding-bottom: 22px;
}
#footer-sidebar .menu-item {
  width: fit-content;
}
#footer-sidebar .menu-item a:before {
  content: "";
  background: url("/wp-content/uploads/2020/10/arrow-rtl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 15px;
  padding-left: 20px;
  height: 20px;
}
.site-footer .footer-logo {
  line-height: 1;
  font-family: "Russo One";
  font-size: 54px;
}
#offcanvas-main-navigation .menu > li > a {
  font-size: 1.6em;
}
.hamburger-icon {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffb500;
  transition: transform 0.25s ease-out;
  border-radius: 1px;
}
.hamburger-icon:before,
.hamburger-icon:after {
  height: 5px;
  background-color: #ffb500;
  border-radius: 1px;
}
.hamburger-icon:before {
  top: calc(50% - 13px);
}
.hamburger-icon:after {
  bottom: calc(50% - 12px);
}
.site-header .sticky-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sticky-navbar {
  border-bottom: 2px solid #6e6d6a;
}
.sticky-navbar .hamburger-icon:after {
  bottom: calc(50% - 14px);
}
.profile-header {
  padding-top: 75px;
}
#posts-listing .column {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.flexslider.loading {
  opacity: 0;
  position: relative;
  min-height: 550px;
}
.flexslider {
  max-width: 400px;
  margin: auto;
  background: transparent;
  border: 4px solid #6e6d6a;
  direction: rtl;
  opacity: 1;
  position: relative;
}
.flexslider .flex-direction-nav a {
  width: 55px;
  height: 55px;
}
.flex-direction-nav a:before {
  background: darkgray;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.profile-status {
  background: url("/wp-content/uploads/2020/10/vip1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 135px;
  z-index: 111;
  position: absolute;
  top: -2px;
  left: -2px;
}
.single-post .profile-header {
  padding-top: 0;
}
.single-post article {
  background: rgba(57, 54, 54, 0.66);
  margin-top: 120px;
}
.single-post h1 {
  margin-top: 120px;
  margin-bottom: 0;
  text-align: center;
  font-size: 45px;
}
.single-post .profile-age h2,
.single-post .profile-place h2 {
  color: #c4c3c3;
  font-size: 32px;
  margin-bottom: 0;
}
.single-post .post-content {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  color: #868483;
  font-size: 24px;
}
.single-post .post-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-footer .profile-phone {
  width: 350px;
  margin: auto;
  border-radius: 7px;
  font-size: 34px;
}
.single-post .entry-footer .profile-phone h4 {
  margin-bottom: 0;
}
.single-post .related-posts .entry-title {
  text-align: center;
}
.single-post .related-posts {
  padding-bottom: 50px;
}
.single-post .related-posts .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.single-post .related-posts .column {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0;
}
.homepage-title {
  text-align: center;
  margin-bottom: 50px;
}
.homepage-title h1 {
  color: #ffb500;
}
#posts-listing #breadcrumbs {
  display: block;
  width: 100%;
  text-align: right;
}
#breadcrumbs {
  text-align: center;
  padding: 20px;
}
#breadcrumbs a {
  text-decoration: none;
  transition: all 0.2s ease;
}
#breadcrumbs a:hover {
  color: #ffb500;
}
.archive #breadcrumbs {
  display: flex;
  justify-content: center;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
}
.error404 .search-form .search-field {
  color: #fff;
  padding-right: 45px;
}
.single-post-column {
  max-width: 100%;
}
.home #posts-listing #breadcrumbs {
  display: none;
}
.home #posts-listing {
  padding: 0 20px;
}
.home h1 {
  margin-top: 0;
}
#bbpress-forums {
  color: #ffb500;
  font-size: 18px;
}
#bbpress-forums .bbp-template-notice,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background: rgb(31, 31, 31);
  color: #fff;
  font-size: 17px;
  border-color: #fff;
}
#bbpress-forums a:hover,
#bbpress-forums .bbp-topic-freshness a:hover {
  color: gold;
}
#bbpress-forums .bbp-submit-wrapper {
  float: none;
  text-align: center;
}
#bbp_topic_submit {
  color: #fff;
  background-color: #ffb500;
  font-size: 25px;
  padding: 10px 40px;
  text-decoration: none;
  transition: 0.2s all ease;
  box-shadow: none;
}
#subscription-toggle {
  margin-bottom: 10px;
}
#bbpress-forums #subscription-toggle,
#bbpress-forums .bbp-template-notice.info,
#bbpress-forums .bbp-forum-closed,
#bbpress-forums .bbp-topic-meta {
  display: none;
}
#bbpress-forums .bbp-pagination-count,
#bbpress-forums .bbp-author-name,
#bbpress-forums li.bbp-body ul.topic {
  color: #b5b5b5;
}
#bbpress-forums .bbp-topic-permalink,
#bbpress-forums ul.status-closed,
#bbpress-forums ul.status-closed a,
#bbpress-forums .bbp-topic-freshness a {
  color: #ffb500;
}
.bbpress .bbp-no-reply {
  display: none;
}
.site-branding .text-logo {
  font-family: "Russo One";
}
.about-custom-description {
  padding-top: 106px;
  margin-bottom: 7vw;
}
.about-custom-description .column {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.about-custom-description .column {
  margin-top: -106px;
}
.about-custom-description .about-col {
  background: #313231;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  border-bottom: 8px solid #ffb500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 106px;
  flex: 0 0 31.5%;
}
.about-custom-description .about-col h2 {
  font-size: 26px;
  color: #ffb500;
  margin-top: 60px;
  margin-bottom: 30px;
}
.about-custom-description .about-col p {
  color: rgba(250, 250, 250, 0.341);
  font-size: 18px;
  padding-bottom: 30px;
  margin-bottom: 0;
  word-break: break-all;
}
.about-custom-description .about-col img {
  margin-top: -106px;
}
.entry-image + .profile-age {
  background: url("/wp-content/uploads/2020/09/age-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 135px;
  width: 44px;
  display: flex;
  top: 100px;
  justify-content: center;
  align-items: center;
  z-index: 1;
  justify-content: flex-start;
  padding-right: 4px;
}
.entry-image + .profile-age h4 {
  color: #333;
  font-size: 19px;
  margin: 0;
  font-weight: 800;
  font-family: "Open Sans";
}
.post .entry-details {
  background-color: #363636;
  padding: 0 10px 10px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}
.post .main-info {
  background-color: rgba(37, 37, 37, 0.902);
  position: relative;
  height: 290px;
  margin: -75px 15px 15px;
  z-index: 7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.search_categories {
  display: flex;
  justify-content: center;
}
.search_categories select {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: flex;
  flex: 1;
  height: auto;
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 1.5;
  max-width: 250px;
  cursor: pointer;
  transition: 0.2s all ease;
}
.search_categories select:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.search_categories select option {
  background: #2b2b2b;
}
.search_categories button {
  border-radius: 0;
  margin-bottom: 0;
  background-color: #ffb500;
  height: 80px;
  width: 80px;
  font-size: 30px;
  padding: 0;
}
.search_categories button i {
  color: #6c4d02;
}
.search_categories button:hover {
  color: #ffb500;
  background-color: #2b2b2b;
  border: 1px solid #ffb500;
}
.search_categories button:hover i {
  color: #ffb500;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  color: #fff;
  font-size: 15px;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  display: none;
}
#bbpress-forums div.bbp-reply-content {
  margin-right: 10px;
}
li.bbp-body div.hentry {
  display: flex;
  align-items: center;
}
.tax-blogpost_category #main-sidebar {
  display: none;
}
.tax-blogpost_category .all-posts h2 {
  text-align: right;
  font-size: 25px;
}
.tax-blogpost_category .all-posts .content {
  margin-bottom: 30px;
}
.single-blog article .profile-header {
  display: none;
}
.single-blog article .entry-footer {
  display: none;
}
.tax-blogpost_category .all-posts {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tax-blogpost_category .all-posts .row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
}
.single-post .profile-banner {
  background: url("/wp-content/uploads/2020/10/woman-2486528_1280.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -90px center;
  height: 400px;
}
.single-post article {
  margin-top: 0;
}
.single-post #breadcrumbs {
  margin-bottom: 0;
}
.single-post .profile-info {
  background-color: #232323;
  color: #787878;
}
.single-post .profile-info .content {
  width: 65%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.single-post .profile-info h1 {
  text-align: right;
}
.single-post .flexslider {
  margin: 0;
  border: 4px solid #ffb500;
  position: absolute;
  bottom: -370px;
  left: 40px;
}
.single-post .post-content {
  min-height: 260px;
  width: 60%;
  text-align: right;
  font-size: 23px;
  line-height: 1.4;
  padding: 50px 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-post .profile-header {
  position: relative;
}
.single-post .profile-age h2,
.single-post .profile-place h2 {
  font-size: 28px;
}
.single-post h1 {
  margin-bottom: 10px;
}
.single-post .phone-wrap {
  display: flex;
  align-items: center;
}
.single-post .phone-wrap h3 {
  margin-bottom: 0;
}
.single-post .profile-phone {
  padding: 20px 35px;
}
.single-post .flexslider .profile-crown {
  display: none;
}
.single-post .entry-footer .single-section {
  display: none;
}
.single-post article {
  position: relative;
}
.single-post .entry-footer {
  padding-bottom: 60px;
  width: 65%;
  display: flex;
  justify-content: center;
}
.single-post .profile-info .phone-wrap {
  display: none;
}
#posts-listing .entry-details .entry-summary p {
  margin-top: 0;
}
.about-us {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 3vw;
}
.about-us h2 {
  text-transform: initial;
  color: #f9b205;
}



.video_cat p:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.single-video .video {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.single-video .video iframe {
  max-width: 600px;
}
.single-video .video ~ .content {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.single-video .single-post-column {
  display: flex;
  flex-direction: column;
}
.single-video #breadcrumbs {
  display: flex;
  justify-content: center;
}
.single-video #breadcrumbs span,
.tax-video_category #breadcrumbs span,
.tax-blogpost_category #breadcrumbs span {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.single-video #breadcrumbs a,
.single-video .breadcrumb_last,
.tax-video_category #breadcrumbs a,
.tax-video_category .breadcrumb_last,
.tax-blogpost_category #breadcrumbs a,
.tax-blogpost_category .breadcrumb_last {
  padding: 0 7px;
}
.tax-video_category .all-posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.column.video-3 {
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
  margin-bottom: 30px;
}
.column.video-3 h2 {
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-video #breadcrumbs {
  order: 1;
}
.single-video h1 {
  order: 2;
  text-transform: capitalize;
}
.single-video .video {
  order: 3;
}
.single-video .single-post-column div {
  order: 4;
}
.menu-wrap li:first-child a {
  margin-right: 0;
}
.single-video .menu-wrap ul {
  padding-bottom: 50px;
}
.all-videos-title {
  text-align: center;
}
.single-post-column h1 {
  margin-top: 0;
  text-align: center;
}
.menu-wrap ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 20px;
}
.menu-wrap li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #ffb500;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.menu-wrap li a:hover {
  background-color: gold;
}

@media (min-width: 1200px) {
  .single-video h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .tax-video_category h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .column.video-3 h2 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .archive #breadcrumbs {
    margin-top: 0;
    padding-top: 20px;
  }
  .entry-details .entry-summary p {
    margin-top: 0;
  }
  .menu-wrap li a {
    padding: 5px 10px;
    font-size: 15px;
    margin-right: 10px;
  }
  .column.video-3 {
    flex: 0 0 100%;
  }
  .menu-wrap li:first-child a {
    margin-right: 10px;
  }
  .column.video-3 h2 {
    height: auto;
  }
  .tax-video_category .all-posts {
    margin-bottom: 25px;
  }
  .single-video h1 {
    margin-top: 10px;
  }
  .single-video .video iframe {
    width: 100%;
    height: 250px;
  }
  .single-video .menu-wrap ul {
    padding-bottom: 10px;
  }
  .all-videos-title {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .homepage-title h1 {
    font-size: 40px;
  }
  .tax-blogpost_category h1 {
    font-size: 40px;
  }
  .home h1 {
    font-size: 45px;
  }
  .bbpress h1 {
    margin-top: 25px;
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  #header-mobile__menu-reveal:after {
    content: "";
    height: 100%;
    width: 3px;
    background: #1c1c1c;
    left: 13px;
    position: relative;
  }
  .offcanvas-panel--inner {
    padding-left: 5%;
    max-width: 100%;
  }
  #offcanvas-main-navigation .menu > li > a,
  .offcanvas-close:hover {
    flex-grow: initial;
    transition: 0.2s all ease;
  }
  #offcanvas-main-navigation .menu > li > a:hover,
  .offcanvas-close:hover {
    color: #ffb500;
  }
  #sticky-main-menu {
    display: none;
  }
  .menu-wrap li a {
    padding: 7px 15px;
  }
  .single-post .profile-info .content {
    width: 50%;
  }
  .single-post .profile-phone {
    padding: 20px;
  }
  .single-post .profile-info h1 {
    font-size: 30px;
  }
  .single-post .profile-age h2,
  .single-post .profile-place h2 {
    font-size: 23px;
  }
  .single-post .post-content {
    width: 55%;
  }
  .single-post .entry-footer {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .category-custom-description .section {
    flex-direction: column;
  }
  .category-custom-description .section .img-wrap {
    width: 100%;
    height: 450px;
  }
  .category-custom-description .section .content {
    width: 100%;
    text-align: center;
  }
  .category-custom-description .section-two .content {
    order: 2;
  }
  #footer-sidebar .footer-sidebar__container section {
    flex: 0 0 50%;
  }
  .footer-logo::before {
    background-position: top center;
  }
  #custom_html-10 {
    text-align: center;
  }
  #footer-sidebar .footer-sidebar__container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer-logo {
    font-size: 40px;
  }
  #main-sidebar {
    background-position: top center;
    padding: 0 30px;
    height: 66vw;
  }
  .all-posts {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-sidebar h2 {
    font-size: 32px;
    margin-top: 80px;
  }
  #main-sidebar h2 span {
    font-size: 55px;
  }
  .single-post .single-post-column {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .category-custom-description .section .row {
    flex-direction: column;
  }
  .category-custom-description .section .column {
    flex: 1 1 auto;
  }
  .category-custom-description .column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .category-custom-description .content {
    padding-top: 4vw;
    padding-bottom: 2vw;
  }
  .about-custom-description .column {
    flex-direction: column;
    padding: 0px 15px;
  }
  .single-post .profile-banner {
    background: none;
    height: auto;
  }
  .single-post .flexslider {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    order: 2;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .single-post .profile-header {
    display: flex;
    flex-direction: column;
  }
  .single-post .profile-info {
    order: 3;
  }
  .single-post .profile-banner {
    display: none;
  }
  .single-post .flexslider .profile-crown {
    display: block;
    height: 90px;
    position: absolute;
    top: 3px;
    right: 3px;
  }
  .single-post .profile-info .content {
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .single-post .phone-wrap {
    margin-right: 30px;
  }
  .single-post .post-content {
    min-height: auto;
    width: 100%;
    margin: 0;
    padding: 40px 30px 50px;
    text-align: center;
    background: #232323;
    border-top: 3px solid #ffb500;
  }
  .single-post .entry-footer {
    padding-bottom: 0;
  }
  .single-post .entry-footer .phone-wrap {
    display: none;
  }
  .single-post .profile-info .phone-wrap {
    display: flex;
  }
  .profile-crown {
    height: 100px;
  }
  .post .main-info {
    height: 265px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .menu > li > a {
    font-size: 1em;
  }
  #footer-sidebar .footer-sidebar__container {
    padding-left: 2%;
    padding-right: 2%;
  }
  #footer-sidebar .menu-item a:before {
    margin-left: 7px;
    padding-left: 10px;
    height: 10px;
  }
  #footer-sidebar .menu {
    overflow: hidden;
  }
  #main-sidebar {
    background-image: url("/wp-content/uploads/2020/09/banner2-768.jpg");
    background-position: top center;
    background-size: cover;
  }
  #main-sidebar h2 {
    font-size: 19px;
    margin-top: 75px;
  }
  #main-sidebar h2 span {
    font-size: 31px;
  }
  #main-sidebar p {
    font-size: 13px;
  }
  .all-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
  #posts-listing .profile-crown {
    height: 70px;
  }
  #posts-listing .entry-details .entry-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .post .entry-details {
    height: 250px;
    padding: 0 5px 7px;
  }
  .post .main-info {
    height: 215px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .entry-details .entry-summary p {
    padding: 0 5px;
  }
  .profile-phone,
  .entry-details .profile-phone {
    font-size: 18px;
  }
  .entry-details .profile-place h4 {
    font-size: 15px;
  }
  .entry-details .entry-summary {
    height: 65px;
  }
  .entry-details {
    padding: 15px 10px 10px;
  }
  .sticky-navbar .column.shrink {
    padding-left: 15px;
    padding-right: 15px;
  }
  #offcanvas-main-navigation .menu > li > a {
    font-size: 1.4em;
  }
  .flexslider {
    max-width: 300px;
  }
  .single-post h1 {
    font-size: 36px;
  }
  .single-post .single-post-column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flexslider .flex-direction-nav a {
    width: 45px;
    height: 45px;
  }
  .flex-direction-nav a:before {
    font-size: 32px;
  }
  .entry-details .entry-title {
    margin-bottom: 5px;
  }
  .entry-details .entry-summary p {
    font-size: 15px;
  }
  .entry-details .entry-title {
    font-size: 20px;
  }
  .entry-details .profile-place {
    height: 45px;
  }
  .single-post .profile-age h2,
  .single-post .profile-place h2 {
    font-size: 26px;
  }
  .single-post .post-content {
    font-size: 18px;
    padding: 25px 10px 40px;
  }
  .single-post .entry-footer .profile-phone {
    width: 90%;
    font-size: 30px;
  }
  .single-post .related-posts .column:nth-child(3) {
    display: none;
  }
  .single-post .related-posts .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .single-post .related-posts .column {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-logo {
    font-size: 32px;
  }
  .footer-logo::before {
    height: 80px;
  }
  .profile-phone {
    font-size: 18px;
  }
  .category-custom-description .column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .category-custom-description .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .category-custom-description .section-one {
    background: url("/wp-content/uploads/2020/07/section-1-bg-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .category-custom-description .section-two {
    background: url("/wp-content/uploads/2020/07/section-2-bg-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .category-custom-description .section .img-wrap {
    width: 80%;
    height: 300px;
    margin: auto;
  }
  .category-custom-description .content h2 {
    font-size: 30px;
  }
  .category-custom-description .content p {
    font-size: 13px;
  }
  #breadcrumbs {
    font-size: 15px;
    margin-bottom: 0;
  }
  .flexslider .profile-crown {
    bottom: 75px;
    height: 75px;
  }
  .single-post h1 {
    margin-top: 0;
  }
  .home .single-post-column h1 {
    margin-top: 20px;
  }
  .about-custom-description .about-col {
    padding: 0 10px;
  }
  .about-custom-description .about-col h2 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .about-custom-description .about-col p {
    font-size: 15px;
  }
  .entry-image + .profile-age {
    height: 81px;
    width: 40px;
    top: 80px;
    background-size: contain;
  }
  .site-footer .footer-logo {
    line-height: 1.3;
    font-size: 26px;
  }
  #footer-sidebar #custom_html-12 {
    flex: 0 0 100%;
  }
  #footer-sidebar #custom_html-12 label {
    width: 100%;
  }
  .search_categories button {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
  .search_categories select {
    font-size: 15px;
  }
  #main-sidebar h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .entry-image + .profile-age h4 {
    font-size: 17px;
  }
  .bbpress #content {
    padding-top: 30px;
  }
  #bbpress-forums .bbp-pagination-count {
    font-size: 15px;
  }
  #bbpress-forums .bbp-topic-permalink {
    font-size: 15px;
  }
  #bbpress-forums .bbp-topic-freshness a {
    font-size: 13px;
  }
  #bbpress-forums li.bbp-header ul {
    font-weight: 300;
  }
  .tax-blogpost_category .all-posts {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .tax-blogpost_category .all-posts .row {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .tax-blogpost_category .all-posts h2 {
    font-size: 18px;
  }
  .tax-blogpost_category .all-posts p {
    font-size: 15px;
  }
  .single-post .profile-info .content {
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .single-post .profile-info {
    padding: 0 10px;
  }
  .single-post .profile-info h1 {
    text-align: center;
  }
  .single-post .profile-info .content {
    flex-direction: column;
    text-align: center;
  }
  .single-post .phone-wrap {
    margin-top: 20px;
    margin-right: 0;
    justify-content: center;
  }
  .profile-phone {
    font-size: 24px;
  }
  .single-post .related-posts .row {
    justify-content: center;
  }
  .single-post .related-posts {
    padding-bottom: 0;
  }
  .single-post .phone-wrap .profile-phone {
    font-size: 22px;
    padding: 15px 25px;
  }
  #posts-listing .profile-status {
    height: 70px;
  }
  #content {
    overflow: hidden;
  }
  
}

@media (max-width: 374px) {
  #main-sidebar h2 span {
    font-size: 28px;
  }
  .entry-details {
    padding: 10px 5px 7px;
  }
  .entry-details .entry-title {
    font-size: 16px;
  }
  .entry-details .entry-summary {
    height: 60px;
    margin-bottom: 7px;
  }
  .entry-details .entry-summary p {
    font-size: 13px;
  }
  .entry-details .profile-place h4 {
    font-size: 14px;
    padding-left: 10px;
  }
  .category-custom-description .content h2 {
    font-size: 26px;
  }
  .single-post .flexslider {
    margin: 20px auto;
  }
  .profile-phone,
  .entry-details .profile-phone {
    font-size: 16px;
  }
  .single-post .profile-phone {
    padding: 10px;
  }
  .post .main-info {
    height: 225px;
  }
  #posts-listing .profile-crown {
    margin-bottom: 10px;
    height: 60px;
  }
  .entry-details .profile-phone,
  .profile-phone {
    height: 45px;
  }
  #posts-listing .entry-details .entry-title {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .entry-image + .profile-age {
    top: 50px;
  }
  .entry-details .entry-title a {
    padding: 0 5px;
  }
}
