/*!
Theme Name: Veföld
Theme URI: http://wintris.is
Author: Wintris
Author URI: http://wintris.is
Description: Veföld
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vefold
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

vefold 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
# Footer
--------------------------------------------------------------*/

@font-face {
    font-family:'GothamSSm-Book';
    src:url('/wp-content/themes/vefold/fonts/GothamSSm-Book.eot');
    src:url('/wp-content/themes/vefold/fonts/GothamSSm-Book.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/wp-content/themes/vefold/fonts/GothamSSm-Book.woff?v=4.5.0') format('woff'),url('/wp-content/themes/vefold/fonts/GothamSSm-Book.ttf?v=4.5.0') format('truetype'),url('/wp-content/themes/vefold/fonts/GothamSSm-Book.svg?v=4.5.0#fontawesomeregular') format('svg')
}

@font-face {
    font-family:'GothamSSm-Light';
    src:url('/wp-content/themes/vefold/fonts/GothamSSm-Light.eot');
    src:url('/wp-content/themes/vefold/fonts/GothamSSm-Light.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/wp-content/themes/vefold/fonts/GothamSSm-Light.woff?v=4.5.0') format('woff'),url('/wp-content/themes/vefold/fonts/GothamSSm-Light.ttf?v=4.5.0') format('truetype'),url('/wp-content/themes/vefold/fonts/GothamSSm-Light.svg?v=4.5.0#fontawesomeregular') format('svg')
}

@font-face {
    font-family:'GothamSSm-Bold';
    src:url('/wp-content/themes/vefold/fonts/GothamSSm-Bold.eot');
    src:url('/wp-content/themes/vefold/fonts/GothamSSm-Bold.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/wp-content/themes/vefold/fonts/GothamSSm-Bold.woff?v=4.5.0') format('woff'),url('/wp-content/themes/vefold/fonts/GothamSSm-Bold.ttf?v=4.5.0') format('truetype'),url('/wp-content/themes/vefold/fonts/GothamSSm-Bold.svg?v=4.5.0#fontawesomeregular') format('svg')
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	/*font-family: sans-serif;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family:'GothamSSm-Light' !important;
	font-weight: normal;
}

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;
	color: #0093f5;
}

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

a:hover {
	text-decoration: none;
}

.main-navigation li.current-menu-item > a:after, .main-navigation li.current-menu-ancestor > a:after, .main-navigation li:hover > a:after {
	width: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav-menu li {
	position: relative;
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family: sans-serif;
	font-size: 16px;
	font-size: .96rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	line-height: 1.5;
	font-size: .96rem;
	color: #343434;
}

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: #f1f1f1;
	/* Fallback for when there is no custom background color defined. */
}

body.blog,
body.single-post {
	background: #fff;
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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: 3px;
	padding: 3px;
	font-family: inherit;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:hover, a:focus, a:active {
	color: #333;
}

a:focus {
	outline: thin dotted;
}

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

.btn-meira button.button-more {
	display: block;
	text-transform: uppercase;
	text-align: right;
	border: none;
	background-color: transparent;
	float: right;
	clear: both;
	color: #0093f5;
	font-size: 1.3em;
	font-family: 'GothamSSm-Bold';
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation a:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -3px;
	width: 0;
	height: 2px;
	background-color: #f0af48;
}

.main-navigation.toggled li.link-login {
	display: none !important;
}

.site-branding {
	position: relative;
	left: 0;
	display: inline-block;
}

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

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

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

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

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

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

.main-navigation li {
	text-align: left;
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

footer .main-navigation li.link-login a:after {
	background-image: url(/wp-content/themes/vefold/img/icon-lock.png);
	background-position: right;
	background-repeat: no-repeat;
	content: "";
	margin: 0;
	background-size: 11px;
	width: 20px;
	height: 30px;
	top: -7px;
	left: -26px;
	position: absolute;
	display: inline-block;
	background-color: transparent;
}

.main-navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

.site-header {
	height: 848px;
	background-position: center bottom;
}

li.link-login a {
	font-family:'GothamSSm-Bold';
}

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

.menu-toggle,
.login-btn-mobile {
	display: inline-block;
}

#masthead .main-navigation {
	position: absolute;
	left: 0;
	width: 100%;
	float: left;
	top: 25px;
	display: inline-block;
}

@media screen and (max-width: 700px) {
	/* Frontpage */
	.home .featured-icon,
	.featured-icon {
		height: 75px !important;
		width: 75px !important;
	}

	.container.service-boxes {
		padding-top: 20px !important; 
	}

	.col-sm-4.view-more {
		display: block !important;
	}

	.btn-meira.hidden {
		display: none;
	}

	button.button-more {
		border: none;
		background-color: transparent;
		float: right;
		clear: both;
		color: #0093f5;
		font-size: 1.3em;
		font-family: 'GothamSSm-Bold';
	}

	button.button-more:hover {
		font-size: 1.5em;
	}

	/* Price list page */
	.about-clients-section hr {
		width: 10% !important;
	}

	.about-clients-section hr:last-of-type {
		width: 100% !important;
	}

	.about-clients-section span {
		width: 79% !important;
		text-align: center;
	}

	.price-list-section h2.hero-text {
		font-size: 2.9em !important;
		font-family: 'GothamSSm-Bold';
		left: 0;
		right: 0;
		top: 100px;
		text-align: center;
	}

	p.price-list-text {
		top: 180px !important;
		font-size: 1.8em !important;
		text-align: center;
		left: 0;
		right: 0;
	}

	.price-list-page {
		height: 700px;
		margin-bottom: 500px;
	}

	.page-template-price-list-page .call-to-action-mobile-img {
		height: 200px !important;
		top: 420px !important;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto;
	}

	.page-template-price-list-page .call-to-action-mobile-img {
		display: block;
	}

	/*.page-template-webinars-page h2.hero-text {
		top: 100px !important;
		font-size: 3.5em !important;
		left: 0;
		right: 0;
		text-align: center;
	}*/

	.webinar-text-wrap {
		width: 100% !important;
	}

	.responsive-price-list {
		top: 210px !important;
	}

	/* Landing page */
	/*p.hero-sub-text-landing {
		padding-left: 20px;
		top: 240px !important;
		max-width: 450px !important;
	}*/

	.img-paper-airplane {
		display: none !important;
	}

	.container.ssl-services {
		padding-top: 50px !important;
	}

	/* CTA 3 */
	#cta-3 .services h2,
	#cta-3 .services p {
		padding-left: 20px; 
	}
}

