/*
 Theme Name:   Vagabonds Child Theme
 Theme URI:    http://vagabonds.axiomthemes.com/
 Description:  Vagabonds Child Theme
 Author:       Axiomthemes
 Author URI:   http://axiomthemes.com/
 Template:     vagabonds
 Version:      1.0
 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:  monyxi
*/
:root{
  --color-primary: #0D5A2E;
  --color-primary-darken: #505050;
  --color-gray: #f5f5f5;
  --color-secondary: #F8BD01;
  --color-accent: #afcb1f;
}
/* Typo */
h1, h2, h3, h4, h5, h5, a, p, span, strong{
  letter-spacing: 0!important;
}
#wsedit .sc_item_subtitle{
  font-size: 1em;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  font-weight: 500;
  color: var(--color-primary);
}
.header_position_over .top_panel{
  position: static;
}
/*  Top bar */
#top-bar{
  /* background: rgba(0, 0, 0, 0.4); */
  /* background: #e2ede9; */
  background: var(--color-gray);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2.7em;
  padding-left: 2.7em;
  border-bottom: 1px solid #dedede;
}
body:not(.home) #top-bar{
  background: rgba(0, 0, 0, 0.8);
  border-bottom: none;
}
body:not(.home) #top-bar p,
body:not(.home) #top-bar a{
  color: #fff;
}
#top-bar p, #top-bar a{
  color: #fff;
  font-size: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
#top-bar p{
  padding-left: 15px;
  padding-right: 15px;
}
#top-bar .wstime{
  text-align: left;
}
#top-bar .wstime a::before{
  content: "\e808";
  font-family: "fontello";
  margin-right: 6px;
  color: var(--color-secondary);
  font-size: 16px;
}
#top-bar .wscontact{
  text-align: right;
}
#top-bar .wscontact a{
  margin-left: 15px;
}
#top-bar .wscontact a::before{
  content: "\e813";
  font-family: "fontello";
  margin-right: 6px;
  color: var(--color-secondary);
  font-size: 16px;
}
#top-bar .wscontact a:first-child::before{
  content: "\e819";
}
#top-bar .wscontact a:nth-child(2)::before,
#top-bar .wscontact a:nth-child(3)::before{
  content: "\e81a";
  transform: rotate(90deg);
  display: inline-block;
}

/* Header */
body:not(.home) .top_panel{
  background-image: url('/wp-content/uploads/2024/10/all-pages-bg.jpg')!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
body:not(.home)  .top_panel h1{
  padding-top: 15px;
  padding-bottom: 5px;
}
body.single-product .top_panel h1{
  font-size: 2.5em;
}
#header-home-1{
  border-bottom: 1px solid #dedede;
}
#header-home-1 #menu_main a{
  color: #333!important;
}
#header-home-1.sc_layouts_row_fixed_on #menu_main a{
  color: #fff!important;
}
#header-home-1 #header-logo-column .wpb_wrapper .sc_layouts_item:first-child{
  display: block;
}
#header-home-1 #header-logo-column .wpb_wrapper .sc_layouts_item:last-child{
  display: none;
}
#header-home-1.sc_layouts_row_fixed_on #header-logo-column .wpb_wrapper .sc_layouts_item:first-child{
  display: none;
}
#header-home-1.sc_layouts_row_fixed_on #header-logo-column .wpb_wrapper .sc_layouts_item:last-child{
  display: block;
}

#header-all-pages{
  background-color: rgba(0, 0, 0, 0.3);
}
#header-all-pages #header-logo-column .wpb_wrapper .sc_layouts_item:first-child{
  display: block;
}
#header-all-pages #header-logo-column .wpb_wrapper .sc_layouts_item:last-child{
  display: none;
}
#header-all-pages.sc_layouts_row_fixed_on #header-logo-column .wpb_wrapper .sc_layouts_item:first-child{
  display: none;
}
#header-all-pages.sc_layouts_row_fixed_on #header-logo-column .wpb_wrapper .sc_layouts_item:last-child{
  display: block;
}

/* Menu */
#menu_main >li > a{
  margin: 0.5em 1em 0.4em;
  font-size: 15px;
}
#menu_main >li > a::after{
  top: auto!important;
  bottom: 0!important;
  background-color: var(--color-secondary) !important;
}
@media (max-width: 479px) {
  .menu_mobile .menu_mobile_nav_area ul {
      max-height: 35vh!important;
  }
}

/* Buttons */
#wsedit .cta-button a{
  box-shadow: 0 5px 0 #333;
  background-color: var(--color-secondary);
  color: #333;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
