/*
Theme Name: Hersham Golf Club
Theme URI: 
Author: Degraf
Author URI: 
Description: A versatile and responsive Bootstrap WordPress theme based on Twitter Bootstrap 3.3.2. and devdmbootstrap3
Version: 1.1
License: 
License URI: 
Tags:
Text Domain: 
*/

/**
 * 1.0 General
 * ----------------------------------------------------------------------------
 */
 
@font-face {
    font-family: 'DidotLTStd-Bold';
    src: url('fonts/2E997D_0_0.eot');
    src: url('fonts/2E997D_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2E997D_0_0.woff2') format('woff2'),
         url('fonts/2E997D_0_0.woff') format('woff'),
         url('fonts/2E997D_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  	font-family:'icons';
  	src:url('fonts/icons.eot');
  	src:url('fonts/icons.eot?#iefix') format('embedded-opentype'),
  		url('fonts/icons.woff') format('woff'),
  		url('fonts/icons.ttf') format('truetype'),
  		url('fonts/icons.svg#icons') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
@font-face {
  	font-family:'glyphicons';
  	src:url('fonts/glyphicons-halflings-regular.eot');
  	src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  		url('fonts/glyphicons-halflings-regular.woff') format('woff'),
  		url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  		url('fonts/glyphicons-halflings-regular.svg#glyphicons') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
 
html {
	padding: 0;
	margin: 0; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #555;
	background: #c5c5c5;
	padding: 0;
	margin: 0;
}

h2 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 22px;
	line-height: 1.1;
	color: #888;
	margin-top: 0;
}

h3 {
  font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	color: #888;
	margin-top: 0;
}

h4 {
	font-size: 18px;
  font-weight: 500;
  color: #888;
	margin-top: 0;
}  

h5 {
	font-size: 18px;
  font-weight: 500;
  color: #888;
	margin-top: 0;
}  

.wrap-all {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.container-wrap {
  width: 100%;
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
}

#main, .sub-footer {
  position: relative;
  overflow: hidden;
}

body.home #main .container-wrap {
  padding-bottom: 40px;
}

.row.title {
  position: relative;
}

.content {
  margin-top: 30px;
  margin-bottom: 30px;
}

strong {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
}  

b {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
}

i {
  font-family: 'Roboto', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

iframe {  
  border: none;
  padding: 0;
  margin: 0;
}

iframe.booking {
  display: block;
  width: 100%; 
  max-width: 100%;
  height: 800px;
  overflow: hidden; 
}

a {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;  
}

a, a:link, a:visited {
  color: #8CC63E;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input, textarea, select {
  width: 100%;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius:0; 
  border-radius:0;
}

article:before, article:after {
  clear: both;
  content: " ";
  display: table;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
  
#main {
  width: 100%; 
  background: #fff; 
}

.upper-case {  
  text-transform: uppercase;
}

ul.list {
  padding-left: 20px;
}
  

/**
 * 2.0 Header
 * ----------------------------------------------------------------------------
 */
 
#masthead {
  position: relative;
}

.site-header img {
  width: 100%;
  height: auto;
}

div.page-header-wrap {
  position: relative;
  padding-top: 20px;
}

.page-header {
  padding: 0;
  margin: 0;
  border: none;
} 

h1.page-header, div.img-title-1, div.img-title-2  {
  font-family: 'DidotLTStd-Bold','Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 58px;
	line-height: 1.1;
	color: #111;
}

div.img-title-2 {
	color: #fbc53b;
}

.wrap-header-search {
  display: none;
	position: absolute;
	top: 38px;
	right: 0px;
	height: 33px;
	background: none;
	overflow: hidden; 
	z-index: 999;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.wrap-header-search.open {
  width: 302px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.wrap-header-search .search-line {
	float: left;
	width: 0;
	height: 33px;
	overflow: hidden;
	-webkit-transition:width .3s ease-in-out;
	-moz-transition:width .3s ease-in-out;
	-ms-transition:width .3s ease-in-out;
	-o-transition:width .3s ease-in-out;
	transition:width .3s ease-in-out;
}

.wrap-header-search.open .search-line {
  width: 205px;
  width: 90%;
}

.wrap-header-search .search-line input[type="text"], 
.wrap-header-search .search-line input[type="submit"] {
	border: 0;
	background: none;
}

.wrap-header-search .search-line input[type="submit"] {
  visibility: hidden;
}

.wrap-header-search .search-line input[type="text"] {
  width: 100%;
	height: 30px;
	padding:0 0 0 15px;
}

.wrap-header-search .search-but {
	position: relative;
	display: block;
	float: right;
	width: 30px;
	height: 30px; 
}

.wrap-header-search .search-but:before, 
.wrap-header-search .search-but:after {
	content: '\e810';
	font-size: 17px;
	width: 1em;
	height: 1em;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
}

.wrap-header-search .search-but:after {
  content: none;
}

.wrap-header-search.open .search-but:before,
.wrap-header-search.open .search-but:after {
	content: '';
	background: #8d8d8d;
	width: 1px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wrap-header-search.open .search-but:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-but.icon:before {
 	font-family: 'icons';
 	color: #aaa;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 3.0 Navigation
 * ----------------------------------------------------------------------------
 */

.top-menu {
  position: relative;
  width: 100%;
  height: 100px;
}

.top-menu .top-tel {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 20px;
  color: #fff;
}

.top-menu a.main-logo {
  display: block;
}

.top-menu a.main-logo img {
  width: 100%;
  max-width: 84px;
  height: auto;
  margin-top: 7px;
}

.top-menu a.main-logo img {
  width: 100%;
  max-width: 84px;
  height: auto;
  margin-top: 7px;
}

.navbar-nav {
  float: right;
  padding-right: 40px;
}

.navbar-nav > li {
  margin-left: 14px;
}

.navbar-nav > li.home {
  margin-left: 0;
}

.navbar-nav > li > a {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 1; 
	color: #363d40; 
  text-transform: uppercase; 	
  padding: 50px 0 10px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    font-size:  13px;
  }
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
  color: #8CC63E;
  background: none;
}

.navbar-nav > li.current-menu-item > a:hover, .navbar-nav.current-menu-item > li > a:focus, .navbar-nav.current-menu-item > li > a:active,
.navbar-nav > li.current-menu-item > a,
body.single-couch .navbar-nav > li.academy a, body.single-event .navbar-nav > li.events a  {
  color: #69962C;
  background: none;
}

.navbar-nav .sub-menu li.menu-item {
	display: block;
}

.navbar-nav .sub-menu {
  background-color: transparent;
	border: none;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 999;
}

.navbar-nav .sub-menu li { 
  display: block; 
}

.navbar-nav .sub-menu a {
  display: block;
	border-top: 0;
	font-size: 1.6rem;
	padding: 15px 30px 15px 10px;
	position: relative;
	word-wrap: break-word;
	text-decoration: none;
    color: #363d40; 
    color: #fff;     
}

@media only screen and (min-width: 992px) { 
  .navbar-nav .sub-menu { 
    padding: 0;
    background-color: rgba(105,150,44,0.6);    	
  }   
  
  .navbar-nav .sub-menu a {
  } 
  
  .navbar-nav .sub-menu a:focus,
  .navbar-nav .sub-menu a:hover,
  .navbar-nav .sub-menu .current-menu-item > a,
  .navbar-nav .sub-menu .current-menu-item > a:focus,
  .navbar-nav .sub-menu .current-menu-item > a:hover  {
    color: #69962C;
    color: #f7e93a;     
  }
}

.navbar-nav .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.navbar-nav .menu-item:hover {
	position: static;
}

.navbar-nav .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

body.single-couch h2  {
  color: #8CC63E;
}

body.admin-bar #click-menu {
  margin-top: 32px;
}

body #click-menu  {
  background: none !important;   
}

body #click-menu .threeLines .line {
  background: #69962C !important; 
}

body #click-menu #RMX {
  background: none !important; 
}

