/*
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.1
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: "DancingScript";
  src: url("/wp-content/themes/neomag-child/fonts/DancingScript-Regular.ttf");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/neomag-child/fonts/Montserrat-Bold.ttf");
  font-weight: bold;
  font-display: swap;
}

:root {
  --main-theme-color: #e3df37;
  --main-theme-color-hover: #ffd700;
}

.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;
}
.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: 3px;
  background: var(--main-theme-color);
  transition: transform 0.5s;
  transform: scaleX(0);
  bottom: -1.65vw;
  left: -12%;
  border-radius: 1px;
}
#main-menu li a:hover::after {
  transform: scaleX(1);
}
.site-branding {
  margin-right: auto;
}
.site-branding .text-logo a {
  font-family: "DancingScript";
  font-weight: bold;
  padding: 0.7em 1em;
  transition: 0.3s ease;
  font-size: 2vw;
  color: var(--main-theme-color);
}
.site-branding .text-logo a:hover {
  color: var(--main-theme-color-hover);
}
.home .site-branding .text-logo a,
.category .site-branding .text-logo a {
  color: #000;
  background-color: var(--main-theme-color);
}
.home .site-branding .text-logo a:hover,
.category .site-branding .text-logo a:hover {
  color: #000;
  background-color: var(--main-theme-color-hover);
}
#sticky-main-menu a {
  font-size: 19px;
}
#sticky-main-menu a:hover {
  color: var(--main-theme-color);
}
.sticky-navbar .menu-layout--grid > li > a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#footer-sidebar {
  position: relative;
}
#footer-sidebar::before {
  content: "";
  background-image: url("/wp-content/uploads/2021/08/lingerie-photoshoot.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.65;
  z-index: 1;
}
.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: #000;
  font-size: 19px;
  line-height: 0;
}
.site-footer form input[type="submit"]:hover {
  background-color: var(--main-theme-color);
  color: #fff;
  opacity: 1;
}
.footer-logo {
  font-size: 3vw;
  font-family: "DancingScript";
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.footer-sidebar__container {
  position: relative;
  z-index: 2;
}
.footer-logo::before {
  content: "";
  background: url("/wp-content/uploads/2020/07/logo-white.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 7vw;
  display: block;
}
#main-sidebar {
  background-image: url("/wp-content/uploads/2021/08/lingerie-photoshoot.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vw;
}
#main-sidebar h2 {
  font-size: 2.25vw;
  font-weight: bold;
}
#main-sidebar h2 span {
  font-size: 4.5vw;
  color: var(--main-theme-color);
}
#main-sidebar .sidebar-container {
  max-width: 1100px;
  margin: auto;
}
#main-sidebar p {
  font-size: 17px;
}
.home #primary {
  padding-top: 50px;
}
#primary {
  padding-top: 25px;
}
.entry-image a,
.wp-post-image {
  width: 100%;
}
.entry-details {
  padding: 5px 0 0;
  background-color: #3d3d36;
}
.entry-details .entry-title {
  font-size: 24px;
  background-color: #51514c;
  padding: 0.5em 0;
}
.entry-details .entry-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: var(--main-theme-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.3s ease;
}
.entry-details .entry-title a:hover {
  box-shadow: none;
  color: var(--main-theme-color-hover);
}
.entry-details .profile-place {
  color: #fff;
  background-color: var(--main-theme-color);
  height: 40px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 7px;
  position: absolute;
  min-width: 40%;
  right: 0;
  top: -70px;
  z-index: 2;
}
.entry-details .profile-place h4 {
  display: flex;
  width: 100%;
  padding-left: 15px;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 0;
}
.entry-details .profile-place h4:after {
  content: "";
  background-image: url("/wp-content/uploads/2020/07/location.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  margin-right: 10px;
}
.entry-details h3 {
  margin-bottom: 0;
}
.entry-details .profile-phone,
.profile-phone {
  color: #000;
  background-color: var(--main-theme-color);
  text-align: center;
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  text-decoration: none;
  transition: 0.2s all ease;
  box-shadow: none;
}

.content_whatsapp {
	color: #fff;
	background: #0DC143!important;
	padding-top: 10px;

	padding-bottom: 10px;
}
.card-whatsapp{
	text-align:center;
	margin-top:5px;
	color: #fff;
	font-size: 25px;
  font-family: "Montserrat";
	background: #0DC143!important;
		padding-top: 10px;

	padding-bottom: 10px;
}
.card-whatsapp a , .content_whatsapp a{
	text-decoration:none;
}



.empty-phone {
  height: 68px;
}
.profile-phone:hover,
.entry-details .profile-phone:hover {
  background-color: var(--main-theme-color-hover);
  box-shadow: none;
}
.entry-details .entry-summary {
  color: rgba(255, 255, 255, 0.561);
  height: 70px;
  padding: 0 10px;
}
.entry-details .entry-summary p {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}
#posts-listing .post-column {
  margin-top: auto;
}
#posts-listing .post-column article {
  position: relative;
}
.post-content__side-padding {
  padding-left: 0;
  padding-right: 0;
}

.profile-status {
  background: url("/wp-content/uploads/2021/08/vip.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 65px;
  height: 90px;
  z-index: 10;
}
.pagination .page-numbers li a.next {
  left: 0;
  right: auto;
}
.pagination .page-numbers li a.prev {
  right: 0;
  left: auto;
}

.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: var(--main-theme-color);
}
.category-custom-description .content p {
  font-size: 15px;
}
.category-custom-description .section-one {
  background: url("/wp-content/uploads/2020/07/section-1-bg.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.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.category-custom-description .section-one .img-wrap {
  width: 50%;
  background: url("/wp-content/uploads/2021/08/section1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-left: 0;
}
.category-custom-description .section-two .img-wrap {
  width: 50%;
  background: url("/wp-content/uploads/2021/08/section2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-right: 0;
}
.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/07/arrow-rtl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 15px;
  padding-left: 20px;
  height: 20px;
}
#offcanvas-main-navigation .menu > li > a {
  font-size: 1.6em;
}
.hamburger-icon {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--main-theme-color);
  transition: transform 0.25s ease-out;
  border-radius: 1px;
}
.hamburger-icon:before,
.hamburger-icon:after {
  height: 5px;
  background-color: var(--main-theme-color);
  border-radius: 1px;
}
.hamburger-icon:before {
  top: calc(50% - 12px);
}
.hamburger-icon:after {
  bottom: calc(50% - 12px);
}
.home .site-header,
.category .site-header {
  position: absolute;
  width: 100%;
  top: 5vw;
  background-color: transparent;
}
.home #main-menu,
.category #main-menu {
  margin: 0;
}
.home #js-header-row .column,
.category #js-header-row .column {
  padding: 0;
  background-color: #2a2c2d;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  border-right: 3px solid var(--main-theme-color);
}
.site-header .sticky-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2a2c2d;
}
.sticky-navbar {
  border-bottom: 2px solid var(--main-theme-color);
}
.sticky-navbar .hamburger-icon:after {
  bottom: calc(50% - 14px);
}
.profile-header {
  padding-top: 75px;
}
#posts-listing .column {
  margin-bottom: 30px;
}
.flexslider.loading {
  opacity: 0;
  position: relative;
  top: -100px;
  margin-bottom: 70px;
}
.flexslider {
  max-width: 400px;
  margin: auto;
  background: transparent;
  border: 3px solid var(--main-theme-color);
  direction: rtl;
  opacity: 1;
  position: relative;
  top: -100px;
  margin-bottom: -70px;
}
.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;
}
.single-post .profile-header {
  padding-top: 0;
}
.single-post article {
  background: rgba(57, 54, 54, 0.66);
  border: 2px solid var(--main-theme-color);
  margin-top: 140px;
}
.single-post h1 {
  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: 32px;
}
.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: auto;
}
.homepage-title {
  text-align: center;
  margin-bottom: 50px;
}
.single-post-column h1 {
  text-align: center;
}
.cat-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 20px;
}
.cat-menu li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  color: #000;
  background-color: var(--main-theme-color);
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}
.cat-menu li a:hover {
  background-color: var(--main-theme-color-hover);
}
.homepage-title h1 {
  color: var(--main-theme-color);
}
#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: var(--main-theme-color);
}
.archive #breadcrumbs {
  display: flex;
  justify-content: center;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
}
.error404 #content {
  background-image: none;
}
.error404 .search-form .search-field {
  color: #fff;
  padding-right: 45px;
}
.single-post-column {
  max-width: 100%;
}
.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 {
  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 {
  padding: 0 7px;
}
.home #posts-listing #breadcrumbs {
  display: none;
}
.home #posts-listing {
  padding: 0 20px;
}
.forum #content {
  background-size: cover;
}
#bbpress-forums {
  color: var(--main-theme-color);
  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 .bbp-submit-wrapper {
  float: none;
  text-align: center;
}
#bbp_topic_submit {
  color: #fff;
  background-color: var(--main-theme-color);
  font-size: 25px;
  padding: 10px 40px;
  text-decoration: none;
  transition: 0.2s all ease;
  box-shadow: none;
}
#subscription-toggle {
  margin-bottom: 10px;
}
.tax-video_category .all-posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.tax-video_category .all-posts .entry-title a.hover-color:hover {
  color: var(--main-theme-color-hover);
}
.tax-video_category #content {
  background-size: cover;
}
.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;
}
.cat-menu li:first-child a {
  margin-right: 0;
}
.single-video .cat-menu {
  padding-bottom: 50px;
}
#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: var(--main-theme-color);
}
.bbpress #content {
  background-size: cover;
}
.bbpress .bbp-no-reply {
  display: none;
}
#main-sidebar h2 {
  font-family: inherit;
}
.all-videos-title {
  text-align: center;
}
.tax-blogpost_category .all-posts h2 {
  text-align: right;
  font-size: 25px;
}
.tax-blogpost_category .all-posts .row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
}
.tax-blogpost_category .all-posts {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tax-blogpost_category #content {
  background-size: cover;
}
.single-blog article .profile-header {
  display: none;
}
.single-blog article .entry-footer {
  display: none;
}
.single-blog #content {
  background-size: cover;
}
#footer-sidebar .wpcf7-form-control-wrap {
  width: 100%;
}
#footer-sidebar form label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.related-posts .profile-status {
  right: 30px;
}
.about-custom-description {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.about-custom-description .about-col {
  background: #313231;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 3em 0.5em 2em;
  border-bottom: 8px solid var(--main-theme-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 31.5%;
}
.about-custom-description img {
  height: 60px;
  margin-bottom: 2em;
}
#content .about-custom-description p {
  color: rgba(250, 250, 250, 0.341);
  font-size: 1rem;
  padding: 0;
  margin: 0;
  word-break: break-word; 
  margin-bottom: 1em;
}
.about-custom-description strong {
  display: block;
  font-size: 1.25rem;
  color: var(--main-theme-color);
}

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

@media (max-width: 1199px) {
  .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: var(--main-theme-color);
  }
  #sticky-main-menu {
    display: none;
  }
  .column.video-3 h2 {
    font-size: 15px;
  }
  .cat-menu li a {
    padding: 7px 15px;
  }
  .site-branding .text-logo a,
  .site-branding .text-logo a {
    font-size: 32px;
  }
  .home .site-branding .text-logo a,
  .category .site-branding .text-logo a {
    color: var(--main-theme-color);
    background-color: transparent;
  }
  .home .site-branding .text-logo a:hover,
  .category .site-branding .text-logo a:hover {
    color: var(--main-theme-color-hover);
    background-color: transparent;
  }
  .site-branding .text-logo a {
    padding: 0.25em;
  }
}

@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 -35px center;
    padding: 0 30px;
    height: 66vw;
  }
  .all-posts {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-sidebar h2 {
    font-size: 32px;
    margin-top: 0;
  }
  #main-sidebar h2 span {
    font-size: 55px;
  }
  #content {
    background-position: top 500px center;
  }
  .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;
  }
}

@media (max-width: 767px) {
  .site-footer .menu > li > a {
    font-size: 1em;
  }
    #footer-sidebar::before {
  content: "";
  background-image: none;
      background-color: #51514c;
  }
  #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/2022/08/lingerie-photoshoot-400.jpg");
    background-position: top center;
    background-size: cover;
    height: auto;
    padding: 7em 1em;
  }
  .home #primary {
    padding-top: 10px;
  }
  #main-sidebar h2 {
    font-size: 0.95em;
    margin-bottom: 1em;
  }
  #main-sidebar h2 span {
    font-size: 1.5em;
  }
  #main-sidebar p {
    font-size: 13px;
  }
  .all-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile-status {
    width: 30px;
    height: 40px;
  }
  .profile-phone,
  .entry-details .profile-phone {
    font-size: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
  }
  .entry-details .profile-place h4 {
    font-size: 15px;
  }
  .entry-details .entry-summary {
    height: 65px;
  }
  .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: 30px;
    top: -50px;
  }
  .single-post .profile-age h2,
  .single-post .profile-place h2 {
    font-size: 26px;
  }
  .single-post .post-content {
    font-size: 18px;
  }
  .single-post .entry-footer h3 {
    margin-bottom: 0;
  }
  .single-post .entry-footer .profile-phone {
    width: 90%;
    font-size: 30px;
    padding: 0.25em 0;
  }
  .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: 60px;
  }
  .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;
    padding-top: 0;
  }
  .single-post h1 {
    margin-top: 20px;
  }
  .single-post article {
    margin-top: 120px;
  }
  .flexslider {
    top: -100px;
    margin-bottom: -85px;
  }
  .single-post-column h1 {
    margin-top: 0;
  }
  .single-post-column #breadcrumbs {
    padding-bottom: 0;
  }
  .home .single-post-column h1 {
    margin-top: 20px;
  }
  #bbpress-forums .bbp-topic-freshness a {
    font-size: 13px;
  }
  .archive #breadcrumbs {
    margin-top: 0;
    padding-top: 20px;
  }
  .entry-details .entry-summary p {
    margin-top: 0;
  }
  .cat-menu li a {
    padding: 5px 10px;
    font-size: 15px;
    margin-right: 10px;
  }
  .column.video-3 {
    flex: 0 0 100%;
  }
  .cat-menu li:first-child a {
    margin-right: 10px;
  }
  .column.video-3 h2 {
    height: auto;
  }
  .tax-video_category .all-posts {
    margin-bottom: 25px;
  }
  .tax-video_category #breadcrumbs {
    padding-top: 85px;
  }
  .single-video h1 {
    margin-top: 10px;
  }
  .single-video .video iframe {
    width: 100%;
    height: 250px;
  }
  .single-video .cat-menu {
    padding-bottom: 10px;
  }
  .footer-logo {
    font-size: 20px;
  }
  .entry-details .profile-phone,
  .profile-phone {
    height: 52px;
  }
  .empty-phone {
    height: 52px;
  }
  .tax-blogpost_category #breadcrumbs {
    padding-top: 85px;
  }
  .tax-blogpost_category .all-posts {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .tax-blogpost_category .all-posts h2 {
    font-size: 18px;
  }
  .tax-blogpost_category .all-posts p {
    font-size: 15px;
  }
  .bbpress #content {
    padding-top: 85px;
  }
  #bbpress-forums .bbp-pagination-count {
    font-size: 15px;
  }
  #bbpress-forums .bbp-topic-permalink {
    font-size: 15px;
  }
  #bbpress-forums li.bbp-header ul {
    font-weight: 300;
  }
  .about-custom-description {
    flex-direction: column;
  }
}

@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: 0px;
  }
  .entry-details .entry-summary p {
    font-size: 13px;
  }
  .entry-details .profile-place h4 {
    font-size: 14px;
    padding-left: 10px;
  }
  .entry-details .profile-place h4:after {
    width: 15px;
    margin-right: 5px;
  }
  .profile-status {
    right: 7px;
  }
  .category-custom-description .content h2 {
    font-size: 26px;
  }
}
