/*
Theme Name: Lighty
Theme URI: https://www.treubrodt.de/lighty
Author: Paul Treubrodt
Author URI: https://www.treubrodt.de
Description: Light and fast Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
Text Domain: lighty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset 7fc853
-------------------------------------------------------------- */

/* Roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Roboto-Thin.ttf') format('truetype');
}

/* Roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/Roboto-ThinItalic.ttf') format('truetype');
}

/* Roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Roboto-Light.ttf') format('truetype');
}

/* Roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/Roboto-LightItalic.ttf') format('truetype');
}

/* Roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Roboto-Regular.ttf') format('truetype');
}

/* Roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/Roboto-Italic.ttf') format('truetype');
}


/* Roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Roboto-Medium.ttf') format('truetype');
}

/* Roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/Roboto-MediumItalic.ttf') format('truetype');
}

/* Roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Roboto-Bold.ttf') format('truetype');
}

/* Roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/Roboto-BoldItalic.ttf') format('truetype');
}

/* Roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Roboto-Black.ttf') format('truetype');
}

/* Roboto-900italic - latin */
@font-face {
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/Roboto-BlackItalic.ttf') format('truetype');
}








html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	letter-spacing: .7px;
}
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 { clear: both; }
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #f0f0f0;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: smaller; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

/* Clearing floats */
.clear:after,
.clearfix:after,
.wrapper:after,
.double:after,
.format-status .entry-header:after {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.double:before,
.double:after {
	display: table;
	content: "";
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #f0f0f0;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

/* Responsive images */
.img-responsive,
.entry-content img,
.widget img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}

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

/* Images */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	line-height: 2;
	color: #757575;
}


/* =Basic structure
-------------------------------------------------------------- */

html { font-size: 87.5%; }
body {
	font-size: 16px;
	font-family: Roboto, Helvetica, Arial;
	text-rendering: optimizeLegibility;
	color:  #737373;
	font-weight: 300;
	background: #fff;
	line-height: 1.5;
}
a {
	outline: none;
	color: #737373;
}
a:hover { color: #7fc853; }

.hidden-xs { display: none; }

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Navigation Menu */
.menu-toggle {
	padding: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #00BFA9;
	border: 1px solid #00BFA9;
}
.menu-toggle.toggled-on,
.menu-toggle:focus {
	background: #333;
	border: 1px solid #333;
}
.main-navigation ul.nav-menu.toggled-on {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	z-index: 9999;
}

.main-navigation ul.menu-main-container,
.main-navigation div.menu-main-container > ul {
	display: none;
}

.main-navigation ul li {
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
}
.main-navigation ul li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background: #333;
	border-bottom: 1px dotted #414141;
}
.main-navigation ul li:last-child { border-bottom: none; }
.main-navigation ul li.current-menu-item a {
	color: #fff;
	background: #00BFA9;
	border-bottom: 0;
}

