/*-------------------------------------
CSS INDEX
===================================
#. Defaults
#. Topbar Layout 1
#. Topbar Layout 3
#. Header Layout 1
    #. Header Logo
    #. Main Navigation
    #. Submenu
    #. 3rd Level Menu
    #. Multi Column Menu
    #. Mobile Multi Column Menu
    #. Header Icons
    #. Header Right Menu
    #. Sticky Header
    #. Transparent Header
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Banner
#. Buttons
#. Contents
#. Single Content
#. Comments
#. Archive Contents
#. Pagination
#. No Content
#. Error 404
#. Contact Form 7
#. Single Team
#. Miscellaneous
#. Woocommerce: Fix
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Gutenberg Support
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	vertical-align: baseline;
	background: #ffffff;
	color: #444444;
	font-size: 15px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
#page {
  overflow: hidden !important;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.padding-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-top {
  padding-top: 100px;
}
.padding-bottom {
  padding-bottom: 100px;
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
  outline: 0 none;
}
a:active {
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  text-decoration: none;
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 20px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway", sans-serif;
	margin: 0 0 20px 0;
	color: #212121;
}
h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
}
h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.acurate {
  padding: 0;
}
.padding-left {
  padding-left: 0;
}
.padding-right {
  padding-right: 0;
}
.section-top {
  margin-top: 40px;
}
.clear {
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.p0 {
  padding: 0;
}
ul {
  list-style: disc inside none ;
  margin: 0 0 20px 0;
}
#wrapper {
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.video-margin-top {
  margin-top: 12px;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-bottom-sidebar {
  margin-bottom: 30px;
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-divider {
  height: 1px;
  width: 100%;
  background: #bdbdbd;
}
.solid-underline {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.solid-underline .bg-primary {
  background: #002147;
  color: #ffffff;
}
.bg-textPrimary {
  background: #ffffff;
  color: #002147;
}
.bg-primary-deep {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}
.bg-primary-deep-fixed {
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep-fixed:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}
.overlay-primaryColor {
  position: relative;
}
.overlay-primaryColor:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.7);
}
.overlay-video {
  position: relative;
}
.overlay-video:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.88);
  height: 100%;
  width: 100%;
}
.ls-bar-timer {
  background-color: #222222;
  border-bottom-color: #222222;
}
/*blockquote*/
blockquote {
    background-color: #F5F5F5;
    border: medium none;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
	margin: 30px 0px 20px;
    padding: 30px 45px;
}
blockquote p {
	position: relative;
    padding-left: 30px;
    margin-bottom: 0 !important;
    line-height: 1.6;
}
blockquote p:before {
    font-family: 'FontAwesome';
    content: "\f10d";
    left: 0;
    position: absolute;
    top: -5px;
    z-index: 1;
    font-size: 20px;
    color: #cf9455;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}
/*-------------------------------------
#. Topbar Layout 1
---------------------------------------*/
#tophead {
  background-color: #222222;
  padding: 6px 0;
  color: #a6b1b7;
}
#tophead a {
  color: #a6b1b7;
}
#tophead .tophead-contact {
  float: left;
}
#tophead .tophead-contact ul li {
  display: inline-block;
  margin-right: 10px;
}
#tophead .tophead-contact a:hover {
  text-decoration: underline;
}
#tophead .tophead-contact .fa,
#tophead .tophead-address .fa {
  color: #cf9455;
  padding-right: 10px;
}
#tophead .tophead-right {
  float: right;
}
#tophead .tophead-social li {
  display: inline-block;
}
#tophead .tophead-social li a {
  color: #a6b1b7;
  padding-left: 10px;
}
#tophead .tophead-social li a:hover {
  color: #cf9455;
}
/* Sticky Topbar */
.stick #tophead {
  display: none;
}
/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
  color: #efefef;
}
.trheader #tophead {
  background-color: transparent;
  border-bottom: 1px solid rgba(181, 181, 181, 0.1);
}
.trheader.has-topbar .entry-banner .container {
  padding-top: 34px;
}
/*-------------------------------------
#. Topbar Layout 3
---------------------------------------*/
.topbar-style-3 #tophead .tophead-contact,
.topbar-style-3 #tophead .tophead-right {
  float: none;
  margin-top: 15px;
}
.topbar-style-3 #tophead .tophead-right {
  text-align: right;
}
.topbar-style-3 #tophead .topbar-logo {
  display: block;
  text-align: center;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.site-header {
  transition: all 1s ease-out 0s;
}
/* Header Logo */
.site-header .site-branding {
  display: table;
  height: 90px;
}
.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .site-branding a img {
  width: auto;
  padding: 10px 0;
}
.site-header .site-branding a.light-logo {
  display: none;
}
/* Main Navigation */
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul {
  text-align: right;
}
.site-header .main-navigation ul li {
  display: inline-block;
  position: relative;
}
.site-header .main-navigation ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 1s ease-out 0s;
  color: #111111;
  padding: 39px 15px 38px;
}
.site-header .main-navigation ul li a.active {
  color: #cf9455 !important;
}
.site-header .main-navigation ul.menu > li > a:hover {
  color: #cf9455;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
  color: #cf9455;
}
@media ( max-width:768px ) {
	.mean-container .mean-bar .logo-small {
		max-height:42px;
		padding: 0px 15px;
	}
}
.mean-container .mean-nav ul li li li a {
	padding: .5em 10% !important;
}
/* Submenu */
.site-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  top: 100%;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  transition: all 0.42s ease-out 0s;
  z-index: 99 !important;
  width: 210px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 6px;
  top: 10px;
}
.site-header .main-navigation ul li ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  transition: all 0.3s ease 0s;
  background-color: #cf9455;
}
.site-header .main-navigation ul li ul li:hover > a {
  color: #071041;
}
.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
  display: block;
  color: #ffffff;
  text-transform: inherit;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s ease-out 0s;
}
.site-header .main-navigation ul li ul li a:hover {
  padding-left: 18px !important;
}
.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/* 3rd Level Menu */
.site-header .main-navigation ul li ul li ul {
  left: 211px;
  top: 0;
  width: 210px;
}
.site-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #cf9455;
  color: #071041;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #cf9455;
  padding: 10px 0;
  width: 460px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 600;
  margin-bottom: 1px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: '';
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
/* Header Icons */
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
  padding-top: 38px;
  padding-bottom: 31px;
  color: #222222;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
  float: right;
}
.header-icon-area {
  position: relative;
  font-size: 18px;
}
.header-icon-area .search-box .search-text {
  background: #f5f5f5;
  border: 1px solid #cf9455;
  color: #666666;
  height: 34px;
  left: 0;
  margin-right: 3px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 99;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.header-icon-area .search-box .search-text.active {
  left: -112px;
  opacity: 1;
  visibility: visible;
  padding: 0 20px 0 10px;
  width: 180px;
}
.header-icon-area .search-box .search-close {
  font-size: 14px;
  line-height: 1;
  left: 52px;
  position: absolute;
  top: 111%;
  top: calc(109%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.header-icon-area .search-box .search-close.active {
  opacity: 1;
  visibility: visible;
}
.header-icon-area .search-box .search-button {
  font-size: 16px;
}
.header-icon-area .search-box .search-button i {
  color: #222222;
}
.header-icon-area .header-icon-seperator {
  font-size: 20px;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-icon-area .cart-icon-area {
  position: relative;
}
.header-icon-area .cart-icon-area > a {
  display: block;
  color: #222222;
  transition: none;
}
.header-icon-area .cart-icon-area .cart-icon-num {
  background-color: #cf9455;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  min-height: 19px;
  min-width: 19px;
  position: absolute;
  text-align: center;
  top: 27px;
  right: -20px;
}
.header-icon-area .cart-icon-area .cart-icon-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 270px;
  z-index: 99999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  text-align: left;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
  padding: 10px 15px 0;
}
.header-icon-area .cart-icon-area:hover .cart-icon-products {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}
/*header fix*/
.header-style-1 .header-icon-area,
.header-style-1 .menu-all-pages-container {
  float: right;
}
.header-style-1 .menu-all-pages-container {
  padding-right: 15px;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
  border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
  color: #cf9455;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
  line-height: 1;
  top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  width: 40px;
}
.additional-menu-area {
  margin-left: 30px;
}
.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
.additional-menu-area a.side-menu-trigger:hover {
  color: #cf9455;
}
/* Header Right Menu */
.additional-menu-area .sidenav {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  background-color: #222C32;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding-top: 45px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8);
}
.additional-menu-area .sidenav .closebtn {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 24px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 25px;
  width: 25px;
}
.additional-menu-area .sidenav .closebtn:hover {
  color: #cf9455;
}
.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
  border-bottom: 1px solid #354248;
  margin-bottom: 0;
  line-height: 24px;
  display: block;
}
.additional-menu-area .sidenav ul li:last-child {
  border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
  text-align: left;
  font-size: 14px;
  color: #d3d3d3;
  border: none;
  padding: 15px;
}
.additional-menu-area .sidenav ul li a:hover {
  color: #ffffff;
}
.additional-menu-area .sidenav ul li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 8px;
}
.additional-menu-area .sidenav ul li > ul > li {
  padding-left: 20px;
}
.additional-menu-area .sidenav a {
  padding: 7px 8px 7px 10px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: all 0.5s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
  padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
  display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
/* #. Sticky Header */
.stick #meanmenu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.stick .site-header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #cf9455;
  position: fixed;
  top: 0;
  z-index: 35;
}
.stick .site-header .main-navigation ul li a {
  padding-top: 28px;
  padding-bottom: 22px;
}
.stick .site-header .site-branding {
  height: 68px;
}
.stick .site-header .site-branding a img {
  max-height: 68px;
  padding: 5px 0;
}
.stick .cart-icon-area,
.stick .header-icon-seperator,
.stick .search-box-area,
.stick .additional-menu-area {
  padding-top: 21px;
  padding-bottom: 20px;
}
.stick .header-icon-area .cart-icon-area .cart-icon-num {
  top: 9px;
}
.admin-bar.stick .site-header,
.admin-bar.stick .mean-container {
  top: 32px !important;
}
.mean-container .mean-nav ul.menu {
    overflow-y: scroll;
}
/* Transparent Header */
.trheader.non-stick .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99;
}
.trheader.non-stick .site-header .site-branding a.dark-logo {
  display: none;
}
.trheader.non-stick .site-header .site-branding a.light-logo {
  display: table-cell;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  color: #fff;
}
.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
  color: #fff;
}
.trheader.non-stick .additional-menu-area a.side-menu-trigger:hover {
  color: #cf9455;
}
.trheader .entry-banner {
  padding-top: 60px;
}
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .masthead-container {
  padding-top: 20px;
}
.header-style-2 .site-header .main-navigation {
  float: left;
}
.header-style-2 .header-icon-area {
  float: right;
}
.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
.header-style-2 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-2 .site-header .main-navigation ul li a {
  padding: 0 30px 20px 0;
}
.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-3 .site-header .site-branding a img {
  max-height: 88px;
}
.header-style-3 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-3 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-3 .header-contact li {
  display: inline-block;
  margin-left: 25px;
}
.header-style-3 .header-contact li a {
  color: #444444;
  font-size: 14px;
}
.header-style-3 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-3 .header-contact .fa {
  color: #cf9455;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-3 .header-social {
  padding-left: 40px;
}
.header-style-3 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-3 .header-social li a {
  color: #444444;
  padding-left: 10px;
}
.header-style-3 .header-social li a:hover {
  color: #cf9455;
}
.header-style-3 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-3 .site-header .main-navigation ul li a {
  padding: 0 30px 20px 0;
}
.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}
.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
/* Sticky header */
.header-style-3.stick .header-firstrow,
.header-style-3.stick .menu-sep {
  display: none;
}
.header-style-3.stick .site-header {
  padding-top: 20px;
}
/* Transparent Header */
.header-style-3.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
  color: #fff;
}
.header-style-3.trheader .header-social li a:hover {
  color: #cf9455;
}
.header-style-3.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-4 .site-header .site-branding a {
  text-align: center;
}
.header-style-4 .header-firstrow-contents {
  display: table-cell;
  vertical-align: middle;
}
.header-style-4 .header-contact li {
  display: inline-block;
  margin-right: 25px;
}
.header-style-4 .header-contact li a {
  color: #444444;
  font-size: 14px;
}
.header-style-4 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-4 .header-contact .fa {
  color: #cf9455;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-4 .header-firstrow-contents-right {
  text-align: right;
}
.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
  display: inline-block;
  vertical-align: middle;
}
.header-style-4 .header-social li {
  display: inline-block;
  list-style-type: none;
}
.header-style-4 .header-social li a {
  color: #444444;
  padding-left: 10px;
}
.header-style-4 .header-social li a:hover {
  color: #cf9455;
}
.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
  padding-bottom: 0;
  padding-top: 0;
}
.header-style-4 .header-icon-seperator {
  font-size: 14px;
  line-height: 27px;
}
.header-style-4 .site-header .search-box .search-text.active {
  top: 47px;
}
.header-style-4 .site-header .search-box .search-close {
  top: 56px;
}
.header-style-4 .header-icon-area {
  padding-left: 40px;
}
.header-style-4 .header-icon-area i {
  font-size: 14px;
}
.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
  line-height: 14px;
  min-height: 18px;
  min-width: 17px;
  padding: 2px;
  right: -16px;
  top: -7px;
}
.header-style-4 .additional-menu-area {
  margin-left: 20px;
}
.header-style-4 .site-header .main-navigation ul {
  text-align: center;
}
.header-style-4 .site-header .main-navigation ul.sub-menu {
  text-align: left;
}
.header-style-4 .site-header .main-navigation ul li a {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Sticky header */
.header-style-4.stick .header-firstrow-wrap,
.header-style-4.stick .menu-sep {
  display: none;
}
.header-style-4.stick .site-header {
  padding-top: 20px;
}
/* Transparent Header */
.header-style-4.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
  color: #fff;
}
.header-style-4.trheader .header-social li a:hover {
  color: #cf9455;
}
.header-style-4.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .site-branding {
  height: 70px;
  float: left;
}
.header-style-5 .site-header .site-branding a img {
  max-height: 60px;
  padding: 0 30px;
}
.header-style-5 .site-header .main-navigation {
  float: right;
}
.header-style-5 .site-header .main-navigation ul.menu {
  font-size: 0;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a {
  border-left: 1px solid #d7d7d7;
}
.header-style-5 .header-menu-btn {
  background-color: #cf9455;
  color: #ffffff;
  float: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.header-style-5 .header-menu-btn:hover {
  opacity: .8;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a,
.header-style-5 .header-menu-btn {
  padding: 23px 17px;
}
/* Transparent Header */
.header-style-5.trheader.non-stick .header-menu-btn {
  color: #fff;
}
.header-style-5.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  border-left: none;
}
/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .site-header .site-branding {
  height: 110px;
}
.header-style-6 .site-header .header-firstrow {
  transition: all 1s ease-out 0s;
}
.header-style-6 .header-icon-area {
  float: right;
  margin-left: 25px;
  margin-top: 10px;
}
.header-style-6 .header-address {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: right;
}
.header-style-6 .header-address li {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
  line-height: 1.6;
  vertical-align: top;
}
.header-style-6 .header-address li a {
  color: #222222;
}
.header-style-6 .header-address li span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding-left: 27px;
}
.header-style-6 .header-address li i {
  color: #cf9455;
  padding-right: 10px;
  width: 25px;
}
.header-style-6 .site-header .main-navigation {
  position: relative;
  margin-bottom: 30px;
}
.header-style-6 .site-header .main-navigation .nav-area {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #cf9455;
  z-index: 50;
}
.header-style-6 .site-header .main-navigation .nav-area ul {
  text-align: left;
}
.header-style-6 .site-header .main-navigation .nav-area ul li a {
  color: #fff !important;
  padding: 23px 15px;
}
.header-style-6 .site-header .main-navigation .nav-area nav {
  float: left;
  height: 70px;
  width: 75%;
  width: calc(100% -  220px);
}
.header-style-6 .site-header .main-navigation .nav-area .header-cta {
  background-color: #222222;
  float: right;
  height: 70px;
  position: relative;
  width: 200px;
}
.header-style-6 .site-header .main-navigation .nav-area .header-cta a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.header-style-6 .site-header .main-navigation .nav-area .header-cta a:hover {
  color: #cf9455;
}
.header-style-6 .site-header .main-navigation .nav-area .header-cta:before {
  background-color: #222222;
  content: "";
  height: 100%;
  left: -41px;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
  width: 82px;
}
/* Sticky header */
.header-style-6.stick .site-header {
  border: none;
}
.header-style-6.stick .site-header .header-firstrow {
  display: none;
  transition: all 1s ease-out 0s;
}
.header-style-6.stick .site-header .main-navigation {
  margin-bottom: 0;
}
.header-style-6.stick .site-header .main-navigation .nav-area {
  position: relative;
}
.header-style-6.stick .site-header:before {
  background-color: #cf9455;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
}
.header-style-6.stick .site-header:after {
  background-color: #222222;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
}
/* Transparent Header */
.header-style-6.trheader .site-header .header-address li {
  color: #fff;
}
.header-style-6.trheader .site-header .header-address li a,
.header-style-6.trheader .site-header .header-address li span {
  color: #fff;
}
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 991px) {
  /* Header 1 */
  .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px;
  }
  .additional-menu-area {
    margin-left: 28px;
  }
  /* Header 5 */
  .header-menu-btn {
    display: none;
  }
  .site-header .main-navigation ul.menu > li > a {
    border-left: none;
  }
}
@media all and (max-width: 767px) {
  /* Topbar 1 */
  #tophead .tophead-contact,
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }
  /* Topbar 3 */
  .topbar-style-3 #tophead .topbar-logo {
    display: none;
  }
  .topbar-style-3 #tophead .tophead-right {
    text-align: center;
  }
  /* Header 1 */
  .site-header .site-branding,
  .stick .site-header .site-branding {
    display: block;
    height: inherit;
    padding: 20px 0;
    text-align: center;
  }
  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }
  .site-header .site-branding a img {
    height: 35px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a,
  .stick .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-icon-area {
    display: none;
  }
  /* Header 2 */
  .header-style-2 .masthead-container {
    padding-top: 10px;
  }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 3 */
  .header-firstrow {
    padding: 15px 0 10px;
  }
  .site-header .site-branding,
  .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .site-header .site-branding {
    padding: 0 0 10px 0px;
  }
  .site-header .site-branding a img {
    max-height: 35px;
  }
  .header-firstrow-right-contents {
    display: block;
  }
  .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header-contact li {
    display: block;
    margin-left: 0;
  }
  .menu-sep {
    margin-bottom: 10px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 4 */
  .header-firstrow-wrap {
    padding-top: 10px;
  }
  .site-header .site-branding,
  .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-firstrow-contents {
    display: block;
  }
  .header-contact li {
    display: block;
    margin-right: 0;
  }
  .header-firstrow-contents-right {
    text-align: center;
  }
  .header-firstrow-contents-right .header-icon-area {
    display: none;
  }
  /* Header 5 */
  .site-header .site-branding {
    float: none;
    height: inherit;
  }
  .site-header .main-navigation {
    float: none;
  }
  .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
  .header-menu-btn {
    display: none;
  }
}
/* Header style when Admin Bar is active */
@media screen and (max-width: 782px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .mean-container .mean-bar .logo-small {
    max-height: 50px;
    padding: 4px 18px;
  }
}
/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
  background-color: #282828;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.scrollToTop {
  background-color: #cf9455;
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  opacity: 1;
  z-index: 99999;
}
.scrollToTop i {
  color: #ffffff;
}
.scrollToTop:hover {
  opacity: 0.9;
}
.footer-top-area {
  background-color: #000000;
  padding: 100px 0 70px;
}
@media (max-width: 1024px) {
  .footer-top-area {
    padding: 55px 0 55px;
  }
}
@media (max-width: 414px) {
  .footer-top-area {
    padding: 40px 0 40px;
  }
}
.footer-top-area .widget {
	color: #c4c4c4;
	margin-bottom: 0;
}
.footer-bottom-area {
  background-color: #000000;
  border-top: 1px solid #2d2d2d;
  padding: 30px 0;
  color: #999999;
  font-style: 14px;
  text-align: center;
}
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
  color: #f5f5f5;
}
.footer-bottom-area a:hover {
  text-decoration: underline;
}
/*---------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------*/
.search-form label {
  margin-bottom: 15px;
  display: block;
}
.search-form input.search-field {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.search-form input.search-field::-webkit-input-placeholder {
  font-style: italic;
}
.search-form input.search-field:-ms-input-placeholder {
  font-style: italic;
}
.search-form input.search-field::placeholder {
  font-style: italic;
}
.search-form input.search-submit {
  background-color: #cf9455;
  border: 2px solid #cf9455;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: 200px;
  font-weight: 600;
}
.search-form input.search-submit:hover {
  background-color: #fff;
  color: #cf9455;
}
.widget_search .custom-search-input .btn {
  z-index: 2;
}
.widget_search .search-form {
  padding-top: 0;
}
.widget_search input.search-submit {
  width: 100%;
}
.widget select {
  padding: 8px 10px;
  width: 100%;
}
.widget > form {
  padding-top: 10px;
}
.widget > select {
  margin-top: 10px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul li a {
  color: #444444;
  display: inline;
  transition: all 0.3s ease 0s;
}
.widget ul li a:hover {
  color: #797979;
}
.widget_recent_entries ul li span {
  display: block;
}
.sidebar-widget-area .widget {
  margin-bottom: 40px;
}
.sidebar-widget-area .widget h3.widgettitle {
  line-height: 1;
  color: #282b31;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 21px;
  text-transform: uppercase;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
  border-bottom: 1px dotted #cf9455;
  margin: 0;
  padding: 0;
}
.sidebar-widget-area .widget ul li a {
  color: #666666;
  line-height: 34px;
  font-size: 14px;
  transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget ul li a:before {
  color: #cf9455;
  content: "\f105";
  font-family: fontawesome;
  margin-right: 9px;
  font-size: 15px;
  font-weight: 100;
}
.sidebar-widget-area .widget ul li a:hover {
  color: #cf9455;
}
.sidebar-widget-area .widget ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
  color: #cf9455;
}
.sidebar-widget-area .widget ul li.active a:before {
  content: "\f105";
  font-family: fontawesome;
  color: #cf9455;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
  border-top: 1px dotted #cf9455;
  padding-left: 17px;
  padding-top: 0px;
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.sidebar-widget-area .widget_recent_comments h3.widgettitle {
  margin-bottom: 15px;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
  padding-bottom: 10px !important;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments a {
  line-height: 1.2 !important;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments a:before {
  content: "-";
  font-size: 28px;
  position: relative;
  top: 2px;
  margin-left: 0px;
  margin-right: 8px;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments span a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  position: relative;
  top: 0;
}
.sidebar-widget-area .widget_recent_entries h3.widgettitle {
  margin-bottom: 28px;
}
.sidebar-widget-area .widget_recent_entries ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.sidebar-widget-area .widget_recent_entries ul li a {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.sidebar-widget-area .widget_recent_entries ul li a:before {
  content: "";
  margin-right: 0px;
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
  color: #7d7d7d;
  font-size: 14px;
}
.sidebar-widget-area .widget_tag_cloud .tagcloud {
  padding-top: 10px;
}
.sidebar-widget-area .widget_tag_cloud a {
  color: #000000;
  border: 1px solid #cf9455;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 2px 4px 0;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.sidebar-widget-area .widget_tag_cloud a:hover {
  background-color: #cf9455;
  color: #ffffff;
}
.sidebar-widget-area .widget_search h3.widgettitle {
  margin-bottom: 34px;
}
.sidebar-widget-area .widget_search form input {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  float: left;
  height: 34px;
  padding: 0 8px;
  width: 85%;
}
.sidebar-widget-area .widget_search form button {
  background: #666666;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 7px 13px;
  position: absolute;
  right: 3px;
  font-size: 14px;
  top: 0px;
  z-index: 2 !important;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image h3.widgettitle {
  margin-bottom: 34px;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .pull-left {
  padding-top: 4px;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .pull-left img {
  transition: all 0.3s ease 0s;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .pull-left img:hover {
  opacity: .5;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body h4 a {
  color: #000000;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 23px;
  margin: 0 0 8px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
  transition: all 0.3s ease 0s;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body h4 a:hover {
  color: #cf9455;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body .posted-date a {
  color: #000000;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body .posted-date a:hover {
  color: #666666;
}
.footer-top-area {
  /*mail chimp*/
  /*Sidebar Opening Hour - footer*/
}
.footer-top-area .widget {
  padding-bottom: 30px;
}
.footer-top-area .widgettitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-top-area .widgettitle:after {
  background: #cf9455;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 17px 0 23px;
  right: 0;
  top: 0;
  width: 50px;
}
.footer-top-area ul.menu li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
}
.footer-top-area ul.menu li:before {
  background: #cf9455 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  line-height: 33px;
  margin: 10px 0 0;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  width: 5px;
}
.footer-top-area ul.menu li.menu-item-has-children {
  width: 100%;
}
.footer-top-area .corporate-address li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer-top-area .corporate-address li i {
  color: #cf9455;
  font-size: 19px;
  padding: 0px 15px 10px 0;
}
.footer-top-area .widget_archive li {
  border-bottom: 1px dotted #cf9455;
}
.footer-top-area .widget_archive li a:before {
  color: #cf9455;
  content: "\f054";
  font-family: fontawesome;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 100;
}
.footer-top-area .widget_categories li a:before,
.footer-top-area .widget_pages li a:before {
  color: #cf9455;
  content: "\f054";
  font-family: fontawesome;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 100;
}
.footer-top-area .rt_footer_social_widget {
  float: left;
}
.footer-top-area .rt_footer_social_widget .footer-social li {
  float: left;
  border: 1px solid #cf9455;
  margin-right: 10px;
  margin-top: 7px;
  padding-bottom: 1px;
}
.footer-top-area .rt_footer_social_widget .footer-social li a {
  display: block;
  font-size: 18px;
  height: 35px;
  padding: 5px 10px 10px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 35px;
}
.footer-top-area .rt_footer_social_widget .footer-social li a i {
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
}
.footer-top-area .rt_footer_social_widget .footer-social li:hover i {
  color: #cf9455;
}
.footer-top-area .widget_tag_cloud .tagcloud {
  padding-top: 10px;
}
.footer-top-area .widget_tag_cloud a {
  color: #ffffff;
  border: 1px solid #ffffff;
  color: #002147;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 2px 4px 0;
  padding: 6px 19px;
  transition: all 0.3s ease 0s;
}
.footer-top-area .widget_tag_cloud a:hover {
  background-color: #cf9455 !important;
  color: #ffffff !important;
  border: 1px solid #cf9455 !important;
}
.footer-top-area .search-form input.search-submit {
  background-color: #fff;
  color: #cf9455;
}
.footer-top-area a {
  text-decoration: underline;
}
.footer-top-area a:link,
.footer-top-area a:visited {
  color: #f5f5f5;
}
.footer-top-area a:hover,
.footer-top-area a:active {
  color: #797979;
}
.footer-top-area ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  position: relative;
}
.footer-top-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
  margin-top: 5px;
  padding-left: 4px;
  padding-top: 5px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area ul li a {
  text-decoration: none;
}
.footer-top-area ul li.recentcomments a {
  line-height: 1.2 !important;
}
.footer-top-area ul li.recentcomments a:before {
  content: "-";
  font-size: 28px;
  position: relative;
  top: 2px;
  margin-left: 12px;
  margin-right: 12px;
}
.footer-top-area ul li.recentcomments span a:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 10px;
  position: relative;
  top: 0;
}
.footer-top-area .widget_tag_cloud a {
  text-decoration: none;
}
.footer-top-area .mc4wp-success {
  margin-top: 25px;
}
.footer-top-area .stylish-input-group {
  padding-top: 15px;
}
.footer-top-area .stylish-input-group .form-control {
  background: #18181c;
  border: none;
  box-shadow: none;
  color: #dbdbdb;
  border-radius: 30px 0 0 30px;
  height: 50px;
  padding-left: 18px;
}
.footer-top-area .stylish-input-group .form-control::-moz-placeholder {
  color: #dbdbdb;
}
.footer-top-area .stylish-input-group .form-control::-webkit-input-placeholder {
  color: #dbdbdb;
}
.footer-top-area .stylish-input-group .input-group-addon {
  background: #18181c;
  border: none;
  border-radius: 0 30px 30px 0;
  padding: 0;
}
.footer-top-area .stylish-input-group .input-group-addon button {
  background: #cf9455;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  margin-right: 6px;
  padding: 8px 24px;
  transition: all 0.3s ease-out;
}
.footer-top-area .stylish-input-group .input-group-addon button i {
  color: #ffffff;
}
.footer-top-area .stylish-input-group .input-group-addon button:hover {
  opacity: 0.7;
}
.footer-top-area .rt_widget_open_hour .opening-schedule li {
  color: #c4c4c4;
  font-size: 15px;
  margin-bottom: 7px;
}
.footer-top-area .rt_widget_open_hour .opening-schedule li span {
  float: right;
}
.footer-top-area .rt_widget_open_hour .opening-schedule li:before {
  content: "";
  margin-right: 0px;
}
.footer-top-area .rt_widget_open_hour .opening-schedule li:last-child {
  margin-bottom: 0;
}
/*-------------------------------------
#. Banner
---------------------------------------*/
.entry-banner .entry-banner-content {
  padding: 100px 0 110px;
  text-align: center;
}
.entry-banner .entry-banner-content h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}
.breadcrumb-area .entry-breadcrumb .breadcrumb-seperator {
  color: #ffffff;
  padding: 0 5px;
}
.breadcrumb-area .entry-breadcrumb span a {
  color: #797979;
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
  color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb > span:last-child {
  color: #ffffff;
  font-size: 14px;
}
.banner-text {
  font-family: "Raleway", sans-serif;
  line-height: 1.4;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.rdtheme-button-1 {
  border: none;
  color: #cf9455;
  padding: 13px 30px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.rdtheme-button-1:hover {
  color: #ffffff;
  background: #cf9455;
}
.rdtheme-button-2 {
  border: none;
  color: #ffffff;
  padding: 13px 30px;
  background: #cf9455;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.rdtheme-button-2:hover {
  color: #cf9455;
  background: #797979;
}
.rdtheme-button-2 i {
  font-size: 14px;
  padding-left: 10px;
}
.miako-primary-color {
  color: #cf9455;
}
.entry-content .pricetable-btn {
  padding: 10px 0;
  text-align: center;
  color: #263238;
  height: 50px;
  width: 160px;
  background: #797979;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #797979;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .entry-content .pricetable-btn {
    height: 45px;
    width: 140px;
    font-size: 15px;
    padding: 9px 0;
  }
}
@media only screen and (max-width: 479px) {
  .entry-content .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}
.entry-content .pricetable-btn:hover {
  background: transparent;
  color: #ffffff;
}
/*-------------------------------------
#. Contents
---------------------------------------*/
.content-area {
  padding: 100px 0;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
.entry-header .entry-thumbnail-area {
  margin-bottom: 35px;
}
.entry-header .entry-meta {
  margin-bottom: 25px;
}
.entry-header .entry-meta ul {
  padding-left: 0px;
}
.entry-header .entry-meta ul li {
  display: inline-block;
  margin-right: 20px;
}
.entry-header .entry-meta ul li:last-child {
  margin-right: 0;
}
.entry-header .entry-meta ul li i {
  color: #cf9455;
  padding-right: 12px;
}
.entry-header .entry-meta ul li a {
  color: #444444;
}
.entry-header .entry-meta ul li a:hover {
  color: #cf9455;
}
.entry-footer {
  border-top: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-top: 30px;
}
.entry-footer .entry-footer-meta {
  margin-bottom: 60px;
}
.entry-footer .item-tags {
  float: left;
  padding-left: 0;
}
.entry-footer .item-tags span {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.entry-footer .item-tags a {
  color: #444444;
}
.entry-footer .item-tags a:hover {
  color: #cf9455;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul {
  list-style-type: none;
  padding: 0;
}
.comments-area h3.comment-num {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
}
.comments-area h3.comment-num:after {
  background: #cf9455;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 5px 0 0;
  top: 0;
  width: 80px;
}
.comments-area .comment-form {
  margin-top: 15px;
}
.comments-area .main-comments .imgholder {
  margin-right: 20px;
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body p {
  margin-bottom: 10px;
  font-size: 15px;
}
.comments-area .main-comments .comment-meta {
  font-size: 16px;
  margin-bottom: 8px;
}
.comments-area .main-comments .comment-meta .comment-author-name {
  margin-bottom: 20px;
  color: #222222;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.comments-area .main-comments .comment-meta .comment-author-name a {
  color: #222222;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.comments-area .main-comments .comment-meta .comment-author-name a:hover {
  color: #cf9455;
}
.comments-area .main-comments .comment-meta .comment-time {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.comments-area .main-comments .replay-area {
  float: right;
  margin-bottom: 20px;
}
.comments-area .main-comments .replay-area a {
  background-color: #797979;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 10px;
  transition: all 0.3s ease-in-out;
}
.comments-area .main-comments .replay-area a:hover {
  background-color: #797979;
}
@media (max-width: 767px) {
  .comments-area .main-comments .replay-area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
.comments-area .main-comments .comment-text {
  font-size: 14px;
}
.comments-area .main-comments #respond {
  padding-top: 20px;
}
.comments-area .reply-separator {
  margin-top: 40px;
  padding-top: 50px;
}
.each-comment {
  background: #efefef;
  padding: 15px 15px 6px;
}
.main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}
.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}
.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}
.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.comment-navigation ul {
  margin-top: 30px;
}
.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}
#respond .comment-reply-title {
  margin-bottom: 10px;
  font-weight: 600;
  padding: 40px 0 25px;
  color: #222222;
}
#respond .comment-reply-title:after {
  background: #cf9455;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 5px 0 0;
  top: 0;
  width: 80px;
}
#respond .comment-notes {
  margin-bottom: 30px;
}
#respond .logged-in-as {
  margin-bottom: 20px;
}
#respond .logged-in-as a {
  color: #222222;
}
#respond .form-group {
  margin-bottom: 25px;
}
#respond .form-group.form-submit {
  margin-bottom: 0px;
}
#respond form input {
  border: none;
  background-color: #f5f5f5;
  border-radius: 0;
  margin-right: 20px;
  box-shadow: none;
  height: 45px;
}
#respond form input:focus {
  border: 0 none;
  box-shadow: none;
}
#respond form textarea {
  border: none;
  background-color: #f5f5f5;
  border-radius: 0;
  margin-right: 20px;
  box-shadow: none;
}
#respond form textarea:focus {
  border: 0 none;
  box-shadow: none;
}
#respond form input[type="submit"] {
  height: inherit;
}
#respond form .btn-send {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
#respond form .btn-send:hover {
  background-color: #797979;
  color: #797979;
}
#respond #cancel-comment-reply-link {
  font-size: 12px;
}
.comment-list li {
  padding-top: 20px;
}
.comment-list li:first-child {
  padding-top: 0px;
}
.comment-list li .children li {
  padding-top: 20px;
}
.comment-list .comment-text ul {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: disc;
}
.comment-list .comment-text ul li {
  padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}
