/*
Theme Name: wellandcreative

Author: Ruth MC Mason- Welland Marketing Ltd
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rmcmason
Tags:

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
	-webkit-font-smoothing: antialiased!important;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

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

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

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




a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul li {

}

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

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

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 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 0 1.5em;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

.gallery-item {
	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;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

#masthead {
	position: fixed;
	top: 0;
	z-index: 99999999999;
	width: 100%;
	background-color: #fff;
}

.wlogo {
	margin-top: 20px;
	margin-bottom: 20px;
}

#primary-menu {
	float: right;
	margin-top: 30px;
}

#primary-menu a {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 15px;
	color: #343434;
	padding: 10px;
}

#primary-menu a:hover, #primary-menu a:focus {
	color: #7F7F7F;
	background-color: transparent;
}

.current-menu-item a {
	color: #7f7f7f!important;
}

#social {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 99999999;
}

#social a {
	display: block;
	margin-top: 10px;
}



@media (max-width: 767px) {

	#primary-menu-toggle {
		width: 100%;
		background-color: #17276A;
		margin: 0;
		box-shadow: none;
		border: none;
		color: #fff;
		text-shadow: none;
		font-size: 16px;
		border-radius: 0;
		letter-spacing: 2px;
	}
	.wmenumob {
		padding-left: 0;
		padding-right: 0;
	}
	#primary-menu-toggle:hover {
		background-color: #9E317B;
	}
	#primary-menu-container {
		text-align: center;
	}
	#primary-menu {
		float: none;
		margin-top: 0;
		background-color: #fff;
	}
}

/*--------------------------------------------------------------
## SLIDE
--------------------------------------------------------------*/

#slide {
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 800px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#slider {
	min-height: 800px;
}

.slide-text {
	z-index: 999999;
	margin-top: 120px;
	width: 40%;
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
}

	#mobslide img {
		width: 100%;
	}
	#colophon {
		position: absolute;
		z-index: 999999;
		width: 100%;
	}
@media(max-width: 767px) {
	#slide {
		min-height: auto;
	}
	#slide:before {
		padding-top: 100%;
		display: block;
		content: "";
	}
	#slider {
		min-height: auto;
	}



}

/*--------------------------------------------------------------
## FRONT FOOTER
--------------------------------------------------------------*/

.blue-heading {
	color: #0078E9;
	margin-top: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px solid #7f7f7f;
	font-weight: 700;
}



#front-excerpt h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 40px;

}

#front-excerpt p {
	color: #fff;
}

hr {
	background-color: #7f7f7f;
	margin-bottom: 6px;
	margin-top: 80px;
}

.blue-heading-link h2:hover {
	text-decoration: none;
	color: #545454;
}

.blue-heading-link:hover {
	text-decoration: none;
}

.blue-button {
	background-color: #0078E9;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: 'Actor', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}

.blue-button:hover {
	background-color: #545454;
	text-decoration: none;
	color: #fff;
}

#slide2 {
	color: #404040;
	font-size: 0.9em;
}

#slide2 h5 {
	color: #0078E9;
	font-size: 12px;
}

#slide2 h4 {
	color: #0078E9;
	text-transform: uppercase;
	font-size: 14px;
}

.cycle-prev, .cycle-next {
	color: #fff;
	cursor: pointer;
}

.cycle-next {
	position: absolute;
	bottom: -20px;
	right: 0;
}

.cycle-prev {
	margin-right: 40px;
	position: absolute;
	bottom: -20px;
	left: 0;
}

#white-footer {
	padding-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	padding-bottom: 40px;
	background-color: #fff;
}

#white-footer h2 {
	font-size: 14px;
}

#white-footer a {
	color: #404040;
	-webkit-font-smoothing: antialiased!important;
	font-family: 'Open Sans', sans-serif
}



#footer-social p {
	margin-top: 20px;
}


.grey-link {
	color: #7F7F7F!important;
}
	#dark-grey {
		height: 100%;
		padding-bottom: 100px;
		position: relative;
	background-color: #343434;
	padding-top: 50px;
	}
.site-main {
	margin-top: 130px;
}

@media(min-width: 768px) and (max-width: 991px) {
	#front-excerpt h2 {
		font-size: 40px;
	}
}

@media(max-width: 767px){

	#front-excerpt h2 {
		font-size: 30px;
	}
	#dark-grey {
		padding-top: 20px;
	}
	hr {
		margin-top: 40px;
	}

	.cycle-prev, .cycle-next {
		margin-top: 20px;
		position: absolute;
		bottom: -80px;
	}
	.cycle-prev {
		left: 0;
	}
	.cycle-next {
		left: 30px;
	}
	#white-footer {
		padding-bottom: 0;
	}
}


