/*!
Theme Name: WP Care Plans
Theme URI: http://underscores.me/
Author: Simon Wilson
Author URI: http://www.progressive-web.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpcareplans
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.

WP Care Plans is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color:    #1a1a1a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	color: #4D4D4D;
	font-weight: 400;
	line-height: 1.2;
    margin: 0 0 20px;
    font-weight: bold;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

p {
	margin-bottom: 1.5em;
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 8px;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

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: 0px solid;
	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: 0px;
	padding: 5px 10px;
	display: block;
}

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;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: white;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2380e8;
	text-decoration: none;
}

a:visited {
	color: #2380e8;
}

a:hover, a:focus, a:active {
	color: #2380e8;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	flex: 1;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	background: #2380e8;
	left: -999em;
	z-index: 99999;
	margin-left: -20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.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: auto;
}

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

.main-navigation li {
	display: inline-block;
	margin-left: 50px;
	margin-bottom: 0;
}

.main-navigation ul ul li {
	display: block;
	margin: 0;
	text-align: left;
	padding: 0;
	line-height: 2;
}

.main-navigation ul ul li:first-child {
	padding-top: 20px;
}

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

.main-navigation a:hover {
	color: #8cbcf3;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #8cbcf3;
}

.main-navigation.account {
	font-weight: normal;
	text-transform: none;
}

.account-nav, .my-account-header {
	background: #000;
	text-align: right;
}

.account-nav li {
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.account-nav li:after {
	content: "|";
	padding-left: 10px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
}

.account-nav li:last-child::after {
	content: none;
}

.account-nav a {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

ul#secondary-menu {
	margin: 0;
	padding: 0;
}

/* Small menu */

.menu-toggle {
	cursor: pointer;
	display: none;
}

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

	.main-navigation {
		float: none;
		padding: 0;
		margin: 0;
		height: auto;
		line-height: normal;
	}

	.menu-toggle {
        display: block;
        color: white;
        background: transparent;
        margin: 0 0 10px 15px;
	}

	.menu-toggle:before {
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		content: '\f0c9';
		font-size: 30px;
	}

	button.menu-toggle {
		border: none;
		border-radius: 0px;
		box-shadow: none;
		float: right;
		margin: 10px 0;
		padding: 0;
	}

	.main-navigation.toggled .nav-menu {
		display: block;
	    border-top: 1px solid #fff;
	    margin: 10px 0 0;
	    float: left;
	    clear: both;
	    width: 100%;
	}

	.main-navigation ul {
        display: none;
        padding: 15px 0 0 0;
	}

	.main-navigation a {
    	display: block;
    	margin-bottom: 15px;
    }

	.main-navigation li {
		padding: 0;
		text-align: left;
		margin: 0;
		line-height: normal;
		width: 100%;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
		background: transparent;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	.main-navigation ul ul li:first-child {
		padding-top: 0;
	}

	.main-navigation ul.sub-menu {
		margin-left: 15px;
	}

	.main-navigation ul ul a {
		width: 100%;
	}

	.main-navigation ul ul li {
		border: none;
		margin: 0;
		padding: 0;
	}

	.main-navigation.footer {
		display: none;
	}

} /* end responsive menu */


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

li#menu-item-96 {
    background: #2380e8;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

li#menu-item-96:hover {
	background: #FF4F40;
	color: #fff;
}

li#menu-item-96 a:hover  {
	color: #fff;
}

li#menu-item-278 a {
	color: #8cbcf3;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
/*
.fixed-header {
	position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}

body.admin-bar .fixed-header {
	top: 32px;
}

@media screen and (max-width: 768px) {
	.fixed-header {
		position: relative;
	}
}
*/

.site-header {
    background: #2380e8;
    z-index: 9999;
    width: 100%;
}

.inner-header {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.inner-header {
		display: block;
	}
}

.inner-header.account {
	padding: 5px 15px;
	justify-content: flex-end;
}

.site-branding {
    text-align: center;
    width: 200px;
    display: flex;
}

