/*
Theme Name: GoFi8ure
Theme URI: http://underscores.me/
Author: Bryan Mendez
Author URI: http://bryanmendez.com
Description: GoFi8ure - A theme for mobile bookkeeping and accounting solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gofi8ure
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.

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

.vc_btn3.vc_btn3-style-custom{background-image: none!important;}

@font-face {
	font-family: 'Metropolis';
	src: url('fonts/Metropolis-Regular.eot');
	src: url('fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-Regular.woff2') format('woff2'),
		url('fonts/Metropolis-Regular.woff') format('woff'),
		url('fonts/Metropolis-Regular.ttf') format('truetype'),
		url('fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis Medium';
	src: url('fonts/Metropolis-Medium.eot');
	src: url('fonts/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-Medium.woff2') format('woff2'),
		url('fonts/Metropolis-Medium.woff') format('woff'),
		url('fonts/Metropolis-Medium.ttf') format('truetype'),
		url('fonts/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis Extra';
	src: url('fonts/Metropolis-ExtraBold.eot');
	src: url('fonts/Metropolis-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-ExtraBold.woff2') format('woff2'),
		url('fonts/Metropolis-ExtraBold.woff') format('woff'),
		url('fonts/Metropolis-ExtraBold.ttf') format('truetype'),
		url('fonts/Metropolis-ExtraBold.svg#Metropolis-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis Bold';
	src: url('fonts/Metropolis-Bold.eot');
	src: url('fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-Bold.woff2') format('woff2'),
		url('fonts/Metropolis-Bold.woff') format('woff'),
		url('fonts/Metropolis-Bold.ttf') format('truetype'),
		url('fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis Light';
	src: url('fonts/Metropolis-Light.eot');
	src: url('fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-Light.woff2') format('woff2'),
		url('fonts/Metropolis-Light.woff') format('woff'),
		url('fonts/Metropolis-Light.ttf') format('truetype'),
		url('fonts/Metropolis-Light.svg#Metropolis-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis Semi';
	src: url('fonts/Metropolis-SemiBold.eot');
	src: url('fonts/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-SemiBold.woff2') format('woff2'),
		url('fonts/Metropolis-SemiBold.woff') format('woff'),
		url('fonts/Metropolis-SemiBold.ttf') format('truetype'),
		url('fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis Thin';
	src: url('fonts/Metropolis-Thin.eot');
	src: url('fonts/Metropolis-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/Metropolis-Thin.woff2') format('woff2'),
		url('fonts/Metropolis-Thin.woff') format('woff'),
		url('fonts/Metropolis-Thin.ttf') format('truetype'),
		url('fonts/Metropolis-Thin.svg#Metropolis-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

html {
	font-family:'Metropolis', "Helvetica", arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.metropolis {
	font-family:'Metropolis', 'Helvetica', arial, sans-serif;
}


a.more-link {
	float: left;
    color: #fff;
    background: #151732;
    width: 100%;
    padding: 2% 3%;
    margin-top: 5px;
    text-align: center;
}

	a.more-link:visited {
	    color: #909090;
	}

.widget.mks_author_widget {
    padding-bottom: 10%;
}


h3.rpwe-title a {
    color: #151732;
    font-family: 'Metropolis Bold', 'Helvetica', arial, sans-serif;
    font-size: 1.5rem;
}
.rpwe-summary {
    font-size: 1.4rem;
    color: #151732;
}


body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: 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;
}

figure {
	margin: 1em 40px;
}

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

aside#secondary {
	display: none;
}
a.gravie {float: left;margin-right:10px;}
a.gravie  img {
	border-radius: 40px;
}

.mks_author_widget {
	float: left;
}

	.mks_author_widget h2 {
		font-size: 1.5rem;
	}
	.mks_author_widget h2, .mks_author_widget h3 {
		color: #151732;
	    font-family: 'Metropolis', 'Helvetica', arial, sans-serif;
		margin: 0;
	}
		.mks_author_widget a {
			color: #000;
		}

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

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:'Metropolis', 'Helvetica', arial, sans-serif!important;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:'Metropolis', 'Helvetica', arial, sans-serif!important;
}

p {
	margin-bottom: 1.5em;
	font-family:'Metropolis', 'Helvetica', arial, sans-serif;
}

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

.home_row .vc_col-sm-2 {
width: 20%;
position: relative;
}
.home_row_sixth {
visibility: hidden;
width: 0px;
padding: 0px;
}

#hideme {
	display: none!important;
}

@media only screen and (max-width: 768px){
	.yellowred {
		display: none!important;
	}
	#hideme {
		display: block!important;
	}
	.home_row .vc_col-sm-2{
		width: 100%;
	}
	
	.mobile-no-padding,
	.vc_row.wpb_row.mobile-no-padding,
	.vc_column-inner.mobile-no-padding,
	.mobile-no-padding > .vc_column-inner,
	.mobile-padding > .vc_column-inner,
	.double-mobile-padding > .vc_column-inner,
	section.mobile-no-padding {
		padding: 0 !important;
	}
	
	.mobile-padding,
	.wpb_content_element.mobile-padding,
	.vc_row.wpb_row.mobile-padding,
	section.mobile-padding {
		padding: 0 15px !important;
	}
	
	.double-mobile-padding,
	.wpb_content_element.double-mobile-padding,
	.vc_row.wpb_row.double-mobile-padding,
	section.double-mobile-padding {
		padding: 0 30px !important;
	}
	
	.mobile-bottom-padding > * {
		padding-bottom: 30px !important;
	}
	
	.team-row-wrapper {
		flex-direction: column;
	}
	
	.team-row-content.mobile-open {
		display: block;
		padding: 30px 0;
	}
	
	.the-team-description {
		display: none !important;
	}
	
	.the-team-description-wrapper {
		margin: 0;
	}
	
	.toggled #primary-menu.navbar-nav>li>a, .toggled #primary-menu .dropdown-menu>li>a, .toggled #primary-menu .dropdown-menu>li {
		list-style: none;
		line-height: 3rem;
	}
	
	.blogger-head .row.bottom {
		padding: 1% 15px;
	}
	
	.blogger-head .row.bottom .cat-nav {
		display: flex;
		justify-content: space-around;
	}
	
	.owl-ca-wrapper-outer .owl-ca-item .wpb_text_column {
		padding: 0 !important;
	}
	
	.img-center .wpb_single_image {
		text-align: center !important;
	}
	
	.toggled #primary-menu ul.dropdown-menu {
		position: static;
		width: 100%;
		border: 0;
		box-shadow: none;
		border-top: 1px solid #808284;
		border-bottom: 1px solid #808284;
	}
	
	#site-navigation.main-navigation.toggled .collapse#primary-menu {
		display: flex;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		align-items: normal;
	}
	
	#primary-menu > li > a.dropdown-toggle {
		pointer-events: none;
	}

	p.site-description {
    text-align: center;
	}
}






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

p.site-title {
	float: left;
	margin-left: 5%;
	margin-top: 2%;
}

p.site-description {
    float: right;
    margin-right: 5%;
    margin-top: 3%;
    color: #a7a9ab;
    text-transform: uppercase;
}

header.entry-header {
	display: none;
}



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

footer#colophon {
	background: #e7e7e8;
}

.topfooter {
	background: #231f20;
	padding:1% 0;
}

	.topfooter p {
		color:#fff;
		margin-top: 18px;
	}

	.topfooter span, a.footred {
		color: #bb2d23;
	}


	ul.foot-sosh  {
		padding: 3.5% 0 0;
	}

		ul.foot-sosh  li {
			display: inline-block;
			width: 11%;
			text-align: center;
		}

			ul.foot-sosh li i {
				color: #eceded;
				font-size: 2.5rem;
			}
.mainfoot {
	background: #e7e7e8;
}

	.mainfoot ul {
		margin: 0;
		padding: 0;
	}

		.mainfoot ul li {
			list-style: none;
		}

				.mainfoot ul li a {
					color: #a1a2a4;
				}

			.sitemap {
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
    			margin-top: 1%;
			}
			.footaddy {
				margin-top: 1%;
			}
				.sitemap a, .footaddy p {
					color: #a1a2a4;
				}
				.footaddy p {
					line-height: 15px;
				}

				.sitemap h3, .footaddy h3 {
					color: #d3242b;
				    font-size: 1.5rem;
				    font-weight: 300;
				    letter-spacing: 1px;
				    margin-bottom: 5px;
				    text-transform: uppercase;
				}
				.footaddy h3 {
					text-transform: none;
				}

				.footaddy img {
					max-width: 200px;
				}

.blogger-head {
		padding: 5% 1% 0;
	}
		
		.blogger-head a {
			border:1px solid #d3242a; 
			color: #d3242a;
			display: block; 
			padding: 1.5% 2%;
			text-align: center;
		}
		
		.blogger-head h2 {
			color:#d3242b;
			margin-top: 0;
		}
	
	.blogger-head .search-field {
		background-color: transparent;
		background-image: url('https://gofi8ure.co.nz/wp-content/uploads/2017/07/search.png');
		background-position: 5px center;
		background-repeat: no-repeat;
		background-size: 22px 24px;
	    border: none;
	    cursor: pointer;
	    height: 28px;
	    margin: -2px 0;
		padding: 0 0 0 34px;
		position: relative;
		-webkit-transition: width 400ms ease, background 400ms ease;
		transition:         width 400ms ease, background 400ms ease;
	}

	.blogger-head .search-field:focus {
		background-color: #fff;
		border: 2px solid #c3c0ab;
		cursor: text;
		outline: 0;
		width: 230px;
	}
	.search-form
	.search-submit { 
		display:none;
	}
	ul.cat-nav {
	    margin: 0;
	    padding: 0;
	}
		ul.cat-nav li  {
			display: inline-block;
		    margin: 0 10px;
		}
	.bottom {
		border-top: 2px solid #d1d1d1;
		margin: 0;
		padding: 1% 0;
	}
			.bottom ul li a {
			    border: none;
			    color: #a7a9ac;
			    display: block;
			    font-size: 1.85rem;
			}

	.bottom .nomargin {
		margin: 0;
	}

.copyright-line {
    margin: 20px 0;
    font-size: 12px;
    text-align: center;
    color: #BCBEC0;
}

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

ul {
    list-style: none;
}

.training-services li:before {
    content: "+";
    margin-right: 4px;
    margin-left: -12px;
}

.training-services-white li:before {
    content: "+";
    margin-right: 4px;
    margin-left: -12px;
    color: #ffffff
}

.training-services-white li {
    margin: 10px 0;
}

.training-services li{
	margin: 10px 0;
	padding-right: 15px;
}

ol {
	list-style: decimal;
}

li {
	/*margin: 10px 0;*/
}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-bottom: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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: 0px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* .topbar { */
	/* background-color: #a7a9ac; */
	/* max-width: 100%; */
/* } */

	/* .topbar ul { */
		/* margin: 0; */
	    /* padding: 0; */
	    /* list-style: none; */
	    
	/* } */

		/* .topbar ul li { */
			/* display: inline-block; */
		/* } */

	/* .topbar a { */
		/* color: #fff; */
		
    	
		
		/* text-decoration: none; */
	/* } */

	
/* Bootstrap Menu */
/* #top-menu-container { */
	/* display: flex !important; */
/* } */

#primary-menu {
	max-width: 100%;
	padding: 0;
}