/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/

.page-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 700px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.page-bg-mob {
	margin-top: 114px;
}

.page-bg-mob img {
	position: fixed;
}

.page-grey, .page-grey-edu {
	background-color: #383B41;
	padding-bottom: 60px;
}

.page-about h1 {
	font-size: 20px;
}

.page-about h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 40px;

}

.page-grey p, .page-grey-edu p {
	color: #fff;
}

@media(min-width: 768px) {
.page-about h1, .recent-posts h2 {
	padding-top: 60px;
}
}

.recent-blog h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 5px;
}

.recent-blog p {
	display: inline;
}

.recent-blog  {
	margin-top: 40px;
}

.recent-blog h3:hover, .recent-blog a > p:hover {
	color: #545454!important;
	text-decoration: none;
}

.recent-blog a:hover, .recent-blog a:focus {
	text-decoration: none;
}

@media (min-width: 768px)  and (max-width: 991px){
	.page-bg {
		min-height: 400px;
	}
}

@media(max-width: 767px) {
	.page-bg {
		min-height: auto;
	}
	.recent-posts {
		background-color: #383B41;
	}
	.page-about h2 {
		font-size: 30px;
	}
	.recent-posts {
		padding-bottom: 60px;
	}
	.page-about {
		padding-top: 20px;
	}
	.page-grey, .page-grey-edu  {
		padding-bottom: 0;
	}
}

/*--------------------------------------------------------------
## PORTFOLIO
--------------------------------------------------------------*/

#slider3 {
	min-height: 800px;
}

#mobslider2 {
	margin-top: 80px;
}

.single-port h1 {
	font-family: 'Open Sans', sans-serif;
    color: #E4E4E4;
    font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 0;
}

.light-grey {
	color: #7F7F7F;
	font-weight: 700;
}

.single-port p {
	color: #E4E4E4;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.post-categories li {
	list-style-type: none;
	display: inline-block;
	text-transform: uppercase;
	color: #E4E4E4;
	font-size: 0.9em;
}

.post-categories a {
	color: #E4E4E4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	pointer-events: none;
   cursor: default;
}

.post-categories {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.post-categories li:after {
	content: " | ";
}

.post-categories li:last-child:after {
	content: " ";
}

.white-bar {
	height: 5px;
	width: 74px;
	background-color: #fff;
	margin-bottom: 20px;
}
.grey-bar {
	height: 5px;
	width: 54px;
	background-color: #383B41;
}

.port-img {
	background-size: cover;
	background-position: center;
}

.port-img:before {
	display: block;
	content: "";
	padding-top: 100%;
}

#page-grey2 {
	background-color: #383B41;
	padding-top: 60px;
	padding-bottom: 60px;
}

.port-wrap {
	width: 50%;
	float: left;
	display: inline-block;
	position: relative;
}

.marg-top {
	margin-top: 80px;
}

.port-hover {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
	-webkit-transition-duration: 1s;
    transition-duration: 1s;
	transition-timing-function: ease;
	background-color: rgba(56,59,65,0.8);
}

.port-hover:hover{
	opacity: 1;
}

.port-hover h2 {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: -webkit-translateY (50%) -webkit-translateX (50%);
  -ms-transform: translateX(-50%) translateY(-50%));
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 767px) {
	.port-hover h2 {
		font-size: 20px;
		top: 40%;
	}
	.single-port h1 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## SERVICES
--------------------------------------------------------------*/

.grey-bar {
	height: 5px;
	width: 96px;
	background-color: #343434;
}

#white-services {
	padding-top: 60px;
	background-color: #fff;
	padding-bottom: 20px;
}

#white-services  h4{
	color: #383B41;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#white-services img {
	margin-top: 20px;
}

#white-services h2 {
	color: #383B41;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0;
}

#white-services p {
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}

.grey-contact {
	background-color: #383B41;
	padding-top: 40px;
	position: relative;
}

.grey-contact h4 {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
}

.grey-contact p {
	color: #E4E4E4;
	font-size: 0.9em;
	margin-bottom: 15px;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control  {
	border-radius: 0;
}

.wpcf7 {
	padding-bottom: 20px!important;
}

input[type="submit"] {
	border-radius: 0;
	text-transform: uppercase;
	background-color: #383B41;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
}

input[type="submit"]:hover {
	box-shadow: none;
	background-color: #fff;
	color: #383B41;
}
	#mobslide2 img {
		position: fixed;
		width: 100%;
	}
	#single-port-wrap {
		position: absolute;
		z-index: 999999;
		width: 100%;
		margin-top: 0;
	}