@media screen and (max-width: 768px)  {
	.site-branding {
	    width: 200px;
	    float: left;
	}
}

.site-branding img {
	display: block;
}

/*
.banner {
	padding-top: 60px;
}

@media screen and (max-width: 768px) {
	.banner {
		padding-top: 0;
	}
}
*/

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.soliloquy-container .soliloquy-image {
	width: 100%;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-left {
	height: auto !important;
	top: 15% !important;
	width: auto !important;
}

@media screen and (max-width: 768px) {
	.soliloquy-container .soliloquy-caption.soliloquy-caption-left {
		width: 100% !important;
	}
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-size: 66px !important;
	font-weight: bold !important;
	text-align: left !important;
	padding: 50px 50px 50px 15px !important;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-left h1 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.soliloquy-container .soliloquy-caption.soliloquy-caption-left h1 {
		font-size: 38px;
	}
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	font-size: 18px !important;
	font-weight: normal;
	margin: 0;
	line-height: 1.5;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside a {
	text-decoration: none !important;
}

.herobutton .button {
	background: #2380e8;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 15px 20px;
	border-radius: 20px;
	display: inline-block;
}

.herobutton .button:hover {
	background: #FF4F40;
}

.herobutton .button.outline {
	background: transparent;
	border: 1px solid #2380e8;
}

.herobutton .button.outline:hover {
	border: 1px solid #FF4F40;
	color: #FF4F40;
}

/*--------------------------------------------------------------
# Pricing tables
--------------------------------------------------------------*/
.ptp-dg7-price, .ptp-dg7-cd-currency, .ptp-dg7-pay-duration, .ptp-dg7-pricing-header h2 {
	font-weight: 900 !important;
}

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

	header.ptp-dg7-pricing-header {
		text-align: center !important;
	}

	#ptp-41 header.ptp-dg7-pricing-header {
		height: auto !important;
	}

	#ptp-41 header.ptp-dg7-pricing-header h2 {
		margin-bottom: 6px !important;
	}
}

.ptp-dg7-pricing-header

.ptp-dg7-pricing-header h2 {
	font-weight: 700 !important;
}

.cd-pricing-list a {
	text-decoration: none;
}

.ptp-dg7-pricing-table {
	margin-top: 80px !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.ptp-dg7-pricing-table {
		margin-top: 20px !important;
	}
}

.page-id-5 .ptp-dg7-pricing-table, .page-id-110 .ptp-dg7-pricing-table {
	margin-top: 0 !important;
}

div.ptp-dg7-col:not(.ptp-dg7-highlight) {
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.3) !important;
}

@media screen and (max-width: 768px) {
	div.ptp-dg7-col:not(.ptp-dg7-highlight) {
		box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.3) !important;
	}
}

div.ptp-dg7-highlight {
	top: -10px;
	z-index: 9999;
	box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.3) !important;
}

.ptp-dg7-bullet-item {
	text-align: left !important;
	padding: 12px 18px !important;
	line-height: normal !important;
	font-size: 16px !important;
}

.ptp-dg7-pay-duration::before {
	content:none !important;
    margin-right: 0 !important;
}

#ptp-41 .ptp-dg7-pay-duration {
	display: block;
}

i.fa.fa-times.black {
    color: red;
}

.ptp-cp3-data-holder, .ptp-cp3-price-holder, .ptp-cp3-price-table .head .ptp-cp3-plan-title {
	font-family: "Open Sans",sans-serif !important;
}

.ptp-cp3-data-holder {
	font-weight: normal !important;
}

#ptp-261 .ptp-comparison3-unfeatured .ptp-cp3-data-holder .cp3-btn, #ptp-261 .special .ptp-cp3-data-holder .cp3-btn {
	box-shadow: none !important;
}

.ptp-cp3-data-holder .cp3-btn {
	border-radius: 0 !important;
}

