/*!
Theme Name: zephyr_beta
Author: Tony Cowan, Zephymedia
Author URI: https://www.zephyrmedia.com.au
Description: Beta Site WordPress Theme by Zephyrmedia
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
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.

zephyr_beta is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/





/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}








/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.bunny.net/montserrat/files/montserrat-latin-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/montserrat/files/montserrat-latin-400-normal.woff) format('woff'); 
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.bunny.net/montserrat/files/montserrat-latin-ext-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/montserrat/files/montserrat-latin-ext-400-normal.woff) format('woff'); 
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.bunny.net/montserrat/files/montserrat-latin-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/montserrat/files/montserrat-latin-700-normal.woff) format('woff'); 
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.bunny.net/montserrat/files/montserrat-latin-ext-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/montserrat/files/montserrat-latin-ext-700-normal.woff) format('woff'); 
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}



body,
button,
input,
select,
optgroup,
textarea
{
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}


h1
{
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 40px 0;
}

h2
{
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 30px 0;
}

h3
{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}

h4
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 5px 0;
}

h5, h6
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 0;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 25px 0;
}

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

blockquote {
	margin: 0 0 25px 0;
}

address {
	margin: 0 0 25px 0;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 25px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header
{
	width: 100%;
	height: 150px;
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.home header
{
	background-color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.sticky,
.home header.sticky
{
	height: 100px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo
{
	width: 150px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	line-height: 1em;
	opacity: 1;
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo:hover
{
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .header-logo,
.home header.sticky .header-logo
{
	width: 100px;
	left: 20px;
	top: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-phone,
.header-phone:visited
{
	display: block;
	position: absolute;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	padding: 0 0 0 25px;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-phone:hover,
.header-phone:visited:hover
{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-phone svg
{
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
}

header.sticky .header-phone,
.sticky .header-phone-mob
{
	top: 50% !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-phone-mob
{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	right: 90px;
	top: 50%;
	background-color: #fff;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-phone-mob svg
{
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	fill: #170046;
}








/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.hm-feature-spacer
{
	width: 100%;
	height: 150px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.hm-feature
{
	width: 100%;
	height: 700px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;	
}

.hm-feature-img
{
	width: 60%;
	height: 700px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	border-radius: 400px 0px 0px 400px
}

.message-box
{
	width: 30%;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 5%;
	transform:translateY(-50%);
	z-index: 10;
}

.message-box h1
{
	font-size: 44px;
	line-height: 44px;
	margin: 0 0 5px 0;
}

.btn-spacer
{
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.hm-intro
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 100px 0;
	text-align: center;
}

.hm-services
{
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto 100px auto;
	padding: 100px;
	text-align: center;
	border-radius: 30px;
}

.wrapper
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.hm-services-slider .service-item
{
	margin: 0 15px 0 15px;
}

.service-item
{
	width: 30.5%;
	display: inline-block;
	position: relative;
	margin: 0 15px 50px 15px;
	padding: 0;
}

.service-icon
{
	height: 80px;
	display: block;
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0;
}

.service-photo
{
	width: 100%;
	height: 180px;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	border-radius: 10px;
}

.service-item h3
{
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.service-item p
{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}

.hm-news
{
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	border-radius: 30px;	
}

.hm-news-slider
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 70px 0;	
}

.hm-logos
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 100px 0;
}

.hm-services h2,
.hm-news h2,
.hm-logos h2,
.news-archive h2
{
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.hm-services h2
{
	margin: 0 0 50px 0;
}

.hm-news h2
{
	margin-bottom: 40px;
}

.hm-logo-slider
{
	width: 100%;
	height: 90px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
}

.hm-logo-slider .item
{
	margin: 0 30px;
	height: 90px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-logo-slider a
{
    position: relative;
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.hm-logo-slider .item a img
{
    position: relative;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.hm-logo-slider:hover .item:not(:hover)
{
	opacity: 0.1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-logo-slider .slick-dots
{
	bottom: -50px;
}

.hm-news-slider .slick-dots
{
	bottom: 30px;
}

.hm-logo-slider .slick-dots li button::before,
.hm-news-slider .slick-dots li button::before
{
	color: #bbbbbb;
}











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

.entry-content
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 80px 0;
}

.entry-content:after
{
	content: "";
	display: table;
	clear: both;
}

.entry-header
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-size: 50%;
}

.entry-header h1
{
	font-size: 24px;
	line-height: 27px;
	margin: 0;
	padding: 225px 0 70px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}

.entry-header-img
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.entry-header-img-overlay
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.entry-header-img-overlay h1
{
	font-size: 24px;
	line-height: 27px;
	margin: 0;
	padding: 240px 0 70px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}

.twocol
{
	column-count: 2;
	column-gap: 40px;
}

.threecol
{
	column-count: 3;
	column-gap: 30px;
}

.highlight
{
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 25px 0;
	padding: 30px 30px 5px 30px;
	border-radius: 10px;
}

.reveal
{
	position: relative;
	transform: translateY(50px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active
{
	transform: translateY(0);
	opacity: 1;
}

.google-map
{
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

ul.services-descriptions
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 80px 0 0 0;
}

li.serv-item
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px solid silver;
	list-style: none;
}

li.serv-item:last-child
{
	border-bottom: 0px solid silver;
}

.serv-item:after
{
	content: "";
	display: table;
	clear: both;
}

li.serv-item:nth-child(odd) .serv-item-photo
{
	width: 45%;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

li.serv-item:nth-child(odd) .serv-item-text
{
	width: 50%;
	display: block;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}

li.serv-item:nth-child(even) .serv-item-photo
{
	width: 45%;
	display: block;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

li.serv-item:nth-child(even) .serv-item-text
{
	width: 50%;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

h4.post-date
{
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #bbbbbb;
	padding: 5px 0;
	margin: 0 0 30px 0;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

.post-lt
{
	width: 120px;
	float: left;
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	padding: 20px 0 0 0;
}

.single-post .post-lt
{
	padding-top: 5px;
}

.post-rt
{
	width: calc(100% - 135px);
	float: right;
	display: block;
	position: relative;
	padding: 0 0 0 50px;
}

.post-rt .entry-content
{
	width: 100%;
	padding: 0;
}

.blog-feature-img
{
	width: 100%;
	height: 600px;
	display: block;
	position: relative;
	margin: 0 auto 100px auto;
	padding: 0;
	float: left;	
}

.share h4
{
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #555;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;		
}

.share ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.share ul li
{
	list-style: none;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.share ul:hover li:not(:hover)
{
	opacity: 0.3;
}

.news-archive
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.news-archive .item
{
	width: 31%;
	margin: 0 8px 60px 8px;
	padding: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;
}

.hm-news-slider .item
{
	margin: 0 8px 0 8px;
	padding: 0;
	display: block;
	position: relative;
	text-align: left;	
}

.blog-img
{
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 10px;
}

.date
{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 10px;
	top: 10px;
	background-color: #fff;
}

.date .day
{
	font-size: 24px;
	line-height: 24px;
	color: #555;
	font-weight: 700;
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
}

.date .month
{
	font-size: 18px;
	line-height: 18px;
	color: #555;
	font-weight: 400;
	position: absolute;
	text-transform: uppercase;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);	
}

.news-archive .item h3,
.hm-news-slider .item h3
{
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

.news-archive .item p,
.hm-news-slider .item p
{
	font-size: 16px;
	line-height: 19px;
	color: #444;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.nf-list
{
	width: 45%;
	display: inline-block;
	position: relative;
	margin: 0 3% 40px 0;
	padding: 0;
	vertical-align: top;
}

.nf-list ul
{
	margin: 0;
	padding: 0;
}

.nf-list ul li
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid silver;
}

.nf-list ul li:first-child
{
	border-top: 1px solid silver;
}

.nf-list ul li a
{
	font-weight: 400;
	text-transform: uppercase;
}

.nf-list ul li ul.sub-menu li
{
	border-bottom: none;
	margin-left: 15px;
	border-bottom: 1px solid silver;
}

.nf-list ul li ul.sub-menu li a
{
	font-size: 15px;
	line-height: 15px;
	padding: 0;
}

.nf-list ul li ul.sub-menu li:first-child
{
	border-top: 0 solid silver;
}

.nf-list ul li ul.sub-menu li:last-child
{
	border-bottom: 0 solid silver;
}

.nf-list ul li.menu-item-has-children:hover
{
	background-image: none !important;
}











/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer
{
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0;
}

.footer-logo
{
	width: 150px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-logo:hover
{
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-details-panel
{
	width: 270px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
}

.footer-phone,
.footer-phone:visited
{
	display: block;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	padding: 0 0 0 35px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-phone:hover,
.footer-phone:visited:hover
{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-phone svg
{
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 5px;
}

.address
{
	margin: 0 0 20px 0;
	padding: 0 0 0 35px;
}

.address svg
{
	width: 14px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 2px;
}

.social-media ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.social-media ul li
{
	list-style: none;
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	margin: 0 5px;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social-media ul li.followus
{
	width: 90px;
	font-size: 14px;
	line-height: 14px;
	top: -5px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.social-media ul:hover li:not(:hover)
{
	opacity: 0.3;
}

.copyright p
{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	padding: 30px;
	text-transform: uppercase;
	text-align: center
}

.copyright p a,
.copyright p a:visited
{
	color: #ffffff;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.copyright p a:hover,
.copyright p a:visited:hover
{
	color: rgba(255, 255, 255, 0.65);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}






/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
a:visited
{
	font-weight: 700;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	font-weight: 700;
	text-decoration: none;
	outline: 0;
}






/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-main,
.btn-main:visited
{
	padding: 15px 25px;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-main:hover,
.btn-main:visited:hover
{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-small,
.btn-small:visited
{
	padding: 8px 20px;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-small:hover,
.btn-small:visited:hover
{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
	padding: 15px 25px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
	border-radius: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

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,
select
{
	color: #666;
	border: 1px solid #ccc;
	padding: 10px !important;
	border-radius: 10px;
}

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,
select:focus
{
	color: #000;
	border: 1px solid #000;
	outline: none;
}

textarea {
	width: 100%;
}






/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

.main-navigation
{
	display: block;
	position: absolute;
	top: 50%;
	right: 210px;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .main-navigation,
.home header.sticky .main-navigation
{
	top: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul
{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul
{
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.47);
	float: left;
	position: absolute;
	top: 99%;
	left: -999em;
	z-index: 99999;
	padding: 20px;
}

.main-navigation ul.menu li.menu-item-has-children:before
{
	content: "";
	width: 25px;
	height: 13px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	z-index: 20;
	bottom: 0px;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

ul.menu li.menu-item-has-children:hover:before
{
	opacity: 1;
}

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

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

.main-navigation ul ul a
{
	width: 300px;
}

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

.main-navigation li
{
	position: relative;
	display: inline-block;
}

.main-navigation a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	line-height: 50px;
	font-weight: 500;
	margin: 0 10px;
}

.main-navigation a:hover
{
	opacity: 0.6;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-parent a
{
	opacity: 0.6;
	font-weight: 700;
}

.main-navigation ul ul a
{
	padding: 0;
	line-height: 40px;
	font-weight: 500 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul a:hover,
.sub-menu .current_page_item a
{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nav-strong a
{
	font-weight: 700;
	color: #00aeef;
	border: 2px solid #00aeef;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nav-strong a:hover
{
	background-color: #00293b;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.sub-menu li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

ul.sub-menu li:last-child
{
	border-bottom: 0px solid #bfeeff;
}

ul.sub-menu li a
{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
	margin: 0;
}

ul.sub-menu li a:hover
{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 10px 10px;
}








/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

input#burger
{
	opacity: 0;
	position: absolute;
}

body input + .btn label
{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 25px;
  z-index: 5;
  transform: translate(-50%,-50%);
  padding: 25px;
}

body input + .btn label span
{
  position: absolute;
  width: 50%;
  height: 3px;
  top: 47%;
  margin-top: 0;
  left: 12px;
  display: block;
  background: #170046;
  transition: .2s;
}

body input + .btn label span:first-child
{
  top: 16px;
}

body input + .btn label span:last-child
{
  top: 31px;
}

body .btn label:hover
{
  cursor: pointer;
}

body input:checked + .btn label span
{
  opacity: 0;
  top: 50%;
}

body input:checked + .btn label span:first-child
{
  opacity: 1;
  transform: rotate(405deg);
  left: 13px;
}

body input:checked + .btn label span:last-child
{
  opacity: 1;
  transform: rotate(-405deg);
   left: 13px;
}

body input ~ nav
{
  position: fixed;
  width: 100%;
  height: 0px;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}

body input ~ nav > .menu-top-menu-container ul.menu
{
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0 0 80px 0;
  transform: translate(-50%,-50%);
}

body input ~ nav > .menu-top-menu-container > li.menu-item > ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;	
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  list-style: none;
  text-align: center;
  border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li 
{
  list-style: none;
  border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li:last-child
{
	border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item:first-child
{
  border-top: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a
{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 7px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a
{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;  
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a:hover,
body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a:hover
{
	font-weight: 700;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li.menu-item-has-children:hover:before
{
	opacity: 0 !important;
}

body input:checked ~ nav
{
  height: 100%;
  transition-delay: 0s;
  overflow: scroll;
}

body input:checked ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 1;
  transition-delay: .5s;
}

.btn
{
	position: absolute;
	right: 20px;
	top: 50%;
	z-index:9999;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover
{
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover label span
{
	background: #170046;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .btn,
.home .sticky .btn
{
	top: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

nav ul.sub-menu::before
{
	content: none !important;
}

nav ul.sub-menu
{
	background-color: transparent;
	border: 0px solid #ec1c23;
}

nav ul.sub-menu li ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;
}

nav ul.sub-menu li ul.sub-menu li
{
	list-style: none;
	border-bottom: 1px solid #585858;
}

nav ul.sub-menu li ul.sub-menu li a
{
	font-size: 15px !important;
	line-height: 20px !important;
}

nav ul.sub-menu li ul.sub-menu li:last-child
{
	border-bottom: 0px solid #3e3e3e;
}

nav ul.sub-menu a
{
	border-bottom: 0px solid #f2888c;
}

nav ul.sub-menu a:hover
{
	border-bottom: 0px solid #990006 !important;
	background-color: transparent;
}

nav ul.menu li.menu-item-has-children:hover
{
	background-image: none;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu
{
    margin: 0 0 10px 0;
    padding: 0;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li
{
    border-bottom: 0px solid #747474 !important;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.current-menu-item a,
body input ~ nav > .menu-top-menu-container ul.menu > li ul.sub-menu > li.current-menu-item a 
{
	background-color: rgba(0, 0, 0, 0);
	font-weight: 700;
}








/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}







/* Comments
--------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}




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

.widget {
	margin: 0 0 1.5em;
}

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




/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}






/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/



/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}






/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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





/* Alignments
--------------------------------------------- */

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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