#primary-menu.navbar-nav>li>a {
	padding: 0 9px;
	line-height: 30px;
}

#primary-menu.nav>li>a:focus, #primary-menu.nav>li>a:hover {
    background: initial;
}

#primary-menu .dropdown-menu>li>a, #primary-menu .dropdown-menu>li>a {
	color: #fff;
}

#primary-menu .dropdown-menu>li>a:focus, #primary-menu .dropdown-menu>li>a:hover {
	color: #333;
	background-color: initial;
}

.main-navigation ul#primary-menu li:hover > ul, .main-navigation ul#primary-menu li.focus > ul {
    padding: 0;
}


#site-navigation.main-navigation.toggled {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	padding-top: 10px;
	background: #a7a9ac;
	z-index: 5000;
}

#site-navigation.main-navigation.toggled .collapse {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.main-navigation.toggled #primary-menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 7.5px 0;
}

.main-navigation.toggled .menu-toggle {
	margin-left: auto;
	/* margin-right: auto; */
	margin-bottom: 15px;
	z-index: 2;
}

.toggled #primary-menu.navbar-nav>li>a,
.toggled #primary-menu .dropdown-menu>li>a, 
.toggled #primary-menu .dropdown-menu>li>a {
	color: #fff;
	text-align: center;
	font-size: 17px;
}