#ptp-261 .special.ptp-cp3-price-table, #ptp-261 .special.ptp-cp3-price-table .ptp-cp3-data-holder-cp3-btn, #ptp-261 .special.ptp-cp3-price-table .ptp-cp3-price-holder {
	border: none !important;
	box-shadow: none !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.home h2 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 35px;
}

.entry-content h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #4D4D4D;
}

.home .hero-statement {
	text-align: center;
	background: #e8f2fd;
	padding: 25px 0;
	width: 100%;
}

.block.home-blog {
	background: #E5E5E5;
}

.hero-statement p {
	margin: 0;
}

.benefit-box {
	text-align: center;
	padding: 20px;
}

.benefit-box .fas, .benefit-box .fal, .benefit-box .far,.benefit-box .fab {
	font-size: 50px;
	color: #4D4D4D;
}

@media screen and (max-width: 768px) {
	.benefit-box .fas, .benefit-box .fal, .benefit-box .far,.benefit-box .fab {
		display: none;
	}

	.benefit-box {
		padding: 10px 20px;
	}
}

.block .benefit-box h2 {
	line-height: 1.1;
	font-size: 22px;
	margin: 20px 0;
}

.centered {
	text-align: center;
}

.benefit-box .fas:hover, .benefit-box .fal:hover, .benefit-box .far:hover,.benefit-box .fab:hover {
	color:  #a6a6a6;
}

.price-tables {
	margin: 0 auto;
	text-align: center;
}

.price-tables.hosting {
	text-align: left;
}

header.entry-header, header.page-header  {
	background: #4D4D4D;
	padding: 75px 0;
	margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
	header.entry-header, header.page-header {
		margin-top: 0;
		padding: 75px 20px;
		margin-bottom: 20px;
	}
}

header.page-header {
	margin-bottom: 0;
}

header.entry-header h1.entry-title, header.page-header h1.entry-title {
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.archive-description {
    color: #fff;
    text-align: center;
    padding: 20px 100px;
}

.icon {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

h2.sub-head {
	color: #fff;
	margin: 10px 0 0;
}

.box-shadow {
	box-shadow: 0 4px 15px -8px rgba(0, 0, 0, 0.6);
}

p.subheading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

p:empty {
	display: none;
}

/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/
.grey {
	background: #4d4d4d;
}

.orange {
	background: #ff4f40;
}

.mid-blue {
	background: #084e9b;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block {
   padding: 75px 0;
   display: block;
   width: 100%;
   position: relative;
}

@media screen and (max-width: 768px) {
	.block {
		padding: 20px;
	}
}

.block h2 {
	text-align: center;
	color: #4D4D4D;
	font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 35px;
}

.block.services {
	margin: 0 !important;
}

.block.services h2 {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.block.services h2 {
		text-align: left;
	}
}

.block.services .fas, .block.services .far, .block.services .fab, i.fal.fa-industry-alt.fa-5x {
	margin-right: 40px;
	opacity: 0.7;
	flex: none;
}

.block.services .fas.fa-pound-sign, .block.services .fas.fa-euro-sign, .block.services .fas.fa-dollar-sign {
	margin-right: 0;
}

.block.services .services {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.block.services .services {
		margin-bottom: 20px;
	}
}

.block.services .services h3 {
	color:	#fff;
	margin: 0 0 8px;
	font-weight: bold;
}

.block.services .services p {
	margin: 0 0 20px;
}

.services-text ul {
	padding: 0 0 0 20px;
	margin: 10px 0;
}

.block.services div.wpcf7 {
	background: #fff;
	border-radius: 25px;
	display: inline-block;
	box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.3);
}

.block.services div.wpcf7 input[type="text"], .block.services div.wpcf7 input[type="email"], .block.services div.wpcf7 textarea {
	border-radius: 0;
	background: #f2f2f2;
	padding: 10px;
	border: none;
	color: #404040;
	font-size: 16px;
}

.block.services div.wpcf7 p {
	margin: 0 0 10px;
}

.block.services div.wpcf7 input[type="submit"] {
	background: #fff;
    border: none;
    border-radius: 25px;
    padding: 15px 50px;
    font-size: 16px;
    color: #404040;
}

.block.services div.wpcf7 input[type="submit"]:hover {
	background: #FF4F40;
}

.block.guarantee, .block.quote, .block.reviews {
	color: #fff;
	text-align: center;
}

.block.quote, .block.reviews  {
	margin: 50px 0;
}

@media screen and (max-width: 768px) {
	.block.quote, .block.reviews  {
		margin: 20px 0;
	}

}

.block.quote h3 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #fff;
}

