/*
Theme Name: Sauna Lite
Theme URI: https://www.themescaliber.com/free/wp-sauna-spa-wordpress-theme/
Author: ThemesCaliber
Author URI: https://www.themescaliber.com
Description: Sauna is a free WordPress theme for salons, spa, girly, hair, health, hospitality, beauty, care, massage, medical, parlor, physiotherapy, wellness, yoga, health blog and various types of business websites. This is specially built for sauna related websites. This theme is responsive and compatible with the latest version of WordPress. Sauna Theme is cross browser compatible and performs well with any browser. This theme is well checked and improved for speed and faster page load time. Because of it’s secure and clean code, it gives a user-friendly customization experience. This translation ready responsive theme is well suited with well-known plugins like Contact form 7 and WooCommerce. Using customizer, it becomes very easy to manage the settings. It is developed keeping in mind the visitors' engagement, therefore the Spa and Salon will help you to produce professional looking excellent websites. Comprising of about section, service section, testimonial section as well as the breadcrumbs, header phone number display and social media integration, this theme is unique in it's own. Grab away this clean and highly simple Sauna theme for your health facility, health club, and sauna website. This theme is SEO friendly. Check demo at: https://www.themescaliber.com/sauna-theme/
Version: 1.2.4
License: GNU General Public License
License URI: license.txt
Text Domain: sauna-lite
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, theme-options, translation-ready, rtl-language-support, threaded-comments, front-page-post-form, blog, e-commerce, portfolio

Sauna Lite WordPress Theme has been created by ThemesCaliber(ThemesCaliber.com), 2017.
Sauna Lite WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  font-size: 15px;
  color:#000;
  font-family: 'Open Sans', sans-serif;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:10px 0;
  font-family: 'Great Vibes', cursive;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}
a{
  text-decoration:none;
  color:#065603;
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul{
  margin:0 0 0 15px;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select{
  width:100%;
}
aside{
  clear:both;
}
.clear{
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{
  text-align:center;
  margin-bottom:40px;
}
.middle-align{
  margin:0 auto;
  padding:20px 0 20px;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.sticky{
  margin:0;
  padding:0;
  background-color:#d7d7d7;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  border:1px solid #bbb;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.comment-author{
  clear:both;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
  margin:0;
  padding:0;
}
input[type="text"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:111px;
}
input[type="submit"] {
  text-align:center;
  text-transform:uppercase;
  font-size:18px;
  padding:7px 30px;
  font-weight:bold;
  color:#fff;
  margin:23px auto 0;
  border-radius:3px;
  display:table;
}
input[type="submit"]:hover{
  background:#3890cb;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #034b00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ---------Buttons--------- */
a.button{
  border: 2px solid #3890cb;
  background:#3890cb;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight:bold;
}

/* ---------HEADER--------- */
#header.fixed{
  position:fixed !important;
  top:0 !important;
  margin:0;
  padding:15px 0;
  z-index:99999999;
  background-color:#ffffff;
  opacity:inherit;
}
#header .logo{
  margin:0;
  padding: 15px 0;
  text-align:left;
}
#header .logo h1{
  font-weight:700;
  text-transform:uppercase;
  padding:0;
  margin-bottom:8px;
  font-size:30px;
  font-weight:bold;
  margin-top: 0;
}
#header .logo a{
  color: #fff;
  text-transform: none;
  font-size: 35px;
  font-weight: normal;
}
#header .logo p{
  font-size:12px;
  color: #fff;
  margin: 0;
}
.page-template-custom-frontpage #header{
  z-index: 999;
  width: 100%;
  position: absolute;
  background: transparent;
}
#header{
  position: relative;
  background: #065603;
}
#header .top-header{
  border-bottom: 1px solid #b0b0b0;
}
#header .nav{
  padding: 20px 0;
  text-align:center;
}
#header .nav ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: none;
}
#header .nav ul li{
  display:inline-block;
  margin:0;
  position:relative;
}
#header .nav ul li a{
  color:#ffffff;
  padding:10px;
  display:block;
}
#header .nav ul ul {
  margin:5% 0 0 0;
}

