@font-face {
  font-family: 'clear_sans';
  src: url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'clear_sans';
  src: url("../fonts/clearsans-medium-webfont.woff2") format("woff2"), url("../fonts/clearsans-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'clear_sans';
  src: url("../fonts/clearsans-regular-webfont.woff2") format("woff2"), url("../fonts/clearsans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
/* Variable Import */
/*==============media query variable ============*/
/* Import Dir CSS */
body {
  background-color: #000;
  color: #fff;
  margin: 0;
  font-family: "clear_sans", sans-serif;
  font-size: 16px;
  position: relative; }

a {
  text-decoration: none;
  transition: all .4s ease; }

p {
  line-height: 1.9; }

h1, h2, h3, h4, h5, h6 {
  font-family: "clear_sans", sans-serif;
  color: #fff; }

.hidden {
  visibility: hidden; }

.video_episod {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden; }
  .video_episod iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.primary {
  color: #F2BB05; }
  .primary a {
    color: #F2BB05; }

.secondary {
  color: #00C055; }
  .secondary a {
    color: #00C055; }

.tertiary {
  color: #009BEB; }
  .tertiary a {
    color: #009BEB; }

.quaternary {
  color: #FF0032; }
  .quaternary a {
    color: #FF0032; }

.primary_bg {
  background: #F2BB05; }

.secondary_bg {
  background: #00C055; }

.tertiary_bg {
  background: #009BEB; }

.quaternary_bg {
  background: #FF0032; }

.woocommerce .cart_item .product-name {
  font-size: 22px;
  font-weight: 700; }
  .woocommerce .cart_item .product-name .variation {
    font-size: 16px;
    font-weight: 400; }
    .woocommerce .cart_item .product-name .variation dt {
      margin-right: 10px; }
    .woocommerce .cart_item .product-name .variation dd {
      float: left; }
      @media only screen and (max-width: 991px) {
        .woocommerce .cart_item .product-name .variation dd {
          float: none; } }
      .woocommerce .cart_item .product-name .variation dd p {
        margin: 0; }
.woocommerce a.button,
.woocommerce button.button.alt {
  background: #F2BB05;
  color: #fff !important;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 20px 25px; }
  .woocommerce a.button:hover,
  .woocommerce button.button.alt:hover {
    color: #fff !important;
    background: #F2BB05; }
.woocommerce a.button.alt {
  background-color: #F2BB05; }
  .woocommerce a.button.alt:hover {
    background-color: #F2BB05; }

/* page css */
.page .advertisement {
  display: none; }

/* FAQ page css */
.faq_accordion .elementor-tab-title {
  display: flex;
  padding: 15px 0 !important; }
  .faq_accordion .elementor-tab-title a {
    order: 1; }
  .faq_accordion .elementor-tab-title span {
    order: 2;
    margin-left: 20px; }
.faq_accordion .elementor-tab-content {
  padding-left: 0 !important;
  position: relative; }
  .faq_accordion .elementor-tab-content:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 10px; }

/*Three Goals page css*/
.three_things p {
  position: relative;
  line-height: 1.1;
  margin: 60px 0 20px;
  padding: 0 0 30px; }
  .three_things p:after {
    content: "";
    width: 70px;
    height: 2px;
    background: rgba(204, 204, 204, 0.4);
    position: absolute;
    left: 0;
    bottom: 10px; }

/* my company page css */
.my_company {
  display: block;
  min-height: 330px;
  padding: 60px 20px 30px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  transition: all .5s ease-in; }

.my_company:hover {
  background: #fff; }

.my_company p {
  transition: all .5s ease-in;
  margin-bottom: 0; }

.my_company:hover p {
  color: #000; }

.my_company h2 {
  font-size: 35px;
  color: #f2bb05;
  text-align: center;
  margin: 30px 0 15px; }

/* Contact page */
.contact_text .b_b {
  padding: 0 0 30px;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px; }
  .contact_text .b_b a {
    color: #F2BB05; }
  .contact_text .b_b:after {
    content: "";
    width: 70px;
    height: 2px;
    background: rgba(204, 204, 204, 0.4);
    position: absolute;
    left: 0;
    bottom: 10px; }

/* header css */
.header_fixed {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 50px 10px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .header_fixed {
      padding: 15px 15px 10px;
      background: #000; } }

.main_header {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 15px 50px 10px;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .main_header {
      padding: 15px 15px 10px; } }

.logo {
  flex-grow: 1; }
  @media only screen and (max-width: 767px) {
    .logo {
      margin-right: 0; } }

.custom-logo-link {
  display: inline-block; }

.custom-logo {
  max-height: 55px; }

.rollover {
  height: 100%;
  width: calc(100% - 110px);
  margin-right: 15px;
  text-align: center;
  font-size: 12px;
  color: gray;
  letter-spacing: 5px; }
  @media only screen and (max-width: 767px) {
    .rollover {
      display: none; } }

.menu_bar {
  max-width: 40px; }

.burger {
  cursor: pointer;
  position: relative; }
  .burger span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    margin: 0 auto 4px;
    transition: transform .4s ease, width .4s ease; }
  .burger span:nth-child(2) {
    width: 25px; }
  .burger span:nth-child(3) {
    width: 15px; }

.burger_close {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FF0032;
  cursor: pointer; }
  .burger_close span {
    width: 25px;
    transform: rotate(45deg);
    margin-top: 13px;
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    height: 2px;
    background-color: white;
    transition: transform .4s ease, width .4s ease; }
    .burger_close span:nth-child(2) {
      display: none; }
    .burger_close span:nth-child(3) {
      width: 25px;
      transform: rotate(-45deg);
      margin: 0;
      top: 18px; }

/* Main Nav Css */
.main_navigation {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: black;
  border-radius: 0 0 50px 50px;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .main_navigation {
      background: #fff;
      display: block;
      transform: translateX(100%);
      transition: transform .6s ease;
      border-radius: 0 0 0 0;
      bottom: 0;
      overflow-y: scroll; } }
  .main_navigation ul.menu {
    display: flex;
    padding: 0 100px 20px;
    margin: -25px auto 0;
    list-style-type: none;
    background: #000;
    border-radius: 0 0 50px 50px; }
    @media only screen and (max-width: 991px) {
      .main_navigation ul.menu {
        padding: 0 50px 20px; } }
    @media only screen and (max-width: 767px) {
      .main_navigation ul.menu {
        flex-direction: column;
        padding: 0 5px 50px;
        margin: 0 auto 0;
        min-height: calc(100vh - 87px); } }
    .main_navigation ul.menu li.menu-item-has-children {
      flex-grow: 1;
      padding: 10px; }
      @media only screen and (max-width: 767px) {
        .main_navigation ul.menu li.menu-item-has-children {
          padding: 10px 10px 5px; } }
      .main_navigation ul.menu li.menu-item-has-children > a {
        font-size: 12px;
        text-transform: uppercase;
        color: #8E8E8E; }
      .main_navigation ul.menu li.menu-item-has-children ul.sub-menu {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .main_navigation ul.menu li.menu-item-has-children ul.sub-menu li {
          margin-bottom: 10px; }
          .main_navigation ul.menu li.menu-item-has-children ul.sub-menu li:first-child {
            margin-top: 10px; }
          @media only screen and (max-width: 767px) {
            .main_navigation ul.menu li.menu-item-has-children ul.sub-menu li {
              font-size: 22px;
              margin-bottom: 0; }
              .main_navigation ul.menu li.menu-item-has-children ul.sub-menu li:first-child {
                margin-top: 5px; } }

li.nav-button {
  align-self: center; }
  li.nav-button > a {
    visibility: hidden; }
  li.nav-button ul li {
    text-align: center; }
    li.nav-button ul li a {
      display: inline-block;
      background: #F2BB05;
      padding: 10px 50px;
      border-radius: 5px; }
      @media only screen and (max-width: 991px) {
        li.nav-button ul li a {
          font-size: 19px; } }

.woocommerce .woocommerce-breadcrumb {
  padding: 20px 50px 5px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #A2A2A2; }

/* ajax cart popup css */
.xoo-cp-container {
  border-radius: 0;
  padding: 70px 20px 30px; }
  @media only screen and (max-width: 767px) {
    .xoo-cp-container {
      padding: 70px 10px 30px; } }
  .xoo-cp-container a {
    color: #000; }
  .xoo-cp-container span.xoo-cp-close {
    right: 15px;
    top: 15px;
    border-radius: 0;
    font: normal normal normal 34px/1 FontAwesome !important; }
    .xoo-cp-container span.xoo-cp-close:before {
      content: "\f00d"; }
  .xoo-cp-container .xoo-cp-atcn {
    visibility: hidden;
    display: none; }
  .xoo-cp-container .xoo-cp-variations .variation {
    display: flex;
    flex-wrap: wrap; }
    .xoo-cp-container .xoo-cp-variations .variation dt {
      margin: 0;
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .xoo-cp-container .xoo-cp-variations .variation dt {
          width: 50%; } }
    .xoo-cp-container .xoo-cp-variations .variation dd {
      width: 50%;
      margin: -2px 0 0; }
      .xoo-cp-container .xoo-cp-variations .variation dd p {
        margin: 0; }

.xoo-cp-pdetails tbody tr {
  display: flex;
  align-items: center; }
  .xoo-cp-pdetails tbody tr td {
    flex-grow: 1; }
    .xoo-cp-pdetails tbody tr td.xoo-cp-remove {
      order: 5;
      text-align: right; }
      .xoo-cp-pdetails tbody tr td.xoo-cp-remove .xoo-cp-remove-pd {
        font: normal normal normal 20px/1 FontAwesome !important;
        color: #000; }
        .xoo-cp-pdetails tbody tr td.xoo-cp-remove .xoo-cp-remove-pd:before {
          content: "\f00d"; }
    .xoo-cp-pdetails tbody tr td.xoo-cp-ptitle {
      padding-left: 20px;
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .xoo-cp-pdetails tbody tr td.xoo-cp-ptitle {
          padding-left: 0; } }
    .xoo-cp-pdetails tbody tr td.xoo-cp-pprice {
      order: 4;
      width: 25%;
      font-weight: 700; }
    .xoo-cp-pdetails tbody tr td.xoo-cp-pqty {
      height: 27px;
      width: 20%; }
      .xoo-cp-pdetails tbody tr td.xoo-cp-pqty .xoo-cp-qtybox {
        height: 27px;
        line-height: 25px;
        border: none; }
        .xoo-cp-pdetails tbody tr td.xoo-cp-pqty .xoo-cp-qtybox span.xcp-plus, .xoo-cp-pdetails tbody tr td.xoo-cp-pqty .xoo-cp-qtybox span.xcp-minus {
          width: 35px;
          border: 1px solid #A2A2A2;
          color: #A2A2A2; }
        .xoo-cp-pdetails tbody tr td.xoo-cp-pqty .xoo-cp-qtybox .xoo-cp-qty {
          border: none;
          color: #000; }

.xoo-cp-ptotal {
  display: block;
  float: none;
  text-align: right;
  font-weight: 700;
  margin-bottom: 40px;
  margin-right: 0; }
  .xoo-cp-ptotal .xcp-ptotal {
    font-size: 18px; }

.xoo-cp-btns {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .xoo-cp-btns .xoo-cp-btn-ch {
    order: 3;
    width: auto;
    padding: 15px 30px;
    background: #F2BB05;
    color: #fff;
    border: none;
    margin: 0; }
  .xoo-cp-btns .xoo-cp-close {
    width: auto;
    background: transparent;
    border: none;
    text-transform: capitalize;
    margin: 0; }
    .xoo-cp-btns .xoo-cp-close:hover {
      color: #000; }

.comments_area {
  max-width: 960px;
  padding: 0 100px 30px;
  margin: auto;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .comments_area {
      padding: 0 15px 30px; } }

.comments_title {
  font-size: 50px;
  color: #00C055; }
  @media only screen and (max-width: 767px) {
    .comments_title {
      font-size: 24px; } }

.comment-list {
  margin-left: 0;
  padding-left: 0; }

.comment {
  margin-bottom: 30px; }

.comment-body {
  position: relative; }
  .comment-body .reply {
    position: absolute;
    right: 0;
    top: 0; }
    .comment-body .reply a {
      padding: 1px 15px;
      background: #00C055;
      display: inline-block;
      font-size: 15px;
      text-transform: uppercase;
      border-radius: 2px; }

.vcard img {
  display: none; }
.vcard .fn {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700; }
.vcard .says {
  display: none; }

.comment-metadata {
  line-height: 1; }
  .comment-metadata time {
    color: #00C055;
    font-size: 11px; }
  .comment-metadata .edit-link a {
    text-indent: -80px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 40px; }
    .comment-metadata .edit-link a:after {
      position: absolute;
      left: 90px;
      top: 0px;
      content: "\f040";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/* ======= comment form css ======*/
.comment-respond .comment-reply-title {
  color: #00C055;
  font-size: 25px; }

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .comment-form p {
    margin: 0; }
  .comment-form .comment-notes {
    display: none; }
  .comment-form label {
    display: none; }
  .comment-form input {
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid #ccc; }
  .comment-form textarea {
    height: 112px;
    padding: 10px; }
  .comment-form .comment-form-comment {
    width: 100%; }
    .comment-form .comment-form-comment textarea {
      border-radius: 0 0 10px 10px; }
  .comment-form .comment-form-author {
    width: 50%; }
    .comment-form .comment-form-author input {
      border-radius: 10px 0 0 0; }
  .comment-form .comment-form-email {
    width: 50%; }
    .comment-form .comment-form-email input {
      border-radius: 0 10px 0 0; }
  .comment-form .form-submit {
    text-align: right;
    width: 100%;
    margin-top: -5px; }
    .comment-form .form-submit input {
      color: #fff;
      background: #00C055;
      border: none;
      font-size: 15px;
      width: 250px;
      border-radius: 0 0 10px 10px; }

.category_slider {
  position: relative;
  padding: 20px 50px; }
  .category_slider .single_item {
    border-radius: 5px;
    overflow: hidden; }

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: calc(50% - 45px);
  background: transparent; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent; }
  .owl-theme .owl-nav [class*=owl-] i {
    font-size: 50px; }
.owl-theme .owl-nav .owl-prev {
  left: 0; }
.owl-theme .owl-nav .owl-next {
  right: 0; }

/* ===== ads css =======*/
.podcast_ad .widget {
  margin: 0; }
  .podcast_ad .widget #bsa-image-1 .bsaProItem__url .bsaProItemInner__img {
    height: 600px; }
    @media only screen and (max-width: 767px) {
      .podcast_ad .widget #bsa-image-1 .bsaProItem__url .bsaProItemInner__img {
        height: 150px;
        display: none; } }

.video_section .widget {
  margin: 0; }
  .video_section .widget #bsa-image-1 .bsaProItem__url .bsaProItemInner__img {
    height: 600px; }
    @media only screen and (max-width: 767px) {
      .video_section .widget #bsa-image-1 .bsaProItem__url .bsaProItemInner__img {
        height: 150px;
        display: none; } }

#colophon .advertisement .widget {
  margin: 0 15px; }
  #colophon .advertisement .widget #bsa-image-1 .bsaProItem__url {
    max-width: 600px;
    margin: 0 auto; }
    #colophon .advertisement .widget #bsa-image-1 .bsaProItem__url .bsaProItemInner__img {
      height: 200px;
      background-size: contain;
      background-repeat: no-repeat; }

/*modla css*/
.want_more_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7); }
  .want_more_modal .modal_content {
    position: relative;
    background: #fff;
    color: #000;
    padding: 40px;
    max-width: 700px;
    margin: 50vh auto 0;
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .want_more_modal .modal_content {
        margin: 0 auto;
        transform: translateY(0);
        height: 100vh;
        padding: 40px 15px 20px;
        overflow: scroll; } }
    .want_more_modal .modal_content .modal_close {
      height: 20px;
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }
    .want_more_modal .modal_content .widget {
      margin: 0;
      padding: 0; }
      .want_more_modal .modal_content .widget h3 {
        text-align: center;
        color: #F2BB05;
        font-size: 55px;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .want_more_modal .modal_content .widget h3 {
            font-size: 33px; } }
      .want_more_modal .modal_content .widget p {
        margin-top: 0;
        margin-bottom: 15px; }
      .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields {
        display: flex;
        flex-wrap: wrap; }
        .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input {
          width: 50%;
          height: 48px;
          padding: 0 20px;
          transition: all .2s ease-in;
          box-shadow: -3px 0px 0px 0px transparent; }
          @media only screen and (max-width: 767px) {
            .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input {
              width: 100%; } }
          .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input:focus {
            outline: none;
            box-shadow: -3px 0px 0px 0px #F2BB05; }
        .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input[type=text] {
          border-radius: 10px 0 0 0; }
          @media only screen and (max-width: 767px) {
            .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input[type=text] {
              border-radius: 10px 10px 0 0; } }
        .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input[type=email] {
          border-radius: 0 10px 0 0;
          margin-left: -1px; }
          @media only screen and (max-width: 767px) {
            .want_more_modal .modal_content .widget .mc4wp-form .subscription_form_fields input[type=email] {
              border-radius: 0 0 10px 10px;
              margin-left: 0; } }
      .want_more_modal .modal_content .widget .mc4wp-form .submit_form {
        margin-top: 20px;
        text-align: center; }
        .want_more_modal .modal_content .widget .mc4wp-form .submit_form input {
          width: 250px;
          height: 48px;
          border-radius: 10px;
          background: #F2BB05;
          font-size: 16px;
          text-transform: uppercase;
          color: #fff;
          cursor: pointer; }
          .want_more_modal .modal_content .widget .mc4wp-form .submit_form input:focus {
            outline: none; }
      .want_more_modal .modal_content .widget .mc4wp-form .mc4wp-response p {
        margin: 0; }

/* ========= footer css =========*/
.footer_bottom {
  padding: 50px 50px 10px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .footer_bottom {
      flex-direction: column;
      padding: 50px 20px 10px; } }
  .footer_bottom .footer_logo {
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .footer_bottom .footer_logo {
        width: 100%;
        text-align: center; } }
  .footer_bottom .footer_social {
    width: calc(100% - 400px);
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .footer_bottom .footer_social {
        width: 100%; } }
    .footer_bottom .footer_social .widget {
      margin: 0; }
    .footer_bottom .footer_social a {
      font-size: 46px;
      color: #272727;
      display: inline-block;
      margin-left: 20px; }
      .footer_bottom .footer_social a:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 991px) {
        .footer_bottom .footer_social a {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .footer_bottom .footer_social a {
          margin-left: 5px; }
          .footer_bottom .footer_social a:first-child {
            margin-left: 0; } }
  .footer_bottom .footer_want_more {
    width: 200px;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .footer_bottom .footer_want_more {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .footer_bottom .footer_want_more {
        width: 100%;
        text-align: center; } }

.iamnr_copyright {
  text-align: center;
  color: #B5B5B5;
  font-size: 11px;
  padding-bottom: 15px; }

/* template css import */
/*Featured Content section css*/
.site_main > h2, .site_main > h3 {
  padding: 0 50px;
  font-family: clearSans, sans-serif;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .site_main > h2, .site_main > h3 {
      font-size: 14px;
      padding: 0 15px; } }

.tax-video_show .site_main > h3,
.post-type-archive-videos .site_main > h3 {
  color: #FF0032; }

.tax-writing_blog .site_main > h3,
.post-type-archive-writings .site_main > h3 {
  color: #00C055; }

.tax-podcast_show .site_main > h3,
.post-type-archive-podcasts .site_main > h3 {
  color: #009BEB; }

.latest_post,
.featured_post {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 50px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .latest_post,
    .featured_post {
      flex-direction: column-reverse;
      align-items: normal;
      padding: 0 15px; } }

.latest_post:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #5C5C5C;
  position: absolute;
  left: 25px;
  bottom: -25px; }
  @media only screen and (max-width: 767px) {
    .latest_post:after {
      left: 5px; } }

.iamnr_featured_post article:last-child .latest_post:after,
.iamnr_post article:last-child .latest_post:after {
  display: none; }

.iamnr_post article {
  display: none; }

.latest_post:hover .cat,
.featured_post:hover .cat {
  display: none; }
  @media only screen and (max-width: 767px) {
    .latest_post:hover .cat,
    .featured_post:hover .cat {
      display: inline-block; } }

.latest_post:hover .post_info,
.featured_post:hover .post_info {
  display: block; }
  @media only screen and (max-width: 767px) {
    .latest_post:hover .post_info,
    .featured_post:hover .post_info {
      display: none; } }

.latest_post h2,
.featured_post h2 {
  margin: 0; }

.latest_post h2 a,
.featured_post h2 a {
  color: #fff;
  font-size: 60px; }
  @media only screen and (max-width: 767px) {
    .latest_post h2 a,
    .featured_post h2 a {
      font-size: 24px; } }

.latest_post h2 a:hover,
.featured_post h2 a:hover {
  color: #009BEB; }

.video.latest_post h2 a:hover,
.video.featured_post h2 a:hover {
  color: #FF0032; }

.blog.latest_post h2 a:hover,
.blog.featured_post h2 a:hover {
  color: #00C055; }

.post_meta {
  margin-left: 20px;
  min-width: 200px; }
  @media only screen and (max-width: 767px) {
    .post_meta {
      min-width: auto;
      margin-left: 0; } }

.cat {
  font-size: 16px;
  padding: 3px 10px;
  background-color: #FF0032;
  border-radius: 2px;
  display: inline-block; }

.cat a {
  color: #fff; }

.blog .cat {
  background-color: #00C055; }

.podcast .cat {
  background-color: #009BEB; }

.post_info {
  display: none; }

.post_date a {
  color: #00C055;
  font-size: 15px; }

.post_tag a {
  color: #00C055;
  font-size: 15px; }

.video .post_date a {
  color: #FF0032; }
.video .post_tag a {
  color: #FF0032; }

.podcast .post_date a {
  color: #009BEB; }
.podcast .post_tag a {
  color: #009BEB; }

/* Page Specific css import*/
/* ========== Home page css ========== */
.home {
  padding: 0;
  margin: 0; }
  .home .site-footer {
    display: none; }

.home_bottom {
  display: flex;
  width: 100%;
  align-items: center; }

.home_pagination .page-numbers {
  display: none; }
.home_pagination .next {
  display: inline-block;
  background: #fff;
  padding: 15px 30px;
  color: #000;
  font-size: 23px;
  border-radius: 10px 10px 0 0; }
  .home_pagination .next:hover {
    color: #52716e; }
  @media only screen and (max-width: 767px) {
    .home_pagination .next {
      font-size: 12px; } }
.home_pagination .nav-links .nav-previous a {
  display: inline-block;
  background: #fff;
  padding: 15px 30px;
  color: #000;
  font-size: 23px;
  border-radius: 10px 10px 0 0; }
  .home_pagination .nav-links .nav-previous a:hover {
    color: #52716e; }
  @media only screen and (max-width: 767px) {
    .home_pagination .nav-links .nav-previous a {
      font-size: 12px; } }

.home_pagination a:visited,
.home_pagination a:focus,
.home_pagination a:active,
.home_pagination a {
  color: #000; }

.home_pagination a:hover {
  color: #52716e; }

.want_more {
  flex-grow: 1;
  text-align: right;
  margin-right: 20px;
  font-size: 23px; }
  @media only screen and (max-width: 767px) {
    .want_more {
      font-size: 12px; } }

.want_more a {
  color: #fff; }

#load {
  display: inline-block;
  background: #fff;
  padding: 15px 30px;
  color: #000;
  font-size: 23px;
  border-radius: 10px 10px 0 0; }
  #load:hover {
    color: #52716e; }
  @media only screen and (max-width: 767px) {
    #load {
      font-size: 12px; } }

/* Shop page css start here */
.archive.woocommerce .breadcrumbs_section,
.post-type-archive-product .breadcrumbs_section {
  display: none; }
.archive.woocommerce .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    .archive.woocommerce .woocommerce-products-header,
    .post-type-archive-product .woocommerce-products-header {
      padding: 0 15px; } }
  .archive.woocommerce .woocommerce-products-header .woocommerce-products-header__title,
  .post-type-archive-product .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 65px;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .archive.woocommerce .woocommerce-products-header .woocommerce-products-header__title,
      .post-type-archive-product .woocommerce-products-header .woocommerce-products-header__title {
        font-size: 40px;
        text-align: left; } }
    .archive.woocommerce .woocommerce-products-header .woocommerce-products-header__title a,
    .post-type-archive-product .woocommerce-products-header .woocommerce-products-header__title a {
      font-size: 18px;
      font-weight: 400;
      position: absolute;
      right: 0;
      top: 30px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .archive.woocommerce .woocommerce-products-header .woocommerce-products-header__title a,
        .post-type-archive-product .woocommerce-products-header .woocommerce-products-header__title a {
          font-size: 16px;
          top: 16px; } }
.archive.woocommerce ul.products,
.post-type-archive-product ul.products {
  padding: 0 50px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .archive.woocommerce ul.products,
    .post-type-archive-product ul.products {
      padding: 0 15px; } }
  .archive.woocommerce ul.products.columns-2 li.product,
  .post-type-archive-product ul.products.columns-2 li.product {
    width: 49%;
    margin: 0 2% 2% 0; }
    @media only screen and (max-width: 767px) {
      .archive.woocommerce ul.products.columns-2 li.product,
      .post-type-archive-product ul.products.columns-2 li.product {
        width: 100%;
        margin: 0 0 2%; } }
    .archive.woocommerce ul.products.columns-2 li.product.last,
    .post-type-archive-product ul.products.columns-2 li.product.last {
      margin-right: 0; }
  .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link,
  .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    background: #fff;
    overflow: hidden;
    position: relative; }
    .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail,
    .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
      display: block;
      margin-bottom: -142px; }
      @media only screen and (max-width: 991px) {
        .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail,
        .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
          margin-bottom: -86px; } }
    .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
    .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
      color: #000000;
      font-size: 25px;
      padding: 15px 20px 5px; }
      @media only screen and (max-width: 991px) {
        .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
        .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
          font-size: 18px; } }
    .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link p,
    .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link p {
      width: 70%;
      float: left;
      color: #000;
      margin: 0;
      font-size: 18px;
      padding: 0 20px 15px;
      position: relative;
      line-height: 46px; }
      @media only screen and (max-width: 991px) {
        .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link p,
        .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link p {
          font-size: 12px;
          line-height: 24px; } }
    .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link .price,
    .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link .price {
      display: block;
      width: 30%;
      float: left;
      color: #000;
      text-align: right;
      font-size: 25px;
      margin: 0;
      padding: 0 20px 15px;
      font-weight: 700;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .archive.woocommerce ul.products li.product a.woocommerce-loop-product__link .price,
        .post-type-archive-product ul.products li.product a.woocommerce-loop-product__link .price {
          font-size: 16px; } }

.woocommerce-page .site-footer,
.woocommerce .site-footer {
  display: block !important; }
.woocommerce-page .breadcrumbs_section .breadcrumbs__separator,
.woocommerce-page .breadcrumbs_section a,
.woocommerce .breadcrumbs_section .breadcrumbs__separator,
.woocommerce .breadcrumbs_section a {
  color: #A2A2A2; }
.woocommerce-page .breadcrumbs_section .post_type,
.woocommerce .breadcrumbs_section .post_type {
  display: none; }
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-tabs,
.woocommerce-page .advertisement,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-tabs,
.woocommerce .advertisement {
  display: none; }
.woocommerce-page .footer_bottom,
.woocommerce .footer_bottom {
  padding: 20px 50px 10px; }

/* cart page scss */
.woocommerce-cart {
  background: #fff;
  color: #000;
  margin: 0; }
  .woocommerce-cart .burger span {
    background-color: #000; }
  .woocommerce-cart .minus, .woocommerce-cart .single-product .product .summary form.cart .quantity .plus, .single-product .product .summary form.cart .quantity .woocommerce-cart .plus,
  .woocommerce-cart .plus {
    display: none; }
  .woocommerce-cart .entry-header {
    padding: 0 50px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .woocommerce-cart .entry-header {
        padding: 0 15px; } }
    .woocommerce-cart .entry-header .entry-title {
      color: #000; }
  .woocommerce-cart table.cart img {
    width: 80px; }
  .woocommerce-cart .woocommerce {
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      .woocommerce-cart .woocommerce {
        padding: 0 15px; } }
    .woocommerce-cart .woocommerce a {
      color: #000; }
      .woocommerce-cart .woocommerce a:hover {
        color: #000; }
    .woocommerce-cart .woocommerce .actions .input-text {
      height: 40px;
      border-radius: 2px; }
    .woocommerce-cart .woocommerce .actions .button {
      height: 40px;
      border-radius: 2px;
      background: #F2BB05;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .woocommerce-cart .woocommerce .actions .button {
          font-size: 12px; } }
      .woocommerce-cart .woocommerce .actions .button:hover {
        color: #fff; }
  .woocommerce-cart .site-footer {
    background: #000; }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  border-top-color: transparent;
  background-color: transparent;
  display: none; }

/* Checkout page css */
.woocommerce-checkout {
  margin: 0;
  background: #fff;
  color: #000; }
  .woocommerce-checkout .burger span {
    background-color: #000; }
  .woocommerce-checkout .entry-header {
    display: none; }
  .woocommerce-checkout .wpmc-tabs-wrapper {
    max-width: 650px; }
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item:first-child:before {
      width: 50%;
      left: auto; }
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item:last-child:before {
      width: 50%; }
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
      color: #CCCCCC; }
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current:before {
      border-bottom-color: #F2BB05; }
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
      border-color: #F2BB05;
      color: #F2BB05; }
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text {
      color: #F2BB05;
      font-weight: 700; }
  .woocommerce-checkout .wpmc-steps-wrapper {
    padding: 0 15px 50px;
    max-width: 850px;
    margin: 0 auto; }
    .woocommerce-checkout .wpmc-steps-wrapper .woocommerce_checkout_coupon {
      display: none !important; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout a {
      color: #000; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout a:hover {
        color: #000; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout a:visited {
        color: #000; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout a:focus {
        color: #000; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item table.shop_table {
      border-radius: 2px; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item h3 {
      color: #000;
      font-size: 40px;
      margin: 20px 0 10px; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item #ship-to-different-address {
      font-size: 22px; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item #ship-to-different-address label {
        display: flex;
        align-items: center; }
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item #ship-to-different-address label input {
          margin-right: 10px; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-additional-fields label {
      font-weight: 700; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-additional-fields textarea {
      padding: 10px; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row,
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row {
        width: 49%; }
        @media only screen and (max-width: 767px) {
          .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row,
          .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row {
            width: 100%; } }
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row label,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row label {
          font-weight: 700; }
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row input,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row input {
          height: 40px;
          padding: 0 10px 0 20px;
          border-radius: 2px; }
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row select,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row .select2-container .select2-selection--single,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row select,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single {
          height: 40px;
          border-radius: 2px; }
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 40px; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-shipping-fields__field-wrapper #billing_address_2_field,
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-item .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
        margin-top: 33px;
        border-radius: 2px; }
    .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment {
      background: #fff; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .payment_methods {
        padding: 0; }
        .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .payment_methods .payment_box {
          background: #fff;
          padding: 0;
          margin: 0; }
          .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .payment_methods .payment_box .form-row {
            padding: 0; }
          .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .payment_methods .payment_box label {
            font-weight: 700; }
          .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .payment_methods .payment_box .wc-stripe-elements-field, .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .payment_methods .payment_box .wc-stripe-iban-element-field {
            padding: 10px; }
      .woocommerce-checkout .wpmc-steps-wrapper form.checkout .wpmc-step-payment #payment .form-row {
        padding: 0; }
  .woocommerce-checkout .wpmc-nav-wrapper {
    padding: 0 15px 50px;
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden; }
    .woocommerce-checkout .wpmc-nav-wrapper .wpmc-footer-left .button {
      padding: 20px 0 20px 20px;
      color: #000 !important;
      background: transparent;
      position: relative; }
      .woocommerce-checkout .wpmc-nav-wrapper .wpmc-footer-left .button:hover {
        background: transparent;
        color: #000 !important; }
      .woocommerce-checkout .wpmc-nav-wrapper .wpmc-footer-left .button:before {
        content: '\f060';
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 0; }
    .woocommerce-checkout .wpmc-nav-wrapper .wpmc-footer-right .button:last-child {
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .woocommerce-checkout .wpmc-nav-wrapper .wpmc-footer-right .button:last-child {
          margin-left: 0; } }
  .woocommerce-checkout .site-footer {
    background: #000; }

/* woocommerce-order-received */
.woocommerce-order-received .woocommerce-order {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px; }
  .woocommerce-order-received .woocommerce-order a {
    color: #000; }
  .woocommerce-order-received .woocommerce-order .woocommerce-notice {
    text-align: center;
    font-size: 22px;
    font-weight: 700; }
  .woocommerce-order-received .woocommerce-order .wc-item-meta {
    margin: 0;
    padding: 0; }

.archive .page-header {
  padding: 0 15px; }
  .archive .page-header img {
    display: block;
    max-height: 400px;
    margin: auto;
    border-radius: 7px;
    box-shadow: 0 0 46px 12px #40362b; }
.archive .comment-navigation .nav-next,
.archive .posts-navigation .nav-next,
.archive .post-navigation .nav-next,
.archive .comment-navigation .nav-previous,
.archive .posts-navigation .nav-previous,
.archive .post-navigation .nav-previous {
  width: auto; }
.archive .comment-navigation .nav-previous,
.archive .posts-navigation .nav-previous,
.archive .post-navigation .nav-previous {
  margin-right: 10px; }
.archive .site-main .comment-navigation,
.archive .site-main .posts-navigation,
.archive .site-main .post-navigation {
  margin: 0; }
.archive .site-footer {
  display: none; }

/* single product css */
.single-product {
  background: #fff;
  color: #000; }
  .single-product .burger span {
    background-color: #000; }
  .single-product .product {
    display: flex;
    flex-wrap: wrap; }
    .single-product .product .woocommerce-product-gallery {
      padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        .single-product .product .woocommerce-product-gallery {
          padding: 0 15px; } }
    .single-product .product .summary {
      display: flex;
      flex-direction: column;
      padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        .single-product .product .summary {
          padding: 0 15px; } }
      .single-product .product .summary .product_title {
        color: #000; }
      .single-product .product .summary .price {
        font-size: 22px;
        color: #000;
        font-weight: 700;
        margin: 5px 0 30px; }
      .single-product .product .summary form.cart {
        display: flex;
        align-items: center; }
        .single-product .product .summary form.cart.variations_form {
          display: block; }
        .single-product .product .summary form.cart .variations tbody {
          display: flex;
          align-items: center; }
          .single-product .product .summary form.cart .variations tbody tr {
            border: 1px solid #000;
            padding: 12px 15px; }
            .single-product .product .summary form.cart .variations tbody tr td label {
              text-transform: uppercase;
              font-weight: 400; }
            .single-product .product .summary form.cart .variations tbody tr td .reset_variations {
              display: none !important; }
            .single-product .product .summary form.cart .variations tbody tr .value select {
              border: none;
              background: #fff; }
            .single-product .product .summary form.cart .variations tbody tr:last-child {
              margin-left: -1px; }
        .single-product .product .summary form.cart .variations_button {
          display: flex;
          align-items: center; }
        .single-product .product .summary form.cart .variations_button {
          margin-top: 60px; }
        .single-product .product .summary form.cart .quantity .minus, .single-product .product .summary form.cart .quantity .plus {
          display: inline-block;
          height: 30px;
          width: 30px;
          border: 1px solid #A2A2A2;
          color: #A2A2A2;
          text-align: center;
          line-height: 30px;
          cursor: pointer; }
        .single-product .product .summary form.cart .quantity input {
          height: 30px;
          width: 50px;
          border: none;
          padding-left: 12px;
          color: #000;
          font-weight: 700; }
        .single-product .product .summary form.cart .button {
          height: 60px;
          width: 200px;
          text-transform: uppercase;
          margin-left: 20px;
          background: #F2BB05;
          font-weight: 400; }
          .single-product .product .summary form.cart .button.added {
            display: none; }
          .single-product .product .summary form.cart .button .xoo-cp-icon-check {
            display: none; }
        .single-product .product .summary form.cart .added_to_cart {
          display: inline-block;
          height: 60px;
          width: 200px;
          background: #F2BB05;
          text-align: center;
          line-height: 60px;
          text-transform: uppercase;
          padding: 0;
          margin-left: 20px;
          border-radius: 3px; }
      .single-product .product .summary .product_meta {
        display: none; }
    .single-product .product .related.products {
      background: #000;
      width: 100%; }
      .single-product .product .related.products:before {
        content: "";
        display: table;
        clear: both; }
      .single-product .product .related.products > h2 {
        text-align: center;
        font-size: 50px; }
        @media only screen and (max-width: 767px) {
          .single-product .product .related.products > h2 {
            font-size: 30px; } }
      .single-product .product .related.products ul.products {
        padding: 0 50px; }
        @media only screen and (max-width: 767px) {
          .single-product .product .related.products ul.products {
            padding: 0 15px; } }
        .single-product .product .related.products ul.products.columns-4 li.product {
          width: 49%;
          margin: 0 2% 2% 0; }
          @media only screen and (max-width: 767px) {
            .single-product .product .related.products ul.products.columns-4 li.product {
              width: 100%;
              margin: 0 0 2%; } }
          .single-product .product .related.products ul.products.columns-4 li.product:nth-child(2) {
            margin-right: 0; }
          .single-product .product .related.products ul.products.columns-4 li.product:nth-child(3), .single-product .product .related.products ul.products.columns-4 li.product:nth-child(4) {
            display: none; }
        .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link {
          display: block;
          background: #fff;
          overflow: hidden;
          position: relative; }
          .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
            display: block;
            margin-bottom: -142px; }
            @media only screen and (max-width: 991px) {
              .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
                margin-bottom: -86px; } }
          .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
            color: #000000;
            font-size: 25px;
            padding: 15px 20px 5px; }
            @media only screen and (max-width: 991px) {
              .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
                font-size: 18px; } }
          .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link p {
            width: 70%;
            float: left;
            color: #000;
            margin: 0;
            font-size: 18px;
            padding: 0 20px 15px;
            position: relative;
            line-height: 46px; }
            @media only screen and (max-width: 991px) {
              .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link p {
                font-size: 12px;
                line-height: 24px; } }
          .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link .price {
            display: block;
            width: 30%;
            float: left;
            color: #000;
            text-align: right;
            font-size: 25px;
            margin: 0;
            padding: 0 20px 15px;
            font-weight: 700;
            position: relative; }
            @media only screen and (max-width: 991px) {
              .single-product .product .related.products ul.products li.product a.woocommerce-loop-product__link .price {
                font-size: 16px; } }
  .single-product .site-footer {
    background: #000; }

/* Single page css */
/* ======== single post css ========= */
.single article.hentry {
  background: #fff;
  color: #111;
  position: relative; }
  .single article.hentry h1, .single article.hentry h2, .single article.hentry h3, .single article.hentry h4, .single article.hentry h5, .single article.hentry h6, .single article.hentry p, .single article.hentry a:hover, .single article.hentry a:visited, .single article.hentry a:active, .single article.hentry a:focus, .single article.hentry a {
    color: #111111; }

.single_post_content {
  max-width: 960px;
  padding: 0 100px 30px;
  margin: 0 auto 0;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .single_post_content {
      padding: 0 15px 30px; } }

.single-writings .has-post-thumbnail .single_post_content {
  margin: -200px auto 0; }
  @media only screen and (max-width: 767px) {
    .single-writings .has-post-thumbnail .single_post_content {
      margin: 0 auto; } }

.breadcrumbs_section {
  display: flex;
  align-items: center;
  padding: 35px 50px 30px; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs_section {
      padding: 35px 15px 30px; } }

.breadcrumbs {
  flex-grow: 1;
  margin-right: 20px; }

.post_type span {
  background: #00C055;
  padding: 3px 13px;
  border-radius: 2px; }

.single h1 {
  font-size: 50px;
  padding: 30px 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .single h1 {
      font-size: 24px; } }

.single_post_meta {
  display: flex;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  align-items: center; }

.single_category {
  flex-grow: 1; }

.single_post_meta span {
  color: #00C055;
  position: relative; }

.single_category span:before {
  content: '';
  display: inline-block;
  background: #111;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -25px; }

.single_share a {
  display: inline-block;
  margin-left: 10px; }

.artwork {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .artwork {
      flex-direction: column; } }
  .artwork .podcast_ad {
    width: 150px;
    background: #414141; }
    @media only screen and (max-width: 767px) {
      .artwork .podcast_ad {
        width: 100%; } }
  .artwork .podcast_image {
    width: calc(100% - 330px); }
    @media only screen and (max-width: 767px) {
      .artwork .podcast_image {
        width: 100%; } }
    .artwork .podcast_image img {
      display: block; }

.podcast_player {
  padding: 0 2px; }
  @media only screen and (max-width: 767px) {
    .podcast_player {
      padding: 0 15px; } }

.single-podcasts .comment-body .reply a,
.single-podcasts .comment-form .form-submit input,
.single-podcasts .post_type span {
  background: #009BEB; }
.single-podcasts .comment-metadata time,
.single-podcasts .comment-respond .comment-reply-title,
.single-podcasts .single_post_meta span {
  color: #009BEB; }
.single-podcasts .single_post_meta {
  display: block;
  padding-top: 30px;
  padding-bottom: 0px; }
.single-podcasts .single_category span:before {
  bottom: 50px; }

.video_section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .video_section {
      flex-direction: column; } }
  .video_section .advertise {
    width: 150px;
    background: #414141; }
    @media only screen and (max-width: 767px) {
      .video_section .advertise {
        width: 100%; } }
  .video_section .video_episod {
    width: calc(100% - 330px); }
    @media only screen and (max-width: 767px) {
      .video_section .video_episod {
        width: 100%; } }
    .video_section .video_episod img {
      display: block; }

.single-videos .comment-body .reply a,
.single-videos .comment-form .form-submit input,
.single-videos .post_type span {
  background: #FF0032; }
.single-videos .comment-metadata time,
.single-videos .comment-respond .comment-reply-title,
.single-videos .single_post_meta span {
  color: #FF0032; }
.single-videos .single_post_meta {
  display: block;
  padding-top: 30px;
  padding-bottom: 0px; }
.single-videos .single_category span:before {
  bottom: 50px; }

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