.block.guarantee:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0d7";
    top: -70px;
    position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    font-size: 100px;
}

.block.guarantee i.fas.fa-star {
	display: inline-block;
}

.block.guarantee h2, .block.quote h2, .block.reviews h2  {
	color: #fff;
}

.block.guarantee p {
	margin: 0 0 20px;
}

.block.reviews {
	padding-bottom: 20px;
}

.review-box {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.review-box {
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
}

.review-box h2 {
	line-height: 1.1;
	font-size: 22px;
	margin: 20px 0;
	text-align: left;
	color: #fff;
}

.review-box a {
	color: #fff;
}

.review-box p.name {
    font-weight: bold;
    margin: 0;
}

.block-footer a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 0;
}

.block-footer {
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.block-footer {
		border-top: 0px solid;
		padding-top: 0;
	}
}

.wpcf7 .watermark {
    color: #404040 !important;
}
::-webkit-input-placeholder {
    color: #404040 !important;
}
:-moz-placeholder {
    color: #404040 !important;
}
::-moz-placeholder {
    color: #404040 !important;
}
:-ms-input-placeholder {
    color: #404040 !important;
}

p.form-header {
	font-size: 20px;
	font-weight: bold;
}

.block.benefits p, .block.home-blog p {
	text-align: center;
}

.ptp-cp3-price-holder .ptp-pricing-text {
	font-size: 12px !important;
	line-height: normal !important;
}

/*--------------------------------------------------------------
# Quote boxes
--------------------------------------------------------------*/
.quote-box {
	padding: 20px 50px;
}

.quote-box h2 {
	font-size: 70px;
	color: #ff4f40;
}

.quote-box p {
	font-size: 36px;
	font-weight: bold;
	color: #4d4d4d;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-page {
	background:  #e6f4ff;
	padding-top: 55px;
	padding-bottom: 35px;
}

header.entry-header.blog {
	padding: 0;
	background: #fff;
	position:relative;
	margin-bottom: 0;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	header.entry-header.blog {
		margin-top: 0;
	}
}

header.entry-header.blog .image-bg {
  	position: relative;
}

.title-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0 50px;
}

.entry-header.blog img {
	width: 2560px;
	display: block;
}

.entry-header.blog h1.entry-title, .entry-header.blog .entry-meta {
	color: white;
	position: relative;
	font-size: 70px;
	margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
	.entry-header.blog h1.entry-title, .entry-header.blog .entry-meta  {
		font-size: 22px;
	}
}

.entry-header.blog .entry-meta {
	font-size: 18px;
}

.entry-header.blog .entry-meta p {
	text-align: center;
	margin: 0;
	font-size: 12px;
}

.entry-header.blog .entry-meta a {
	color: #fff;
}

.box.blog {
	padding: 0;
	margin-bottom: 20px;
	background: #fff;
}

.box.blog img {
	display: block;
	width: 100%;
}

.blogcard {
	padding: 10px;
}

.blogcard .entry-meta, .blogcard .entry-meta a {
	font-size: 12px;
	font-weight: bold;
	color: #1a1a1a;
}

.blogcard h2.entry-title {
	font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
    min-height: 110px;
    text-align: left;
}

@media screen and (max-width: 768px) {
	.blogcard h2.entry-title {
		min-height: auto;
	}
}