/* static sec*/
.service-title,
#services-sec{
  text-align: center;
  margin-bottom: 3%;
}
.service-title h3 {
  text-transform: none;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 2px;
}
.service-content h4 {
  color: #065603;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Open Sans';
  font-size: 16px;
}
.service-content p {
  font-size: 14px;
  margin: 0;
  color: #9e9e9e;
  line-height: 27px;
  font-weight: normal;
}
.service-imagebox img {
  width: 50%;
}
/* Homepage */
.blog-sec {
  margin-top: 3%;
}
#our-services .page-box {
  color: #fff;
  margin: 0 0 30px 0;
  box-shadow: 0 0 18px 4px #bbb;
}
#our-services .page-box h4 a {
  font-weight: normal;
  font-size: 30px;
  color: #065603;
  letter-spacing: 2px;
}
#our-services .page-box .read-more{
	background: #b22650;
  color: #fff;
  font-size: 15px;  
}
#our-services .page-box h4 {
  color: #000;
  margin: 0 0 12px 0;
  padding: 0 0 15px 0;
  font-size: 22px;
  border-bottom: 3px double #065603;
}
#our-services .page-box p{
  font-size: 15px;
  margin: 0 0 15px;
  color: #797676;  
}
#our-services .box-image{
  margin:0;
}
#our-services img {
  width: 100%;
  border-top: 5px solid #065603;
}
.box-content {
  background: #fff;
	padding:15px;
}
#our-services .services-box{
  margin:40px 0 20px 0;
}
.row.box-content.text-center {
  padding-bottom: 9%;
}
.box-content h3{
  color:#000;
  font-weight: bold;
}
a.r_button {
  padding: 0.5em 2em;
  color: #065603;
}

/* Headings */
section h2{
  font-weight:bold;
  text-align:center;
  margin:0 0 45px;
  padding:0;
  text-transform:none;
}
section h3{
  font-weight:bold;
  text-align:center;
  margin:30px 0 0 0;
  text-transform:none;
}
section h4{
  color:#000;
  font-weight:bold;
  font-size:20px;
}
section h5{
  color:#3890cb;
  font-weight:bold;
  font-size:24px;
  margin:0 0 10px 0;
  padding:0;
}

/* Footer Section */
#sauna-footer h3 {
  text-align: left;
  font-size: 35px;
  margin: 0 0 24px 0;
  border-bottom: 3px solid #000;
  padding: 0 0 12px 0;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
}
#sauna-footer a.rsswidget{
  color: #000;
}
#sauna-footer label {
  width: 60%;
}
#sauna-footer input[type="text"]{
  width:100%;
  padding:8px 5%;
  float:left;
  margin-right:2%;
  border-radius:5px;
}
#sauna-footer input[type="submit"] {
  padding: 12px 25px;
  float: right;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 12px;
}
.copyright {
  background: #065603;
  padding: 14px 0;
  text-align: center;
}
.copyright p,.copyright p a {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
#sauna-footer {
  background: #034b00;
}
#sauna-footer  td#prev a {
  color: #333;
}
#sauna-footer caption {
  font-weight: bold;
  color: #000;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2px;
}
#sauna-footer table,#sauna-footer th,#sauna-footer td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
#sauna-footer td {
  padding: 10px;
  color: #000;
}
#sauna-footer th {
  text-align: center;
  padding: 10px;
  color: #000;
}
#sauna-footer select {
  padding: 8px 5px;
}
#sauna-footer li a {
  color: #000;
  font-size: 17px;
}
#sauna-footer ul li {
  list-style: none;
  padding: 5px 0;
}
#sauna-footer ul {
  margin: 0;
}
#sauna-footer .widget {
  margin: 5% 0;
}
#sauna-footer .tagcloud a {
  color: #000;
  display: inline-block;
  border: solid 1px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px !important;
}
#sauna-footer .tagcloud a:hover {
  color: #065603;
  background: #fff;
}

