/*
Theme Name: Phsyiothereapie im Dorf Spreitenbach
Theme URI: http://www.physiotherapie-spreitenbach.ch/
Author: Webdesign Bammert
Author URI: http://www.webdesign-bammert.ch
Description: Webdesign Bammert Theme Phsyiothereapie im Dorf Spreitenbach
Version: 1.0
License: Copyright 2025 by Webdesign Bammert
Text Domain: websamurai-eins
Tags:

Websamurai 1 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: normal;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #212423;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.55;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: 400;
}

h1 {
    font-size: 2em;
    margin: 0 0 .5em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.7em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: .2em;
    text-transform: uppercase;
}
h3 {
    font-size: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}



dl {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 .5em;
}
dt,
dd {
    width: 50%;
    display: inline-block;
    margin: 0;
    float: left;
}
dt {
    font-weight: normal;
    padding-right: 1em;
}
dd {
    
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #212423;
	background: #fff;
	padding: .4em 1em .35em;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.more-link {
    font-size: .875em;
    padding-top: .4em;
}

button:hover,
.button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #0a6c36;
    border-color: #0a6c36;
    color: #fff;
}

button:focus,
.button:focus,
.more-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.more-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #212423;
}

textarea {
	width: 100%;
}

.form-group {
    float: left;
    width: 100%;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus,
.widget .search-field:focus {
    border-color: #212423;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
    position: relative;
}
span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em;
}
div.wpcf7-validation-errors {
    clear: both;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.form-control.wpcf7-not-valid {
    border-color: #a94442;
}
span.wpcf7-not-valid-tip {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    padding: .2em .5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #2f343b;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover,
a:focus,
a:active {
	color: #0a6c36;
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .nav-menu {
    text-align: center;
}

.main-navigation .nav-menu>li {
	display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .nav-menu>li>a {
    text-transform: uppercase;
    font-weight: 400;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    float: right;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    .main-navigation .nav-menu>li {
        padding: 2em 0 .5em 2em;
    }
    .main-navigation .nav-menu>li>a {
        color: #c1c1c1;
        margin-bottom: .5em;
        border-bottom: 0px solid #fff;
    }
    .main-navigation .nav-menu>li>a:hover,
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
        border-bottom: 0px solid #2f343b;
        color: #fff !important;
    }
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
 
    }
    .main-navigation .nav-menu>li>a{
        text-transform: none;
    }
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        padding: .5em 0;
        float: left;
        position: absolute;
        top: 4.3em;
        left: -999em;
        z-index: 99999;
        text-align: left;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        padding: .35em 1em;
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .main-navigation li,
    .main-navigation ul {
        width: 100%;
    } 
    .site-branding{
        z-index: 9999999999999999;
    }  
      #site-navigation {
      margin-top: -110px;
  
  }  
    .main-navigation .nav-menu>li {
        margin-bottom: 1.5em;
    }
    .main-navigation a {
        line-height: 1.5em;
    }
    .feature-box h2{
        margin-top: 45px;
    }
  .header-contact .col-sm-12.text-right{
      text-align: center !important;
  }
  .header-contact span{
      padding-left: 0.5em;
  }
  .main-navigation .nav-menu>li>a:hover{
      color: #2f343b !important;
  }       
   
}
  @media screen and (max-width: 512px) {
  .header-contact span{
      display: block;
  
  } 
  #site-navigation .menu-toggle{
        margin-right: 10px;
  }
  #site-navigation {
      margin-top: -110px;
  
  } 
  .site-branding{
      z-index: 9999999999;
  } 
  .logo img {
    max-width: 75% !important;
    height: auto;
}     
#site-navigation .menu-toggle{
    z-index: 99999999999999;
}                    
   }
.menu-toggle, .main-navigation.toggled ul{
    margin-top: 2em;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
    text-align: center;
}

.pagination,
.pagination ul {
    width: 100%;
    float: left;
}

.pagination ul,
.pagination li {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li.disabled {
    color: #212423;
    text-decoration:none;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fff;
    border: 1px solid #212423;
    cursor: pointer;
    padding: .3em .5em;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #212423;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-contact {
    color: #999;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: .875em;
}
.header-contact span {
    padding-left: 1.5em;
}
.header-contact a {
    color: #999;
}
.header-contact a:hover {
    color: #fff;
}

.site-header {
    
}
.logo img {
    max-width: 330px;
    height: auto;
}
.site-branding {
    text-align: center;
}
.site-title {
    font-size: 2em;
    font-weight: 900;
}
.header-slider,
.header-image,
.header-image-placeholder,
.google-maps {
    border-top: 0px solid #f2f2f2;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 2em;
}
.header-slider .slide,
.header-image,
.google-maps {
    height: 420px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.header-image-placeholder {
    height: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,111111+100 */
    background: #555555; /* Old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #555555 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.header-slider .slide-content {
    position: absolute;
    bottom: 50px;
    width: 50%;
    padding-left: 3em;
    padding-right: 3em;
    margin: 0 25%;
    text-align: center;
    background: #000;
    background: rgba( 0, 0, 0, 0.8 );
    color: #fff;
}
.header-slider .slide-content h2 {
    margin: 1em 0 .5em;
}
.header-slider .slide-content a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: .5em 1em;
    font-weight: 400;
    text-transform: uppercase;
}
.header-slider .slide-content a:hover {
    background: #fff;
    color: #000;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #f94f5e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #212423;
    color: #e9e9e9;
    padding-top: 3em;
    padding-bottom: 3em;
}
.site-footer a {
    color: #e9e9e9;
}
.site-footer a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
    font-size: .875em;
}

