/*
Theme Name: Ultimate Blogger Pro
Theme URI:  https://www.buywptemplates.com/products/premium-ultimate-blogger-wordpress-theme
Author: Buy WP Templates
Author URI:  https://www.buywptemplates.com
Description: Ultimate Blogger 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
License: GNU General Public License
License URI:license.txt
Text Domain: ultimate-blogger-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Ultimate Blogger Pro WordPress Theme has been created by Buy WP Templates(buywptemplates.com), 2015.
Ultimate Blogger 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:#222;
  position:relative;
  font:12px/22px arial;
  color:#bbb;
  letter-spacing: 1px;
  font-family: 'Muli', sans-serif;
}
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:#c7a770;
}
a:hover{ 
  text-decoration:none;
  color:#bbb;
}
a:focus,
a:hover{
  color: #c7a770;
  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;
}
.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;
}
.toggleMenu{
  display:none;
}
.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 #484848;
  width:100%;
  font-size:14px;
  padding:10px 10px;
  margin:0 0 11px 0;
  background:transparent;	
  height:auto;
  color:#bbb;
}
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 #c7a770;
  background: #c7a770;
  text-align: center;
  font-size: 14px;
  padding: 7px 30px;
  font-weight: bold;
  color: #fff;
  margin: 23px 0;
  display: table;
  font-family: 'Muli', sans-serif;
  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: #c7a770;
  -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{
  background:#000;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight:bold;
}
/*---------------------------mega menu------------------------- */
.navbar-nav{
  float:right !important;
  margin:0;
}
ul.navbar-nav li {
    list-style: none;
}
.navbar-default {
    width: 100%;
}
ul .dropdown li h2.widgettitle {
    margin: 0 0 0 25px;
}
#header .navbar-default .navbar-nav .sub-menu ul li a:hover {
    color: #fff;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
    color: #99a4b0 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
  color: #FFF;
  padding:0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFF;
  font-weight:bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
  color: #FFF;
  background-color: transparent;
}
.navbar-default{
  background-color: transparent;
  border-color: transparent;
  margin-top: 19px;
}
.mega-dropdown {
  position: static !important;
}
i.fa.fa-sort-desc {
    margin: 0 0 0 4px;
    font-size: 19px;
}
li.dropdown.mega-dropdown {
    padding: 0 4px 0 12px;
}
.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 15px;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-collapse{
  padding:0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-widgettitle {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}
.mega-dropdown-menu form {
  margin: 3px 2px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.mega-dropdown-menu  div#calendar_wrap,
.mega-dropdown-menu  caption
.mega-dropdown-menu  div{
  padding:0;
  color: #FFF;
  margin: 0 0 0 25px;
}
.mega-dropdown-menu > div >li{
  float:left;
  width:33%;
}
#header .nav .mega-dropdown-menu{
  height:auto;
  padding: 2%;
  margin: 0px;
}
#header .nav .mega-dropdown-menu > div >li{
  float:left;
  width:34%;
  display: inline;
  position: initial;
}
.mega-dropdown-menu > div >li:nth-child(even){
  clear:right;
}
#header .nav .mega-dropdown-menu li > ul {
  display: block;
  width: 200px;
  position: inherit;
  text-align: left;
  padding: 0;
  float: left;
  margin:0;
}
.menu-main-menu-container {
    width: 100%;
}
#header .navbar-default .navbar-nav .sub-menu ul li a{
    color: #fff;
    padding: 7px 20px;
    display: block;
}
#header .navbar-default .navbar-nav .sub-menu ul li{
  display:block;
}
#header .nav .mega-dropdown-menu li:hover > ul {
  background: transparent;
  position: inherit;
  padding: 0;
  margin: 0;
}
li#archives-3 h2 {
  padding: 0 0 0 26px;
}
li#search-2 {
  padding: 35px 0 0 13px;
}
ul.dropdown-menu.mega-dropdown-menu.row {
  /*background: #1C3248;*/
  border: solid #fff;
  width:100%;
  background-image: url('images/topdestbackground.jpg');
}
h2.widgettitle {
  color: #fff;
  font-family: 'Muli', sans-serif;
  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 #c7a770;
  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 .logo{
  margin:0;
  padding:12px 0;
  text-align:center;
}
#header .logo h1{
  padding:0;
  margin-bottom:0;
  margin-top: 0;
  text-align:center;
  font-family: 'Dancing Script', cursive;
  color: #bbb;
}
#header .logo a {    
  letter-spacing: 2px;
  color: #bbb;
}
#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-----*/
#top_headbar form.search-form {
  display: table;
  border: 1px solid #000;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.top_headbar {
    padding: 0 !important;
}
.socialbox a {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 8px 8px;
  display: inline-block;
}
.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('images/phone1.png') no-repeat;
   padding:1px 0 1px 30px;
   margin-right:15px
}
.top-contact .email{
  background:url('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:#bbb;
}
#top_headbar {
  padding: 10px;
  font-size: 16px; 
  width: 100%;  
  margin: 0 auto;
  background: #c7a770;
}
.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;
}
ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 7px solid;
  border-bottom-color: #c7a770;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -7px;
  left: 15%;
  width: 0;
  height: 0;
  margin-left: -5px;
}
#header .nav{ 
  margin: 28px 0;
  padding:0;
  text-align:left;
}
#header .nav ul { 
  text-align: center;
  margin:0;
  padding:0;  
  font-family: 'Muli', sans-serif;
  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: #c7a770;
  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: #c7a770;
}
#header .nav ul li a:active,
#header .nav ul li.current_page_item a{
  color: #c7a770;
  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: 48px;
  font-weight: normal;
  font-family: 'Dancing Script', cursive;
}
#slider .carousel-caption.d-none.d-md-block {
  max-width: 500px;
  right: 15% !important;
  left: inherit;
  bottom: inherit;
  text-align: left;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