@media (max-width: 767px) {
		#white-services h4 {
			display: inline-block;
		}
		.service-wrap {
			width: 80%;
			float: right;
			padding-left: 20px;
			margin-top: 20px;
		}
		#mobslider2 {
		margin-top: 107px;
	}
	.service-img-wrap {
		width: 20%;
		display: inline;
		float: left;
	}

	#page-grey2 {
    height: 100%;
    position: relative;
	}

	.wpcf7-form-control-wrap input, .wpcf7-form-control  {
	width: 100%;
	}
}

.page-title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.marg-top p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
## EDUCATION
--------------------------------------------------------------*/

.edu-img, .edu-text {
	width: 50%;
	float: left;
}

.edu-right .edu-img, .edu-right .edu-text {
	float: right;
}

.edu-text {
	background-color: #383B41;
	text-align: center;
	color: #fff;
	position: relative;

}

.edu-text h2 a, .edu-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 10px;
	background-color: transparent;
}

.edu-text h2 a:hover {
	color: #545454;
	background-color: transparent;
}

.edu-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding: 40px;
}

.edu-wrap p {
	font-size: 12px;
}

.edu-border {
	width: 40%;
	height: 3px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.edu-text a {
	background-color: #E4E4E4;
	text-transform: uppercase;
	padding: 10px 30px;
	color: #383B41;
	letter-spacing: 1px;
	font-size: 12px;
	display: inline-block;
}

.edu-text a:hover {
	background-color: #545454;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.edu-wrap {
		padding: 20px;
	}
}

@media(max-width: 767px) {
	.edu-img, .edu-text {
		width: 100%;
	}
	.edu-text h2 {
		font-size: 20px;
	}
	.edu-wrap {
		padding: 15px;
	}
	.marg-top {
		margin-top: 134px;
	}
	.edu-square {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media(max-width: 380px) {
	.edu-text h2 {
		font-size: 18px;
	}
}

.single-edu h1 {
	letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	color: #7F7F7F;
	padding-bottom: 10px;
	border-bottom: 1px solid #7F7F7F;
}

.single-edu {
	padding-top: 40px;
}


/*--------------------------------------------------------------
## CONTACT
--------------------------------------------------------------*/

.page-contact {
	background-color: #383B41;
	padding-top: 40px;
	color: #E4E4E4;
	font-family: 'Open Sans', sans-serif;
}

.page-contact h1 {
	letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	border-bottom: 5px solid #fff;
	display: inline-block;
}

.page-contact p {
	color: #E4E4E4;
	font-size: 0.9em;
}

.page-contact a {
	color: #E4E4E4;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.page-contact a:hover {
	color: #fff;
	text-decoration: none;
}

.grey-contact h4 {
	color: #fff;
	margin-top: 20px;
}

.acf-map {
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


/*new*/

.port-list {
	position: absolute;
	bottom: 0;
	background-color: rgba(56,59,65,0.8);
	height: 25%;
	width: 100%;
	text-align: center;
	padding: 0 10px 20px 10px;
}

.port-list ul {
	padding-top: 10px;
	padding-left: 20px;
}

.port-list a {
	font-size: 16px;
	color: #fff;
}

.port-hover {
	height: 75%;
}

.find-link {
	background-color: #E4E4E4;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #383B41!important;
    letter-spacing: 1px;
    font-size: 12px!important;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 180px;
	margin: 0 auto;
	display: inline-block;
}

.find-link:hover {
	background-color: #545454;
    color: #fff!important;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.port-hover {
		height: 70%;
	}
	.port-list {
		height: 30%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.port-hover {
		height: 55%;
	}
	.port-list {
		height: 45%;
	}
}

@media (max-width: 767px) {
	.port-wrap {
		width: 100%;
	}
}

@media(max-width: 580px) {
	.port-hover {
		height: 70%;
	}
	.port-list {
		height: 30%;
	}
}
@media(max-width: 480px) {
	.port-hover {
		height: 50%;
	}
	.port-list {
		height: 50%;
	}
}
@media(max-width: 380px) {
	.port-hover {
		height: 35%;
	}
	.port-list {
		height: 65%;
	}
}

.single-port a {
	pointer-events: auto;
	cursor: pointer;
}

.port-list li, .single-tax li {
	display: inline;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}


.single-tax .port-list li:not(:last-child), .single-tax .port-term:not(:last-child) {
	border-right: 2px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}

.single-tax a {
	color: #383B41;
	background-color: #E4E4E4;
	padding: 10px 15px;
	margin-right: 20px;
}

.single-tax a:hover {
	background-color: #545454;
    color: #fff!important;
    text-decoration: none;
}

.single-tax ul, .port-list ul {
	margin-left: 0;
	padding-left: 0;
}


.services-tax h1 {
	text-transform: uppercase;
}
div.wpcf7-mail-sent-ng {
	color: #fff;
}

div.wpcf7-response-output {
	color: #fff;
}

.about-top {
	margin-top: 130px;
}

.about-top p {
	color: #fff;
}

.page-about h2 {
	font-size: 40px!important;
}

.about-top a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 700;
}

@media(max-width: 767px) {
	.about-top {

		margin-top: 0;
		padding-top: 20px;
	}
}

/*--------------------------------------------------------------
## GIFT
--------------------------------------------------------------*/

.gift-image {
	width: 100%;
	position: relative;
}


.service-hover:hover {
	text-decoration: none;
	opacity: 0.8;
}

.service-hover p {
	color: #404040;
}

.tax-desc {
	color: #fff;
}

.tax-desc h3 {
	margin-bottom: 20px;
}

.services-tax img {
	margin-top: 10px;
}

#service-style h2 {
	border-bottom: none;
	font-size: 22px;
}

#service-style a {
	font-size: 16px;
}