#responsive-menu {
  height: auto !important;
  background: rgba(255, 255, 255, 0.9)  !important;
}

ul.responsive-menu {
  border-bottom: 1px solid #fafafa !important;
}

body #responsive-menu #responsiveSearch {
  border-top: none !important; 
}

#responsive-menu #rm-additional-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-main-menu-container {
    display: none !important;
  }             
  
  #rmp_menu_trigger-284 {
    width: 55px;
    height: 55px;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    background: none !important;
  }
  
  #rmp_menu_trigger-284:hover,
  #rmp_menu_trigger-284.is-active {
    background: none !important;
  }
  
  #rmp_menu_trigger-284 .responsive-menu-pro-inner, 
  #rmp_menu_trigger-284 .responsive-menu-pro-inner::before, 
  #rmp_menu_trigger-284 .responsive-menu-pro-inner::after {
    background-color: #fff;
    border-radius: 0px !important;
  }
  
  #rmp-container-284 {
   background: none !important;
  }
  
  #rmp-menu-wrap-284 .rmp-menu-item-link {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 0px 0px 0px 5% !important;
    width: 100% !important;
    display: block !important;
    height: 45px !important;
    line-height: 45px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    color: #363d40 !important;
    border-top: 1px solid #ffffff !important;
    text-decoration: none !important;
    background-color: rgba(255,255,255,0.95) !important;
  }
  
  
  #rmp-menu-wrap-284 .rmp-menu-item-link:hover {
    background: #d5d5d5 !important;
  }
  
  #rmp-menu-wrap-284 .rmp-menu-current-item:not(.menu-item-has-children) .rmp-menu-item-link {
    background: #d5d5d5 !important;
    color: #69962c !important;
  }
  
  #rmp-menu-wrap-284 .rmp-menu-subarrow {
      height: 39px;
      width: 40px;
      color: #363d40 !important;
      background-color: none !important;
  }
  
  #responsive-menu .responsive-menu li.current_page_item > .appendLink {
    color: #69962c !important;
  }
  
  #rmp-menu-wrap-284 .rmp-submenu .rmp-menu-item-link {
    padding-left: 10% !important;
  }
}


