/* # VP Notaries
Theme Name: VP Notaries
Theme URI: http://www.vpnotaries.co.uk/
Description: WordPress child theme for the Genesis Framework.
Author: eSanctuary
Author URI: http://esanctuary.ch/

Version: 1.3.3

Template: genesis
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Gravity Forms
	- Jetpack
	- Simple Social Icons
- Before Header
- Site Header
	- Title Area
- After Header
	- Subpages Loop
- Site Navigation
	- Primary Navigation
- Content Area
	- Entries
	- Pagination
- Blog
- Contact Page
- Location Page
- Homepage
- Country Requirements
- Sweepstakes
- Before Footer
- Footer Widgets
- Site Footer
- Cookie Policy
- Media Queries
	- Retina Display
	- Max-width: 1140px
	- Max-width: 1023px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! Minified version from http://cdnjs.com/libraries/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.vpnotaries-before-footer:before,
.vpnotaries-before-header:before,
.vpnotaries-after-header:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.vpnotaries-before-footer:after,
.vpnotaries-before-header:after,
.vpnotaries-after-header:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #6d6f76;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

/* Temporary fix for background 'bleeding' on German / Spanish pages */
body.custom-background {
	background: #f5f5f5 !important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #7eb5b1;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #7eb5b1;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1,
.home .vpnotaries-after-header h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 24px;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive-pagination li a {
	background-color: #619591;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a,
.button:hover {
	background-color: #29746d; /* custom change, not on PSD */
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home .vpnotaries-after-header .button,
.vpnotaries-before-footer .button {
	position: relative;
}

.vpnotaries-before-footer .button {
	font-size: 18px;
	padding-right: 75px;
}

.home .vpnotaries-after-header .button:before,
.vpnotaries-before-footer .button:before {
	content: "\f345";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
}

.home .vpnotaries-after-header .button:before {
	font: normal 40px/1 'dashicons';
	margin-top: -20px;
	right: 5px;
}

.vpnotaries-before-footer .button:before {
	font: normal 24px/1 'dashicons';
	margin-top: -12px;
	right: 14px;
}

.home .vpnotaries-after-header .button:after,
.vpnotaries-before-footer .button:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 53px;
	top: 0;
	width: 1px;
}

.home .vpnotaries-after-header .button:after {
	background-color: #79aeaa;
}

.vpnotaries-before-footer .button:after {
	background-color: #80b5b1;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1600px;
}

.content,
.site-inner,
.wrap {
	margin: 0 auto;
}

.site-inner {
	background-color: #fff;
	clear: both;
	max-width: 1600px;
}

.wrap {
	max-width: 1140px;
}

.content {
	max-width: 1140px;
	width: 100%;
}

.home .content,
.home .site-inner {
	max-width: 100%;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.one-third h2 {
	font-size: 25px;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f0f1f2;
	color: #7eb5b1;
	padding: 5px 0;
}

.breadcrumb a {
	color: #6d6f76;
}

.breadcrumb a:hover {
	color: #7eb5b1;
}

.breadcrumb > span {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.entry-title {
}

.entry-title a {
	color: #7eb5b1;
}

.entry-title a:hover {
	color: #2d746d;
}

.widget-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.vpnotaries-before-footer .widget-title {
	font-size: 48px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

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

.featured-content .entry {
	padding: 0 0 24px;
}

.featured-content .aligncenter {
	margin: 0 auto 50px;
}

.featured-content .entry-title {
	font-size: 24px;
	text-transform: uppercase;
}

.featured-content p {
	font-size: 16px;
}

.featured-content p a {
	color: #2d2f34;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}

.featured-content p a:hover {
	color: #7eb5b1;
}

.featured-content p a:after {
	color: #7eb5b1;
	content: "\f345";
	display: inline-block;
	font: normal 16px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	left: 5px;
	position: relative;
	top: 2px;
}

/*
.featured-content .certification {
	background: url('images/certification-home.jpg') no-repeat center top;
}

.featured-content .legalisation {
	background: url('images/legalisation-home.jpg') no-repeat center top;
}

.featured-content .translation {
	background: url('images/translation-home.jpg') no-repeat center top;
}
*/


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

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

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

div.gform_wrapper .top_label .gfield_label {
	display: inline;
	text-indent: -9999px;
}

div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea {
	background-color: #efefef;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 10px;
	padding: 12px;
}

div.gform_wrapper input[type=text]:focus,
div.gform_wrapper input[type=url]:focus,
div.gform_wrapper input[type=email]:focus,
div.gform_wrapper input[type=tel]:focus,
div.gform_wrapper input[type=number]:focus,
div.gform_wrapper input[type=password]:focus,
div.gform_wrapper textarea:focus {
	background-color: #80b5b1;
	color: #fff;
}

div.gform_wrapper .top_label input[type=file] {
	width: 100%;
}

div.gform_wrapper .gfield_required {
	display: none;
}

div.gform_wrapper .gform_footer {
	text-align: center;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li a {
	border-radius: 50% !important;
}


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

.vpnotaries-before-header {
	color: #fff;
	font-size: 17px;
  font-weight: bold;
	position: relative;
	z-index: 2;
}

.vpnotaries-before-header a {
	color: white;
}

.vpnotaries-before-header p {
  margin-bottom: 0;
}

.vpnotaries-before-header a:hover {
	text-decoration: underline;
}

.vpnotaries-before-header span {
  display: block;
}

.vpnotaries-before-header > .wrap {
	padding: 30px 0 25px;
}

.vpnotaries-before-header-left {
	float: left;
}

.vpnotaries-before-header-right {
	float: right;
  text-align:right;
}


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

.site-header {
	background-color: #2d2f34;
	min-height: 580px;
	position: relative;
}

.home .site-header {
	min-height: 760px;
}

.page-parent .site-header {
	min-height: intrinsic;
}

.site-header .backstretch:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(57, 81, 55, 0.4);
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	left: 0;
	margin: 0 auto;
	right: 0;
	padding: 10px 0;
	position: absolute;
	top: 0;
	/*width: 183px;*/
	width: 390px;
	z-index: 3;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-title a {
	background: url(images/logo.png) no-repeat center;
	display: block;
	float: left;
	min-height: 186px;
	position: relative;
	width: 100%;
}

.title-area a:before,
.title-area a:after {
	background-color: #526566;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 90px;
	width: 50px;
}

.title-area a:before {
	left: 35px;
}

.title-area a:after {
	right: 35px;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-description,
.site-title {
	display: block;
	text-indent: -9999px;
}


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

.vpnotaries-after-header {
	padding: 150px 0 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.vpnotaries-after-header p {
	color: #fff;
}

.home .vpnotaries-after-header p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 66px;
}

.home .vpnotaries-after-header a.button {
	font-size: 24px;
	padding: 10px 88px 10px 36px;
}

/**
 * Emulating background-size: cover for HTML5 video (CSS only).
 * @link https://codepen.io/shshaw/pen/OVGWLG
 */
.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(57, 81, 55, 0.4);
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    /* Override theme default */
    max-width: inherit;

	/* Allows the overlay to sit on top */
	z-index: -1;
}

.--has-video .backstretch {
    display: none !important;
}

/* ## Subpages Loop
--------------------------------------------- */

.vpnotaries-subpages {
	display: flex;
	margin-top: 80px;
}

.vpnotaries-subpage {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 30px;
}

.hide-subpages-read-more .vpnotaries-subpage .button {
	display: none;
}

/**
 Added to make the subpages (on top of the video) transparent on the German
 Department page.
 */
.transparent-subpages .vpnotaries-subpage {
	background-color: rgba(255, 255, 255, .8);
}

.vpnotaries-subpage h3 {
	margin-top: 30px;
}

.vpnotaries-subpage p {
	color: #6d6f76;
	flex-grow: 1;
	font-size: 16px;
}

.vpnotaries-subpage .button {
	margin-left: auto;
	margin-right: auto;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	text-align: left;
	text-transform: uppercase;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #7eb5b1;
}

.genesis-nav-menu .menu-item-has-children a {
	position: relative;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	color: #619692;
	content: "\f140";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	color: #7eb5b1;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu .current-menu-item a:hover {
	color: #4d9994;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 2;
}

.nav-primary a {
	padding: 17px 13px;
}

.menu-primary > li:first-child > a {
	padding-left: 0;
}

.menu-primary > li:nth-last-child(3) > a {
	padding-right: 0;
}

.menu-primary > li.menu-right {
	float: right;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary a {
	padding: 30px 0 30px 19px;
}

.nav-secondary .menu-item:first-child a {
	padding-left: 0;
}

.nav-secondary a:after {
	background-color: #44464c;
	content: "";
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	width: 10px;
}

.nav-secondary a:after {
	margin-left: 21px;
}

.nav-secondary li:last-child a:after {
	display: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	float: right;
	line-height: 1;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 64px/1 'dashicons';
	padding: 3px 3px 0 0;
}


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

/* ## Entries
--------------------------------------------- */

.entry {
	padding: 50px 0;
}

.blog .entry,
.home-blog .entry,
.single-post .entry {
	margin: 0 auto;
	max-width: 740px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.single-post .entry-content p:first-child {
	font-size: 21px;
	font-weight: 700;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 0 0 80px;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}


/* # Blog
---------------------------------------------------------------------------------------------------- */

.blog .entry {
	text-align: center;
}

.blog .entry-header::after,
.home-blog .entry-header::after {
	border-bottom: 1px solid #5e8b87;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.blog .entry-meta,
.home-blog .entry-meta {
	font-size: 14px;
	text-transform: uppercase;
}

.blog .entry-image {
	margin-bottom: 28px;
}


/* # Contact Page
---------------------------------------------------------------------------------------------------- */

.page-template-template-contact .content {
	max-width: 810px;
	text-align: center;
}

.page-template-template-contact .content form {
	margin: 0 auto;
	max-width: 500px;
}

/* # Location Page
---------------------------------------------------------------------------------------------------- */

.page-template-template-location .content {
	max-width: 100%;
}

.page-template-template-location .entry {
	padding-bottom: 0;
}

.page-template-template-location .content h2 {
	margin-bottom: 50px;
}

.page-template-template-location .content p {
	font-size: 16px;
}

.vpnotaries-location-top {
	margin-bottom: 120px;
}

.vpnotaries-transport-options {
	margin-bottom: 70px;
}

.transport-contact {
	color: #2c2e34;
	font-weight: 400;
}

.transport-map {
	text-align: right;
}

.vpnotaries-transport-options .one-third {
	background: no-repeat center top;
	padding-top: 135px;
	text-align: center;
}

.vpnotaries-transport-options .one-third h3 {
	margin-bottom: 28px;
}

.vpnotaries-transport-options .transport-bus {
	background-image: url('images/bus.jpg');
	background-position: center 25px;
}

.vpnotaries-transport-options .transport-rail {
	background-image: url('images/national-rail.jpg');
}

.vpnotaries-transport-options .transport-underground {
	background-image: url('images/underground.jpg');
}

/* Directions */

.page-template-template-location .entry-content {
	background-color: #f4f4f4;
	padding: 80px 0 52px;
}

.page-template-template-location .entry-content h3 {
	color: #2c2e34;
	font-size: 22px;
}


/* # Homepage
---------------------------------------------------------------------------------------------------- */

.home-blog {
	padding: 80px 0;
	text-align: center;
}

.home-blog__title {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.home-content {
	padding: 80px 0;
	text-align: left;
}

.home-content .wrap {
	max-width: 810px;
}

.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 525px;
	text-align: center;
}

.home-content h1,
.home-content h2 {
	margin-bottom: 24px;
}

.home-content h1 {
	color: #619691;
	font-size: 30px;
}

.home-content p {
	font-size: 20px;
	margin-bottom: 40px;
}

.home-content__awards {
	text-align: center;
}

.home-services {
	background-color: #e8efef;
	padding: 80px 0 55px;
}

.home-services .wrap {
	display: flex;
}

.home-service {
	margin: 0 .5%;
	text-align: center;
}

.home-service .entry-title {
	font-size: 24px;
}

.home-service p {
	font-size: 16px;
}

.home-service p a {
	color: #2d2f34;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}

.home-service p a:after {
	color: #7eb5b1;
	content: "\f345";
	display: inline-block;
	font: normal 16px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	left: 5px;
	position: relative;
	top: 2px;
}

.home-row-benefit {
	background-color: #2d2f34;
	background-repeat: no-repeat;
	font-size: 22px;
}

.home-row-benefit {
	color: #fff;
	align-items: center;
}

.home-row-benefit .wrap {
	align-items: center;
	display: flex;
	padding: 60px 0;
}

.home-row-benefit__text {
	width: 75%;
}

.home-row-benefit:nth-of-type(even) .home-row-benefit__text {
	order: 1;
}

.home-row-benefit__image {
	width: 25%;
}

.home-row-benefit h3 {
	font-size: 36px;
	text-transform: none;
}

.home-row-benefit:nth-of-type(odd) h3 {
	color: #fff;
}

.home-testimonial {
	background-color: #619691;
	color: #ffffff;
	padding: 95px 0 70px;
	text-align: center;
}

.home-testimonial .wrap {
	max-width: 750px;
}

.home-testimonial__quote {
	font-family: 'Libre Baskerville', serif;
	font-size: 28px;
	margin: 0;
	position: relative;
}

.home-testimonial__quote:before {
	font-size: 80px;
	color: #80B5B1;
	left: -30px;
	letter-spacing: 0;
	line-height: 72px;
	position: absolute;
	top: 5px;
}

.home-testimonial__source {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}


/* # Team Section
---------------------------------------------------------------------------------------------------- */

/* ## Common
--------------------------------------------- */

.post-type-archive-notary .content .entry-title,
.single-notary .content .entry-title {
	text-transform: none;
}

/* ## Archive
--------------------------------------------- */

.post-type-archive-notary .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 40px;
	margin-top: 40px;
}

.post-type-archive-notary .notary {
	display: flex;
	flex-basis: calc(50% - 40px);
	flex-direction: column;
	align-items: center;
	margin: 40px 0;
	padding: 0;
}

.post-type-archive-notary .entry-image-link {
	margin-bottom: 24px;
	text-align: center;
}

.post-type-archive-notary .entry-image {
	border-radius: 50%;
}

.post-type-archive-notary .content .entry-title {
	font-size: 24px;
	text-align: center;
}

.post-type-archive-notary .notary .entry-image-link,
.post-type-archive-notary .notary .entry-title,
.post-type-archive-notary .notary .entry-content {
	max-width: 360px;
}

.notary-read-more {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}

/* ## Single
--------------------------------------------- */

.single-notary .site-header {
	min-height: 400px;
}

.single-notary .notary {
	display: flex;
	padding: 80px 0 120px;
}

.notary-content,
.notary-sidebar {
	flex: 50%;
}

.notary-content {
	order: 0;
	margin-right: 40px;
}

.notary-content p:last-child {
	margin-bottom: 0;
}

.notary-sidebar {
	order: 1;
	margin-bottom: 40px;
	margin-left: 40px;
}

.notary-sidebar .simple-social-icons {
	margin-top: 10px;
}

.notary-sidebar .simple-social-icons ul li {
	margin: 0 !important;
}

.notary-sidebar .simple-social-icons ul li a {
	background-color: #4e4f55;
	color: #fff;
	padding: 9px;
}

.notary-sidebar .simple-social-icons ul li a:hover {
	background-color: #6d7076;
	color: #7eb5b1;
}

.single-notary .vpnotaries-after-header .entry-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 72px;
}

/*.single-notary .entry-content {*/
/*	max-width: 560px;*/
/*}*/

.single-notary .content .entry-title {
	color: #7eb5b1;
	font-size: 28px;
	margin-bottom: 40px;
}

.single-notary .content .entry-title:after {
	background-color: #7eb5b1;
	content: "";
	display: block;
	margin-top: 36px;
	height: 2px;
	width: 104px;
}

.rounded {
	border-radius: 50%;
}

.notary-testimonial {
	text-align: center;
}

.notary-testimonial__quote {
	color: #619691;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	position: relative;
}

.notary-testimonial__quote:before {
	color: #D1D3D7;
	font-size: 80px;
	line-height: 72px;
	position: absolute;
	left: -40px;
	top: 0;
}

.notary-testimonial__source {
	color: #6D6F76;
	font-family: Montserrat, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
}



/* ## Legacy (to remove)
--------------------------------------------- */

.page-template-template-team-php .entry-content .avatar {
	display: block;
	float: none;
	margin: 0 auto 40px;
}

.vpnotaries-user-linkedin {
	font-family: Montserrat, sans-serif;
	text-align: left;
}

.vpnotaries-user-linkedin a:before {
	background-color: #4e4f55;
	border-radius: 50%;
	color: #6d6f75;
	content: "\e603"; /* 'Converted' from 0xE603; via http://unicodelookup.com/ */
	font-family: ssi-icomoon; /* Dependency on Simple Social Icons plugin */
	margin-right: 20px;
	padding: 14px;
}

/* # Country Requirements
---------------------------------------------------------------------------------------------------- */

.country-requirements {
	background-color: #efefef;
	margin: 0 auto;
	padding: 50px;
}

.country-requirements form {
	margin: 0 auto;
	max-width: 740px;
}

.country-requirements h2,
.country-requirements p {
	text-align: center;
}

.country-requirements input[type="submit"] {
	display: block;
	margin: 28px auto 0;
}

.country-requirement-emoji {
	font-size: 96px;
	line-height: 1;
}

.country-requirement-image img {
	margin-bottom: 6px;
	width: 150px;
}

.country-requirement-contact {
	font-weight: 700;
	text-align: center;
}


/* # Sweepstakes
---------------------------------------------------------------------------------------------------- */

.sweepstake-logo {
	display: none;
}

.sweepstake-title {
	margin-bottom: 28px;
	text-align: center;
}

.sweepstake-result {
	float: left;
	margin-bottom: 28px;
	/*padding: 28px 0;*/
	text-align: center;
	width: 50%;
}

.sweepstake-emoji {
	font-size: 96px;
	line-height: 1;
}

.sweepstake-image {
	height: 97px;
}

.sweepstake-image img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 96px;
}

.single-sweepstake div.gform_wrapper .gfield:first-child {
	float: none;
	width: 100%;
}

.single-sweepstake div.gform_wrapper .gfield {
	clear: none;
	float: left;
	margin-bottom: 28px;
	width: 50%;
}

.single-sweepstake div.gform_wrapper .top_label input.medium {
	width: 90%;
}

.sweepstake-print-button-wrap {
	text-align: center;
}

.sweepstake-print-button {
	display: inline-block;
	margin: 0 auto 28px;
	width: auto;
}


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

.vpnotaries-before-footer {
	background: #7eb5b1 url('images/london-skyline.jpg') no-repeat center bottom;
	padding: 0 0 180px 0;
}

.page-template-template-contact-php .vpnotaries-before-footer > .wrap {
	padding: 80px 0 0;
}

.vpnotaries-before-footer a,
.vpnotaries-before-footer p {
	color: #fff;
}

.vpnotaries-before-footer-default {
	background: #7eb5b1 url('images/contact-icon.png') no-repeat center 40px;
	padding: 140px 0 0 0;
	text-align: center;
}

.vpnotaries-before-footer-default p {
	font-size: 24px;
}

.vpnotaries-before-footer-default p:first-of-type:before,
.vpnotaries-before-footer-default p:first-of-type:after {
	background-color: #5d8b87;
	content: "";
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	width: 70px;
}

.vpnotaries-before-footer-default p:first-of-type:before {
	margin-right: 35px;
}

.vpnotaries-before-footer-default p:first-of-type:after {
	margin-left: 35px;
}

.vpnotaries-before-footer-left {
	background: url('images/icon-phone.png') no-repeat left top;
	padding-left: 100px;
}

.vpnotaries-before-footer-right {
	background: url('images/icon-email.png') no-repeat left top;
	padding-left: 100px;
}

.vpnotaries-before-footer-left .widget-title,
.vpnotaries-before-footer-right .widget-title {
	color: #2d2f34;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.vpnotaries-before-footer-left p,
.vpnotaries-before-footer-right p {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 400;
}


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

.footer-widgets {
	background: #2d2f34 url('images/footer-logo.png') no-repeat center 40px;
	clear: both;
	font-size: 12px;
	padding: 40px 0 80px;
}

.footer-widgets {
	color: #fff;
}

.footer-widgets a,
.footer-widgets .widget-title a:hover {
	color: #7eb5b1;
}

.footer-widgets .widget-title a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	margin-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1 {
	float: left;
}

.footer-widgets-2 {
	float: right;
}


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

.site-footer {
	background-color: #2d2f34;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 0 0 40px 0;
	position: relative;
	text-align: center;
}

.site-footer p a {
	color: #fff;
}

.site-footer p a:hover {
	color: #7eb5b1;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Cookie Policy
---------------------------------------------------------------------------------------------------- */

.vpnotaries-cookie-policy {
	bottom: 0;
	left: 0;
	position: absolute;
}

.vpnotaries-cookie-policy a {
	color: #fff;
	height: 100px;
	width: 100px;
}

.vpnotaries-cookie-policy a:hover {
	color: #fff;
}

.vpnotaries-cookie-policy a:before {
	border-bottom: 100px solid #7fb4b0;
	border-right: 100px solid transparent;
	bottom: 0;
	content: " ";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.vpnotaries-cookie-policy a:hover:before {
	border-bottom: 100px solid #619591;
}

.vpnotaries-cookie-policy span {
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 0 20px 20px 20px;
	transform: rotate(45deg);
	writing-mode: lr-tb;
}

.vpnotaries-cookie-policy strong {
	display: block;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.breadcrumb > span,
	.vpnotaries-inner-page .content,
	.wrap {
		max-width: 970px;
	}

	/* Maintain Location content max-width */
	.page-template-template-location .content {
		max-width: 100%;
	}

	.title-area {
		width: 183px;
	}

	.title-area a:before,
	.title-area a:after {
		display: none;
	}

	.vpnotaries-before-footer .widget-title {
		margin-top: 10px;
	}

	.vpnotaries-before-footer-left p,
	.vpnotaries-before-footer-right p {
		font-size: 24px;
	}

	.footer-widgets .widget-title {
		font-size: 16px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
		width: 300px;
	}

	.footer-widgets-1 .one-half {
		margin: 0;
		width: 60%;
	}

	.footer-widgets-1 .one-half.first {
		width: 40%;
	}

	.footer-widgets-2 {
		width: 290px;
	}

}

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

	.breadcrumb > span,
	.vpnotaries-inner-page .content,
	.wrap {
		max-width: 800px;
	}

	.breadcrumb > span,
	.vpnotaries-inner-page .content {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	/* Maintain Location content max-width */
	.page-template-template-location .content {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.site-header .wrap {
		max-width: 100%;
	}

	.site-header > .wrap {
		padding: 0 2.5%;
	}

	.vpnotaries-before-header {
		font-size: 16px;
	}

	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.footer-widgets,
	.site-title a {
		background-size: 120px 122px;
	}

	.genesis-nav-menu {
		font-size: 14px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.country-requirements {
		margin: 0 auto 28px;
	}

	.home-row-benefit {
		padding-left: 5%;
		padding-right: 5%;
	}

}

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

	body {
		font-size: 16px;
	}

	.breadcrumb > span,
	.vpnotaries-inner-page .content,
	.wrap {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.vpnotaries-inner-page .content {
		padding-top: 28px;
	}

  .vpnotaries-before-header-left, .vpnotaries-before-header-right {
    float: none;
    text-align:center;
  }

  .vpnotaries-after-header {
    padding-top: 180px;
  }

	.vpnotaries-before-footer-left,
	.vpnotaries-before-footer-right,
	.page-template-template-location .content {
		padding-left: 0;
		padding-right: 0;
	}

	.author-box,
	.entry,
	.nav-secondary .wrap,
	.site-header,
	.site-header .wrap {
		padding: 0;
	}

	.vpnotaries-after-header .wrap,
	.vpnotaries-before-footer .wrap {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	h1,
	.home .vpnotaries-after-header h2 {
		font-size: 36px;
	}

	.five-sixths,
	.footer-widgets-1 .one-half,
	.footer-widgets-1 .one-half.first,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.vpnotaries-subpages {
		display: block;
	}

	.vpnotaries-subpage.one-third {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto 28px;
		width: 300px;
	}

	.home .site-header,
	.site-header {
		min-height: 0;
	}

	.title-area,
	.nav-primary {
		position: absolute;
	}

	.nav-primary {
		width: 100%;
	}

	.title-area {
		float: left;
		margin-left: 10px;
		position: absolute;
	}

	.site-title a {
		background: url(images/logo-mobile.png) center center no-repeat;
		min-height: 44px;
		padding-right: 12px;
	}

	.vpnotaries-before-header {
		display: block;
		position: absolute;
		top: 67px;
		width: 100%;
		padding: 10px;
  }

	.genesis-nav-menu {
		font-size: 16px;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
	}

	.nav-primary {
		background-color: #80b5b1;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.menu-primary > li.menu-right {
		float: none;
	}

	.genesis-nav-menu.responsive-menu a {
		background-color: #619692;
	}

	.menu-primary > li:first-child > a,
	.menu-primary > li:nth-last-child(3) > a {
		padding: 20px 16px;
	}

	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu .current-menu-item > a {
		background-color: #487e7a;
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	/* Remove our original dropdown icon */
	.genesis-nav-menu .menu-item-has-children > a:after {
		display: none;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
		content: "\f140";
		float: right;
		font: normal 36px/1 'dashicons';
		line-height: 56px;
		height: 56px;
		padding: 0 15px;
		position: relative;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	/* Hide sub-menu until clicked (no hover reveal) */
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #82b5b1;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover {
		color: #fff;
	}

	.genesis-nav-menu .sub-menu a {
		background: none;
		color: #fff;
		width: 100%;
	}

	/* Secondary Navigation - Mobile */

	.nav-secondary a {
		padding: 20px 0 20px 3px;
	}

	.nav-secondary a::after {
		margin-left: 6px;
	}

	/* Homepage - Mobile */

	.home-services .wrap {
		display: block;
	}

	.home-row-benefit h3 {
		font-size: 24px;
	}

	.home-row-benefit p {
		font-size: 18px;
	}

	.home-row-benefit__text {
		width: 100%;
	}

	.home-row-benefit__image {
		display: none;
	}

	.vpnotaries-before-footer-default p:first-of-type:before,
	.vpnotaries-before-footer-default p:first-of-type:after {
		display: none;
	}

	.vpnotaries-before-footer-left,
	.vpnotaries-before-footer-right {
		background-position: center top;
		padding-top: 80px;
		text-align: center;
		width: 100%;
	}

	.vpnotaries-before-footer .widget-title {
		font-size: 36px;
	}

	.footer-widgets {
		background-size: 183px 186px;
		padding: 250px 0 0;
	}

	.footer-widgets .one-half.first {
		margin-bottom: 28px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		text-align: center;
		width: 100%;
	}

	.footer-widgets-1 {
		margin-bottom: 40px;
	}

	.simple-social-icons ul {
		float: none;
		text-align: center;
	}

	.simple-social-icons ul li {
		display: inline-block;
		float: none !important;
	}

	.site-footer {
		padding: 0 0 100px 0;
	}

	.site-footer .wrap > p {
		line-height: 2;
	}

	.transport-map {
		padding-top: 28px;
		text-align: center;
	}

	.page-template-template-team .content .one-half {
		margin-bottom: 40px;
	}

	.vpnotaries-cookie-policy {
		background-color: #7fb4b0;
		padding: 20px 0;
		width: 100%;
	}

	.vpnotaries-cookie-policy:hover {
		background-color: #639591;
	}

	.vpnotaries-cookie-policy a {
		height: auto;
		width: auto;
	}

	.vpnotaries-cookie-policy a:before {
		display: none;
	}

	.vpnotaries-cookie-policy span {
		margin: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.vpnotaries-cookie-policy strong {
		display: inline;
	}

	.archive-pagination li a {
		padding: 8px 12px;
	}

	/* Team Section */

	.post-type-archive-notary .notary {
		flex-basis: 100%;
	}

	.single-notary .notary {
		display: block;
		padding: 40px 0 60px;
	}

	.notary-content {
		margin-right: 0;
	}

	.notary-sidebar {
		margin-left: 0;
		text-align: center;
	}

}

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

	.single-sweepstake div.gform_wrapper .gfield,
	.sweepstake-result {
		float: none;
		width: 100%;
	}

	.single-sweepstake div.gform_wrapper .top_label input.medium {
		width: 97.5%;
	}

}

@media print {

	.single-sweepstake .footer-widgets .footer-widgets-2,
	.single-sweepstake .site-footer,
	.single-sweepstake .site-header,
	.single-sweepstake .vpnotaries-before-footer {
		display: none;
	}

	.single-sweepstake .entry {
		padding: 0;
	}

	.sweepstake-print-button {
		display: none;
	}

	.sweepstake-logo {
		display: block;
		margin: 0 auto 50px;
		width: 100px;
	}

	.single-sweepstake .footer-widgets .footer-widgets-1 {
		float: none;
		margin: 0 auto;
	}

}
