/*
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.1
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, food-and-drink

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:#f1f1f1;
  font:12px/22px arial;
  color:#5b5b5b;
  font-family: 'Montserrat', 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;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}
a{
  text-decoration:none;
  color:#e64f64;
}
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"] {
  border:2px solid #29459f;
  text-align:center;
  text-transform:uppercase;
  font-size:18px;
  padding:7px 30px;
  background:#4c66ba;
  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: #e864a5;
  -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:center;
}
#header .logo h1{
  font-weight:700;
  text-transform:uppercase;
  padding:0;
  margin-bottom:8px;
  font-size:30px;
  font-weight:bold;
  margin-top: 0;
  text-align:center;
}
#header .logo a{
  color:#fff;
  font-family:'Montserrat', sans-serif;
  text-transform: none;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#header .logo p{
  font-size:12px;
  color: #fff;
}
#header{
  z-index: 999;
  width: 100%;
  height: auto;
  background: #bd2771;
  box-shadow: 0 0 6px 4px #333;
}
.header-noslider{
  z-index:999;
  width:100%;
  height:auto;
  border-bottom: 1px solid #e64f7c;
}
#header .header-top{
  background:#000;
  color:#aaaaaa;
}
#header .header-top a{
  color:#aaaaaa;
}
#header .top-contact{
  padding:12px 0;
  font-size:15px;
}
#header .top-contact .call{
  background:url('images/phone1.png') no-repeat;
  padding:1px 0 1px 30px;margin-right:15px;
}
#header .top-contact .email{
  background:url('images/email1.png') no-repeat;
  padding:0 0 0 30px;
}
#header .social-media{
  padding:12px 0;
  text-align:center;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
#header .social-media a:hover{
  color:#3890cb;
}
#header .nav{
  padding:0;
  text-align:center;
}
#header .nav ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  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 li a:hover{
  color:#e64f64;
}
#header .nav ul li a:active{
  color:#3890cb;
}
#header .nav ul ul {
  margin:5% 0 0 0;
}

/* static sec*/
.service-title,
#services-sec{
  text-align: center;
  margin-bottom: 3%;
}
.service-title h3 {
  font-family: 'Dancing Script', cursive;
  text-transform: none;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 2px;
}
.service-content h4 {
  color: #a1185b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.service-content p {
  font-size: 14px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  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;
  font-family: 'Dancing Script', cursive;
  color: #a1185b;
  letter-spacing: 2px;
}
#our-services .page-box .read-more{
	background: #b22650;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  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 #a1185b;
}
#our-services .page-box p{
  font-size: 15px;
  margin: 0 0 15px;
  color: #797676;  
  font-family: 'Montserrat', sans-serif;
}
#our-services .box-image{
  margin:0;
}
#our-services img {
  width: 100%;
  border-top: 5px solid #a1185b;
}
.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: #e64f64;
}

/* Headings */
section h2{
  font-weight:bold;
  text-align:center;
  margin:0 0 45px;
  padding:0;
  text-transform:uppercase;
}
section h3{
  font-weight:bold;
  text-align:center;
  margin:30px 0 0 0;
  text-transform:uppercase;
}
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 #a1185b;
  padding: 0 0 12px 0;
  font-family: 'Dancing Script', cursive;
  letter-spacing: 2px;
  font-weight: bold;
  color: #a1185b;
}
#sauna-footer input[type="text"]{
  width:60%;
  padding:8px 5%;
  float:left;
  margin-right:2%;
  border-radius:5px;
}
#sauna-footer input[type="submit"] {
  padding: 10px 25px;
  float: right;
  border: none;
  background: #4c93d0;
  border-radius: 0;
  margin: 0;
  font-size: 12px;
}
.copyright {
  background: #a1185b;
  padding: 20px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.copyright p,.copyright p a {
  margin-bottom: 0;
  color: #000;
}
#sauna-footer {
  background: #e864a5;
}
#sauna-footer  td#prev a {
  color: #333;
}
#sauna-footer caption {
  font-weight: bold;
  color: #000;
  font-size: 25px;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  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;
  font-family: 'Montserrat', sans-serif;
}
#sauna-footer ul {
  margin: 0;
}
#sauna-footer .widget {
  margin: 5% 0;
}
#sauna-footer .tagcloud a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border: solid 1px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px !important;
}
#sauna-footer .tagcloud a:hover {
  color: #a1185b;
  background: #fff;
}

/* Woocommerce CSS */
nav.woocommerce-MyAccount-navigation ul li:hover {
  background: #333;
}
nav.woocommerce-MyAccount-navigation ul li{
  background: #a1185b;
  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;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  width: 47%;
  margin: 1% 1.5%;
}
h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 25px !important;
  font-weight: bold;
  color: #a1185b;
  font-family: 'Dancing Script', cursive;
  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;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin: 0 auto;
}
span.woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: bold;
  color: #a1185b;
}
.woocommerce a.button,
a.added_to_cart.wc-forward {
  display: none;
}
.woocommerce-page ul.products li.product:hover a.button {
  background: rgba(255, 255, 255, 0.59);
  display: block;
  position: absolute;
  top: 100px;
  color: #a1185b;
  font-family: 'Dancing Script', cursive;
  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: #a1185b;
}
.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: #a1185b;
  font-family: 'Dancing Script', cursive;
  top: 160px;
  color: #a1185b;
  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 #a1185b;
  background: #fff;
  color: #a1185b;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
