/*
	Theme Name: Essence Pro
	Theme URI: https://my.studiopress.com/themes/essence/
	Description: Beautiful, clutter-free simplicity from the outside in, allowing you and your readers to focus on the essentials.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 1.1.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, e-commerce, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: essence-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Typographical Classes
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Header Widget Areas
		- Header Hero
	- Site Navigation
		- Accessible Menu
		- Primary Navigation
		- Off Screen Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Off-screen Content
	- After Content Featured
	- Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
		- Max-width: 600px
	- Print Styles
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.featured-content .more-posts::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.pricing-table::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

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


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #f4f4f4;
	color: #333;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #be8100;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #35678a;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
}

/* Typographical Classes
--------------------------------------------- */

.intro {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
	letter-spacing: -1.25px;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -1px;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -0.75px;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5,
h6 {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	color: #be8100;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 24px;
	margin-top: 32px;
}

.entry-content a {
	font-weight: 700;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 18px 24px 14px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link,
.featured-content .more-from-category a,
.more-link {
	background-color: #be8100;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 19px 30px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

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

.button {
	display: inline-block;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.comment-reply-link,
.button.secondary,
.featured-content .more-from-category a {
	background-color: transparent;
	border: 2px solid #999;
	color: #666;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.button.secondary:focus,
.button.secondary:hover,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: transparent;
	border: 2px solid #666;
	color: #333;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.comment-reply-link {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 12px 8px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	font-size: 2rem;
	padding: 26px 36px 22px;
}

button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
a.button.text,
a.more-link.button.text,
.more-link {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #bb8100;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-top: 0;
	color: #bb8100;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 0 6px 0;
}

button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
.button.text:focus,
.button.text:hover,
a.more-link.button.text:focus,
a.more-link.button.text:hover,
.more-link:focus,
.more-link:hover {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #666;
	color: #333;
	padding: 16px 0 6px 0;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin-top: -50px;
	position: relative;
	word-wrap: break-word;
	z-index: 1;
}

.error404 .site-inner,
.page .site-inner,
.single .site-inner {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.05);
}

.error404 .site-inner::before,
.page .site-inner::before,
.single .site-inner::before {
	background-color: #be8100;
	content: "";
	display: block;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	width: 0px;
	z-index: 9;
}

.page-template-page_blog .site-inner,
.content-sidebar .site-inner,
.sidebar-content .site-inner {
	background-color: transparent;
	box-shadow: none;
}

.page-template-page_blog .site-inner::before,
.content-sidebar .site-inner::before,
.sidebar-content .site-inner::before {
	display: none;
}

.landing-page .site-inner {
	margin-bottom: 100px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	background-color: transparent;
	float: right;
	width: 1100px;
}

.content-sidebar .content {
	float: left;
}

.content-sidebar .content,
.sidebar-content .content {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.05);
	width: 800px;
}

.error404.content-sidebar .content,
.error404.sidebar-content .content,
.page.content-sidebar .content,
.page.sidebar-content .content,
.single.content-sidebar .content,
.single.sidebar-content .content {
	padding: 60px 80px;
}

.archive.sidebar-content .content,
.archive.content-sidebar .content,
.page-template-page_blog.sidebar-content .content,
.page-template-page_blog.content-sidebar .content {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 1100px;
}

.half-width-entries .content {
	max-width: none;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

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

.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 {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: -12px 16px 24px 0;
}

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

.breadcrumb {
	color: #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 0;
	text-align: center;
}

.breadcrumb a {
	color: #ccc;
}

.after-entry,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.after-entry {
	padding: 60px 0;
}

.author-box {
	background-color: #f5f5f5;
	padding: 60px;
	text-align: center;
}

.full-width-content .author-box {
	margin: 0 -140px;
}

.archive.full-width-content .author-box {
	margin: 140px 0 0 0;
}

.author-box .avatar {
	float: none;
	margin: 0 auto 20px auto;
}

.archive-description,
.archive-description a,
.archive-description p {
	color: #ccc;
}

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

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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-title,
.author-box-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #be8100;
}

.featured-content .widget-title .more-posts-title,
.widget-title {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sidebar .featured-content .entry {
	box-shadow: none;
}

.sidebar .featured-content .widget-title {
	text-align: left;
}

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	margin-left: 4%;
	width: 22%;
}

.flexible-widgets.widget-halves .widget {
	margin-left: 4%;
	width: 48%;
}

.flexible-widgets.widget-thirds .widget {
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-halves .widget:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.flexible-widgets .featured-content .entry,
.flexible-widgets .featuredpost .entry:last-of-type {
	background-color: #fff;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	text-align: center;
}

.flexible-widgets .featured-content .entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: -1px;
	text-decoration: none;
}

.flexible-widgets .featured-content .entry-content,
.flexible-widgets .featured-content .entry-title {
	padding: 15px 40px 0px 40px;
}

.flexible-widgets .featuredpost .entry-meta {
	padding-left: 40px;
	padding-right: 40px;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry {
	float: left;
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n+1),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content .more-posts-title {
	padding: 30px 0;
}

.flexible-widgets .featured-content .more-posts {
	text-align: center;
}

.flexible-widgets.widget-full .featured-content .more-posts,
.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
	clear: both;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	padding-bottom: 30px;
}

.flexible-widgets .featured-content .more-from-category {
	margin-bottom: 55px;
}

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

.featured-content .entry {
	background-color: transparent;
	padding: 0 0 20px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .more-posts-title {
	display: block;
	padding: 20px 0 0;
}

.featured-content .more-from-category {
	clear: both;
	padding-top: 25px;
	position: relative;
	text-align: center;
}

.featured-content .more-from-category a,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: #f4f4f4;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.featured-content .more-from-category::before {
	background-color: #dedede;
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: -2;
}

.featured-content .more-from-category a::before,
.featured-content .more-from-category a::after {
	background-color: #f4f4f4;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 50px;
	z-index: -5;
}

.featured-content .more-from-category a::before {
	left: -52px;
}

.featured-content .more-from-category a::after {
	right: -52px;
}

.featured-content .widget-title {
	clear: both;
	display: block;
	text-align: center;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: underline;
}

.sidebar .featured-content .entry-title a {
	color: #be8100;
}

.sidebar .featured-content .entry-title a:hover {
	color: #333;
}

.after-entry .featured-content .more-from-category::before,
.after-entry .featured-content .more-from-category a::before,
.after-entry .featured-content .more-from-category a::after,
.sidebar .featured-content .more-from-category::before,
.sidebar .featured-content .more-from-category a::before,
.sidebar .featured-content .more-from-category a::after {
	display: none;
}


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

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

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

.sidebar .widget.enews-widget {
	background-color: #fff;
	text-align: center;
}

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

.sidebar .enews-widget input {
	text-align: center;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #be8100;
	border-width: 0;
	color: #fff;
}

.sidebar .enews-widget input:focus[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

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

.enews-widget form {
	position: relative;
}

.enews-widget input[type="submit"] {
	bottom: 3px;
	position: absolute;
	right: 3px;
	text-align: center;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	bottom: auto;
	position: relative;
	right: auto;
	width: 100%;
}

.sidebar .enews-widget input {
	margin-top: 10px;
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 50%;
}

.site-title {
	font-family: 'Lora', serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 10px;
	text-indent: 10px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.no-off-screen-menu.wp-custom-logo .site-description,
.no-off-screen-menu.wp-custom-logo .site-title,
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	display: block;
	text-indent: -9999px;
}

.wp-custom-logo .title-area > a {
	float: left;
	width: 100%;
}

.no-off-screen-menu.wp-custom-logo .custom-logo {
	float: left;
}

/* Header Widget Areas
--------------------------------------------- */
.header-left {
	float: left;
	position: relative;
	width: 25%;
	z-index: 99;
}

.header-right {
	float: right;
	position: relative;
	text-align: right;
	width: 25%;
	z-index: 99;
}

.header-left .search-form::before {
	color: #fff;
	content: "\f375";
	display: block;
	font-family: "Ionicons";
	padding-left: 1px;
	position: absolute;
	top: 12px;
}

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

.header-left input[type="search"] {
	border-width: 0;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

.header-left ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.header-left :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.header-left ::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

.no-off-screen-menu .header-left input[type="search"] {
	text-align: right;
}

.no-off-screen-menu .header-left .search-form::before {
	color: #fff;
	content: "\f375";
	display: block;
	font-family: "Ionicons";
	position: absolute;
	top: 12px;
	right: 0;
}

/* Header Hero
--------------------------------------------- */

.header-hero {
	background-color: #111;
	background-size: cover;
	background-position: center center;
	padding-bottom: 14vw;
}

.hero-page-title {
	padding: 8vw 180px 150px 180px;
	text-align: center;
}

.hero-page-title h1 {
	color: #fff;
	font-size: 64px;
	font-size: 6.4rem;
}

.hero-page-title .entry-meta {
	display: inline-block;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 2px;
	outline-offset: -1px;
	padding: 32px 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #000;
	left: -9999px;
	margin-top: -1px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 0;
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #111;
}

.genesis-nav-menu .sub-menu .sub-menu {
	border-top-width: 0;
	margin: -52px 0 0 200px;
}

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

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

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .wrap {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	border-bottom: 1px solid transparent;
}

.nav-primary .genesis-nav-menu > .menu-item > a:focus,
.nav-primary .genesis-nav-menu > .menu-item > a:hover,
.nav-primary .genesis-nav-menu > .menu-item.current-menu-item > a {
	border-bottom-color: #fff;
}

/* Off Screen Navigation
--------------------------------------------- */

.off-screen-content {
	text-align: center;
}

.off-screen-menu .genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
}

.off-screen-menu .genesis-nav-menu a {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 25px;
	padding: 20px;
	text-transform: none;
}

.off-screen-menu .genesis-nav-menu a:focus,
.off-screen-menu .genesis-nav-menu a:hover {
	color: #be8100;
}

button.off-screen-item {
	background-color: transparent;
}

.no-off-screen-menu .site-title,
.no-off-screen-menu .site-description {
	text-align: left;
	text-indent: 0;
}

.no-off-screen-menu .header-left {
	float: right;
	text-align: right;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	color: #333;
}

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover {
	color: #bb8100;
}


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

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

.entry {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.05);
	margin-bottom: 40px;
}

.error404 .content .entry,
.single .content .entry,
.page:not(.page-template-page_blog) .content .entry {
	background-color: transparent;
	box-shadow: none;
}

.search.search-no-results .content .entry,
.archive.archive-no-results .content .entry {
	padding: 60px 20px 40px;
	text-align: center;
	width: 100%;
}

.half-width-entries .content .entry {
	float: left;
	margin-left: 4%;
	text-align: center;
	width: 48%;
}

.half-width-entries .content .entry:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

.entry-container {
	padding: 40px 80px 40px;
}

.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 ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #767676;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
	text-decoration: none;
}

.entry-meta em {
	letter-spacing: normal;
	font-weight: normal;
}

.hero-page-title p.entry-meta,
.hero-page-title .entry-meta a {
	color: #ccc;
}

.hero-page-title .entry-meta a:focus,
.hero-page-title .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 24px;
}

