@charset "UTF-8";
/*
Theme Name: Glasgow Dentistry V3.1
Author: Seventhfury Studios
Author URI: http://seventhfury.com
Version: 3.1
*/
/* ----- SCSS STYLES ----- */
/* Testing Border Quick Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/* Add CSS3 animations to elements below */
a, a:active, a:link, a:visited, a:hover, input, .btn, .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/* ----- CSS STYLES ----- */
body, html {
  background: #9ACCA4;
  background: linear-gradient(0deg, rgb(154, 204, 164) 0%, rgb(154, 204, 164) 68%, rgb(255, 255, 255) 100%);
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #444;
  font-size: 14px;
  font-size: 16px;
  font-weight: normal;
  /*margin: 0!important;
  padding: 0!important;
  width: 100%!important;*/
}

@media (max-width: 768px) {
  body {
    padding-top: 10px;
  }
}
p {
  text-align: justify;
  margin-bottom: 20px;
}

p > strong, .highlight strong {
  font-weight: 900;
}

a, a:link, a:active, a:visited {
  text-decoration: underline;
  color: #444;
}

a:hover {
  color: #6ea178;
  background: none;
  cursor: pointer !important;
}

p a, p a:link, p a:active, p a:visited {
  text-decoration: underline;
  font-weight: 500;
}

hr, .clear {
  clear: both;
}

hr {
  border: none;
  border-bottom: 1px solid #e9e9e9;
  margin: 45px 0 25px 0;
}

::selection {
  /*color: white;*/
  background: #f1f1f1; /* WebKit/Blink Browsers */
}

::-moz-selection {
  /*color: white;*/
  background: #f1f1f1; /* Gecko Browsers */
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

h1, h2, h3, h4 {
  /*text-transform: uppercase;*/
  font-weight: bold;
  color: #171717;
  color: #333;
}

h1 {
  font-size: 2.1em;
  /*text-transform: uppercase;*/
  margin: 0px 0 40px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 1px solid #CCE6D2;
}

h2 {
  font-size: 1.7em;
  margin-bottom: 20px;
  color: #CCE6D2;
  color: #444;
}

h2:focus {
  outline: none;
}

h3 {
  font-size: 1.4em;
  color: #CCE6D2;
  color: #444;
  font-weight: 500;
  /*font-weight: 100;*/
}

h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.spacer {
  width: 100%;
  height: 30px;
}

.container {
  max-width: 1160px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 95%;
}

#main {
  background: white;
  padding: 55px 30px 30px 30px !important;
}
#main.home-container {
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #main {
    padding: 45px 15px 30px 15px !important;
  }
}

.brandwrap {
  background: #6ea178;
  width: 100%;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  /*float:left;*/
  margin: auto;
  display: inline-block;
  position: relative;
  padding: 0px 0 0 0;
  width: auto;
  float: left;
}
.brand img {
  max-width: 345px;
}

.brand:hover, .servicelogos a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

a.btn {
  color: #ffffff;
}

.btn {
  -webkit-font-smoothing: antialiased;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
  margin: auto !important;
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  /*&:hover {
  	filter:alpha(opacity=70);
  	-moz-opacity:0.7;
  	-khtml-opacity: 0.7;
  	opacity: 0.7;
  }*/
}
.btn.btn-large {
  font-size: 1.2em;
  line-height: 1;
  padding: 21px 20px 20px 20px;
}
@media (max-width: 600px) {
  .btn.btn-large {
    font-size: 1em;
  }
}
.btn.btn-small {
  font-size: 0.8em;
  line-height: 1;
  padding: 12px 14px 10px 14px;
}

.btn-primary {
  background: #6ea178;
  border: none;
  /*text-shadow:1px 1px 3px $basecolor_darker;*/
  margin: auto;
}
.btn-primary:hover {
  background: #4c7855;
}
.btn-primary .fa {
  font-size: 1em;
  position: relative;
}