ul.post-categories {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

ul.post-categories li {
	font-size: 12px;
}

.content-area.blog a {
	color: inherit;
}

.content-area.single {
	padding: 50px 0;
}

.content-area.single p, .content-area.single li {
	font-size: 18px;
}

.content-area.single h2 {
	color:  #4D4D4D;
	margin-bottom: 30px;
}

.author_bio_section {
	background: none repeat scroll 0 0 #f2f2f2;
	padding: 15px;
}

.author_bio_section p.author_details, .author_bio_section p.author_links {
	font-size: 14px;
}

.author_bio_section .author_name {
	font-weight: bold;
}

.author_details img {
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;
}


figure#attachment_450 {
	border: 1px solid #f2f2f2;
	padding: 5px;
}

p#breadcrumbs {
    font-size: 10px;
    margin: 20px 0 0;
}

#cookie-law-info-bar {
    background: rgba(0, 0, 0, 0.85) !important;
    padding: 10px 0;
}

#cookie-law-info-bar span {
    font-size: 12px !important;
}

.cli-plugin-button {
	border-radius: 0 !important;
	background: #fff !important;
	color: #000 !important;
	font-weight: bold !important;
	margin: 0 5px !important;
	font-size: 12px !important;
}

#cookie-law-info-again {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.7) !important;
    font-size: 10px !important;
    bottom:20px;
}



/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
.payment-box label {
    display: inline-block;
    width: 30%;
}

.payment-box span.wpcf7-form-control-wrap {
	display: inline-block;
	width: 60%;
}

.payment-box input[type="text"], .payment-box input[type="email"] {
	width: 100%;
}

.payment-box label.info {
	vertical-align: top;
}

.payment-box input.wpcf7-form-control.wpcf7-submit, input#stripe-submit {
	background: #2380e8;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 0;
	display: block;
    margin: 0 auto;
}

.payment-box input.wpcf7-form-control.wpcf7-submit:hover {
	background: #FF4F40;
}

p.et_bloom_custom_field {
	display: none;
}

#cf7pp_stripe_credit_card_number, #cf7pp_stripe_credit_card_csv, #cf7pp_stripe_credit_card_expiration, #cf7pp_stripe_credit_card_zip {
	color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 10px;
    display: block;
}

.cf7pp_details_input {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/
.image-bg .hentry {
	margin: 0;
}

.box.blog .category-introductory-series {
	border-top: 5px solid #e82153;
	border-bottom: 5px solid #e82153;
}

.image-bg .category-introductory-series img {
	border-bottom: 5px solid #e82153;
}

.box.blog .category-digital-marketing {
	border-top: 5px solid #21b6e8;
	border-bottom: 5px solid #21b6e8;
}

.image-bg .category-digital-marketing img {
	border-bottom: 5px solid #21b6e8;
}

.box.blog .category-coaching {
	border-top: 5px solid #21e8b6;
	border-bottom: 5px solid #21e8b6;
}

.image-bg .category-coaching img {
	border-bottom: 5px solid #21e8b6;
}

.box.blog .category-tutorials {
	border-top: 5px solid #e821e8;
	border-bottom: 5px solid #e821e8;
}

.image-bg .category-tutorials img {
	border-bottom: 5px solid #e821e8;
}

.box.blog .category-wordpress-support {
	border-top: 5px solid green;
	border-bottom: 5px solid green;
}

.image-bg .category-wordpress-support img {
	border-bottom: 5px solid green;
}

.box.blog .category-news {
	border-top: 5px solid pink;
	border-bottom: 5px solid pink;
}

.image-bg .category-news img {
	border-bottom: 5px solid pink;
}

.box.blog .category-introductory-series ul.post-categories li a {
	color: #e82153;
}

.box.blog .category-coaching ul.post-categories li a {
	color: #21e8b6;
}

.box.blog .category-digital-marketing ul.post-categories li a {
	color: #21b6e8;
}

.image-bg .category-digital-marketing ul.post-categories li a {
	color: #21b6e8;
}

.image-bg .category-wordpress-support ul.post-categories li a {
	color: green;
}





/*--------------------------------------------------------------
# Woocommmerce
--------------------------------------------------------------*/
/*
.woocommerce .col-1, .woocommerce .col-2{
	max-width: none;
}
*/

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	margin-top: 0;
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 48%;
}