.sidebar .entry-header .entry-meta {
	margin-top: 4px;
}

.byline {
	text-transform: initial;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.archive-pagination.pagination::before {
	background-color: #dedede;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.archive-pagination ul {
	background-color: #f4f4f4;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 9;
}

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

.archive-pagination li {
	display: inline;
}

.pagination a {
	background-color: transparent;
	border: 2px solid #666;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 3px;
	padding: 7px 15px;
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	border-color: #be8100;
	color: #be8100;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 0 32px;
}

.entry-comments {
	padding: 60px 0;
}

.entry-comments::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 80px auto;
	width: 2px;
}

.comment-notes {
	text-align: center;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.comment-list li {
	padding-left: 30px;
	margin-top: 60px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment:not(.depth-1) article {
	border-left: 2px solid #e8e8e8;
	padding: 0 0 10px 50px;
}

.comment-header {
	margin-bottom: 20px;
}

.comment-header .comment-author-link {
	color: #111;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta .comment-time-link {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
	line-height: 1;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.entry-pings .reply {
	display: none;
}

/* Pricing Page
--------------------------------------------- */

.full-width-content .pricing-table {
	margin: 40px -220px 80px;
}

.pricing-table .one-half,
.pricing-table .one-third,
.pricing-table .one-fourth {
	background-color: #f5f5f5;
	padding: 50px 20px;
	text-align: center;
}

.pricing-table .featured {
	background-color: #fff;
	border: 2px solid #ccc;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.05);
}

.pricing-table h4 {
	font-style: normal;
	margin-top: 0;
}

.pricing-table p {
	margin-bottom: 0;
}

.pricing-table .price {
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 10px 0;
}

.pricing-table ul li {
	font-size: 18px;
	font-size: 1.8rem;
	list-style-type: none;
}

.pricing-table ul {
	margin: 0 0 40px 0;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.05);
	padding: 40px;
}

/* Off-screen Content
---------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.off-screen-item,
.off-screen-container .close {
	display: none;
}

.off-screen-item {
	display: initial;
}

.off-screen-content {
	background-color: rgba( 0, 0, 0, 0.9 );
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 0px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.off-screen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.off-screen-wrapper {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .close {
	background-color: #000;
	color: #fff;
	display: initial;
	font-size: 20px;
	font-size: 2rem;
	position: absolute;
	top: 20px;
	right: 40px;
}

.admin-bar .off-screen-container .close {
	top: 52px;
}

.off-screen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}


/* After Content Featured
---------------------------------------------------------------------------- */

.after-content-featured {
	margin-top: 60px;
}

.after-content-featured .featuredpage .entry {
	background-color: #222;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.after-content-featured .featuredpage .entry .entry-content {
	background-color: #222;
	color: #fff;
	padding: 5%;
	z-index: 5;
	position: relative;

}

.after-content-featured .featuredpage .entry a img {
	display: block;
	margin: 0 auto;
}

.after-content-featured .featuredpage .entry a.aligncenter,
.after-content-featured .featuredpage .entry a.alignleft,
.after-content-featured .featuredpage .entry a.alignnone,
.after-content-featured .featuredpage .entry a.alignright {
	display: block;
	margin: 0;
}

.after-content-featured .featuredpage .entry .entry-header {
	background-color: rgba(0,0,0,0.55);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
	width: 100%;
	z-index: 3;
}

.after-content-featured .featuredpage .entry:focus .entry-header,
.after-content-featured .featuredpage .entry:hover .entry-header,
.after-content-featured .featuredpage .entry.focused .entry-header {
	background-color: rgba(0,0,0,0.45);
}

.after-content-featured .featuredpage .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0;
}

.after-content-featured .featuredpage .entry .entry-header a {
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	padding: 22% 5% 2% 5%;
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
	width: 100%;
}

.after-content-featured .featuredpage .entry:focus .entry-header a,
.after-content-featured .featuredpage .entry:hover .entry-header a {
	padding-top: 20%;
}

.after-content-featured .featuredpage .entry.focused .entry-title a:focus {
	padding-top: 20%;
}

.after-content-featured .featuredpage .entry img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.after-content-featured .featuredpage .entry:hover img,
.after-content-featured .featuredpage .entry.focused img {
	transform: scale(1.05);
}

.after-content-featured .featuredpage a,
.after-content-featured .featuredpage .more-link,
.after-content-featured .featuredpage .more-link.button.text {
	color: #fff;
}

.after-content-featured .featuredpage a:focus,
.after-content-featured .featuredpage a:hover,
.after-content-featured .featuredpage .more-link:focus,
.after-content-featured .featuredpage .more-link:hover,
.after-content-featured .featuredpage .more-link.button.text:focus,
.after-content-featured .featuredpage .more-link.button.text:hover {
	color: #ccc;
}


/* Footer CTA
---------------------------------------------------------------------------- */

.footer-cta {
	margin-bottom: 40px;
	margin-top: 40px;
}

.footer-cta::before {
	background-color: #be8100;
	content: "";
	display: block;
	height: 100px;
	margin: 0 auto -50px auto;
	position: relative;
	width: 2px;
	z-index: 9;
}

.footer-cta .widget {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.05);
	padding: 150px 200px 100px 200px;
	text-align: center;
}

.footer-cta .widget-title {
	font-family: 'Lora', serif;
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 400;
	letter-spacing: -2px;
	text-transform: none;
}

.footer-cta .entry {
	box-shadow: none;
}

.footer-cta .enews form {
	margin: 0 auto;
	max-width: 490px;
}

.footer-cta .more-from-category::before,
.footer-cta .more-from-category a::before,
.footer-cta .more-from-category a::after {
	display: none;
}


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