/* Sidebar */
.widget-area .widget {
	margin: 0 0 20px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	line-height: 1.7;
	word-wrap: break-word;
	background: #fff;
}
.widget-area .widget h3 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
.widget-area .widget h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: ' ';
	width: 40px;
	border-bottom: 3px solid #7fc853;
}
.widget-area .widget
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget { line-height: 1.846153846; }
.widget-area .widget p { margin-bottom: 24px; }
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {	margin-left: 36px; }
.widget-area .widget a { color: #757575; }
.widget-area .widget a:hover { color: #C52A4E; }
.widget-area .widget a:visited { color: #888; }
.widget-area #s { width: 53.66666666666%; }
.widget_recent_entries ul li a { padding: 9px 20px; }

.widget-area input[type="text"],
.widget-area input[type="number"],
.widget-area input[type="email"],
.widget-area input[type="tel"],
.widget-area textarea {
	margin: 0 0 4px 0;
	padding: 1% 2%;
	width: 96%;
	font-size: inherit;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.widget-area input[type="text"]:focus,
.widget-area input[type="number"]:focus,
.widget-area input[type="email"]:focus,
.widget-area input[type="tel"]:focus,
.widget-area textarea:focus {
	border: 1px solid #ddd;
}
.widget-area input[type="submit"] {
	padding: 5px 20px;
	color: #fff;
	font-size: inherit;
	background: #88c153; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YzE1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODhjMTUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjMzc5NjNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmNjMyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #88c153 0%, #88c153 0%, #37963a 44%, #0f632b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c153), color-stop(0%,#88c153), color-stop(44%,#37963a), color-stop(100%,#0f632b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c153', endColorstr='#0f632b',GradientType=0 ); /* IE6-8 */
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget-area input[type="submit"]:hover {
	cursor: pointer;
	background: #c9de96; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzcyYjU0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjdmMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c9de96 0%, #72b542 44%, #1b7f14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#72b542), color-stop(100%,#1b7f14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#1b7f14',GradientType=0 ); /* IE6-8 */
	border: none;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
}
.widget-area .acceptance {
	margin: -15px 0 10px 0;
	padding: 3px 10px;
	background: #f6f6f6;
	border-left: 3px solid #ddd;
}
.widget-area small { color: #777; }
.widget-area .widget-inner { padding: 20px 20px 40px 20px; }
.widget-area .widget-more {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 10px 3px 5px;
	color: #000 !important;
	font-size: 14px;
	text-decoration: none;
	background: #f6f6f6;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.widget-area .widget-more:hover { opacity: 0.6; }


/* =Sidebar
-------------------------------------------------------------- */
.front-page-sidebar {
	padding-top: 3px;
}
.image_link_widget {
	overflow: hidden;
	position: relative;
	margin-bottom: 3px;
}
.image_link_widget .link-text {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	position: absolute;
	z-index: 999;
	bottom: 25px;
	left: 25px;
}
.image_link_widget img {
	vertical-align:bottom;
	max-width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}
.image_link_widget:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}


#secondary aside {
	padding: 20px;
	border: 3px solid #F0F0F0;
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	color: #737373;
}
.home footer[role="contentinfo"] { background: #fff; }
.map { margin-top: 50px; }


/* =Main content
-------------------------------------------------------------- */

.entry-meta { clear: both; }
.entry-header { margin-bottom: 20px; }
.entry-header img.wp-post-image { margin-bottom: 24px; }
.entry-header .entry-title {
	margin: 18px 0 0 0;
	color: #000;
	font-size: 23px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a { text-decoration: none; }
.entry-meta a { color: #757575; }
.entry-meta a:hover { color: #21759b; }

.entry-content,
.entry-summary {
	line-height: 1.714285714;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 30px 0 10px 0;
	font-weight: normal;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 24px;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 22px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content a:visited { color: #9f9f9f; }
.entry-content .more-link { white-space: nowrap; }
.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul { list-style: disc outside; }
.entry-content ol { list-style: decimal outside; }
.entry-content li { margin: 0 0 0 36px; }
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 25px;
	font-style: italic;
	background: #fff;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content code {
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code { display: block; }
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 10px 70px 20px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 10px 0 20px 70px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 22px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin: 40px 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #999;
}
.footer.entry-meta a { color: #999 !important; }

.news h2,
.videos h2 {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 24px;
}
.news h2:after,
.videos h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	content: ' ';
	border-bottom: 3px solid #7fc853;
}

/* =Video List
-------------------------------------------------------------- */

.video-list {
	position: relative;
	margin: 0 0 20px 0;
}
.video-list article {
	margin: 0 0 -2px 0;
	position: relative;
}
.video-list .play-button {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 32px;
	z-index: 99999999;
}


/* =Archives
-------------------------------------------------------------- */

.dt-published {
	display: block;
	margin: 0 0 10px 0;
	color: #999;
}
.archive-header,
.page-header {
	margin-bottom: 20px;
}
.archive-title {
	margin: 18px 0 0 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
}
.archive-meta {
	margin: 10px 0 30px 0;
	padding: 10px 0;
	line-height: 24px;
}
.archive-meta h2 {
	margin: 30px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #c52a4e;
}
.archive-meta h3 {
	margin: 20px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #c52a4e;
}
.archive-meta p { margin: 0 0 15px 0; }
.archive-meta p:last-child { margin: 0; }


/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio { max-width: 400px; }
.attachment .entry-content .mejs-container { margin-bottom: 24px; }


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment { overflow: hidden; }
.image-attachment div.attachment { text-align: center; }
.image-attachment div.attachment p { text-align: center; }
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul { margin-left: 12px; }
.widget_rss li { margin: 12px 0; }
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}

.widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.widget_nav_menu ul li a {
	display: block;
}

/* =Header
-------------------------------------------------------------- */
.header-top .logo {
	max-width: 195px;
}

/* Header top */
.header-top {
	color: #a7a7a7;
	background: #fff;
	position: relative;
	padding-bottom: 50px;
	padding-top: 10px;
	margin-top: 15px;
}

.header-top .left {
	text-align: center;
	padding: 10px 20px;
}
.header-text {
	max-width: 600px;
}
.header-text .title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
}
.header-top .h-card {
	padding: 0px 20px;
	font-size: 12px;
	text-align: center;
}

.header-bottom {
	color: #fff;
	background: #7fc853;
	padding: 10px 20px;
}
.header-bottom a {
	color: #fff;
	text-decoration: none;
}

.header-middle {
	color: #fff;
	padding: 10px 0;
}
.opening-hours {
	position: relative;
	background: rgba(255,255,255,0.5);
	padding: 25px 30px;
	padding-bottom: 61px;
	margin-top: 10px;
	font-size: 18px;
}
.opening-hours .center {
	display: table;
	margin: 0 auto;
}
.opening-hours h3 {
	font-weight: 300;
	margin-bottom: 10px;
}
.opening-hours .icon-clock:before {	margin: 0; }
.opening-hours #appointment-button {
	background: #fff;
	color: #7fc853;
	font-weight: 500;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


/* =Single
-------------------------------------------------------------- */

.single h1 {
	position: relative;
	margin: 10px 0 20px 0 !important;
	padding: 0 0 10px 0;
	font-size: 24px;
}
.single h1:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	content: ' ';
	border-bottom: 3px solid #7fc853;
}
.single .entry-content { text-align: justify; }
.single article .left { margin: 0 0 20px 0; }
.page article .left { margin: 0 0 20px 0; }

.socialmedia { margin: 0; }
.socialmedia li {
	float: left;
	margin: 0 5px 0 0;
}
.socialmedia li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.socialmedia a:hover { opacity: 0.7; }


/* =Footer
-------------------------------------------------------------- */

.footer-socialmedia { padding: 20px 0; }
.footer-socialmedia ul li {
	margin: 0 5px 0 0;
	display: inline-block;
}
.footer-socialmedia ul li img {
	width: 30px;
	height: 30px;
}
.footer-widgets {
	margin: 40px 0 0 0;
	padding: 10px 0;
}
.footer-widgets > li {
	margin: 0 0 20px 0;
	line-height: 24px;
}
.footer-widgets > li p { margin: 0 0 20px 0; }
.footer-widgets a { text-decoration: none; }

.footer-widgets .form-group {
	display: inline-block;
	width: 100%;
}
.footer-widgets .form-group input[type="text"],
.footer-widgets .form-group input[type="email"],
.footer-widgets .form-group input[type="tel"] {
	font-size: 16px;
	margin: 0 0 5px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #f0f0f0;
	-webkit-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.footer-widgets input[type="submit"] {
	background: none;
	color: #7fc853;
	border: none;
	font-size: 18px;
	float: right;
	font-weight: 500;
} 

.footer-legal {
	padding: 20px 0;
	text-align: center;
	color: #b7b7b7;
	font-size: 14px;
}
.footer-legal .left { margin: 0 0 10px 0; }
.footer-legal ul li {
	display: block;
	text-align: center;
}
.footer-legal ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.footer-widgets .widget .widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: #7fc853;
}
.footer-widgets .widget a { color: #737373; }

.footer-widgets .widget a:hover { color: #7fc853; }
.footer-widgets { background: #fff; }

.footer-widgets p,
.footer-widgets a,
.footer-widgets li,
.footer-widgets i {
	font-size: 15px;
}

.footer-widgets .widget {
	box-sizing: border-box;
	padding: 20px;
}
.footer-widgets .widget > ul > li a { padding: 9px 10px; }
.footer-widgets .widget > ul > li:before {
	font-family: 'fontello';
	content: '\f105';
	color: #7fc853;
	display: inline;
}

.footer-legal p {
	padding: 3px 0;
	color: #fff;
}

/* =Contact Form
-------------------------------------------------------------- */
.contact-form {
	background: #737373;
	padding: 10px;
	margin: 40px 0;
}
.contact-form .title {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
}
.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 10px;
	margin-top: 7px;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight: 100;
	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
	font-weight: 100;
	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
	font-weight: 100;
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	font-weight: 100;
	font-style: italic;
}
.contact-form input[type="submit"] {
	margin-top: 7px;
	width: 100%;
	background: #7fc853;
	border: none;
	color: #fff;
	padding: 15px;
}
span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 10px;
	font-weight: 100;
	font-style: italic;
}
div.wpcf7-validation-errors {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	margin-top: 0;
}

#callback-button, #appointment-button {
	cursor: pointer;
}

#callback-form, #appointment-form {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999999999999999999;
}
.modal-form.contact-form {
	width: 80%;
	padding: 5px 10px;
	max-width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-60%);
}
.modal-form .title {
	font-size: 20px;
}
.modal-form input,
.modal-form textarea {
	font-size: 12px;
	padding: 5px;
}
#cancel_callback, #cancel_appointment {
	color: #900;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 30px;
	cursor: pointer;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
	display: inline-block;
	padding: 10px 20px 10px 15px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.btn-primary {
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	border-left: 5px solid #00bfa9;
}
.btn-primary:hover { border-left: 10px solid #00bfa9; }


/* =Gallery
-------------------------------------------------------------- */
.gallery {
	position: relative;
	margin: 5px 0 25px 0;
}
.gallery-item {
	float: left;
	width: 50%;
	margin: 0;
	line-height: 0;
}
.gallery-item img {
	max-width: 100%;
	height: auto;
}
.gallery-item a { display: inline-block; }


/* =Back to top
-------------------------------------------------------------- */

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	color: #fff !important;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #7fc853;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.back-to-top:hover,
.back-to-top:focus {
	opacity: 0.7;
	color: inherit;
}


/* =Breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs {
	display: block;
	margin: 40px 0 20px 0;
	color: #979696;
	font-size: 14px;
}
.breadcrumbs span { margin: 5px 0; }
.breadcrumbs span:first-child { margin: 0 5px 0 0; }
.breadcrumbs a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
.breadcrumbs i {
	margin: 0 5px;
	color: #dedede;
}


/* =Pagination
-------------------------------------------------------------- */

.pagination {
	display: inline-block;
	margin: 10px 0 30px 0;
	border: 1px solid #f0f0f0;
}
.pagination ul li {
	float: left;
	border-right: 1px solid #f0f0f0;
	background: #fff;
}
.pagination ul li:last-child { border-right: 0; }
.pagination ul li a,
.pagination ul li span {
	display: inline-block;
	padding: 8px 10px;
	color: #666;
	text-decoration: none;
}
.pagination ul li span.active {
	color: #fff;
	background: #08C1AC;
}


/* =Ad Toggle
-------------------------------------------------------------- */

#ad-toggle {
	position: fixed;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.ad-toggle-button {
	display: inline-block;
	margin: 0 0 0 15%;
	padding: 3px 5px;
	color: #fff;
	font-size: 20px;
	background: #017B92;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	transition: all 0.3s ease 0s;
}
.ad-toggle-button:hover { background: #333; }
.ad-toggle-content {
	display: hidden;
	position: relative;
	padding: 10px 0;
	color: #fff;
	background: #7fc853;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.ad-toggle-text-collapsed { display: none; }
.ad-toggle-content .ad-text {
	font-size: 16px;
	line-height: 20px;
}
.ad-toggle-content .btn-ad {
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.ad-toggle-content .btn-ad:hover {
	text-decoration: none;
	box-shadow: inset 0 100px 0 0 #fff;
	border: 1px solid #fff;
}
.ad-toggle-content span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #f0f0f0;
}
.ad-toggle-content img {
	max-width: 100px;
	height: auto;
	margin: -50px 40px -10px 0;
}


/* =Page-Template: front-page.php
-------------------------------------------------------------- */
.home-content {
	background: #f0f0f0;
}
/* =Newsletter
-------------------------------------------------------------- */

.newsletter {
	margin: 20px 0 40px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #7fc853;
}
.newsletter .left { padding: 10px 20px; }
.newsletter .left img {
	display: block;
	margin: 0 auto;
	width: 32px;
}
.newsletter .right {
	padding: 10px 20px;
	background: #88cec5;
}
.newsletter .right a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.newsletter .right a:hover { opacity: 0.8; }

/* =Content Toggle
-------------------------------------------------------------- */

.hidden { display: none; }
.content-toggle {
	margin: 30px 0 0 0;
	padding: 30px;
	line-height: 1.7;
	background: #fff;
}
.info-toggle { border-top: 4px solid #fff; }
.info-toggle-content { display: none; }
.info-toggle-content h5 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 24px;
}
.info-toggle-button {
	display: inline-block;
	margin: 20px auto 0 auto;
	padding: 10px 20px;
	color: #fff;
	background: #00BFA9;
}
.info-toggle-button:hover {
	cursor: pointer;
	opacity: 0.7;
}
.info-toggle-button i {
	font-size: 90%;
	margin: 0 0 0 10px;
}


/* =Threesome
-------------------------------------------------------------- */

.threesome article {
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.threesome article > img {
	width: 100%;
	height: auto;
}
.threesome article .news-thumbnail { position: relative; }
.threesome article .news-thumbnail .post-categories {
	position: absolute;
	bottom: 2px;
	left: 0;
}
.threesome article .news-thumbnail .post-categories li {
	float: left;
	margin: 0 5px 0 0;
}
.threesome article .news-thumbnail .post-categories li a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: #b29083;
}
.threesome article .news-thumbnail .post-categories li a:hover { background: #a18175; }

.threesome article .news-details {
	padding: 20px;
	background: #f0f0f0;
}
.threesome article .p-name {
	margin: 20px 0 15px 0px;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3;
}
.threesome article .p-name a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.threesome article .p-name a:hover { color: #888; }
.threesome article .p-summery {
	margin: 0 0 20px 0;
	line-height: 1.5;
}
.threesome article .news-meta {
	margin: 0;
	color: #999;
	font-size: 85%;
	font-style: italic;
	opacity: 0.8;
}
.threesome article .news-meta time { display: inline; }
.threesome article .news-more {
	display: inline-block;
	margin: 0;
	padding: 8px 20px 8px 13px;
	background: #fff;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.threesome article .news-more:hover {
	color: #fff;
	background: #7FC853;
}
.threesome article .news-more a {
	color: inherit;
	text-decoration: none;
}
 /* =threesome extras */
.threesome article .service-icon {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.threesome article .service {
	margin-bottom: 20px;
}
.service {
	text-align: center !important;
}


/* =Sixsome
-------------------------------------------------------------- */

.sixsome article,
.sixsome section,
.sixsome aside {
	margin: 0 0 20px 0;
}


/* =Lexicon
-------------------------------------------------------------- */

#lexicon > h2 {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 24px;
}
#lexicon > h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	content: ' ';
	border-bottom: 3px solid #7fc853;
}

#lexicon .tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #f0f0f0;
	background: #f6f6f6;
}

#lexicon .tabs li {
	display: inline-block;
	list-style-type: none;
	margin: 0 1px 0 0;
	background: #fff;
}
#lexicon .tabs li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
#lexicon .tabs li:hover a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #ddd;
}
#lexicon .tabs li:hover a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ddd;
	border-width: 5px;
	margin-left: -5px;
}
#lexicon .tabs li.ui-tabs-active a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #7fc853;
}
#lexicon .tabs li.ui-tabs-active a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(77, 184, 170, 0);
	border-top-color: #7fc853;
	border-width: 5px;
	margin-left: -5px;
}
#lexicon .tabcontent {
	padding: 20px;
	border: 1px solid #f0f0f0;
}
#lexicon .tabcontent article {
	margin: 0 0 10px 0;
	line-height: 1.4;
}
#lexicon .tabcontent article h2 {
	margin: 0 0 10px 0;
	color: #7fc853;
}
#lexicon .tabcontent article h2 a {
	color: inherit;
	text-decoration: none;
}
#lexicon .tabcontent article h2 a:hover { opacity: 0.6; }


