/*
Theme Name: Multipurpose Blog Pro
Theme URI:  https://www.buywptemplates.com/premium/multipurpose-blog-wordpress-theme/
Author: Buy WP Templates
Author URI:  https://www.buywptemplates.com
Description: Multipurpose Blog Pro is a highly responsive Premium WordPress Theme. It is an ideal solution to build a blog or personal website. It is completely customizable and provides exclusive features such as Gallery, Search bar, multiple sidebar, Social media icon, newsletter, and latest post section. It is a cross browser compatible theme which works well on different browsers.  
Version: 1.0.5
License: GNU General Public License
License URI:license.txt
Text Domain: multipurpose-blog-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Multipurpose Blog Pro WordPress Theme has been created by Buy WP Templates(buywptemplates.com), 2015.
Multipurpose Blog Pro 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;
  position:relative;
  font:12px/22px arial;
  color:#5b5b5b;
  font-family:Open sans;
}
img{ 
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section{
    padding: 20px 0;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
  font-family: 'Dancing Script';
}
p{ 
  margin:0 0 15px;
  padding:0;
  font-size:14px;
  font-weight:normal;
}
a{ 
  text-decoration:none;
  color:#00A885;
}
a:hover{ 
  text-decoration:none;
  color:#80b43f;
}
a:focus,
a:hover{
  color: #80b43f;
  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;
}
.clear{ 
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #f1f1f1;
  color: #000;
}
.center{ 
  text-align:center;
  margin-bottom:40px;
}
.innerbox_content{ 
  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:0px;
  margin-bottom:10px;
  padding:0;
}
.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;
}
.toggle-nav{
  display:none;
}
.menu-menu1-container {
  margin: 0px auto;
}
.bypostauthor{
  margin:0;
  padding:0;
}
small{
  font-size:14px !important;
}
a.small-button{
  background:#3890cb;
  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="tel"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bbb;
  width:100%;
  font-size:14px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  color:#000;
}
input[type="number"]{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  border-radius: 5px;
  margin-left: 10%;
  color:#000;
}
textarea{
  height:111px;
}
input[type="submit"] {
  border: 2px solid #80b43f;
  background: #80b43f;
  text-align: center;
  font-size: 14px;
  padding: 7px 30px;
  font-weight: bold;
  color: #fff;
  margin: 23px 0;
  display: table;
  font-family: oxygen;
  letter-spacing: 2px;
  text-transform: uppercase; 
}
input[type="submit"]:hover{
  background:#000;
}
/* 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: #80b43f;
  -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;
}
.plans-box .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e44;
  border-radius:8px;
  -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;
}
#gallery .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d3da36;
  -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: #fff;
}
.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-all{
  border:2px solid #000;
  color:#000;
  padding:8px 50px;
  margin:20px 0 0 0;
  font-weight:bold;
}
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;
}  
  
h2.widgettitle {
  color: #fff;
  font-family: Open sans;
  border-bottom: solid 2px #006fe5;
  display: inline-table;
  font-size: 23px;
}
input.search-field {
  padding: 10px 13px 10px 11px;
  border: none;
}
/*.navbar {
  min-height: 0 !important;
}*/
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000000;
  text-align: left;
  font-size: 17px;
  border-bottom: solid 2px #80b43f;
  margin-bottom: 3%;
}
.widget_search button.search-submit{
  background: #000; 
  height: 45px;
  width: 20%;
  padding: 0;
}
.blog_search button.search-submit{
  padding:0 !important;
}
button.search-submit {
    padding:10px 15px 10px 15px;
    background: #000; 
    color: #fff;
}
aside.widget_search label{
  margin-bottom: 0 !important;
}
/* HEADER */
#header.fixed{
  position:fixed !important;
  top:0 !important;
  margin:0;
  padding:15px 0;
  z-index:99999999;
  background-color:#ffffff;
  opacity:inherit;
}
#header .closebtn {
  display: none;

}
#header .logo{
  margin:0;
  padding:12px 0;
  text-align:center;
}
#header .logo h1{
  text-transform:uppercase;
  padding:0;
  margin-bottom:0;
  margin-top: 0;
  text-align:center;
  font-family: 'Dancing Script', cursive;
  color: #333333;
}
#header .logo a {    
    letter-spacing: 2px;
    color: #333333;
}
#header .logo p { 
  font-size:12px;
  color: #999;
}
#header{
  z-index:999;
  width:100%;
  height:auto;
  color:#7e8c9b;
  background-repeat: no-repeat;
  background-size: cover;
}
/*-----Top bar-----*/
.socialbox  a.toplink{
color: #80b43f;
}