.widget p {
    margin-bottom: .5em;
}

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

#secondary .widget .widget-title {
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0;
}



/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget .search-field {
    border: 1px solid #e9e9e9;
    padding: .3em 1em .25em;
    font-weight: 400;
}

/* Beautiful News Widget */
.widget_beautiful_news_widget li:first-child {
    margin-top: 0;
    border-top: 0px none;
}
.widget_beautiful_news_widget li {
    border-top: 3px solid #e9e9e9;
    margin-top: 1.5em;
    padding-top: 1em;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget h3 {
    display: inline-block;
    margin: 0;
}
.widget_beautiful_news_widget time {
    display: inline-block;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget .thumbnail {
    width: 100%;
    height: auto;
}
.widget_beautiful_news_widget .thumbnail img {
    width: 100%;
    height: auto;
}

/* Widget Search */
#secondary .widget_search .search-submit {
    font-size: 1em;
}

/* Callback form */
#callback-form {
    max-width: 500px;
}
#callback-form h2 {
    margin-bottom: 1.5em;
    line-height: 1.75;
    border-bottom: 0px solid #f94f5e;
}
#callback-form label {
    padding-top: .5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.bg-grey {
  /*  background: #dadada; */
    background: #ded8cd;
}

.site-content {
    margin-bottom: 1.5em;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5em;
}

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

.thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px none;
    border-radius: 0;
}
.thumbnail-link {
    display: inline-block;
}

time {
    font-size: .875em;
    margin-bottom: 1em;
    display: block;
    color: #999;
    font-style: italic;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.more-link {
    float: right;
    clear: both;
    margin-top: 1.5em;
}

.feature-box {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sub-page-box h3 {
    margin: .35em 0 1.5em;
}

/*--------------------------------------------------------------
## Template: Frontpage
--------------------------------------------------------------*/
.page-template-frontpage .content-area h2,
.page-template-frontpage h2.big {
    text-align: center;
    font-size: 2.5em;
    margin: 1em 0 .5em;
    font-weight: 600;
}
.page-template-frontpage .news .thumbnail {
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
}
.page-template-frontpage .news article {
    margin-bottom: 1.5em;
}
.page-template-frontpage section {
    padding-bottom: 25px;
}
.page-template-frontpage .feature-box {
  /*  text-align: center;
    background: #fff;
    border: 1px solid #212423;
    padding: 15px 15px 0px;
    margin-bottom: 30px;         */
}
.feature-box img {
    margin-bottom: 1em;
}
.page-template-frontpage .feature .feature-icon {
    font-size: 6em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
    padding: 0 30px 30px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .header-slider .slide,
    .google-maps {
        height: 420px;
    }
    .header-image {
        height: 250px;
    }
    .header-slider .slide-content {
        bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        text-align: center;
        background: #000;
        background: rgba( 0, 0, 0, 0.8 );
        color: #fff;
    }
}
#primary-menu{
    background-color:  #0a6c36;
}
.site-footer{
    background-color: #575656;
}
@media screen and (min-width: 992px){
.main-navigation .nav-menu>li {
    padding: 2em 0 1.5em 2em;
}
.main-navigation .nav-menu>li>a {
    font-weight: 600;
    font-size: 21px;
    color: #e6e6e6 !important;
}
}
.intro-home{
    padding 10px;
    padding-top: 0px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    
}
.header-contact a, .header-contact a:hover, .header-contact i{
 color: #7b7a7a !important;
}   
.intro-home img{
 /*changed by wdb 12-2019*/
    padding-bottom: 0px;
 /*   padding-bottom: 30px; */
}
.home-intro-text{
    padding-top: 30px;
}
.header-contact{
    font-size: 17px;
}
.logo img{
    margin-bottom: -30px;
    margin-bottom: 25px;
}
h1 {
    font-size: 41px;
    margin: 0 0 .5em;
    text-transform: uppercase;
    font-weight: 400;
}
#primary-menu .current_page_item a{
    color: #fff !important;
}
.page-id-16 #primary-menu .current_page_item a{
    color: #fff !important;  
}
 