.woocommerce h1.entry-title {
	color: #404040;
	text-align: left;
	line-height: normal;
	margin: 0 0 20px;
	font-weight: bold;
}

.woocommerce p.price {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #404040;
}

.woocommerce .content-area a {
	text-decoration: none;
}

nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
	font-size: 11px;
}

.woocommerce .content-area {
	padding: 20px;
	background:  #f2f2f2;
	margin-bottom: 55px;
}

.woocommerce .content-area i.fas.fa-chevron-right {
	font-size: 14px;
}

/*
.woocommerce-product-details__short-description {
	padding: 20px;
	background: #e6e6e6;
	border: 5px solid #fff;
	margin-bottom: 30px;
}
*/

button.single_add_to_cart_button {
	background: #2380e8;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 0;
}

button.single_add_to_cart_button:hover, section.related.products ul.products li.product .button:hover {
	background: #FF4F40;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	color: #fff;
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #FF4F40 !important;
	width: 100%;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
	color: #fff;
}

.woocommerce-message {
	margin-top: 0;
}

.woocommerce-error a, .woocommerce-message a {
	color: #fff;
	font-weight: bold;
}

ul.woocommerce-error {
	margin: 20px 0;
}

.woocommerce-error li {
	margin: 0;
	list-style: none;
}

.woocommerce .product_meta {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid  #a6a6a6;
	font-size: 12px;
}

section.related.products h2 {
	margin-bottom: 30px;
}

ul.products li.product img {
	margin-bottom: 10px;
}

section.related.products {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

section.related.products span.price {
    color: #404040;
    display: block;
    font-weight: bold;
    margin: 20px 0 0;
}

section.related.products h2.woocommerce-loop-product__title  {
	margin-bottom: 0;
}

section.related.products ul.products li.product .button {
	background: #2380e8;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 0;
    margin-top: 10px;
    display: inline-block;
    width: auto;
}

.woocommerce ul.products li.product, .woocommerce .related ul.products li.product {
	text-align: center;
}

.product-thumbnail img {
	display: none;
}

.woocommerce-additional-fields h3 {
	display: none;
}

form.woocommerce-cart-form, .cart-collaterals {
    background: #f2f2f2;
    padding: 20px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	margin-bottom: 0;
}

form.woocommerce-cart-form thead {
	text-align: left;
}

form.woocommerce-cart-form thead th {
	border-bottom: 1px solid  #a6a6a6;
	padding: 10px 10px 10px 0;
}

form.woocommerce-cart-form tbody td {
	padding: 10px 10px 10px 0;;
}

form.woocommerce-cart-form tbody td.product-remove a {
	color: red;
}

form.woocommerce-cart-form tbody a {
	text-decoration: none;
}

form.woocommerce-cart-form .button {
	display: none;
}

.cart-collaterals {
	text-align: left;
}

a.checkout-button {
	background: #2380e8;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
}

a.checkout-button:hover {
	background: #FF4F40;
}

.cart-footer {
	border-top: 1px solid  #a6a6a6;
	padding-top: 20px;
	margin-top: 50px;
}

.cart-footer a {
	text-decoration: none;
}

.cart-questions {
	margin-top: 30px;
}

.box {
	padding: 20px;
	margin-bottom: 20px;
	background: #f2f2f2;
}

.box h2, article#post-233 h3 {
	font-size: 20px;
	font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
}

#customer_details h2, h2#order_review_heading {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
}

.woocommerce-billing-fields label {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
}

.woocommerce-billing-fields input[type="text"], .woocommerce-billing-fields input[type="tel"], .woocommerce-billing-fields input[type="email"], textarea#order_comments, input#account_password {
	border-radius: 0;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #ccc;
}

