/*
Theme Name: Pubzinne
Theme URI: https://pubzinne.axiomthemes.com/
Description: Pubzinne is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.0.12
Tested up to: 6.7.1
Requires at least: 5.5
Requires PHP: 7.4
Engine: 1.78.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: pubzinne
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/
controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll !important;
  overflow-x: hidden;
  height: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  border-radius: 0;
}

.rounded_tiny {
  border-radius: 4px;
}

.rounded_small {
  border-radius: 6px;
}

.rounded_medium {
  border-radius: 10px;
}

.rounded_large {
  border-radius: 15px;
}

.rounded {
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}


.sc_blogger_shop .sc_blogger_item_shop .post_featured{
    
    margin-bottom:10px;
}

/* Reset submenu styles */
nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Basic reset */

/* Hide submenu by default */
.sc_layouts_menu ul li ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #444;
}
 .sc_layouts_menu{
     overflow: visible;
 }
/* Show submenu on hover for desktop */
@media (min-width: 769px) {
  .sc_layouts_menu ul li.has-submenu:hover > .submenu {
    display: block;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .sc_layouts_menu ul {
    display: block;
  }
  .sc_layouts_menu ul li ul.submenu {
    position: static;
  }
  .sc_layouts_menu ul li.has-submenu > a::after {
    content: "▼";
    float: right;
    font-size: 12px;
    margin-left: 5px;
  }
  .sc_layouts_menu ul li.has-submenu.open > ul.submenu {
    display: block;
  }
}
.service-wrapper{
    padding-top: 0px!important;
    background-color: #e4dfd9;
}
.service-header{
    
    display: flex;
    justify-content: center;
}
.service-header h2{
    text-align: center;
    margin-top:0px!important;
}
.stories-swiper{
      position:relative;
      overflow:hidden;
  }
.stories-swiper .swiper-slide::before{
     background-color:transparent;
  }
 .stories-swiper .swiper-button-next,
.stories-swiper .swiper-button-prev {
     background:#F1C761; /* orange background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* soft shadow */
  border-radius:50%;
  width:50px!important;
  height:50px!important;
}
.stories-swiper .swiper-button-next::after,
.stories-swiper .swiper-button-prev::after {
    color:#fff;
    font-size:35px!important;
}
.stories-swiper-content{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stories-swiper-content p{
    color:#fff;
    font-weight: bold;
    font-size: 45px;
    margin-bottom:0px;
}
@media screen and (max-width:767px){
    .stories-swiper-content p{
    color:#fff;
    font-weight: bold;
    font-size: 30px;
}
 .stories-swiper .swiper-button-next,
.stories-swiper .swiper-button-prev {
  width:35px!important;
  height:35px!important;
}
.stories-swiper .swiper-button-next::after,
.stories-swiper .swiper-button-prev::after {
    color:#fff;
    font-size:23px!important;
}
}
@media screen and (max-width:456px){
    .stories-swiper-content p{
    color:#fff;
    font-weight: bold;
    font-size: 25px;
}
 .stories-swiper .swiper-button-next,
.stories-swiper .swiper-button-prev {
  width:30px!important;
  height:30px!important;
}
.stories-swiper .swiper-button-next::after,
.stories-swiper .swiper-button-prev::after {
    color:#fff;
    font-size:20px!important;
}
}
body .tipsy-seo-keyword{
    color:inherit!important;
    font-family: inherit;
    font-weight:inherit!important;
    display:inline;
    font-size:inherit;
    text-transform: none;
}
.tipsy-seo-link{
    color:inherit!important;
    display: inline;
}