.bg-grey, .bg-white{
    padding-top: 30px;
}
.bg-white{
    background-color: #ded8cd;
    margin-top: 5px;
}
.feature-box h2{
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 20px;
}
.feature-box p{
    font-weight: 400;
    line-height: 1.6;
}
.feature-image img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.feature-image img{
    max-width: 220px;
}
.feature-image {
    text-align: center;    
}
h1,h2,h3{
   color:  #404040  !important;
   text-transform: none !important;
   font-weight: 500 !important;
}
#secondary .widget li a:hover{
    font-weight: 600;   
}
#secondary .widget li{
    line-height: 1.8;
}
.entry-content ul{
    margin-left: 0px;
}
#secondary .widget .widget-title{
    font-size: 23px;
    font-weight: 600 !important;
    color: #fff !important;
    padding-left: 11px !important;
}
#secondary .current-menu-item a{
    color: #0a6c36;
    font-weight: 600 !important;
}
.entry-content ul{
    list-style: square;
}
#secondary .widget .widget-title {     
    padding: 5px 0;
    padding-top: 3px;
    background: #0a6c36;
}
.site-info .text-center{
    font-size: 15px;
    margin-top: 20px;
}

.site-footer h2{
    color: #ababab !important;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-size: 1.3em !important;
}
.site-footer a:hover{
    text-decoration: underline;
}
.blog article .col-md-4{
 padding-left: 0px;   
}
.blog article .col-md-4 img:hover{
    opacity: 0.7;   
}
.blog .entry-title{
    font-size: 1.7em;
}
#site-navigation{
    padding-left: 0px;
    padding-right: 0px;
}
.blog h1.entry-title{
    font-size: 45px;
}
#secondary{
    margin-top: 15px;
}
.logo .img{
    margin-top: -17px !important;
    margi-bottom: 12px !important;
}
.button{
    border-color: #575656 !important;
    color: #575656 !important;
}
.button:hover{
    color: #fff !important;
}
.post-navigation{
    display: none;
}
.logo:hover{
    opacity: 0.8;
}
.intro-home{
    margin-top: 5px;
}
.home-intro-text{
    text-align: left;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.page-id-8 .header-image{
    background-position: bottom;
}
.home #primary.content-area{
    padding-left: 0px;
    padding-right: 0px;
}
.headerimage-front{
    background-color: #ded8cd;
}
.contact-form-infotext {
    font-size: 14px !important;
}
@media screen and (max-width: 375px){
 .header-contact{
     display: none;
 }   
 .logo img {
    max-width: 200px;
    height: auto;
}
}
@media screen and (min-width: 991px) {
.page-id-16 #primary-menu .current_page_item .sub-menu a, .page-id-207 #primary-menu .current_page_item .sub-menu a{
 color: #2f343b !important;   
}
#primary-menu  .sub-menu a{
  color: #2f343b !important;      
}
}
@media screen and (max-width: 768px) {
 .blog .entry-title{
     margin-top: 15px;
 }
 .single h1.entry-title{
     margin-top: 15px;
 }   
}
@media screen and (max-width: 991px) {
 .menu-toggle, .main-navigation.toggled ul{
     margin-top: 1.5em;
 }
 #primary-menu li a{
  color: #d0d0d0 !important;   
 }
 #primary-menu{
     padding-top: 30px;
 }   
 #primary-menu .sub-menu a{
     text-transform: uppercase;
     font-weight: 400;
 }
}
@media screen and (max-width: 991px) and (min-width: 512px){
.menu-toggle, .main-navigation{
    margin-right: 0px;
}
.menu-toggle{
    margin-right: 20px;
}
}

@media screen and (max-width: 450px) {
 h1{
     font-size: 32px !important;
 }   
 h2{
     font-size: 27px !important;
 }
 h3{
     font-size: 24px !important;
 }
}
.page-id-16 .sub-menu #menu-item-209>a{
    color: #d0d0d0 !important;    
}
.home .container.home-news{
	margin-bottom: 50px;
}