p.woocommerce-result-count {
  font-size: 17px;
  color: #a1185b;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
h1.woocommerce-products-header__title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px;
  font-family: 'Dancing Script', cursive;
  color: #a1185b;
}
.woocommerce div.product .product_title {
  color: #a1185b;
  font-weight: bold;  
  letter-spacing: 3px;
  font-family: 'Dancing Script', cursive;
}
.woocommerce div.product p.price {
  color: #000;
  font-weight: bold;
}
.woocommerce .quantity .qty {
  width: 30%;
  text-align: center;
  padding: 5px;
  border: solid 2px #bbb;
  color: #000;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 4%;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background: #a1185b;
  padding: 12px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff !important;
}
.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;
  font-family: 'Montserrat', sans-serif;
}
.woocommerce span.onsale {
  background-color: #a1185b;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  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,
.woocommerce-tabs.wc-tabs-wrapper h2{
  font-family: 'Montserrat', sans-serif;  
}
.woocommerce-tabs.wc-tabs-wrapper p{
  font-size: 15px;
  padding: 15px;
}

/* --------- Meta Box Css ------- */
.metabox{
  color:#000;
  padding:15px 0;
  clear:both;
}
.metabox .entry-date{
  background:url('images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0;
}
.metabox .entry-author{
  background:url('images/author.png') no-repeat;
  padding: 0 0 0 20px;margin:0 20px 0 0;
}
.metabox .entry-comments{
  background:url('images/comments.png') no-repeat;
  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:#a1185b !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;
  position:relative;
}
.nivo-caption {
  top:20%!important;
}
#slider .slide-cap{
  position:relative;
  margin:auto;
  width:90%;
  margin-right:auto;
  margin-left:auto;
  top:25%;
}
#slider .slide-cap h4{
  text-transform:uppercase;
  font-size:25px;
  width:30%;
  margin:0 auto;
  background:url('images/welcome.png') center no-repeat;
  background-position: center;
  padding:5px 0;
  font-weight:bold;
}
#slider .slide-cap h2{
  padding:0 25px 5% 0;
  font:700 80px 'Montserrat', sans-serif;
  text-transform:uppercase;
  left:50%;
}
#slider .slide-cap p{
  color:#ffffff;
  font-weight:700;
  margin:0 0 0 0;
  line-height:20px;
  border-radius:0 0 5px 5px;
  font:25px/20px arial;
  text-transform:uppercase;
  font-weight:bold;
}
#slider .slide-cap a.read-more{
  border-radius:3px;
  padding:9px 50px;
  border:2px solid #e64f64;
  color:#ffffff;
  background:#e64f64;
  font-size:18px;
  height:auto;
  display:table;
  margin:0 auto;
}
a.blog-more{
  display:inline-block;
  font:400 16px 'Montserrat', sans-serif;
  padding:10px 30px;
  margin-top:21px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
  -ms-border-radius:4px;
  margin-right:15px;
}

/* 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;
  font-family: 'Dancing Script', cursive;
  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{
  font-family: 'Montserrat', sans-serif;
}
#sidebar form {
  display: table;
  width: 100%;
  padding: 20px;
  background: #fff;
}
#sidebar h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 35px;
  font-family: 'Dancing Script', cursive;
  padding: 10px 15px;
  text-align: center;
  color: #a1185b;
  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;    
  font-family: 'Montserrat', sans-serif;
}
#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:#a1185b;
  color: #fff;
}
.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.nav-next{
  text-align:right;
}
.nav-previous{
  text-align:left;
}

/**
 * 5.0 - Forms
 */
.search-submit {
  margin: 0;
  display: inline !important;
  background: #a1185b !important;
  border: 1px solid #a1185b !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;
  font-family:'Montserrat', sans-serif;
}
.single .title-box{
  background-size:100% 100%;
}
#content-ma {
  font-family:Helvetica;
}
#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;
  font-family:'Montserrat', sans-serif;
}
#content-ma h3{
  font-size:36px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
  font-family:'Montserrat', sans-serif;
}
#content-ma h4{
  font-size:20px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#333;
  margin:0 0 25px;
  font-family:'Montserrat', sans-serif;
}
#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{
  background:url('images/bullet-circle.png') no-repeat scroll 0 5px;
  padding:0 0 0 35px;
  margin:0 0 20px 0;
  line-height:25px;
}
#content-ma ul li ul li{
  background:url('images/bullet-circle.png') no-repeat scroll 0 5px;
}
#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;
  }
  .fonts {
    margin-bottom: 5%;
  }
}
@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:#ffffff;
    background:url('images/responsive_menu.png') no-repeat right center #e6adbc;
    padding:10px 10px;
    font-size:16px;
  }
  .nav{
    display:none;
  }
  #header .nav {
    float: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
    top: 83px;
    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;
  }
}
@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:#e864a5;
    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: 17px;
  }
}
@media screen and (min-width: 1000px) {
  #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;
  }
}