#top_headbar form.search-form {
  display: table;
}
.top_headbar {
    padding: 0 !important;
}
.socialbox a {
  padding: 0px 2px;
  display: inline-block;
  font-size: 12px;
}
.socialbox a:hover{
  background: #ffffff;
}
.header-top{
  background:#000;
  color:#aaaaaa
}
.header-top a{
  color:#aaaaaa
}
.top-contact{
  padding:12px 0;
  font-size:15px;
}
.top-contact .call{
  background:url('assets/images/phone1.png') no-repeat;
   padding:1px 0 1px 30px;
   margin-right:15px
}
.top-contact .email{
  background:url('assets/images/email1.png') no-repeat;
  padding:0 0 0 30px;
}
.social-media{
  padding:12px 0;
  text-align:center;
}
.socialbox { 
  font-size:16px;
  text-align:right;
}
.socialbox i{
  width: 22px;
  text-align: center;
  color: #000000;
}
.socialbox i:hover{
  color:#59A101;
}
#top_headbar {
  padding: 10px;
  font-size: 16px; 
  width: 100%;  
  margin: 0 auto;
  background: rgba(158, 158, 158, 0.38);
}
.socialbox span {
  font-size: 12px;
  padding: 15px;
  color: #4b4b4b;
}
.buttonbox a{
  background:#3890cb;
  color:#fff;
  padding:8px 15px;
  display:block;
  margin:27px 0 0 0;
  border-radius:5px;
  text-align:center;
}
.buttonbox a:hover{
  background:#000;
  color:#fff;
}
#header .nav{ 
  margin:0 0 0 0;
  padding:0;
  text-align:left;
}
#header .nav ul { 
  text-align: center;
  margin:0;
  padding:0;
  font-family:'Roboto';
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  font-weight:bold;
}
#header .nav ul li a:active, #header .nav ul li.current-menu-item a {
    color: #80b43f;
    font-weight: bolder;
}
#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: #80b43f;
}
#header .nav ul li a:active,
#header .nav ul li.current_page_item a{
  color: #80b43f;
  font-weight: bolder;
}
.search-form button{
  border: 0;
  background: transparent;
}
i.fa.fa-envelope-o {
    margin-left: 14px;
}
/* SLIDER */
#slider .carousel-item img{
  width: 100%;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
  display: block !important;
}
#sidebar .widget_media_image img{
  width: 100%;
}
#slider{ 
  max-width:100%;
  margin:auto;
  padding:0;
  position:relative;
}
#slider h2 {
  text-align: left;
  font-size: 50px;
  font-weight: normal;
  font-family: Alex Brush;
  color: #000000;
}
#slider .carousel-caption.d-md-block {
  max-width: 600px;
  right: 15% !important;
  left: inherit;
  bottom: inherit;
  text-align: left;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#slider a.read-more {
  color: #ffffff;
  font-size: 15px;
  font-family: Raleway;
  padding: 15px 45px;
  font-weight: bold;
}
#slider .carousel-indicators li{
  max-width: 20px;
  background-color: #ffffff;
}
.carousel-indicators .active{
  background-color: #80b43f !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto !important;
  height: auto !important;
  background-color: #000 !important;
  padding: 10px 16px;
  background-image: none !important;
}
#slider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  list-style: none;
}
#slider a.read-more {
  font-family: ;
  background-color: #80b43f;
}
.slide-btn {
  padding-top: 20px;
}
#slider {
  clear: both;
}
a.blog-more{ 
  display:inline-block;
  font:400 16px 'Roboto Condensed', 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;
}
/*About Me Section*/
.about-text {
  font-size: 14px;
  color: #999797;
  font-family: Roboto;
  text-align: center;
  font-weight: normal;
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
}
h3.main-title {
  font-size: 36px;
  text-align: center;
  font-family: Alex Brush;
}
h6.main-title {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  color: #000000;
  font-family: Raleway;
  position: relative;
}
.about-link a {
  color: #000;
  font-weight: 600;
  font-family: Raleway;
}
.about-box{
  text-align: center;
}
.about-link {
  padding: 15px;
}
section#aboutme h6 {
  font-size: 14px;
  padding: 0 10px;
  color: #000;
}
section#aboutme {
  background-color: #f1f1f1;
}
span.head {
  position: relative;
  top: 6px;
  font-size: 14px;
  padding: 0 10px;
  color: #000;
  background: #f1f1f1;
}
.about-link a:hover {
    color: #80b43f;
}
.about-box img:hover {
  transform: scale(1.1);
}
.about-box .cat-title {
  width: 85%;
  display: block;
  text-align: center;
  margin: 10px auto;
  position: relative;
}
.about-link a {
  position: relative;
  bottom: 7px;
}
/*Instagram Feed*/
#sb_instagram .sbi_follow_btn a {
  color: #000;
  font-family: Raleway;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  background-color: unset;
}
#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover {
  outline: 0;
  box-shadow: inset 0 0 10px 20px #f1f1f1;
}
span.instahead {
  font-size: 13px;
  padding: 0 6px;
  position: relative;
  top: 5px;
  font-weight: 600;
  color: #000;
  background: #fff;
}
section#instafeed h3.main-title {
  font-size: 24px;
  font-family: Raleway;
  font-weight: 600;
}
section#instafeed .cat-title {
  width: 30%;
  display: block;
  text-align: center;
  margin: 10px auto;
  position: relative;
}
/* Blog section*/
h2.section-title {
  text-align: center;
  font-family: Alex Brush;
  font-weight: 400;
  font-size: 36px;
}
.category-image img:hover{
  background: #000;
}
#blog-box hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 4px solid #675c5c;
  width: 100px;
  margin: 12px auto;
}
.new_blogs {
  padding: 20px 0px 0px 0px;
  background: #f1f1f1;
  margin-bottom: 20px;
}
.new_blogs ul.post-categories li a {
  font-size: 13px;
  padding: 0 10px;
  color: #000;
  background: #f1f1f1;
}
p.comment_line span {
  font-size: 12px;
}
li{ 
  list-style: none; 
}
div#post_blog {
  text-align: center;
}
p.thumnail img {
  width: 100%;
}
p.comment_line {
  color: #000000;
}
p.post_head {
  font-size: 24px;
  font-weight: bold;
  clear: both;
  text-transform: capitalize;
}
.cat-title {
  width: 50%;
  display: block;
  text-align: center;
  margin: 10px auto;
  position: relative;
}
p.socila_share i {
  color: #292b2c;
  font-size: 14px;
}
span.post_ctg .post-categories {
  margin:0;
  position: relative;
}
span.post_ctg .post-categories li{
  display: inline-block;
}
span.post_ctg {
  float: none;
  top: -13px;
  left: 0;
  right: 0;
  bottom: 0px;
  text-transform: uppercase;
  z-index: 999999;
}
i.fa.fa-clock-o, i.fa.fa-comments-o {
  margin-left: 15px;
}
p.excerpt {
  font-size: 15px;
  padding: 0 15px;
} 
p.reading a {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}
p.reading a:hover {
  color: #80b43f;
}
p.dash {
  width: 5%;
  border-top: 2px solid #000000;
  margin-left: 47%;
  margin-top: 4%;
}
p.socila_share {
  float: left;
  text-align: center;
  color: #585757;
/*  margin-top:14px;*/
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.single-post p.socila_share.col-md-12 {
    text-align: left;
}
.single-post ul.post-categories {
    display: inline-block;
}
/*home sidebar */
.about_me aside:first-child{
  padding: 20px !important;
}
.about_me aside{
  padding: 0px !important;
}
.about_me aside:not(:first-child){
  margin: 0 !important;
}
p.post_tag {
  text-align: right;
  font-size: 15px;
  color: #9E9E9E;
}
.side_search form.search-form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.side_search {
  background: #f1f1f1;
  padding: 10px;
}
p.reading {
  margin: 0 19px;
/*  padding-bottom: 36px;*/
}
p.post_tag {
  text-align: right;
  font-size: 15px;
  color: #9E9E9E;
  float: left;
  padding-top: 13px;
}
.post_tag a{
  color: #9E9E9E;
}
.blog_search .search-field {
  border: none !important;
  padding: 0 !important;
  font-size: 12px;
  font-family: Roboto;
  color: #4b4b4b;
  background: none !important;
  font-style: italic;
}
aside#media_image-2 img {
    width: 100%;
}
#sidebar aside.widget_media_image{
  padding: 0 !important;
}
.tagcloud a, aside.widget_archive a {
  width: 100%;
  float: left;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #000;
  padding: 8px 12px;
  background: url(assets/images/tag-arrow.png) no-repeat left;
}
.sidebar aside.widget_recent_entries li{
  margin: 10px 0 !important;
}
.blog_search i.fa.fa-search {
  color: rgba(0, 0, 0, 0.82);
  margin-right: 8px;
  padding: 0 !important;
  font-size: 12px;
}
form p{
  margin-bottom: 0 !important
}
input.wpcf7-form-control.wpcf7-submit {
  width: auto !important;
  height: 50px;
  padding: 10px !important;
  position: relative;
  left: 40%;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
}
label{
  font-size: 14px;
  text-align: left;
}
form input[type="submit"] {
  margin: 0 !important;
}
/*End Home sidebar*/
/* Sidebar CSS*/
/* Side bar css */
/*select box*/
aside select {
  width: 100%;
  padding: 8px;
  background: #ddd;
}
/*Calender*/
aside table#wp-calendar {
    width: 100%;
}
aside table#wp-calendar tr, td {
  border: 1px solid #ccc;
  padding: 5px;
}
aside table#wp-calendar td#prev a {
  color: #80b43f;
  font-weight: bolder;
}
aside td#today {
  background: #80b43f;
}
aside table#wp-calendar th {
  text-align: center;
  border: 1px solid #ccc;
}
a.rsswidget {
    color: #292b2c;
}
#sidebar h3, #sidebar h3 {
  background: url('assets/images/heading-border.png') no-repeat center bottom ;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#sidebar span.tag-link-count {
  float: right;
}
.social-icons a.facebook, a.twitter, a.google, a.linkedin, a.pinterest, a.tumblr, a.instagram {
  color: #000;
}
.about_me {
  text-align: center;
}
aside.widget_archive {
  width: 100%;
  float: left;
  clear: both;
}
.social-icons {
  padding: 14px 0;
}
p.message {
  font-size: 13px;
  padding: 6px 12px 0 0;
}
.side_fb,.side_twit,.side_insta,.side_linkd,.side_plus{
  padding-right: 15px;
  font-size: 14px !important;
}
i.fa.fa-arrow-right {
  padding-left: 6px;
  color: #000;
}
a.link_tit {
  color: #000;
  font-size: 15px;
}
p.new_tags {
  width: 100%;
  float: left;
}
i.fa.fa-caret-right {
  padding: 0 20px 0 0;
}
span.count_tag {
  float: right;
}
#sidebar aside{
  background: #f1f1f1;
  margin-bottom: 31px;
  padding:20px;
  width: 100%;
  float: left;
}
#sidebar aside.widget_recent_entries ul li a {
  width: 100%;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
}
#sidebar aside.widget_recent_entries ul li a:hover {
  color: #80b43f;
}
#sidebar aside.widget_recent_entries ul li span.post-date {
  font-size: 13px;
}
#sidebar aside.widget_recent_entries ul li {
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 15px;
  margin: 0 10px;
}
aside.widget_archive ul li {
  font-size: 15px;
  padding: 5px 0;
  color: #000;
  width: 100%;
  float: left;
}
aside.widget_archive ul li a {
  font-size: 18px;
  padding: 0 0 0 15px;
  color: #000;
  width: 80%;
  float: left;
}
aside.widget_archive h3 {
  font-size: 17px;
  margin-bottom: 30px;
}
.row.recent-post-box {
  margin-top: 16px;
}
.sidebar aside.widget_recent_entries ul li:first-child{
  border-top: 1px solid #9E9E9E;
}
.sidebar aside.widget_recent_entries h3 {
  font-size: 17px;
  margin: 0 16px;
  padding: 0 0 16px 0;
}
.social_widget {
  text-align: center;
}
.social_widget h3 {
  font-size: 17px;
}
aside.widget_tag_cloud h3 {
  font-size: 17px;
}
.custom-social-icons {
  padding: 12px 0 0 0;
}
a.custom_facebook, a.custom_twitter, a.custom_google, a.custom_linkedin, a.custom_pinterest,
 a.custom_tumblr, a.custom_instagram, a.custom_youtube {
  color: #000;
  padding: 5px;
  font-size: 25px;
}
a.custom_facebook:hover, a.custom_twitter:hover, a.custom_google:hover, a.custom_linkedin:hover,
 a.custom_pinterest:hover, a.custom_tumblr:hover, a.custom_instagram:hover, a.custom_youtube:hover {
  color: #80b43f;
}
aside.widget_text h3 {
  font-size: 17px;
}
aside.widget_archive ul li a:hover {
  color: #80b43f;
}
aside.widget_text h3 {
  font-size: 17px;
}
.tagcloud {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
}
#sidebar input[type="search"] {
  padding: 0 5px;
  border:none;
  font-size:15px;
  color:#000;
  width:100%;
  height: 45px;
}
#sidebar label{
  width:80%;
  float:left;
  margin-bottom: 0 !important
}
#sidebar ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #555;
  font-size: 16px;
  padding-right: 0.5em;
  top: 10px;
  left: 0;
}
#sidebar .widget_archive ul li:before{
  content: "";
}
#sidebar .widget_recent_entries ul li:before{
  content: "" !important;
  padding-right: 0 !important;
  top: 0px !important;
}
#sidebar input[type="submit"]{
  border:none;
  color:#fff;
  padding:10px 0;
  width:30%;
  font-size:14px;
  float:left;
  margin:0;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:17px;
}
#sidebar ul li{
  padding:0 0 0 10px;
}
.post-content.col-md-8 {
    padding-left: 0;
}
#sidebar ul li a{ 
  color:rgba(0, 0, 0, 0.78);
}
/*End Sidebar CSS*/
/* End Blog section */
/* category section */
.cat_box {
  position: relative;
  height: 100%;
  margin: 10px 0;
}
.inner-catbox {
    position: relative;
}
.cat_box ul.post-categories{
  margin:0 !important;
}
.cat_box ul.post-categories li {
  margin: 0 auto;
  text-align: center;
  display: table;
  background-color: rgba(47, 49, 49, 0.77);
  padding: 15px;
  position: relative;
  top: 60%;
}
.cat_box ul.post-categories li a {
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background: url(assets/images/white-border.png) no-repeat center bottom;
  padding-bottom: 7px;
}
.cat_box .post-categories {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
  box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.cat_box .post-categories:hover {
  background-color: rgba(0,0,0,0.75);
}
.cat_box .post-categories:hover li{
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* Footer Section */
#footer .custom-social-icons i {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
#footer .social_widget {
  text-align: left;
}
#footer span.post-date {
  width: 100%;
  float: left;
}
span.tag-link-count {
  float: right;
}
#footer .custom-social-icons a {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 3px 7px;
}
.twitter_main {
  height: 325px;
  overflow-y: scroll;
}
.timeline-Widget--edge {
  border-radius: 0px !important;
}
div#footer aside {
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.copyright a{
  color:#ffffff;
}
div#footer_box {
  padding: 30px 0;
}
div#footer aside h3.widget-title {
  font-weight: bold;
}
div#footer aside p.excerpt {
  padding: 0;
}
#footer{ 
  text-align:center;
  color:#fff;
  padding:0 0 0;
  text-align:left;
  font-family:Helvetica;
  filter:none !important;
  clear: both;
}
.container #blog-right-sidebar h3,
#footer h3,
#bwt_content #footer h3{
  color:#ffffff;
  text-align:left;
  text-transform:uppercase;
  font-size:20px;
  margin:0 0 9px 0;
  font-weight: bold;
  font-family:'Open Sans', sans-serif;
}
img.about_blog_image {
    margin-top: 13px;
    width: 200px;
}
.copyright p{
  font-size:14px;
  text-align:center !important;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
#footer .news-form{
  margin-top:24px;
}
.footer_hide{
  display: none;
}
#footer input[type="text"]{
  width:90%;
  padding:10px 5%;
  margin-left: -1%;
  border:2px solid #fff;
  background-color: transparent;
  border-radius: 0;
  color:#fff;
}
#footer input[type="submit"]{
  width:60%;
  padding:8px 6% 8px 6%;;
  background:transparent;
  margin:0;
  color: #fff;
  border:2px solid #fff;
  font-weight:normal;  
}
.copyright {
  text-align: center;
  padding-top: 0;
  width: 100%;
}
.copyright.text-center img {
    margin-top: -3%;
}
#footer ul {
  margin:0;
  padding:0;
}
#footer ul li{
  list-style:none;
  margin:0 0 11px 0;
}
#footer ul li a, #footer ul li, #footer aside table#wp-calendar caption, #footer .tagcloud a, #footer aside.widget_archive a {
  color: #ccc;
}
#footer p {
  color:#ccc;
  font-size:15px;
  line-height: 23px;
  text-align:left !important;
  margin : 0;
}
.copyright p{
  color:#fff;
  font-size:15px;
  text-align:center;
}
.para_5 a {
    color: #fff;
}
.para_5 a:hover {
    color: #0f77e9;
}
.para_5 .col-md-12 {
    padding-left: 0px;
}
.remove-bom {
    margin-top: -24px;
}
/*---------MY vOICE------------------*/
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #80b43f !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #fff !important;
}
.mejs-time {
  box-sizing: content-box;
  color: #000 !important;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs-button>button {
  background: #80b43f url(mejs-controls.svg);
  text-align: center;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 21px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  width: 23px;
}
.mejs-button.mejs-playpause-button.mejs-play {
  background-color: #80b43f;
  border-radius: 62px;
  width: 36px;
}
.mejs-button.mejs-volume-button.mejs-mute {
  background-color: #80b43f;
  border-radius: 32px;
  width: 38px;
}
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100% !important; 
  z-index: 3;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #80b43f !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #f1f1f1 !important;
}
.mejs-controls button:hover {
  background-color: #80b43f !important;
  border-radius: 32px;
  padding: 10px;
  width: 22px;
}
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px !important;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 7px 10px !important;
  position: absolute;
  width: 100%;
  z-index: 3;
}

