/*
Theme Name: VW Fitness
Theme URI: https://www.vwthemes.com/free/wp-gym-fitness-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: VW Fitness is a Free Responsive Multipurpose WordPress Theme for personal trainer, fitness trainers, yoga trainers, weight loss enthusiasts, gyms, fitness studios, weights, boxing, sports, aerobics, workout, lifestyle, wellness, spa, beautiplus, physiotherapy, health club, cardio consultancy, portfolio and other local businesses. It has lots of features that help in making user-friendly, highly interactive and stunning websites. Some of it’s features include a banner section, testimonial section, Appointment form section, Call to Action Button (CTA), and social media. The theme is built on Bootstrap and it allows you to create a strong website with the provided personalization options. It has a secure and clean code and is optimized for faster page load time. Powerful shortcodes expands what you can do with your pages and posts. Furthermore, it is SEO friendly with optimized codes making your site rank high on Google and other search engines. It instantly gives a professional look to your online existence. Display breathtaking images of your team and the muscular achievers to inspire others. Start creating ideal website with this beautiful Fitness WordPress Theme right now. Check demo: https://www.vwthemes.net/vw-fitness-theme/
Version: 2.6.9
License: GNU General Public License
License URI: license.txt
Text Domain: vw-fitness
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, front-page-post-form, theme-options, threaded-comments, post-formats, flexible-header, featured-image-header, translation-ready, rtl-language-support, blog, e-commerce, portfolio

VW Fitness WordPress Theme has been created by VW Themes(vwthemes.com), 2017.
VW Fitness 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-size: 15px;  
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
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;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
  
p{ 
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  line-height:2;
  font-weight:normal;
}
  
a{ 
  text-decoration:none;
  color:#113665;
}
  
a:hover{ 
  text-decoration:none;
  color:#666;
}
  
a:focus,a:hover{
  text-decoration:none !important;
}
a:focus{
  outline: 1px dotted #000;
  border-bottom: 1px solid #000;
}  
ul,
ol{ 
  margin:0 0 0 15px;
  padding:0;
}

ul li,
ol li{ 
  margin:0 0 0 15px;
  padding:0;
  text-align:left;
}
  
table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.1% 0.438em;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
section h3 {
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 35px;
}
.clear{ 
  clear:both;
}
select{
  width:100%;
}
input[type='submit']:hover{
  cursor: pointer;
}  
.center{ 
  text-align:center;
  margin-bottom:40px;
}
.middle-align{ 
  margin:0 auto;
  padding:20px 0 20px;
}
.middle-align h1{
  color: #113665;
  font-size: 30px;
}
.wp-caption{ 
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{ 
  margin:0;
  padding:0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.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-list .comment-content ul { 
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.posted-on,
.byline{
  padding:0 1%;
}
#respond{
  clear:both;
}
.toggleMenu{
  display:none;
}
.bypostauthor{ 
  margin:0;
  padding:0;
}
article{
	background: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
small{
  font-size:14px !important;
}
a.small-button{
  background:#113665;
  padding:5px 30px;
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
input[type="text"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  font-size:16px;
  padding:5px 5px;
  height:auto;
}
textarea{
  height:111px;
}
input[type="submit"] {
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 7px 30px;
  background: #113665;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  display: table;
}
input[type="submit"]:hover{
  background:#113665;
}
/* ---------HEADER--------- */
.page-template-custom-home-page .header-image,
.header-image.bg-image img {
  display: none;
}
h1.page-title,
h1.entry-title {
  background: #d3da36;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
}
.logo{
  margin:0;
  padding: 8px 20px;
}  
.logo h1{ 
  text-transform:uppercase;
  padding:0;
  margin-top: 0;
}  
.logo a{ 
  color:#eae8e8;
  font-size: 30px;
  font-weight: bold;
} 
.logo a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}  
.logo p{ 
  font-size:15px;
  color: #eae8e8;
  margin-bottom: 0px;
}  
.header .top-header{
  background: rgb(17, 54, 101, 0.5);
}
.header span.email i,
.header span.call i{
color: #fff;
margin: 0 10px;
}
.header span{
  color: #fff;
  margin: 0px 4px;
}
.header .contact-info{
  margin:10px 0;
}
.header .custom-social-icons h3{
  display: none;
}
.header .custom-social-icons i {
  margin-left:10px;
  color: #fff;
  font-size: 14px;
}
.header .social_widget h3 {
  display: none;
}
.header .custom-social-icons i:hover{
  color:#d3da36;
}
.page-template-custom-home-page .header{ 
  position: absolute;
  width: 100%;
  z-index: 999;
  background: transparent;
}
.header{ 
  position: static;
  background-color: #113665;
}
.nav input[type="search"]{
  margin:10px 0;
  padding:5px;
}  
/* --------- MENUS CSS --------- */
#mySidenav {
  text-align: center;
  display: inline;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;  
}
.main-navigation li{
  padding: 16px 12px;
  display: inline-block;
}
.main-navigation a{
  display: block;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px;
}
.main-navigation a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  background: #113665;
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  color: #fff;
  border: none;
  padding: 10px;
}
.main-navigation ul ul a:hover{
  background: #d3da36;
}
.main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  margin: 0;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a{
  color: #d3da36;
}
.main-navigation a:hover{
  color: #d3da36;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #006ccc;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.main-navigation ul ul li:hover > a{
  color: #121212;
}
.main-navigation .sub-menu > li > a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}
.main-menu {
  padding: 17px;
}
.main-navigation a:hover, .main-navigation ul li.current_page_item a:hover,.main-navigation ul li.current_page_item a:active{
  background-color: rgb(211, 218, 54);
  color: rgb(17, 54, 101); 
  padding: 10px;
}
/*--------------- SUPERFISH MENU ---------------------------*/