/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/

/* Keyframes for the fade-in right */
@-webkit-keyframes fadeInRt { from { opacity:0;transform: translateX(220px); } to { opacity:1;transform: translateX(0); } }
@-moz-keyframes fadeInRt { from { opacity:0;transform: translateX(220px); } to { opacity:1;transform: translateX(0); } }
@keyframes fadeInRt { from { opacity:0;transform: translateX(120px); } to { opacity:1;transform: translateX(0); } }

.fade-in-rt
{
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeInRt ease-out 1;
  -moz-animation:fadeInRt ease-out 1;
  animation:fadeInRt ease-out 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1.0s;
  -moz-animation-duration:1.0s;
  animation-duration:1.0s;
}









/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media only screen and (max-width: 99999px)
{
	input#burger, .btn, .header-phone-mob {display: none;}
}

@media only screen and (max-width: 1299px)
{
	.service-item {width: 30%;}
}

@media only screen and (max-width: 1199px)
{
	.hm-feature, .hm-feature-img {height: 550px;}
}

@media only screen and (max-width: 1099px)
{
	input#burger, .btn, .header-phone-mob {display: block;}
	.main-navigation, .header-phone {display: none;}
	.hm-slider, .hm-slider .item {height: 600px;}
	.header-phone {right: 90px;}
	.service-item, .news-archive .item {width: 300px;}
}

