/*-----------------------------------------------------------------------------------

    Template Name: Wyzi Business Guide HTML Template
    Template URI: http://bootexperts.com
    Description: Wyzi Business Guide HTML Template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
    2. header-area
	3.  Map Area
	4.  Category Area
	5.  Location Area
	6.  Offer Area
	7.  Recently Added Area
	8.  Footer Top Area
	9.  Footer Bottom Area
	10.  Wall, Photo & Message Page
	11.  Offer Page
	12.  Well Collection Page
	13.  Blog Page
	14.  Single Blog Page
	15.  Contact Page
	16.  Login & Register Page
	17.  Business Profile Page
	18.  404 Page
	
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/* Google Fonts
/*----------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,500,600,700,800,900|Varela+Round';

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body {
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  visibility: visible;
}
html, body {
  height: 100%;
}
img {
  max-width:100%;
  height:auto
}
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  font-family: "Montserrat";
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
a, button{
  text-decoration:none;
  color: #606060;
 }
a, i, button, img, input, span,
*::before, *::after,
.owl-nav > div {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline:0px solid
}
a:focus {
  color: #303030;
  outline: medium none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}

/*----------------------------------------*/
/*  2.  Header Area
/*----------------------------------------*/
.header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.header.static {
  position: static;
}
/* Header Top */
.header-top {
  background-color: #2d343d;
  border-bottom: 1px solid #374553;
  border-top: 1px solid #374553;
}
.header-top-left{}
.header-top-left p {
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 49px;
  margin-bottom: 0;
}
.header-top-left p a {
  color: #fff;
}
.header-top-left p a:hover {
  color: #f56719;
}
.header-top-left p + p {
  margin-left: 25px;
}
.header-top-left p i {
  font-size: 14px;
  line-height: 49px;
  margin-right: 10px;
}
/* Header Search */
.header-search {
  margin-left: 35px;
  margin-top: 10px;
}
.header-search form {
  background-color: #454d57;
  border-radius: 50px;
}
.header-search input {
  background-color: transparent;
  border: medium none;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  height: 29px;
  padding: 0 18px;
}
.header-search button {
  background-color: transparent;
  border: medium none;
  color: #fff;
  height: 29px;
  padding: 0 15px 0 10px;
}
.header-search button i {
  line-height: 29px;
}
.header-top-right{}
/* Header Social */
.header-social{}
.header-social a {
  border-left: 1px solid #374553;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  width: 40px;
}
.header-social a:last-child {
  border-right: 1px solid #374553;
}
.header-social a i {
  line-height: 50px;
}
.header-social a:hover {
  color: #ffffff;
}
.header-social a.facebook:hover {
  background-color: #3e57c2;
}
.header-social a.twitter:hover {
  background-color: #00ACED;
}
.header-social a.dribbble:hover {
  background-color: #EA4C89;
}
.header-social a.vimeo:hover {
  background-color: #00B3EC;
}
.header-social a.google:hover {
  background-color: #EA4335;
}
.header-social a.pinterest:hover {
  background-color: #C92327;
}
.header-social a.instagram:hover {
  background-color: #375989;
}
/* Header Bottom */
.header-bottom {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 28px 0;
}
.header-logo{}
.header-logo a {
  display: block;
}
.header-logo a img{}
/* Main Menu */
.main-menu {
  margin-top: 4px;
}
.main-menu nav{}
.main-menu nav > ul{}
.main-menu nav > ul > li {
  display: block;
  float: left;
  line-height: 36px;
  position: relative;
}
.main-menu nav > ul > li + li {
  margin-left: 42px;
}
.main-menu nav > ul > li > a {
  color: #606060;
  font-family: "Raleway",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu nav > ul > li > a > i {
  color: #677c91;
  position: relative;
  right: -8px;
}
.main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
  color: #303030;
  font-weight: 800;
}
/* Submenu */
.submenu {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  left: 0px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: -999999;
}
.main-menu nav > ul > li:hover .submenu {
  left: -30px;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.submenu li {
  display: block;
  line-height: 40px;
}
.submenu li a {
  color: #797979;
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.submenu li a:hover {
  color: #00aeff;
}
/* Megamenu */
.megamenu {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  left: 0px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 490px;
  z-index: -999999;
}
.main-menu nav > ul > li:hover .megamenu {
  left: -30px;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.megamenu ul {
  display: block;
  float: left;
  width: 33.33%;
}
.megamenu ul li {
  display: block;
  line-height: 40px;
}
.megamenu ul li a {
  color: #797979;
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.megamenu ul li a:hover {
  color: #00aeff;
}
/* Mobile Menu */
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
a.meanmenu-reveal {
  color: #68819b;
  height: 44px;
  left: 50% !important;
  margin-left: -22px;
  padding: 10px 7px;
  right: auto !important;
  top: -44px;
  width: 44px;
}
a.meanmenu-reveal span {
  background-color: #68819b;
  margin-top: 4px;
  width: 30px;
}
.mean-nav ul li a.mean-expand {
  border: medium none;
  font-size: 24px !important;
  height: 44px;
  line-height: 48px;
  padding: 0 !important;
  text-align: center;
  top: 1px;
  width: 40px;
}
.mean-nav {
  background-color: transparent;
  margin: 0;
}
.mean-nav > ul {
  border-bottom: 1px solid #606060;
  margin-top: 20px;
  overflow: hidden;
}
.mean-nav > ul > li {}
.mean-nav > ul > li > a {
  border-top: 1px solid #606060;
  color: #606060;
  font-family: "Raleway",sans-serif;
  font-weight: 600;
  line-height: 44px;
  padding: 0;
  text-transform: uppercase;
}
.mean-nav > ul > li a:hover {
  color: #303030;
  font-weight: 800;
}
.mean-nav > ul > li ul li a {
  border-top: 1px solid #606060;
  color: #606060;
  font-family: "Raleway",sans-serif;
  font-weight: 600;
  line-height: 44px;
  opacity: 1;
  padding: 0 15px;
  text-transform: uppercase;
}
.mean-nav > ul > li > ul > li > ul li a {
  padding: 0 30px;
}

/* Header Link */
.header-link {
  margin-left: 45px;
  margin-top: 4px;
}
.header-link .button {}
.header-link .button i {}
.header-link .button + .button {
  margin-left: 17px;
}
/*----------------------------------------*/
/*  3.  Map Area
/*----------------------------------------*/
.map-container {
  position: relative;
}
.home-map-container {
  padding-bottom: 60px;
}
#home-map {
  height: 850px;
}
/* Map Lock & Unlock Button */
.map-container .map-unlock, .map-container .map-lock {
  background: #ffffff url("img/icons/unlock-black.png") no-repeat scroll center center;
  border-radius: 2px;
  bottom: 18px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 40px;
  width: 40px;
  z-index: 99;
}
.map-container .map-lock {
  background: #ffffff url("img/icons/lock-black.png") no-repeat scroll center center;
}
.home-map-container .map-unlock, .home-map-container .map-lock {
  bottom: 180px;
}
/* Business Page Map */
#business-map {
  height: 615px;
}
.gm-style-iw > div {
  transform: translateX(13px);
  padding-bottom: 10px;
  padding-top: 30px;
}
#mapBodyContent {
  text-align: center;
}
#mapBodyContent img {
  display: block;
}
#mapBodyContent a {
  display: inline-block;
  float: none;
  margin-top: 15px;
}
#mapBodyContent a:hover {
  background: #68819b none repeat scroll 0 0;
  color: #fff;
}
/* Location Search Form On Map */
.location-search-float {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.location-search {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  padding: 34px 30px 59px 35px;
}
.location-search h2 {
  color: #262b2f;
  font-size: 14px;
  line-height: 12px;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.location-search form{}
.location-search .input-kayword {
  margin-right: 27px;
  float: left;
  width: 309px;
}
.location-search .input-kayword input {
  border: 1px solid #ececec;
  color: #606060;
  height: 36px;
  padding: 0 21px;
  width: 100%;
}
.location-search .input-location {
  margin-right: 35px;
  float: left;
  width: 309px;
}
.location-search .input-location input {
  border: 1px solid #ececec;
  color: #606060;
  height: 36px;
  padding: 0 21px;
  width: 100%;
}
.location-search .input-range {
  float: left;
  margin-right: 35px;
  width: 255px;
}
.location-search .input-range p {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 13px;
}
.location-search .input-range p span {
  color: #252525;
  font-weight: 600;
}
.location-search .input-range p span::after {
  content: "km"
}
.location-search .input-range input{}
.input-range .rangeslider {
  background-color: transparent;
  border-radius: 50px;
  box-shadow: none;
  height: 7px;
}
.rangeslider .range_fill_bg {
  background-color: #d4dee5;
  border-radius: 50px;
  box-shadow: none;
  height: 100%;
  position: static;
}
.rangeslider .range_fill {
  border-radius: 50px;
  box-shadow: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.orange .rangeslider .range_fill {
  background: #f56719;
}
.blue .rangeslider .range_fill {
  background: #00aeff;
}
.rangeslider .range_handle {
  border: medium none;
  border-radius: 50px;
  box-shadow: none;
  height: 16px;
  position: absolute;
  top: -5px;
  width: 16px;
}
.orange .rangeslider .range_handle {
  background: #f56719;
}
.blue .rangeslider .range_handle {
  background: #00aeff;
}
.location-search .input-submit {
  display: block;
  float: left;
  width: 101px;
}
.location-search .input-submit button {
  background: #00aeff none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  width: 100%;
}
.location-search .input-submit button:hover {
  background-color: #68819b;
}
.location-search .input-submit button i {
  margin-right: 10px;
}
/*----------------------------------------*/
/*  4.  Category Area
/*----------------------------------------*/
.category-search-area{}
/* Category Slider */
.category-search-slider{}
.sin-cat-item{}
.category-item {
  margin-bottom: 70px;
  overflow: hidden;
}
.category-item:last-child {
  margin-bottom: 0;
}
.category-item h3 {
  color: #303030;
  float: left;
  font-size: 16px;
  line-height: 44px;
  margin: 0;
}
.cat-icon {
  border-radius: 50px;
  display: block;
  height: 44px;
  margin-right: 26px;
  text-indent: -999999px;
  width: 44px;
}
.cat-icon.icon-entertainment {
  background: #00aeff url("img/icons/video.png") no-repeat scroll center center;
}
.cat-icon.icon-place {
  background: #d864f9 url("img/icons/marker.png") no-repeat scroll center center;
}
.cat-icon.icon-parks {
  background: #ff6d1e url("img/icons/dot-circle.png") no-repeat scroll center center;
}
.cat-icon.icon-real-estate {
  background: #ff4040 url("img/icons/home.png") no-repeat scroll center center;
}
.cat-icon.icon-shopping {
  background: #f2c805 url("img/icons/bag.png") no-repeat scroll center center;
}
.cat-icon.icon-vacation {
  background: #09c3a7 url("img/icons/sun.png") no-repeat scroll center center;
}
.cat-icon.icon-medical {
  background: #49c546 url("img/icons/medi-kit.png") no-repeat scroll center center;
}
.cat-icon.icon-food {
  background: #a95335 url("img/icons/food.png") no-repeat scroll center center;
}
.category-item ul {
  float: left;
  padding-left: 70px;
  width: 100%;
}
.category-item ul li {
  display: block;
}
.category-item ul li a {
  color: #606060;
  line-height: 32px;
}
.category-item ul li a:hover {
  color: #f56719;
}
/*----------------------------------------*/
/*  5.  Location Area
/*----------------------------------------*/
.location-search-area{}
/* Location Slider */
.location-search-slider{}
.sin-location-item {
  position: relative;
}
.sin-location-item .image {
  display: block;
  position: relative;
}
.sin-location-item .image::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.55;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.sin-location-item .image img {
  width: 100%;
}
.sin-location-item .text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.sin-location-item .text h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.sin-location-item .text span {
  background-color: #68819b;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
}
.sin-location-item:hover .text span {
  background-color: #f56719;
}
/*----------------------------------------*/
/*  6.  Offer Area
/*----------------------------------------*/
.our-offer-area {
  padding-top: 80px;
}
.our-offer-slider{}
.sin-offer-item{}
.sin-offer-item .image{}
.sin-offer-item .image img{}
.sin-offer-item .image .offer-label {
  background-color: #303e48;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 37px;
  left: 15px;
  line-height: 37px;
  padding: 0 21px 0 14px;
  position: absolute;
  top: 33px;
}
.sin-offer-item .content{}
.sin-offer-item .content .head {
  margin-bottom: 30px;
}
.sin-offer-item .content .head .logo {
  margin-right: 80px;
}
.sin-offer-item .content .head .logo img{}
.sin-offer-item .content .head .text{}
.sin-offer-item .content .head .text h3 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
.sin-offer-item .content .head .text h4 {
  color: #fa6e37;
  font-size: 14px;
  margin: 0;
}
.sin-offer-item .content > p {
  color: #606060;
  margin-bottom: 20px;
}
.sin-offer-item .content .button {}
.sin-offer-item .content .button i {}
/*----------------------------------------*/
/*  7.  Recently Added Area
/*----------------------------------------*/
.recently-added-area{}
.recently-added-slider{}
.sin-added-item{}
.sin-added-item .image{}
.sin-added-item .image img {
  width: 100%;
}
.sin-added-item .text{}
.sin-added-item .text .ratting {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-top: 19px;
  width: 100%;
}
.sin-added-item .text .ratting i {
  display: block;
  float: left;
  margin-right: 3px;
  color: #eda23d;
}
.sin-added-item .text h2 {
  display: block;
  float: left;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.sin-added-item .text h2 a {
  color: #252525;
  display: block;
}
.sin-added-item .text p {
  color: #575757;
}
.sin-added-item .text > a {
  color: #ff6d1e;
  font-family: 'Montserrat';
}
.sin-added-item .text > a:hover {
  color: #68819b;
}
/*----------------------------------------*/
/*  8.  Footer Top Area
/*----------------------------------------*/
.footer-top {
  background-color: #2d343d;
  padding: 55px 0;
}
/* Single Footer */
.sin-footer{}
.sin-footer h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 12px;
  margin: 0 0 25px;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}
.sin-footer h3::before {
  background-color: #f56719;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 37px;
}
/* Footer About */
.footer-about{}
.footer-about p {
  color: #ffffff;
  font-size: 12px;
}
/* Footer Contact */
.footer-contact{}
.footer-contact p {
  color: #ffffff;
  font-size: 12px;
}
.footer-contact p a {
  color: #ffffff;
}
.footer-contact p a:hover {
  color: #f56719;
}
.footer-contact p span {
  display: block;
  float: left;
  font-weight: 600;
  width: 60px;
}
/* Footer Twitter */
.footer-twitter{}
.twitter-feed {
  padding-left: 25px;
  position: relative;
}
.twitter-feed::before {
  color: #2ddbf5;
  content: "\f099";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.twitter-feed p {
  color: #fff;
  font-size: 12px;
}
.twitter-feed p a {
  color: #fff;
  font-weight: 600;
}
.twitter-feed p a:hover {
  color: #2ddbf5;
}
.twitter-feed span {
  color: #91a9bb;
  font-size: 12px;
}
/* Footer Payment */
.footer-payment{}
.footer-payment img{}
/*----------------------------------------*/
/*  9.  Footer Bottom Area
/*----------------------------------------*/
.footer-bottom {
  background-color: #2d343d;
}
/* Footer Menu */
.footer-menu {
  border-top: 1px solid #374753;
  padding: 20px 0;
}
.footer-menu ul{}
.footer-menu ul li {
  display: inline-block;
  margin: 0 22px;
}
.footer-menu ul li a {
  color: #91a9bb;
  display: block;
}
.footer-menu ul li a:hover {
  color: #f56719;
}
/*----------------------------------------*/
/*  10.  Wall, Photo & Message Page
/*----------------------------------------*/
/* Business Data Area */
.business-data-area {
  background-color: #e4ecf3;
  padding: 40px 0 75px;
}
.business-data-wrapper{}
.business-data-wrapper .logo {
  margin-right: 45px;
}
.business-data-wrapper .content{}
.business-data-wrapper .content h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.business-data-wrapper .content p{}
.business-data-wrapper .business-social {
  bottom: -65px;
  position: absolute;
  right: 15px;
  width: auto;
}
.business-data-wrapper .business-social img{}
/* Business Tab Area */
.business-tab-area{}
/* Business Tab List */
.business-tab-list {
  margin-top: -43px;
  width: auto;
}
.business-tab-list ul{}
.business-tab-list ul li {
  display: block;
  float: left;
}
.business-tab-list ul li a {
  background-color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px 0 40px;
  text-transform: uppercase;
}
.business-tab-list ul li.active a {
  background-color: #00aeff;
  color: #fff;
}
.business-tab-list ul li.wall a {
  background-image: url("img/icons/info-black.png");
}
.business-tab-list ul li.wall.active a {
  background-image: url("img/icons/info-white.png");
}
.business-tab-list ul li.photo a {
  background-image: url("img/icons/camera-black.png");
}
.business-tab-list ul li.photo.active a {
  background-image: url("img/icons/camera-white.png");
}
.business-tab-list ul li.message a {
  background-image: url("img/icons/mail-black.png");
}
.business-tab-list ul li.message.active a {
  background-image: url("img/icons/mail-white.png");
}
/* Business Sidebar Content Area */
.business-sidebar-content-area {
  display: block;
  float: left;
  width: 100%;
}
/* Business Sidebar */
.business-sidebar{}
/* Single Business Sidebar */
.sin-busi-sidebar {
  margin-bottom: 60px;
}
.sin-busi-sidebar:last-child {
  margin-bottom: 0;
}
/* About Business Sidebar */
.about-business-sidebar{}
.about-business-sidebar p {
  color: #575757;
}
.about-business-sidebar a {
  color: #ff6d1e;
  display: block;
  float: left;
  font-family: 'Montserrat';
  line-height: 32px;
  text-transform: uppercase;
}
.about-business-sidebar a:hover {
  color: #68819b;
}
/* Opening Hours Business Sidebar */
.opening-hours-sidebar{}
.opening-hours-sidebar p {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-right: 35px;
  width: 100%;
}
.opening-hours-sidebar p:last-child {
  margin-bottom: 0;
}
.opening-hours-sidebar p span{}
.opening-hours-sidebar p .day {
  color: #ff6d1e;
  float: left;
}
.opening-hours-sidebar p .time {
  float: right;
}
/* Contact Business Sidebar */
.contact-info-sidebar{}
.contact-info-sidebar p {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  padding-left: 30px;
}
.contact-info-sidebar p a {
  color: #606060;
}
.contact-info-sidebar p a:hover {
  color: #ff6d1e;
}
.contact-info-sidebar p:last-child {
  margin-bottom: 0;
}
.contact-info-sidebar .phone {
  background-image: url("img/icons/mobile-blue.png");
}
.contact-info-sidebar .address {
  background-image: url("img/icons/marker-blue.png");
}
.contact-info-sidebar .email {
  background-image: url("img/icons/mail-blue.png");
}
.contact-info-sidebar .website {
  background-image: url("img/icons/world-blue.png");
}
/* Social Sidebar */
.sidebar-social {
  display: block;
  float: left;
  width: 100%;
}
.sidebar-social a {
  display: block;
  float: left;
  margin-right: 30px;
}
.sidebar-social a.facebook:hover {
  color: #3e57c2;
}
.sidebar-social a.twitter:hover {
  color: #00ACED;
}
.sidebar-social a.dribbble:hover {
  color: #EA4C89;
}
.sidebar-social a.vimeo:hover {
  color: #00B3EC;
}
.sidebar-social a.google:hover {
  color: #EA4335;
}
.sidebar-social a.pinterest:hover {
  color: #C92327;
}
.sidebar-social a.instagram:hover {
  color: #375989;
}
.sidebar-social a:last-child {
  margin-right: 0;
}
/* Ratings Business Sidebar */
.ratings-sidebar{}
.ratings-sidebar p {
  color: #303030;
}
.ratings-sidebar p span {
  font-weight: 600;
}
.ratings-sidebar .ratings{}
.ratings-sidebar .ratings i {
  color: #eda23d;
  display: block;
  float: left;
  line-height: 32px;
  margin-right: 3px;
}
.ratings-sidebar .ratings span {
  color: #252525;
  font-family: 'Montserrat';
  line-height: 32px;
  margin-left: 20px;
}
/* Business Post Area */
.business-post-area{}
/* Create Business Post */
.create-busi-post {
  border: 1px solid #ebebeb;
}
.create-busi-post h2 {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
  padding: 0 21px;
}
.create-busi-post-form{}
.create-busi-post-form textarea {
  border: medium none;
  height: 145px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
}
.create-busi-post-form .form-footer {
  background-color: #e4ecf3;
  border-top: 1px solid #d9e0e5;
  padding: 7px 8px;
}
.create-busi-post-form .form-footer input[type="file"] {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.create-busi-post-form .form-footer input[type="file"] + label {
  background: rgba(0, 0, 0, 0) url("img/icons/camera-ash.png") no-repeat scroll center center;
  cursor: pointer;
  display: block;
  float: left;
  height: 26px;
  margin-bottom: 0;
  margin-left: 6px;
  text-indent: -9999px;
  width: 26px;
}
.create-busi-post-form .form-footer input[type="file"]:focus + label,
.create-busi-post-form .form-footer input[type="file"] + label:hover {
  opacity: 0.7;
}
.create-busi-post-form .form-footer input[type="submit"] {
  background-color: #00aeff;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 12px;
  height: 26px;
  padding: 0 16px;
  text-transform: uppercase;
}
.create-busi-post-form .form-footer input[type="submit"]:hover {
  background-color: #68819b;
}
/* Single Business Post */
.sin-busi-post {
  border: 1px solid #ececec;
  margin-top: 40px;
}
.sin-busi-post .head {
  border-bottom: 1px solid #ececec;
  padding: 15px 20px;
}
.sin-busi-post .head .post-logo {
  display: inline-block;
}
.sin-busi-post .head .post-logo img{}
.sin-busi-post .head h3 {
  font-size: 16px;
  margin: 18px 0 0;
}
.sin-busi-post .head h3 a {
  color: #303030;
}
.sin-busi-post .head h3 a:hover {
  color: #f56719;
}
.sin-busi-post .content {
  border-bottom: 1px solid #ececec;
  padding: 30px 20px 20px;
  position: relative;
}
.sin-busi-post .content.content-text {
  padding-bottom: 50px;
  padding-top: 50px;
}
.sin-busi-post .content .busi-post-label {
  background: #ff4040;
  border-radius: 50px;
  height: 44px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: -23px;
  width: 44px;
  z-index: 9;
}
.sin-busi-post .content img {
  width: 100%;
}
.sin-busi-post .content p {}
.sin-busi-post .content a {
  color: #ff6d1e;
  display: inline-block;
  font-family: montserrat;
  margin-top: 15px;
  text-transform: uppercase;
}
/* Business Post Label */
.sin-busi-post .content .home-label {
  background: #ff4040 url("img/icons/home.png") no-repeat scroll center center;
}
.sin-busi-post .content .marker-label {
  background: #d864f9 url("img/icons/marker.png") no-repeat scroll center center;
}
.sin-busi-post .content .bag-label {
  background: #f2c805 url("img/icons/bag.png") no-repeat scroll center center;
}
.sin-busi-post .content .entertainment-label {
  background: #00aeff url("img/icons/video.png") no-repeat scroll center center;
}
.sin-busi-post .content .park-label {
  background: #ff6d1e url("img/icons/dot-circle.png") no-repeat scroll center center;
}
.sin-busi-post .content .vacation-label {
  background: #09c3a7 url("img/icons/sun.png") no-repeat scroll center center;
}
.sin-busi-post .content .medical-label {
  background: #49c546 url("img/icons/medi-kit.png") no-repeat scroll center center;
}
.sin-busi-post .content .food-label {
  background: #a95335 url("img/icons/food.png") no-repeat scroll center center;
}
.sin-busi-post .footer {
  border-bottom: 1px solid #ececec;
  padding: 7px 20px;
}
.sin-busi-post .footer .post-like {
  display: block;
  float: left;
  margin-right: 13px;
}
.sin-busi-post .footer .post-like button {
  background: #00aeff none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  float: left;
  height: 24px;
  margin-right: 9px;
  padding: 0 12px;
  text-transform: uppercase;
}
.sin-busi-post .footer .post-like button i {
  opacity: 0;
  width: 0;
}
.sin-busi-post .footer .post-like button:hover i, .sin-busi-post .footer .post-like button.liked i {
  opacity: 1;
  padding-right: 5px;
  width: 19px;
}
.sin-busi-post .footer .post-like button.disabled i {
  opacity: 0;
  padding-right: 0;
  width: 0;
}
.sin-busi-post .footer .post-like button.disabled:hover {
  cursor: no-drop;
}
.sin-busi-post .footer .post-like span {
  background: rgba(0, 0, 0, 0) url("img/business-post/like-ammount.png") no-repeat scroll center center;
  color: #303030;
  display: block;
  float: left;
  font-family: montserrat;
  font-size: 12px;
  padding: 0 5px 0 10px;
}
.sin-busi-post .footer .post-comment {
  display: block;
  float: left;
}
.sin-busi-post .footer .post-comment a {
  background: #91a9bb none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  float: left;
  height: 24px;
  margin-right: 9px;
  padding: 0 12px;
  text-transform: uppercase;
}
.sin-busi-post .footer .post-comment span {
  color: #99a2aa;
  font-size: 12px;
}
.sin-busi-post .footer .date {
  color: #99a2aa;
  font-size: 12px;
  float: right;
}
.show-more-busi-post {
  color: #f56719;
  display: block;
  float: right;
  font-weight: 700;
  margin-top: 33px;
  text-transform: uppercase;
}
.show-more-busi-post:hover {
  color: #68819b;
}
/* Sidebar Container */
.sidebar-container{}
/* Single Sidebar */
.sin-sidebar {
  margin-bottom: 75px;
}
.sin-sidebar:last-child {
  margin-bottom: 0;
}
/* Search Sidebar */
.search-sidebar {
  margin-bottom: 30px;
}
.search-sidebar form{}
.search-sidebar form input {
  border: 1px solid #ebebeb;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  padding: 5px 11px;
  width: 100%;
}
/* Tab Sidebar */
.tab-sidebar {
  border: 1px solid #eee;
  display: block;
  float: left;
  width: 100%;
}
/* Sidebar Tab List */
.sidebar-tab-list{}
.sidebar-tab-list li {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 3px solid transparent;
  display: block;
  float: left;
  height: 39px;
  width: 33.33%;
}
.sidebar-tab-list li:last-child {
  border-right: 0px solid #ebebeb;
}
.sidebar-tab-list li.active {
  border-bottom: 0px solid #ebebeb;
  border-top-color: #00aeff;
}
.sidebar-tab-list li a {
  color: #606060;
  display: block;
  font-family: montserrat;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  text-transform: capitalize;
}
.sidebar-tab-list li.active a{}
/* Sidebar Tab Content */
.sidebar-tab-content {
  padding: 22px 0 15px;
}
.sin-tab-sidebar-post {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 22px;
  padding: 0 18px 13px;
}
.sin-tab-sidebar-post:last-child {
  border-bottom: 0px solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sin-tab-sidebar-post .image {
  display: block;
  float: left;
  margin-right: 12px;
  width: 50px;
}
.sin-tab-sidebar-post .image img{}
.sin-tab-sidebar-post .content{}
.sin-tab-sidebar-post .content a {
  color: #444444;
  display: block;
  margin-bottom: 5px;
  margin-top: -6px;
}
.sin-tab-sidebar-post .content a:hover {
  color: #f56719;
}
.sin-tab-sidebar-post .content span {
  color: #606060;
  display: block;
  font-size: 12px;
}
/* Newsletter Sidebar */
.newsletter-sidebar{}
.subscribe-form {
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 30px 25px;
}
.subscribe-form p {
  color: #636d77;
  margin-bottom: 25px;
}
.subscribe-form form {
  position: relative;
}
.subscribe-form form input[type="text"] {
  border: 1px solid #ececec;
  color: #606060;
  font-size: 12px;
  height: 36px;
  padding: 0 55px 0 15px;
  width: 100%;
}
.subscribe-form form input[type="submit"] {
  background-color: #00aeff;
  border: medium none;
  color: #fff;
  font-family: montserrat;
  height: 36px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 53px;
}
.subscribe-form form input[type="submit"]:hover {
  background-color: #68819b;
}
/* Comments Sidebar */
.comments-sidebar{}
.sin-sidebar-comments {
  border: 1px solid #ebebeb;
  margin-bottom: 22px;
}
.sin-sidebar-comments:last-child {
  margin-bottom: 0;
}
.sin-sidebar-comments .image {
  display: block;
  float: left;
  margin-right: 16px;
  width: 70px;
}
.sin-sidebar-comments .image img{}
.sin-sidebar-comments .content {
  padding-top: 6px;
}
.sin-sidebar-comments .content a {
  color: #303030;
  display: block;
  font-family: 'Montserrat';
  margin-bottom: 5px;
}
.sin-sidebar-comments .content a:hover {
  color: #f56719;
}
.sin-sidebar-comments .content .date {
  background: rgba(0, 0, 0, 0) url("img/icons/calendar-black.png") no-repeat scroll left center;
  color: #606060;
  display: block;
  font-size: 12px;
  padding-left: 25px;
}
/* Advertising Sidebar */
.sidebar-add {
  display: block;
}
/* Business Bank Photo */
.busi-bank-photos{}
.busi-bank-photos .head {
  border-bottom: 1px solid #ebebeb;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.busi-bank-photos .head h3 {
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
.busi-bank-photos .head a {
  color: #606060;
  display: block;
  float: right;
  font-size: 12px;
  margin-left: 20px;
}

.busi-photos-wrapper {
  display: block;
  float: left;
  margin-left: -10px;
  margin-right: -10px;
}
.busi-photos-wrapper .sin-photo {
  float: left;
  margin-top: 25px;
  padding: 0 10px;
  width: 25%;
}
.busi-photos-wrapper .sin-photo:nth-child(1),
.busi-photos-wrapper .sin-photo:nth-child(2),
.busi-photos-wrapper .sin-photo:nth-child(3),
.busi-photos-wrapper .sin-photo:nth-child(4) {
  margin-top: 0;
}
.busi-photos-wrapper .sin-photo a {
  display: block;
}
.busi-photos-wrapper .sin-photo a img {
  width: 100%;
}
/* Business Contact */
.busi-contact-wrapper{}
.busi-contact-wrapper .head {
  border-bottom: 1px solid #ebebeb;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.busi-contact-wrapper .head h3 {
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
/* Business Contact Form */
.busi-contact-form {}
.busi-contact-form input[type="submit"] {
  background: #00aeff none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 12px;
  height: 35px;
  padding: 0 14px;
  text-transform: uppercase;
}
.busi-contact-form input[type="submit"]:hover {
  background-color: #68819b;
}
/*----------------------------------------*/
/*  11.  Offer Page
/*----------------------------------------*/
/* Offer Area */
.offer-area{}
.our-offer{}
.our-offer .title {
  margin-bottom: 30px;
}
.our-offer .title h3 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
.our-offer .title h4 {
  color: #fa6e37;
  font-size: 14px;
  margin: 0;
}
.our-offer .image {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.our-offer .image img {
  width: 100%;
}
.our-offer .image .offer-label {
  background-color: #303e48;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 37px;
  left: 0;
  line-height: 37px;
  padding: 0 21px 0 14px;
  position: absolute;
  top: 33px;
}
.our-offer .offer-discount {
  background: #e4ecf3 none repeat scroll 0 0;
  border-radius: 2px;
  margin-bottom: 44px;
  padding: 26px 30px;
}
.our-offer .offer-discount p {
  color: #303030;
  font-weight: 600;
}
.our-offer .content{}
.our-offer .content h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.our-offer .content p {
  color: #606060;
  margin-bottom: 25px;
}
/*----------------------------------------*/
/*  12.  Well Collection Page
/*----------------------------------------*/
/* Well Collection Area */
.wall-collection-area{}
.wall-collections{}
.wall-collections .sin-busi-post:first-child {
  margin-top: 0;
}
/*----------------------------------------*/
/*  13.  Blog Page
/*----------------------------------------*/
/* Blog Page Area */
.blog-page-area {}
/* Single Blog */
.sin-blog {
  border: 1px solid #ebebeb;
}
.sin-blog + .sin-blog {
  margin-top: 50px;
}
/* Blog Image */
.sin-blog .blog-image {
  display: block;
}
.sin-blog .blog-image img {
  width: 100%;
}
/* Blog Content */
.sin-blog .content {
  padding: 40px 17px 40px 23px;
}
.sin-blog .content .title {
  font-size: 16px;
  margin: 0 0 15px;
}
.sin-blog .content .title a {
  color: #303030;
}
.sin-blog .content .title a:hover {
  color: #ff6d1e;
}
/* Blog Meta */
.sin-blog .content .blog-meta {
  margin-bottom: 20px;
}
.sin-blog .content .blog-meta span {
  color: #a2a2a2;
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 23px;
}
.sin-blog .content .blog-meta .date {
  background: rgba(0, 0, 0, 0) url("img/icons/calendar-day-gray.png") no-repeat scroll left center;
  padding-left: 24px;
}
.sin-blog .content .blog-meta .date:hover {
  background-image: url("img/icons/calendar-day-orange.png");
}
.sin-blog .content .blog-meta .author{}
.sin-blog .content .blog-meta .author a {
  background: rgba(0, 0, 0, 0) url("img/icons/user-gray.png") no-repeat scroll left center;
  padding-left: 22px;
}
.sin-blog .content .blog-meta .author a:hover {
  background-image: url("img/icons/user-orange.png");
}
.sin-blog .content .blog-meta .tag {
  background: rgba(0, 0, 0, 0) url("img/icons/tag-gray.png") no-repeat scroll left 6px;
  padding-left: 21px;
}
.sin-blog .content .blog-meta .tag:hover {
  background-image: url("img/icons/tag-orange.png");
}
.sin-blog .content .blog-meta .tag span a {
  margin-right: 5px;
}
.sin-blog .content .blog-meta .tag a::after {
  content: ",";
}
.sin-blog .content .blog-meta .tag a:last-child::after {
  display: none;
}
.sin-blog .content .blog-meta .comment a {
  background: rgba(0, 0, 0, 0) url("img/icons/comment-gray.png") no-repeat scroll left center;
  padding-left: 23px;
}
.sin-blog .content .blog-meta .comment a:hover {
  background-image: url("img/icons/comment-orange.png");
}
.sin-blog .content .blog-meta span a {
  color: #a2a2a2;
  display: inline-block;
  font-size: 12px;
}
.sin-blog .content .blog-meta span a:hover {
  color: #ff6d1e;
}
.sin-blog .content p {
  margin-bottom: 25px;
}
.sin-blog .content p:last-child {
  margin-bottom: 0;
}
.sin-blog .content .read-more {
  color: #ff6d1e;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.sin-blog .content .read-more:hover {
  color: #68819b;
}
/* Blog Pagination */
.blog-pagination {
  margin-top: 30px;
}
.blog-pagination a {
  color: #252525;
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.blog-pagination a:hover {
  color: #ff6d1e;
}
.blog-pagination a i {
  display: block;
  line-height: 24px;
}
.blog-pagination a.prev-page{}
.blog-pagination a.prev-page i {
  float: left;
  margin-right: 7px;
}
.blog-pagination a.next-page{}
.blog-pagination a.next-page i {
  float: right;
  margin-left: 7px;
}
/*----------------------------------------*/
/*  14.  Single Blog Page
/*----------------------------------------*/
/* Comment List */
.comment-list {}
.comment-list h3 {
  border-bottom: 2px solid #303030;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* Single Comment */
.sin-comment{}
.sin-comment + .sin-comment {
  margin-top: 70px;
}
/* Comment Image */
.sin-comment .image {
  border: 1px solid #c6c6c6;
  display: block;
  float: left;
  margin-right: 20px;
  width: 73px;
}
.sin-comment .image img {
  width: 100%;
}
/* Comment Content */
.sin-comment .content {
  position: relative;
  padding-right: 70px;
}
.sin-comment .content .reply {
  color: #ff6d1e;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  top: -4px;
}
.sin-comment .content h4 {
  font-size: 14px;
}
.sin-comment .content span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.sin-comment .content p{}
/* Comment Form Area */
.comment-form-area {}
.comment-form-area h3 {
  border-bottom: 2px solid #303030;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* Comment Form */
.comment-form{}
.comment-form input{}
.comment-form textarea {
  height: 215px;
}
.comment-form button {}
.comment-form button i {}
/*----------------------------------------*/
/*  15.  Contact Page
/*----------------------------------------*/
.contact-area {}
.contact-page-title {
  margin-bottom: 40px;
}
/* Contact Search Form */
.contact-search {}
.contact-search form input {
  margin: 0;
  width: 270px;
}
/* Contact Form */
.contact-form {}
.contact-form textarea {
  height: 215px;
}
.contact-form button {}
.contact-form button i {}
/* Contact Info */
.contact-info {}
.contact-info h3 {
  border-bottom: 2px solid #303030;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.contact-info-wrap {
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 20px 18px;
}
.contact-info-wrap p {
  display: block;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
}
.contact-info-wrap p span {
  color: #303030;
  display: block;
  float: left;
  font-weight: 600;
  width: 60px;
}
/*----------------------------------------*/
/*  16.  Login & Register Page
/*----------------------------------------*/
.login-form{}
.login-form .input-two {
  max-width: 570px;
}
.login-form .remember-forget-pass {
  margin-bottom: 25px;
}
.login-form .remember-forget-pass input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 15px;
}
.login-form .remember-forget-pass label {
  color: #606060;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.login-form .remember-forget-pass a {
  color: #00aeff;
  font-size: 12px;
  margin-left: 35px;
  text-decoration: underline;
}
.login-form .button.social-login {
  margin-left: 30px;
  padding: 0 25px;
  text-transform: inherit;
}
.login-form .button.social-login.facebook {
  background-color: #5a84ee;
}
.login-form .button.social-login.twitter {
  background-color: #31d0f8;
}
.login-form .button.social-login i {
  background-color: transparent;
  float: left;
  margin-left: 0;
  margin-right: 10px;
  right: 0;
  width: auto;
}
/*----------------------------------------*/
/*  17.  Business Profile Page
/*----------------------------------------*/
/* Business Profile Tab List */
.business-profile-tab-list {
  background-color: #e4ecf3;
}
.profile-tab-list {
  width: auto;
}
.profile-tab-list ul{}
.profile-tab-list ul li {
  display: block;
  float: left;
}
.profile-tab-list ul li a {
  background-color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  text-transform: uppercase;
}
.profile-tab-list ul li.active a {
  background-color: #00aeff;
  color: #fff;
}
/* My Business Content */
.business-buttons {
  margin-bottom: 45px;
}
.business-buttons .busi-btn {
  background: #00aeff none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  height: 31px;
  line-height: 31px;
  margin-right: 21px;
  padding: 0 13px;
  text-transform: uppercase;
}
.business-buttons .busi-btn:hover {
  background-color: #68819b;
}
/* Publish Offer */
.publish-offers{}
.sin-pub-offer {
  display: block;
  margin-bottom: 27px;
  overflow: hidden;
}
.sin-pub-offer .logo {
  width: 46px;
  margin-right: 17px;
  display: block;
  float: left;
}
.sin-pub-offer .logo img{}
.sin-pub-offer .title {
  display: block;
  float: left;
  margin-right: 21px;
  width: 408px;
}
.sin-pub-offer .title h4 {
  border: 1px solid #ebebeb;
  color: #606060;
  display: block;
  font-family: open sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 4px 0;
  padding: 6px 20px;
}
.sin-pub-offer .buttons {
  display: block;
  float: left;
  margin: 10px 0;
}
.sin-pub-offer .buttons .btn {
  background: #68819b none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 11px;
  padding: 0 10px;
  text-transform: uppercase;
}
.sin-pub-offer .buttons .btn:hover {
  background-color: #ff6d1e;
}
.add-new-offer {
  background: #00aeff none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  height: 31px;
  line-height: 31px;
  margin-top: 10px;
  padding: 0 13px;
  text-transform: uppercase;
}
.add-new-offer:hover {
  background-color: #68819b;
}
/* Profile Form */
.profile-form{}
.profile-form .input-box a {
  color: #f56719;
  font-family: montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 39px;
  text-transform: uppercase;
}
/* My Business Details Form */
.business-details-form{}
.business-details-form .b-name {
  margin-bottom: 32px;
}
.business-details-form .b-name label {
  color: #606060;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 17px;
}
.business-details-form .b-name input {
  border: 1px solid #ececec;
  height: 37px;
  padding: 5px 15px;
  width: 240px;
}
.business-details-form .logo-upload {
  margin-bottom: 32px;
}
.business-details-form .logo-upload p {
  color: #606060;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 17px;
}
.business-details-form .logo-upload label {
  background: #00aeff none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
  text-transform: uppercase;
  margin: 0;
}
.business-details-form .logo-upload label:hover {
  background-color: #68819b;
}
.business-details-form .logo-upload input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.business-details-form .about-business {
  margin-bottom: 32px;
}
.business-details-form .about-business label {
  color: #606060;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 17px;
}
.business-details-form .about-business textarea {
  border: 1px solid #ececec;
  height: 275px;
  padding: 10px 15px;
  width: 100%;
}
.business-details-form .open-close-time {
  margin-bottom: 65px;
}
.business-details-form .open-close-time .head {
  margin-bottom: 28px;
}
.business-details-form .open-close-time .head p {
  display: block;
  float: left;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  width: 125px;
}
.business-details-form .open-close-time .head p:first-child {
  opacity: 0;
}
.business-details-form .open-close-time .head p:last-child {
  margin-left: 34px;
}
.business-details-form .open-close-time .days {
  overflow: hidden;
  margin-bottom: 28px;
}
.business-details-form .open-close-time .days:last-child {
  margin-bottom: 0;
}
.business-details-form .open-close-time .days h4 {
  color: #1a1a1a;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  width: 125px;
}
.business-details-form .open-close-time .days input {
  border: 1px solid #ececec;
  display: block;
  float: left;
  height: 37px;
  padding: 5px 15px;
  width: 125px;
}
.business-details-form .open-close-time .days input:last-child {
  margin-left: 34px;
}

.business-details-form .category-select {}
.business-details-form .category-select label {
  color: #606060;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 17px;
  text-transform: capitalize;
}
.business-details-form .category-select select {
  width: 510px;
}
.business-details-form .category-select select option{}
.business-details-form .discount {
  clear: both;
  width: 270px;
}
.business-details-form .discount p{}
.business-details-form .discount p span {
  margin-left: 60px;
}
.business-details-form .discount p span::before {
  content: "$";
}
.business-details-form .discount input {}
/*----------------------------------------*/
/*  18.  404 Page
/*----------------------------------------*/
.page-404 {
  background-color: #e4ecf3;
  padding: 210px 0;
}
.page-404 h1 {
  color: #262b2f;
  font-size: 150px;
  line-height: 1;
  margin: 0;
}
.page-404 p {
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 5px;
}