/*!
Theme Name: Starter Website Package
Theme URI: https://www.starterwebsitepackage.co.uk
Author: James Monk Design Ltd
Author URI: https://www.jamesmonkdesign.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter-website-package
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Starter Website Package is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: normal;
}

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;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 https://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. */
}

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;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.page div.wpcf7-validation-errors, 
.page div.wpcf7-acceptance-missing {
    background-color: #f7e700;
    color: #fff;
}

.page div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #fff;    
}

.page div.wpcf7-response-output {
    padding: 15px;
    margin: 22.5px 0 0;
    font-size: 1em;
    font-weight: bold;
}

.page span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 0.9em;
    margin-top: 5px;
}

.wpcf7-form {
    margin-top: 5px;
    text-align: center;
}

.wpcf7-form p {
    margin-top: 0;
}

fieldset {
    width: 50%;
    float: left;
    border: none;
    margin: 0;
    padding: 0 11.25px 0 0;      
}

fieldset:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 11.25px;
}

fieldset p {
    margin: 0 0 22.5px;
}

.btn,
main button,
main input[type="button"],
main input[type="reset"],
main input[type="submit"] {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: #555555;
    background-color: rgb(85, 85, 85);
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    padding: 12.5px 24px;
    text-decoration: none; 
    width: 100%; 
    transition: transform .2s;
}

.btn:hover,
main button:hover,
main input[type="button"]:hover,
main input[type="reset"]:hover,
main input[type="submit"]:hover {
    transform: scale(1.01);
}

select,
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: #333;
    font-size: 1em;
	border: none;
	border-radius: 0;
	padding: 12.5px;
    width: 100%;
    background-color: #f6f6f6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;  
}

select:focus,
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: #111;    
    background-color: #EFEFEF;
}

textarea {
    margin-bottom: 1.5em;
}

select {
	border: 1px solid #ccc;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2E4172;
}

a:hover, a:focus, a:active {
	color: #7887AB;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
    text-align: right;
}

.main-navigation ul ul {
	text-align: left;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    padding-top: 5px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 2em;
}

.main-navigation ul ul a:hover {
    background: rgba(0, 0, 0, 0.7);  
    color: #fff!important;
}

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

.main-navigation li {
    display: inline-block;
    position: relative;
    margin-left: 60px;
    font-size: 1.1em;   
}

header.smaller .main-navigation li {
    font-size: 0.95em;    
}

.main-navigation li.menu-item-has-children {
    background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.main-navigation li ul li {
    font-size: 0.9em;
    margin-left: 0;
}

.main-navigation li:first-of-type{
    margin-left: 0;
}

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

.main-navigation li.current_page_parent a,
.main-navigation li.current-menu-item a {
    font-weight: bold;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------
# General Site Styles */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
}


/*--------------------------------------------------------
# General Header Template Styles */

.top-line {
    width: 100%;
    padding: 2.5px 0;
}

.top-line:after {
    content: '';
    display: block;
    clear: both;    
}

.bottom-line {
    width: 100%;
    height: 3px;
}

header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

header .center-content.header-bar {
    padding: 0 15px;
    z-index: 10;    
}

header.smaller {
    background: rgba(255, 255, 255, 0.95); 
}

header.smaller #logo img {
    max-width: 125px;
}

header.smaller .center-content.header-bar {
    height: 75px;
}

header .center-content.header-bar {
    height: 135px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
}

#social-media {
    float: left;
    width: 40%;
    display: none;
}

#contacts-menu,
#logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

#contacts-menu {
    float: right;
    text-align: right;
}

#logo {
    width: 20%;
}

#logo img {
    max-width: 275px;
    max-height: 100px;
    vertical-align: bottom;
}

#logo p {
    margin: 0;
    padding: 0;
}

.site-title {
    text-transform: uppercase;
    font-size: 1.875em;
}

#logo a {
    text-decoration: none;
}

#contacts-menu {
    width: 80%;
}

#contacts-menu {
    text-align: right;
}

#contacts {
    float: right;
    width: 60%;
    text-align: right;
    font-weight: bold;
    font-size: 0.95em;
    margin-top: 1.5px;
    color: #fff;    
}

footer a,
#contacts a {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;    
}

