
.d-flex {
  display: flex !important;
}

.d-flex:before, .d-flex:after {
  content: none;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-inline-flex:before, .d-inline-flex:after {
  content: none;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-flex:before, .d-sm-flex:after {
    content: none;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-inline-flex:before, .d-sm-inline-flex:after {
    content: none;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-flex:before, .d-md-flex:after {
    content: none;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-inline-flex:before, .d-md-inline-flex:after {
    content: none;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-flex:before, .d-lg-flex:after {
    content: none;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-inline-flex:before, .d-lg-inline-flex:after {
    content: none;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-left div.wpb_single_image {
  text-align: inherit;
}

.text-left .obqjac-counter-element {
  justify-content: flex-start;
}

.text-right {
  text-align: right !important;
}

.text-right div.wpb_single_image {
  text-align: inherit;
}

.text-right .obqjac-counter-element {
  justify-content: flex-end;
}

.text-center {
  text-align: center !important;
}

.text-center div.wpb_single_image {
  text-align: inherit;
}

.text-center .obqjac-counter-element {
  justify-content: center;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-left .obqjac-counter-element {
    justify-content: flex-start;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-right .obqjac-counter-element {
    justify-content: flex-end;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-center .obqjac-counter-element {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-md-left .obqjac-counter-element {
    justify-content: flex-start;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-md-right .obqjac-counter-element {
    justify-content: flex-end;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-md-center .obqjac-counter-element {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-lg-left .obqjac-counter-element {
    justify-content: flex-start;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-lg-right .obqjac-counter-element {
    justify-content: flex-end;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-lg-center .obqjac-counter-element {
    justify-content: center;
  }
}


@media screen and (min-width: 1200px) {
  [data-fullheight=true] {
    height: 100vh;
  }
  .mobile-nav-activated.overflow-hidden {
    overflow: visible !important;
  }
}

@media screen and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  #wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
}


@media screen and (max-width: 1199px) {
  .obq5-sticky-bg-wrap,
  .obq5-sticky-bg {
    height: 100%;
    min-height: 0;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}


@media screen and (max-width: 767px) {
  .obq3-mod-cart .obq3-cart-contents,
  .obq3-mod-cart .obq3-mod-dropdown {
    width: 100%;
  }
  .obq3-cart-contents .empty,
  .obq3-cart-foot,
  .obq3-cart-head,
  .obq3-cart-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Nav Styles */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainbar-row > [class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .secondarybar-row > [class^=col] {
    width: 100%;
    flex-wrap: wrap;
    flex: 1 auto;
  }
  .secondarybar-row > [class^=col]:nth-child(n+2) {
    margin-top: 1em;
  }
  .secondarybar-row .header-module ~ .header-module {
    margin-left: 0;
  }
  .secondarybar-row .header-module ~ .header-module:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .secondarybar-row > [class^=col].text-md-right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .secondarybar-row > [class^=col].hide-sm {
    display: none;
  }
}

  

@media screen and (max-width: 479px) {
  .secondarybar-row > [class^=col] {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .secondarybar-row .header-module {
    width: 100%;
    text-align: center !important;
    align-items: center;
    margin-left: 0 !important;
  }
  .secondarybar-row .header-module .btn {
    font-size: 14px;
  }
  .secondarybar-row .obq3-mod-v-sep {
    width: 100%;
    height: 1px;
  }
  .secondarybar-row .obq3-v-sep-inner {
    position: relative;
    top: auto;
    left: auto;
  }
  .secondarybar-row .obq3-mod-dropdown {
    right: 0;
    left: 0;
  }
  .secondarybar-row .obq3-dropdown-menu-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .is-stuck {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .is-stuck {
    top: 0;
  }
}

/*  Footer */
@media screen and (min-width: 1200px) {
  .obq5-sticky-footer-sentinel.height-applied + .footer-stuck {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .obq5-sticky-footer-sentinel.height-applied + .footer-stuck.is-inview {
    opacity: 1;
    visibility: visible;
  }
  .site-boxed-layout .obq5-sticky-footer-sentinel.height-applied + .footer-stuck {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  .obq5-sticky-footer-sentinel {
    display: none;
  }
}

/* Titlebar */
@media screen and (max-width: 767px) {
  .titlebar-inner h1 {
    font-size: 48px !important;
  }
  .titlebar-inner {
  	padding: 130px 0 125px !important;
  }
}

@media screen and (max-width: 479px) {
  .titlebar-inner h1 {
    font-size: 38px !important;
  }
}



/* PAGE LAYOUTS */

.vc_mobile [data-obqjac-stack=true] > section {
  height: auto;
}

/* SHORTCODES */
/* Buttons */
@media all and (max-width: 992px) {
  .btn {
    white-space: normal;
  }
  .btn-xsm > span {
    padding: 0.5em 0.8em;
  }
  .btn-xsm.wide > span {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .btn-sm > span {
    padding: 0.6em 1.2em;
  }
  .btn-sm.wide > span {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .btn-md > span {
    padding: 1em 2em;
  }
  .btn-lg > span {
    padding: 1.15em 2.5em;
  }
  .btn-lg.wide > span {
    padding-left: 3.3em;
    padding-right: 3.3em;
  }
  .btn-xlg > span {
    padding: 1.3em 3.1em;
  }
  .btn-xlg.wide > span {
    padding-left: 4.1em;
    padding-right: 4.1em;
  }
}

/* Accordions */
@media screen and (max-width: 480px) {
  .accordion-expander {
    right: 15px;
  }
  .accordion-title a {
    padding-right: 50px;
  }
}


/* Tabs */
@media screen and (min-width: 992px) {
  .tabs-nav-items-bordered .tabs-nav li + li {
    border-left-width: 0;
  }
  .tabs-nav-side {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tabs-nav-side .tabs-nav {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .tabs-nav-side .tabs-nav,
  .tabs-nav-side .tabs-content {
    width: 100%;
  }
  .tabs-nav-side .tabs-nav {
    margin-bottom: 0;
  }
  .tabs-nav-side .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tabs-nav {
    flex-direction: column;
  }
  .tabs-nav li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tabs-nav a {
    width: 100%;
  }
  .tabs-nav-items-bordered .tabs-nav li + li {
    border-top-width: 0;
  }
}

/* Subscribe Forms */
@media (max-width: 991px) {
  .obq3-subscribe-form--button-inline form {
    flex-direction: column;
  }
  .obq3-subscribe-form--button-inline form p {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .obq3-subscribe-form--button-inside.obq3-subscribe-form--button-bordered [type=text],
  .obq3-subscribe-form--button-inside.obq3-subscribe-form--button-bordered [type=email], .obq3-subscribe-form--button-inside.obq3-subscribe-form--button-solid [type=text],
  .obq3-subscribe-form--button-inside.obq3-subscribe-form--button-solid [type=email] {
    padding-right: 2.5em !important;
  }
}



/* Testimonials */
@media screen and (min-width: 992px) {
  .is-last .tstm-dtls-only .tstm-info {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .tstms-details .carousel-nav {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .tstm-avtr-topleft .avatar,
  .tstm-avtr-topright .avatar {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .tstm-avtr-topleft.text-left .avatar,
  .tstm-avtr-topright.text-left .avatar {
    margin-right: 15px !important;
  }
  .tstm-avtr-topleft.text-right .avatar,
  .tstm-avtr-topright.text-right .avatar {
    margin-right: 15px !important;
  }
  .tstm-avtr-topleft.text-center .avatar,
  .tstm-avtr-topright.text-center .avatar {
    margin-bottom: 15px !important;
  }
  .tstms-quotes .carousel-nav {
    margin-top: 0 !important;
    text-align: center !important;
  }
  .tstm-dtls-only .avatar {
    margin-bottom: 0.5em;
  }
  .tstm-dtls-only .tstm-dtls {
    text-align: center !important;
    justify-content: center !important;
  }
  .tstm-dtls-only .tstm-info {
    align-items: center !important;
    text-align: center !important;
  }
  .tstm-quote-only .tstm-quote {
    text-align: center;
    font-size: 22px;
  }
}



@media screen and (max-width: 991px) {
  .carousel-nav {
    margin-top: 2em !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .carousel-nav .flickity-button {
    display: inline-flex !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 15px !important;
  }
  .carousel-nav-right .carousel-nav {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .carousel-item:not([class*=col-]) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .carousel-item {
    width: 100%;
  }
}

/* Latest Posts */
@media screen and (min-width: 992px) {
  .obqjac-blog-item-split {
    flex-flow: row wrap;
  }
  .obqjac-blog-item-split .obqjac-post-media {
    flex-basis: 40%;
  }
  .obqjac-blog-item-split .obqjac-blog-item-inner {
    flex-basis: 60%;
  }
  .obqjac-blog-item-split .obqjac-blog-item-inner {
    padding-left: 50px;
    padding-right: 50px;
  }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .obqjac-blog-item-background {
    min-height: 400px !important;
  }
}


@media screen and (max-width: 991px) {
  .obqjac-blog-item-split {
    flex-direction: column;
  }
}

/* Filter Lists */
@media screen and (min-width: 992px) {
  .obqjac-filter-items {
    flex-flow: row wrap;
  }
  .obqjac-filter-items.align-items-center .filter-list {
    margin-bottom: 0;
  }
  .filter-list-inline li + li {
    margin-left: 1.45em;
  }
}

@media screen and (max-width: 991px) {
  .obqjac-filter-items {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .obqjac-filter-items-inner {
    width: 100%;
  }
  .obqjac-filter-items-inner > * {
    margin-bottom: 30px !important;
  }
  .obqjac-filter-items-inner .filter-list {
    width: 100%;
  }
  .obqjac-filter-items-inner + .carousel-nav {
    margin-top: 0 !important;
  }
  .obqjac-filter-items-label + .filter-list {
    margin-left: 0;
  }
  .filter-list-inline li {
    margin: 0 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .filter-list {
    display: flex;
    flex-flow: row wrap;
  }
  .filter-list li {
    margin-bottom: 1em;
    text-align: center;
  }
}

/* Advanced Boxes */
@media screen and (min-width: 992px) {
  .advbox-table {
    flex-flow: row wrap;
  }
  .advbox-table .advbox-cell:first-child {
    flex-grow: 2;
  }
  .advbox-table .advbox-cell:last-child {
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .advbox-table {
    flex-flow: row wrap;
  }
  .advbox-table .advbox-cell {
    flex-basis: auto;
    margin-bottom: 1.5em;
  }
  .advbox-table .advbox-cell:before {
    content: attr(data-text);
    margin-bottom: 0.5em;
  }
  .advbox-table .advbox-header {
    flex-basis: 100%;
  }
  .advbox-table-header {
    padding-bottom: 0;
  }
  .advbox-table-header .advbox-cell:not(.advbox-header) {
    display: none;
  }
  .advbox-table-header .advbox-header {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .advbox-s06 {
    padding-bottom: 90%;
  }
  .advbox-s03.advbox-wide {
    padding-bottom: 50%;
  }
  .advbox-table .advbox-cell {
    flex-basis: 50%;
  }
  .advbox-table .advbox-header {
    flex-basis: 100%;
  }
}



/*  Instagram Feed */
@media screen and (max-width: 991px) {
  .obqjac-instagram-feed .obqjac-instagram-feed-list > li {
    flex-basis: 33.3333333333%;
  }
  [data-list-columns="1"] .obqjac-instagram-feed-list > li,
  [data-list-columns="2"] .obqjac-instagram-feed-list > li {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .obqjac-instagram-feed .obqjac-instagram-feed-list > li {
    flex-basis: 50%;
  }
  [data-list-columns="1"] .obqjac-instagram-feed-list > li,
  [data-list-columns="2"] .obqjac-instagram-feed-list > li {
    flex-basis: 100%;
  }
}

/* Image Groups */
@media screen and (min-width: 992px) {
  .obq5-advimg-content.cntfxd-right, .obq5-advimg-content.cntfxd-left {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .obq5-advimg-content.cntfxd-right p, .obq5-advimg-content.cntfxd-left p {
    margin-bottom: 0;
  }
  .obq5-advimg-content.cntfxd-left {
    margin-right: 1.5em;
  }
  .obq5-advimg-content.cntfxd-right {
    order: 1;
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  .obq5-advimg-child-container {
    flex-direction: column;
  }
  .obq5-advimg-content {
    order: 2;
    margin-top: 1em;
  }
  .obq5-advimg-content.content-floated-mid-left, .obq5-advimg-content.content-floated-mid-right, .obq5-advimg-content.content-floated-mid {
    margin: 0;
    left: 50%;
  }
  .obq5-advimg-content.content-floated-mid-left > .btn, .obq5-advimg-content.content-floated-mid-right > .btn, .obq5-advimg-content.content-floated-mid > .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}



/*  Masonry */
@media screen and (max-width: 991px) {
  .masonry-item:not([class*=col-sm-]) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .masonry-item:not([class*=col-xs-]) {
    width: 100%;
  }
}


/* Portfolios */
@media screen and (min-width: 1200px) {
  .carousel-item .prtf-hvr-shadow {
    margin-bottom: 50px;
  }
}




/*  Blog */

@media screen and (min-width: 992px) { 
  .blog-single-content {
    background-color: #fff;
  }

  .body_blog-single-cover-off .blog-single-content {
    margin-top: -120px;
  }
  .blog-single-content .stretch-to-sides {
    margin-left: -50px;
    margin-right: -50px;
  }
  .blog-single-content .fullwidth figcaption {
    width: 40%;
  }

  .blog-single-content .wp-block-image.alignfull img, 
  .blog-single-content .wp-block-image.alignwide img,
  .blog-single-content .wp-block-image.alignfull figcaption, 
  .blog-single-content .wp-block-image.alignwide figcaption {
    margin-left: -50px;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
  }
}

@media screen and (min-width: 1200px) {

  .blog-single-cover.no-cover {
    height: 0;
    padding: 250px 0 0;
    background: linear-gradient(0deg, var(--color-dark) 0%, var(--color-primary) 100%);
  }


  
  .post-nav,
  .blog-single-footer .tags-share .tags-share {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .blog-single-footer .tags-share .tags-share > ul,
  .blog-single-footer .tags-share .tags-share > div {
    max-width: 50%;
  }
  .post-nav .nav-previous,
  .post-nav .nav-next {
    max-width: 50%;
  }
  .post-nav .screen-reader-text + .nav-next {
    margin-left: 50%;
  }
  

}

@media screen and (min-width: 992px) {

  .body_has-sidebar .blog-single-content .fullwidth {
    width: 100%;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .body_has-sidebar .blog-single-content .fullwidth figcaption {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {

  .post-meta {
    flex-direction: column;
  }
  .post-meta > span {
    margin: 0 0 15px !important;
  }
  .post-meta > span:last-child {
    margin: 0 !important;
  }
  .post-meta > span:after {
    display: none;
  }
  .comments-area .comment-metadata {
    margin-left: 95px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .comment-list ol.children .comment-metadata {
    margin-left: 70px;
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .comments-area .comment-meta {
    display: block;
  }
  .comment-list ol.children {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .body_blog-single-cover-off .blog-single-content {
      margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
  .post-nav,
  .blog-single-footer .tags-share {
    flex-direction: column;
  }
  .post-nav .nav-next {
    text-align: left;
    margin-top: 30px;
  }
  .blog-single-footer .tags-share .share-links {
    margin-top: 30px;
  }
  .post-nav .nav-next i {
    left: auto;
    right: 10px;
  }

}

@media screen and (max-width: 991px) {
  .blog-single-content {
    padding: 50px 30px 50px 30px;
    background: #fff;
  }

}

@media screen and (min-width: 768px) {

  .post-nav,
  .blog-single-footer .tags-share {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .blog-single-footer .tags-share > ul,
  .blog-single-footer .tags-share > div {
    max-width: 50%;
  }
  .post-nav .nav-previous,
  .post-nav .nav-next {
    max-width: 50%;
    width: 49%;
  }
  .post-nav .screen-reader-text + .nav-next {
    margin-left: 50%;
  }

}






@media screen and (max-width: 479px) {
  .pingback .comment-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .pingback time,
  .trackback time {
    margin: 0 0 15px;
  }
}


.blog-single-cover .blog-single-details {
  padding: 130px 0 135px;
}
@media screen and (max-width: 1199px) {
  .blog-single-cover .blog-single-details {
    padding: 120px 0 120px !important;
  }
}




@media screen and (max-width: 991px) {
  .single-post.body_has-sidebar .sidebar-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-sidebar {
    margin-top: 100px !important;
  }
}

/*  Advanced Heading */
@media screen and (min-width: 1200px) {
  .obq3-advtxt [data-txt-anim] {
    visibility: hidden;
  }
  .obq3-advtxt [data-txt-anim].split-txt-on {
    visibility: visible;
  }
}


/*  Modal */
@media screen and (min-width: 992px) {
  .featherlight-content > iframe.featherlight-inner {
    min-width: 850px;
  }
}


/*  Roadmap */
@media screen and (max-width: 767px) {
  .obq5-roadmap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .obq5-roadmap:before {
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
  .obq5-roadmap-info {
    max-width: 85%;
  }
}

/*  Countdown */
@media screen and (max-width: 991px) {
  .countdown .countdown-section {
    flex-basis: 45%;
    margin: 0.2352941176em 0;
  }
  .countdown .countdown-section:nth-child(3) + .countdown-sep {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .countdown .countdown-section {
    flex-basis: 100%;
  }
  .countdown .countdown-sep {
    display: none;
  }
}

/*  Bullet List */
@media screen and (max-width: 767px) {
  .obq5-bullet-list .inline-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .obq5-bullet-list .inline-nav li {
    margin-left: 0 !important;
    align-items: center;
    width: 50%;
  }
}



/* WOOCOMMERCE */
/* Woo Product */
@media screen and (max-width: 767px) {
  .woocommerce ul.products {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .woocommerce ul.products li.product {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce .obq3-shop .obq3-shop-add-to-cart,
  .woocommerce .obq3-shop .add_to_cart_button {
    margin-top: 0 !important;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* Shop Single Page */
@media screen and (max-width: 991px) {
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 100%;
  }
  .woocommerce #content div.product div.summary + .product-meta,
  .woocommerce-page #content div.product div.summary + .product-meta {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce div.product div.images {
    display: flex;
    flex-flow: row wrap;
    float: none !important;
    width: 100% !important;
  }
  .woocommerce div.product div.images .flex-viewport {
    margin-left: 90px;
    width: calc(100% - 90px);
  }
  .woocommerce div.product div.images ol.flex-control-nav {
    height: 100%;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    order: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .woocommerce div.product div.images ol.flex-control-nav li {
    display: block;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-right: 15px;
  }
  .woocommerce div.product .obq3-product-images {
    float: left;
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce #content div.product div.images {
    width: 100%;
    margin-bottom: 45px;
  }
  .woocommerce #content div.product div.images ol.flex-control-nav {
    margin-top: 1em;
    margin-left: -7px;
    margin-right: -7px;
  }
  .woocommerce #content div.product div.images ol.flex-control-nav > li {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 7px !important;
  }
}

@media screen and (min-width: 991px) {
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist {
    margin-top: -60px;
    margin-left: 15px;
  }
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist,
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist + .social-icon {
    float: right;
  }
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist + .social-icon {
    margin-top: -42px;
  }
  .woocommerce div.product form.cart.variations_form + .social-icon {
    float: right;
    margin-top: -76px;
  }
  .woocommerce div.product form.cart.variations_form ~ .product_meta {
    clear: both;
  }
}


@media screen and (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce div.product .woocommerce-tabs .tabs-nav {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce #review_form #respond .comment-form .comment-form-author,
  .woocommerce #review_form #respond .comment-form .comment-form-email {
    width: calc(50% - 20px);
  }
  .woocommerce #review_form #respond .comment-form .comment-form-email {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce #review_form #respond {
    padding: 30px 20px;
  }
}

/*  Woo Extra */
@media screen and (min-width: 992px) {
  .contents-container .obq3-shop-topbar > .container > .row > div:first-child {
    width: 33.33333333%;
  }
  .contents-container .obq3-shop-topbar > .container > .row > div:last-child {
    width: 66.66666667%;
  }
}

@media screen and (min-width: 992px) {
  .obq5-woo-steps-inner {
    flex-flow: row wrap;
  }
  .obq5-woo-steps-item {
    flex-basis: 33.3333333333%;
  }
}

@media screen and (max-width: 1199px) {
  .obq5-woo-steps-inner {
    padding: 0 15px;
  }
  .obq5-woo-steps-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .obq5-woo-steps-inner {
    flex-direction: column;
    align-items: start !important;
  }
  .obq5-woo-steps-item svg {
    right: auto;
    top: auto;
    left: 0;
    bottom: -30px;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}

/* My Account */
@media screen and (min-width: 992px) {
  .woocommerce-account:not(.logged-in) #content > .container > .woocommerce {
    width: 50%;
    margin: 0 auto;
  }
}


/* Portfolio */
@media (max-width: 767px) {
  .prtbl-list .pricing {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .single-obqjac-portfolio .vc_row.vc_column-gap-30 {
    margin-left: 0;
    margin-right: 0;
  }
}



/* Fix Mobile Row Margins */
@media (max-width: 767px) {
  .obq3-row.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .obq5-main-footer-default img {
    margin-bottom: 20px;
  }
}