a.btn-white, .btn-white {
  background: #ffffff;
  border: none;
  color: #4c7855;
  text-shadow: 1px 1px 3px #9ACCA4;
  text-shadow: none;
  margin: auto;
}
a.btn-white:hover, .btn-white:hover {
  background: #2f5336;
  color: #ffffff;
}
a.btn-white .fa, .btn-white .fa {
  font-size: 1em;
  position: relative;
}

.btn-secondary, .btn-secondary:hover {
  color: #0891c2;
  background: #e5e5e5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(229, 229, 229) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(250, 250, 250)), color-stop(100%, rgb(229, 229, 229))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(229, 229, 229) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(229, 229, 229) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(229, 229, 229) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgb(229, 229, 229) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#e5e5e5",GradientType=0 ); /* IE6-8 */
  border: 1px solid #666;
}

/* ----- NAVIGATION ----- */
.headercontact {
  color: #9ACCA4 !important;
  text-align: right;
  padding-top: 7px;
  padding-right: 0px;
}

@media (max-width: 769px) {
  .headercontact {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.header-social {
  display: none;
}
.header-social a {
  float: right;
}
.header-social a .fa {
  color: #ccc;
  font-size: 24px;
}

.navrow {
  background: none;
  border-bottom: 1px solid #4c7855;
  text-align: center;
  margin: 30px 0 0 0 !important;
  width: 100%;
  z-index: 999999;
  padding: 0;
}
.navrow ul {
  margin: 0;
  padding: 0;
}
.navrow li {
  display: inline-block;
  padding: 0px !important;
  margin: 0px -3.5px 0px 0px !important;
  border: 0px !important;
  float: none;
}
.navrow .nav {
  background: #4c7855;
}
.navrow .nav > .menu-item > a {
  color: #fff;
  background: #4c7855 !important;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 27px !important;
  margin: 0px !important;
  display: block !important;
  border-left: 1px solid #6ea178;
  border-right: 1px solid #2f5336;
  /*border-left:1px solid #002d50;*/
  text-decoration: none !important;
  display: inline-block;
  -webkit-text-shadow: 0 2px 4px #2f5336;
  -moz-text-shadow: 0 2px 4px #2f5336;
  -ms-text-shadow: 0 2px 4px #2f5336; /* IE 10+ */
  -o-text-shadow: 0 2px 4px #2f5336;
  text-shadow: 0 2px 4px #2f5336;
}
.navrow .nav > .menu-item > a:hover {
  background: #2f5336 !important;
}
.navrow li:first-child a {
  border-left: none !important;
}
.navrow li:last-child a {
  border-right: none !important;
}

@media (max-width: 1102px) {
  /* up to large size */
  .navrow .nav > .menu-item > a {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  /* up to large size */
  .navrow .nav > .menu-item > a {
    font-size: 15px;
    padding: 30px 23px !important;
  }
}
@media (max-width: 810px) {
  .navrow .nav > .menu-item > a {
    padding: 30px 18px !important;
  }
}
/* ----- MOBILE NAVIGATION ----- */
.mobile-nav .mobilebrand {
  float: left;
  margin: 10px;
  background: none !important;
}
.mobile-nav .mobilebrand img {
  max-width: 200px;
  height: auto;
}
.mobile-nav a.mobilebrand:hover {
  background: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.mobile-nav .navbar-toggle {
  float: right;
  margin: 15px;
}
.mobile-nav ul.sub-menu {
  border-bottom: 1px solid #333;
  padding: 0px 5px 5px 5px;
}
.mobile-nav a {
  color: #666;
  padding: 6px 0 6px 15px;
  display: block;
  text-decoration: none !important;
  background: #4c7855;
}
.mobile-nav a:hover {
  color: #fff;
  background: #6ea178 !important;
  text-decoration: none;
}
.mobile-nav .mobile-logo a:hover {
  background: none !important;
}
.mobile-nav .mobile-nav-title {
  color: #CCE6D2;
}
.mobile-nav .icon-bar {
  width: 100%;
  background: #CCE6D2 !important;
}

/* Mobile Bootstrap Colors */
@media (max-width: 767px) {
  .navbar-default {
    background: #4c7855;
    border: none;
  }
  .navbar-default .navbar-toggle {
    color: #CCE6D2 !important;
    border-color: #CCE6D2 !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #6ea178 !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #CCE6D2 !important;
  }
  .navbar-default .navbar-nav > li {
    background: #9ACCA4 !important;
  }
  .navbar-default .navbar-nav > li > a {
    color: white !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #CCE6D2;
  }
}
.phone-block {
  float: right;
  padding-top: 37px;
  padding-top: 0;
  color: white !important;
  font-size: 1.35em;
}
.phone-block a {
  color: white !important;
}

.phone-bar {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: white !important;
  background: #6ea178;
  padding: 7px 20px;
  margin-bottom: 20px;
}
.phone-bar a {
  color: white !important;
}

.phone-bar, .phone-block {
  -webkit-text-shadow: 0 1px 2px #4c7855;
  -moz-text-shadow: 0 1px 2px #4c7855;
  -ms-text-shadow: 0 1px 2px #4c7855; /* IE 10+ */
  -o-text-shadow: 0 1px 2px #4c7855;
  text-shadow: 0 1px 2px #4c7855;
}

/* ----- CONTENT ----- */
.hero .row {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hero .flush {
  margin: 0 !important;
  padding: 0 !important;
}
.hero .flush img {
  width: 100%;
  height: auto;
}

/* ---- BEGIN ARCHIVE ---- */
.homehero-og {
  /*max-height: 360px;*/
  /*display: none!important;*/
}
.homehero-og .homeheroimg {
  /* For MD+ browser sizes to prevent image overflow */
  background: url(images/hero-home.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  min-height: 400px;
  width: 100%;
}
.homehero-og .homebox {
  margin: 0 0 0 0 !important;
  padding: 30px !important;
  height: 100%;
  min-height: 400px !important;
  background: #4C7855;
  background: linear-gradient(0deg, rgb(76, 120, 85) 0%, rgb(110, 161, 120) 63%, rgb(154, 204, 164) 100%);
  background: linear-gradient(0deg, rgb(147, 222, 162) 0%, rgb(76, 120, 85) 100%);
  background: linear-gradient(0deg, rgb(47, 83, 54) 0%, rgb(76, 120, 85) 100%);
  background: linear-gradient(0deg, rgb(110, 161, 120) 0%, rgb(47, 83, 54) 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.homehero-og .homebox h2, .homehero-og .homebox h3, .homehero-og .homebox p {
  color: white;
  text-shadow: 1px 1px 2px #2f5336;
  margin-bottom: 0;
}
.homehero-og .homebox h2 {
  /*font-size: 3.4em;
  line-height: 0.7;*/
  margin-top: 0;
  font-weight: 400;
  font-size: 2.7em;
  line-height: 1.1;
}
.homehero-og .homebox h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  /*margin-bottom: 40px;*/
}
.homehero-og .homebox h2 strong, .homehero-og .homebox h3 strong {
  font-weight: 600;
}
.homehero-og .homebox p {
  font-size: 1.1em;
  line-height: 1.3;
  /*margin-bottom: 40px;*/
}
@media (max-width: 992px) {
  .homehero-og .homebox {
    min-height: inherit !important;
    padding: 30px 15px !important;
    /*.btn {
    	margin-bottom: 20px!important;
    }*/
  }
  .homehero-og .homebox h2 {
    font-size: 2.7em;
    line-height: 1.1;
    margin-top: 0;
  }
  .homehero-og .homebox h3 {
    font-size: 40px;
    line-height: 0;
  }
}
@media (max-width: 680px) {
  .homehero-og .homebox h2 {
    font-size: 2em;
  }
  .homehero-og .homebox h3 {
    font-size: 30px;
  }
}

/* .homehero-archive */
/* ---- END ARCHIVE ---- */
.homehero {
  /*max-height: 360px;*/
}
.homehero .homeheroimg {
  /* For MD+ browser sizes to prevent image overflow */
  background: url(images/hero-home.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  min-height: 360px;
  width: 100%;
}
.homehero .homebox {
  margin: 0 0 0 0 !important;
  padding: 20px !important;
  /*height: 100%;
  min-height: 360px!important;*/
  /*background: #4C7855;
  background: linear-gradient(0deg, rgba(76, 120, 85, 1) 0%, rgba(110, 161, 120, 1) 63%, rgba(154, 204, 164, 1) 100%);
  background: linear-gradient(0deg, rgba(76, 120, 85, 1) 0%, rgba(147, 222, 162, 1) 100%);*/
  background: #ffffff;
  /*h2, h3, p { 
  	color: white;
  	text-shadow:1px 2px 2px $basecolor_darker;
  	margin-bottom: 0;
  }*/
}
.homehero .homebox .homebox-content {
  padding: 40px;
  margin: auto;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: column;
  align-items: start;
  gap: 20px;
}
.homehero .homebox h2 {
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 0.7;
}
.homehero .homebox h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  /*margin-bottom: 40px;*/
}
.homehero .homebox h2 strong, .homehero .homebox h3 strong {
  font-weight: 600;
}
.homehero .homebox p {
  font-size: 1.1em;
  line-height: 1.3;
  /*margin-bottom: 40px;*/
}
@media (max-width: 992px) {
  .homehero .homebox {
    min-height: inherit !important;
  }
  .homehero .homebox .btn {
    margin-bottom: 20px !important;
  }
  .homehero .homebox h2 {
    /*font-size: 65px;*/
    line-height: 1;
    margin-top: 0;
  }
  .homehero .homebox h3 {
    /*font-size: 40px;*/
    line-height: 0;
  }
}
@media (max-width: 615px) {
  .homehero .homebox h2 {
    font-size: 50px;
  }
  .homehero .homebox h3 {
    font-size: 30px;
  }
}

.highlights {
  /*.highlight-single*/
}
.highlights .highlight-single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: start;
  gap: 10px;
  padding: 0 20px;
}
.highlights .highlight-single img {
  /*width: 80px;*/
  width: 100%;
}
.highlights .highlight-single div {
  text-align: left;
  display: block;
}
.highlights .highlight-single div .btn {
  float: left;
}
@media (max-width: 997px) {
  .highlights .highlight-single {
    /*flex-flow: row;*/
    margin-bottom: 50px;
  }
}

/* .highlights */
/*.hero .homegraybox {
	padding: 0px 30px 50px 30px!important; 
	padding: 30px!important;
	margin: 0 30px;;

}*/
.home-container {
  /*h2 {
  	text-align: center;
  }*/
}

.home-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 10px;
}
@media (max-width: 769px) {
  .home-about {
    align-items: center;
  }
}

.homegraybox {
  margin: 80px 0 40px 0px;
  clear: both;
  /*background:url(images/home-gray-top.jpg) no-repeat center top;*/
  /*background: #f6f6f6;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);*/
}
.homegraybox img {
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .homegraybox img {
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .homegraybox img {
    text-align: center;
    display: block;
  }
}

/* -- ABOUT/GALLERY -- */
#latest_posts .wp-post-image, .gallery-image {
  border: 6px solid #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.bio img {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  display: block;
}
.bio li {
  margin-bottom: 50px;
}
.bio .biosmallthumb img {
  /*float:left;
  max-width:200px;
  margin: 3px 15px 0px 0;*/
  width: 100%;
  max-width: 400px;
  margin: 10px auto 20px auto;
}

.officegallery {
  /*	div {
  		max-height: 200px;
  		overflow: hidden;
  	}*/
}
.officegallery img {
  width: 100%;
  height: auto;
}
.officegallery .row {
  margin-bottom: 25px;
}
@media (max-width: 769px) {
  .officegallery .row {
    margin-bottom: 0px;
  }
}

/* -- SERVICES -- */
.servicelist .fa {
  color: #9ACCA4 !important;
}

.servicelogos {
  margin: 20px auto;
  text-align: center !important;
}
.servicelogos a {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

.productlist .product {
  margin-bottom: 70px;
}
.productlist h3 {
  font-weight: 100;
  margin-bottom: 15px;
}
.productlist ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.productlist ul li {
  text-indent: -20px;
  margin: 0px 0 0 0;
  padding: 0;
  line-height: 1.2;
}
.productlist ul li:before {
  font-size: 30px;
  top: 6px;
  position: relative;
  content: "• ";
  color: #9ACCA4;
}
@media (max-width: 992px) {
  .productlist .product {
    /*border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;*/
  }
  .productlist ul {
    /*margin-left: -20px;*/
    /*background: #ededed;
    border:5px #f5f5f5 solid;
    padding: 0 13px 13px 13px;
    @include border-radius(5px);	*/
    /*margin-left: 0;*/
  }
  .productlist h3 {
    min-height: 45px;
  }
  .productlist .productimg {
    min-height: 300px;
    /*margin-bottom: 20px;*/
  }
}
@media (max-width: 769px) {
  .productlist h3 {
    min-height: 0;
  }
  .productlist .productimg {
    min-height: 0;
  }
  .productlist .col-xs-12.productinfo {
    margin-left: 10px !important;
    padding: 0 !important;
  }
}

/* -- REVIEWS -- */
/*.page-id-11 {*/
.fivestar {
  float: left;
  display: inline;
  width: 150px;
  height: auto;
  margin: 25px 20px 80px 0;
  clear: right;
}
.fivestar.long-review {
  margin-bottom: 150px;
}

@media (max-width: 769px) {
  .fivestar {
    width: 120px;
    margin: 20px 10px 0px 0;
  }
  .fivestar.long-review {
    margin-bottom: 0px;
  }
}
/*}*/
/* ----- CONTACT FORM ----- */
.vacation-note {
  color: #777;
  padding: 25% 0;
  font-size: 18px;
  text-align: center;
}

/*a.contact-btn {
	width:100%;
	max-width:300px;
	padding: 30px;
	color: #ffffff;
	display: block!important;
	background: $basecolor!important;
	border:5px solid $basecolor_light;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none!important;
	font-size: 18px!important;
	font-weight: bold!important;
	margin:auto!important;
	@include animate;

}

a.contact-btn:hover {
	background: $basecolor_bright!important;
	border:5px solid $basecolor_bright;
	text-decoration: none;
}*/
#cntctfrm_contact_form {
  margin: auto;
  /* Next few lines prevent form from being hidden when page jumps down after submitting */
  padding-top: 80px;
  margin-top: -80px;
  outline: none;
}

#cntctfrm_contact_form .submitBtn {
  margin-top: 0 !important;
  float: left;
  margin-left: 0 !important;
}

/*#cntctfrm_contact_message {height:60px!important;}*/
#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, .cntctfrm_input {
  background: #ededed;
  border: 5px #f5f5f5 solid;
  margin-bottom: 20px !important;
  margin-top: 0px !important;
  padding: 7px;
  /*float: right;*/
  width: 100%;
  min-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.cntctfrm_input {
  padding: 0 !important;
  margin: 0 !important;
}

#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea {
  /*border: 1px solid #999!important; */
}

.cntctfrm_label label {
  /*float:right!important;
  display:inline!important;	*/
  font-size: 13px !important;
  font-weight: normal !important;
  margin-bottom: 3px !important;
  line-height: 1 !important;
  padding: 0 !important;
}
.cntctfrm_label label .required {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.cntctfrm_label {
  padding: 0 !important;
}

/*.cntctfrm_label {
	text-align: right!important;
	float:left!important;
	position:relative;
	top:15px;
}

.cntctfrm_input {
	float:right!important;
	border:1px solid red!important;
	clear:right!important;
}*/
#cntctfrm_contact_form input.text:focus, #cntctfrm_contact_form textarea:focus {
  background: #fff;
  outline: none;
  text-shadow: none !important;
}

input.cntctfrm_contact_submit {
  /*background: $basecolor!important;
  border: 0!important;
  font-weight:bold;
  min-width:100px;*/
  padding: 10px;
  float: right;
  min-width: 120px;
}

.cntctfrm_input {
  /* resets the inputs */
  background: none !important;
  border: 0 !important;
  margin-top: 0px !important;
}

.cntctfrm_contact_action input:hover, .cntctfrm_contact_submit:hover {
  /*background: #fff!important;*/
  cursor: pointer;
}

/* -- CONTACT PAGE -- */
/* MAP 2025 */
.google-map-embed iframe {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 500px !important;
}

/*.leaflet-popup-content {
	h6 {
		margin-bottom: 20px!important;
		font-size: 1.6em!important;
	}

	p {
		font-size: 1.2em!important;
	}
}*/
.mapp-canvas {
  border: 5px #f5f5f5 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#mapp0_links {
  border: 0 !important;
}

.box-gray {
  background: #f9f9f9;
  border: 5px #f5f5f5 solid;
  /*font-size: 15px;*/
  padding: 13px 0;
  margin: 0 0px 20px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  /*a, a:visited, a:active, a:link {
  		line-height: 2;
  	}
  */
  /*a:hover {color: $basecolor_dark;}*/
}
.box-gray h2 {
  font-size: 22px;
  /*color: $basecolor;*/
  font-weight: bold;
  float: left;
  line-height: 0;
  display: inline;
}
.box-gray h2 span {
  font-size: 16px;
  color: #666;
  margin-top: -15px;
  display: inline;
  font-weight: normal;
}
.box-gray.servicelist .fa, .box-gray.contact-info .fa {
  color: #9ACCA4;
  font-size: 26px;
  margin-right: 10px;
}
.box-gray.servicelist .fa-fax, .box-gray.contact-info .fa-fax {
  font-size: 23px;
}
.box-gray ul.contactinfo {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
  float: right;
}
.box-gray ul.contactinfo li {
  display: inline-block;
  margin-left: 30px;
}
.box-gray .filelinks {
  /*		li {
  			margin-left: 20px;
  		}*/
}
.box-gray .filelinks .fa {
  font-size: 22px;
}
@media (max-width: 1213px) {
  .box-gray {
    font-size: 14px;
  }
  .box-gray h2 {
    margin-bottom: 0;
    font-size: 18px;
  }
  .box-gray ul.contactinfo li {
    margin-left: 0px;
    margin-right: 15px;
  }
}
@media (max-width: 1052px) {
  .box-gray {
    font-size: 15px;
  }
  .box-gray h2 {
    font-size: 22px;
    margin-right: 30px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .box-gray ul.contactinfo {
    float: left;
  }
  .box-gray ul.contactinfo li {
    margin-left: 0px;
    margin-right: 30px;
  }
  .box-gray .address {
    margin-top: 20px;
  }
  .box-gray .filelinks {
    margin-top: 20px !important;
  }
}

/* ---- CONTACT Online Form ---- */
ul.contactinfo {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
  float: none;
  font-size: 1.1em;
  /*@media (max-width: 1024px) {
  	@include flexbox;
  	flex-flow: row wrap;
  	flex: 50% 1 0;
  	align-items: start;
  	gap:0 30px;
  	@include rb;
  }*/
}
@media (max-width: 767px) {
  ul.contactinfo {
    font-size: 1em;
  }
}
ul.contactinfo li {
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
ul.contactinfo li .icon-wrap {
  width: 40px;
  text-align: center;
}
ul.contactinfo li .fa {
  color: #9ACCA4;
  font-size: 1.3em;
  margin-right: 10px;
  text-align: center;
}
ul.contactinfo li .fa.fa-map-marker {
  font-size: 1.6em;
}

.online-form {
  font-size: inherit;
}
.online-form .online-form-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  gap: 50px;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .online-form .online-form-content {
    flex-flow: column;
    gap: 20px;
  }
}
.online-form .online-form-content .online-form-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  text-align: left;
  gap: 25px;
}
@media (max-width: 1024px) {
  .online-form .online-form-content .online-form-text {
    gap: 10px;
    text-align: center;
  }
}
.online-form .online-form-content .online-form-text p {
  margin-bottom: 0;
}
.online-form .online-form-content h2 {
  font-size: 1.6em;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .online-form .online-form-content h2 {
    margin-top: 0;
  }
}

.contentimg {
  padding: 0px !important;
}
.contentimg h3 {
  margin-top: 0;
  color: #777;
  font-size: 18px;
}

.botox hr {
  margin-bottom: 50px;
}

.contentimg-first {
  padding-right: 12px !important;
}

.contentimg-second {
  padding-left: 12px !important;
  margin-bottom: 55px;
}

@media (max-width: 769px) {
  .contentimg-first {
    padding-right: 0px !important;
    margin-bottom: 30px;
  }
  .contentimg-second {
    padding-left: 0px !important;
  }
}
.btn-shop {
  font-size: 16px;
  padding: 21px 18px;
  font-weight: bold !important;
  line-height: 1;
  margin: 0 auto 40px auto !important;
  text-align: center !important;
  display: block;
  max-width: 450px;
}

.btn-shop:hover {
  margin: 0 auto 40px auto !important;
}

/* ----- FOOTER ----- */
.mainbottom {
  background: none;
  width: 100% !important;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.mainbottom img {
  max-width: 100%;
}

.pre-footer {
  background: url(images/footer-wave-shape.png) no-repeat top center;
  margin-top: 60px;
  padding-top: 60px;
  text-align: center;
  /*.btn {
  	font-size: 16px;
  	padding: 13px 18px 21px 18px;
  	line-height: 1;
  	margin-top: 20px!important;

  	.fa {
  		font-size: 1.1em;
  		line-height: 1;
  		position: relative;
  		top: 3px;
  		margin-left: 5px;
  	}
  }*/
}
.pre-footer p {
  text-align: center;
  /*		font-size: 16px;*/
}
.pre-footer .lead {
  color: #6ea178;
  font-weight: 200;
  font-size: 38px;
  font-size: 2.3em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pre-footer .lead {
    font-size: 1.8em;
  }
}

footer {
  background: none;
  text-align: center;
  margin-top: 80px;
  bottom: 0;
}
footer .brand {
  width: 100%;
  display: block;
  margin: 0 auto 30px auto;
}
footer .brand img {
  max-width: 200px;
}
@media (max-width: 767px) {
  footer .brand img {
    max-width: 160px;
  }
}
footer .footernav {
  color: white;
  clear: both;
  background: #6ea178;
  padding: 40px 0;
}
footer .footernav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footernav ul li {
  display: inline-block;
  padding: 0 7px;
  font-size: 1em;
}
footer .footernav ul a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #6ea178;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
footer .footernav ul a:hover {
  background: #4c7855 !important;
}
@media (max-width: 1150px) {
  footer .footernav ul {
    margin-bottom: 0;
  }
  footer .footernav ul li {
    margin-bottom: 10px;
    padding: 5px 1px;
  }
  footer .footernav ul a {
    font-size: 0.8em;
    line-height: 2;
  }
}
footer .information {
  color: white;
  text-align: center;
  background: #4c7855;
  border-top: 1px solid #6ea178;
  padding: 40px 0 30px 0;
}
footer .information .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
}
footer .information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .information ul li {
  display: inline;
  padding: 0 18px;
  font-weight: 200;
}
@media (max-width: 1024px) {
  footer .information ul li {
    display: block;
    margin: 14px auto;
  }
}
footer .information ul li a, footer .information ul li a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
footer .information ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer .information ul li .fa {
  font-size: 26px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
footer .information ul li .fa-fax, footer .information ul li .fa-phone {
  font-size: 24px;
}
@media (max-width: 768px) {
  footer .information ul li {
    display: block;
    margin-bottom: 15px;
  }
}
footer .copyright {
  font-size: 11px;
  color: #ffffff;
  clear: both;
  margin-top: 50px;
}

/* ----- SPECIFIC RESPONSIVE SIZE SETTINGS----- */
@media (max-width: 768px) {
  /* beyond large size */
  body {
    margin-top: 80px !important;
  }
}