#credits a:hover, #credits a:focus,
#footer-menu a:hover, #footer-menu a:focus,
#contacts a:hover, #contacts a:focus {
    background-size: 100% 1px;
}

.phone-number,
.email-address {
    display: inline-block;
}

.phone-number {
    margin-right: 22.5px;
}

#social-media h3 {
    margin-bottom: 0;
    font-size: 0.75em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

#social-media ul {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    display: inline-block;    
}

#footer-socials li,
#social-media li {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    height: 22.5px;
    width: 22.5px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
}

#social-media li:last-of-type {
    margin-right: 0;
}

#footer-socials a,
#social-media a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);  
    opacity: 0.95;
}

#footer-socials i,
#social-media i {
    transition: transform .1s;
}

#footer-socials a:hover,
#social-media a:hover {
    opacity: 1;   
}

#footer-socials i:hover,
#social-media i:hover {
    transform: scale(1.1);
}

#footer-socials i,
#social-media i {
    font-size: 0.9em;
}

#footer-socials a,
#footer-socials i,
#social-media i,
#social-media a {
    color: #fff;
}


/*--------------------------------------------------------
# General Page Template Styles */

main section {
    margin-bottom: 50px;
}

#content {
    padding-top: 170px;
}

.center-content {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.center-content:after,
main section::after,
.contact-row:after,
.contacts:after {
    content: '';
    display: block;
    clear: both;    
}

.archive h1,
.contact-details h2,
.latest-news h2,
.blog h1,
.link-blocks h2,
.services h2,
.two-columns h2,
.contact h2,
.reviews h2,
.photo-gallery h2 {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    line-height: 1.3em;
    font-weight: bold;
}

.line {
    display: block;
    width: 11px;
    height: 2px;
    background-color: #4c4c4c;
    margin: 6px auto 12px;
}


/*--------------------------------------------------------
# Slideshow/Header Section Styles */

#reviewsslider ul,
#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
    overflow: hidden;
}

.full-width-image article,
.image-title article,
.slider li {
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
}

.image-title article h2,
.slider article h2 {
    display: inline-block;
    padding: 20px;
    color: #000;
    background: rgba(255, 255, 255, 0.75); 
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

.slider .flexslider {
    margin-bottom: 0;
}


/*--------------------------------------------------------
# Two Columns Section Styles */

.block-description {
    text-align: center;
}

.two-columns article {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.two-columns article:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.two-columns article p:first-of-type {
    margin-top: 0;
}

.two-columns article p:last-of-type {
    margin-bottom: 0;
}


/*--------------------------------------------------------
# Reviews Section Styles */

.reviews {
    text-align: center;
}

.review-content {
    font-size: 1.15em;
	color: #555;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.reviews h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 22.5px;
}

.reviews i {
    color: #666;
}


/*--------------------------------------------------------
# Contact Details Section Styles */

.contact-details {
    margin-top: 2em;
}

.contacts {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0;    
}

.contact-section {
    float: left;
    width: 50%;
}

.contact-col {
    float: left;
    width: 85%;
}

.contact-col.contact-icon {
    width: 15%;
}

.contact-row {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.contact-icon i {
    font-size: 1.75em;
}

.contact-col a {
    text-decoration: none;
}


/*--------------------------------------------------------
# Latest News Section Styles */

.latest-news {
    text-align: center;
}

.latest-news article {
    float: left;
    border: 11px solid #fff;    
    width: 33.3%;
    text-align: left;
}

.latest-news article p {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
}

.news-thumb {
    height: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}

.latest-news .center-content {
    padding: 0 4px;
}

.latest-news .center-content {
    padding: 0 4px;
}

.latest-news a {
    text-decoration: none;
}


/*--------------------------------------------------------
# Link Blocks/General News Block Section Styles */

.blocks article {
    float: left;
    border: 1px solid #fff;
    text-align: center;    
    overflow: hidden;    
}

.link-blocks a {
    text-decoration: none;
}

.one-per-row article {
    width: 100%;
}

.two-per-row article {
    width: 50%;
}

.three-per-row article {
    width: 33.3%;
}

.four-per-row article {
    width: 25%;
}

.five-per-row article {
    width: 20%;
}

.block-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;   
    height: 280px;    
}

.services a.read-more,
.post-content a.read-more,
.latest-news a.read-more {
    text-decoration: underline;
    display: block;
    margin-top: 20px;
}

.block-image:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);     
}