/* --------- Blog Page ------- */
.authordescription {
  width: 100%;
  float: left;
  background: #f1f1f1;
  padding: 10px;
  margin: 25px 0;
}
#full-width-blog .postbox{
  width:100%;
  border: solid 1px rgba(187, 187, 187, 0.12);
  box-shadow: 0px 1px 1px 1px #bbb;
}
.post-box.col-md-6.bigpost-img h3 {
  font-family: oxygen;
}
.post-box.col-md-6.bigpost-img p {
  font-family: oxygen;
}
.post-title {
  font-family: oxygen;
  font-size: 14px;
  margin: 4%;
  font-weight: 400;
  line-height: 26px;
  color: #7b7b7b;
}
nav.navigation.post-navigation {
  clear: both;
  width: 100%;
}
.nav-next,
.nav-previous {
  float: left;
  width: 50%;
  margin-top: 16px;
}
.nav-next {
  text-align: right;
}
/*#header .nav ul li a {
  color: #636c72;
  font-family: Roboto;
  font-size: 14px;
}
#header .nav ul li a {
  color: #4b4b4b;
}*/
.navigation.single-post-nav, nav.navigation.post-navigation {
    margin-top: 0 !important;
}
.post-box.inside-full-height {
  height: 100%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:block;
}
#full-width-blog .postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 20px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 0 0;
}
#bwt_content .postbox h4{
  text-align:left;
  margin: 0 0 10px;
  padding:0;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
}
.blogimg-full img{
  width: 100%;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 12px 15px 12px 15px;
  color: #fff;
  margin-right: 2%;
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px;
}
.blog-icon i.fa-digg {
  padding: 12px 10px 12px 11px;
}
.blog-icon i:hover{
  background: #18304c;
  color:#fff;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
#bwt_content .blog-full-border{
  margin: 40px 0 0 0;
  padding: 0;
  border:none;
  border-bottom: 1px solid #bbb;
}
.metabox img {
    border-radius: 50%;
}
.post-content-box p {
  padding: 2%;
  line-height: 25px;
  color: #797575;
}
.postbox {
  margin-bottom:39px;
  border:1px solid #bbb;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  padding: 20px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.metabox {
  color: #000;
  padding: 15px 0;
  clear: both;
}
.metabox .entry-date{
  background:url('assets/images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0 
}
.metabox .entry-author{
  background:url('assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-comments{
  background:url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}
#bwt_content  h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
#bwt_content  h6{
  margin:0 0 15px;
  font-size:17px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
/* --------- Inner Pages --------- */
.inner-content a {
  border: 2px solid transparent;
  font-size: 20px;
  padding: 4px 15px 8px 15px;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-weight: 600;
}
.inner-content p {
  font-size: 20px;
  font-weight: 600;
}
#bwt_content .inner-content p {
  text-align:center;
}
.inner-content a:hover {
  color: #fff;
}
.page-trainer-box {
  color:#fff;
  margin-bottom: 20px;
}
.page-trainer-box .trainer-name{
  color:#18304c;
  padding:13px 0px;
  font-size:25px;
  margin:15px 0 0 0;
}
.page-trainer-box .trainer-designation{
  color:#161b21;
  font-weight:bold;
  margin:0 0 0 15px;
  font-size:16px;
}
.page-trainer-box p{
  font-size:15px;
  line-height:normal;
  color:#000;
}
.page-trainer-box .image-box img{
  width:100%;
}
.about-socialbox i {
  padding: 10px 10px 10px 10px;
  margin: 4% 2% 0 0;
  color:#fff;
  background-color:#141a28;
}
.about-socialbox i:hover {
  background-color: #dd4827;
}
.page-trainer-box .image-box{
  padding-left: 0;
  padding-right: 0;
}
.content {
  color: #a9a9a9;
}
.text-right h6 ,
.text-left h6 {
  font-size: 20px;
}
.page_content {
  width: 100%;
  float: left;
  margin: 20px 0;
}
/* --------- Contact Page --------- */
.outerbox {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
}
.google_frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  vertical-align: middle;
  top: 42%;
  transform: translateY(-50%);
}
.innerbox {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.gmap {
  padding: 30px;
  background-size: 100% 100%;
  cursor: pointer;
}
.gmap p {
  margin-bottom: 0;
  color: #ffffff;
}
#map {
  padding: 0;
}
h1.template-title {
    margin-bottom: 10px !important;
    text-align: left;
}
.contact-box h3, h1.template-title {
  margin-bottom: 40px;
  color: #444444;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
}
.visit_us img, .mail_us img, .call_us img, .work_hour img {
  padding: 10px 0;
}
.contact-info form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777;
}
.contact-info form input::-moz-placeholder { /* Firefox 19+ */
  color: #777777;
}
.contact-info form input:-ms-input-placeholder { /* IE 10+ */
  color: #777777;
}
.contact-info form input:-moz-placeholder { /* Firefox 18- */
  color: #777777;
}
#contact-box{
  padding:0;
  margin:0;
}
p.cont_subheading {
  font-size: 13px;
  color: #606365;
}
.contact-info{
  font-size:16px;
  line-height:26px;
}
.contact-location i,
.contact-call i,
.contact-email i,
.contact-name i,
.contact-information i{
  width:45px;
  text-align: center;
  font-size: 17px;
  background: #18304c;
  padding:12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}