.quote-text {
	position: absolute;
	color: #fff;
	top: 10%;
}

.quote-text h2 {
	font-size: 50px;
}

.single-port a {
	color: #fff;
	font-size: 16px;
}

.single-port i {
	margin-left: 10px;
}

/*amends*/

.port-img {
	height: 100%;
}

.edu-wrap {
	width: 100%;
}

.edu-wrap ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

.edu-grey {
	background-color: #E4E4E4;
	color: #383B41;
}

.port-text .port-term {
	border-right: none!important;
	padding-right: 0!important;
	margin-right: 0!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.edu-grey h2 {
	color: #383B41;
}

.edu-grey .edu-border {
	background-color: #383B41;
}

.edu-border {
	margin-top: 20px;
	margin-bottom: 20px;
}

.edu-grey a {
	background-color: #383B41;
	color: #fff;
}
.port-plusa{
	display: none;
}

.edu-wrap p {
	font-size: 14px;
}


.current-menu-item a {
	border-bottom: 1px solid #7f7f7f;
}



#primary-menu a {
	padding: 0 0 10px 0 !important;
}

@media (max-width: 991px) {
	.port-text, .port-clear {
		display: none;
	}
	.port-plusa {
		display: block;
	}
	.port-plus {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10%;
}
.edu-text h2 {
	font-size: 28px;
}

.port-img {
	position: relative;
}
}

.helpdesk a{
	color: #b1498f!important;
}

.sans-serif {
	padding: 15px;
	line-height: 1.3em;
}

@media(min-width: 992px) and (max-width: 1199px) {
	#primary-menu a, .sans-serif {
		padding: 8px;
	}
	#primary-menu a {
		font-size: 12px;
		padding: 5px;
	}
	.w-call {
		position: absolute!important;
		right: 5px;
		top: 28px;
	}
	#primary-menu {
		margin-right: 105px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	#primary-menu a, .sans-serif {
		padding: 5px;
	}
	#primary-menu a {
		font-size: 12px;
	}
	.w-call {
		position: absolute!important;
		top: 10px;
		right: 38px;
	}
	#primary-menu {
		margin-top: 40px;
	}
	#masthead {
		height: 100px;
	}
}

@media(max-width: 767px) {
	.sans-serif {
		display: none;
	}
	.w-call {
		display: none!important;
	}
}

.mob-tel {
	display: none;
	font-family: "open-sans",sans-serif;
	font-weight: 600;
}

@media(max-width: 767px) {
	.mob-tel {
		position: absolute;
		top: 20px;
		right: 10px;
	}
	.mob-tel {
		display: block;
	}
	.sans-serif {
		display: none!important;
	}
}

@media(min-width: 491px) and (max-width: 767px) {
	.navbar-header {
		margin-top: -2px;
}
}

@media(max-width: 490px) {
	.wlogomob img {
		float: left;
		width: 60%;
	}
	.mob-tel {
		float: right;
	}

}

.white-bottom {
	border-bottom: 5px solid #fff;
	display: inline-block;
	padding-bottom: 15px;
	font-size: 20px!important;
}

.wpcf7-text {
	width: 100%;
}

#contact-wrap {
	position: absolute;
	z-index: 999;
	width: 100%;
}