/* Woocommerce CSS */
span.woocommerce-input-wrapper{
  width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li:hover {
  background: #333;
}
nav.woocommerce-MyAccount-navigation ul li{
  background: #065603;
  margin-bottom: 8px;
  font-size: 17px;
  padding: 12px 10px;
  box-shadow: 4px 4px 0 0 #000;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
#content {
  padding-top: 4%;
}
#content .container {
  width: 100%;
}
li.product {
  padding: 10px !important;
  margin: 18px 0;
  border: solid 1px #ccc; 
  background: rgba(204, 204, 204, 0.4); 
}
li.product:hover {
  box-shadow: 0px 0px 30px 4px #716d6d;
}
h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 25px !important;
  font-weight: bold;
  color: #065603;
  letter-spacing: 2px;
}
.woocommerce ul.products li.product .price ins{
  text-decoration: none;
}
.woocommerce ul.products li.product a img{
  margin-bottom: 0;
}
span.price {
  text-align: center;
  color: #000 !important;
  width: 100%;
  margin: 0 auto;
}
span.woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: bold;
  color: #065603;
}
.woocommerce a.button,
a.added_to_cart.wc-forward,
.woocommerce button.button{
  background: #065603;
  color: #fff;
}
.woocommerce-page ul.products li.product:hover a.button {
  background: rgba(255, 255, 255, 0.59);
  display: block;
  position: absolute;
  top: 100px;
  color: #065603;
  padding: 20px 0 !important;
  font-size: 20px;
  margin: 0 auto !important;
  border-radius: 0;
  text-align: center;
  left: 10px;
  right: 10px;
  letter-spacing: 2px;
}
.woocommerce ul.products li.product:hover{
  background: #065603;
}
.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover span.woocommerce-Price-amount.amount {
  color: #fff;
}
.woocommerce ul.products li.product:hover a.added_to_cart {
  background: rgba(255, 255, 255, 0.59);
  display: block;
  position: absolute;
  color: #065603;
  top: 160px;
  color: #065603;
  padding: 20px 0 !important;
  font-size: 20px;
  margin: 0 auto !important;
  border-radius: 0;
  text-align: center;
  left: 10px;
  letter-spacing: 2px;
  right: 10px;
}
.woocommerce select.orderby {
  padding: 10px;
  border: solid 2px #065603;
  background: #fff;
  color: #065603;
  letter-spacing: 1px;
}
p.woocommerce-result-count {
  font-size: 17px;
  color: #065603;
  letter-spacing: 1px;
}
h1.woocommerce-products-header__title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px;
  color: #065603;
}
.woocommerce div.product .product_title {
  color: #065603;
  font-weight: bold;  
  letter-spacing: 3px;
}
.woocommerce div.product p.price {
  color: #000;
  font-weight: bold;
}
.woocommerce .quantity .qty {
  text-align: center;
  padding: 5px;
  border: solid 2px #bbb;
  color: #000;
}
.woocommerce div.product form.cart div.quantity {
  margin-bottom: 4%;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background: #065603;
  padding: 12px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff !important;
}
.woocommerce h2{
  text-transform: none;
}
span.posted_in {
  display: block;
}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #bbb;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 23%;
  margin: 1%;
}
.woocommerce-product-details__short-description p {
  font-size: 15px;
  color: #000;
}
.woocommerce span.onsale {
  background-color: #065603;
  font-size: 15px;
  padding: 0;
  border-radius: 0;
  border: solid 3px #000;
}
.woocommerce .star-rating {
  margin: 16px auto 0 !important;
  font-size: 15px;
  width: 50% !important;
  font-family: star;
  float: left !important;
}
.woocommerce ul.products li.product .star-rating{
  font-size: 15px;
}
.woocommerce .star-rating span::before{
  color: #ffd400;
}
.woocommerce #sidebar{
  margin-top: 4%;
}
.woocommerce ul.products li.product .onsale{
  margin: -1px;
}
.woocommerce-tabs.wc-tabs-wrapper p{
  font-size: 15px;
  padding: 15px;
}

/* --------- Meta Box Css ------- */
.metabox{
  color:#000;
  padding:15px 0;
  clear:both;
}
.metabox span i {
  padding-right: 10px;
}
.metabox .entry-date{
  padding: 0 0 0 20px;
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;margin:0 20px 0 0;
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
}