.contact-info .head{
  color:#000;
}
.contact_form textarea  {
  height: 75px;
}
.contact_form{
  background: #000;
  padding: 54px;
}
.contact_form p{
  color:#fff;
  margin:0 0 15px;
}
.contact_form input[type="text"] ,
.contact_form input[type="email"],
.contact_form textarea { 
  width: 100%;
  background: #262626;
  border: 1px solid #262626;
  color: #fcfcfc;
  padding: 8px 10px;
  margin:5px 0 0 0;
}
.contact-location,
.contact-call,
.contact-email,
.contact-information,
.contact-name{
  margin-bottom: 2%;
}
.form-1 input[type="submit"] {
  background: url('assets/images/3.png') no-repeat 7px 10px;
}
.contact_form  input[type="submit"]{
  background:none;
  color:#fff;
  padding:10px 50px;
  text-transform:uppercase;
  color:#fcfcfc;
  display:table;
  margin:0 auto;
  text-align:center;
  border: 2px solid #fff;
}
.contact_form  input[type="submit"]:hover{
  background:#ffd34e;
  color:#000;
}
/* --------- POST --------- */
ul.social-profile {
  width: 100%;
  float: left;
  margin: 0 !important;
}
ul.social-profile li {
  display: inline-block;
  margin-right: 10px !important;
  background: #f1f1f1;
}
ul.social-profile li:last-child{
  margin-right: 0px !important;
}
ul.social-profile li i{
    padding: 10px;
}
ul.social-profile li a {
    color: #9a9a9a;
    letter-spacing: 2px;
    padding: 10px 33px;
    text-transform: uppercase;
    font-size: 12px;
}
ul.social-profile li:hover i{
  background-color: #80b43f;
  color: #ffffff;
}
.postcontent p {
    font-size: 15px;
    padding: 0 15px;
}
.menu-primary-menu-container {
    width: 100%;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.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;
}
p.logged-in-as a {
    color: #000000;
}
/* Related Post */
.relatedposts h3 {font-size: 20px; margin: 0 0 5px 0; }
.relatedthumb {margin: 0 1px 0 1px; float: left; }
.relatedthumb img {margin: 0 0 3px 0; padding: 0;}
.relatedthumb a {color :#333; text-decoration: none; display:block; padding: 4px; width: 150px;}
.relatedposts p{
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
/* Comments BOX */
cite.fn, span.says {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
}
.recomend_section, .comments_sec {
  margin: 20px -0;
}
.comment-body {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comment-meta.commentmetadata a {
  font-size: 11px;
  color: #606263;
  text-transform: uppercase;
}
em.comment-awaiting-moderation {
  font-size: 13px;
}
.comments_sec ol.children {
    padding: 0 40px;
}
h2#reply-title, h2.comments-title, .relatedposts h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.comments_sec {
  width: 100%;
  float: left;
  background: #f1f1f1;
  padding: 20px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:6px 10px;
  font-size:18px;
  margin:0px;
  width:100%;
  border-radius:0;
}
#comments input[type="submit"].submit{
  background:#80b43f;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px !important;
  color: #fff;
}
#comments a.comment-reply-link{
  color:#000;
  padding:5px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
#comments a.comment-reply-link:hover{
  background:#3890cb;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#bwt_content #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
#bwt_content ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#bwt_content #comments ul{
  margin:0 0 0 40px
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:left;
  margin-left:7%;
}
#comments p {
  font-size: 13px;
  font-weight: normal;
}
/* Page */
.read-more {
  font-family: oxygen;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.destination-template-default .read-more a {
  font-size: 18px;
  border: 3px solid #000;
  padding: 6px 12px 9px 14px;
  color: #000;
  line-height: 89px;
}
.title-box{
  background-repeat:no-repeat;
  background-size:100% 100%;
  color: #f5f5f5;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
  font-family: 'Work Sans', sans-serif;
}
.title-box h1 {
  font-size: 47px;
  line-height: normal;
  color: #000;
  font-family: 'Alex Brush', cursive;
}
.text_2 li a {
  color: #fff;
  font-size:14px;
}
.post-image p {
  color: #a4a4a4;
  margin-bottom: -2%;
  margin-top: 7%;
}
.post-image h5 {
  font-size: 18px;
  font-family: Oxygen;
}
.post1 h3 {
  font-family: Oxygen;
  font-size: 27px;
}
.post-box .col-md-7 .bigpost-img p {
  margin-top: 5%;
}
.post-image img {
    height: 350px;
}
.inner-content1 p {
  margin-left: 7%;
  margin-top: 4%;
}
.phone-email{
  margin-top: 6px;
}
/* Slider */
#slider h2 {
  font-family: Alex Brush;
  font-size: 50px;
  color: #ffffff;
}
#slider p {
  font-family: ;
  font-size: 16px;
  font-family: Roboto;
  color: #ffffff;
}
.carousel-indicators .active{ 
  background: #31708f;  
} 
#slider a.read-more:hover {
  background-color:#f1f1f1;
  color: #000;
}
.content{ 
  margin-top:20px;  
}
.media-object{ 
  margin:auto;
  margin-top:15%;
}
blockquote{
  border-left: none !important;
  text-align: center !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
  margin-left: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
  width: 50%;
  height: 53px;
  position: relative;
  left: 25%;
}
/*----------Book Now----------*/
.innerbox_content .backgroung-wrap {
  background: #0f77e9;
  padding: 1em;
  color: #fff;
}
input#customer_confirm {
  background: #1c3248;
}