.site-footer {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

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


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

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.hero-page-title h1 {
		font-size: 60px;
		font-size: 6rem;
	}

	.entry-container {
		padding: 30px 60px 20px 60px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content {
		width: 620px;
	}

	.hero-page-title {
		padding-left: 140px;
		padding-right: 140px;
	}

	.hero-page-title h1,
	.footer-cta .widget-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets .featured-content .entry-title {
		font-size: 20px;
		font-size: 2rem;
		padding: 15px 20px 0 20px;
	}

	.footer-cta .widget {
		padding: 10% 7% 7% 7%;
	}

	.author-box {
		margin: 0 -70px;
	}

	.full-width-content .pricing-table {
		margin: 80px -120px;
	}

}

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

	.flexible-widgets .wrap,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary,
	.title-area {
		max-width: 100%;
		width: 100%;
	}

	.sidebar {
		margin-top: 40px;
	}

	.site-header {
		position: relative;
		z-index: 99999;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-title {
		text-indent: 0;
	}

	.title-area {
		float: left;
		max-width: 50%;
		text-align: left;
	}

	.custom-logo {
		float: left;
	}

	.hero-page-title {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.entry {
		margin-bottom: 5%;
	}

	.half-width-entries .content .entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.author-box,
	.full-width-content .author-box {
		margin: 0;
	}

	.flexible-widgets.widget-fourths .widget {
		margin-left: 4%;
		width: 48%;
	}

	.flexible-widgets.widget-fourths .widget:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.footer-cta{
		margin: 40px 0;
	}

	.footer-cta::before {
		display: none;
	}

	.footer-cta.widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.full-width-content .pricing-table {
		margin: 40px 0;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		margin-left: 0;
		width: 48%;
	}

	.pricing-table .one-fourth:nth-of-type(even),
	.pricing-table .one-fifth:nth-of-type(even) {
		margin-left: 4%;
	}

	.pricing-table .one-half,
	.pricing-table .one-third,
	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		margin-bottom: 20px;
	}

	/* Genesis Responsive Menus */

	.header-left {
		display: none;
	}

	.header-menu .genesis-responsive-menu {
		clear: both;
		display: none;
		position: relative;
	}

	.header-menu button.off-screen-item {
		display: none;
	}

	.off-screen-menu .genesis-nav-menu a {
		margin-bottom: 0;
		padding: 10px;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle {
		display: none;
	}

	.header-menu .menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #fff;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #be8100;
		outline: 1px solid #fff;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		padding: 15px 5px;
		position: relative;
		z-index: 1000;
		width: auto;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
		position: relative;
		float: left;
		font-size: 22px;
		font-size: 2.0rem;
	}

	.sub-menu-toggle {
		float: right;
		padding: 15px 10px;
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform 0.25s ease-in-out;
		-ms-transition:     transform 0.25s ease-in-out;
		transition:         transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

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

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #be8100;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		background-color: #000;
		border-width: 0;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}

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

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		margin-top: -5%;
		width: 90%;
	}

	.error404 .content,
	.error404.content-sidebar .content,
	.error404.sidebar-content .content,
	.page:not(.page-template-page_blog) .site-inner,
	.page:not(.page-template-page_blog).content-sidebar .content,
	.page:not(.page-template-page_blog).sidebar-content .content,
	.single .site-inner,
	.single.content-sidebar .content,
	.single.sidebar-content .content {
		padding: 7%;
	}

	.page.content-sidebar .site-inner,
	.page.sidebar-content .site-inner,
	.single.content-sidebar .site-inner,
	.single.sidebar-content .site-inner {
		padding: 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.error404 .site-inner::before,
	.page .site-inner::before,
	.single .site-inner::before {
		display: none;
	}

	.after-entry,
	.author-box,
	.sidebar .widget {
		padding: 7%;
		margin-bottom: 5%;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 5%;
		padding: 0;
	}

	.entry-comments::before {
		margin: 40px auto;
	}

	.comment-respond {
		margin-top: 40px;
		padding-bottom: 0;
	}

	.hero-page-title h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.half-width-entries .entry .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.entry-container {
		padding: 7%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination ul {
		background-color: transparent;
		padding: 0;
	}

	.archive-pagination.pagination::before {
		display: none;
	}

	.featured-content .more-from-category {
		overflow: hidden;
	}

	.featured-content .more-from-category a::after,
	.featured-content .more-from-category a::before {
		width: 20px;
	}

	.featured-content .more-from-category a::after {
		right: -22px;
	}

	.featured-content .more-from-category a::before {
		left: -22px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.flexible-widgets .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget .entry,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry {
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets .entry:last-of-type {
		margin-bottom: 40px;
	}

	.flexible-widgets .featured-content .entry-title,
	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets.widget-full .entry-title,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.flexible-widgets.widget-full .featured-content .more-posts,
	.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.after-content-featured .featuredpage .entry {
		margin-bottom: 0;
	}

	.after-content-featured,
	.footer-cta,
	.front-page-featured {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.footer-cta .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fourth:nth-of-type(even),
	.pricing-table .one-fifth,
	.pricing-table .one-fifth:nth-of-type(even) {
		margin-left: 0;
		width: 100%;
	}

}

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

	.enews-widget input[type="submit"] {
		margin-top: 10px;
		position: static;
		width: 100%;
	}

	.enews-widget input {
		text-align: center;
	}

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

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

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


.no-off-screen-menu .header-left{
    display:none;
}

.title-area{
    width:190px;
}

#genesis-nav-primary{
    float:right;
    width:auto;
}

.nav-primary .wrap {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    border-bottom:none;
}

.site-header > .wrap{
    border-bottom: 1px solid rgba(255,255,255,0.25);
    position: relative;
}

@media (max-width:1023px){
    .header-menu .menu-toggle{
        margin-top:18px;
    }
}

@media (max-width:767px){
    .header-menu .menu-toggle{
        margin-top:10px;
    }
}

@media (max-width:360px){
    .header-menu .menu-toggle{
        margin-top:5px;
    }
}
/* 3-column Footer Widgets
--------------------------------------------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}


.breadcrumb{
	text-align: left;
}

.footer-widgets{
    padding:30px 15px;
    background:#ddd;
}

@media (min-width:1024px){
    .title-area{
        padding-bottom:0;
    }
    .site-header > .wrap{
        padding-bottom:0;
    }
    #genesis-nav-primary{
        margin-bottom:-1px;
    }
}


/*==================================
=            Custom Css            =
==================================*/

.header-hero{
    padding-bottom:0 !important;
}
.hero-section {
    padding:0 !important;
}

.hero-section > .wrap{
    max-width:none;
}

.hero-section .slick-dots{
    bottom:30px;
}

.hero-section .slick-slider{
    margin:0 !important;
}

.hero-section .widget{
    margin:0;
    vertical-align:top;
}

.hero-section .widget .dp-slide{
    vertical-align:top;
}

/*.home .site-inner, .wrap{
    max-width:1200px;
}
@media only screen and (max-width: 1360px){
    .site-inner, .wrap{
        max-width:1140px;
    }
}

@media only screen and (max-width: 1200px){
    .site-inner, .wrap{
        max-width:960px
    }
}
@media only screen and (max-width: 1023px){
    .site-inner, .wrap{
        max-width:800px
    }
}

@media only screen and (max-width: 860px){
    .site-inner, .wrap{
        max-width:90%
    }
}
*/
.home .site-inner, .home .wrap{
    max-width:none;
}

.home .site-inner .widget .widget-wrap, .home .site-inner .flexible-widgets > .wrap, .home .after-content-featured .wrap, .home .footer-cta .wrap, .home .footer-widgets .wrap, .home .homepage-testimonials .wrap, .home .site-header .wrap{
    max-width:1200px;
}
.home .site-header{
	z-index: 99;
	position: absolute;
	left:0;
	right:0;
	top:0;
}
.home .site-header .wrap{
	position: relative;
}
@media only screen and (max-width: 1360px){
    .home .site-inner .widget .widget-wrap, .home .site-inner .flexible-widgets > .wrap, .home .after-content-featured .wrap, .home .footer-cta .wrap, .home .footer-widgets .wrap, .home .homepage-testimonials .wrap, .home .site-header .wrap{
        max-width:1140px;
    }
}

@media only screen and (max-width: 1200px){
    .home .site-inner .widget .widget-wrap, .home .site-inner .flexible-widgets > .wrap, .home .after-content-featured .wrap, .home .footer-cta .wrap, .home .footer-widgets .wrap, .home .homepage-testimonials .wrap, .home .site-header .wrap{
        max-width:960px
    }
}
@media only screen and (max-width: 1023px){
    .home .site-inner .widget .widget-wrap, .home .site-inner .flexible-widgets > .wrap, .home .after-content-featured .wrap, .home .footer-cta .wrap, .home .footer-widgets .wrap, .home .homepage-testimonials .wrap, .home .site-header .wrap{
        max-width:800px
    }
}

@media only screen and (max-width: 860px){
    .home .site-inner .widget .widget-wrap, .home .site-inner .flexible-widgets > .wrap, .home .after-content-featured .wrap, .home .footer-cta .wrap, .home .footer-widgets .wrap, .home .homepage-testimonials .wrap, .home .site-header .wrap{
        max-width:90%
    }
}

.front-page-featured + div{
    padding-top:50px;
}

/*=====  End of Custom Css  ======*/

.home .front-page-featured{
	background: #fff
}

.site-header .header-widget-area{
    position:absolute;
    right:0;
    top:0;
}
.home .site-header .header-widget-area{
	top:-19px;
}

.site-header .header-widget-area .dp-secondary-nav li a{
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    font-size:12px;
}

.before-footer {
    background: #f4f4f4;
    padding: 0;
    text-align: center;
}
.before-footer .wrap {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.before-footer h3 {
    line-height: 1.2;
    font-size: 35px;
    margin: 0;
    font-weight: 700;
    color: #000;
    opacity: 1;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
}
.before-footer .custom-html-widget {
    display: inline-block;
    vertical-align: middle;
}
.before-footer .button.light {
    padding: 10px 30px;
    font-size: 20px;
    background: #f4f4f4;
    color: #104c98;
    text-transform: uppercase;
    border: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-weight: 700;
    margin-left: 20px;
    box-shadow: rgba(0,0,0,.3) 0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 0 10px;
}

.homepage-testimonials {
    background: url(images/testimonials.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}

.front-page-testimonials > .widget_text {
    width:100%;
    max-width:1280px;
    margin:0 auto;
}

.front-page-testimonials .tt_quote_info-below, .front-page-testimonials .tt_quote_info-above{
	padding:20px 0 0;
}
.front-page-testimonials:after{
	opacity:0.8;
	opacity:0;
}

.front-page-testimonials .ttshowcase_rl_quote {
    border: 1px solid #fff;
    border-bottom:none;
    position:relative;    
    padding:20px 30px !important;
    color:#fff;
}
.front-page-testimonials .ttshowcase_rl_readmore a{
	color:#fff;
}

.front-page-testimonials .ttshowcase_rl_quote:before,
.front-page-testimonials .ttshowcase_rl_quote:after{
    content:'';
    display:block;
    position:absolute;
    left:10%;
    right:5px;
    bottom:-10px;
    height:10px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    transform:skewX(-45deg);
    -webkit-transform:skewX(-45deg);
    -moz-transform:skewX(-45deg);
}

.front-page-testimonials .ttshowcase_rl_quote:after{
    left:5px;
    right:92%;
    border-left:none;
    border-right:1px solid #fff;
    transform:skewX(45deg);
    -webkit-transform:skewX(45deg);
    -moz-transform:skewX(45deg);
}

.front-page-testimonials .tt_info-below{
    margin-top:40px;
    color:#fff;
}

.front-page-testimonials .ttshowcase_rl_readmore{
    text-align:right;
    padding-right:15px;
}

.front-page-testimonials .tt_quote_transparency{
    position:absolute;
    left:30px;
    top:-18px;
    z-index:9;
    color:#e3b536;
    opacity:1 !important;
}

.front-page-3 > .widget_text {
    width:100%;
    max-width:1300px;
    margin:0 auto;
}

.sidebar .tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote{
    background:none !important;
    border:1px solid #999;
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    padding:25px 25px 15px !important;
}

.sidebar .tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote:after{
    border-top-color:#fff !important;
    left:25px !important;
}

.sidebar .tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote:before{
    border:12px solid transparent;
    border-top-color:#999;
    position:absolute;
    top:100%;
    left:23px;    
    content:'';

}

.sidebar .ttshowcase_rl_aditional_info,
.sidebar .ttshowcase_rating.rating-foreground.rating {
    text-align:left !important;
}

.sidebar .ttshowcase_rating.rating-foreground.rating {
    padding-left:15px;
}
.sidebar .ttshowcase_rl_readmore{
    text-align:right
}
.sidebar .ttshowcase_rl_readmore a{
    background:none !important;
}

.sidebar .ttshowcase_rl_quote p{
    text-align:left;
    line-height:1.4;
    margin:0;
}
.sidebar .tt_quote_info-below{
    margin-top:15px;
    position:relative;    
}
.sidebar .tt_quote_info-below:before{
    content: "\f10d";
    font: normal normal normal 30px/1 FontAwesome;
    color:#52C0CB;
    position:absolute;
    left:15px;
    top:-15px;
    z-index:1;
}
.dp_slider .dp-slide{
	position: relative;
}
.dp_slider .dp-slide:before {
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0%;
    z-index:0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%);
}

.dp_slider .dp-slide .dp-slider-caption{
	z-index: 2;
}

@media (max-width:860px){
	.home .hero-section > .wrap{
		padding-left:0;
		padding-right:0;
	}
	.home .site-inner .widget .widget-wrap, .home .site-inner .flexible-widgets > .wrap, .home .after-content-featured .wrap, .home .footer-cta .wrap, .home .footer-widgets .wrap, .home .homepage-testimonials .wrap, .home .site-header .wrap{
		max-width:100%
	}

	.home .front-page-featured{
		padding-left:20px;
		padding-right:20px;
		margin-left:0;
		margin-right:0;
		max-width:none;
		width:auto;
	}
}

.blog .header-hero{
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%), url(/wp-content/uploads/toronto-patio-doors.jpg);
}

a.button.dip_contact_no {
    position: absolute !important;
    right: 140px;
    top: 35px;
    font-size: 22px;
    padding: 0 15px!important;
    display: block!important;
    border-radius: 50%!important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

@media only screen and (min-width: 801px){
	a.button.dip_contact_no {
		display: none!important;
	}
}

@media (max-width:767px){
    .title-area{
        padding-top:0;
        padding-bottom:0;
    }
    a.button.dip_contact_no{
        top:30px;
    }
}

@media (max-width:420px){
    a.button.dip_contact_no{
        right:110px;
    }
}

@media (max-width:360px){
    a.button.dip_contact_no{
        top:24px;
        right:100px;
    }
}

@media (max-width:767px){
    .dp_slider .dp-slide{
        height:600px !important;
    }
}

.dp-title-description {
    color:#fff;
    font-size:24px;
    max-width:500px;
    margin:0 auto;
    line-height:1.2;
    padding-top:15px;
}


@media (min-width:1024px){
    .title-area{
        padding-top:0;
    }
}
@media (max-width:1024px){	
	.site-header .header-widget-area{
	    position:static;
	}
    .site-header .header-widget-area{
        right:32px;
    }
}

@media (max-width:860px){
    .site-header .header-widget-area{
        right:26px;
    }
}

@media (max-width:767px){
    .site-header .header-widget-area{
        right:20px;
    }
}

@media (max-width:575px){
    .site-header .header-widget-area{
        right:12px;
    }
}

@media (max-width:420px){
    .site-header .header-widget-area{
        right:5px;
    }
}

.sidebar.sidebar-primary #custom_html-15 > .widget_text{
    margin:-40px;
}

.sidebar.sidebar-primary #custom_html-15 > .widget_text iframe{
    width:100%;
}
.sidebar.sidebar-primary #custom_html-15{
    background:none;
    box-shadow:none;
}
/* dp list code */

.dp-resources-list .intense.content-box{
    border:1px solid #eee !important;
    background:#fff !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;    
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;    
	margin-bottom:50px;
	margin-top:0px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.dp-resources-list .intense.content-box .content-box-text{
	background:none;
	padding:0;
	margin-top:0;
}
.dp-resources-list .intense.content-box .content-box-text .content-box-title h2{
    font-size:20px;
    line-height:1.2
}

.dp-resources-list  .intense.content-box .intense.shadow{
    display:none !important;
}

.dp-resources-list .intense.row [class*=col-]:nth-child(3n+3) + [class*=col-]{
    clear:left;
}

.dp-resources-list .intense.content-box .content-box-text .content-box-title a{
    text-decoration:none;
    color:#000;
    text-transform:none;    
}

.dp-resources-list .intense.content-box .content-box-text .content-box-title h2{
    font-weight:500
}

.dp-resources-list .intense.content-box .content-box-icon{
	width:auto;
	margin-top:-25px;
	margin-left:-25px;
	margin-right:-25px;
}

.dp-resources-list .intense.content-box .content-box-icon img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.dp-resources-list .intense.content-box .content-box-icon{
    margin:0;
}
.dp-resources-list .intense.content-box{
    padding:15px;
    box-shadow:none;
    -webkit-box-shadow:none;
    border-radius:0;
    -webkit-border-radius:0;
    border:1px solid #cfcfd4 !important;
}

.dp-resources-list .intense.content-box .content-box-text .content-box-title h2{
    text-align:left;    
    color:#000;
    border-bottom:1px solid #f2f2f2;
    padding-bottom:5px;    
}

.dp-resources-list .intense.content-box .content-box-text .content-box-title p{
    text-align:left;
    line-height:1.5;
    color:#000;
    font-weight:normal;
    font-size:14px;
    margin:0;
}

.dp-resources-list .intense.content-box .content-box-icon + .content-box-title h2{
	display:none;
}
.dp-resources-list .intense.content-box .content-box-title h3{
    margin:0;
    font-size:15px;
    text-transform:none;
    text-align:left;
    color:#000
}

.dp-resources-list .intense.content-box .content-box-title h3 a{
    display:block;
    padding:15px 0;
}

.dp-resources-list .intense.content-box .content-box-title h3{
    border-top:1px solid #eee
}

.dp-resources-list .intense.content-box .content-box-title p + h3{
    margin-top:15px !important;
}

.dp-resources-list .intense.content-box .content-box-text .content-box-title a:hover{
	text-decoration: underline;
}


.sidebar-primary .di_homepage_form_wrapper .gform_heading h3 {
	color: #fff;
	font-weight: bold !important;
}

.dp-resources-list .intense.row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.dp-resources-list .intense.row:before,
.dp-resources-list .intense.row:after{
    display:none;
}

.dp-resources-list .intense.row .intense[class*=col-]{
    float:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.dp-resources-list .intense.row .content-box-text-wrapper{
    min-height:0 !important;
}

/* End */


.dp-icons-row {
    display:flex;
    flex-wrap:wrap;
    padding:20px 0;
}
.dp-icon-block{
    width:33.33%;
    position:relative;
    padding:0 20px 20px 70px;
    margin-bottom:30px;
    
}

.dp-icon-block > i{
    display:inline-block;
    position:absolute;
    left:0;
    top:-10px;
    width:50px;    
}

.dp-icon-block > i img{
    max-width:100%;
    height:auto;
}

.dp-icon-block h3{
    font-size:25px;
    margin-bottom:10px;
    color:#000
}

.dp-icon-block p{
    font-size:19px;
    line-height:1.4;
    color:#000
}

.dp-icon-block a{
    color:#000
}

@media (max-width:1024px){
    .dp-icon-block {
        width:50%;
    }
}

@media (max-width:700px){
    .dp-icon-block {
        width:100%;
    }
}

.front-page-featured .widget-title{
    text-align:center;
    text-transform:none;
    font-size:40px;
    margin:0 0 50px;
}
@media only screen and (min-width: 800px){
	.genesis-nav-menu .menu-item.highlight{
		padding-top:11px;
	}
	.genesis-nav-menu .menu-item.highlight a {
		background: transparent !important;
		border: 1px solid #ffffff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;		
		line-height: 1;
		padding: 10px 20px 8px !important;
	}
	.genesis-nav-menu .menu-item.highlight a:hover,
	.genesis-nav-menu .menu-item.highlight a:focus,
	.genesis-nav-menu .menu-item.highlight a:active{
		color:#fff !important;
		background:#C71E0D !important;
		border-color:#ffffff !important;
		-webkit-text-fill-color: #fff;
		text-fill-color: #fff;
	}
	.genesis-nav-menu .menu-item.highlight a:hover span,
	.genesis-nav-menu .menu-item.highlight a:focus span,
	.genesis-nav-menu .menu-item.highlight a:active span{
		color:#fff !important;
	}
}

.single-product.woocommerce.full-width-content .site-inner:before{
	display:none !important;
}

.single-product .header-hero {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5) 50%,rgba(0,0,0,.85) 100%),url(//torontodoorsandwindows.ca/wp-content/uploads/Custom-entry-door-1600x800.jpg);
}

.single-product.woocommerce.full-width-content .site-inner{
    padding-top:50px !important;
    padding-bottom:0 !important;
}
.single-product.woocommerce .content{
    padding-top:0 !important;
}

.single-product .sidebar {
    display:none;
}
.single-product.woocommerce.full-width-content .site-inner .entry {
    box-shadow:none;    
}



.dp_slider:not(.slick-initialized){
    height:800px;
    background:#000 url('dp_slider/loader.gif') no-repeat center center;
}

.dp_slider:not(.slick-initialized) > div{
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
}

.site-header{
    position:fixed !important;
    left:0;
    right:0;
    transition:all 0.3s ease-in-out;
    z-index: 999
}
.site-header.active {
    background:rgba(18, 18, 18, 0.86) !important;
    
}

.site-header.active > .wrap{
    border-color:rgba(255, 255, 255, 0) !important;
}

.genesis-nav-menu .menu-item.highlight a{
    background:#cf2213 !important;
    border:none;
}


.dp-partner-slider {
    padding-top:50px;
}
.dp-partner-slider img{
    width:auto;
    height:auto;
    min-width:0;
    min-height:0;
    margin:0 auto;
    max-height:100%;
    max-width: 100%
}

.dp-hidden{
	display:none;
}

@media (max-width:767px){
	.dp_slider .dp-slide .dp-slider-caption h4{
		font-size:43px !important;
	}
	body:not(.home) .hero-page-title{
		padding-top:30vh !important;
	}
}

@media (min-width:768px){
	.dp-resources-list .intense.content-box{
		height:100%;
		padding-bottom:30px !important;
	}
	.dp-resources-list .intense.row .intense[class*=col-]{
		margin-bottom:50px;
	}
	.dp-resources-list .intense.content-box .button{
		position:absolute;
		left:50%;
		transform:translate(-50%, 0);
		-webkit-transform:translate(-50%, 0);
		bottom: 20px;
	}
}

.page-template-page_landing_1 .site-inner > .wrap{
    padding-top:0 !important;
    max-width:none !important;
}
.page-template-page_landing_1 .content{
    padding:0;
    max-width:none;
    border:none;
    width:auto;
}
.page-template-page_landing_1 .site-header .wrap:after,
.page-template-page_landing_1 .site-header #menu-main_navbar{
	display:none;
}
/*=====================================
=            Landing Pages            =
=====================================*/


.dp-free-seo-header {
    background: #124c96;
    color: #fff;
    padding-top: 180px;
    padding-bottom: 100px;
}
.dp-free-seo-header > .wrap:before,
.dp-free-seo-header > .wrap:after{
    display:none;
}


.dp-free-seo-header h5{
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;    
}

.dp-free-seo-header h3{
    font-size: 42px;
    color: #fff;
    padding-bottom: 0;  
    margin:0;
}
.dp-free-seo-header h4{
    font-size: 42px;
    color: #fff;    
    font-weight:300;
    margin:0 0 15px;
}
.dp-row {
    display:flex;
    flex-wrap:wrap;
}
.dp-row .one-half{
	width:50%;
}
.dp-row .one-half,
.dp-row .one-third,
.dp-row .one-fourth{
    margin:0;
    float:none;
}

.dp-black-sec {
        background: rgb(39, 43, 52);
        margin-top:50px;
        margin-bottom:-100px;
}

.dp-black-sec a{
    display:flex;
    color:#fff;
    padding:30px 40px 90px;
    font-size:22px;
    text-decoration:none;
    line-height:1.4;
    align-items:center;
}
.dp-black-sec .dp-black-img{
    padding-right:15px;
}
.dp-black-sec .one-third{
    width:33.33%;
}
.dp-black-sec .one-third:nth-child(2) a{
    background: rgb(34, 38, 47);
}

.dp-black-sec .one-third:nth-child(3) a{
    background: rgb(23, 27, 35);
}

.dp-partner-slider {
    padding-top:50px;
}
.dp-partner-slider img{
    width:auto;
    height:auto;
    min-width:0;
    min-height:0;
    margin:0 auto;
    max-height:100%;
    max-width: 100%
}

@media (max-width:895px){
	.dp-black-sec a{
		padding-left:20px;
		padding-right:20px;
		font-size:16px;
	}
}

@media (max-width:767px){
	.dp-black-sec a{
		padding:20px;
	}
	.dp-row .one-half{
		width:100%;
	}
	.dp-free-seo-header{
		padding-top:120px;
	}
}
@media (max-width:575px){
	.dp-black-sec .one-third{
		width:100%;
	}

	.dp-black-sec .one-third a{
		justify-content:center;
	}
}

.dp-seo-form {
    max-width:420px;
    margin:0 auto;
    border-radius:6px;
    overflow:hidden;
}

.page-id-1901 .content-sidebar-wrap{
	display:none;
}

.dp-free-seo-section-pricing{
    padding-top:50px;
    padding-bottom:70px;
}
.dp-free-seo-section-pricing .widgettitle,
.dp-free-seo-section-testimonial .widgettitle{
    text-align: center;
    font-size: 34px;    
    font-family: 'Questrial', sans-serif;
}

.dp-free-seo-section-pricing p{
    text-align: center;
    font-size: 18px;
    padding-bottom: 40px;
    color:#666
}

.dp-pricing-box{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 46px #0000001a;
    text-align: center;
    padding: 30px 30px 20px;    
}


.dp-pricing-box h2{
    color: #323637;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom:0;
}

.dp-pricing-box h2 small{
    display:inline-block;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 13px 30px 10px;
    color: #488cfb;
    border-radius: 30px;
    background: #e6f6ff;
    display: inline-block;
}

.dp-pricing-box h2 span{
    display:block;
}

.dp-pricing-box h2 + p{
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 30px;
}
.dp-pricing-cnt-in {
    text-align:left;
}
.dp-pricing-cnt-in p{
        padding-left: 0;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;    padding-left: 0;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    padding: 5px 0;
    margin:0;
    text-align:left;
}

.dp-pricing-cnt-in ul{
    margin:0;
    padding:0;
    list-style-type:none;
}

.dp-pricing-cnt-in ul li{        
    padding: 5px 0;
    color: var(--default-color);
    padding-left: 30px;
    font-size: 14px;
    position: relative;
}
.dp-pricing-cnt-in ul li:before{
        content: "\e962";
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #4f88fe;
}

.dp-pricing-box-price h4{
    font-size: 34px;
    font-weight: 900;
    padding-bottom: 0;
    color: #4e8af8;
    text-align:left;
    font-family: 'Questrial', sans-serif;
}

.dp-pricing-box-price h4 small{
    display:block;
    padding: 0px;
    text-align: left;
    color: #999;
    text-decoration: line-through;
    font-weight: 900;
    display: block;
    font-size: 16px;
    font-family: 'Nunito Sans';
}

.dp-pricing-box-price h4 span{
    display: block;
    font-size: 12px;
    color: #b2b8ca;
    font-family: 'Nunito Sans';
    font-weight: 900;
}

.dp-pricing-box-price h4 strong{
    font-weight: 900;
}
.dp-pricing-desc p{
    text-align:right;
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 13px;
    font-family: 'Nunito Sans';
}

.dp-pricing-cnt-scrollable{
    margin-bottom:30px;
}

.dp-free-seo-section-pricing .wrap{
    display:flex;
    flex-wrap:wrap;
}

.dp-free-seo-section-pricing .wrap:before,
.dp-free-seo-section-pricing .wrap:after{
    display:none;
}

.dp-free-seo-section-pricing .wrap .widget:first-child{
    width:100%;
}

.dp-free-seo-section-pricing .wrap .widget:not(:first-child){
    width:33.33%;
    padding:0 20px;
}

@media (min-width:768px){
	.dp-free-seo-section-pricing .wrap .widget:nth-child(3){
		transform:translate(0, -40px);
		-webkit-transform:translate(0, -40px);
	}
}

.dp-pricing-box-green .dp-pricing-box h2 small{
        color: #20cb98;
        background: rgba(0, 161, 89, 0.23921568627450981);
}
.dp-pricing-box-green .dp-pricing-cnt-in ul li:before{
    background:#20cb98;
}
.dp-pricing-box-green .dp-pricing-box-price h4{
    color:#20cb98
}
.dp-pricing-box-green .dp-pricing-box-btns .button{
    background:#20cb98;
}

.dp-pricing-box-green .dp-pricing-box-btns .button:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:50px;

}

.dp-pricing-box-green .dp-pricing-box-btns .button span{
    display:inline-block;
    position:relative;
    z-index:1;
}


.dp-pricing-box-red .dp-pricing-box h2 small{
        color: #f75849;
        background: rgba(245, 89, 70, 0.2196078431372549);
}
.dp-pricing-box-red .dp-pricing-cnt-in ul li:before{
    background:#f75849;
}
.dp-pricing-box-red .dp-pricing-box-price h4{
    color:#f75849
}
.dp-pricing-box-red .dp-pricing-box-btns .button{
    background:#f75849;
}

.dp-pricing-box-red .dp-pricing-box-btns .button:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:50px;

}

