/* Table of Contents

	#1 - Import

	#2 - Main Body Containers

	#3 - Common Css 

	#5 - Header
	 
	#7 - Body

	#8 - Footer
	
	#9 - Sticky Footer

	#10 - 404

	#11 - Search Page
	
 */
/* --------------------------------------
/*  #1 - Variables
/* -------------------------------------- */
/* ---------------------
/* Colours
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Padding / Margin
/* --------------------- */
/* ---------------------
/* Typography
/* --------------------- */
/* --------------------------------------
/*  Less Variables
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
/* Table of Contents

	#1 - Import

	#2 - Bootstrap Reset

    #3 - Navigation CSS

	#4 - Bootstrap Dropdown Menu

    #5 - Menu Select
    
    #6 - Sidebar
    
    #7 - Bootstrap Ovverrides

    #8 - Footer Navigation

 */
/* --------------------------------------
/*  #1 - Import
/* ------------------------------------*/
/* --------------------------------------
/*  #2 - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  filter: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px;
}
.navbar-default {
  border-color: transparent;
}
.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  text-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
  padding: 3px 20px;
}
.navbar .nav > li > a i,
.navbar .nav > li > a b {
  border-bottom-color: #000000;
  border-top-color: #000000;
}
.navbar-nav {
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav .active > a {
  color: #333333;
  background: none;
  box-shadow: none;
}
.navbar .nav .active > a:hover {
  background: none;
  box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
  box-shadow: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
  filter: none;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
/* --------------------------------------
/*  #4 - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.dropdown.active > .dropdown-toggle {
  box-shadow: none;
}
.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 0;
  position: relative;
}
.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.navbar .nav > li .dropdown-menu:after,
.navbar .nav > li .dropdown-menu:before {
  display: none;
}
.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left;
}
.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 17px;
}
.navbar .nav > li .dropdown-menu li a:hover {
  background: #f1f1f1;
  color: #3a3a3c;
}
/* 
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover > .sub-menu {
  visibility: visible;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px;
}
/* Table of Contents



 */
/* --------------------------------------
/*  - Variables
/* -------------------------------------- */
/* --------------------------------------
/*  #3 - Mobile Nav
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  font-size: 16px;
  background: #3a3a3c;
  display: block;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu-button:hover,
.mobile-menu-button:focus {
  text-decoration: none;
  color: #ffffff;
}
.mobile-side-menu {
  text-align: left;
  padding: 35px;
  font-family: "ronnia", sans-serif;
  position: fixed;
  height: 100%;
  right: 0;
  bottom: -100%;
  z-index: 10000;
  background: #3a3a3c;
  width: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*** Mobile Logo ***/
  /*** Social ***/
  /*** Menu ***/
}
.mobile-side-menu .close-mobile-side-menu {
  display: block;
  margin: -35px -35px 10px;
  background: #2d2d2f;
  padding: 20px;
  text-transform: uppercase;
  color: #e6e6e6;
  border-bottom: 1px solid #000;
  border-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-side-menu .close-mobile-side-menu i {
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.4);
  padding: 9px 10px;
  text-align: center;
  min-width: 25px;
  min-height: 20px;
  margin-right: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-side-menu .close-mobile-side-menu:hover,
.mobile-side-menu .close-mobile-side-menu:focus {
  color: #000000;
  text-decoration: none;
}
.mobile-side-menu .close-mobile-side-menu:hover i,
.mobile-side-menu .close-mobile-side-menu:focus i {
  color: #fff;
  background: #000000;
  border-color: #000000;
  margin-right: 15px;
}
.mobile-side-menu .mobile-nav-logo {
  margin-left: -10px;
  display: block;
  padding: 10px 0;
}
.mobile-side-menu .mobile-nav-logo img {
  max-width: 60%;
}
.mobile-side-menu.active {
  bottom: 0px;
}
.mobile-side-menu .social {
  float: none!important;
  margin: 15px 0;
}
.mobile-side-menu .social ul.socialmedia-list {
  margin-left: -20px;
}
.mobile-side-menu .social ul.socialmedia-list li a {
  margin-left: 2px;
  background: #535356;
  width: 30px;
  height: 30px;
}
.mobile-side-menu .social ul.socialmedia-list li a i {
  padding: 5px 0;
}
.mobile-side-menu .social ul.socialmedia-list li span {
  display: none;
}
.mobile-side-menu ul.menu {
  margin: 0px -35px 0;
  padding: 0;
  list-style-type: none;
}
.mobile-side-menu ul.menu li {
  border-bottom: 1px solid #3a3a3c;
  padding: 0;
}
.mobile-side-menu ul.menu li a {
  color: #cbcbcb;
  padding: 10px 25px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-side-menu ul.menu li a:hover,
.mobile-side-menu ul.menu li a:focus {
  text-decoration: none;
  color: #fff;
  border-color: #567745;
}
.mobile-side-menu ul.menu li.current-menu-item:before,
.mobile-side-menu ul.menu li:hover:before {
  border-color: #000000;
}
.mobile-side-menu ul.sub-menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mobile-side-menu ul.sub-menu li {
  padding: 0px 0px 0px 10px;
  border: 0px;
  margin: 0px;
}
.mobile-side-menu ul.sub-menu li:before {
  display: none;
}
.mobile-side-menu ul.sub-menu li a {
  font-size: 11px;
  margin: 0px 0px 0px -9px;
  padding: 7px 35px;
}
/* Table of Contents

	#1 - Import

	#2 - Bootstrap Reset

    #3 - Navigation CSS

	#4 - Bootstrap Dropdown Menu

    #5 - Menu Select

 */
/* --------------------------------------
/*  #1 - Import
/* -------------------------------------- */
/* --------------------------------------
/*  #2 - Bootstrap Reset
/* -------------------------------------- */
#wrap .search {
  display: inline-block;
  float: right;
  margin-right: 4px;
  width: 238px;
}
#wrap .search .form-control {
  height: 2.1em;
  max-width: 200px;
}
#wrap .search .btn {
  font-size: 12px;
  padding: 8px 13px;
}
/* Table of Contents

    CALL TO ACTIONS

    - Import
    - Headings
    - Copy

 */