/* -------Newsletter Section--------*/
p.news-subtitle {
  text-align: center;
  color: #000000;
}

/*----------bwt-Content------------*/
#bwt_content h6 {
  font-size: 30px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
}
#bwt_content {
  font-family:Helvetica;
}
#bwt_content p {
    line-height: 25px;
    text-align: justify;
}
#bwt_content hr{
  border:none;
  margin:35px 0;
  clear:both;
}
#bwt_content h2{
  font-size:44px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
  font-family:'Roboto';
}
#bwt_content h3{
  font-size:36px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:14px 0 25px;
  font-family:'Roboto';
}
#bwt_content h4{
  font-size:31px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#18304c;
  margin:0 0 25px;
  font-family:'Roboto';
  text-align: center;
}
#bwt_content ul{
  list-style:none;
  margin:0 0 0 10px;
  font-size:16px;
}
.innerbox_content ul li ul li{
  background:url('assets/images/bullet-fork2.jpg') no-repeat 0 5px;
  margin-top: 3%;
}
p.feat_image img {
    width:252px;
    height: 170px;
}
ul.slide {
    margin-top: 20px;
}
p.title {
    font-size: 16px;
    text-align: center;
}
.recomend_section {
    width: 98%;
}
#bwt_content #comments ul{
  margin: 0!important;
}
#bwt_content ol{
  list-style: none;
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#bwt_content ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}
p.recomend_head {
    margin: 20px 0px 10px 25px;
    font-size: 16px;
    font-weight: bold;
}
.recomend_section {
    width: 100% !important;
    float: left;
    background: #f1f1f1;
}
.bx-wrapper {
    max-width: 1110px !important;
}
.bx-pager {
    display: none;
}
#bwt_content 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 {
  clear:both;
  position:relative;
  font-size:14px;
  line-height:13px;
  font-weight:bold;
}
.pagination a.next{
   
    background: #f1f1f1;
}
 .pagination a.prev{
    
    background: #f1f1f1;
 }
 .image_uploader {
    margin-top: 30px;
    width: 100%;
    float: left;
}
.pagination span,
.pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#000;
  -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 .current{
  color:#80b43f;
}
/* Slider */
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
.img-responsive{
  width:100%;
  height:auto;
}
/* Woocommerce */
span.woocommerce-input-wrapper{
  width: 100%;
}
.col-1,.col-2 {
  max-width: 100% !important;
}
.quantity input[type="number"] {
    font-size: 13px;
    padding: 10px 10px;
    margin: 0 0 11px 0;
    margin-left: 0%;
}
.woocommerce button.button.alt{
    background-color: #80b43f;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 13px 10px 11px;
}
.woocommerce div.product .product_title {
    font-size: 27px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: -3%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 20.118px;
}
.woocommerce-product-gallery__image {
    margin-bottom: 3%;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 25px;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 4em;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt {
    background-color: #80b43f;
}
h2.woocommerce-loop-product__title {
    color: #333333;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    border-radius: 25px;
    color: #ffffff;
    background: #80b43f;
    font-size: 16px;
    padding: 11px 18px;
    font-weight: bold;
}
span.posted_in a {
    color: #333;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #333;
}
.woocommerce table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{
    width: 100px;
}
button.button {
    background: #80b43f !important;
    color: #fff !important;
    opacity: 4.5 !important;
}
/*Advance Search Page*/
#bwt_content .backgrndwrapper {
    margin: 1em 0;
    border: 1px solid #1C3248;
}
/* about us inner page */
.main_heading {
  color: #ababab;
  text-align: center;
  margin-bottom: 1%;
}
.para_info h1 {
  font-size: 21px;
  color: #1C3248;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
  font-family: Oxygen;
}
.para_info p {
  color: rgba(0, 0, 0, 0.81);
  font-family: Open sans;
}
p.image_q {
    width: 7%;
    float: left;
}
p.quotes_para {
    width: 90%;
    float: left;
    margin: 0 !important;
    font-size: 18px !important;
}
.quotes {
  border: 1px solid rgba(158, 158, 158, 0.51);
  margin: 0px 0 20px 0px;
  box-shadow: 1px 2px 2px 2px rgba(158, 158, 158, 0.6);
  padding: 20px;
  width: 100%;
  float: left;
}
.keep_touch {
  width: 100%;
  float: left;
  margin: 25px 0;
}
p.touch_social {
    text-align: center !important;
    font-size: 20px !important;
}
.about_social i.fa.fa-facebook {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa.fa-google-plus {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 8px 10px 7px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}
.about_social i.fa.fa-pinterest {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 12px 10px 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa.fa-twitter {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa.fa-instagram {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 12px 10px 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa.fa-tumblr {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa.fa-linkedin {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa.fa-youtube-play {
    background: rgba(158, 158, 158, 0.68);
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.about_social i.fa:hover {
    color: #fff;
    background: #80b43f;
}
.about_social {
    text-align: center !important;
}
.best-travel h1 {
    font-family: oxygen;
    color: #1C3248;
    margin-top: 0;
}
.best-travel p {
    color: steelblue;
    font-weight: 600;
    font-family: Open sans;
}
.back_pic img {
  margin-bottom: 5%;
  margin-top: 3%;
}
.back_pic.text-center {
    background-size: 100% 100%;
    padding: 0;
}
/*------------------------- Gallery -----------------------------*/
/* Image Hover */
.view {
  width: 100%;
  height: 100%;
  margin: 10px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,
.view .content { 
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
  width:100%;
}
.second-effect .mask {
  opacity: 0;
  overflow:visible;
  border:0px solid rgba(0,0,0,0.7);
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
 }
.second-effect:hover .mask {
  opacity: 1;
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
#gallery p{
  text-align:center;
  font-size: 35px;
}
.single-post .gallery-image img {
  height: 150px;
}
#gallery img{
  height:200px;
}
.gallery-image{
  margin-bottom:25px; 
  display:flex;
}
.gallery-image img{
  height:200px;
  width:100%;
}
.gallery_img{
  width: 100%;
  height: 100%;
}
#TB_ajaxContent{
  padding: 1% !important;
  width:auto !important; 
  height:auto !important;
}
#TB_ajaxWindowTitle{
  text-align:center;
  color: #001e44;
  text-transform: capitalize;
}
/* gallery */
.gallery-image {
  height: 100%;
}
.view img {
  display: block;
  position: relative;
  width:100%;
  height:200px;
}
.bwt_img {
    height: 100%;
    width: 100%;
}
.view a.info {
  background:url('assets/images/link.png') center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding:0;
  text-indent:-9999px;
  width:20px;
  height:20px;
  top:50%;
}
.second-effect a.info {
  position:relative;
  opacity:0;
  transform:scale(0,0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  outline:none;
}
.second-effect:hover .mask {
  opacity: 1;
  background: rgba(174, 206, 137, 0.7);
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
/* gallery-end */
/*----------------------- Gallery pop-up start -----------------------------*/
#TB_window {
  top: 50%;
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.bwt_overlay{
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,0%,0.8);
  position: absolute;
  z-index: 999;
  text-align: center;
}
.bwt_close_it{
  color: #ddd;
  font-size: 1.3em;
  z-index: 99999;
  position: relative;
  left: 80.5%;
  cursor: pointer;
  top: 24px;
}
.bwt_popup{
  z-index: 9999;
  position: absolute;
  left: 18%;
  width: 60%;
  border: 2px solid #ddd;
}
i.fa.fa-times-circle-o {
  font-size: 2em;
}
.sub-menu li a{
  border-bottom: none !important;
}
#about {
    background: #9E9E9E;
}
.tweetsub-title {
    padding-left: 24px;
}
i#twitr {
    padding-right: 9px;
}
p.sub-titlenew {
    padding-top: 15px;
}
.nivo-directionNav a {
    background: none !important;
}
.slider_head{
  color: #000 !important;
}
.nivo-caption p{
 padding: 5px 5px 5px 296px !important; 
}
.foot_shr {
    padding-right: 5px;
}
.foot_fb {
    padding: 0 10px;
}
.foot_twit,
.foot_insta {
  padding: 0 10px 0 0;
}
.col-md-12.logo_bar {
  border-bottom: 3px solid #f1f1f1;
}
.menu {
  padding: 12px 0; width: 100%;
}
li.separator:last-child {
  display: none !important;
}
/*------------------------------------ Index css ---------------------------------*/
h3.section-title a {
  color: #000000;
  text-transform: capitalize;
}
.date-box {
    margin-right: 10px;
}
.date-box i, .cat-box i {
  color: #80b43f;
  margin-right: 6px;
  font-weight: bold;
}
.post-info {
  display: flex;
  margin-bottom: 12px;
}
.post-wrapp h3.section-title a, .date-box a {
  color: #000000 !important;
}
.sticky{ 
  margin:0;
  padding:0;
  background-color: rgba(204, 204, 204, 0.56);
  padding: 10px;
  border: 1px solid #ccc;
}
.postwrapper-box {
  border: 1px solid #ccc;
  margin: 2% 0;
  padding: 10px;
}
.post-wrapp {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.page-index .box-image{
    height: auto;
    width: auto;
}
.page-index{
    margin:10px 0;
}
.index-content {
    padding-top: 20px;
    clear: both;
}
/*------------- Banner css -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
  font-size: 34px;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
ul.children li.separator {
  display: none !important;
}
span.meta-nav {
  background: #f1f1f1;
/*  padding: 10px;*/
  margin top: 10px 
}
/* End Index css*/
/* Home page pagination */
a.prev.page-numbers, a.next.page-numbers, .nav-previous a, .nav-next a{
  color: #636c72;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
}
a.prev.page-numbers{
  float: left;
}
a.next.page-numbers{
  float: right;
}
/*.navigation {
  margin-top: 20px;
  margin-bottom: 5px;
}*/
span.page-numbers.current {
  border-bottom: 2px solid #80b43f;
  padding: 5px;
  color: #80b43f;
}
a.page-numbers{
  color: #636c72;
  padding: 5px;
  font-weight:bold;
}
/* Auther Box on single post page */
.author_bio_section{
  background: none repeat scroll 0 0 #F5F5F5;
  padding: 15px;
}
 
.author_name{
  font-size:16px;
  font-weight: bold;
}
.author_details img {
  float: left;
  margin: 0 10px 10px 0;
}
p.author_links {
    text-align: right;
}
p.author_name {
    float: left;
}
p.author_links a, p.author_name{
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}
p.author_details {
  font-size: 14px;
}
/* category Pgae */
.postbox .hovereffect a {
  color: #000000;
  font-weight: bold;
  background: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.category-page {
    padding: 10px;
}
aside .social-icons a {
  padding: 10px;
}
/*end of side bar css*/
p.thumnail img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
p.thumnail {
  overflow: hidden;
}
span.border-middle {
  display: block;
  border-bottom: 1px solid #000;
  position: relative;
  top: 14px;
}
/*#header .nav  li:not(:first-child):before {
  content: " / ";
}*/
/* Comments pagination */
nav#comment-nav-below, nav#comment-nav-above {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
nav#comment-nav-below .nav-next, nav#comment-nav-below .nav-previous , nav#comment-nav-above .nav-next, nav#comment-nav-above .nav-previous {
  float: none;
  width: auto;
}
nav#comment-nav-below .nav-previous a:before, nav#comment-nav-above .nav-previous a:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 8px;
}
nav#comment-nav-below .nav-next a:after, nav#comment-nav-above .nav-next a:after{
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 8px;
}
@media screen and (max-width:768px){
  iframe {
    width: 100%;
  }
  #slider .carousel-caption.d-md-block.wow.fadeInLeft {
    visibility: visible !important;
    display: block !important;
  }
  .cat-title {
    width: 85%;
  }
  .category-image {
    text-align: center;
  }
  .post-content.col-md-8{
    padding-left:15px;
    padding-top: 10px;
  }
  .new_blogs span.post_ctg {
    width: 100% !important;
  }
  .new_blogs {
    padding: 20px;
  }
  p.post_tag {
    text-align: center;
  }
  p.socila_share {
    float: none;
    text-align: center;
  }
  .sidebar {
    margin-top: 20px;
  }
  .socialbox {
    text-align: center;
  }
  .socialbox a{
    margin: 5px 0;
  }
  #top_headbar form.search-form{
    display: block !important;
  }
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left:  100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  #tourtype .active > div {
    display:block;
  }
  .active > div:first-child {
    display:block;
  }
  .media-object { 
    margin-top:0;
  }
  #our-services .page-box{
    margin-bottom:0.5em;
  }
  
  .post-box.col-md-3.bigpost-img {
    text-align: center;
  }