/**
 * 4.0 Footer
 * ----------------------------------------------------------------------------
 */
 
.sub-footer {
  color: #363d40;
  background: #F2F2F2;
  padding-top: 20px;
}

.sub-footer .widget {
  margin-bottom: 0;
}

.sub-footer h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.1;
  color: #808080;
  margin-top: 0;
}

.sub-footer .tel, .sub-footer .email a {
  font-size: 28px;
  color: #808080;
}

.sub-footer .email a {
  font-weight: 300;
}

.sub-footer .email a:hover, .sub-footer .email a:focus, .sub-footer .email a:active  {
  color: #363d40;
  text-decoration: none;
}

#sub-footer-sidebar-1 img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#sub-footer-sidebar-1 aside, #sub-footer-sidebar-2 aside {
  margin-bottom: 20px;
}

.footer {
  font-size: 14px;
  color: #fff;
  background: #B2B2B2;
  border-top: 9px solid #666;
  padding: 30px 0 10px 0;
}

.footer a {
  color: #fff;
}

.footer a:hover, .footer a:focus, .footer a:active  {
  color: #fff;
  text-decoration: underline;
}

.footer h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul.social li {
  float: left;
  margin-right: 10px;
}

.footer .fa {
  font-size: 20px;
  margin-bottom: 10px;
} 

.footer-bottom {
  font-size: 12px;
  color: #eee;
  background: #666;
  padding: 15px 0;
}

.footer-bottom a {
  color: #eee;
}

.footer-bottom a:hover, .footer-bottom a:focus, .footer-bottom a:active  {
  text-decoration: underline;
}

.footer-logo img {
  width: 100%;
  max-width: 84px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}


/**
 * 5.0 Page Specifics
 * ----------------------------------------------------------------------------
 */

/* home page - start */

div.center-small {
  font-family: 'DidotLTStd-Bold','Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #808080; 
	text-align: center;
	margin-bottom: 10px;
}

div.center-large {
  font-family: 'DidotLTStd-Bold','Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 36px;
	line-height: 1.2;
	color: #808080; 
	text-align: center;
}

div.headline {
	color: #fff;
  background: url(img/bg-home-middle.jpg) center center no-repeat;
  margin-bottom: 50px;
}

.middle-headline {
  font-family: 'DidotLTStd-Bold','Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 48px;
	line-height: 1.1;
  margin-bottom: 20px;
}

.content.middle {
  margin-bottom: 80px;
} 

div.bottom-block {
  margin-bottom: 25px;
}

a.bottom-link  {
	color: #808080;
}

a.bottom-link:hover, a.bottom-link:focus, a.bottom-link:active  {
  text-decoration: none;
}

img.bottom-img {
  width: 100%;
  height: auto;
} 

div.bottom-box {
  border: 3px solid #eee;
  border-top: none;
  padding: 15px;
}

div.bottom-title {
  font-family: 'DidotLTStd-Bold','Roboto', Arial, sans-serif;
  font-weight: 400;
	font-size: 18px;
	line-height: 1.3; 
	margin-bottom: 18px;
} 

div.online-booking {
  color: #fff;
  text-align: center;
  background: #6c7a28;
  padding: 30px 0;
}

div.online-booking h2 {
  font-family: 'Roboto', Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  color: #fff !important;  
  line-height: 1.1 !important;
  margin: 0 !important;
}

div.online-booking a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #fff;  
  border-radius: 4px;
  margin-left: 10px;
}

div.online-booking a:hover {
  color: #6c7a28;  
  background: rgba(255,255,255,0.5);  
}