/* --------------------------------------
/*  #1 - Import
/* -------------------------------------- */
/* --------------------------------------
/*  Headings
/* -------------------------------------- */
/* --------------------------------------
/*  #4 - Headings
/* -------------------------------------- */
h1,
h2,
h3 {
  font-family: "stymie", sans-serif;
}
h1 {
  margin-top: 0px;
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
/* --------------------------------------
/*  Copy
/* -------------------------------------- */
a,
a:link,
a:visited,
a:hover,
a:focus {
  color: #567745;
}
ul,
ol {
  line-height: 1.6;
  font-family: "ronnia", sans-serif;
  font-size: 19px;
}
p {
  line-height: 1.6;
  font-family: "ronnia", sans-serif;
  font-size: 19px;
}
/* Table of Contents

	- Variables
	- Ninja Forms
	
 */
/* --------------------------------------
/*  - Variables
/* -------------------------------------- */
/*** All Variables without importing ***/
/* Input Style */
.nfButton {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 8px 24px;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*** Delete this if importing mixins ***/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
.ninja-forms-cont label,
.more-information-form label {
  font-size: 12px;
}
.ninja-forms-cont .field-wrap.label-left .ninja-forms-field,
.more-information-form .field-wrap.label-left .ninja-forms-field,
.ninja-forms-cont .field-wrap.label-left .ninja-forms-star-rating-control,
.more-information-form .field-wrap.label-left .ninja-forms-star-rating-control {
  margin: 0;
}
.ninja-forms-cont .ninja-forms-form-wrap label,
.more-information-form .ninja-forms-form-wrap label {
  font-weight: normal;
}
.ninja-forms-cont input[type="text"],
.more-information-form input[type="text"],
.ninja-forms-cont textarea,
.more-information-form textarea,
.ninja-forms-cont .ninja-forms-field.country,
.more-information-form .ninja-forms-field.country {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  padding: 10px 8px;
  font-size: 12px;
  color: #000000;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ninja-forms-cont input[type="text"]:hover,
.more-information-form input[type="text"]:hover,
.ninja-forms-cont textarea:hover,
.more-information-form textarea:hover,
.ninja-forms-cont .ninja-forms-field.country:hover,
.more-information-form .ninja-forms-field.country:hover,
.ninja-forms-cont input[type="text"]:focus,
.more-information-form input[type="text"]:focus,
.ninja-forms-cont textarea:focus,
.more-information-form textarea:focus,
.ninja-forms-cont .ninja-forms-field.country:focus,
.more-information-form .ninja-forms-field.country:focus {
  border-color: #cdcdcd;
}
.ninja-forms-cont .field-wrap,
.more-information-form .field-wrap {
  margin-bottom: 10px;
}
.ninja-forms-cont .ninja-forms-field.country,
.more-information-form .ninja-forms-field.country {
  width: 100%;
}
.ninja-forms-cont .spam-wrap input[type="text"],
.more-information-form .spam-wrap input[type="text"] {
  width: 100%;
}
.ninja-forms-cont .ninja-forms-required-items,
.more-information-form .ninja-forms-required-items {
  display: none;
}
.ninja-forms-cont .submit-wrap input[type="submit"],
.more-information-form .submit-wrap input[type="submit"],
.ninja-forms-cont .nf-modal-link,
.more-information-form .nf-modal-link {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 8px 24px;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ninja-forms-cont .ninja-forms-field-error,
.more-information-form .ninja-forms-field-error {
  font-size: 12px;
  background: #f98e8e;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.ninja-forms-cont .textarea-wrap textarea,
.more-information-form .textarea-wrap textarea {
  margin-bottom: -5px;
  height: 150px;
}
.ninja-forms-cont .ninja-forms-error-msg,
.more-information-form .ninja-forms-error-msg {
  padding: 17px 27px;
  background: #e6e6e6;
  font-size: 12px;
  margin-bottom: 20px;
}
.ninja-forms-cont .ninja-forms-error-msg p,
.more-information-form .ninja-forms-error-msg p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
}
.ninja-forms-cont .ninja-forms-error-msg p:last-child,
.more-information-form .ninja-forms-error-msg p:last-child {
  margin-bottom: 0;
}
.ninja-forms-cont .ninja-forms-field-error,
.more-information-form .ninja-forms-field-error {
  background: #f98e8e;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px;
  margin: 0;
  color: #ca0b0b;
}
.ninja-forms-cont .ninja-forms-field-error p,
.more-information-form .ninja-forms-field-error p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
/* Widget Specific */
/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html,
body {
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-family: "ronnia", sans-serif;
  font-size: 19px;
  color: #000000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
html #wrap,
body #wrap {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* --------------------------------------
/*  #3 - Common Css
/* -------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.google-map {
  min-height: 300px;
  height: 400px;
}
/* --------------------------------------
/*  #5 - Header
/* -------------------------------------- */
.header-section-main {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  position: relative;
}
.header-section-main .navigation-section {
  float: right;
  margin-top: -50px;
}
/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.header-section-main {
  margin-bottom: 30px;
  border-bottom: 1px solid #dbe6d5;
}
.header-section-main + .image-section {
  margin-top: -30px;
  max-height: 500px;
  margin-bottom: 50px;
  overflow: hidden;
}
.header-section-main + .image-section img {
  margin-top: 0;
  width: 100%;
}
.body-section .type-page p:first-child {
  font-size: 24px;
}
ul.contact-details li {
  list-style: none;
  clear: both;
}
ul.contact-details i {
  margin-left: -40px;
  margin-right: 20px;
  text-align: center;
  width: 30px;
  display: block;
  float: left;
}
ul.contact-details span {
  margin-left: 20px;
  display: block;
  float: left;
}
/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-section {
  display: block;
  background-color: #3a3a3c;
  padding: 20px;
  color: #fff;
  border-top: 10px solid #567745;
}
.footer-section * {
  color: #fff;
}
/* --------------------------------------
/*  #9 - Sticky Footer
/* -------------------------------------- */
/* Large desktop */
@media (max-width: 1200px) {
  .contact-details li {
    font-size: 15px;
  }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  html,
  body {
    min-height: 0px;
    height: auto;
  }
  .header-section-main + .image-section {
    margin-bottom: 50px;
    margin-top: 0;
    overflow: hidden;
  }
  img.alignright,
  img.alignleft {
    clear: both;
    float: none;
    display: block;
    margin: 20px auto;
  }
  .logo {
    margin-bottom: 20px;
  }
  .footer-bottom p {
    text-align: center;
    font-size: 17px;
  }
}
/* --------------------------------------
/*  #10 - 404
/* -------------------------------------- */
.fourofour {
  text-align: center;
  margin: 0 auto;
}
.fourofour h1 {
  font-size: 205px;
  line-height: auto;
  margin-bottom: 0px;
  color: #d8d8d8;
}
.fourofour p {
  font-size: 15px;
  color: #3a3a3c;
}
.fourofour a {
  font-size: 15px;
}
/* --------------------------------------
/*  #11 - Search Page
/* -------------------------------------- */
/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap,
  body #wrap {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.ninja-forms-cont .ninja-forms-field-error p,
.more-information-form .ninja-forms-field-error p {
  font-size: 12px !important;
  margin: 0;
  padding: 0;
}