.dp-pricing-box-red .dp-pricing-box-btns .button span{
    display:inline-block;
    position:relative;
    z-index:1;
}

.dp-pricing-box-btns{
    position:relative;
    margin-top:15px;
}
.dp-pricing-box-btns .button{
    transition:transform 0.3s ease-in-out;
    -webkit-transition:transform 0.3s ease-in-out;
    transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    position:absolute;
    left:50%;
    top:-7px;

}

.dp-pricing-box-btns .button:hover,
.dp-pricing-box-btns .button:focus{
    transform:translate(-50%, -10px);
    -webkit-transform:translate(-50%, -10px);
}

.dp-free-seo-section-testimonial{
    padding-top:70px;
    padding-bottom:70px;
    text-align:center;
    background: #f9f9f9;
}

.dp-free-seo-section-testimonial .slick-slide{
    clear:none;
}
.dp-free-seo-section-testimonial .widget-wrap{
    padding-left:128px;
    position:relative;
    text-align:left;
    padding-top:50px;
    padding-bottom:50px;
    max-width: 450px;
    margin:0 auto;
}
.dp-free-seo-section-testimonial .dp-testimonial-img{
    position:absolute;
    left:0;
    top:50%;
    transform:translate(0, -50%);
    width:108px;
    height:108px;
    overflow:hidden;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dp-free-seo-section-testimonial .dp-testimonial-img img{
    width:100%;
    height:auto;
}

.dp-free-seo-section-testimonial .widget .widget-title{
    text-align:left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.dp-free-seo-section-testimonial .widget .widget-title strong{
    font-weight:normal;
    text-transform: none;
    font-size: 14px;
    color: rgba(61, 61, 61, 0.5);
    letter-spacing: -0.3px;
    padding-left:10px;
}

.dp-free-seo-section-testimonial .widget p{
    font-size:14px;
    line-height:1.5;
    margin:0;
}

.dp-free-seo-section-testimonial .slick-dots{
    bottom:-50px !important;
}
.dp-free-seo-section-testimonial .slick-dots button:before{
    display:none;
}

.dp-free-seo-section-testimonial .slick-dots button{
    width: 8px;
    height: 8px;
    background-color: #d7d7d7;
    border: none;
    padding: 0px;
    margin: 0px 5px;
}

.dp-free-seo-section-testimonial .slick-dots .slick-active button{
    background:#959595;
}

@media (max-width:1024px){
    .dp-free-seo-section-pricing .wrap .widget:not(:first-child){
        padding-left:10px;
        padding-right:10px;
    }
}

@media (max-width:870px){
    .dp-pricing-box{
        padding:20px;
    }
    .dp-pricing-box h2 + p{
        padding:0;
    }
    .dp-pricing-box > .dp-row{
        flex-direction:column;
    }
    .dp-pricing-box > .dp-row > .one-half{
        width:100%;
        text-align:center;
    }
    .dp-pricing-box > .dp-row > .one-half p{
        text-align:center;
    }
    .dp-pricing-box-price h4,
    .dp-pricing-box-price h4 small{
        text-align:center;
    }
    .dp-pricing-box-btns .button{
        padding-left:25px;
        padding-right:25px;
    }
}

@media (max-width:767px){
    .dp-free-seo-section-pricing .wrap .widget:not(:first-child){
        width:100%;
        transform:none;
        margin:0 auto 50px;
        max-width:320px;

    }
    .dp-free-seo-section-pricing .wrap .widget:last-child{
        margin-bottom:0;
    }
}

.dp-testmonial-pricing {
	padding: 0 3px;
	border-radius: 45px;
	background-color: #6ec7f5;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 100%;
	margin: auto;
	letter-spacing: -0.4px;
	font-size: 12px;
	text-align: center;
	transform: translate(0, -50%);
	margin-top: 42px;
	margin-right: -120px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.dp-free-seo-steps{
    background:#fff;
}

.dp-free-seo-steps h3{
    color:#000;
    margin:0;
    line-height:1.2
}


.dp-free-seo-steps h5{
    margin:0 0 40px;
    font-size:18px;
}

.dp-free-seo-steps .dp-step-icon{
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.dp-free-seo-steps .one-third{
	padding-left:15px;
	padding-right:15px;
}
.dp-free-seo-steps .one-third h3{
    font-weight: 600;
    font-style: normal;
    color: rgb(20, 26, 48);
    font-size:28px;
    margin:0 0 15px;
}

.dp-free-seo-steps .one-third p{
    letter-spacing: 1px;
    color: rgb(20, 26, 48);
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    max-width:300px;
    margin:0 auto 30px;
}

.dp-free-seo-steps{
    padding-bottom:40px;
}

.dp-free-seo-steps .dp-row{
	justify-content: center;
}


.dp-testimonial-bottom{
    padding-top:15px;
    text-align: right;
}
.dp-testimonial-bottom p{
        font-size: 14px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color:#000;
    position:relative;
    padding-left:42px;
}

.dp-testimonial-bottom .one-half > p:before{
    content:'';
    display:inline-block;
	width: 12px;
	height: 12px;
	border: solid 1.5px #b7b7b7;
	border-radius: 100%;
	padding: 9px;
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0, -50%);
	background:url('images/plane.svg') no-repeat center center;
	background-size:14px;
}
.dp-testimonial-bottom .one-half{
	width:50%;
}
.dp-testimonial-bottom .one-half:last-child{
	text-align:right;
	line-height:1;
}
.dp-free-seo-section-testimonial .dp-testmonial-stars-bottom{
	color:#6ec7f5;
	font-size:18px;
}

.dp-free-seo-section-testimonial .dp-testmonial-stars-bottom .ionicons {
	margin-left:4px;
	display:inline-block;
}

.dp-landing-active .site-inner{
	display: none
}

.dp-partner-slider:not(.slick-initialized){
    position:relative;
    overflow:hidden;
}

.dp-partner-slider:not(.slick-initialized) > div{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    opacity:0;
}
.dp-free-seo-header[style*="background-image"]{
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dp-free-seo-header[style*="background-image"]:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #124c96;
    opacity:0.9
}
.dp-free-seo-header[style*="background-image"] > .widget {
    position:relative;
    z-index:1;
}
/*=====  End of Landing Pages  ======*/

/*======================================
=            Second Landing            =
======================================*/

.dp-wrshp-banner{
    background:#fff;
    color:#000;
    position:relative;    
}

.dp-wrshp-banner-left,
.dp-wrshp-banner-right{
    padding-top:300px;
    padding-bottom:50px;
}

.dp-wrshp-banner-title{
    position:absolute;
    left:50%;
    top:100px;
    transform:translate(-50%, 0);    
    text-align:center;
    width:100%    
}

.dp-wrshp-banner-title h1{
    color:#144e97;
    font-size: 80px;
}
.dp-wrshp-banner-title h5{
    color:#144e97;
    font-size:30px;
    letter-spacing:0;
    font-weight:500;
}
.dp-wrshp-banner-title h4{
    color:#fff;
    width:64px;
    height:64px;
    margin:0 auto;
    background:#144e97;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    border-radius:50%;
}

.dp-wrshp-col-in {
    max-width:600px;
    margin:0 auto;
    padding:0 30px;
}

.dp-wrshp-banner-left .dp-wrshp-col-in{
    margin-right:0;
}
.dp-wrshp-banner-right{
    padding-left:150px;
}
.dp-wrshp-banner-right .dp-wrshp-col-in{
    margin-left:0;
}
.dp-wrshp-banner-left{
    text-align:left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.dp-wrshp-banner-left p{
    font-size:30px;
    margin:0;
}


@media (max-width:980px){
	.dp-wrshp-banner-title {
		position:static;
		transform:none;
		padding-top:50px;
		padding-bottom:50px;
	}
	.dp-wrshp-banner-title h1{
		font-size:40px;
		max-width:400px;
		margin:20px auto;
		letter-spacing:1px;
	}
	.dp-wrshp-banner-title h5{
		font-size:25px;
	}

	.dp-wrshp-banner-title h4{
		width:128px;
		height:128px;
		font-size:52px;
		margin-bottom:-90px;
		position:relative;
		z-index:1;
	}

	.dp-row .one-half.dp-wrshp-banner-left{
		width:100%;
		align-items:flex-start;
		padding-top:100px;
		padding-bottom:50px;		
	}


	.dp-wrshp-banner-left p{
		text-align:center;        
	}
	.dp-wrshp-banner-left .dp-wrshp-col-in{
		margin:0 auto;
		max-width:300px;
		text-align: center;
	}

	.dp-wrshp-banner-right{
		padding:50px 50px;    
	}

	.dp-wrshp-banner-right .dp-wrshp-col-in{
		max-width:none;
	}

	.dp-wrshp-banner-right.one-half{
		width:100%
	}
}

@media (max-width: 767px){
	.dp-wrshp-banner-title h4{
		margin-bottom: -110px;
	}
	.dp-wrshp-banner-title h4 .dp-video-link i{
		font-size:60px !important;
	}
}

.dp-wrshp-banner-title h4 .dp-video-link{
    display:block;
    text-decoration:none;    
    line-height:64px;
    color:inherit;
}

.dp-wrshp-banner-title h4 .dp-video-link i{
    vertical-align:middle;
    font-size:30px;
    width:auto;
    height:auto;
}

.page-template-page_landing_1 .site-inner > .wrap{
    padding-top:0 !important;
    max-width:none !important;
}
.page-template-page_landing_1 .content{
    padding:0;
    max-width:none;
    border:none;
}
.page-template-page_landing_1 .site-header .wrap:after,
.page-template-page_landing_1 .site-header #menu-main_navbar{
	display:none;
}

.dp-wrshp-common-sec {
    padding-top:100px;
    padding-bottom:100px;
    background:#fff;
}
@media (max-width:767px){
	.dp-wrshp-common-sec{
		padding-left:15px;
		padding-right:15px;
		font-size: 15px;
	}
}

.dp-wrshp-common-sec[style*="background-image"]{
	background-color:#e07f48;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color:#000;
}

/*.dp-wrshp-common-sec[style*="background-image"] h1,
.dp-wrshp-common-sec[style*="background-image"] h2,
.dp-wrshp-common-sec[style*="background-image"] h3,
.dp-wrshp-common-sec[style*="background-image"] h4{
	color:#fff !important;
}*/

.dp-wrshp-img{
    max-width:100%;
    width:550px;
    margin:0 auto;
    overflow:hidden;    
}

.dp-wrshp-img-1{
	width:750px;
}

.dp-wrshp-img-circle{
	border-radius:50%;
}

.dp-wrshp-img img{
    width:100%;
    height:auto;
    display:block;
}
.dp-wrshp-cnt {
    padding-left:100px;
    max-width:850px;
}
.dp-wrshp-cnt h2{    
    font-weight: 700;
    font-size: 60px;
    color: #000000!important;
    margin-bottom:50px;
    margin-left:-80px;
    position:relative;
    z-index:0
}
h2{
	position: relative;
	z-index: 0
}
h2.dp-wrshp-title-circle:before{
    content:'';
    display:block;
    position:absolute;
    left:-60px;
    top:-80px; 
    width:151px;
    height:151px;
    background: #d8e2ef;
    border-radius:50%;
    z-index:-1;
}

.dp-wrshp-cnt h4{
    font-size: 20px;
    color: #000000!important;
    line-height: 1.45em;
    font-weight:600;
    margin:0;
}
@media (min-width:768px){	
	.dp-wrshp-common-sec.dp-wrshp-common-sec-invert .dp-row .one-half:first-child{
		order:2;
	}

	.dp-wrshp-common-sec.dp-wrshp-common-sec-invert .dp-row .one-half:last-child .dp-wrshp-cnt{
		margin-left:auto;
	}
}

.dp-align-v-center {
    align-items:center;
}

.dp-orange-block {
    width:327px;
    height:327px;
    background:#e07f48;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:30px;
    font-weight:700;
    text-align:center;
    padding:10px;
}

.dp-wrshp-certified-partner{
    padding-top:0;
    margin-top:-150px;
}

.dp-btn.dp-btn-outline.button {
    border:1px solid #000;
    color:#000 !important;
    padding-top:15px;
    padding-bottom:15px;
    box-shadow:none;
    background:none !important;
}

.dp-btn.dp-btn-outline.button:hover{
    border-color:#e07f48 !important;
    background:#e07f48 !important;
    color:#fff !important;
}

.dp-btn.dp-btn-hover-white.dp-btn-outline.button:hover{
	background:#fff !important;
	border-color:#fff !important;
	color:#e07f48 !important
}

.dp-wrshp-common-sec .one-half:first-child:last-child .dp-wrshp-cnt{
	margin-left:auto;
	margin-right:0;
}

.dp-testimonial {
    background:#fff;
    padding:100px 55px 100px 15px;
}
.dp-testimonial-in{
    max-width:700px;
    margin:0 auto;
    background:#e07f48;
    position:relative;
    z-index: 0
}
.dp-testimonial-slide{
    padding:50px;
    color:#fff;
}
.dp-testimonial-slide-pic{
    width:70px;
    height:70px;
    background-repeat:no-repeat;
    background-position:center center;
    margin:0 auto;
    background-color:#fff;
    background-size: cover;
    border-radius:50%;
}

.dp-testimonial-slide h4{
    color:#fff;
    text-align:center;
    font-size:16px;
    margin:20px 0;
}

.dp-testimonial-slide h5{
    color:#fff;
    text-align:center;
    font-weight:normal;
    font-size:16px;
}
.dp-testimonial-quotes-slider .slick-dots{
    bottom:15px;
    right:10px;
    left:auto;
    width:auto;
}
.dp-testimonial-quotes-slider .slick-dots li button:before{
    display:none;
}
.dp-testimonial-quotes-slider .slick-dots li{
    margin:0;
}
.dp-testimonial-quotes-slider .slick-dots li button{
    width:13px;
    height:13px;
    background:#fff;
    border-radius:50%;
    opacity:0.5    
}

.dp-testimonial-quotes-slider .slick-dots li.slick-active button{
    opacity:1;
}

.dp-testimonial-in:before,
.dp-testimonial-in:after{
    content:'';
    display:block;
    position:absolute;
    background:#e07f48;
    width:100%;
    height:100%;
    top:20px;
    left:30px;
    opacity:0.2;
    z-index: -1
}

.dp-testimonial-in:after{
    top:40px;
    left:55px;
}

.dp-testimonial-quotes-slider:before {
    content:"\201C";
    font-size:300px;
    display:block;
    text-align:center;
    color:#fff;
    font-family:'Times New Roman';
    position:absolute;
    left:50%;
    top:0;
    transform:translate(-50%, 0);
    line-height:1;
    opacity:0.3;
}

.dp-testimonial-quotes-slider {
    padding-top:120px;
}
@media (max-width:767px){
	.dp-testimonial-slide{
		padding:50px 20px 20px;
	}
}
/*=====  End of Second Landing  ======*/


.dp-landing-v2-content .dp-wrshp-banner-left{
    flex-direction:column;
}
.dp-landing-v2-content .dp-wrshp-banner-right{
    background-size: 65% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.dp-landing-v2-content .dp-wrshp-banner-left p:not(:first-child){
    font-size:18px;
    margin-bottom:20px;
}

.dp-landing-v2-content .dp-free-seo-section-testimonial .widget-wrap{
    background:#fff;
    padding:20px 20px 20px 90px;
    border-radius:6px;
    border:1px solid #f2f2f2;
    box-shadow:rgba(0, 0, 0, 0.04) 0 4px 4px;
    margin:0 5px 15px;
}
.dp-landing-v2-content .dp-free-seo-section-testimonial .dp-testimonial-img{
    left:15px;
    top:20px;
    width:60px;
    height:60px;
    transform:none;    
}
.dp-landing-v2-content .dp-testmonial-pricing{
    transform:none;
    bottom:20px;
    margin:0;
    right:auto;
    left:15px;
    top:auto;
}

.dp-landing-v2-content .dp-testimonial-quotes-slider:before{
    display:none;
}
.dp-landing-v2-content .dp-testimonial-quotes-slider{
    padding-top:0;
}

.dp-landing-v2-content .dp-testimonial-quotes-slider h2{
    text-align:center;
}
/*.dp-landing-v2-content .dp-testimonial-in:before, .dp-landing-v2-content .dp-testimonial-in:after{
	display:none;
}
.dp-landing-v2-content .dp-testimonial-in{
	background:none;
}

*/

.dp-landing-v2-content .dp-testimonial-in,
.dp-landing-v2-content .dp-testimonial-in:before, .dp-landing-v2-content .dp-testimonial-in:after {
    background:#124c96
}

.dp-landing-v2-content .dp-btn,
.dp-landing-v2-content .dp-btn.dp-btn-outline.button{
    background:#124c96 !important;
    border-color:#124c96 !important;
    color:#fff !important;
}

.dp-landing-v2-content .dp-btn:hover,
.dp-landing-v2-content .dp-btn.dp-btn-outline.button:hover{
    background:#104487 !important;
    border-color:#104487 !important
}
.dp-landing-v2-content .dp-testmonial-pricing{
	background:#5981b5;
}

.dp-wrshp-forms-sec{
	background: #eff9fb;
}

h2.dp-wrshp-title-circle2:before{
	background: #d8e2ef
}

.dp-wrshp-forms-sec h2.dp-wrshp-title-circle2 + h4{
	color:#000;
	font-size:20px;
	font-weight: 500
}
.dp-wrshp-forms-sec nf-fields-wrap{
    display:flex;
    flex-wrap:wrap;
}

.dp-wrshp-forms-sec nf-field{
    width:50%;
    padding-right:40px;
    padding-left:40px;
}



.dp-wrshp-forms-sec .nf-field-label{
    display:none;
}

.dp-wrshp-forms-sec .nf-field-element input:not([type="button"]), 
.dp-wrshp-forms-sec .nf-field-element select, 
.dp-wrshp-forms-sec .nf-field-element textarea{
	background: #fff !important;
	box-shadow: none !important;
	border: 1px solid #ddd !important;
	padding: 10px 20px;
}

.dp-wrshp-forms-sec .nf-field-element ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.dp-wrshp-forms-sec .nf-field-element ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.dp-wrshp-forms-sec .nf-field-element :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.dp-wrshp-forms-sec .nf-field-element :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
/*.dp-wrshp-forms-sec nf-field:nth-last-of-type(2){
    width:100%
}*/

.dp-wrshp-forms-sec .nf-before-form-content,
.dp-wrshp-forms-sec .nf-after-form-content{
	padding: 5px;
	max-width: 1000px;
	margin: 0 auto;
}
.dp-wrshp-forms-sec nf-field:nth-last-of-type(1){
    width:100%
}

.dp-wrshp-forms-sec [type="button"]{
	border: 1px solid #000;
	color: #000 !important;
	padding:10px 15px !important;
	height:auto !important;
	box-shadow: none;
	background: #124c96 !important;
	border-color: #124c96 !important;
	color: #fff !important;
}

.dp-wrshp-forms-sec [type="button"]:hover{
	background: #104487 !important;
	border-color: #104487 !important;
}

.dp-wrshp-forms-sec .checkbox-wrap label{
    font-size:15px;
    font-weight:bold !important;
}

.dp-wrshp-forms-sec nf-fields-wrap{
    margin-left:-40px;
    margin-right:-40px;
}

.dp-wrshp-forms-sec .nf-after-field .nf-error-msg{
    font-size:14px;
}
.dp-wrshp-forms-sec h2.dp-wrshp-title-circle2,
.dp-wrshp-forms-sec span.dp-wrshp-title-circle2{
	font-weight: 700;
	font-size: 60px;
	color: #000000!important;
	margin-bottom: 50px;
	margin-left: 80px;
	margin-bottom:10px;
	position: relative;
	z-index: 0;
}
.dp-wrshp-forms-sec h2.dp-wrshp-title-circle2 + h4{
    margin-bottom:50px;
    margin-left: 80px;
}
.dp-wrshp-forms-sec nf-field{
    margin-bottom:10px;
}

@media (max-width:767px){
	.dp-wrshp-forms-sec nf-field{
		width:100%;
		padding:0;
	}
	.dp-wrshp-forms-sec nf-fields-wrap{
		margin:0;
	}
}


.dp-landing-v2-content .dp-wrshp-banner-left .dp-wrshp-col-in{
	max-width:800px;
}
.page-template-page_landing_1 .hero-page-title{
    display:none;
}
.page-template-page_landing_1 .site-inner{
    max-width:none;
    box-shadow:none;
    border:none;
    padding:0 !important;
    width:auto;
}

@media (max-width:980px){
	.dp-landing-v2-content .dp-wrshp-banner-right{
		padding:0 0 55%;
	}
}

.page-template-page_landing_1 .genesis-nav-menu .menu-item:not(.highlight),
.page-template-page_landing_1 .genesis-nav-menu .menu-item.highlight:not(.dp-form-link),
body:not(.page-template-page_landing_1) .genesis-nav-menu .menu-item.highlight.dp-form-link{
    display:none;
}

@media (max-width:767px){
	.site-header{
		padding-bottom: 10px
	}
}

.dp-bgslide-wrapper {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}

.dp-landing-v2-content .dp-wrshp-banner-right{
    position:relative;
}

.dp-bgslide-slider,
.dp-bgslide-slider .slick-track,
.dp-bgslide-slider .slick-list,
.dp-bgslide-slider .slick-slide > div,
.dp-bgslide-slider .slick-slide .dp-bgslide-slide{
    height:100%
}

.dp-bgslide-slider .slick-slide .dp-bgslide-slide{
	background-size: auto 95%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media (max-width:767px){
    .dp-wrshp-cnt h2{
        font-size:40px;
        margin-left:-0;
    }
    h2.dp-wrshp-title-circle:before{
        width:100px;
        height:100px;
        top:-50px;
    }
    .dp-wrshp-cnt{
        padding-left:10px;
    }
    .dp-wrshp-forms-sec h2.dp-wrshp-title-circle2, .dp-wrshp-forms-sec span.dp-wrshp-title-circle2{
        font-size:40px;
        margin-left:0;
    }
    .dp-wrshp-forms-sec h2.dp-wrshp-title-circle2 + h4{
        margin-left:0;
    }
    .page-template-page_landing_1 .dp-wrshp-banner{
    	padding-top:40px;
    }
}

.page-id-4670 .dp-title-description .button {
    display:none;
}

.page-id-4670 #before-footer{
    display:none;
}
.dp-greener-icon{
    position:absolute;
    right:0;
    bottom:0;
    z-index:1;    
    width:100%;
}


.dp-greener-icon .widget-wrap{
    max-width: 1200px;
    margin:0 auto;
    position:relative;
}

.dp-greener-icon a{
    display:block;
    position:absolute;
    right:0;
    bottom:60px;
    width:180px;
}
@media (max-width:767px){
    .dp-greener-icon a{
        bottom:20px;
        width:100px;
        right:20px;
    }
	.page-id-8611.page-template-page_landing_1 .genesis-nav-menu .menu-item.highlight{
		display:none;
	}
}
#landing-rating {
    display:none
}