.woocommerce-billing-fields p {
	margin-bottom: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table thead {
    text-align: left;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 15px;
    height: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 0;
}

.woocommerce-additional-fields__field-wrapper label {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

table.shop_table.woocommerce-checkout-review-order-table {
    text-align: left;
    border-bottom: 1px solid  #a6a6a6;
    padding-bottom: 20px;
}

ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subscriptio_stripe_credit_card_form {
	border: 1px solid  #a6a6a6;
	padding: 10px !important;
	margin: 10px 0 30px;
}

input#subscriptio_stripe-card-number {
    width: 100%;
}

#subscriptio_stripe-card-expiry-month, #subscriptio_stripe-card-expiry-year {
	padding: 3px 10px !important;
}

.subscriptio_stripe_credit_card_form label {
	display: block !important;
}

button#place_order, button.button {
	background: #2380e8;
	padding: 10px 15px;
	border: none;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
	font-weight: bold;
	font-size: 16px;
}

button#place_order:hover, button.button:hover {
	background: #FF4F40;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	margin: 0;
    list-style: none;
    padding: 0;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	text-align: left;
}

thead {
    text-align: left;
}

.woocommerce label {
	display: block;
	margin: 5px 0;
}

nav.woocommerce-MyAccount-navigation {
    background: #2380e8;
    display: inline-block;
    height: auto;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}

nav.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0 0 0 20px
}

nav.woocommerce-MyAccount-navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

nav.woocommerce-MyAccount-navigation a:hover {
	color: #8cbcf3;
}

nav.woocommerce-MyAccount-navigation li {
	display: block;
	margin: 0 40px 0 0;
	float: left;
	line-height: 50px;
}

li.woocommerce-MyAccount-navigation-link.is-active  a {
	color: #8cbcf3;
}

form.woocommerce-EditAccountForm.edit-account fieldset, .woocommerce-MyAccount-content fieldset {
	width: 50%;
	margin-bottom: 30px;
	border-color: #a6a6a6;
	border-style: solid;
}

.woocommerce-MyAccount-content fieldset {
	width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 0;
    margin-left: 0;
}

div.woocommerce a.subscriptio_button {
	margin: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	font-size: 12px;
	font-style: italic;
}

p.woocommerce-LostPassword.lost_password {
    margin-bottom: 0;
    font-weight: bold;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first, form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last {
	float: left;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first {
	margin-right: 20px;
}

p.woocommerce-form-row {
    margin-bottom: 10px;
}

div#customer_login label, form.woocommerce-ResetPassword.lost_reset_password label, form.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
	display: inline-block;
}

form.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
	margin-left: 20px;
}

div#customer_login input[type="text"], div#customer_login input[type="password"], div#customer_login input[type="email"] {
	width: 50%;
	float: right;
}

div#customer_login button.woocommerce-Button.button {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #0a2542;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 30px;
}

.site-footer p {
	margin: 0;
}

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

.wordpress-expert-bar {
	background: #103A68;
	color: #fff;
	position: relative;
}

.wordpress-expert-bar h2 {
	color: #fff;
}

.icon.wp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f19a";
  font-size: 400px;
  opacity: 0.1;
  transform: rotate(-25deg);
  position: absolute;
  right: 50px;
  color: #666;
  top: -154px;
}

.wordpress-expert-bar h2, .wordpress-expert-bar p {
	margin: 0 0 20px;
}

.wordpress-expert-bar h2 {
	margin-bottom: 35px;
	font-size: 38px;
	font-weight: bold;
}


.wordpress-expert-bar .fa-wordpress {
	opacity: 0.1;
    position: absolute;
    font-size: 450px;
    right: 100px;
    top: 35px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.site-info.left {
	float: left;
	text-align: left;
}

.site-info.right {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.site-info.right {
		text-align: left;
	}
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* 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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 55px 0;
}

.home .entry-content, .home .hentry {
	margin-bottom: 0;
	margin-top: 0;
}

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

/*--------------------------------------------------------------
## 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;
	border: 1px solid #ccc;
	padding: 10px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

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