.price-list-page {
	margin-bottom: 500px; 
	position: relative; 
	width: 100%; 
	height: 500px; 
	background-size: cover; 
	background-color: #0093f5; 
	background-image: url('/wp-content/uploads/2017/09/Icons-BG1.png');
}

.price-list-section h2.hero-text {
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
	font-size: 4em;
}

p.price-list-text {
	position: absolute; 
	top: 270px; 
	color: #fff; 
	font-size: 2em;
}


/* Media Queries */
@media screen and (max-width: 1204px) {
	.site-branding {
		left: 0;
		right: 0;
		display: block;
		max-width: 150px;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		top: 25px;
		z-index: 9999;
	}

	.sticky-content.fixed {
		display: none !important;
	}
}

@media screen and (min-width: 1204px) {
	/* Dropdown login */
	span.btn-login:after {
		background-image: url(/wp-content/themes/vefold/img/icon-lock.png);
		background-position: right;
		background-repeat: no-repeat;
		content: "";
		margin: 0;
		background-size: 11px;
		width: 20px;
		height: 30px;
		top: -6px;
		left: -28px;
		position: absolute;
		display: inline-block;
		background-color: transparent;
	}

	ul.dropdown-login-wrap button {
		border: none;
		background-color: transparent;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: .05em;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
	}

	button.dropdown-login-btn:hover {
		background-color: #e3a644 !important;
		transition: all 0.5s ease 0s;
	}

	form.dropdown-login {
		background-color: rgba(255, 255, 255, 0.94);
	}

	.menu-primary-menu-container,
	div.login-menu-dropdown {
		display: inline-block !important;
	}

	div.login-menu-dropdown {
		padding-left: 10px;
	}

	form.dropdown-login {
		display: none;
		position: absolute;
		box-shadow: 1px 1px 4px rgba(220, 220, 220, 0.7);
	}

	form.dropdown-login:before {
		content: "\f0d8";
		font: normal normal normal 49px/1 'FontAwesome';
		line-height: 0%;
		width: 20px;
		height: 20px;
		color: rgba(255, 255, 255, 0.94);
		cursor: default !important;
		position: absolute;
		top: -8px;
		right: 35px;
		z-index: 5;
	}

	ul li.link-login.active form.dropdown-login {
		display: block !important;
	}

	ul li.link-login {
		position: relative;
		margin-right: 15px;
		display: inline-block !important;
	}


	.menu-toggle,
	a.login-btn-mobile {
		display: none !important;
	}

	.main-navigation ul {
		display: block;
	}

	.sticky-nav .sticky-anchor {
		display: block !important;
	}

	#masthead .main-navigation {
		position: relative !important;
		right: 0 !important;
		float: right;
		width: initial !important;
		top: 10px;
		display: inline-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 5.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;
}

.nav-container {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	top: 60px;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background-color: #333333;
	color: #fff;
	padding: 40px 0;
	display: block;
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1180px !important;
	}
}

.container {
	padding: 90px 0 90px 0;
}

.container.footer-links {
	padding: 0 !important;
}

.container.footer-links hr {
	margin-bottom: 40px; 
	background-color: #4e4e4e;
}

.footer-links a {
	color: #fff;
}

.footer-links a:hover {
	color: #f0af48;
}

.footer-links-left {
	width: 60%; 
	display: inline-block; 
	float: left;
}

.footer-links-right {
	display: inline-block; 
	width: 29%;
	float: right;
}

.footer-links-right p,
.footer-links-left p {
	font-size: .90rem; 
	color: #fff; 
	font-family: 'GothamSSm-Bold';
}

.footer-column-1 {
	font-size: .86rem;
}

/* Footer columns */
.footer-links-left .footer-column-1 span {
	margin-right: 9%;
}

.footer-links-left .footer-column-1 span:last-of-type {
	margin-right: 0;
}