/* Comments BOX */
#comments{
  margin-top:40px;
}
#comments ol{
	list-style:none;
}
#comments ol ol li{
	padding:0 0 0 25px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
  padding:40px 0 0 0;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"].submit{
  background:#065603 !important ;
  padding:10px 60px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px;
  margin-left:0px;
  border:none;
}
#comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover{
  background:#3890cb;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#content-ma #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
#content-ma #comments ul{
  margin:0 0 0 40px;
}
#comments .reply{
  float:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:left;
  margin-left:7%;
}
#comments p {
  width:90%;
  float:left;
}

/*-------slider-----*/
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0;
  background: #000;
}
#slider img {
  width: 100%;
  opacity: 0.7;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image: none;
  font-size: 20px;
  background: transparent;
  color: #fff;
  padding: 0px 10px;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
  width: 12%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}
#slider .inner_carousel h2 {
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
}
.more-btn a {
  padding: 9px 20px;
  color: #ffffff;
  background: #065603;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Sidebar */
#sidebar  table#wp-calendar {
  width: 100%;
}
#sidebar  td#prev a {
  color: #333;
}
#sidebar caption {
  font-weight: bold;
  color: #000;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
#sidebar td {
  padding: 10px;
  color: #000;
}
#sidebar th {
  text-align: center;
  padding: 10px;
  color: #000;
}
#sidebar select {
  padding: 8px 5px;
}
#sidebar form {
  display: table;
  width: 100%;
  padding: 20px;
  background: #fff;
}
#sidebar h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 15px;
  text-align: center;
  color: #065603;
  letter-spacing: 2px;
  border-bottom: 3px double;
  margin-bottom: 5%;
}
#sidebar input[type="search"] {
  background:#eeeeee;
  padding:10px 10px;
  border: solid 1px #bbb;
  font-size:15px;
  color:#000;
  width:100%;
}
#sidebar label{
  width:70%;
  float:left;
  margin-bottom: 0;
}
#sidebar input[type="submit"]{
  border:none;
  color:#fff;
  padding:10px 0;
  width:30%;
  font-size:14px;
  float:left;
  margin:0;
  border-radius: 0px;
}
#sidebar aside {
  margin-bottom: 30px;
  border-top: none;
  background: #fff;
  box-shadow: 0 0 18px 4px #bbb;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1px 0;
  font-size: 17px;    
}
#sidebar ul li{
  margin: 0 0 15px;
  padding: 0 0 0 23px;
}
#sidebar ul li a{
  color:#797676;
}
#sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background:#065603;
  color: #fff;
}
.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
  font-size: 16px;
}
.nav-next{
  text-align:right;
}
.nav-previous{
  text-align:left;
}

/**
 * 5.0 - Forms
 */
.search-submit {
  margin: 0;
  display: inline !important;
  background: #065603 !important;
  border: 1px solid #065603 !important;
}
.search-field {
  padding: 6%;
  color:#000000;
  width: 100%;
}
/* Page */
.title-box{
  background-repeat:no-repeat;
  background-size:100% 100%;
  color:#fff;
  text-transform:uppercase;
  padding:75px 0;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.single .title-box{
  background-size:100% 100%;
}
#content-ma p{
  text-align:justify;
  line-height: 25px;
  font-size: 16px;
  margin:0 0 20px 0;
}
#content-ma hr{
  border:none;
  border-bottom:2px dotted #7e7e7e;
  margin:35px 0;
  clear:both;
}
#content-ma h1{
  font-size:51px;
}
#content-ma h2{
  font-size:44px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
}
#content-ma h3{
  font-size:36px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
}
#content-ma h4{
  font-size:20px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#333;
  margin:0 0 25px;
}
#content-ma h5{
  margin:0 0 15px;
  font-size:17px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
#content-ma h6{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
#content-ma ul{
  list-style:none;
  margin:0 0 0 10px;
  padding:10px 0 0;
  font-size:16px;
}
#content-ma ul li ul li ul li{
  width:50%;
}
#content-ma ol{
  list-style: none;
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#content-ma ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#content-ma ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}
.read-moresec{
  margin:2% 0;
}