/*  .carousel-indicators {
    top: 14em;
  }*/
  .navbar-nav .open .dropdown-menu {
    position: absolute !important;
  }
  .navbar-header-toggle{
    width: 100%;
    color: #fff;
    background: url('assets/images/responsive_menu.png') no-repeat right center #3890cb;
    padding: 10px 10px;
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .navbar-header-toggle .navbar-toggle{
    margin:0;
    padding:0;
    float:none;
    clear:both;
    width: 100%;
    text-align: left;
  }



  .navbar-collapse .navbar-nav{
    float:right !important;
    margin:0;
  }
  .navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(28,50,72,0);
    background-color: #222222 !important;
  }
  .navbar-default{
    margin-top:0;
  }
  li.dropdown.mega-dropdown{
    margin:12% 0;
  }
  .menubox .navbar{
    position: absolute;
    z-index: 9999;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .carousel-indicators {
   top: 12em;
  }
}
@media (min-width: 768px) and (max-width: 991px ) {
  .single-post .gallery-image img {
    height: 90px;
  }
  #sidebar .widget.widget_recent_entries{
    padding: 5px ;
  }
  iframe {
    width: 100%;
  }
  #slider h2{
      font-size: 36px;
  }
  #slider a.read-more{
      font-size: 16px;
  }
  #slider .carousel-caption{
  right:5% !important;
  }
  aside table#wp-calendar tr, td {
    padding: 2px;
  }
  .carousel-caption {
    top: 0%;
  }
  .cat_box ul.post-categories li{
    top: 53%;
  }
  .carousel-inner .active.left {
    left: -33.3%;
  }
  .carousel-inner .next {
    left:  33.3%;
  }
  .carousel-inner .prev {
    left: -33.3%;
  }
  .active > div:first-child {
    display:block;
  }
  .active > div:first-child + div {
    display:block;
  }
  .active > div:last-child {
    display:none;
  }
  .top_destination .destination_hover:hover .text-title  
  {
    top: 88%;
  }
  .media-row {
    margin-top: 4%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 100px !important
  }
  .woocommerce-page table.cart td.actions .coupon input{
    width: 29% !important;
  }
}
@media screen and (max-width:719px) {
  #slider a.read-more {
    color: #ffffff;
    font-size: 15px;
    font-family: Raleway;
    padding: 10px 20px;
    font-weight: bold;
  }
  #slider p {
    display: none;
  }
  #header .nav li:not(:first-child):before {
    content: "";
  }
  #TB_window{ 
    width: 100% !important;
  }
  #header .nav ul li.current-menu-item a{
    color: #80b43f;
    font-weight: bolder;
    border-bottom: 3px solid #80b43f;
    display: table;
  }
  #header .menus {
    background-color: #ffffff;
    width: 100%;
    float: left;
    position: relative;
    top: -28px;
    padding: 0;
  }
  #header .logo{
    width: 60%;
    float: left;
  }
  .toggle {
    width: 40%;
    float: left;
  }
  .new_blogs span.left_line{    
    width: 20%;
    margin-left: 35px;
  }
  .new_blogs span.post_ctg {
    width: 35%;
  }
  li.separator {
    display: none !important;
  }
  #header .nav ul li a {
    border-bottom: none;
  }
  .toggle{
    display:block;
    padding: 0% 0 0 0;
  }
  .toggle a{
    width:100%;
    color:#fff; 
    padding:10px 10px;
    font-size:16px;
    margin: 12px 0;
    text-align: right;
  }
  i.fa.fa-bars {
    background-color: #80b43f;
    padding: 3px;
  }
  #header .logo a{
    font-size: 24px;
  }
  .toggle a:hover{ 
    color:#fff
  }
  .toggle a.active{
    color:#fff;
  }