@media (max-width: 767px) {
  div.online-booking a {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}

/* home page - end */

div.entry-title {
  font-size: 30px;
  font-weight: 300;
	line-height: 1.1;
  margin-bottom: 20px;
}

div.entry-summary {
  font-size: 20px;
  margin-bottom: 20px;
}

img.entry-img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

img.img-sec {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 8px;
  margin-bottom: 20px;
} 

img.couch-img {
  width: 100%;
  max-width: 256px;
  height: auto;
  margin-bottom: 20px;
}

img.couch-img-sml {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
}

h2.entry-header {
  font-size: 30px;
  font-weight: 300;
  color: #8CC63E;
}

h2.entry-header a:hover, h2.entry-header a:focus, h2.entry-header a:active {
  color: #808080;
  text-decoration: none;
}

body.single-couch #main h4, body.page-template-template-membership #main h2 {
  color: #8CC63E;
}

img.event-img {
  width: 100%;
  max-width: 270px;
  height: auto;
  margin-bottom: 20px;
}

a.read-more-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #fff; 
  background: #8CC63E;
  padding: 13px 24px;
  display: inline-block;
  width: auto;
}

a.read-more-button:hover, a.read-more-button:focus, a.read-more-button:active  {
  color: #fff;
  text-decoration: none;
}

ul.list-benefits {
  padding-left: 20px;
}

div.fees-gold, div.price-gold {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #e8b853;
  padding: 4px;
}

div.box-gold {
  background: #F5DFB0;
}

div.list-gold {
  padding: 10px 10px 10px 0; 
}

div.fees-silver, div.price-silver {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #ccc;
  padding: 4px;
}

div.box-silver {
  background: #f4f4f4;
}

div.list-silver {
  padding: 10px 10px 10px 0; 
}

div.fees-bronze, div.price-bronze {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #a67c52;
  padding: 4px;
}

div.box-bronze {
  background: #E4D2BC;
}

div.box-bronze > .list-bronze:last-child {
  display: none;
}

div.list-bronze {
  padding: 10px 10px 10px 0; 
}

ul.list-gold li, ul.list-silver li, ul.list-bronze li {
  font-size: 14px;
  margin-bottom: 10px;
}

div.desc-rates {
  font-size: 20px;
  font-weight: 300;
  color: #8CC63E;
}

div.text-rates {
  font-size: 14px;
}

div.text-rates.price {
  color: #111;
  text-align: right;
}

div.package {
  font-size: 22px;
} 

div.package.gold {
  color: #e8b853;
  border-bottom: 1px solid #e8b853; 
  padding-bottom: 3px;
  margin-bottom: 12px;
}

div.package.silver {
  color: #999;
  border-bottom: 1px solid #999; 
  padding-bottom: 3px;
  margin-bottom: 12px;
}

div.package.bronze {
  color: #a67c52;
  border-bottom: 1px solid #a67c52; 
  padding-bottom: 3px;
  margin-bottom: 12px;
}

div.ev-file {
  min-height: 60px;
  background: #f4f4f4 url(img/logo-pdf.png) no-repeat 16px center;
  padding: 14px 10px 14px 80px;
  margin: 15px 0;
}

/* PhotoSwipe */
div.pswp {
  z-index: 10000;
}

.pswp__bg {
  background: rgba(0,0,0,0.9) !important;
}

.photo-swipe figure {
  margin-top: 15px;
  margin-bottom: 15px;
}

.photo-swipe figcaption {
  width: 100%;
  max-width: 360px;
  font-family: 'DidotLTStd-Bold','Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #0070BC;
  background: #8CC63E;
  padding: 20px 10px 15px 10px;
}

img.photo-swipe-img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

/* contact page */
body.page-template-template-contact .fa-check {
  font-size: 12px;
	color: #999;
  position: absolute;
  top: 5px;
  left: 1px;
}

.google-maps {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
  
.google-maps {
  padding-bottom: 40%;
  height: 0;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

/* remove t&c from maps */
a[href^="http://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/* remove the error link */
a[title="Report errors in the road map or imagery to Google"] {
    display: none !important;
}

/* map direction input */
.hovergoogle {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  text-align: center;
  color: white;
  vertical-align: middle;
  padding: 8px 0;
} 

.mapdir-col {
  display: none;
}

#mapdir-bloc ul {
  padding-right: 10px;
  margin-left: -20px;
}

#mapdir-bloc span.direction {
  margin-left: 15px;
  color: #8CC63E;
  font-size: 13px;
}

.mapdir-bloc {
  width: 100%;
  height: 300px;
}

.form-control {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #8CC63E;
  border-color: #8CC63E;
  box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
  background-color: #005C33;
  border-color: #005C33;
}

.jspTrack {
  background: #ddd !important;
}

.jspDrag {
  background: #8CC63E !important;
}
/* map direction input - end */

.pagination {
  float: right;
  margin: 40px 0 0;
}

.pagination ul {
  padding: 0;
}

.pagination ul li {
  display: inline;
}

.pagination ul li a, .pagination ul li span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #8CC63E;
  margin-right: 6px;
}