#wsedit .cta-button a:hover{
  box-shadow: 0 3px 0 #333;
}
#wsedit .main-button{
  box-shadow: 0 5px 0 #333!important;
  background-color: var(--color-secondary)!important;
  color: #000!important;
  font-style: italic!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  border-radius: 5px!important;
  width: auto!important;
  font-size: 15px!important;
  transition: all 0.5s;
}
#wsedit .main-button:hover{
  box-shadow: 0 3px 0 #333!important;
  transform: translateY(2px)!important;
}

/* Products */
#wsedit .woocommerce-loop-product__title{
  text-align: center;
  font-size: 1.1em;
}
#wsedit .post_data_inner .price{
  text-align: center;
  font-weight: 600;
}
#wsedit .wpzoom-secondary-image-container img{
  height: 100%!important;
  object-fit: cover;
}
#wsedit ul.products li.product img{
  border-radius: 8px;
}
#wsedit.woocommerce ul.products > li.product .price_wrap{
  justify-content: center;
  margin-top: 5px;
}

/* Product */
#wsedit .wc-tabs{
  text-align: center;
}
#wsedit .wc-tabs > li{
  text-align: center;
  border-bottom: 1px solid var(--color-primary);
}
#wsedit .wc-tabs > li a{
  padding: 10px 15px;
}
#wsedit .related.products h4{
  font-size: 1.5em;
  color: #000;
  margin-bottom: 40px;
  font-weight: 500;
}
/* Icons Section*/
#icons__section .vc_column_container .vc_column-inner > .wpb_wrapper{
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
  min-height: 300px;
  margin-bottom: 1.5rem;
}
#icons__section p{
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}
#icons__section .vc_single_image-wrapper{
  border-radius: 50% 50% 0 50%;
  background: var(--color-gray);
  margin-bottom: 30px;
}
#icons__section .vc_single_image-wrapper img{
  padding: 30px;
  width: 80px;
  height: 80px;
}
#icons__section h4{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
#icons__section p{
  line-height: 1.3;
}
#icons__section .wpb_column img{
  transition: all 0.4s;
}
#icons__section .wpb_column:hover img{
  transform: rotate(-15deg);
}

/* About */
#about__company{
  background: #f5f5f5;
  margin-bottom: 5em!important;
  position: relative;
  overflow: hidden;
}
#about__company .vc_column_container{
  background: #f5f5f5;
}
/* #about__company::before{
  content: url('/wp-content/uploads/2024/10/bg-logo-angle.png');
  position: absolute;
  left: -50px;
  bottom: -50px;
  opacity: 0.2;
} */
#about__company h1{
  font-size: 2.4em;
  margin-bottom: 0;
}
#about__company .sc_item_descr{
  padding-left: 0;
}
#about__company p{
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

/* Map */
#wsmap{
  background: #f5f5f5;
}
#wsmap iframe{
  height: 400px!important;
  width: 100%!important;
}

/* Preloader */
#page_preloader{
  animation: pulse 1.5s infinite ease-in-out;
  background-size: 163px 96px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Slider */
.slider-category{
  transition: all 0.5s!important;
}
.slider-category:hover{
  transform: translateY(-12px)!important;
}
.slider-category img{
  border-radius: 15px;
}

/* Sidebar */
#wsedit .sidebar h5{
  font-size: 1.2em;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  padding-left: 0px;
}
#wsedit .sidebar h5::before{
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 50px;
  bottom: -12px;
  background-color: var(--color-primary);
}
#wsedit .sidebar .tagcloud a{
  border: 2px solid #d1d1d1;
}
#wsedit aside.woocommerce .product-title{
  font-size: 1rem;
}