@media only screen and (max-width: 899px)
{
	.hm-feature-spacer {height: 20px;}
	.hm-feature-img {width: calc(100% - 40px); border-radius: 10px; background-position: center center !important; margin: 0; left: 20px;}
	.message-box {width: calc(100% - 40px); background-color: rgba(255, 255, 255, 0.8); padding: 30px; left: 0; transform: none; top: auto; bottom: 0; left: 20px;}
	.message-box h1 {font-size: 36px;line-height: 40px;}
	.hm-intro {padding: 70px 0;}
	footer {padding: 50px 0 30px 0; height: auto;}
	.footer-logo {position: relative; right: auto; top: auto; transform: none; margin: 0 auto 20px auto;}
	.footer-details-panel, .social-media ul {position: relative; left: auto; top: auto; transform: none; margin: 0 auto 30px auto;}
	.social-media ul {text-align: center;}
	.address {margin: 0 0 10px 0; padding: 0 0 0 25px;}
	.footer-phone {padding: 0 0 0 25px;}
}

@media only screen and (max-width: 799px)
{
	.hm-slider .item .message-box h2 {font-size: 28px; line-height: 32px;}
	.hm-slider .item .message-box {width: 100%; padding: 20px;bottom: 0;top: auto; left: auto; transform: none;}
	.threecol {column-count: 2;}
	li.serv-item:nth-child(odd) .serv-item-photo, li.serv-item:nth-child(odd) .serv-item-text, li.serv-item:nth-child(even) .serv-item-photo, li.serv-item:nth-child(even) .serv-item-text {width: 100%;}
	.serv-item-photo {margin-bottom: 20px !important;}
	.hm-intro, .hm-services, .hm-news {padding: 50px 0; font-size: 18px; line-height: 21px;}
	.hm-services h2 {margin: 20px 0 50px 0;}
	.hm-news h2 {margin-bottom: 30px;}
	.blog-feature-img {height: 400px;margin: 0 auto 50px auto;}
	.post-rt, .post-lt {width: 100%; padding: 0;}
	.share ul li {display: inline-block; margin: 0 4px;}
}

@media only screen and (max-width: 599px)
{
	header, .home header {height: 100px;}
	.header-logo {width: 100px;left: 20px;}
	.home header .header-logo, .home header .main-navigation, .home header .header-phone, .btn, .home .header-phone-mob {top: 50% !important;}
	.entry-header h1 {font-size: 20px; line-height: 24px; padding: 130px 0 30px 0;}
	.entry-header-img-overlay h1 {font-size: 20px; line-height: 24px;}
	.entry-content {padding: 40px 0;}
	.twocol, .threecol {column-count: 1;}
	.hm-logos {padding: 0 0 50px 0;}
	h1 {font-size: 30px; line-height: 34px;margin: 0 0 30px 0;}
	h2 {font-size: 26px; line-height: 30px;margin: 0 0 20px 0;}
	h3 {font-size: 20px; line-height: 24px;margin: 0 0 10px 0;}
	.nf-list {width: 100%; margin: 0 0 40px 0;}
}

@media only screen and (max-width: 399px)
{
	.blog-feature-img {height: 250px;margin: 0 auto 30px auto;}
	.service-item, .news-archive .item {width: 100%; margin: 0 0 50px 0;}
}