.footer-links-right .footer-column-1 a {
	margin-right: 17%;
}

.footer-links-right .footer-column-1 a:last-of-type {
	margin-right: 0;
}

.logo-footer,
.login-footer  {
	display: inline-block; 
}

.logo-footer {
	float: left;
}

.login-footer { 
	float: right;
}

#colophon .main-navigation ul {
	display: block !important;
}

#colophon .link-login {
	margin-right: 0;
}

#colophon .main-navigation li:first-of-type {
	margin-right: 66px;
}

/* Footer columns - Media Queries */
@media only screen and (min-width: 994px) and (max-width: 1200px) {
	.footer-links-left .footer-column-1 span {
		margin-right: 7%;
	}

	.footer-links-right .footer-column-1 a {
		margin-right: 11%;
	}
}

@media only screen and (min-width: 559px) and (max-width: 993px) {
	.footer-links-right a,
	.footer-links-left span {
		display: block;
		padding-bottom: 20px;
	}
}

/* Services page boxes - Media Queries  */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.page-template-price-list-page .responsive-price-list .slick-slide:last-of-type {
		min-height: 548px !important;
	}
}

@media only screen and (max-width: 558px) {
	.logo-footer {
		display: block !important;
		margin: 0 auto;
		clear: both;
		float: initial;
		text-align: center;
	}

	.login-footer.main-navigation {
		margin: 0 auto;
		float: initial;
		display: block;
		text-align: center;
		margin-top: 40px;
	}

	.footer-links-left,
	.footer-links-right {
		display: block;
		float: initial;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.footer-links-right a {
		display: block;
		clear: both;
		margin: 0 auto !important;
		padding-bottom: 15px; 
	}

	#colophon .link-login {
		margin-right: 0;
	}
}

.footer-btn-border {
	padding: 10px 29px;
	padding-right: 20px;
	border: 1px solid #fff;
	position: relative;
}

a.footer-btn-border:hover {
	transition: none !important;
	-webkit-transition: none !important;
}

a.footer-btn-border:before {
	content: "\f007";
	font: normal normal normal 18px/1 'FontAwesome';
	width: 20px;
	height: 20px;
	color: #fff;
	cursor: default !important;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0%;
	z-index: 5;
}

a.footer-btn-border:hover:before {
	content: "\f007";
	font: normal normal normal 18px/1 'FontAwesome';
	width: 20px;
	height: 20px;
	color: #333;
	cursor: default !important;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0%;
	z-index: 5;
}

.testimonial-carret-up:before {
	content: "\f0d8";
	font: normal normal normal 70px/1 'FontAwesome';
	width: 40px;
	height: 30px;
	color: #fff;
	cursor: default !important;
	position: absolute;
	top: -47px;
	left: 49%;
	right: 0;
	z-index: 99999 !important;
}

.testimonial-carret-up.slider-for__item.slick-current {
	position: relative;
}

.footer-btn-border:hover {
	background-color: #fff;
	color: #333;
}

a.footer-btn-border:after {
	content: none;
}

.site-footer li.link-login a,
.footer-btn-border {
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
	font-size: .86rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	width: 100%;
	position: absolute;
	z-index: 999;
}

.img-hero {
	width: 50%;
	height: auto;
	position: relative;
	top: 80px;
	right: 0px;
	float: right;
	display: inline-block;
}

.container.hero-section {
	position: relative;
}

.img-hero img {
	width: 100%;
	height: auto;
}

.hero-text {
	font-family: 'GothamSSm-Light';
	font-weight: normal;
	position: absolute;
	top: 200px;
	display: inline-block;
	left: 0px;
	max-width: 550px;
	font-size: 4.8em;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
}

.error404 .hero-text {
	font-size: 5.5em;
}

.error404 .img-hero {
	overflow: hidden;
}

.featured-buttons {
	position: absolute;
	top: 530px;
	left: 0;
	max-width: 500px;
	clear: both;
}

a.featured-button-hero {
	font-family:'GothamSSm-Bold';
	font-weight: normal;
	padding: 14px 25px;
	background-color: #f0af48;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 30px;
	font-size: 16px;
}

a.featured-button-hero:hover {
	background-color: #e3a644;
	transition: all 0.5s ease 0s;
}

a.button-hero {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
}

a.button-hero:after {
	background-image: url(/wp-content/themes/vefold/img/arrow-right.png);
	background-position: right;
	background-repeat: no-repeat;
	content: "";
	background-size: 6px;
	width: 20px;
	height: 30px;
	top: -6px;
	right: -13px;
	position: absolute;
	display: inline-block;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
body.page-template-about-us-page {
	background-color: #fff;
}

.page-template-about-us-page .slick-current .testimonials-img-logo,
.page-template-price-list-page .slick-current .testimonials-img-logo {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%) !important;
}

.page-template-about-us-page .testimonials-img-logo:hover,
.page-template-price-list-page .testimonials-img-logo:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%) !important;
}

.page-template-about-us-page .slick-track {
	margin-bottom: 35px;
}

.features-about:nth-of-type(2) {
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}

.about-features-section h2 span {
	border-bottom: 3px solid #0093f5;
}