/* Footer */
#footer-contact .contacts_logo img{
  max-width: 200px;
}
#footer-contact .vc_icon_element{
  display: inline-block;
  margin-right: 10px;
}
#footer-contact .vc_icon_element-inner{
  background-color: var(--color-primary-darken);
  width: 1.7em!important;
  height: 1.7em!important;
  padding: 7px;
}
#footer-contact .vc_icon_element-inner:hover{
  background-color: var(--color-secondary);
}
/* Mobile */
/* Menu  */
#wsedit .menu_mobile_inner{
  opacity: 1;
  color: #fff;
  background: #333;
}
#wsedit .menu_mobile_close{
  color: #fff;
}
#wsedit .menu_mobile_close::before,
#wsedit .menu_mobile_close::after{
  border-color: #fff;
}
#wsedit .menu_mobile_nav_area a{
  text-align: center;
  padding: 3px 5px;
  color: #fff;
}
#wsedit .menu_mobile_nav_area a:hover{
  color: var(--color-secondary);
}
#wsedit .sc_layouts_logo img{
  max-height: 70px;
}
#wsedit .menu_mobile {
  -webkit-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out;
}
#wsedit .menu_mobile_nav_area li {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#wsedit .menu_mobile .search_wrap{
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li {
  opacity: 1;
  transform: translateY(0);
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(1) {
  transition-delay: 0.5s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(2) {
  transition-delay: 0.6s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(3) {
  transition-delay: 0.7s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(4) {
  transition-delay: 0.8s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(5) {
  transition-delay: 0.9s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(6) {
  transition-delay: 1s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(7) {
  transition-delay: 1.1s;
}
#wsedit .menu_mobile.opened .menu_mobile_nav_area li:nth-child(8) {
  transition-delay: 1.2s;
}
#wsedit .menu_mobile.opened .search_wrap{
  transition-delay: 1.35s;
  opacity: 1;
  transform: translateY(0);
}
#wsedit .menu_mobile .search_form_wrap .search_form input{
  border-color: #fff!important;
  color: #fff;
}
#wsedit .menu_mobile .search_form_wrap .search_form input::placeholder{
  color: #fff!important;
}
#wsedit .menu_mobile .search_form_wrap .search_form .search_submit{
  color: #fff;
}
#wsedit .menu_mobile .search_form_wrap .search_form .search_submit::before{
  color: var(--color-secondary);
}
#wsedit .sc_layouts_menu_mobile_button .sc_layouts_item_icon {
  color: var(--color-secondary)!important;
}
#wsedit .menu_mobile_inner .social_item .social_icon{
  color: var(--color-secondary);
}
#wsedit .menu_mobile_inner .social_item .social_icon::after{
  content: "Odwiedź nas na Facebooku!";
  margin-left: 8px;
  color: #fff;
}
#wsedit .socials_mobile{
  display: block!important;
}
#wsedit .menu_mobile .socials_mobile{
  display: block!important;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#wsedit .menu_mobile.opened .socials_mobile{
  transition-delay: 1.45s;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 479px) {
  #wsedit .content_wrap, #wsedit .content_container {
      width: 350px !important;
  }
}

@media (max-width: 768px){
  #wsedit h2.sc_item_title{
    font-size: 2em;
  }
  #top-bar .wpb_column:first-child{
    display: none;
  }
  #top-bar .wscontact p{
    text-align: center;
  }
  #top-bar .wscontact p a:first-child{
    margin-left: 0;
  }

  body.home#wsedit .top_panel{
    position: relative;
  }
  #header-home-1{
    /* background: rgba(0, 0, 0, 0.3); */
    background: #fff;
  }

  #wsedit .woocommerce ul.products > li.product{
    width: 50%!important;
    padding: 0 10px 20px 10px;
  }
  #wsedit.woocommerce ul.products > li.product{
    width: 50%!important;
    padding: 0 10px 20px 10px;
  }
  #wsedit .cta-button a{
    font-size: 13px!important;
    text-align: center!important;
  }
  body:not(.home) .top_panel h1 {
    padding-top: 40px;
  }

  #wsedit .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 20px;
    line-height: 1.6em;
  }

  #wsedit .menu_mobile_inner img {
    max-height: 90px;
  }

}

@media (max-width: 1024px) {
  #icons__section .vc_single_image-wrapper{
    margin-bottom: 20px;
    margin-top: 40px;
  }
}