.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border-top-color: #e1e1e1;
}
.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}
/*-----------------Search pop up----------------*/
.serach_inner label {
  width: 80%;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
 display: table;
 padding: 0;
 border-radius: 0;
 border-bottom: solid 1px #999; 
 margin: 0 auto;
 max-width: 700px;
 width: 100%;
}
.serach_inner input.search-submit {
  padding: 10px 25px;
  background: url(images/search.png) no-repeat scroll 0 8px;
  font-size: 13px;
  text-align: center;
  float: right;
  text-indent: -9999px;
  border: none;
  margin-top: 6px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #999
}
.search-box i {
  color: #d3da36;
  cursor: pointer;
  padding: 38px 0px;
}
/*home page Our services*/
.our-services{
  padding: 2% 0;
  text-align: center;
}
.service-main-box p {
  font-size: 15px;
  margin: 25px 0;
}
.service-main-box h4 {
 text-transform: uppercase; 
 color: #fff; 
 letter-spacing: 2px; 
}
.service-main-box {
  background: #113665;
  color: #fff;
  margin:10px 0;
  border-radius: 5px;
  padding: 10px;
}
.service-main-box img {
  width: 50%;
}
.our-services .more-btn a{
  background: #d3da36;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #113665;
  border: 1px solid #d3da36;
}
.our-services .more-btn a:hover{
  color: #d3da36;
  background: #113665;
  border: 1px solid #d3da36;
}
.our-services .more-btn{
  margin: 25px 0;
}
/* Headings */
section h2{
  margin:15px 0 15px 0;
  padding:0;
}
  