/* =Widget About
-------------------------------------------------------------- */

.widget_about_widget img { margin: 0 0 20px 0; }
.widget_about_widget p {
	margin-bottom: 15px;
	line-height: 1.4;
}
.widget_about_widget p:last-child { margin: 0; }


/* =WooCommerce
-------------------------------------------------------------- */

/* General */
.star-rating span { color: orange; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #fff;
	background: #017B92;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #08C1AC;
}

.woocommerce-price-suffix {
	display: block;
	color: #999;
	font-size: 14px;
}
.woocommerce span.onsale {
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #7fc853;
}

/* Widgets */
.widget_products .product-title {
	color: #7fc853;
	text-decoration: none;
}
.widget_products .product_list_widget li a { text-decoration: none; }


/* Single */
.product_meta { color: #999; }
.product_meta a { color: inherit; }

.related.products h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
}

/* Services */
.services-sidebar aside {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	border-bottom: 3px dotted #ddd;
}
.services-sidebar img {
	margin: 0 0 20px 0;
	max-width: 80px;
	height: auto;
}
	.services-sidebar h3 {
		color: #000;
		font-size: 18px;
		font-weight: 300;
	}


/* Forms in Content */
.site-content input[type="text"],
.site-content input[type="email"],
.site-content input[type="tel"],
.site-content textarea,
.site-content select {
	margin: 0 0 5px 0;
	background: #f0f0f0;
}
.site-content input[type="submit"] {
	margin-top: 7px;
	background: #7fc853;
	border: none;
	color: #fff;
	padding: 15px;
}
/* =Contact Form 7 Acceptance
   -------------------------------------------------------------- */