ol.carousel-indicators {
  position: static !important;
}
#slider a.read-more{
  border-radius: 25px;
  color: #ffffff;
  background: #c7a770;
  font-size: 18px;
  padding: 15px 45px;
  font-weight: bold;
}
.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;
}
.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;
}
/* Blog section*/
h2.section-title {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  letter-spacing: 2px;
  font-size: 40px;
}
.category-image img:hover{
  background: #000;
}
#blog-box hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 4px solid #bbb;
  width: 100px;
  margin: 12px auto;
}
.new_blogs {
  padding: 20px 0px 0 0px;
  background: #3d3d3d;
  margin-bottom: 20px;
}
.new_blogs ul.post-categories li a {
  font-size: 15px;
  padding: 0 10px;
  color: #bbb;
  background: #3d3d3d;
}
p.comment_line span {
    font-size: 12px;
}
li{ 
  list-style: none; 
}
div#post_blog {
  text-align: center;
}
.thumnail img {
  width: 100%;
}
p.comment_line {
  color: #bbb;
}
p.post_head {
  font-size: 30px;
  font-weight: bold;
  clear: both;
  color: #c7a770;
  text-transform: capitalize;
}
.cat-title {
  width: 50%;
  display: block;
  text-align: center;
  margin: 10px auto;
  position: relative;
}
.socila_share i {
  color: #bbb;
  font-size: 14px;
}
span.post_ctg .post-categories {
  margin:0;
  position: relative;
  top: -14px;
}
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: 13px;
  padding: 0 10px;
  color: #bbb;
  margin: 20px 0;
}
p.reading a {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  background: #c7a770;
  padding: 10px;
}
p.reading a:hover{
  background: #313131;
  color: #fff;
}
.socila_share {
  text-align: center;
  color: #bbb;
  margin-top:14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.share_icon-single .socila_share {
  margin: 0;
}
.share_icon-single {
  padding: 15px 0;
}
/*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 {
  font-size: 15px;
  color: #bbb;
}
.side_search form.search-form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.side_search {
  background: #f2f2f2;
  padding: 10px;
}
p.reading {
  margin: 0 19px;
  padding-bottom: 10px;
}
p.post_tag {
  font-size: 15px;
  color: #bbb;
  /*float: left;*/
}
.post_tag a{
  color: #bbb;
  font-size: 15px; 
}
.blog_search .search-field{
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-style: italic;
}
aside#media_image-2 img {
  width: 100%;
}
#sidebar aside.widget_media_image{
  padding: 0 !important;
}
.tagcloud a {
  width: 100%;
  float: left;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #bbb;
  padding: 8px 12px;
  background: url(images/tag-arrow.png) no-repeat left;
  border-bottom: solid 1px #484848;
}
.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: 16px;
  padding: 0 !important;
}
form p{
  margin-bottom: 0 !important
}
input.wpcf7-form-control.wpcf7-submit {
  width: auto !important;
  padding: 10px !important;
}
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: 10px;
  background: transparent;
  border: solid 2px #bbb;
  color: #bbb;
}
/*Calender*/
aside table#wp-calendar caption {
  font-weight: bold;
  color: #c7a770;
  font-size: 20px;
  text-align: center;
}
aside table#wp-calendar{
 width: 100%;
}
aside table#wp-calendar{
  border:solid 1px #484848;
}
aside table#wp-calendar th,aside table#wp-calendar td {
  border-bottom: solid 1px #484848;
  text-align: center;
}
aside table#wp-calendar td {
  padding: 9px;
  color: #bbb;
  background: #313131;
}
aside table#wp-calendar tr:nth-child(2n+1) td{
  background: #3d3d3d;
}
aside table#wp-calendar th {
  text-align: center;
  padding: 10px;
  background: #313131;
  color: #bbb;
}
a.rsswidget {
  color: #292b2c;
}
#sidebar h3 {
  background: url('images/white-border1.png') no-repeat center bottom ;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #bbb;
  font-family: 'Muli', sans-serif;
  margin-bottom: 30px;
}
#sidebar span.tag-link-count {
  float: right;
}
.social-icons a.facebook, a.twitter, a.google, a.linkedin, a.pinterest, a.tumblr, a.instagram {
  color: #c7a770;
}
.about_me {
  text-align: center;
}
aside.widget_archive {
  width: 100%;
  float: left;
  clear: both;
}
p.sub_title {
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 17px;
  padding-top: 10px;  
  font-family: 'Muli', sans-serif;
}
.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: #c7a770;
}
a.link_tit {
  color: #c7a770;
  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: #3d3d3d;
  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: #c7a770;
}
#sidebar aside.widget_recent_entries ul li span.post-date {
  font-size: 13px;
}
#sidebar aside.widget_recent_entries ul li {
  border-bottom: 1px solid #484848;
  padding-bottom: 15px;
  margin: 0 10px;
}
aside.widget_archive ul li {
  font-size: 15px;
  padding: 5px 0;
  color: #bbb;
  width: 100%;
  float: left;
}
aside.widget_archive ul li a,
aside.widget_categories ul li a {
  font-size: 18px;
  padding: 0 0 0 15px;
  color: #bbb;
  width: 80%;
  float: left;
}
.row.recent-post-box {
  margin-top: 16px;
} 
.sidebar aside.widget_recent_entries ul li:first-child{
  border-top: none;
}
.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,
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: #bbb;
  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: #c7a770;
}
aside.widget_text h3 {
  font-size: 17px;
}
aside.widget_archive ul li a:hover {
  color: #c7a770;
}
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: #bbb;
  font-size: 16px;
  padding-right: 0.5em;
  top: 10px;
  float: left;
  left: 0;
}
#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: 10px;
  border-bottom: solid 1px #484848;
  color: #bbb;
}
#sidebar ul li:last-child,
.tagcloud a:last-child{
  border: none;
}
.post-content.col-md-8 {
  padding-left: 0;
}
#sidebar ul li a{ 
  color: #bbb;
}
/*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;
  text-transform: uppercase;
  font-weight: bold;
  background: url(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-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 */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 52px;
  right: 100px;
  font-size: 30px;
  display: none;
  color: #c7a770 !important;
  border: solid 2px #c7a770;
  background: #000;
}
#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: 'Muli', sans-serif;
  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: 'Muli', 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: #bbb;
  font-size: 17px;
}
#footer p {
  color:#bbb;
  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;
}
/* --------- Blog Page ------- */
.authordescription {
  width: 100%;
  float: left;
  background: #3d3d3d;
  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 ,.post-box.col-md-6.bigpost-img p {
  font-family: 'Muli', sans-serif;
}
.post-title {
  font-family: 'Muli', sans-serif;
  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%;
}
.nav-next {
  text-align: right;
}
.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;
}
#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('images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0 
}
.metabox .entry-author{
  background:url('images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-comments{
  background:url('images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}
.entry-meta {
  margin: 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: #bbb;
  letter-spacing: 2px;
  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('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: #f2f2f2;
}
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: #c7a770;
  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:#313131;
  color:#fff;
  font-size: 15px;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#c7a770;
  color: #000;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
p.logged-in-as a {
    color: #bbb;
}
/* 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: #bbb;
  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 {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.comments_sec {
  width: 100%;
  float: left;
  background: #3d3d3d;
  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:#c7a770;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px !important;
  color: #fff;
}
#comments a.comment-reply-link{
  color:#fff;
  padding:5px 15px;
  font-size: 12px;
  background: #313131;
  text-transform: uppercase;
}
#comments a.comment-reply-link:hover{
  background:#c7a770;
}
#comments a time{
  color:#bbb;
  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: 'Muli', sans-serif;
  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;
}
.title-box h1 {
  font-size: 47px;
  line-height: normal;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 3px #fff;
}
.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: 'Muli', sans-serif;
}
.post1 h3 {
  font-family: 'Muli', sans-serif;
  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 */
.carousel-indicators .active{ 
  background: #31708f;  
} 
.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: 100%;
}
/*----------Book Now----------*/
.innerbox_content .backgroung-wrap {
    background: #0f77e9;
    padding: 1em;
    color: #fff;
}
input#customer_confirm {
    background: #1c3248;
}
/*----------bwt-Content------------*/
#bwt_content h6 {
  font-size: 30px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
}
#bwt_content {
  font-family: 'Muli', sans-serif;
}
#bwt_content p {
  line-height: 25px;
  text-align: left;
}
#bwt_content hr{
  border:none;
  margin:35px 0;
  clear:both;
}
#bwt_content h2{
  font-size:44px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#bbb;
  margin:0 0 25px;
}
#bwt_content h3{
  font-size:36px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#bbb;
  margin:14px 0 25px;
}
#bwt_content h4{
  font-size:31px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#bbb;
  margin:0 0 25px;
  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('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: #3d3d3d;
}
.bx-wrapper {
  max-width: 1110px !important;
}
.bx-pager {
  display: none;
}
#bwt_content ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #c7a770;
  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: #f2f2f2;
}
 .pagination a.prev{
    
    background: #f2f2f2;
 }
 .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 a:hover{
  color:#0e2d4d;
  background: #0f77e9;
}*/
 