section h3{
  margin:30px 0 0 0;
}  
section h4{
  color:#000;
  font-weight:bold;
  font-size:20px;
}  
section h5{
  color:#113665;
  font-weight:bold;
  font-size:24px;
  margin:0 0 10px 0;
  padding:0;
}
.box-content img {
  width: auto;
}
.text-center{
  text-align: center!important;
} 
a.r_button {
  background: #3790ca;
  padding: 0.5em 2em;
  color: #fff;
}
/* Footer Section */
.footersec a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
} 
.rssSummary,
span.rss-date,
cite {
  color: #bbb;
}
.footersec .tagcloud a{
  background:#eeeeee;
  color:#113665;
  font-size:15px !important;
  padding:5px 18px;
  margin:5px;
  display:inline-block;
}
.footersec .tagcloud a:hover{
  background: #d3da36;
}
.footersec td#prev a {
  color: #fff;
}
.footersec input[type="search"] {
  width: 100%;
}
.footersec input.search-field, .post-password-form input[type=password]{
padding: 6px;
border: 1px solid;
margin-top: 10px;
}
.footersec input[type="submit"] {
  font-size: 10px;
  padding: 13px 8px;
  font-weight: bold;
  color: #fff;
  margin: 2px 0 0 0;
  width: 100%;
}
.footersec .search-form label{
  display: block;
}
.footersec caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.footersec table,.footersec th,.footersec td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
.footersec td {
  padding: 10px;
  color: #fff;
}
.footersec th {
  text-align: center;
  padding: 10px;
  color: #fff;
}
.footersec select {
  padding: 8px 5px;
}
.footersec h3 {
  color: #d3da36;
  font-weight: 600;
  border-bottom: 3px double;
  font-size: 25px;
  margin: 20px 0 10px;
}
.footersec li a {
  color: #fff;
  font-size: 15px;
}
.footersec ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  color: #fff;
}
.footersec ul {
  margin: 0;
}
.footersec {
  background: #113665;
}
.footersec .custom-social-icons i {
  margin: 10px;
  padding: 10px;
  color: #d3da36;
}
.footersec .custom-social-icons i:hover {
  background: #d3da36;
  color: #113665;
}
.copyright{
  color: #fff;
} 
/* Woocommerce CSS */
.woocommerce-message{
  border-color: #113665;
}
.woocommerce-message::before{
  color: #113665;
}
.woocommerce span.onsale{
  background: #113665;
  padding: 0;
}
.products li {
  border: solid 1px #dcdcdc;
  padding: 10px !important;
  width: 30% !important;
  text-align: center;
}
h2.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #113665;
  color: #fff;
  border-radius: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #000;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #000;
  color: #000;
}
.col-1,.col-2 {
  max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #113665;
  padding: 12px;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
span.woocommerce-input-wrapper,
.woocommerce label {
 width: 100%;
}
span.posted_in {
  display: block;
}
span.woocommerce-input-wrapper,
.woocommerce label {
  width: 100%;
}
select.orderby {
  padding: 10px;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
  padding: 12px;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-content a, .woocommerce-info a.showcoupon, .woocommerce-privacy-policy-text p a, td.product-name a, .woocommerce-cart .cart-collaterals .shipping-calculator-button{
  text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}
/* Woocommerce CSS End*/
/* --------- single content ------- */
.single-post h1{
  text-transform: uppercase;
  color: #113665;
}
.metabox{
  margin: 10px 0;
  color:#113665;
  clear:both;
}
.metabox span{
  margin-right: 10px;
}
.metabox i{
  margin-right: 5px;
} 
/* --------- POST --------- */
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}  
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}  