.block-image h3 {
    display: inline-block;
    padding: 15px;
    color: #000;
    background: rgba(255, 255, 255, 0.75); 
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    font-size: 1.2em;
}

.block-image h3:hover {
    background: rgba(255, 255, 255, 1.00);     
}

.archive h1,
.blog h1,
.services h2 {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding-bottom: 22.5px;
}

.news-content h3 {
    display: block;
    margin-top: 17.5px;
    font-size: 1.4em;   
}

.entry-meta {
	color: #555;
    font-size: 0.9em;
    padding-top: 2.5px;
}

.entry-meta a {
	color: #555;   
}

.archive h1,
.blog h1 {
    font-size: 2em;
}

.post-content a {
    text-decoration: none;
}

.post-content h3,
.services h3 {
    display: block;
    margin-bottom: 22.5px;
    font-weight: bold;
}

#news-posts article,
.service-list article {
    margin: 45px 0;
    padding: 0px 0 45px;
    border-bottom: 1px solid #f0f0f0;
}

#news-posts article:after,
.service-list article:after {
    content: '';
    display: block;
    clear: both;    
}

.post-image,
.service-list article img {
    float: left;
    width: 50%;
    padding-right: 15px;    
}

.post-content,
.service-info {
    float: right;
    width: 50%;
    padding-left: 45px;    
    padding-top: 45px;
}

.service-info p:last-of-type {
    margin-bottom: 0;
}

.service-list .btn {
	padding: 10.5px 22.5px;      
    font-size: 0.9em;
}

.latest-news .btn,
.blog .btn {
	padding: 10px 20px;   
    font-size: 0.9em;
}


/*--------------------------------------------------------
# Simple Text Section Styles */

.simple-text h2 {
padding-top: 15px;
  line-height: 1.3em;
  font-weight: bold;
}

.simple-text ol,
.simple-text ul {
    margin: 22.5px 45px;
    padding: 0;
}

.simple-text ul {
    list-style: none;
}

.simple-text ul li {
    padding: 2.5px 0;
}

.simple-text ul li::before {
	content: "\25A0"; 
	font-weight: bold; 
	display: inline-block;
	width: 1.2em;
	margin-left: -1em; 
	font-size: 12px;
	vertical-align: 1.5px;
}


/*--------------------------------------------------------
# Photo Gallery Section Styles */

.photo-gallery .center-content {
    padding: 0 7.5px;
}

.image-gallery ul {
    margin: 0;
    padding: 0 1px;
    list-style: none;
}

.image-gallery li {
    width: 16.66%;
    padding: 1px;
    float: left;
}

.image-gallery li img {
    opacity: 0.85;   
	vertical-align: bottom; 
}

.image-gallery li img:hover {
    opacity: 1;   
}


/*--------------------------------------------------------
# Map Section Styles */

main section.map {
    margin-bottom: 0;
}

.page .wpgmza_infowindow_address {
    display: none;
}


/*--------------------------------------------------------
# Single News Page Styles */

.single h1 {
    font-size: 1.875em;
}

.post-header {
    text-align: center;
    margin: 26px 0;
}

.author {
    display: none;
}

#news-post .post-thumbnail {
    float: left;
    width: 50%;
    padding-right: 15px;
}

#news-post .entry-content {
    float: right;
    width: 50%;
    padding-left: 15px;
}

#news-post .entry-content p:first-of-type {
    margin-top: 0;
}

.single #nav-below {
    clear: both;
    width: 100%;
    display: block;
}

#nav-below {
    margin-top: 40px;
}

#nav-below:after {
    content: '';
    display: block;
    clear: both;    
}

#nav-below a {
    text-decoration: none;
    color: #000;
    text-align: center;
}

.nav-previous .meta-nav,
.nav-next .meta-nav {
    width: 50%;
    max-width: 150px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;     
    background-color: #f0f0f0;
    text-align: center;
}

.nav-previous .meta-nav:hover,
.nav-next .meta-nav:hover {
    background-color: #bbb;    
}