/* =Theme customization starts here
-------------------------------------------------------------- */
.top_panel .sc_layouts_row_fixed_on{
  background: #333!important;
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button), .scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button){
  font-size: 16px;
}
.top_panel .sc_layouts_row_fixed{
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.rev_slider .tp-caption, .rev_slider .caption{
      text-shadow: 1px 1px 1px #000!important;
}
.sc_layouts_title_title > .sc_layouts_title_caption{
      text-shadow: 1px 1px 1px #000;
}
.tp-mask-wrap:hover .rev-btn{
  background: var(--color-primary)!important;
}
.scheme_dark .sc_layouts_row_fixed_on .sc_layouts_menu_nav .menu-collapse>a:after{
  background-color: #fff !important;
}
.logo_slogan{
  display: none!important;
}
.post_featured.hover_icon .icons, .post_featured.hover_icons .icons {
    border: 2px solid #fff;
}
.sc_blogger_default .post_meta{
  display: none;
}
.blog .post_meta{
  display: none;
}
.page-id-365 .sc_services_item_subtitle{
  display: none;
}
.top_panel .sc_layouts_row_fixed {
    padding-top: 5px;
    padding-bottom: 5px;
}
.soc_section, .socials_mobile{
  display: none!important;
}
.woocommerce-loop-product__title{
  font-family: 'Roboto', sans-serif;
}
.product_list_widget li{
  padding-left: 10px!important;
}
.product_list_widget li img{
  position: static!important;
  float: left!important;
  padding-right: 10px;
}
.product_list_widget li .woocommerce-Price-amount{
  display: none;
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a, .widget_product_tag_cloud a, .widget_tag_cloud a {
  display: block;
  float: left;
  padding: 7px 7px;
  margin: 0 7px 8px 0;
  font-size: 0.677rem !important;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 3px solid;
}
h1, .front_page_section_caption{
  letter-spacing: 0.17em;
}
.woocommerce-billing-fields h3, h3#ship-to-different-address{
  font-family: 'Roboto', sans-serif;
}
.scheme_dark .sc_layouts_menu_mobile_button_burger:hover, .scheme_dark .sc_layouts_cart:hover {
  border-color: #ffffff;
  background-color: var(--color-primary);
}
.scheme_dark .sc_layouts_item_icon:hover {
  color: var(--color-primary);
}
.scheme_dark .woocommerce div.product div.summary .compare, .scheme_dark .woocommerce .tinvwl_add_to_wishlist_button:hover, .scheme_dark .woocommerce #respond input#submit:hover, .scheme_dark .woocommerce .button:hover, .scheme_dark .woocommerce-page .button:hover, .scheme_dark .woocommerce a.button:hover, .scheme_dark .woocommerce-page a.button:hover, .scheme_dark .woocommerce button.button:hover, .scheme_dark .woocommerce-page button.button:hover, .scheme_dark .woocommerce input.button:hover, .scheme_dark .woocommerce-page input.button:hover, .scheme_dark .woocommerce input[type="button"]:hover, .scheme_dark .woocommerce-page input[type="button"]:hover, .scheme_dark .woocommerce input[type="submit"]:hover, .scheme_dark .woocommerce-page input[type="submit"]:hover {
  color: #ffffff;
  background-color: var(--color-primary);
  border-color: #ffffff;
}
.scheme_dark .woocommerce div.product p.price, .scheme_dark .woocommerce div.product span.price, .scheme_dark .woocommerce span.amount, .scheme_dark .woocommerce-page span.amount {
  color: var(--color-primary);
}
.scheme_dark .woocommerce .button.checkout:hover {
  color: #ffffff;
  background-color: var(--color-primary);
  border-color: #ffffff;
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover, .scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon, .scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover, .scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon {
  color: var(--color-primary);
}
.scheme_default .sc_services_default .sc_services_item_icon {
  border-color: transparent;
  background: var(--color-primary);
  color: #fff!important;
}
.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_icon {
  background-color: #d5d5d5;
  border-color: transparent;
}
.sc_services_item_subtitle{
  display: none;
}
.sc_services_item_title{
  letter-spacing: 0;
  font-size: 24px;
  text-align: center;
}
.sc_services_item_content{
  text-align: center;
}
.scheme_dark .sc_layouts_menu_mobile_button_burger, .scheme_dark .sc_layouts_cart{
  background-color: var(--color-secondary);
}
.product_meta .product_id{
  display: none!important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 53%;
}

#footer__contact{
  padding-left: 0;
}
#footer__contact li{
  list-style: none;
}
#footer__contact li::before{
  content: "\f3c5";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--color-secondary);
}
#footer__contact li:nth-child(1)::before{
  content: "\f095";
  transform: rotate(90deg);
  display: inline-block;
}
#footer__contact li:nth-child(2)::before{
  content: "\f0e0";
}
#footer__contact li:nth-child(3)::before{
  content: "\f19c";
}
#footer__contact li:nth-child(4)::before{
  content: "\f19c";
}

#products__isotope .vc_tta-tabs-list{
  margin-bottom: 25px;
}
#products__isotope .vc_tta-tabs-list a{
  border: none;
  color: #333;
  font-size: 25px;
  padding: 0.5rem 1.5rem;
}
#products__isotope .vc_tta-tabs-list a:hover{
  color: var(--color-secondary);
  background: transparent;
}
#products__isotope .vc_tta-tabs-list .vc_active{
  border-bottom: 3px solid var(--color-secondary);
}
#products__isotope  .vc_tta-panels .vc_tta-panel-body,
#products__isotope  .vc_tta-panel .vc_tta-panel-body{
  transition: none;
  animation: none;
}
#products__isotope .vc_tta-panel-body {
  transition: opacity 0.7s ease!important;
}
@media (max-width: 767px) {
  #products__isotope .vc_tta-panel-heading{
    border: none;
  }
  #products__isotope .vc_tta-panel-title a {
    border: none;
    color: #333;
    font-size: 1.2rem;
    padding: 0.7rem 1.5rem;
  }
  #products__isotope .vc_tta-panel-title a:hover{
    /* color: var(--color-secondary); */
    background: transparent;
  }
  #products__isotope .vc_active .vc_tta-panel-title > a > span{
    border-bottom: 2px solid var(--color-secondary);
    padding-bottom: 5px;
  }
}