/* Comments BOX */
.comments{
  margin-top:40px;
}  
.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{
  width:100%;
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
.comments input[type="submit"].submit{
  background:#113665 !important;
  padding:10px 50px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px;
  margin-left:0px;
}
.comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}
.comments a.comment-reply-link:hover{
  background:#113665;
}  
.comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
.content-vw .comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
.content-vw .comments ul{
  margin:0 0 0 40px;
}
.comments .reply{
  float:right;
}
.comments .comment-author{
  width:100%;
}  
.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 i, .slider .carousel-control-next-icon i{
  padding: 15px;
  background-color: #d3da36;
  color: #fff;
  font-size: 26px;
  opacity: 0.8;
}
.slider .carousel-control-next, .slider .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
  background:transparent;
}
.slider .carousel-caption{
  top: 55%;
  transform: translateY(-50%);
  right: 20%;
  left: 20%;
}
.slider .inner_carousel h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider .inner_carousel p {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 2;
}
.slider .inner_carousel {
  text-align: center;
  color: #fff;
}
.slider .more-btn a{
  background: #d3da36;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #113665;
  border: none;
}
.slider .more-btn a:hover{
  color: #d3da36;
  background: #113665;
}
.slider .more-btn{
  margin: 25px 0;
}
/* Sidebar */
.sidebar {
  margin: 2% 0;
}
.sidebar h3 a.rsswidget {
    color: #fff;
}
.sidebar .custom-social-icons {
  border: 3px solid #113665;
  margin: 0px 0 20px;
}
.sidebar .custom-social-icons i {
  margin: 10px;
  padding: 10px;
  color: #113665;
  text-align: center;
}
.sidebar .custom-social-icons i:hover{
  background:#d3da36;
}
.sidebar.custom-social-icons {
  text-align: center;
}
.sidebar .rssSummary,
.sidebar span.rss-date,
.sidebar cite {
  color: #000;
}
.sidebar table#wp-calendar {
  width: 100%;
}
.sidebar td#prev a {
  color: #113665;
}
.sidebar caption {
  font-weight: bold;
  color: #113665;
  font-size: 20px;
  text-align: center;
}
.sidebar table,.sidebar th,.sidebar td {
  text-align: center;
}
.sidebar td {
  padding: 0px;
  color: #113665;
}
.sidebar th {
  text-align: center;
  padding: 10px;
  color: #113665;
}
.sidebar select {
  padding: 10px 5px;
  color: #333;
}
.sidebar form{
  display: table;
  width: 100%;
}
.sidebar h3{
  margin: 0 0 25px;
  padding: 9px 15px;
  font-size: 20px;
  background: #113665;
  color: #fff;
}
.sidebar input[type="search"] {
  background:none;
  padding:9px 10px;
  border:none;
  font-size:15px;
  color:#000;width:97%;
}
.sidebar label{
  width:70%;
  float:left;
  margin-bottom:0;
}
.sidebar input[type="submit"]{
  background:#113665;
  border:none;
  color:#fff;
  padding:10px 0;width:30%;font-size:14px;
  float:left;
  margin:0;
  border-radius: 0;
}
.sidebar aside {
  padding-bottom: 0;
  border: 3px solid #113665;
  margin-bottom: 30px;
}
.sidebar ul {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 16px;
}
.sidebar ul li{
  background:url('images/bullets-sidebar.png') no-repeat scroll 0 7px;
  margin:0 0 15px !important;
  padding:0 0 0 23px !important;
}
.sidebar ul li a{
  color:#000;
}
.sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:5px;
  display:inline-block;
}
.sidebar .tagcloud a:hover{
  background:#113665;
  color: #fff;
}
  