.nav-previous .meta-nav {
   float: left;
}

.nav-next .meta-nav {
    float: right;
}

.wp-pagenavi {
    clear: both;
    font-size: 0.9em;
    text-align: center;
}


/*--------------------------------------------------------
# Error Page Styles */

main section.error-404 {
    text-align: center;
    padding: 45px 0;
}

main section.error-404 h1 {
    font-size: 12em;
    text-decoration: underline;
}

main section.error-404 h2 {
    font-size: 4em;
    margin-top: 20px;
}

main section.error-404 h3 {
    font-size: 2em;
    margin-top: 10px;
}


/*--------------------------------------------------------
# Misc Page Styles */

.wsp-container h2 {
    display: none;
}


/*--------------------------------------------------------
# General Footer Styles */

footer {
    padding: 45px 0;
    color: #fff;
    text-align: center;
}

footer section {
    margin-bottom: 11px;
}

footer section:last-of-type {
    margin-bottom: 0;
}

footer p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

footer #footer-logo img{
    max-width: 200px;
}

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

#footer-menu li {
    color: #fff;
    font-size: 0.9em;
    display: inline-block;
}

#footer-menu li + li:before {
    content: "| ";
}

footer a:hover,
footer a {
    color: #fff;
    text-decoration: none;
}

footer p {
    margin-bottom: 0;
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 900px) {
    .image-gallery li {
        width: 25%;
    }
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 600px) {  
    header .center-content {
        transform-style: flat;
        height: auto;
        padding: 5px 0;
    }
    #contacts-menu, #logo {
        display: block;
        top: auto;
        position: static;
        transform: none;
    }
    #logo,
    #contacts-menu {
        width: 70%;
    }
    #contacts {
        text-align: center;
        width: 100%;
        font-size: 1em;
    }
    #social-media {
        display: none;
    }    
    #logo {
        margin: 15px 0;
        text-align: left;
    }
    main section {
        margin-bottom: 45px;
    }
    main section.slider {
        margin-bottom: 25px;
    }
    .owl-dots {
        display: none;
    }
    .full-width-image article, .image-title article, .slider li,
    .full-width-image article, .image-title article, .slider article {
        height: 250px;
    }
    #news-post .entry-content,
    #news-post .post-thumbnail,
    .latest-news article,
    .post-image, .service-list article img,
    .post-content, .service-info,
    fieldset,
    fieldset:last-of-type,
    .blocks article,
    .two-columns article,
    .two-columns article:last-of-type {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
    #content {
        padding-top: 166px;
    }
    #news-posts article, .service-list article {
        margin-top: 22.5px;
        padding-bottom: 22.55px;
    }
    .service-list article {
        padding-bottom: 45px;
    }
    .latest-news article {
        margin-bottom: 22.5px;
    }
    .latest-news article:last-of-type {
        margin-bottom: 0;
    }    
    .post-content h3, .services h3 {
        margin-top: 22.5px;
        text-align: center;
    }
    .post-content h2, .services h2 {
        margin-top: 22.5px;
    }
    .latest-news .center-content,
    .link-blocks .center-content {
        padding: 0 15px;
    }
    .image-gallery li {
        width: 50%;
    }
    .btn, button, [type="button"], [type="reset"], [type="submit"] {
        width: 100%;
    }
    .service-list .btn,
    .latest-news .btn, .blog .btn {
        text-align: center;
    }    
    .service-list .btn {
        padding: 17.5px 35px;
        font-size: 1em;
    }
    #footer-menu li
    footer p {
        font-size: 0.8em;
    }
    header .center-content.header-bar {
        height: auto;
    }
    .blocks article {
        margin-bottom: 1px;
    }
    .block-image {
        height: 225px;
    }
   .contact-details h2, .latest-news h2, .blog h1, .link-blocks h2, .simple-text h2, .services h2, .two-columns h2, .contact h2, .reviews h2, .photo-gallery h2 {
        margin-bottom: 20px;
    }
    #wpgmza_map_1 {
        height: 375px!important;
    }
    .contact-section {
        float: none;
        width: 100%;
    } 
    #logo img {
        max-width: 225px;
    }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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 {
	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;
}
