/*
Theme Name:
Version: 1.0
Tags: responsive, bootstrap
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
/* = DEFAULT STYLES = */
html, body {margin:0;font-size:14px;font-family: 'Arial', sans serif;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color: #9d8e63;}
a:hover, a:focus {text-decoration:none;}
a.white { color: #ffffff !important; }
/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:36px;margin:0 0 40px 0;color: #183169;font-weight: bold;border-bottom: 1px solid #000;font-family: 'Merriweather', serif;text-align: center;}
h2 {font-size:24px;margin:0;}
h3 {font-size:20px;margin:0;}
h4 {}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* Buttons */
.btn {background:#9d8e63;color:#fff;border-radius: 0;padding: 10px 40px;font-family: 'Merriweather', serif;text-transform: uppercase;font-weight:bold;}
.btn:hover, .btn:focus {background:#183169;color:#fff;}

/* = HEADER = */
#primary-header {padding-top: 20px;padding-bottom: 20px;font-family: 'Merriweather', serif;}
.primary-header-inner {}
/* HEADER - LOGO */
.logo {margin-top: 40px;}
.logo img{}
.logo img:hover, .logo img:focus  {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align: right;font-weight: bold;color: #000;font-size: 17px;}
.c2a span {margin-right:30px;}
.tagline {display:block;font-size: 15px;text-transform: uppercase;}
.tel {display:block;color: #9d8e63;}
.tel a {color: #9d8e63;}
.tel a:hover, .tel a:focus {color: #000;}
.address {display:block;margin-bottom:0;}
.email {display:block;}
.email a {color: #9d8e63;}
.email a:hover, .email a:focus {color: #000;}

.navbar .tel { font-size: 2.4em;}


/* = SOCIAL MEDIA LINKS = */
.social {display:block;}
.social a {font-size: 30px;color: #9d8e63;}
.social a:hover, .social a:focus {color: #9d8e63;}

/* = NAVIGATION = */
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;margin-bottom: 0;margin-top: 10px;}
.navbar-default .navbar-nav > li > a {font-size: 16px;color: #000;padding: 10px 20px;font-family: 'Merriweather', serif;transition: all 0.3s ease-out;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {color: #9d8e63;background: none;transition: all 0.3s ease-out;}
.nav li.active a {color: #9d8e63 !important;background: none !important;transition: all 0.3s ease-out;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;background: #fff; position: relative; min-width: 90px;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {}
.navbar-default .dropdown-menu > li > a {font-size: 16px;color: #000;padding: 10px 0px;font-weight:bold;margin-left: 20px;}
.navbar-default .dropdown-menu > li > a:hover {color: #9d8e63;background: none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {color: #9d8e63 !important;background: none !important;transition: all 0.3s ease-out;}
.navbar-default .navbar-nav>li>a:focus {color: #9d8e63 !important;background: none !important;transition: all 0.3s ease-out;}
.navbar-toggle {background: #183169;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {background: #9d8e63;}
.navbar-default .navbar-toggle .icon-bar {background:#fff;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-5px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {position: relative;}
#banner img {width: 100%;}
#banner .banner-text {position: absolute;left: 0;right: 0;bottom: 0;font-size: 26px;font-weight: bold;color: #fff;text-align: center;background: rgba(0,0,0,.25);font-family: 'Merriweather', serif;}
#banner .banner-text .btn {margin: 0 30px;}

/* = FEATURE = */
#feature {margin-bottom: 40px;margin-top: 40px;}
#feature .feature-box {background: #183169;color: #fff;font-family: 'Merriweather', serif;text-align: center;padding: 0;transition: all 0.3s ease-out;}
#feature .feature-box:nth-child(2n+1) {background: #9d8e63;}
#feature .feature-box:nth-child(2n+1) a {color: #fff;}
#feature .feature-box:nth-child(2n+1):hover a {color: #000;}
#feature .feature-box a {color: #fff;}
#feature .feature-box:hover a {color: #183169}
#feature .feature-box:hover span a {color: #fff;}
#feature .feature-box:nth-child(2n+1):hover span a {color: #fff;}
#feature .feature-box img {width: 100%;}
#feature .feature-box h3 {font-size: 16px;font-weight: bold;color: #fff;margin: 15px;min-height: 35px;transition: all 0.3s ease-out;}
#feature .feature-box p {margin: 30px 15px;text-align: left;color: #fff;min-height: 144px;transition: all 0.3s ease-out;}
#feature .feature-box span {padding: 10px 30px;background: #9d8e63;color: #fff;text-transform: uppercase;display: inline-block;margin-bottom: 15px;transition: all 0.3s ease-out;}
#feature .feature-box:nth-child(2n+1) span {background: #183169;}
#feature .feature-box:hover {background: #fff;color: #000;transition: all 0.3s ease-out;}
#feature .feature-box:hover h3 {color: #183169;transition: all 0.3s ease-out;}
#feature .feature-box:hover span {background: #000;transition: all 0.3s ease-out;}
#feature .feature-box:hover p {color: #000;transition: all 0.3s ease-out;}

/* = MAIN = */
main {text-align:left;color: #000;font-size: 14px;padding-top: 40px;padding-bottom: 40px;}
.main-inner {}
main h2:after {content: ''; display: block; height: 3px; width: 50px; background: #183169; margin-top: 10px; }
main h2:before {content: ''; display: block; height: 3px; width: 20px; background: #183169; margin-bottom: 10px; }
main ul {list-style: none;}
main ul li:before {content: "\e080"; font-family: 'Glyphicons Halflings'; color: #183169;}
main ul ul li:before {content: "\e080"; font-family: 'Glyphicons Halflings'; color: #9d8e63;}

/* = SECTION = */
section {}
.bord {border-top:4px double #9d8e63; padding: 10px 0; border-bottom:4px double #9d8e63; }

/* = SERVICES = */
.services-content img {border: 3px solid #183169; margin-top: 10px;}
.services-content h2 {background-color: #183169; padding: 10px; border-bottom: 3px solid #9d8e63; color: #fff; }
.services-content h2:before, .services-content h2:after {display: none;}


/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 70px 0px;}
img.pull-right {margin:20px 0px 20px 20px;}

/* = ASIDE = */
aside {text-align:left;}
aside h3 {margin-bottom: 15px;color: #183169;font-weight: bold;font-family: 'Merriweather', serif;}
aside .aside-block {margin-bottom: 30px;}

.location-content{margin-top: 15px;}

/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 30.5%; max-width: none; margin: 1em auto; }
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 5px solid #537363; }

/* = CONTACT INFO = */
#contact-info {text-align:center;font-size: 14px;background: #183169;padding-top: 15px;padding-bottom: 15px;font-weight: bold;color: #fff;font-family: 'Merriweather', serif;}
.contact-info-inner {}
.contact-info {display:inline-block;}
.spacer {margin:0px 5px;}
#contact-info a {color: #fff;}
#contact-info a:hover, #contact-info a:focus {color: #9d8e63;}

/* = FOOTER = */
#primary-footer {text-align:center;padding-top: 15px;padding-bottom: 15px;font-family: 'Merriweather', serif;}
.primary-footer-inner {}
.sitemap a {color: #000;padding: 15px;}
.sitemap a:hover, .sitemap a:focus {color: #9d8e63;}
.copyright a {font-size: 12px;color: #9d8e63;}
.copyright a:hover, .copyright a:focus {color: #000;}
/* = FOOTER - LINKS = */
footer a {}
footer a:hover, footer a:focus {}

/* = BACK TO TOP LINK = */
#top-link-block.affix-top {position: absolute; /* allows it to "slide" up into view */bottom: -82px; /* negative of the offset - height of link element */left: 10px; /* padding from the left side of the window */}
#top-link-block.affix {position: fixed; /* keeps it on the bottom once in view */bottom: 18px; /* height of link element */left: 10px; /* padding from the left side of the window */}
.back-to-top {color: #000;}
.back-to-top:hover, .back-to-top:focus {color: #9d8e63;}

/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; max-width: 500px; float: none;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li:before {content: '';}
ul.sitemap-page li a { font-weight: bold; text-decoration: none; text-shadow: 1px 1px 1px rgba(0,0,0,0.8); color: #183169;  /* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out; text-align: center; font-size: 36px; line-height: 55px; display: block;}
ul.sitemap-page li a:hover {color: #000;text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 0px 3px 0px #ccc,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);}

/* = LIST STYLE IP = */
ul.list-items {margin: 10px 0 10px 60px;}
ul.list-items li {color: #000; font-weight: bold; }
ul.list-items li  a {color: #000; font-weight: bold; }
ul.list-items li a:hover {color: #000; text-decoration: none;}

/* Blog Styles */
.main-inner-blog {}
.main-inner-blog article {padding:20px 0;margin-bottom:20px;}
.main-inner-blog article h2 {}
.date {display:block;}
.blog-intro {padding-top:20px;padding-bottom:20px;margin-bottom:20px;}
/* Blog Sidebar */
.blog-sidebar {}
.blog-sidebar h3 {background:#000;color:#fff;padding:10px 10px;}
.blog-sidebar ul {list-style:none;padding:0;}
.blog-sidebar li {margin:3px 0;}
.blog-sidebar li a:before {content:"►";color:#999;margin-right:5px;}
.blog-sidebar li a {padding:5px 10px;background:#000;color:#fff;display:block;}
.blog-sidebar li a:hover, .blog-sidebar li a:focus {background:#999;color:#fff;text-decoration:none;}
.blog-sidebar li a:hover:before, .blog-sidebar li a:focus:before {color:#000;}
.entry-summary {}
/* Blog Single Post */
.blog-post {}
.blog-post h1 {font-size:24px;}

/* Gallery Page */
#envirabox-overlay {background:rgba(0,0,0,.6) !important;}
#envirabox-content {border:15px solid #000 !important;}
#envirabox-outer {background:#000 !important;}
#envirabox-title-float-main {font-size:16px !important;}
.envira-gallery-link:hover, .envira-gallery-link:focus {opacity:.7;}

/* Main Interior Pages - Contact Page */
main.contact-page {}
.divider-list-item ul {padding:0 !important;}
main.contact-page .contact-info {font-size:20px;}
main.contact-page .contact-info p {margin:10px auto;}
main.contact-page .contact-info a {}
main.contact-page .contact-info a:hover, main.contact-page .contact-info a:focus {text-decoration: none;color:#eee;}
main.contact-page .map iframe{width:100%;margin:15px auto;height:270px;}
main.contact-page .map p {margin:0;}
.button {border-radius:0;font-size: 16px;font-weight: bold;text-transform: uppercase;background:#9d8e63;color:#fff;width:100% !important;display:block;padding:8px 0px;border:0;transition: all 0.3s ease-out;}
.button:hover, #contactform .button:focus {background:#183169;color:#fff;transition: all 0.3s ease-out;}
.contact-form .form-control {border-radius: 0;background: #fff;}
.contactform input::-moz-placeholder {}
.contactform input::-o-placeholder {}
.contactform input::-webkit-placeholder {}
.contactform input {width:100% !important;}
.contactform .textarea {width:100% !important;}
body .gform_wrapper ul li.gfield {margin-top:0 !important;margin-bottom:10px;}
.gform_wrapper textarea.medium {height:150px !important;}
.gform_wrapper ul.gform_fields li.gfield {padding-right:0 !important;}
.gform_wrapper .gform_footer {margin:0 auto !important;padding:0 !important;}



/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {.c2a{font-size:14px;}}
@media screen and ( max-width: 1200px ) {.logo img {margin: 0 auto;}}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {.navbar-default .navbar-nav > li > a {padding: 20px 10px;}.c2a {font-size: 14px;}#feature .feature-box p {min-height: 216px;}#feature .feature-box p {min-height:0;}.contact-info {display: block;}.spacer {display: none;}}
@media screen and ( max-width: 966px ) {}
@media screen and ( max-width: 768px ) {.c2a {font-size: 12px;}}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}img.pull-left {float:none !important;margin:10px auto;} img.pull-right {float:none !important;margin:0 auto;}.c2a {text-align:center;margin-top: 25px;}.c2a span {margin-right:0;}.logo img{margin:0 auto;}.logo {margin-top: 0;}.dropdown-menu {display: block;position: relative;float: none;text-align: center;border-top:2px solid #ccc;border-bottom:2px solid #ccc;}#feature .feature-box {padding-top: 15px;}#feature .feature-box p {min-height: 0;}#feature .feature-box p {margin: 15px; text-align: center;}#feature .feature-box h3 {min-height: 0;}#feature .feature-box img {max-width: 300px;margin: 0 auto; display: block;}.feature-box span {text-align: center;} aside {text-align: center;}#banner .banner-text {font-size: 14px;}#banner .banner-text p {margin: 5px 0;}.c2a {font-size: 18px;}#banner .banner-text{position:relative;top:0;background:#183169;padding:10px 0;}.navbar-default {margin-top:0;}.list-inline>li {display:block;margin:5px auto;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {}
@media screen and ( max-width: 414px ) {.c2a {font-size: 16px;}}
@media screen and ( max-width: 320px ) {}

/* Formatting for printing the web page */
@media print {}