/*  .nav{
    display:block;
  }*/

  /*#header .nav{
    float:none;
    margin:0;
    position:absolute;
    z-index:99999;
    overflow-x:hidden;   
/*    left: 0;*/
  /*  width:100%;*/
  /*}*/
  /*#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;
    z-index: 9999;
  }
  .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 .nav ul ul {
    margin: 0 !important;
  }
  .box-content.col-md-8.padding0 {
    text-align: center;
  }
  .copyright.text-center img {
    margin-top: -8%;
  }
  #comments input[type="submit"].submit{
    width:100%;
  }
  /*.mega-dropdown-menu > div >li{
    float:left;
    width:33%;
  }*/
  .blog-icon i{
    padding:9px 10px 9px 11px;
  }
  .blog-icon i.fa-google-plus{
    padding:7px 6px 7px 6px;
  }
  .carousel-indicators {
    display: none;
  }
}
@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:#80b43f;
    width:200px;
    position:absolute;
    top:39px;
    left:0;
    text-align:left;
    z-index:99;
  }
  #header .nav ul li:hover > ul li{ 
    display:block;
  }
  #header .nav ul li:hover > ul li a{ 
    padding:10px 0px 7px 10px;
    color:#000000;
  }
  #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;
  }
  .sub-menu li.separator {
    display: none !important;
  }
  #header .nav ul.sub-menu li a:hover{
    background:#00000;
    color:#fff;
  }
  #header .nav ul li a{
    color:#636c72;
    padding:10px 20px;
    display:block;
    font-weight: normal;
  }
  .top_destination {
    width: 99% !important;
  }
  
}
@media (min-width: 320px) and (max-width: 576px ) {
  section#instafeed .cat-title{
    width: 100%;
  }
  .alignleft, img.alignleft{
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .carousel-indicators {
   display: none !important;
  }
  .above_title{
    margin-top: 2%;
  }
  #slider h2{
    font-size: 26px;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 6px !important;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  #slider .carousel-caption.d-md-block{
    left: 16%;
  }
  #slider .carousel-caption.d-md-block {
    top: 3%;
    transform: inherit;
  }
  #slider a.read-more{
    padding: 11px 11px !important;
  }
  .carousel-control-next, .carousel-control-prev{
    width: 10% !important;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    padding: 1px 9px !important;
  }
  #slider a.read-more{
    font-size: 16px;
  }
  .slide-btn{
    padding-top:0 !important;
  }
  .carousel-item {
    background: #ccc;
  }
  .media-row {
    width: 100%;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .woocommerce ul.products li.product .button {
    margin-top: 1em;
    border-radius: 25px;
    color: #ffffff;
    background: #80b43f;
    font-size: 13px;
    padding: 11px 9px;
    font-weight: bold;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 100px !important
  }
  .woocommerce-page table.cart td.actions .coupon input{
    width: 59% !important;
    font-size: 14px;
  }
}
@media (min-width: 577px) and (max-width: 767px ) {
  #slider h2{
    font-size: 28px;
  }
  #slider a.read-more{
    font-size: 16px;
  }
  .slide-btn{
    padding-top:0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px ) {
  .media-row {
    margin-top: 4%;
  }
  .woocommerce ul.products li.product .button {
    padding: 11px 9px;
    font-size: 14px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text{
    padding: 9px 7px 9px;
  }

}
@media screen and (max-width: 1024px){
  .home .main-navigation ul
  {
    border:none;
  }
  .list_outer {
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top_bar_btn a.theme_button {
    position: static;
    top: 0;
    transform: unset;
  }
  .main-navigation ul ul{
    background-color: transparent;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
  .toggle-nav {
    display: block;
    position: relative;
    float: right;
    right: 15px;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 999999;
    right: 0;
    text-align: right;
    right: 0;
    margin-right: 0;
    margin-top: 5px;
    cursor: pointer;
  }
  .toggle-nav i {
    font-size: 29px;
    color: #000;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-color: #111;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    cursor: pointer;
    z-index: 9999999;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .innermenubox {
    position: static;
    padding-bottom: 10px;
  }

  .main-navigation .menu{
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }
  .main-navigation .menu > ul > li.highlight{
    background: transparent !important;
  }
  .menu > ul > li:hover:before, 
  .menu > ul > li.current_page_item:before, 
  .menu > ul > li.current-menu-item:before{
    display: none;
  }
  .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul{ 
    width:100%;
    margin-top:0; 
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    border-top:1px #303030 solid; 
    display:block;
    text-align:left;
    float:none;
    width: 18rem;
    padding: 5px;
  }
  .nav ul li a{
    padding:5px 10px; 
    display:block; 
    color:#ffffff;
  }
  .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;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .top_bar_btn{
    padding:0;
  }
  .main-navigation li.current_page_item
  {
    border:none;
  }
  #header .nav ul li a{
    color: #fff !important;
  }
}
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}

.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;
}*/
.main-navigation ul ul li{
  padding: 10px;
}
@media screen and (max-width: 1024px)
{
  #header .closebtn  {
    display: block;
}
  
}