/* Pagination */
.pagination,
.page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:right; /* Pagination float direction */
  font-weight:bold;width:100%;
} 
.pagination span,
.pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #c1345e ; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.page-links span{
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #c1345e ; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover,
.page-links a:hover {
  color:#fff;
  background: #e64f7c; /* Pagination background on hover */
} 
.pagination .current,
.page-links .current{
  padding:10px 15px;
  background: #e64f7c; /* Current page background */
  color:#fff;
  font-weight:normal;
}
#content-ma .pagination ul{
  margin:0;
  clear:both;
}
#content-ma .pagination ul li{
  margin:0;
}
#content-ma  h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
@media screen and (max-width: 991px){
  .our-services .box-image {
    margin: 0 0 25px 0;
    position: absolute;width: 100%;bottom: 21em;
    left: 0;right: 0;
  }
  #our-services .page-box{
    margin-bottom: 18%;
  }
  #header .nav ul li a{
    font-size: 17px;
  }
  #sauna-footer th{
    padding: 5px;
  }
  #sauna-footer td{
    padding: 0px;
  }
  #sauna-footer caption {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #slider .inner_carousel h2 {
    font-size: 45px;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  #header .logo{
    padding: 10px 0;
  }
}
@media screen and (max-width:720px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 100% !important;  
      margin: 8% 0 0 0 !important;
  }
  .toggle{
    display:block;
  }
  .toggle a{
    width:100%;
    color: #fff;/* kolor menu na telefonie - oryginalnie: #222*/
    font-weight: 600;
    background:url('images/responsive_menu.png') no-repeat right center #034b00;
    padding:10px 10px;
    font-size:16px;
  }
  .nav{
    display:none;
  }
  #header .nav {
    float: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
    top: -7em;
    width: 100%;
    left: 0;
  }
  #header .nav ul{
    width:100%;
    float:none !important;
    margin-top:0;
    background-color:#222222;
  }
  #header .nav ul li{
    border-top:1px #303030 solid;
    display:block;
    float:none;
    text-align:left;
  }
  .nav ul li a{
    padding:5px 10px;
    display:block;
    color:#ffffff !important;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul, .nav ul li ul ul{
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  #header{
    position: relative;
    background: #065603;
  }
  #slider .inner_carousel h2{
    display: none;
  }
}
@media screen and (min-width:320px) and (max-width: 425px){
  #header .logo{
    text-align: center;
  }
  #sauna-footer th,
  #sauna-footer td{
    padding: 10px;
  }
}
@media screen and (min-width:720px){
  #header .nav ul li ul{
    display:none;
    z-index:2;
    font-weight:normal;
  }
  #header .nav ul li:hover > ul{
    display:block;
    background:#034b00;
    width:200px;
    position:absolute;
    top:25px;
    left:0;
    text-align:left;
    padding:10px 0;
    z-index:99;
  }
  #header .nav ul li:hover > ul li a:hover{
    background: #bd2771;
  }
  #header .nav ul li:hover > ul li{
    display:block;
  }
  #header .nav ul li:hover > ul li a{
    padding:7px 0px 7px 10px;
    color:#ffffff;
  }
  #header .nav ul li:hover ul li ul{
    display:none;
  }
  #header .nav ul li:hover ul li:hover > ul{
    display:block;
    position:absolute;
    left:200px;
    top:-20px;
  }
  #header .nav ul.sub-menu{
    margin-top:10px;
  }
  #header .nav ul.sub-menu li a:hover{background:#3890cb;
    color:#fff;
  }
  #header .nav ul li a{
    color:#fff;
    padding:7px 15px;
    display:block;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #header #header-inner .nav ul li ul li{
    display:block;
    position:relative;
    float:none;
  }
  #header #header-inner .nav ul li ul li a{
    color:#000;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px #313131 solid;
  }
  #sauna-footer label {
    width: 53%;
  }
  #sauna-footer th{
    padding: 8px;
  }
  #sauna-footer td{
    padding: 5px;
  }
}

/* video*/
iframe {
  width:100%;
}