.pagination .current{
  color:#c7a770;
}
/* Slider */
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
.img-responsive{
  width:100%;
  height:auto;
}
/* Woocommerce */
ul.products li {
  background: #3d3d3d;
  width: 31% !important;
  margin: 0px 16px 10px 0px !important;
  text-align: center;
}
h2.woocommerce-loop-product__title {
  color: #bbb;
  font-size: 22px !important;  
}
.woocommerce div.product p.price{
  margin:10px 0;
  font-size: 15px;
  color: #bbb;
}
.woocommerce ul.products li.product .price {
  font-size: 15px;
  color: #bbb;
}
.woocommerce span.onsale {
  background: #3d3d3d;
  border-radius: 0;
  box-shadow: 2px 2px 0px 0px #000;
}
.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: #c7a770;
  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: 8px;
  border: solid 2px #3d3d3d;
  background: transparent;
  color: #bbb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background-color: #3d3d3d !important;
  color: #fff !important;
  border-radius: 0;
  padding: 6px 30px;
  font-size: 18px;
}
.woocommerce-message{
  background: #222222;
  color: #bbb;
}
.woocommerce table.shop_table{
  border: solid 1px #bbb;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #bbb;
  border-right: solid 1px #bbb;
}
.woocommerce table.shop_table th {
  border-right: solid 1px #bbb;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
  border-top: 1px solid #bbb;
}
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  margin-top: 1em;
  border-radius: 25px;
  color: #ffffff;
  background: #c7a770;
  font-size: 12px;
  padding: 11px 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  background: #3d3d3d;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #3d3d3d;
  margin-bottom: 6px;
  padding: 8px;
  font-size: 16px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  padding: 4px 6px 5px;
  border-radius: 0;
}
span.posted_in a {
  color: #bbb;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
  color: #bbb;
}
.woocommerce table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{
  width: 100px;
}
button.button {
  background: #c7a770 !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;
}
.para_info p {
  color: rgba(0, 0, 0, 0.81);
  font-family: 'Muli', sans-serif;
}
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: #c7a770;
}
.about_social {
  text-align: center !important;
}
.best-travel h1 {
  font-family: 'Muli', sans-serif;
  color: #1C3248;
  margin-top: 0;
}
.best-travel p {
  color: steelblue;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
}
.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('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(199, 167, 112, 0.64);
}
.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 #f2f2f2;
}
.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: #c7a770;
  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;
  opacity: 0.5;
}
.title-box img{
  width:100%;
  background: #000;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
ul.children li.separator {
  display: none !important;
}
span.meta-nav {
  background: #000;
  padding: 3px;
  color: #c7a770;
  font-size: 25px;
  border: solid 2px;
}
/* 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;
}
.navigation {
  margin: 20px 0;
  width: 100%;
}
span.page-numbers.current {
  border-bottom: 2px solid #000;
  padding: 10px 15px;
  color: #000;
  background: #c7a770;
  font-weight: bold;
}
a.page-numbers,
a.next.page-numbers,
a.prev.page-numbers{
  color: #bbb;
  padding: 10px 15px;
  font-weight:bold;
  background: #313131;
}
a.page-numbers:hover,
a.next.page-numbers:hover,
a.prev.page-numbers:hover{
  color: #000;
  background: #c7a770;
}
/* Auther Box on single post page */
.author_bio_section{
background: none repeat scroll 0 0 #3d3d3d;
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: #fff;
  text-transform: uppercase;
}
p.author_details {
  font-size: 14px;
}
/* category Pgae */
.postbox .hovereffect a {
  color: #fff;
  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*/
.gallery-images img {
  margin: 25px 0;
}
.post-gallery-images {
  width: 100%;
  float: left;
}
.thumnail img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
}
.thumnail {
  position: relative;
  width: 100%;
  background:#c7a770;
  overflow: hidden;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.thumnail:hover .image {
  opacity: 0.3;
}
.thumnail:hover .middle {
  opacity: 1;
}
.text {
  color: #000;
  font-size: 40px;
}
span.border-middle {
  display: block;
  border-bottom: 1px solid #c7a770;
}
/* 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;
  }
  .post_tag,
  .socialbox {
    text-align: center;
  }
  .socila_share {
    float: none;
    text-align: center;
  }
  .sidebar {
    margin-top: 20px;
  }
  .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 {
    display:none;
  }
  .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: 18em !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute !important;
  }
  .navbar-header-toggle{
    width: 100%;
    color: #fff;
    background: url('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 (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) { 
  #TB_window{ 
    width: 100% !important;
  }
  #header .nav ul li.current-menu-item a{
  color: #c7a770;
  font-weight: bolder;
  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: #c7a770;
    padding: 11px;
  }
  #header .logo a{
    font-size: 24px;
  }
  .toggle a:hover{ 
    color:#fff
  }
  .toggle a.active{
    color:#fff;
  }
  .nav{
    display:none;
  }
  #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;
  }
}
@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:#c7a770;
    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: #bbb;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .top_destination {
    width: 99% !important;
  }
  
}
@media (min-width: 320px) and (max-width: 576px ) {
  .alignleft, img.alignleft{
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .above_title{
    margin-top: 2%;
  }
  #slider h2{
      font-size: 18px;
  }
  #slider .carousel-caption.d-none.d-md-block {
      top: 0%;
      transform: inherit;
  }
  #slider .carousel-caption{
  position:static !important; padding: 20px !important;
  }
  #slider a.read-more{
      padding: 4px 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: #c7a770;
    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: 24px;
  }
  #slider a.read-more{
      font-size: 16px;
  }
  .slide-btn{
    padding-top:0 !important;
  }
  #slider .carousel-caption.d-none.d-md-block {
    max-width: 400px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px ) {
  .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;
  }
}