.menu-toggle span.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #666;
	margin: 5px 0;
}

#site-navigation {
	display: flex;
	justify-content: flex-end;
	padding: 10px 15px;
}

/* End of Bootstrap Menu */

@media screen and (min-width: 37.5em) {
	
	.topbar {
		background: #a7a9ac;
		clear: both;
		display: flex;
		float: left;
		width: 100%;
		height: 30px;
		justify-content: center;
	}
	
	#site-navigation {
		float: none;
		display: inline-block;
		padding: 0;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: auto;
		max-width: 510px;
			padding: 8px 0;
	}


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


	.main-navigation a {
		color:#fff;
		display: block;
		font-family:'Metropolis', 'Helvetica', arial, sans-serif;
		font-size: 1.3rem;
		padding: 0 9px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
		.main-navigation a:hover {
			color:#1b1d4d;
			text-decoration: none;
		}

	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;

	}

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

	.main-navigation ul ul a {
		width: 220px;
		text-align: left;
	}

	.main-navigation ul ul li {
			background: rgba(167, 169, 172, 0.8);
			border-bottom: 1px solid #fff;
			list-style-type: none;
	}

	.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 {
	}
}

.menu-toggle {
	display: block;
	border: 1px solid;
	border-color: #666 !important;
	background: transparent;
	border-radius: 4px;
	outline: 0;
}