.comment-list .comment-text ol {
  margin-bottom: 20px;
}
.comment-list .comment-text ol li {
  padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ol ol {
  margin-bottom: 0;
}
.item-comments {
  margin-top: 50px;
}
.item-comments h2 {
  font-size: 24px;
}
.item-comments .item-comments-list {
  margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: #cf9455;
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.item-comments .item-comments-form {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: #222222;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
/*-------------------------------------
#. Archive Contents
---------------------------------------*/
.blog-layout-1 .entry-header {
  margin-bottom: 45px;
}
.blog-layout-1 .entry-header .entry-thumbnail-area {
  margin-bottom: 30px;
  position: relative;
}
.blog-layout-1 .entry-header .entry-thumbnail-area .post-date1 {
  list-style: none;
  background: #cf9455;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 8px 20px;
  text-align: center;
}
.blog-layout-1 .entry-header .entry-thumbnail-area .post-date1 span {
  display: block;
}
.blog-layout-1 .entry-header .entry-content h3 a {
  color: #222222;
  transition: all 0.3s ease-out;
}
.blog-layout-1 .entry-header .entry-content h3 a:hover {
  color: #cf9455;
}
.blog-layout-1 .entry-header .entry-content p {
  margin-bottom: 35px;
}
.blog-layout-1 .entry-header .entry-content .rdtheme-button-7 {
  background: #222222;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.5s ease-out;
}
.blog-layout-1 .entry-header .entry-content .rdtheme-button-7:hover {
  background: #cf9455;
  color: #ffffff;
}
.blog-layout-1 .entry-header .entry-content .rdtheme-button-7 i {
  padding-left: 8px;
}
.blog-layout-1 .entry-header .entry-meta ul {
  padding-left: 0px;
}
.blog-layout-1.sticky .entry-header {
  margin-bottom: 0px;
}
.search-results .blog-layout-1 .entry-header {
  margin-bottom: 0px;
}
.search-results .blog-layout-1 {
  margin-bottom: 20px;
}
.custom-search-input .btn {
  background-color: #cf9455;
  color: #fff;
}
.search-no-results .search-query {
  border-radius: 0;
}
.search-no-results .custom-search-input .btn {
  background-color: #cf9455;
  color: #fff;
  border-radius: 0;
}
.rt-blog-layout {
  margin: 30px 0 0;
}
.rt-blog-layout .entry-thumbnail-area ul {
  list-style: none;
  padding: 0;
}
.rt-blog-layout .entry-thumbnail-area ul li {
  float: left;
  padding: 12px;
}
.rt-blog-layout .entry-thumbnail-area ul li i {
  color: #cf9455;
}
.rt-blog-layout .entry-thumbnail-area ul li a {
  text-decoration: none;
  text-align: center;
  color: #666666;
  transition: all 0.3s ease-out 0s;
}
.rt-blog-layout .entry-thumbnail-area ul li a:hover {
  color: #cf9455;
}
.rt-blog-layout .entry-thumbnail-area ul li:last-child {
  float: right;
}
@media (max-width: 992px) {
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: block;
  }
}
.rt-blog-layout .entry-thumbnail-area ul .active {
  background: #cf9455;
  color: #ffffff;
}
.rt-blog-layout .entry-thumbnail-area ul .miako-author {
  display: -webkit-box;
}
.rt-blog-layout .entry-thumbnail-area ul .miako-author a {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  width: 10.5em;
  white-space: nowrap;
  display: block;
  float: initial;
  text-align: left;
  padding-left: 5px;
}
.rt-blog-layout .entry-thumbnail-area ul.side_bar {
  padding: 0 15px 0 0;
}
.rt-blog-layout .entry-content h3 {
  margin: 0 0 10px;
  line-height: inherit;
}
.rt-blog-layout .entry-content h3 a {
  color: #222222;
  display: block;
  font-size: 22px;
  font-weight: 500;
  padding: 17px 0 0;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  line-height: 33px;
}
.rt-blog-layout .entry-content h3 a:hover {
  color: #cf9455;
}
.rt-blog-layout .entry-content p {
  font-size: 14px;
  color: #666666;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul {
  text-align: center;
  font-size: 0;
}
.pagination-area ul li {
  display: inline-block;
  margin-top: 10px;
}
.pagination-area ul li a,
.pagination-area ul li span {
  background-color: none;
  border: 1px solid #cf9455;
  color: #222222;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  padding: 10px 18px;
  margin: 0 3px;
  font-size: 16px;
  font-weight: 500;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li .current {
  background-color: #cf9455;
  color: #ffffff;
}
.site-content .pagination-area {
  clear: both;
  padding-top: 45px;
}
/*-------------------------------------
#. No Content
---------------------------------------*/
.no-results h2.page-title {
  color: #222222;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
  padding-top: 10px;
}
.error-page-area .error-page {
  text-align: center;
  background-position: center center;
  background-size: cover;
  padding: 100px;
}
.error-page-area .error-page h1 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  margin: 0;
  line-height: 1.4;
}
.error-page-area .error-page p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  margin: 10px;
}
.error-page-area .error-page-content p {
  color: #222222;
  display: block;
  padding: 48px 330px;
  text-align: center;
}
@media (max-width:1024px) {
	.error-page-area .error-page-content p {
		padding: 24px 30px;
	}
}
.error-page-area .error-page-content .go-home {
  text-align: center;
}
.error-page-area .error-page-content .go-home a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  background: #cf9455;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}
.error-page-area .error-page-content .go-home a:hover {
  background: #666666;
  color: #ffffff;
}
/*-------------------------------------
#. Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
  color: #a94442;
}
div.wpcf7-response-output {
  margin: 25px 15px;
  padding: 5px 10px;
  border-radius: 3px;
  float: left;
  width: 96%;
}
div.wpcf7-validation-errors {
  border-color: #a94442;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.contact-form-area h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #222222;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 20px;
}
.contact-form-area label {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #666666;
}
.contact-form-area input {
  border-radius: 0px;
  height: 36px;
}
.contact-form-area .submit-button {
  background: #cf9455;
  padding: 10px 25px;
  color: #ffffff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  height: 45px;
}
.contact-form-area .submit-buttom:hover {
  background: #222222;
}
.contact-form-area .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form-area .form-response .alert-success {
  background-color: transparent;
  color: #00082E;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .contact-form-area .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form-area .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
/*rt-request-call-two*/
.rt-request-call-two .consulting-title {
  background-color: #cf9455;
  color: #ffffff;
  padding: 30px 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
.rt-request-call-two .request-form .form-left h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.rt-request-call-two .request-form .form-left h2:after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.rt-request-call-two .request-form .form-holder {
  padding: 30px;
  background-color: #2e2e2e;
  float: left;
  margin: 0 15px;
}
.rt-request-call-two .request-form .form-holder .form-group {
  margin-bottom: 20px;
}
.rt-request-call-two .request-form .form-holder .form-group .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #868686;
  font-style: italic;
  height: 45px;
}
.rt-request-call-two .request-form .form-holder .form-group .form-control::-moz-placeholder {
  color: #868686;
}
.rt-request-call-two .request-form .form-holder .form-group .form-control::-webkit-input-placeholder {
  color: #868686;
}
.rt-request-call-two .request-form .form-holder .form-group textarea.form-control {
  min-height: 150px;
}
.rt-request-call-two .request-form .form-holder .form-group.margin-bottom-none {
  margin: 2px auto 0;
  text-align: center;
}
.rt-request-call-two .request-form .form-holder .form-group.margin-bottom-none .default-big-btn {
  background: #111111;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: all 0.3s ease-out;
}
.rt-request-call-two .request-form .form-holder .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cf9455;
}
.rt-request-call-two .request-form .wpcf7-not-valid-tip {
  color: #ffffff;
}
.rt-request-call-two .request-form .wpcf7-response-output {
  color: #ffffff;
  border-color: #ffffff;
}
/*rt-request-call-three*/
.rt-request-call-three .request-form .form-left h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.rt-request-call-three .request-form .form-left h2:after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.rt-request-call-three .request-form .form-group {
  margin-bottom: 20px;
}
.rt-request-call-three .request-form .form-group .form-control {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  height: 45px;
  color: #868686;
  font-style: italic;
}
.rt-request-call-three .request-form .form-group .form-control::-moz-placeholder {
  color: #868686;
}
.rt-request-call-three .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #868686;
}
.rt-request-call-three .request-form .form-group textarea.form-control {
  min-height: 150px;
}
.rt-request-call-three .request-form .form-group.margin-bottom-none {
  margin: 2px auto 0;
  text-align: center;
}
.rt-request-call-three .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #111111;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: all 0.3s ease-out;
}
.rt-request-call-three .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cf9455;
}
.rt-request-call-three .request-form .wpcf7-not-valid-tip {
  color: #ffffff;
}
.rt-request-call-three .request-form .wpcf7-response-output {
  color: #ffffff;
  border-color: #ffffff;
}
/*rt-request-call-three*/
.rt-request-call-four .request-form-wrapper {
  margin: 0 auto;
  width: 80%;
}
.rt-request-call-four .request-form-wrapper .request-form .form-heading {
  background: #cf9455;
  color: #fff;
  font-size: 24px;
  padding: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  .rt-request-call-four .request-form-wrapper .request-form .form-heading {
    float: left;
    padding: 30px 66px;
  }
}
@media (max-width: 991px) {
  .rt-request-call-four .request-form-wrapper .request-form .form-heading {
    float: left;
    padding: 30px 52px;
  }
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input {
  background: #efefef;
  float: left;
  padding: 35px 30px 50px;
}
@media (max-width: 768px) {
  .rt-request-call-four .request-form-wrapper .request-form .request-form-input {
    padding: 25px 12px 50px;
  }
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group {
  margin-bottom: 20px;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group .form-control {
  background: transparent;
  border-color: #868686;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #868686;
  height: 45px;
  padding-left: 5px;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group .form-control::-moz-placeholder {
  color: #868686;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group .form-control::-webkit-input-placeholder {
  color: #868686;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group select.form-control {
  padding-left: 0px;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group textarea.form-control {
  min-height: 150px;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group.margin-bottom-none {
  margin: 2px auto 0;
  text-align: center;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group.margin-bottom-none .default-big-btn {
  background: #cf9455;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: all 0.3s ease-out;
  width: 100%;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .form-group.margin-bottom-none .default-big-btn:hover {
  opacity: .8;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .wpcf7-not-valid-tip {
  color: #222222;
}
.rt-request-call-four .request-form-wrapper .request-form .request-form-input .wpcf7-response-output {
  color: #222222;
  border-color: #222222;
}
@media (max-width: 1024px) {
  .rt-request-call-four .request-form-wrapper {
    margin: 0 auto;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .rt-request-call-four .request-form-wrapper {
    margin: 0px;
    width: 96%;
  }
}
@media (max-width: 480px) {
  .rt-request-call-four .request-form-wrapper {
    margin: 0 15px;
    width: 91%;
  }
}
@media (max-width: 414px) {
  .rt-request-call-four .request-form-wrapper {
    margin: 0px auto;
    width: 80%;
  }
}
@media (max-width: 375px) {
  .rt-request-call-four .request-form-wrapper {
    margin: 0px auto;
    width: 90%;
  }
}
@media (max-width: 375px) {
  .rt-request-call-four .request-form-wrapper .request-form .form-heading {
    padding: 30px 61px;
  }
}
/*-------------------------------------
#. Single Team
---------------------------------------*/
.rt-team-single {
  position: relative;
}
.rt-team-single .team-details-img-wraper {
  text-align: center;
}
.rt-team-single .team-details-img-wraper .team-details-img-holder {
  display: inline-block;
}
.rt-team-single .team-details-img-wraper .team-details-img-holder a img {
  width: 100%;
}
.rt-team-single .team-details-content-holder h3 {
  color: #222222;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 32px;
}
.rt-team-single .team-details-content-holder p span {
  font-weight: 600;
}
.team-details-social {
  padding-left: 0px;
  text-align: left;
  margin-top: 30px;
}
.team-details-social li {
  display: inline;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  margin-bottom: 5px;
}
.team-details-social li a {
  background: #cf9455;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: 1px solid #cf9455;
  transition: all 0.5s ease-out;
}
.team-details-social li a i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.team-details-social li:hover a {
  background: transparent;
  border: 1px solid #cf9455;
  transition: all 0.5s ease-out;
}
.team-details-social li:hover a i {
  color: #cf9455;
  transition: all 0.5s ease-out;
}
.skill-area {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.skill-area .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 7px;
  margin-bottom: 50px;
  overflow: visible;
  position: relative;
  margin-top: 25px;
}
.skill-area .progress:last-child {
  margin-bottom: 12px;
}
.skill-area .progress .lead {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: -13px;
  z-index: 9;
  background: #ffffff;
  border: 2px solid #cf9455;
  padding: 5px 20px;
}
.skill-area .progress-bar > span {
  background: #646464;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 0 5px;
}
.skill-area .progress-bar > span:before {
  border: medium solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
  border-top-color: #333333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.skill-area .progress-bar > span:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill-area .progress .progress-bar {
  background: #cf9455;
}
.team-details-info {
  padding-left: 0px;
  list-style: none;
  margin-top: 20px;
  text-align: left;
}
.team-details-info li {
  margin-bottom: 15px;
  display: flex;
}
.team-details-info li i {
  color: #cf9455;
  margin-right: 10px;
  padding-top: 6px;
  width: 18px;
}
/*----------------------
#. Miscellaneous
----------------------*/
.experince {
  margin-bottom: 60px;
}
.experince h2 {
  color: #222222;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.experince h2 span {
  color: #cf9455;
  font-size: 90px;
  font-weight: 600;
  float: left;
  margin: 9px 10px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.experince h2 b {
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  font-weight: 600;
  margin: 25px 0 0;
}
.experince p {
  font-weight: normal;
  font-size: 20px;
  margin: 13px 0;
  line-height: 30px;
  color: #666666;
}
/*for home page 1*/
.first-box-content {
  float: right;
  color: #ffffff;
}
.first-box-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.first-box-content p.call-now {
  font-size: 20px;
}
.first-box-content p.phone-number {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px !important;
  text-decoration: none;
  z-index: 9;
  line-height: 40px;
}
.first-box-content .overlay-effect {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.first-box-content:hover .overlay-effect {
  opacity: .6;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/*for home page 1*/
.rt-text-advertise {
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  text-align: center;
}
.rt-text-advertise:hover {
  opacity: .9;
}
.rt-text-advertise h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .rt-text-advertise h2 {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .rt-text-advertise h2 {
    font-size: 30px;
  }
}
.rt-text-advertise h2 span {
  color: #cf9455;
  font-weight: 400;
}
/*layer slider button fix*/
.entry-content .wpb_layerslider_element a.layerslider-button {
  color: #ffffff !important;
  background: #cf9455;
  opacity: 1;
  padding: 15px 30px;
}
@media (max-width:768px){
	.entry-content .wpb_layerslider_element a.layerslider-button {

		padding: 15px 14px;
	}
}
.entry-content .wpb_layerslider_element a.layerslider-button:hover {
	opacity: .8;
}
@media (max-width: 480px) {
  .entry-content .wpb_layerslider_element a.layerslider-button {
	font-size:12px;
    padding: 10px 20px;
  }
}
/*extra*/
.hide-row {
  display: none;
}
.miako-font {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  .miako-font {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .miako-font {
    font-size: 34px;
    padding-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .miako-font {
    font-size: 28px;
    padding-bottom: 24px;
  }
}
@media (max-width:480px) {
	.miako-text-block-align {
		text-align: left;
	}
}
.mean-container a.meanmenu-reveal {
	padding: 24px 25px;
}
/*design fix*/
@media (max-width: 480px) {
  .vc_custom_1510912566585,
  .vc_custom_1510910521901 {
    border-right: none !important;
  }
}
/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}
.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce .widget_shopping_cart li.mini_cart_item {
  padding-bottom: 12px;
  padding-top: 12px;
}
.woocommerce.widget_product_search .search-field {
  background-color: #f5f5f5;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  width: 100%;
}
.woocommerce.widget_product_search input[type="submit"] {
  display: block;
  line-height: 1;
  margin-top: 11px;
  padding: 10px 25px;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #cf9455;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
}
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
}
.woocommerce .widget_shopping_cart_content .buttons a {
  text-align: center;
  width: 47%;
  max-width: 170px;
}
.woocommerce .widget_shopping_cart_content .buttons a.checkout {
  margin-right: 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 10px 0;
}
/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav.no-nav .owl-custom-nav {
  display: none;
}
.rt-woo-nav .section-title {
  margin-bottom: 20px;
  float: none;
}
.rt-woo-nav .owl-custom-nav-title {
  color: #222222;
  float: left;
  font-size: 24px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 10px;
}
.rt-woo-nav .owl-custom-nav-title::after {
  background-color: #cf9455;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.rt-woo-nav .owl-custom-nav {
  float: right;
  margin-bottom: 10px;
  margin-top: 2px;
  padding-left: 30px;
}
.rt-woo-nav .owl-custom-nav .owl-prev,
.rt-woo-nav .owl-custom-nav .owl-next {
  background-color: #eeeeee;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  opacity: 1;
  text-align: center;
  width: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.rt-woo-nav .owl-custom-nav .owl-next {
  margin-left: 8px;
}
.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover {
  background-color: #cf9455;
  color: #ffffff;
}
.rt-woo-nav .owl-custom-nav i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.rt-woo-nav .owl-custom-nav-bar {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px 0;
  float: right;
  margin-top: 16px;
}
/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}
.woo-shop-top .view-mode {
  margin-right: 5px;
  padding: 5px 0;
}
.woo-shop-top .view-mode ul li {
  display: inline-block;
  margin-right: 5px;
}
.woo-shop-top .view-mode ul li .fa {
  color: #666666;
}
.woo-shop-top .view-mode ul li:first-child .fa {
  color: #cf9455;
}
.woo-shop-top .view-mode ul li:last-child .fa {
  color: #cf9455;
}
.woo-shop-top ul {
  margin: 0;
  padding: 0;
}
.woo-shop-top .limit-show {
  text-align: right;
}
.woo-shop-top .limit-show > div {
  font-weight: 400;
  display: inline-block;
}
.woo-shop-top .sort-list {
  text-align: right;
}
.woo-shop-top .sort-list select {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 6px 18px;
}
.woocommerce .woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-result-count {
  margin-bottom: 0;
}
.woocommerce .woo-shop-top .woocommerce-ordering {
  float: none;
}
.woocommerce .woo-shop-top .woocommerce-result-count {
  line-height: 28px;
}
/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.woocommerce ul.products li.product {
  margin: 0 1% 40px 0;
  overflow: hidden;
}
.woocommerce ul.products li.product h3 {
  margin: 30px 0 12px;
  padding: 0;
}
.woocommerce ul.products li.product h3 a {
  color: #111111;
  font-size: 20px;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #cf9455;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 13px;
}
.woocommerce ul.products li.product .price {
  color: #cf9455;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  display: inline;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
  padding: 10px 15px;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce.has-sidebar ul.products li.product {
  width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
  width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
  width: 100%;
}
.woocommerce .star-rating {
  color: #f7c51d;
}
.woocommerce .products .star-rating {
  margin: 0 0 8px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #cf9455;
  padding: 0;
}
.woocommerce a.added_to_cart {
  background-color: #cf9455;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  margin-top: 5px;
}
.woocommerce a.added_to_cart:hover {
  background-color: #000000;
}
.woocommerce .product-thumb-area {
  position: relative;
}
.woocommerce .product-thumb-area .overlay {
  background-color: rgba(207, 148, 85, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.woocommerce .product-thumb-area .product-info {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 40%;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 9;
}
.woocommerce .product-thumb-area .product-info ul {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.woocommerce .product-thumb-area .product-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 2px;
}
.woocommerce .product-thumb-area .product-info ul li a {
  background: #ffffff;
  display: block;
  height: 38px;
  padding: 8px;
  min-width: 38px;
}
.woocommerce .product-thumb-area .product-info ul li a .fa {
  color: #111111;
}
.woocommerce .product-thumb-area .product-info ul li a:hover .fa {
  color: #cf9455;
}
.woocommerce .product-thumb-area:hover .product-info {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
  border-radius: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
  margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
  background-color: #fff;
  left: 11px;
  margin: 0;
  position: absolute;
  top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
}
/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
  display: none;
}
.woocommerce.product-list-view ul.products .grid-hide {
  display: block;
}
.woocommerce.product-list-view ul.products li.product h3 {
  margin: 0 0 12px;
}
.woocommerce.product-list-view ul.products li.product .button {
  margin-top: 0;
}
.woocommerce.product-list-view .product-thumb-area {
  float: left;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
}
.woocommerce.product-list-view .product-info-area {
  overflow: hidden;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
  margin-top: 10px;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
  width: 100%;
}
/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 7px;
  width: 31%;
  width: calc(28.66666667%);
  max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}
.woocommerce div.product .product_title {
  color: #222222;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #cf9455;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.woocommerce div.product .sku {
  color: #222222;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce div.product .short-description {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: table-cell;
  padding-bottom: 10px;
  padding-top: 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  padding: 8px 10px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 17px;
}
.woocommerce div.product form.cart .button {
  background-color: #cf9455;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 25px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #111111;
}
.woocommerce div.product .product-meta span {
  color: #222222;
  font-weight: 600;
}
.woocommerce div.product .product-meta a {
  color: #666666;
}
.woocommerce div.product .product-meta a:hover {
  color: #cf9455;
}
.woocommerce div.product .woocommerce-tabs {
  border: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f5f5f5;
  border-color: #e7e7e7;
  border-radius: 0;
  border-width: 0 1px 1px;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #cf9455;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: none;
  height: inherit;
  left: inherit;
  position: inherit;
  width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #222222;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #222222;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs h2 {
  color: #111111;
  font-size: 24px;
}
.woocommerce div.product .up-sells {
  margin-bottom: 50px;
}
.woocommerce a.woocommerce-review-link {
  color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
  color: #cf9455;
}
.woocommerce .quantity .qty {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  text-align: center;
  padding: 1px;
  background-color: #fff;
}
.woocommerce .quantity .input-group-btn-vertical {
  float: left;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
  border-radius: 0;
  display: block;
  float: none;
  height: 23px;
  line-height: 14px;
  margin-left: -1px;
  max-width: 100%;
  outline: medium none;
  padding: 0 7px;
  position: relative;
  width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.woocommerce table.shop_attributes td {
  padding: 0 8px;
}
.woocommerce #reviews #comments {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
}
#review_form_wrapper {
  padding-top: 20px;
}
.woocommerce #reviews h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #111111;
}
.woocommerce p.stars a {
  color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #cf9455;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 23px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #111111;
  color: #ffffff;
}
#review_form .form-group {
  margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
  color: #111111;
}
.woocommerce #review_form #respond .form-submit {
  margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
  margin: 0;
  padding: 0;
  width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
  margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  border: 1px solid #e7e7e7;
  margin-right: 1.8%;
  width: 32%;
}
/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
  background-color: #cf9455;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #cf9455;
}
.woocommerce-message,
.woocommerce-info {
  border-color: #cf9455;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table {
  border-width: 1px 1px 0 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
  margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  border-width: 0 0 1px 1px;
  color: #111;
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
  color: #111;
  font-weight: 700;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
  color: #111;
}
.woocommerce-cart .woocommerce .quantity .qty {
  height: 30px;
}
.woocommerce-cart .woocommerce .actions {
  padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
  padding: 10px 15px;
}
.woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: #ddd;
  margin-right: 10px;
  padding: 9px;
  width: 110px !important;
}
.woocommerce-cart table.cart img {
  width: 50px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li {
  width: inherit;
}
.woocommerce .cart-collaterals .cross-sells h2:after {
  content: none;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #111;
  font-size: 24px;
  margin-bottom: 35px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
  background-color: #cf9455;
  color: #fff;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
  border-width: 1px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #cf9455;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
}
/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
  padding: 12px 25px;
}
.woocommerce-checkout .woocommerce h3 {
  color: #111;
  font-size: 20px;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce label {
  color: #111;
}
.woocommerce form.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
  padding: 4px 8px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.2;
  padding: 10px;
}
.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #ccc;
  background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-color: 1px solid #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-width: 1px 1px 0 0;
  color: #111;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ededed;
  border-radius: 0;
}
/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
  color: #111;
}
.woocommerce-order-received .woocommerce h2 {
  font-size: 20px;
}
.woocommerce-order-received .woocommerce .order_details li {
  font-size: 1em;
}
.woocommerce-order-received .woocommerce .shop_table {
  margin-bottom: 40px;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 20px;
  margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .title h3 {
  margin-bottom: 10px;
}
/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account .woocommerce {
  color: #111;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 10px 20px;
  background-color: #cf9455;
  display: inline-block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
  margin-bottom: 0;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce-account .woocommerce table .button {
  padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
  text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
  margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 30px;
}
/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  margin-bottom: 20px;
}
/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
  color: #111;
  margin-bottom: 25px;
  padding: 0;
}
.woocommerce .shop_table.wishlist_table {
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  color: #111;
  font-size: 14px;
  margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.woocommerce .shop_table.wishlist_table tfoot td {
  text-align: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  border-radius: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
    font-size: 2rem;
    font-weight: 800;
    padding: 2em 0 3em;
}
.sidebar-widget-area .widget_search form input.search-submit {
    background: #cf9455;
    border: 1px solid #cf9455;
    border-radius: 0;
    box-shadow: none;
    float: none;
    height: 34px;
	margin-top: 10px;
    padding: 0 8px;
    width: 85%;
}
/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 900px) {
	.align-wrap {
		width: auto;
		margin-left: calc(50% / .62 - 50vw);
	}
}
.align-wrap .alignfull {
	width: 100%;
	margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
	.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}
	.alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	}
	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}

}
@media only screen and (min-width: 768px) {
.wp-block-image .aligncenter {
    margin: 0;
}
}
/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}
.has-strong-magenta-background-color {
    background-color: #a156b4;
}
.has-strong-magenta-color {
    color: #a156b4;
}
.has-light-grayish-magenta-background-color {
	background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
	color: #d0a5db;
}
.has-very-light-gray-background-color {
	background-color: #eee;
}
.has-very-light-gray-color {
	color: #eee;
}
.has-very-dark-gray-background-color {
	background-color: #444;
}
.has-very-dark-gray-color {
	color: #444;
}
.has-small-font-size {
	font-size: 12px;
}
.has-large-font-size {
	font-size: 36px;
}
.has-huge-font-size {
	font-size: 48px;
}
.has-regular-font-size {
    font-size: 16px;
}
.wp-block-image.is-resized {

}
.wp-block-image.alignleft.is-resized {
    margin-left: 0;
    margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
    margin-left: 30px;
    margin-right: 0;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #cccccc;
    margin: 50px 0;
    text-align: left;
    background: transparent;
}
.wp-block-button .wp-block-button__link{
	color: #ffffff;
}
.wp-block-button .wp-block-button__link:hover {
    color: white;
    background: #111;
    cursor: pointer;
}
.wp-block-pullquote {
    border-color: transparent;
    border-width: 0;
    padding: 0;
}
blockquote.wp-block-quote {
	margin: 30px 0px 20px;
}
blockquote.wp-block-quote cite {
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
	color: #646464;
	display: block;
    padding-left: 30px;
}
blockquote.wp-block-quote.is-large {
	padding: 30px 63px;
	margin: 30px 0px 20px;
}
blockquote.wp-block-quote.is-large cite {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: none;
	padding-left: 63px;
}
/* Main column width */
.wp-block {
    max-width: 720px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}
pre {
	background: #ffffff;
	border: none;
}
/*Button*/
.wp-block-button__link {
	border: 2px solid #cf9455;
    color: #cf9455 !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 32px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    line-height: 24px;
	transition: all .3s ease 0s;
}
.wp-block-button__link:hover {
	background: #cf9455 !important;
    color: #fff !important;
    border: 2px solid #cf9455;
}
.wp-block-table td,
.wp-block-table th {
	border: 1px solid #d7d7d7;
	text-align: center;
}
.wp-block-pullquote p {
	font-size: 24px;
}
.wp-block-pullquote cite {
	font-weight: 400;
    font-size: 14px;
}
.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}
.wp-block-image {
	margin-top: 32px;
	margin-bottom: 32px;
}
.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}
.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
.entry-content .wp-block-columns {
    flex-wrap: nowrap;
}
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
	margin-top: 32px;
	margin-bottom: 32px;
}
.wp-block-cover {
	margin-top: 32px;
	margin-bottom: 32px;
}
.entry-content .wp-block-cover {
	margin-top: 0px;
}
.wp-block-cover.alignleft {
	margin-top: 0;
}
.wp-block-gallery {
	margin-top: 32px;
	margin-bottom: 32px;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
	margin: 32px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
	border: none;
}

@media only screen and (max-width: 1025px){
  #masthead{
      display: none;
  }
}
@media only screen and (min-width: 1025px){
  #meanmenu{
      display: none;
  }
}
.rt-slide-nav {
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
    padding: 15px 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.header-style-1 .offscreen-navigation .menu-all-pages-container{
   float: inherit;
}
.mean-bar img {
    padding: 0px 15px;
    max-height: 45px;
    width: auto;
}
.mean-bar .sidebarBtn {
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
body.slidemenuon {
    overflow: hidden;
}
.offscreen-navigation .sub-menu {
    display: none;
    padding-left: 10px;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li.menu-item-has-children>a{
  padding-bottom: 2px;
}
.offscreen-navigation .menu>li{
   padding-bottom: 3px;
   padding-top: 3px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
}
.rt-slide-nav ul {
    list-style-type: none;
    margin: 0px;
}
.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}

@media only screen and (min-width: 1200px){
  .slider-height {
    height: 700px;
  }  
}
@media only screen and (max-width: 480px){

  .slider-height .ls-wp-container{
     max-height: 264px;
   }
  
}
.mean-container .mean-nav ul.menu {
	overflow-y: scroll;
}
textarea {
    resize: none;
}