.about-page .img-hero {
	top: initial !important;
	bottom: 0;
	position: absolute;
	height: 100%;
	max-height: 428px;
}

.about-page .img-hero img {
	position: absolute;
	bottom: 0;
}

/*--------------------------------------------------------------
# Skilaboð síða
--------------------------------------------------------------*/
.skilabod-form p {
	color: #fff;
}

.skilabod-form input {
	line-height: 2.7;
	color: #000;
}

.skilabod-form label {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.skilabod-form select {
	height: 47px;
	border-radius: 3px;
	font-family: GothamSSm-Light;
}

.skilabod-form input[type=submit] {
	background-color: #f0af48;
	border-radius: 0;
	height: 44px;
	float: right;
	position: relative;
	font-family: 'GothamSSm-Bold';
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	border: unset;
	line-height: unset;
}

.flip {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .col-sm-4 {
	padding-top: 55px;
	padding-bottom: 25px;
}

.services .col-sm-4:nth-of-type(1),
.services .col-sm-4:nth-of-type(2),
.services .col-sm-4:nth-of-type(4),
.services .col-sm-4:nth-of-type(5) {
	border-right: 1px solid #a9a9a9;
}

.services .col-sm-4:nth-of-type(1),
.services .col-sm-4:nth-of-type(2),
.services .col-sm-4:nth-of-type(3) {
	padding-top: 35px !important;
}

.services .col-sm-4:nth-of-type(4),
.services .col-sm-4:nth-of-type(5),
.services .col-sm-4:nth-of-type(6) {
	border-top: 1px solid #a9a9a9;
}

.services .col-sm-4:last-of-type {
	border-right: none;
}

.container .text-intro {
	display: block;
	clear: left;
}

.services h2,
.call-to-action-section h2 {
	font-family: 'GothamSSm-Light';
	font-weight: normal;
	font-size: 49px;
	margin-bottom: 30px;
}

.services-wrap {
	display: inline-block;
	vertical-align: top;
}

.services-wrap h5,
.call-to-action-services h5 {
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.4;
}

.container.call-to-action-services {
	margin-top: 80px;
	padding: 20px !important;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
}

.container.call-to-action-services p {
	margin-bottom: 0;
}

.call-to-action-services a.featured-button-hero {
	display: inline-block;
	text-align: center;
	margin-right: 0;
	float: right;
	padding: 14px 70px;
}

.featured-icon {
	background-size: 90%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 75px;
	width: 75px;
	margin-right: 5px;
}

.testimonials-img {
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
}

.testimonials-img-logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 60px !important;
	width: 130px;
	-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
}

.testimonials-img-logo:hover,
.testimonials-img-logo:active,
.testimonials-img-logo:focus,
.slick-current .testimonials-img-logo {
	-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%) !important;
}

.responsive .slick-slide {
	margin-right: 35px;
	margin-left: 35px;
	background-position: center;
}

.container-slick {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  overflow: hidden;
}

.slick-track {
	margin-top: 35px;
}

.page-template-price-list-page .slick-track {
	margin-bottom: 35px;
}
 
.slider-for__item {
  display: inline-block;
  height: 150px;
  margin: 0 10px;
  text-align: center;
  color: white;
  font-size: 2em;
}

.slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slider-nav {
	margin: 0 auto;
	overflow: hidden;
}

.item-nav {
  width: 100px;
  height: 100px;
  margin-left: 100px !important;
}

.slick-slide {
  margin-left: 0;
  margin-right: 47px;
}