/* Small menu. */
@media screen and (min-width: 37.5em) {
	.main-navigation.toggled ul {
		display: block;
	}
	
	.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;
	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;
	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;
}

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

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

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

p.white-center {
    	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #ffffff;
}

.blueheader {
	color: #1a1d4a;
	font-size: 1.6rem;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/******************FORM*/

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
	width: 100%;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
	margin-bottom: 5px;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

h2.gcp-post-title {
	border-bottom: 7px solid #ef0000;
    padding-bottom: 15px;
}

h2.gcp-post-title a {
	color: #3d464b;
	font-size: 1.5rem;
}
	h2.gcp-post-title a:visited {
		color: #ac0f14;
	}

.gcp-post-content {
	color: #9e9f9e;
	border-bottom: 1px solid red;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

p.gcp-post-author {
	bottom: 0;
	position: absolute;
}
	p.gcp-post-author a {
		color: #9e9f9e;
	}




.gcp-post-readmore {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.gcp-design-image .gcp-post-author+.gcp-post-content, .gcp-design-image .gcp-post-title+.gcp-post-content {
	margin-bottom: 10px;
}

.gcp-post-readmore a,
.gcp-post-readmore a:hover,
.gcp-post-readmore a:focus,
.gcp-post-readmore a:active,
.gcp-post-readmore a:visited {
	color: #333;
}





.page ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.vc_gitem-zone.vc_gitem-zone-c h4 {
	height: 75px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	height: 90px;
}

.container.margin-center {
	margin: 0 auto;
}

.custom-post-grid-item {
	margin-top: 30px;
}

.custom-post-grid-img {
	height: 250px;
}

h4.custom-post-grid-title {
	height: 80px;
}

.custom-post-grid-excerpt {
	height: 100px;
}

/* the team */


.team-row-item {
	cursor: pointer;
}

.team-row-flex {
	display: flex;
	flex-direction: column;
	position: relative;
}

.team-row-item > * {
	width: 100%;
}

.team-row-photo {
	position: absolute;
	padding-top: 50%;
	background-size: contain;
	transition: 0.5s all ease-in-out;
}

.team-row-photo.left {
	left: 0px;
}

.team-row-photo.right {
	right: 0px;
}

.team-row-item > img {

}

.team-row-info {
	width: 100%;
	height: 110px;
	color: #fff;
	background-size: cover;
	padding: 30px 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: 0.5s all ease-in-out;
	line-height: 2rem; 
}

/* .team-row-item:hover .team-row-info, */
/* .team-open .team-row-info-wrapper .team-row-info { */
	/* color: #fff; */
	/* background: #b0cc68; */
/* } */

.team-row-name {
	font-size: 1.5rem;
	letter-spacing: .5px;
	font-weight: bold;
}

.team-row-qualifications {
	font-size: 1.5rem;
	letter-spacing: .5px;
}

.team-row-location {
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.team-row-content,
.the-team-description {
	display: none;
}

.the-team-description-wrapper {
	background: #f9f9f9;
	margin: 0 12.5%;
}

.the-team-description {
	padding: 60px 0;
	text-align: center;
}

.team-row-info-wrapper {
	position: absolute;
	bottom: 0;
	flex-wrap: wrap;
}

/* .team-open .team-row-info-wrapper:before { */
	/* width: 44px; */
	/* height: 44px; */
	/* background: #b3cd6d; */
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* bottom: -22px; */
	/* border-radius: 25px; */
	/* z-index: 9; */
	/* content: "\f078"; */
	/* text-align: center; */
	/* font-size: 20px; */
	/* font-family: FontAwesome; */
	/* line-height: 30px; */
	/* text-indent: 0px; */
	/* color: #fff; */
	/* font-weight: 200; */
	/* overflow: hidden; */
	/* display: block; */
	/* -webkit-text-stroke: 2px #b3cd6d; */
	/* transform: rotateZ(180deg); */
/* } */

.btn-team-transparent > a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square {
	background: transparent !important;
}

.team-row-wrapper {
	display: flex;
	justify-content: center;
}

.team-row-buttons {
	width: 150px;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}

.team-row-linkedin .fa.fa-circle {
	color: #4b4b4b;
	font-size: 5.5rem;
}

a.team-row-linkedin .fa.fa-linkedin {
	font-size: 2.7rem;
	line-height: 5.5rem;
	text-indent: 12.5px;
}

.team-row-buttons .team-row-email {
	color: #4b4b4b;
	font-size: 4.5rem;
	line-height: 5.5rem;
}

.mini-top-bar {
	display: none;
}

/* list */

ul.multi-col-list {
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2; 
	padding-left: 0px !important;
}

ul.multi-col-list li {
	display: inline-block;	
	min-width: 100%;
}	

@media only screen and (max-width: 767px){
	ul.multi-col-list {
		columns: 1; 
		-webkit-columns: 1; 
		-moz-columns: 1; 
		list-style-position: inside;
 	}
}

@media only screen and (max-width: 414px){
	header.site-header {
		background: white;
		position: fixed;
	    top: 0;
	    z-index: 99999;
	    width: 100%;
	}
	.site-branding{
		margin-top:-10px;
	}
	.mini-top-bar {
		background: #a6a9ab;
		color: #fff;
		display: block;
		text-align: center;
	}
		.mini-top-bar a {
			color: #fff;
			font-weight: bold;
		}
	#site-navigation {
		float: right;
	}
	p.site-description {
		float: none;
		margin:auto;
		max-width: 400px;
	}
	.entry-content {
		margin-top: 175px;
	}
	.form-row input.wpcf7-form-control.wpcf7-submit {
		font-size:2rem;
		width: 100%;
	}
	.topfooter {
		padding: 1% 0 3%;
	}
		.topfooter p {
			margin-top: 10px;
			text-align: center;
		}
		ul.foot-sosh {
		    padding: 6.5% 0 0;
		}
	.sitemap {
		text-align: center;
	}
		.equalheights {
			height: 215px;
		}
			.page ul li {
				list-style: none;
			}
	.footaddy {
		padding-bottom: 3%;
		text-align: center;
	}
		.footaddy img {
			margin-top: 2%;
		}
	.copyright-line {
		padding: 20px 0 60px;
	}
}	

@media only screen and (max-width: 380px){ 
	p.site-title {
	    max-width: 70%;
	}
}

@media only screen and (max-width: 320px){ 
	p.site-title {
		max-width: 220px;
	}

}

.wpcf7-form-control.wpcf7-submit {
	color: #000;
	background-color: #ccc;
	padding: 15px 30px;
	font-size: 16px;
}