.wpcf7-list-item {
	margin-left: 0 !important;
	color: inherit;
}


/* =CookieCuttr
-------------------------------------------------------------- */

.cc-cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 20px;
	max-width: 400px;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	z-index: 9;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.cc-cookies .cc-cookie-title {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.cc-cookies .cc-cookie-content {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.cc-cookie-accept {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: green;
	border: 3px solid green;
}
.cc-cookie-accept:hover {
	color: #fff;
	opacity: 0.9;
}
.cc-cookie-decline {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	color: #999;
	padding: 6px 20px;
	text-decoration: none;
	border: 3px solid #f0f0f0;
}
.cc-cookie-decline:hover {
	color: inherit;
	border: 3px solid #ddd;
}



/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 360 pixels. */
@media screen and (min-width: 360px) {

	/* Header */
	.header-top .right input[type="text"] { min-width: 250px; }

	/* Page-Template: front-page.php */
	.videos { margin-top: 30px; }
	.video-list article {
		float: left !important;
		margin-bottom: -2px !important;
		width: 50% !important;
	}

	.home-top .lSAction > a { top: 14% !important; }

}

/* Minimum width of 440 pixels. */
@media screen and (min-width: 440px) {

	/* Page-Template: front-page.php */
	.home-top .lSAction > a { top: 18% !important; }

	/* Contact Form */
	.contact-form {
		padding: 50px 35px;
	}

	/* Sixsome */
	.sixsome article,
	.sixsome section,
	.sixsome aside {
		float: left;
		margin: 0 3% 3% 0;
		width: 48.5%;
	}
	.sixsome article:nth-child(2n),
	.sixsome section:nth-child(2n),
	.sixsome aside:nth-child(2n) {
		margin: 0 0 3% 0;
	}
}

/* Minimum width of 500 pixels. */
@media screen and (min-width: 500px) {


	.header-top .left {	padding: 15px 0 0 10px;	}
	.header-top .h-card {
		padding: 0px 50px;
	}

	/* Page-Template: front-page.php */
	.threesome article,
	.threesome section {
		position: relative;
		float: left;
		margin: 0 3% 3% 0;
		width: 47.5%;
	}
	.threesome article:nth-child(2n){ margin: 0 0 3% 0; }

	/* Page-Template: front-page.php */
	.video-list article { width: 33.333333% !important;	}
	.home-top .lSAction > a { top: 22% !important; }


	/* Gallery */
	.gallery-item { width: 33.333333%; }

	/* Siderbar */
	.widget_image_link_widget {
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	.image_link_widget:nth-child(odd){
		margin-right: 3px;
	}
	.image_link_widget:nth-child(even){
		margin-left: 3px;
	}
	/* Foooter */
	.footer-widgets .widget:nth-child(odd) {
		width: 48%;
		float: left;
		padding: 20px 0;
	}
	.footer-widgets .widget:nth-child(even) {
		width: 48%;
		float: right;
		padding: 20px 0;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	/* General */
	.site { overflow: hidden; }

	/* Header */
	.header-top .left {
		float: left;
		padding: 20px 0 20px 20px;
	}

	.header-top { padding-bottom: 0px; }

	.header-top .h-card {
		padding: 20px 20px 0 0;
		text-align: right;
		float: right;
	}
	.header-middle {
		padding: 25px 0;
	}
	.header-middle .left {
		float: left;
		max-width: 50%;
	}
	.header-middle .right {
		float: right;
		width: 45%;
		box-sizing: border-box;
	}
	.opening-hours {
		width: 100%;
		box-sizing: border-box;
	}

	/* Footer */
	.footer-menu ul li {
		display: inline-block;
		text-align: left;
	}
	.footer-menu ul li a { margin: 0 0 0 30px; }

	/* Gallery */
	.gallery-item { width: 25%; }
	.gallery-columns-5 .gallery-item { width: 20%; }
	.gallery-columns-6 .gallery-item { width: 16.66666666666667%; }
	.gallery-columns-7 .gallery-item { width: 14.28571428571429%; }
	.gallery-columns-8 .gallery-item { width: 12.5%; }
	.gallery-columns-9 .gallery-item { width: 11.11111111111111%; }

	/* Page-Template: front-page.php */
	.home-top .lSAction > a { top: 26% !important; }

	/* Sixsome */
	.sixsome article,
	.sixsome section,
	.sixsome aside {
		float: left;
		margin: 0 3% 3% 0;
		width: 31.33333333%;
	}
	.sixsome article:nth-child(2n),
	.sixsome section:nth-child(2n),
	.sixsome aside:nth-child(2n) {
		margin: 0 3% 3% 0;
	}
	.sixsome article:nth-child(3n),
	.sixsome section:nth-child(3n),
	.sixsome aside:nth-child(3n) {
		margin: 0 0 3% 0;
	}

}

/* Minimum width of 700 pixels. */
@media screen and (min-width: 700px) {

	/* General */
	.entry-header .entry-title { margin: 0; }

	/* Header Top */
	.header-top .h-card {
		font-size: 16px;
		font-weight: 300;
	}

	/* Page-Template: front-page.php */
	.front-page-sidebar .right {
		width: 50%;
		margin: 0 auto;
	}
	.front-page-sidebar { margin: 50px 0; }

	/* Navigation */
	.menu-toggle { display: none; }
	.main-navigation div.menu-main-container > ul { display: inline-block; }
	.main-navigation ul li {
		display: inline-block;
		font-size: 16px;
		border-bottom: none;
	}
	.main-navigation ul li a {
		padding: 4px 10px;
		color: #565656;
		background: none;
		border-bottom: none;
	}
	.main-navigation ul li.current-menu-item a { background: none; }

	/* Footer */
	.footer-legal ul li,
	.footer-legal ul li a {
		display: inline-block;
	}
	.footer-legal ul li a { padding: 5px 7px; }

	/* Footer-Widgets */
	.footer-widgets .form-group .left {
		float: left;
		width: 49%;
	}
	.footer-widgets .form-group .right {
		float: right;
		width: 49%;
	}

	/* Gallery */
	.gallery { margin: 5px 0 25px 0; }
	.gallery-ngg .gallery-item { width: 20%; }

	/* Page-Template: front-page.php */
	.home-top .lSAction > a { top: 32% !important; }

	/* Contact Form */
	.contact-form {	margin-bottom: 0; }

}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {

	/* General */
	.hidden-xs { display: block; }
	.alignleft,
	.left {
		float: left;
	}
	.alignright,
	.right {
		float: right;
	}

	/* Header */
	.header-middle {
		padding: 45px 0;
	}
	.header-middle .right {	width: 40%; }
	.front-page-sidebar .left {	width: 58%;	}
	.front-page-sidebar .right { width: 40%; }

	/* Footer */
	.footer-legal .left { margin: 0; }
	.footer-widgets { padding: 30px 100px; }

	.site-content article {	margin: 50px 0;	}

	/* Contact Form */
	.contact-form {
		margin: 0;
		padding: 30px 10px;
	}

	/* Threesome */
	.threesome article {
		position: relative;
		float: left;
		margin: 0 3% 3% 0;
		width: 31.333333333333%;
	}
	.threesome article:nth-child(2n){ margin: 0 3% 3% 0; }
	.threesome article:nth-child(3n){ margin: 0 0 3% 0; }

	/* Sixsome */
	.sixsome article,
	.sixsome section,
	.sixsome aside {
		float: left;
		margin: 0 3% 3% 0;
		width: 22.75%;
	}
	.sixsome article:nth-child(2n),
	.sixsome section:nth-child(2n),
	.sixsome aside:nth-child(2n) {
		margin: 0 3% 3% 0;
	}
	.sixsome article:nth-child(3n),
	.sixsome section:nth-child(3n),
	.sixsome aside:nth-child(3n) {
		margin: 0 3% 3% 0;
	}
	.sixsome article:nth-child(4n),
	.sixsome section:nth-child(4n),
	.sixsome aside:nth-child(4n) {
		margin: 0 0 3% 0;
	}

}
@media only screen and (min-width: 900px){

	/* CookieCuttr */
	.cc-cookies {
		position: fixed;
		left: 50px;
		bottom: 50px;
	}
}
/* Minimum width of 930 pixels. */
@media screen and (min-width: 930px) {

	/* front-page.php */
	.home-top .left {
		float: left;
		width: 66%;
	}

	.home-top .right {
		float: right;
		width: 31%;
	}

	.home-top .lSAction > .lSNext {
		right: 36%;
	}

	.home-bottom .left {
		float: left;
		width: 75%;
	}

	.home-bottom .right {
		float: right;
		width: 21%;
	}

	.front-page-sidebar {
		margin: 75px 0;
	}
	.home-content {
		padding: 25px 0;
	}
	/* Ad Toggle */
	.ad-toggle-content .ad-text {
		line-height: 36px;
	}

	.ad-toggle-content .btn-ad {
		display: inline-block;
		margin: 0 0 0 20px;
		padding: 10px 20px;
	}

	/* Navigation */
	.main-navigation ul li a {
		padding: 8px 10px;
	}

	/* Archive */
	.archive-title {
		margin-top: 50px;
	}
	/* Contact Form */
	.contact-form {
		padding: 40px 30px;
	}
}
@media screen and (min-width: 980px) {

	.footer-widgets { padding: 30px 10px; }
	.footer-widgets .widget:nth-child(odd) {
		width: 22%;
		float: left;
	}
	.footer-widgets .widget:nth-child(even) {
		width: 22%;
		float: left;
	}
	.footer-widgets .widget:nth-child( 4n - 2 ) {
		padding-left: 20px;
		padding-right: 10px;
	}
	.footer-widgets .widget:nth-child( 4n - 1 ) {
		padding-left: 10px;
		padding-right: 20px;
	}
	.footer-widgets .widget:nth-child( 4n ) { width: 34%; }

	/* Single */
	.single article .left {
		float: left;
		width: 60%;
	}
	.single article .right {
		float: right;
		width: 35%;
	}

	/* Sixsome */
	.sixsome article,
	.sixsome section,
	.sixsome aside {
		float: left;
		margin: 0 3% 3% 0;
		width: 14.1666666666666%;
	}
	.sixsome article:nth-child(2n),
	.sixsome section:nth-child(2n),
	.sixsome aside:nth-child(2n) {
		margin: 0 3% 3% 0;
	}
	.sixsome article:nth-child(3n),
	.sixsome section:nth-child(3n),
	.sixsome aside:nth-child(3n) {
		margin: 0 3% 3% 0;
	}
	.sixsome article:nth-child(4n),
	.sixsome section:nth-child(4n),
	.sixsome aside:nth-child(4n) {
		margin: 0 3% 3% 0;
	}
	.sixsome article:nth-child(6n),
	.sixsome section:nth-child(6n),
	.sixsome aside:nth-child(6n) {
		margin: 0 0 3% 0;
	}

}

/* Minimum width of 1040 pixels. */
@media screen and (min-width: 1040px) {
	/* Header */
	.header-middle { padding: 75px 0; }

	.header-middle .left { max-width: 50%; }
	.header-middle .right { width: 35%; }
	.header-middle .opening-hours {
		font-size: 23px;
		padding: 40px 50px 90px 50px;

	}
	.header-text .title {
		font-size: 40px;
		line-height: 1.1;
		margin-bottom: 10px;
	}
	body { font-size: 18px; }
	.entry-header .entry-title { font-size: 26px; }

	/* Widget Area */
	.widget-area .widget-inner { padding: 25px 30px 40px 30px; }
	.footer-legal .left { line-height: 26px; }

	/* Front Page */
	.home-top .lSAction > a { top: 44% !important; }

	.front-page-sidebar .right {
		width: 35%;
	}
	.footer-widgets p, .footer-widgets a, .footer-widgets li, .footer-widgets i {
		font-size: 18px;
	}

	.footer-legal {
		font-size: 18px;
		color: #fff;
	}

	.footer-legal a:hover {
		color: #7fc853;
	}
	/* mcf*/
	.modal-form.contact-form {
		width: 80%;
		padding: 20px;
		max-width: 400px;
	}
	.modal-form .title {
		font-size: 23px;
	}
	.modal-form input,
	.modal-form textarea {
		font-size: 16px;
		padding: 7px;
	}
	#cancel_callback, #cancel_appointment {
		top: 10px;
		right: 10px;
	}

	span.wpcf7-not-valid-tip {
		font-size: 14px;
	}
	div.wpcf7-validation-errors {
		font-size: 16px;
	}
	.contact-form input[type="submit"] {
		font-size: 18px;
		font-weight: 400;
	}
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	.header-middle .right {
		width: 28%;
	}
	.front-page-sidebar .left {
		width: 66%;
	}
	.front-page-sidebar .right {
		width: 28%;
	}
	.image_link_widget .link-text {
		font-size: 28px;
		font-weight: 400;
	}
}

/* Minimum width of 1300 pixels. */
@media screen and (min-width: 1300px) {

	/* Header */
	.header-top {
		padding-left: 25px;
		padding-right: 25px;
	}
	.header-top .logo {	max-width: 250px; }
	.header-bottom { font-size: 20px; }

	/* Front Page */
	.home-top .lSAction > a { top: 50% !important; }

	/* Header */
	.header-middle { padding: 95px 0; }

	/* Footer*/
	.footer-widgets { padding: 20px 30px 0 30px; }
}



/* Minimum width of 1600 pixels. */
@media screen and (min-width: 1600px) {}

/* Minimum width of 1800 pixels. */
@media screen and (min-width: 1800px) {}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {	text-decoration: none; }
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#colophon,
	#respond,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
}

.footer-map {
  background-image: url("./images/mapsnew.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-map iframe{
  height: 200px;
  max-width: 100%;
}
.footer-map .wrapper {
  padding: unset !important;
}
.map-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	max-width: 100%;
	flex-wrap: wrap;
	margin-top: 10px;
}
.footer-map .btn{
	background: #7fc853;
	border: none;
	color: #fff;
	padding: 15px;
}
.footer-map .btn:hover{
	background: #fff;
	color: #7fc853;
	cursor: pointer;
}