.pagination ul li span {
  border: 1px solid #fff;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active  {
  color: #fff;
  background: #8CC63E;
}

.pagination ul li:last-child a, .pagination ul li:last-child span {
  margin-right: 0;
}


/**
 * 6.0 Form-7 
 * ----------------------------------------------------------------------------
 */

.form-box {
  position: relative;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}

.form-box .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #444;
}

.wpcf7 textarea {
    height: 100px;
} 

input[type="submit"] {
  float: right;
  width: auto;
  font-weight: 300;
  border: 1px solid #ddd;
  padding: 6px 35px;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: #fff;
  border-color: #8CC63E;
  background: #8CC63E;
}

#searchform #s {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

#searchform #s:focus {
  border: 1px solid #8CC63E;
}

/**
* Gravity form
* ----------------------------------------------------------------------------
*/
body .gform_wrapper span.gform_description {
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }  

  body .gform_wrapper .gform_footer input.button, 
  body .gform_wrapper .gform_footer input[type=submit], 
  body .gform_wrapper .gform_page_footer input.button, 
  body .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
  }

}

.gform_wrapper div.validation_error {
  display: none !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 8px !important;
}

body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
  font-size: 16px;
  font-weight: 400 !important;  
  background: #fff;
  border: 1px solid #ddd;
  max-height: 180px;
  padding: 6px 8px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 6px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
  background: #8CC63E;
  border: 1px solid #8CC63E;

}

body .gform_wrapper .gform_footer {
  text-align: right;
  margin-top: 0;
}

#gform_wrapper_1, body #gform_wrapper_1 .top_label div.ginput_container {
  margin-top: 0;
}

#gform_wrapper_1 ul li.gfield {
  position: relative;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
}

#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 65px !important;
}

#gform_wrapper_1 textarea {
  padding-top: 30px !important;
}

#gform_wrapper_1 ul li.gfield:last-of-type {
  margin-bottom: 0;
}

#gform_1 .top_label .gfield_label {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #444;
}

#gform_1 .gfield_required {
  display: none;
}

@media only screen and (min-width: 641px) {
   #gform_1.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important;
  }
} 

#gform_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#gform_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

@media (min-width: 768px) {
}

::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}


/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width: 992px) {
  
  body.home #main {
    padding-top: 0;
  }
  
  .top-menu {
    position: absolute;
    top: 35px;
    background-color: rgba(225,225,225,0.9);
    z-index: 200;
  }
  
  .wrap-header-search {
    display: block;
  }

}

@media (min-width: 768px) {

  .sep-line {
    display: none;
  } 

  body.page-template-template-contact .top-menu .top-tel {
  	display: none;
  } 
                                                   
}

@media (min-width: 992px) {


  .sep-line-footer {
    display: none;
  }
  
  div.page-header-wrap {
    position: absolute;
    top: -220px;
    padding-top: 0;
    z-index: 2;
  }
  
  div.page-header-wrap.single {
    top: -120px;
  }

  h1.page-header, div.img-title-1 {
  	color: #fff;
  }
  
  #sub-footer-sidebar-2 aside {
  }
  
}

@media (min-width: 1200px) {

}

@media (max-width: 991px) {
  
  .sub-footer h3 {
    font-size: 30px;
  }

  .sub-footer .tel, .sub-footer .email a {
    font-size: 24px;
  } 

  
}

@media (max-width: 932px) {
  
  div.holes-wrap {
    width: 100%;
    max-width: 603px;
    margin: 0 auto 20px auto;
  }
  
} 

@media (max-width: 991px) {
  
  div.top-menu div.col-sm-10 {
    width: 100%;
  }
  
} 

@media (max-width: 767px) {

  body.home #main .container-wrap {
    padding-bottom: 0;
  }

  .slider-middle {
    margin-bottom: 0;
  }
  
  .content.middle {
    margin-bottom: 30px;
  }
  
  .photo-swipe figcaption {
    font-size: 18px;
  }
  
  #footer-sidebar1, #footer-sidebar2, footer-sidebar3 {
    margin-bottom: 25px;
  }

}

@media (max-width: 632px) {
  
  div.holes-wrap {
    width: 100%;
    max-width: 303px;
    margin: 0 auto 20px auto;
  }
  
}


@media (max-width: 450px) {

  .col-xxs {
    float: none;
    width: 100%;
  }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}