.testimonial-carret-up {
	padding-top: 0 !important;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
.btn-call-to-action {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.call-to-action-text {
	display: inline-block;
}

div.vsignupform {
	margin-top: 20px;
	position: absolute;
	display: block;
	clear: left;
	top: 250px;
	left: 0;
	z-index: 9;
}

.vsignupbutton {
	background-color: #f0af48;
	border-radius: 0;
	width: 20%;
	height: 44px;
	float: right;
	position: relative;
}

.vsignupbutton:hover {
	background-color: #e3a644;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.vsignupbutton:after {
	background-image: url(/wp-content/themes/vefold/img/right-arrow@2x.png);
	background-position: right;
	background-repeat: no-repeat;
	content: "";
	background-size: 16px;
	width: 20px;
	height: 30px;
	top: 6px;
	right: 29px;
	position: absolute;
	display: inline-block;
}

.container-fluid.call-to-action {
	background-color: #0094f5;
	padding: 0;
	display: block;
	height: 100%;
	position: relative;
	overflow: visible;
	min-height: 640px;
}

.call-to-action-section {
	position: relative;
}

.container-fluid.call-to-action h2 {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.container-fluid.call-to-action p {
	color: #fff;
	position: absolute;
	top: 180px;
	left: 0;
	font-family: 'GothamSSm-Bold';
	font-size: 19px;
}

.call-to-action-mobile-img {
	background-image: url(https://vefold.is/wp-content/uploads/2017/09/call-to-action-iphone-img.png);
	position: relative;
	right: 0;
	top: -170px;
	float: right;
	background-position: top center;
	background-size: 100%;
	height: 600px;
	max-height: 600px !important;
	width: 70%;
	max-width: 1104px;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 380px) {
	.home .featured-buttons .button-hero,
	.page-template-about-us-page .featured-buttons .button-hero,
	.page-template-webinars-page .featured-buttons .button-hero,
	.page-template-webinars-woocommerce-page .featured-buttons .button-hero,
	.page-template-webinars-yoast-page .featured-buttons .button-hero,
	.page-template-landing-page .featured-buttons .button-hero {
		font-size: 13px;
	}

	.home a.featured-button-hero,
	.page-template-about-us-page a.featured-button-hero,
	.page-template-webinars-page a.featured-button-hero,
	.page-template-webinars-woocommerce-page a.featured-button-hero,
	.page-template-webinars-yoast-page a.featured-button-hero,
	.page-template-landing-page a.featured-button-hero {
		margin-right: 10px;
	}

	.home .featured-buttons,
	.page-template-about-us-page .featured-buttons,
	.page-template-webinars-page .featured-buttons,
	.page-template-webinars-woocommerce-page .featured-buttons,
	.page-template-webinars-yoast-page .featured-buttons,
	.page-template-landing-page .featured-buttons {
		padding-left: 20px;
	}

	.home .featured-icon,
	.page-template-webinars-page .featured-icon,
	.page-template-webinars-woocommerce-page .featured-icon,
	.page-template-webinars-yoast-page .featured-icon,
	.page-template-landing-page .featured-icon {
		height: 55px !important;
    	width: 55px !important;
	}

	.home .vsignupform form {
		max-width: 330px !important;
		min-width: initial !important;
	}

	.single .entry-header h1 {
		font-size: 2em;
	}

	.home .hero-text, 
	.page-template-about-us-page .hero-text,
	.page-template-webinars-page .hero-text,
	.page-template-webinars-woocommerce-page .hero-text,
	.page-template-webinars-yoast-page .hero-text,
	.page-template-landing-page .hero-text {
		font-size: 2.5em !important;
	}

	#cta-3 .services h2, #cta-3 .services p {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 578px) {
	.services .col-sm-4:nth-of-type(1), .services .col-sm-4:nth-of-type(2), .services .col-sm-4:nth-of-type(3) {
		border-right: none;
		border-top: none;
	}

	.services .col-sm-4:nth-of-type(1), .services .col-sm-4:nth-of-type(2) {
		border-bottom: 1px solid #a9a9a9;
	} 

	.services .col-sm-4:nth-of-type(4), .services .col-sm-4:nth-of-type(5) {
		border-top: 1px solid #a9a9a9;
	}

	.services .col-sm-4:nth-of-type(4), .services .col-sm-4:nth-of-type(5), .services .col-sm-4:nth-of-type(6) {
		border-bottom: none;
		border-right: none;
	}

	.services .col-sm-4:nth-of-type(4), .services .col-sm-4:nth-of-type(5), .services .col-sm-4:nth-of-type(6) {
		display: none;
	}
}

@media only screen and (min-width: 579px) {
	.btn-meira button.button-more {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.call-to-action-services .call-to-action-text {
		max-width: 60% !important;
	}
}

@media only screen and (max-width: 768px) {
	.call-to-action-services .btn-call-to-action a.featured-button-hero {
		width: 100%;
		display: block;
		text-align: center;
		margin-right: 0;
		margin-top: 30px;
		float: right;
		padding: 14px 70px;
	}
}

@media only screen and (min-width: 693px) and (max-width: 1200px) {
	.home #afhverju-vefold .col-8 {
		clear: both;
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.home #afhverju-vefold .services-wrap {
		clear: left !important;
		display: block !important;
	}

}

@media only screen and (min-width: 737px) and (max-width: 1052px) {
	.hero-text {
		font-size: 3em;
		top: 200px;
	}

	.page-template-landing-page .hero-text,
	.page-template-webinars-page .hero-text,
	.page-template-webinars-woocommerce-page .hero-text,
	.page-template-webinars-yoast-page .hero-text {
		font-size: 4.8em !important;
	} 

	.img-hero {
		top: 120px; 
	}
}

@media only screen and (min-width: 350px) and (max-width: 736px)  {
	.site-content,
	#main { 
		width: 350px; 
	}
}

@media only screen and (min-width: 737px) {
	.btn-meira {
		display: none;
	}

}

@media only screen and (max-width: 479px) {
	.page-template-price-list-page .price-list-section .slick-slide {
		margin-right: 0 !important;
	}

	/* Webinars & Landing page */
	.page-template-webinars-page .site-header .featured-buttons,
	.page-template-webinars-woocommerce-page .site-header .featured-buttons,
	.page-template-webinars-yoast-page .site-header .featured-buttons {
		top: 285px !important;
	}

	.page-template-landing-page .site-header .featured-buttons {
		top: 360px !important;
	}

	#cta-3 .featured-buttons {
		top: 0 !important;
	}

	.page-template-landing-page .service-boxes .services-wrap,
	.container.ssl-services .services-wrap {
		max-width: 257px !important;
	}
}

@media only screen and (max-width: 490px) {

	.single .container {
		/*padding-left: 20px;
		padding-right: 20px;*/
	}

	.page-template-price-list-page .price-list-page {
		margin-bottom: 380px !important;
	}

	.page-template-about-us-page .img-intro {
		height: 200px !important;
	}

	.home .slick-slide {
		margin-right: 0;
	}

	.container.call-to-action-services {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 690px) {
	.search-bar {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		top: 310px !important;
	}
}

@media only screen and (max-width: 500px) {
	#colophon {
		z-index: 999;
		position: relative;
	}

	.error404 .img-hero {
		width: 82% !important;
		bottom: -25px !important;
		top: initial !important;
		position: absolute !important;
		z-index: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 736px) {
	.sidebar-wrap {
		display: none !important;
	}

	.btn-meira {
		display: block;
	}

	.container {
		padding: 40px 0 40px 0;
	}

	.container.top-nav {
		text-align: center;
		top: 10px;
	}

	.site-branding {
		right: 0;
		top: 15px;
		position: absolute;
	}
	
	a.navbar-brand {
		margin-right: 0;
	}

	.site-header {
		height: 718px;
	}

	.img-hero {
		top: 220px;
		right: 10px;
		width: 70%;
		max-width: 450px;
	}

	.about-cta-section .sign-up-form-wrap {
		width: 100% !important;
	}

	.about-clients-section {
		padding-top: 40px !important; 
	}

	/* About page */
	.about-boss-section {
		height: 730px !important;
	}

	.text-section-wrap {
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	.img-about {
		width: 60% !important;
		max-width: 302px;
		display: block;
		left: 0 !important;
		right: 0 !important;
		overflow: hidden;
		margin: 0 auto;
	}
	.features-about:nth-of-type(2) {
		border-right: none;
		border-left: none;
	}

	.about-intro-section .img-intro,
	.about-intro-section .intro-text-wrap,
	.features-about {
		width: 100% !important;
		display: block !important;
	}

	.about-intro-section .intro-text-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Services section */
	.services h2, .call-to-action-section h2 {
		font-size: 44px;
	}

	.container.call-to-action-services {
		margin-left: 20px;
		margin-right: 20px;
	}

	.error404 .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .price-list-text {
		font-size: 1.5em !important;
	}

	.services .col-8 {
		max-width: 100%;
		text-align: left;
	}

	.featured-icon {
		height: 90px;
		width: 90px;
	}

	/* Landing page */
	p.hero-sub-text-landing {
		padding-left: 20px;
		top: 240px !important;
		max-width: 450px !important;
	}


	/* Call to action section */
	.container.call-to-action-services .col-4 {
		max-width: 100%;
		flex: none;
		width: 100%;
		min-width: 100%;
		margin-top: 20px;
	}

	.container.call-to-action-services {
		/*padding-left: 0 !important;
		padding-right: 0 !important;*/
	}

	.container.call-to-action-services .featured-button-hero {
		margin-top: 30px;
	}

	.btn-call-to-action {
		float: initial;
		display: block;
	}

	a.featured-button-hero {
		width: 100%;
		padding: 14px 25px;
		margin-right: 20px;
	}

	.container-fluid.call-to-action h2 {
		left: 20px;
	}

	.home .call-to-action-mobile-img {
		background-image: url(https://vefold.is/wp-content/uploads/2017/10/vefold-hands.png) !important;
		position: absolute;
		right: initial;
		left: 0;
		bottom: 0;
		top: initial;
		float: initial;
		background-position: left bottom;
		background-size: contain;
		height: 350px;
		max-height: 350px;
		/*max-height: initial !important;*/
		width: 100%;
		max-width: 100%;
		background-repeat: no-repeat;
	}

	.home .container-fluid.call-to-action {
		min-height: 840px !important;
	}

	.featured-buttons {
		top: 585px;
		width: 100%;
		display: block;
		max-width: 100%;
		left: 0;
		right: 0;
		padding-left: 25px;
		text-align: left;
		margin-top: 20px;
	}

	/* Landing page */
	.home .hero-text,
	.page-template-about-us-page .hero-text,
	.page-template-landing-page .hero-text,
	.page-template-webinars-page .hero-text,
	.page-template-webinars-woocommerce-page .hero-text,
	.page-template-webinars-yoast-page .hero-text {
		left: 0px;
		max-width: 100%;
		font-size: 3em !important;
		top: 100px;
		padding-left: 20px;
	}

	/* Woocommerce webinars page */
	.page-template-webinars-woocommerce-page .img-hero,
	.page-template-webinars-yoast-page .img-hero,
	.page-template-webinars-page .img-hero {
		right: 0;
		left: 0 !important;
		width: 95% !important;
		max-width: 500px !important;
	}

	.row {
		margin-right: 0;
		margin-left: 0;
	}

	/* Testimonials */
	.slider-testimonial-img {
		width: 100% !important;
		margin: 0 auto !important;
		float: initial !important;
		margin-bottom: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.slider-testimonial-text {
		width: 100% !important;
		padding-left: 0 !important;
		float: initial !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.col-12.testimonial-carret-up {
		background-color: transparent !important;
	}

	.testimonial-carret-up:before {
		content: none;
	}

	.call-to-action-section .col-4 {
		max-width: 100%;
	}

	div.vsignupform {
		width: 90% !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.vsignupbutton {
		/*width: 66px;*/
	}

	.vsignupbutton:after {
		/*right: 23px;*/
	}

	.call-to-action-section h2,
	.container-fluid.call-to-action p {
		left: 20px;
	}

	/* Webinars page */
	.webinars,
	.sidebar-wrap,
	.default-template {
		width: 100% !important;
		padding-left: 20px;
		margin: 0;
		padding-right: 20px;
	}

	/* Footer */
	.col-8 {
		text-align: center;
		margin: 0 auto;
		float: initial;
		display: block;
		flex: none;
	}

	.footer-links span {
		margin-right: 0 !important;
		margin-bottom: 15px;
		display: block;
	}

	.footer-links .col-4 {
		display: none;
	}

	.site-footer .col-4.main-navigation {
		float: initial;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
		max-width: 100%;
		flex: none;
	}

	.site-footer .main-navigation ul {
		display: block !important;
	}
}

@media only screen and (max-width: 350px) {
	.site-content,
	#main { 
		width: 300px; 
	}
}

/* Price list page */
.price-box-wrap:last-child {
	margin-right: 0 !important;
}

.responsive-price-list {
	top: 270px;
}

.price-box-wrap small {
	font-size: 60%;
}

/* Webinars page */
.webinars-page h2 span {
	background-color: #f0af48;
	padding: 5px;
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
}

a.webinar-list-wrap:hover {
	background-color: #e8e8e8;
}

a.webinar-list-wrap:last-child {
	border-bottom: 1px solid #acacac;
}

/* Widgets */
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding-left: 12px;
	margin-top: 20px;
}

h2.widget-title {
	font-size: 19px;
	padding-bottom: 20px;
	border-bottom: 1px solid #acacac;
}

/* Search submit */
input.search-submit {
	right: 0;
	z-index: 9999;
	position: absolute;
	height: 30px;
}

input.search-field {
	width: 100%;
}

form.search-form {
	position: relative;
	display: block;
	height: 40px;
}

form.search-form label {
	width: 100%;
	position: absolute;
}

/* Custom search widget */
.searchform {
	width: 100%;
	position: relative;
}

input#s {
	width: 100%;
	position: relative;
	height: 45px;
	padding-left: 10px;
	border-radius: 1px;
}

input#searchsubmit {
	background-image: url(/wp-content/themes/vefold/img/search-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	background-size: 20px;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	height: 45px;
	width: 50px;
	background-color: #f0af48;
	border: 1px solid #f0af48;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

input#searchsubmit:hover {
	background-color: #e3a644;
	border: 1px solid #e3a644;
}

/* Recent entries widget */
.widget_recent_entries a:before {
	content: "\f105";
	font: normal normal normal 19px/1 'FontAwesome';
	width: 20px;
	height: 20px;
	color: #f0af48;
	cursor: default !important;
	position: absolute;
	top: 0;
	left: -12px;
	right: 0%;
}

.widget_recent_entries {
	padding-top: 8px;
}

.widget_recent_entries li {
	padding-bottom: 25px;
}

.widget_recent_entries a {
	position: relative;
	color: #343434;
}

input:focus,
textarea {
	outline: none !important;
}

/* Single blog post */
h2.entry-title {
	margin-bottom: 1em;
}

.single .container.default-template {
	padding-top: 40px !important;
}

span.entry-date {
	color: #8b8b8b;
	text-transform: uppercase;
}

h1.entry-title {
	font-size: 3em;
	line-height: 1.3;
	margin-bottom: 50px;
}

h2.entry-title a {
	color: #343434;
	line-height: 1.3;
}

.form-submit input#submit,
a.more-link {
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
	padding: 14px 25px;
	background-color: #f0af48;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 30px;
	font-size: 14px;
	border-radius: 0;
	border: none;
}

.form-submit input#submit:hover,
a.more-link:hover {
	background-color: #e3a644;
}

a.more-link {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.entry-footer span {
	margin-right: 10px;
}

.entry-footer span:last-child {
	margin-right: 0;
}

/* Fixed navigation */

/* Sticky navigation */
.sticky-wrap {
	display: inline-block;
	width: 100%;
}

.sticky-content {
	background-color: transparent;
	transition: background-color 0.5s ease;
}

.sticky-content.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

.nav-is-fixed #site-nav ul ul.sub-menu,
.nav-is-fixed #site-nav ul ul.children {
	border-top: none;
}

#top-wrap {
	/*height: 200px;*/
	padding: 0;
	width: 100%;
	z-index: 9999;
	top: 0;
}

.logged-in.nav-is-fixed .sticky-content.fixed {
	top: 32px;
}

.nav-is-fixed .sticky-content.fixed {
	background-color: #0093f5 !important;
	height: 80px;
	background-size: cover;
	background-position: center;
}

.container.top-nav {
	padding: 0 !important;
	margin: 90px auto 90px auto !important;
}

.nav-is-fixed .container.top-nav {
	padding: 0 !important;
	margin: 0 auto !important;
}

.nav-is-fixed .container.top-nav {
	padding: 0;
}

.nav-is-fixed .site-branding {
	top: 15px;
	position: relative;
}

.nav-is-fixed #site-navigation {
	top: 30px;
	position: relative;
}

.sticky-nav .sticky-anchor {
	display: none;
}

/* Sticky sidebar */
.nav-is-fixed .widget.widget_recent_entries {
	top: 140px !important;
}

/* Mobile menu */
.main-navigation.toggled {
	width: 100%;
	height: 100vh !important;
	position: fixed !important;
	top: 0 !important;
	background-color: #0093f5;
	z-index: 99999;
}

.toggled .navigation-wrap.sticky-wrap {
	position: relative;
	top: 25px;
}

.main-navigation.toggled li {
	display: block;
	margin-bottom: 40px;
	margin-right: 0;
	text-align: center;
	position: relative;
}

.main-navigation.toggled li a {
	font-size: 2em;
}

.main-navigation.toggled li.link-login a:after {
	background-size: 19px;
	left: 10px;
	position: relative;
}

.main-navigation.toggled li:last-child {
	margin-left: 0;
}

.menu-toggle,
.login-btn-mobile {
	border: none;
	background-color: transparent;
	font-size: 19px;
	color: #fff;
	position: relative;
}

a.login-btn-mobile {
	display: inline-block;
	right: 25px;
	top: 0;
	position: absolute !important;
	background-image: url(/wp-content/themes/vefold/img/icon-lock.png);
	background-position: right;
	background-repeat: no-repeat;
	content: "";
	margin: 0;
	background-size: 23px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.toggled a.menu-toggle {
	position: absolute !important;
	left: 10px !important;
	top: -35px !important;
}

.menu-toggle {
	position: absolute;
	left: 25px;
	top: 0;
	height: 30px;
	width: 30px;
	display: inline-block;
	padding: 0;
}

.menu-toggle:after {
	content: "\f0c9";
	font: normal normal normal 35px/1 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
}

.toggled .menu-toggle:after {
	content: "\f00d";
	font: normal normal normal 41px/1 'FontAwesome';
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.toggled .menu-primary-menu-container {
	max-width: 350px;
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
	height: 100%;
}

.toggled .menu-toggle {
	position: absolute;
	top: 0;
	left: 25px;
}

/* Landing page */
p.hero-sub-text-landing {
	font-size: 16px; 
	position: absolute; 
	top: 410px; display: 
	inline-block; 
	left: 0px; 
	color: #fff;
}

/* Nav tabs - NEW */
.nav.nav-tabs {
	margin-left: 0 !important;
	border-bottom: 2px solid #e8e8e8 !important;
}

.nav-link.active {
	background-color: transparent !important;
	border-color: #f0af48 !important;
	border-bottom: 3px solid;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:not(.active):hover {
	border-color: transparent !important;
}

a.nav-link {
	color: #333 !important;
	font-size: 1.2em;
}

a.nav-link {
	margin-right: 30px !important;
}

a.nav-link {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 17px;
}

.tab-content h3 {
	margin-bottom: 20px;
}

/* Latest posts */
.widget_recent_entries h2 {
	font-family: 'GothamSSm-Bold';
	font-weight: normal;
}

.page-template-webinars-woocommerce-page li#menu-item-20 a:after,
.page-template-webinars-yoast-page li#menu-item-20 a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	height: 2px;
	background-color: #f0af48;
}

.page-template-webinars-woocommerce-page li#menu-item-20,
.page-template-webinars-yoast-page li#menu-item-20 {
	text-align: left;
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

.page-template-webinars-woocommerce-page .main-navigation li#menu-item-20 > a:after,
.page-template-webinars-yoast-page .main-navigation li#menu-item-20 > a:after {
	width: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.page-template-webinars-woocommerce-page .img-hero,
.page-template-webinars-yoast-page .img-hero,
.page-template-webinars-page .img-hero {
	width: 60%;
	/*right: -70px;*/
}

.page-template-landing-page .services-wrap {
	max-width: 357px;
}

.grid>.col.s1of2 {
	width: 50%;
}

.grid>.col {
	display: block;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 990px) and (max-width: 1049px) {
	#afhverju-vefold .container.service-boxes {
		padding-top: 0 !important;
	}
}

@media screen and (min-width: 720px) and (max-width: 991px) {
	#afhverju-vefold .container.service-boxes {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 799px) {
	#cta-3 .hero-section .col.s1of2 {
		width: 100% !important;
	}

	#cta-3 .container.hero-section.about-page {
		padding-top: 90px !important;
	}
}


@media screen and (max-width: 720px) {
	.grid.collapse720>.col {
		float: none;
		width: 100%;
	}

	#afhverju-vefold .container.service-boxes .col.s1of2:first-of-type,
	.container.ssl-services .col.s1of2:first-of-type {
		padding-bottom: 25px !important;
		border-bottom: 1px solid #a9a9a9;
	}

	#afhverju-vefold .container.service-boxes .col.s1of2:last-of-type,
	.container.ssl-services .col.s1of2:last-of-type {
		 padding-top: 35px !important;
	}

	.container.ssl-services {
		padding-top: 60px !important;
	}

}

.grid:before,
.grid:after {
	content: " ";
	display: table;
}

.grid {
	width: 100%;
	*
zoom: 1;
}