/* Page */
.content-vw p{
  text-align:justify;
  line-height: 25px;
  font-size: 16px;
  margin: 0px 15px 15px 0px;
}  
.content-vw hr{
  border:none;
  border-bottom:2px dotted #7e7e7e;
  clear:both;
}
.content-vw h2{
  font-size:25px;
  padding:0;
  margin:0 0 25px;
}
.content-vw h3 {
  font-size: 26px;
  padding: 15px 9px;
  margin: 0 0 25px;
}
.content-vw h4{
  font-size:20px;
  font-weight:bold;
  padding:0;
  margin:0 0 25px;
}
.content-vw  h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
}  
.content-vw ul{
  list-style:none;
  margin:0 0 0 10px;
  padding:10px 0 0;
  font-size:16px;
}  
.content-vw ul li{
  padding:12px;
  margin:0 0 10px 0;
  line-height:25px;
}  
.content-vw ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}  
.content-vw ol{
  list-style: none;
  margin:0 0 0 0px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
.content-vw ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
} 
.read-moresec{
  margin:2% 0;
}
.read-moresec a{
  background: #d3da36;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #113665;
  letter-spacing: 1px;
  border: 1px solid #d3da36;
}
.read-moresec a:hover{
  color: #d3da36;
  background: #113665;
  border: 1px solid #d3da36;
}
/* Pagination */
.pagination {
  clear:both;
  position:relative;font-size:14px;
  line-height:13px;
  float:right;
  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;
  background: #113665 ;
  -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{
  color:#113665;
  background: #d3da36;
}
.pagination .current{
  padding:10px 15px;
  background: #d3da36;
  color:#113665;font-weight:normal;
}
.content-vw .pagination ul{  
  margin:0;clear:both;
}
.content-vw .pagination ul li{
  margin:0;
}
.post-navigation{
  clear:both;
}
.post-navigation {
  clear: both;
}
.post-navigation .post-title { 
  font-size: 28px;
  line-height: 1.25;
}
.post-navigation .current .screen-reader-text { 
  position: absolute !important;
}
.post-navigation .page-numbers { 
  display: inline-block;
}
.post-navigation a { 
  color: #1a1a1a;
  display: block;
  padding: 1.75em 0;
}
.post-navigation span { 
  display: block;
}
.post-navigation .meta-nav { 
  color: #686868;
  font-size: 13px;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.post-navigation .post-title { 
  display: inline;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title { 
  color: #d3da36;
}
.post-navigation:before {
  right: 0;
}
.post-navigation:after {
  right: 54px;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #1a1a1a;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}

/* reset screen-reader-text */
.post-navigation .current .screen-reader-text {
  position: static !important;
}

.post-navigation .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.post-navigation .current {
  display: inline-block;
  font-weight: 700;
}
.post-navigation .prev,
.post-navigation .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.post-navigation .prev:before,
.post-navigation .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.post-navigation .prev:hover,
.post-navigation .prev:focus,
.post-navigation .next:hover,
.post-navigation .next:focus {
  background-color: #007acc;
  color: #fff;
}
.post-navigation .prev:focus,
.post-navigation .next:focus {
  outline: 0;
}
.nav-next {
  float: right;
  width: 50%;
}
.nav-previous {
  width: 50%;
  float: left;
}

/*----------copyright css-----------*/
.copyright-wrapper {
  position: relative;
  padding: 15px 0;
  background-color: #d3da36;
}
.copyright p,
.copyright a{
  margin: 0px;
  font-size: 15px;
  text-align: center;
  color: #113665;
  font-weight: 700;
}
.footersec p{
  color: #fff;
}  
.copyright ul li{ 
  display:inline-block;
  margin:0;
  padding:0 10px 0 0;
}
.footer-sec {
  margin-top: 4%;
  color:#eeeeee;
}
.copyright.text-center {
  background-color: #3bb3e5;
  padding: 20px 0px 12px 0;
}

/* post section */
.mainpostbox {
  margin-top: 4%;
}
.mainpostbox small{  
  color:#6d6d6d;
  margin:0 0 20px 0;
}
.mainpostbox .small-button{
  margin-top:30px;
}
.mainpostbox .page-box{
  height: auto;
  margin: 0 0 25px 0;
  transition: 0.3s;
  background: #FFF;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  padding:15px;
}
.page-box p {
  font-size: 15px;
  color: #8c8888;
}
.box-image img,
.page-box iframe,
.content-vw iframe,
.entry-audio audio{
  width: 100%;
}
.mainpostbox .page-box h4{
  padding:0;
  text-transform: uppercase;
}
.mainpostbox .box-image{
  margin-bottom: 2%;
}
.mainpostbox .services-box{
  margin:40px 0 20px 0;
}
.entry-content a{
  color: #113665;
  text-decoration: underline;
}
.content-vw article {
  box-shadow: none;
  background: none;
}
/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 2px;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
}
.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
/* Media */
@media screen and (min-width:720px){
  .search-box input[type=text] {
    margin-top: 5%;
    margin-bottom: 5%;
    border: 1px solid #ccc;
    border-radius: 13px;
    font-size: 13px;
    background-color: white;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 15px 17px;
  }
}
/*------------------RESPONSIVE MEIDA-------------------*/

@media screen and (max-width: 1000px){
  .menubar .nav ul li a:focus,
  a.closebtn.mobile-menu:focus{
    outline: 1px dotted #fff;
    border-bottom: 1px solid #fff;
  }
  .toggle-nav {
    display: none;
    position: relative;
    /*float: left;*/
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 999999;
    text-align: right;
    right: 0;
  }
  .toggle-nav i {
    font-size: 32px;
    color: #000;
    /*margin: 10px 0px;*/
  }
  .toggle-nav button {
    background: transparent;
    border: none;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #252525;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block !important;
    color: #ffffff;
    border:none;
    background: transparent;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  .toggle-nav{
    display: block;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .main-navigation ul ul li{
    display: block;
  }
  .menubar .nav ul li{
    border-top:1px #303030 solid; 
    display:block;
  }
  .main-navigation ul li a{
    padding: 10px;
    display:block;
    color:#ffffff;
    border:none;
  }
  .main-navigation ul li ul,
  .main-navigation ul li ul ul{ 
    display:block !important;
  }
  .main-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .main-navigation ul li ul li a{
    padding-left:20px !important;
  }
  .main-navigation ul li ul li ul li a{
    padding-left:30px !important;
  }  
  .main-navigation ul li ul, 
  .main-navigation ul li ul ul {
    display: block !important;
    opacity: 1 !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
  }
  .main-navigation li{
    padding: 0;
    display: block;
  }
  .main-header-box{
    padding-bottom: 15px;
  }
  #mySidenav {
    text-align: left;
    display: inline;
  }
  .main-menu {
    padding: 0em;
  }
  .main-navigation ul ul{
    background: #252525;
  }
}
@media screen and (min-width: 721px) and (max-width: 1000px){
  .toggle-nav{
    top: 100px;
  }
}
@media screen and (max-width:720px){
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
    width: 100%;
    margin: 0 0 6% 0;
  }
  ol.children {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  .content-vw .comments ol li {
    padding: 10% 0 0 2%;
  }
  .comment-author img {
    border: solid 1px;
  }
  .comments .reply {
    float: left;
  }
  .comments input[type="submit"].submit {
    width: 100%;
  }
  .sidebar {
    clear: both;
  }
  .menubar {
    margin:0;
    z-index: 999;
    position: absolute;
    width: 100%;
    display: inline-table;
    top:44px;
    padding-bottom:5px;
    z-index:999;
  }
  .page-template-custom-home-page .header{
    position: static;
    background:#113665;
  }
  .header .logo{
    text-align: center;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
    width: 100% !important;
    margin: 0 0 6% 0 !important;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47%;
    margin: 1% 1.5%;
  }
  /*.header .nav{
    margin:0px;
  }*/
  .sidebar ul{
    margin: 0px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .slider .inner_carousel p{
    display: none;
  }
  .footersec th,
  .footersec td,
  .sidebar th,
  .sidebar td{
    padding: 0px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product{
    width: 42% !important;
    float: left !important;
    margin-right: 10px;
  }
  .header span.email i, .header span.call i, .header span{
    margin:0px 4px;
  }
  .page-template-custom-home-page .header {
    position: static;
    background: #113665;
  }
  .header .logo{
    padding: 0px 15px;
  }
} 
@media screen and (max-width: 1024px) and (min-width: 1000px){
  .footersec th,
  .footersec td,
  .sidebar th,
  .sidebar td{
    padding: 1px;
  }
  .header span.email i, .header span.call i, .header span{
    margin:0px;
  }
  .header .nav ul li a{
    padding: 35px 8px;
  }
  .header .logo{
    padding: 0px 13px;
  }
}
@media screen and (max-width: 720px) and (min-width: 320px){
  .slider .inner_carousel h2,
  .slider .inner_carousel p{
    display: none;
  }  
  .slider .more-btn{
    margin: 0px;
  }
  .sidebar{
    clear: both;
  }
  .search-box,
  .header .contact-info{
    text-align: center;
  }
  .header span.email i, .header span.call i, .header span{
    margin: 10px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px){
  .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product{
    width: 42% !important;
    float: left !important;
    margin-right: 10px;
  }
}
/* Footer Section */
.scrollup i {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 100px;
  font-size: 20px;
  display: none;
  color: #113665 !important;
  padding: 10px;
  background: #d3da36;
}
.scrollup.left i{
  left: 100px;
}
.scrollup.center i{
  left: 50%;
  right: 50%;
}