/*
	Theme Name: WpPopups theme
	Theme URI: https://wppopups.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress timersys
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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

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

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

body {
	background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 70px;
    background-attachment: scroll;
    background-size: 100%;
    color: #2e2f33;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}
body.home{
    background-color: #F4F4F4;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #2273aa;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

p {
	margin: 0 0 28px;
	padding: 0;
}
.entry-content p strong{
	color: #555;
}
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1,.h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}
span.mav-highlight.yellow,div.mav-highlight.yellow {
    padding: 2px 5px;
    background-color: #fcd94ec2;
    color: #333;
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
.search-input,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2273aa;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #19557d;
	color: #fff;
}
a.button.small-button {
	font-size: 10px;
	padding: 6px 8px;
	top: -2px;
	position: relative;
}
.dashed-button {
	border: 1px dashed #bedff5;
	padding: 7px;
}
.mr-30{
	margin-right: 30px;
}
.ml-30{
	margin-left: 30px;
}
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}


.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}


.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #DA4648;
	color: #fff;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 300;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1080px;
}
.docs-page .wrap{
	max-width: 1280px;
}
.site-inner {
	background-color: #fff;
	clear: both;
}
.single-download .site-inner{
    background-color: #f4f4f4;
}

.centric-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}

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

/* Content */

.content {
	float: right;
	padding: 80px 0;
	width: 680px;
}
.centric-pro-home .content {
	padding: 0;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content{
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

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

.sidebar-content-sidebar .sidebar-primary {
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 240px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* 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;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

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

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

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

.search-form {
	position: relative;
	margin: 0 auto;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

.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;
}
.search-form button.btn{
	position: absolute;
	top: 0;
	right: -121px;
	height: 53px;
	border-radius: 0px 5px 5px 0px;
}
.results ul,
.entry-content .results ul {
	margin: 0;
}
.results ul li,
.entry-content .results ul li {
	list-style: none;
	display: block;
	clear: both;
	padding: 10px 0;
}
/* Pricing table
--------------------------------------------- */
body.pricing-page .widget_nav_menu{
	display: none;
}
body.pricing-page .title-area{
	float: none;
	margin: 0 auto;
}
/*PRICE COLOR CODE START*/

#generic_price_table .generic_content {
	background-color: #fff;
}
#generic_price_table .one-fourth {
	width: 24.5%;
	margin-left: 0.5%;
}
.generic_content .generic_head_price {
	background-color: #f6f6f6;
}

.generic_content .generic_head_price .generic_head_content .head_bg {
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

.generic_content .generic_head_price .generic_head_content .head span {
	color: #525252;
}

.generic_content .generic_head_price .generic_price_tag .price .sign {
	color: #414141;
}

.generic_content .generic_head_price .generic_price_tag .price .currency {
	color: #414141;
}

.generic_content .generic_head_price .generic_price_tag .price .cent {
	color: #414141;
}

.generic_content .generic_head_price .generic_price_tag .month {
	color: #414141;
}

.generic_content .generic_feature_list ul li {
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
	color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
	background-color: #E4E4E4;
	border-left: 5px solid #4f92bc;
}

.generic_content .generic_price_btn a {
	border: 1px solid #4f92bc;
	color: #4f92bc;
}

.generic_content.active .generic_head_price .generic_head_content .head_bg,
.generic_content:hover .generic_head_price .generic_head_content .head_bg {
	border-color: #4f92bc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4f92bc;
	color: #fff;
}

.generic_content:hover .generic_head_price .generic_head_content .head span,
.generic_content.active .generic_head_price .generic_head_content .head span {
	color: #fff;
}

.generic_content:hover .generic_price_btn a,
.generic_content.active .generic_price_btn a {
	background-color: #4f92bc;
	color: #fff;
}

.row .table {
	padding: 28px 0;
}
#generic_price_table .one-fourth.row-disabled .generic_head_price,
#generic_price_table .one-fourth.row-disabled .generic_head_content,
#generic_price_table .one-fourth.row-disabled .generic_price_btn,
#generic_price_table .one-fourth.row-disabled .generic_feature_list{
	opacity: .3;
}
/*PRICE BODY CODE START*/
#generic_price_table h1 {
	font-weight: 300;
	margin: 50px 0 0 0;
	text-align: center;
}
p.powering {
	text-align: center;
	margin: 10px 0 50px 0;
	color: #555;
}
#generic_price_table .generic_content {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.generic_content .generic_head_price {
	margin: 0;
}

.generic_content .generic_head_price .generic_head_content {
	margin: 0 0 50px 0;
}

.generic_content .generic_head_price .generic_head_content .head_bg {
	border-style: solid;
	border-width: 90px 1411px 23px 399px;
	position: absolute;
}

.generic_content .generic_head_price .generic_head_content .head {
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.generic_content .generic_head_price .generic_head_content .head span {
	font-family: "Raleway",sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.generic_content .generic_head_price .generic_price_tag {
	padding: 0 0 20px;
}

.generic_head_price .yearly_price span.total {
	display: block;
	text-decoration: line-through;
}

.generic_content .generic_head_price .generic_price_tag .price .sign,
.generic_content .generic_head_price .generic_price_tag .yearly_price .sign {
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 28px;
	font-weight: 400;
	vertical-align: middle;
}

.generic_content .generic_head_price .generic_price_tag .yearly_price .currency,
.generic_content .generic_head_price .generic_price_tag .price .currency {
	font-family: "Lato",sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 60px;
	padding: 0;
	vertical-align: middle;
}

.generic_content .generic_head_price .generic_price_tag .yearly_price .currency {
	font-size: 40px;
	line-height: 40px;
}

.generic_content .generic_head_price .generic_price_tag .yearly_price .cent,
.generic_content .generic_head_price .generic_price_tag .price .cent {
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 24px;
	font-weight: 400;
	vertical-align: bottom;
}

.generic_content .generic_head_price .generic_price_tag .yearly_price .month,
.generic_content .generic_head_price .generic_price_tag .month {
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list {
	padding-bottom: 10px;
}
#generic_price_table .generic_content .generic_feature_list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

#generic_price_table .generic_content .generic_feature_list ul li {
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 2px 10px;
	transition: all 0.3s ease-in-out 0s;
	text-align: left;
}

#generic_price_table .generic_content .generic_feature_list ul li:before {
	content: "-";
	margin-right: 10px;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
	padding: 0 10px;
}

.generic_content .generic_price_btn {
	margin: 20px 0 32px;
}

.generic_content .generic_price_btn a {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	outline: medium none;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
.generic_content .generic_head_price .generic_head_content .head_bg,
.generic_content:hover .generic_head_price .generic_head_content .head_bg,
.generic_content .generic_head_price .generic_head_content .head h2,
.generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
.generic_content .generic_price_btn a,
.generic_content:hover .generic_price_btn a {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table.upgrade_table .generic_content .generic_head_price .generic_head_content .head span {
	font-size: 17px;
}

#generic_price_table.upgrade_table .generic_content .generic_head_price .generic_head_content .head_bg {
	border-width: 60px 1409px 23px 399px;
}

#generic_price_table.upgrade_table .generic_content .generic_head_price .generic_head_content .head {
	padding-top: 26px;
}

#generic_price_table.upgrade_table .generic_content .generic_head_price .generic_price_tag .price .currency {
	font-size: 40px;
	line-height: 40px;
}

#generic_price_table.upgrade_table .generic_content .generic_head_price .generic_price_tag .month {
	font-size: 13px;
}

#generic_price_table.upgrade_table .generic_content .generic_feature_list ul li {
	font-size: 18px;
}

#generic_price_table.upgrade_table .generic_content .generic_price_btn a {
	font-size: 14px;
}
th.featured-table .generic_price_btn a {
	font-size: .9em;
}
@media (max-width: 767px) {
	#generic_price_table .generic_content {
		margin-bottom: 75px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3 {
		float: left;
		width: 50%;
	}

	#generic_price_table .col-md-4 {
		float: left;
		width: 50%;
	}

	#generic_price_table .generic_content {
		margin-bottom: 75px;
	}
}

#generic_price_table_home {
	font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}

.demo-pic {
	margin: 0 auto;
}

.demo-pic:hover {
	opacity: 0.7;
}

#generic_price_table_home ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}

#generic_price_table_home li {
	float: left;
}

#generic_price_table_home li + li {
	margin-left: 10px;
	padding-bottom: 10px;
}

#generic_price_table_home li a {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}

#generic_price_table_home .blue {
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
	background: #4f92bc;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
	background: #E74C3C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}

#generic_price_table_home .divider span {
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}

#generic_price_table_home .itemname {
	text-align: center;
	font-size: 50px;
	padding: 50px 0 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
	font-weight: 300;
}

#generic_price_table_home .itemnametext {
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	text-transform: uppercase;
	display: inline-block;
}
p.price-disclaimer {
	font-size: .8em;
	text-align: center;
}
.money-back {
	clear: both;
	border: 1px dashed #ddd;
	margin-top: 40px;
	display: none;
}
.money-back-img {
	float: left;
	max-width: 200px;
	margin-right: 20px;
}
.money-back-text {
	display: block;
	font-size: 1.2em;
	padding-top: 30px;
}
span.in-savings{
	display: block;
	color: green;
}
span.then-total{
	display: block;
	color: #848484;
}
.current-plan {
	background: #333;
	text-align: center;
	color: #ddd;
	height: 35px;
	line-height: 1.9;
	margin-top: -35px;
}
td.row-disabled,
th.row-disabled {
	opacity: .3;
}
.featured-table .current-plan {
	position: relative;
	top: 35px;
	z-index: 9999;
}
/* FAQ
--------------------------------------------- */
.faq-container {
	margin-top: 100px;
}
.faq-container h3 {
	text-align: center;
}
.acc {
	margin: 70px 0;
	overflow: hidden;
	padding: 0;
}

.acc li {
	list-style-type: none;
	padding: 0;
}

.acc_ctrl {
	background: #FFFFFF;
	border: none;
	border-bottom: solid 1px #F2F2F2;
	cursor: pointer;
	display: block;
	outline: none;
	position: relative;
	text-align: left;
	width: 100%;
	transition: color .3s linear;
	padding: 30px 0;
}
.acc_ctrl h4{
	margin-bottom: 0;
}
.acc_ctrl:before {
	background: #44596B;
	content: '';
	height: 4px;
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 20px;
}

.acc_ctrl:after {
	background: #44596B;
	content: '';
	height: 4px;
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 19px;
}
.acc_ctrl.active,
.acc_ctrl:hover {
	color: #4f92bc;
}

.acc_ctrl.active:after,
.acc_ctrl.active:before,
.acc_ctrl:hover:after,
.acc_ctrl:hover:before{
	background: #4f92bc;
}
.acc_ctrl.active:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.acc_ctrl.active h4, .acc_ctrl:focus h4 {
	position: relative;
}

.acc_panel {
	padding: 20px 0;
	display: none;
	overflow: hidden;
}
/* Features list
--------------------------------------------- */

div#features-container h3.h1 {
	margin: 20px 0 80px;
	text-align: center;
}
ul#features-list {
	display:flex;
	top:0px;
	z-index:10;
	padding-bottom:14px;
}
ul#features-list li {
	list-style:none;
	flex:1;
}

ul#features-list li:last-child {
	border-right:1px solid #DDD;
}
ul#features-list button {
	width:100%;
	border: 1px solid #DDD;
	border-right:0;
	border-top:0;
	padding: 10px;
	background:#FFF;
	font-size:14px;
	font-weight:bold;
	height:60px;
	color:#999
}
ul#features-list li.active button {
	background:#F5F5F5;
	color:#000;
}
table#features-table { border-collapse:collapse; table-layout:fixed; width:100%;    font-size: .8em;
	font-weight: 400;
	color: #666; }
#features-table th.featured-table .generic_content .generic_head_price .generic_price_tag .yearly_price .month, .generic_content .generic_head_price .generic_price_tag .month {
	font-size: 13px;
	vertical-align: middle;
}
#features-table th.featured-table .generic_content .generic_head_price .generic_price_tag .yearly_price .currency {
	font-size: 30px;
	line-height: 30px;
}
#features-table th.featured-table{
	position: relative;
	padding: 0;
	overflow: hidden;
}
#features-tableth { background:#F5F5F5; display:none; }
#features-table td, #features-table th {
	height:53px
}
#features-table td, #features-table th { border:1px solid #DDD; padding:10px; empty-cells:show; }
#features-table td, #features-table th {
	text-align:left;
}
#features-table td+td, #features-table th+th {
	text-align:center;
	display:none;
}
#features-table td.default {
	display:table-cell;
}
#features-table .bg-purple {
	border-top:3px solid #A32362;
}
#features-table .bg-blue {
	border-top:3px solid #0097CF;
}
#features-table .sep {
	background:#F5F5F5;
	font-weight:bold;
}
#features-table .txt-l { font-size:28px; font-weight:bold; }
#features-table .txt-top { position:relative; top:-9px; left:-2px; }
#features-table .tick:before { content:"\2714";font-size:18px; color:#2CA01C; }
#features-table .cross:before { content:"\2716";font-size:18px; color:#ccc; }
#features-table .hide {
	border:0;
	background:none;
}

@media (min-width: 640px) {
	ul#features-list {
		display:none;
	}
	#features-table td, #features-table th {
		display:table-cell !important;
	}
	#features-table td, #features-table th {
		width: 330px;

	}
	#features-table td+td, #features-table th+th {
		width: auto;
	}
}
/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

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

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #DA4648;
}

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

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

.gallery-caption {
	margin: 0 0 10px;
}

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

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

.widget-area .widget:last-child {
	margin-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.prompt-subscribe-widget-content .submit {
    margin-top: 2em;
}
.subscribe.primary.prompt{
    margin-bottom: 2em;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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


.enews-widget form {
	position: relative;
}

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

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

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

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

#wpstats {
	display: none;
}

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

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


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

.site-header {
	background-color: #F1F1F1;
	width: 100%;
	padding: 25px 0;
}

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

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

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

.title-area {
	float: left;
	padding: 0;
	width: 250px;
}
.checkout-page .title-area {
    width: 250px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}
.header-image .site-title a {
    background: url(images/wppopups-logo.png) no-repeat left center!important;
    background-size: 250px !important;
}
.header-image .site-title > a {
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

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

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

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #000;
	float: right;
	text-align: right;
	padding-top: 10px;
	width: 738px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #000;
	font-size: 1.05em;
	font-weight: 400;
}
.site-header .widget-area a:hover {
	opacity: .7;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

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

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

.genesis-nav-menu li a {
	color: #000;
	display: block;
	padding: 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #000;
}
.genesis-nav-menu li.menu-item.button{
	padding: 0;
}
.site-header .widget-area .genesis-nav-menu li.menu-item.button a:hover{
	opacity: 1;
}
.genesis-nav-menu li.menu-item.button a {
	padding: 10px 20px;
	background-color: #2273aa;
	border-radius: 3px;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #DA4648;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
body.logged-in .genesis-nav-menu .hide-if-logged-in {
	display: none;
}
.genesis-nav-menu .hide-if-logged-out {
	display: none;
}
body.logged-in .genesis-nav-menu .hide-if-logged-out {
	display: inline-block;
}
.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

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

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

/* Home Page
--------------------------------------------- */

.columns-wrap .box {
	position: relative;
    background: #fff;
    padding: 2rem;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    text-align: left;
    margin-bottom: 2em;
    opacity: .8;
    transition: opacity .3s ease-in;
}
.columns-wrap .box:hover {
    opacity: 1;
}
.columns-wrap .box.align-box {
    margin: 0 auto;
    float: none;
}
.box h2.entry-title {
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 0.8em;
}
a.float-right {
    float: right;
}
.box .post-thumbnail{
    margin: -55px -2rem 1em -2rem;
    float: left;
}
.box img{
    display: block;
}
.columns-wrap .box:first-child {
    margin-left: 0;
}
.home-widgets-2.our-plugins {
    background: #F4F4F4;
}
#featured-page-3 .entry-image{
	margin: 6em 0 7em 0;
}
.home-widgets-6{
    background: #DA4648;
}
#get-quote{
    background: #fff;
}
#get-quote h4{
    font-size: 4em;
    margin-bottom: 1em;
}
h2.section-title {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 1.5em;
}
.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets .widget:first-child {
	padding-top:80px;
}

.home-widgets .widget:last-child {
	padding-bottom: 100px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}


.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 50px 0;
	font-size: 20px;
}
section#la-solucion {
    padding-top: 1em;
}
.home-widgets-1 h1{
	font-size: 3em;
	font-weight: 700;
	line-height: 1;
}
.home-widgets-1 h3{
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
}
.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}

.arrow a {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	background-color: #fff;
	position: relative;
	border-top: 60px solid transparent;
	margin-top: -60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-widgets-4 {
	background-color: #2e2f33;
	color: #fff;
}

.home-widgets-5 {
	background: #f5f5f5;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1080px;
	padding: 90px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
body.home .button{
	font-size: 1.1em;
}
.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.entry {
	margin-bottom: 80px;
}

.sidebar-content-sidebar .content .entry {
    padding: 40px;
    background: #fff;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

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

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	padding-top: 40px;
}

.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #DA4648;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}
div#respond {
	clear: both;
}
.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
	clear: both;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #DA4648;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

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

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */
body.single-post .sidebar,
body.blog .sidebar,
body.search .sidebar,
body.category .sidebar {
    background-color: #f5f5f5;
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1000px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: left;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}
section#wpforms-widget-4 {
	background: #f1f1f1;
	padding: 30px 20px 10px 20px;
	margin: 20px 40px;
	border: 1px solid #ccc;
}
section#wpforms-widget-4 div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: #2273a9;
}
section#wpforms-widget-4 div.wpforms-container-full .wpforms-form button[type=submit] {
	width: 100%;
	background: #71a8c8;
	color: #fff;
	border: 1px solid #2273a9;
}
section#wpforms-widget-4 .form-description p{
	text-align: center;
}
section#wpforms-widget-4 h4.widget-title.widgettitle {
	text-align: center;
	margin-bottom: 0;
}

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

.footer-widgets {
	background-color: #2e2f33;
	clear: both;
	padding-top: 140px;
}

.footer-widgets,
.footer-widgets a {
	color: #959595;
}

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

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.footer-widgets-2, .footer-widgets-3 {
	width: 22%;
}
.footer-widgets-1 .menu-features-container ul {
	display: flex;
	flex-wrap: wrap;
}
ul#menu-features li {
	width: 33%;
}

.footer-widgets-4 {
	width: 540px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

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


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

.site-footer {
	background-color: #2e2f33;
	color: #959595;
	font-size: 12px;
	font-weight: 700;
	padding: 40px 0 8%;
}

.site-footer,
.site-footer a {
	color: #959595;
}

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

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


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Charcoal
--------------------------------------------- */

.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
	background-color: #656d78;
}

.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
	color: #656d78;
}

.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
	color: #fff;
}

.centric-pro-charcoal a:hover {
	color: #2e2f33;
}

.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
	color: #959595;
}

.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
	background-color: #656d78;
	color: #fff;
}

/* Centric Green
--------------------------------------------- */

.centric-pro-green .genesis-nav-menu .sub-menu,
.centric-pro-green {
	background-color: #37bc9b;
}

.centric-pro-green .entry-title a:hover,
.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-green a,
.green {
	color: #37bc9b;
}

.centric-pro-green .button,
.centric-pro-green .footer-widgets a:hover,
.centric-pro-green .site-footer a:hover {
	color: #fff;
}

.centric-pro-green a:hover {
	color: #2e2f33;
}

.centric-pro-green .footer-widgets a,
.centric-pro-green .site-footer a {
	color: #959595;
}

.centric-pro-green .archive-pagination .active a,
.centric-pro-green .archive-pagination li a:hover,
.centric-pro-green .button:hover,
.centric-pro-green .home-widgets .more-link:hover,
.centric-pro-green .site-header,
.centric-pro-green button:hover,
.centric-pro-green input:hover[type="button"],
.centric-pro-green input:hover[type="reset"],
.centric-pro-green input:hover[type="submit"] {
	background-color: #37bc9b;
	color: #fff;
}

/* Centric Orange
--------------------------------------------- */

.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
	background-color: #e9573f;
}

.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
	color: #e9573f;
}

.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
	color: #fff;
}

.centric-pro-orange a:hover {
	color: #2e2f33;
}

.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
	color: #959595;
}

.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .button:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header,
.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
	background-color: #e9573f;
	color: #fff;
}

/* Centric Purple
--------------------------------------------- */

.centric-pro-purple .genesis-nav-menu .sub-menu,
.centric-pro-purple {
	background-color: #987197;
}

.centric-pro-purple .entry-title a:hover,
.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-purple a,
.purple {
	color: #987197;
}

.centric-pro-purple .button,
.centric-pro-purple .footer-widgets a:hover,
.centric-pro-purple .site-footer a:hover {
	color: #fff;
}

.centric-pro-purple a:hover {
	color: #2e2f33;
}

.centric-pro-purple .footer-widgets a,
.centric-pro-purple .site-footer a {
	color: #959595;
}

.centric-pro-purple .archive-pagination .active a,
.centric-pro-purple .archive-pagination li a:hover,
.centric-pro-purple .button:hover,
.centric-pro-purple .home-widgets .more-link:hover,
.centric-pro-purple .site-header,
.centric-pro-purple button:hover,
.centric-pro-purple input:hover[type="button"],
.centric-pro-purple input:hover[type="reset"],
.centric-pro-purple input:hover[type="submit"] {
	background-color: #987197;
	color: #fff;
}

/* Centric Red
--------------------------------------------- */

.centric-pro-red .genesis-nav-menu .sub-menu,
.centric-pro-red {
	background-color: #e14d43;
}

.centric-pro-red .entry-title a:hover,
.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-red a,
.red {
	color: #e14d43;
}

.centric-pro-red .button,
.centric-pro-red .footer-widgets a:hover,
.centric-pro-red .site-footer a:hover {
	color: #fff;
}

.centric-pro-red a:hover {
	color: #2e2f33;
}

.centric-pro-red .footer-widgets a,
.centric-pro-red .site-footer a {
	color: #959595;
}

.centric-pro-red .archive-pagination .active a,
.centric-pro-red .archive-pagination li a:hover,
.centric-pro-red .button:hover,
.centric-pro-red .home-widgets .more-link:hover,
.centric-pro-red .site-header,
.centric-pro-red button:hover,
.centric-pro-red input:hover[type="button"],
.centric-pro-red input:hover[type="reset"],
.centric-pro-red input:hover[type="submit"] {
	background-color: #e14d43;
	color: #fff;
}

/* Centric Yellow
--------------------------------------------- */

.centric-pro-yellow .genesis-nav-menu .sub-menu,
.centric-pro-yellow {
	background-color: #f6bb42;
}

.centric-pro-yellow .entry-title a:hover,
.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-yellow a,
.yellow {
	color: #f6bb42;
}

.centric-pro-yellow .button,
.centric-pro-yellow .footer-widgets a:hover,
.centric-pro-yellow .site-footer a:hover {
	color: #fff;
}

.centric-pro-yellow a:hover {
	color: #2e2f33;
}

.centric-pro-yellow .footer-widgets a,
.centric-pro-yellow .site-footer a {
	color: #959595;
}

.centric-pro-yellow .archive-pagination .active a,
.centric-pro-yellow .archive-pagination li a:hover,
.centric-pro-yellow .button:hover,
.centric-pro-yellow .home-widgets .more-link:hover,
.centric-pro-yellow .site-header,
.centric-pro-yellow button:hover,
.centric-pro-yellow input:hover[type="button"],
.centric-pro-yellow input:hover[type="reset"],
.centric-pro-yellow input:hover[type="submit"] {
	background-color: #f6bb42;
	color: #fff;
}

/**
 * Custom rules
 */

#welove .dashicons.dashicons-heart{
	font-size: 1.1em;
	width: auto;
	height: auto;
	color: #ff4040;
}

#pmc_email {
	margin-bottom: 1em;
}

/**
 * Shortcodes
 */
.g-hr {
	position: relative;
	clear: both;
	margin: 40px 0;
	width: 100%;
	height: 10px;
	}
	.g-hr-h {
		position: absolute;
		top: 50%;
		left: 0;
		height: 0;
		width: 100%;
		border-top: 1px solid #e8e8e8;
		}
		.g-hr-h i.dashicons {
			position: absolute;
			top: 0;
			left: 50%;
			font-size: 16px;
			height: 16px;
			width: 50px;
			margin-top: -8px;
			margin-left: -25px;
			text-align: center;
			background-color: #fff;
			color: #e8e8e8;
			}

/*
Single Download
---------------------------------------------------------------------------------------------------- */

.single-download .sidebar-secondary {
    display: block;
}
.single-download .hide-on-big {
    display: none;
}
.single-download .sidebar {
    border-left: none;
}
.single-download .sidebar .widget{
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}
.single-download .sidebar .widget p:last-child{
    margin-bottom: 0;
}
.plugin-info span {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
section.widget-price {
    background-color: #fff;
    padding: 0px 0 10px 0;
}
.entry-content .edd_download_purchase_form .edd_price_options li ,
.sidebar .edd_download_purchase_form .edd_price_options li {
    padding: 20px;
    transition: all .3s ease-in;
    border-bottom: 1px solid #e5e5e5;
}
.entry-content .edd_price_options.edd_single_mode span ,
.sidebar .edd_price_options.edd_single_mode span {
    margin-left: 8px;
}
.entry-content .edd_download_purchase_form .edd_price_options li:hover,
.sidebar .edd_download_purchase_form .edd_price_options li:hover {
    background-color: rgb(255, 241, 241);
    color: red;
    cursor: pointer;
}
.edd_purchase_submit_wrapper {
    padding: 0 20px;
}
.edd-submit.button.green {
    width: 100%;
    font-weight: bold;
    padding: 11px;
}
.plugin-info li{
    list-style: square;
    font-size: .9em;
    margin-left: 20px;
    line-height: 1.5em;
    margin-top: 10px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.widget-price p {
    padding: 0 20px;
}
.single-download .sidebar .hide-on-big .widget {
    padding: 0px 20px 20px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.addon-sell-title{
	text-align: center;
	background: #d9ecf7;
	padding: 10px;
}
.single-features-page .sidebar section.widget-addon-notice p{
	padding: 20px 0;
	margin: 0;
}
.single-features-page .sidebar .edd_purchase_submit_wrapper{
	padding: 0;
}
.single-features-page .sidebar{
	border:none;
}
/*
Account
---------------------------------------------------------------------------------------------------- */
.tabs-navigation {
	display: flex;
	width: auto;
	background: 0 0;
	box-shadow: none;
	border-bottom: 2px solid #eaf0f7;
}
.tabs_list {
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #f4f7fa;
	border: 2px solid #eaf0f7;
	border-bottom: 0px;
	width: 100%;
}
.tabs_list li {
	flex-shrink: 0;
	margin-bottom: -2px;
}
.tabs_list li:last-child {
}
.tabs_list li a {
	height: 60px;
	width: auto;
	padding: 0 2em;
	-ms-flex-direction: row;
	flex-direction: row;
	display: flex;
	position: relative;
	text-align: center;
	align-items: center;
	color: #2e2f33;
	font-weight: 400;
	border-right: 2px solid #eaf0f7;
	border-bottom: 2px solid #eaf0f7;
}
.tabs_list li a.selected {
	border-bottom: 2px solid #fff;
	background: #fff;
}
.tabs_list li:hover {
	background: #ecf2f9;
}
.account-content {
	border: 2px solid #eaf0f7;
	border-top: navajowhite;
	padding: 20px;
}
.account-page fieldset > legend {
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
.account-page .account-content fieldset {
	margin-bottom: 30px !important;
}
a.button.small-button {
	top: -1px;
	position: relative;
}
.bb{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.product-box {
	background: #f4f7fa;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #eaf0f7;
}
.download-wpp{
	float: right;
}
body.account-page p {
	font-size: .95em;
}
body.account-page strong{
	color: #5a5a5a;
}
body.account-page #edd_user_history th{
	background: #f4f7fa;
	text-align: center;
}
body.account-page #edd_user_history td {
	padding: 13px 0;
	font-size: .9em;
	text-align: center;
}
.edd-invoices-div {
	margin-top: 1em;
	margin-bottom: 1em;
}

.invoice-page .edd-invoices-div {
	margin-top: 1em;
	margin-bottom: 1em;
}
.active-sites {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.active-sites p {
	margin-right: 10px;
	margin-bottom: 0;
}
.active-sites .active-site a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 17px;
	padding: 2px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: inherit;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-left: 1px solid #0073bb;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.active-sites .active-site{
	padding: 2px 24px 2px 6px;
	margin: 0 11px 10px 0;
	color: #ffffff;
	background: #1da7ee;
	border: 1px solid #0073bb;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
	background-color: #1b9dec;
	background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
	background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
	background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
	font-size: 15px;
}
/*
Docs
---------------------------------------------------------------------------------------------------- */
body.docs-page header.entry-header {
	text-align: center;
	margin-bottom: 50px;
}
body.docs-page header.entry-header h2 {
	font-weight: 100;
	font-size: 1.2em;
}
.sidebar-content .sidebar.docs-sidebar{
    text-align: left;
}
divdiv.search-results {
	margin-top: 30px;
	font-size: .9em;
	line-height: 1.4;
}
article.docs .entry-content a {
	text-decoration: underline;
}
.docs-page  .search-form{
	left: -61px;
}
.search-input {
	position: relative;
}
.search-input input {
	border: none;
	padding: 0 30px 0 0;
}
.search-input svg {
	position: absolute;
	right: 10px;
	top: 12px;
	display: none;
}
.single-docs .search-form {
	left: 0;
}
.single-docs div.search-results .results ul li {
	padding: 8px 0;
	margin-bottom: 4px;
}
.single-docs .search-form button.btn {
	display: none;
}
.search-form.searching-docs .search-input svg{
	display: block;
}
.widget-wrap.support-sidebar {
	padding: 20px;
	text-align: center;
	border: 1px solid #e5e5e5;
}
i.doc-icon {
	width: 23px;
	height: 23px;
	float: left;
	background-size: contain;
	margin: 0px 5px 0 0;
	fill: #cccccc;
	background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSIjY2NjIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1OCA1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTggNTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNTAuOTUsMTIuMTg3bC0wLjc3MS0wLjc3MUw0MC4wODQsMS4zMjFMMzkuMzEzLDAuNTVDMzguOTY0LDAuMjAxLDM4LjQ4LDAsMzcuOTg1LDBIOC45NjNDNy43NzcsMCw2LjUsMC45MTYsNi41LDIuOTI2VjM5CgkJdjE2LjUzN1Y1NmMwLDAuODM3LDAuODQyLDEuNjUzLDEuODM4LDEuOTFjMC4wNSwwLjAxMywwLjA5OCwwLjAzMiwwLjE1LDAuMDQyQzguNjQ0LDU3Ljk4Myw4LjgwMyw1OCw4Ljk2Myw1OGg0MC4wNzQKCQljMC4xNiwwLDAuMzE5LTAuMDE3LDAuNDc1LTAuMDQ4YzAuMDUyLTAuMDEsMC4xLTAuMDI5LDAuMTUtMC4wNDJDNTAuNjU4LDU3LjY1Myw1MS41LDU2LjgzNyw1MS41LDU2di0wLjQ2M1YzOVYxMy45NzgKCQlDNTEuNSwxMy4yMTEsNTEuNDA4LDEyLjY0NSw1MC45NSwxMi4xODd6IE00Ny45MzUsMTJIMzkuNVYzLjU2NUw0Ny45MzUsMTJ6IE04Ljk2Myw1NmMtMC4wNzEsMC0wLjEzNS0wLjAyNi0wLjE5OC0wLjA0OQoJCUM4LjYwOSw1NS44NzcsOC41LDU1LjcyMSw4LjUsNTUuNTM3VjQxaDQxdjE0LjUzN2MwLDAuMTg0LTAuMTA5LDAuMzM5LTAuMjY1LDAuNDE0QzQ5LjE3Miw1NS45NzQsNDkuMTA4LDU2LDQ5LjAzNyw1Nkg4Ljk2M3oKCQkgTTguNSwzOVYyLjkyNkM4LjUsMi43MDksOC41MzMsMiw4Ljk2MywyaDI4LjU5NUMzNy41MjUsMi4xMjYsMzcuNSwyLjI1NiwzNy41LDIuMzkxVjE0aDExLjYwOWMwLjEzNSwwLDAuMjY0LTAuMDI1LDAuMzktMC4wNTgKCQljMCwwLjAxNSwwLjAwMSwwLjAyMSwwLjAwMSwwLjAzNlYzOUg4LjV6Ii8+Cgk8cGF0aCBkPSJNMjMuMjM1LDQ1LjRjLTAuNDI0LTAuNDQ2LTAuOTU3LTAuODA1LTEuNi0xLjA3M3MtMS4zODgtMC40MDMtMi4yMzUtMC40MDNoLTMuMDM1VjU0aDMuODE0CgkJYzAuMTI3LDAsMC4zMjMtMC4wMTYsMC41ODgtMC4wNDhjMC4yNjQtMC4wMzIsMC41NTYtMC4xMDQsMC44NzUtMC4yMTljMC4zMTktMC4xMTQsMC42NDktMC4yODUsMC45OTEtMC41MTMKCQlzMC42NDktMC41NCwwLjkyMy0wLjkzN3MwLjQ5OS0wLjg4OSwwLjY3Ny0xLjQ3N3MwLjI2Ny0xLjI5NywwLjI2Ny0yLjEyNmMwLTAuNjAyLTAuMTA1LTEuMTg4LTAuMzE0LTEuNzU3CgkJQzIzLjk3Niw0Ni4zNTUsMjMuNjU5LDQ1Ljg0NywyMy4yMzUsNDUuNHogTTIyLjAzOSw1MS43M2MtMC40OTIsMC43MTEtMS4yOTQsMS4wNjYtMi40MDYsMS4wNjZoLTEuNjI3di03LjYyOWgwLjk1NwoJCWMwLjc4NCwwLDEuNDIyLDAuMTAzLDEuOTE0LDAuMzA4czAuODgyLDAuNDc0LDEuMTY5LDAuODA3czAuNDgsMC43MDQsMC41ODEsMS4xMTRjMC4xLDAuNDEsMC4xNSwwLjgyNSwwLjE1LDEuMjQ0CgkJQzIyLjc3Nyw0OS45ODksMjIuNTMxLDUxLjAyLDIyLjAzOSw1MS43M3oiLz4KCTxwYXRoIGQ9Ik0zMy4yNjUsNDUuMDcyYy0wLjM3OC0wLjQyOS0wLjgyLTAuNzU0LTEuMzI2LTAuOTc4cy0xLjA2LTAuMzM1LTEuNjYxLTAuMzM1cy0xLjE1NSwwLjExMS0xLjY2MSwwLjMzNQoJCXMtMC45NDgsMC41NDktMS4zMjYsMC45NzhjLTAuMzc4LDAuNDI5LTAuNjc1LDAuOTY0LTAuODg5LDEuNjA2Yy0wLjIxNCwwLjY0My0wLjMyMSwxLjM4OC0wLjMyMSwyLjIzNXMwLjEwNywxLjU5NSwwLjMyMSwyLjI0MgoJCWMwLjIxNCwwLjY0NywwLjUxLDEuMTg1LDAuODg5LDEuNjEzYzAuMzc4LDAuNDI5LDAuODIsMC43NTIsMS4zMjYsMC45NzFzMS4wNiwwLjMyOCwxLjY2MSwwLjMyOHMxLjE1NS0wLjEwOSwxLjY2MS0wLjMyOAoJCXMwLjk0OC0wLjU0MiwxLjMyNi0wLjk3MWMwLjM3OC0wLjQyOSwwLjY3NC0wLjk2NiwwLjg4OS0xLjYxM2MwLjIxNC0wLjY0NywwLjMyMS0xLjM5NSwwLjMyMS0yLjI0MnMtMC4xMDctMS41OTMtMC4zMjEtMi4yMzUKCQlDMzMuOTM5LDQ2LjAzNiwzMy42NDMsNDUuNTAxLDMzLjI2NSw0NS4wNzJ6IE0zMi41ODgsNTAuNjk4Yy0wLjEzNywwLjQ4Ny0wLjMyNiwwLjg4Mi0wLjU2NywxLjE4MwoJCWMtMC4yNDIsMC4zMDEtMC41MTUsMC41MTgtMC44MiwwLjY0OWMtMC4zMDYsMC4xMzItMC42MjcsMC4xOTgtMC45NjQsMC4xOThjLTAuMzI4LDAtMC42NDEtMC4wNy0wLjkzNy0wLjIxMgoJCWMtMC4yOTYtMC4xNDItMC41NjEtMC4zNjQtMC43OTMtMC42N3MtMC40MTUtMC42OTktMC41NDctMS4xODNjLTAuMTMyLTAuNDgzLTAuMjAzLTEuMDY2LTAuMjEyLTEuNzUKCQljMC4wMDktMC43MDIsMC4wODItMS4yOTQsMC4yMTktMS43NzdzMC4zMjYtMC44NzcsMC41NjctMS4xODNjMC4yNDEtMC4zMDYsMC41MTUtMC41MjEsMC44Mi0wLjY0OQoJCWMwLjMwNS0wLjEyOCwwLjYyNi0wLjE5MSwwLjk2NC0wLjE5MWMwLjMyOCwwLDAuNjQsMC4wNjgsMC45MzcsMC4yMDVjMC4yOTYsMC4xMzcsMC41NjEsMC4zNiwwLjc5MywwLjY3czAuNDE1LDAuNzA0LDAuNTQ3LDEuMTgzCgkJYzAuMTMyLDAuNDc5LDAuMjAzLDEuMDYsMC4yMTIsMS43NDNDMzIuNzk3LDQ5LjYxNiwzMi43MjUsNTAuMjExLDMyLjU4OCw1MC42OTh6Ii8+Cgk8cGF0aCBkPSJNMzkuMDYyLDQ1Ljk1NGMwLjI0MS0wLjMwNiwwLjUxNS0wLjUyMSwwLjgyLTAuNjQ5YzAuMzA1LTAuMTI4LDAuNjI2LTAuMTkxLDAuOTY0LTAuMTkxYzAuMzAxLDAsMC41OSwwLjA2LDAuODY4LDAuMTc4CgkJYzAuMjc4LDAuMTE4LDAuNTMxLDAuMzEsMC43NTksMC41NzRsMS4xMzUtMS4wMTJjLTAuMzc0LTAuMzY0LTAuNzk4LTAuNjM4LTEuMjcxLTAuODJjLTAuNDc0LTAuMTgzLTAuOTg0LTAuMjczLTEuNTMxLTAuMjczCgkJYy0wLjU5MywwLTEuMTQ0LDAuMTExLTEuNjU0LDAuMzM1Yy0wLjUxMSwwLjIyNC0wLjk1NSwwLjU0OS0xLjMzMywwLjk3OGMtMC4zNzgsMC40MjktMC42NzUsMC45NjQtMC44ODksMS42MDYKCQljLTAuMjE0LDAuNjQzLTAuMzIxLDEuMzg4LTAuMzIxLDIuMjM1czAuMTA3LDEuNTk1LDAuMzIxLDIuMjQyYzAuMjE0LDAuNjQ3LDAuNTEsMS4xODUsMC44ODksMS42MTMKCQljMC4zNzgsMC40MjksMC44MiwwLjc1MiwxLjMyNiwwLjk3MXMxLjA2LDAuMzI4LDEuNjYxLDAuMzI4YzAuNTQ3LDAsMS4wNTctMC4wOTEsMS41MzEtMC4yNzNjMC40NzQtMC4xODMsMC44OTctMC40NTYsMS4yNzEtMC44MgoJCWwtMS4xMzUtMC45OThjLTAuMjM3LDAuMjY1LTAuNDk5LDAuNDU2LTAuNzg2LDAuNTc0cy0wLjU5NSwwLjE3OC0wLjkyMywwLjE3OHMtMC42NDEtMC4wNy0wLjkzNy0wLjIxMgoJCWMtMC4yOTYtMC4xNDItMC41NjEtMC4zNjQtMC43OTMtMC42N3MtMC40MTUtMC42OTktMC41NDctMS4xODNjLTAuMTMyLTAuNDgzLTAuMjAzLTEuMDY2LTAuMjEyLTEuNzUKCQljMC4wMDktMC43MDIsMC4wODItMS4yOTQsMC4yMTktMS43NzdTMzguODIsNDYuMjYsMzkuMDYyLDQ1Ljk1NHoiLz4KCTxwYXRoIGQ9Ik0xMy41LDE0aDZjMC41NTIsMCwxLTAuNDQ4LDEtMXMtMC40NDgtMS0xLTFoLTZjLTAuNTUyLDAtMSwwLjQ0OC0xLDFTMTIuOTQ4LDE0LDEzLjUsMTR6Ii8+Cgk8cGF0aCBkPSJNMTMuNSwxOWg5YzAuNTUyLDAsMS0wLjQ0OCwxLTFzLTAuNDQ4LTEtMS0xaC05Yy0wLjU1MiwwLTEsMC40NDgtMSwxUzEyLjk0OCwxOSwxMy41LDE5eiIvPgoJPHBhdGggZD0iTTI2LjUsMTljMC4yNiwwLDAuNTItMC4xMSwwLjcxLTAuMjljMC4xOC0wLjE5LDAuMjktMC40NSwwLjI5LTAuNzFjMC0wLjI2LTAuMTEtMC41Mi0wLjI5LTAuNzEKCQljLTAuMzctMC4zNy0xLjA1LTAuMzctMS40MiwwYy0wLjE4LDAuMTktMC4yOSwwLjQ1LTAuMjksMC43MWMwLDAuMjYsMC4xMSwwLjUyLDAuMjksMC43MUMyNS45OCwxOC44OSwyNi4yNCwxOSwyNi41LDE5eiIvPgoJPHBhdGggZD0iTTMwLjUsMTloOGMwLjU1MiwwLDEtMC40NDgsMS0xcy0wLjQ0OC0xLTEtMWgtOGMtMC41NTIsMC0xLDAuNDQ4LTEsMVMyOS45NDgsMTksMzAuNSwxOXoiLz4KCTxwYXRoIGQ9Ik0xMi43OSwzMi4yOWMtMC4xOCwwLjE5LTAuMjksMC40NS0wLjI5LDAuNzFjMCwwLjI2LDAuMTEsMC41MiwwLjI5LDAuNzFDMTIuOTgsMzMuODksMTMuMjQsMzQsMTMuNSwzNAoJCWMwLjI2LDAsMC41Mi0wLjExLDAuNzEtMC4yOWMwLjE4LTAuMTksMC4yOS0wLjQ1LDAuMjktMC43MWMwLTAuMjctMC4xMS0wLjUyLTAuMjktMC43MUMxMy44NCwzMS45MiwxMy4xNiwzMS45MiwxMi43OSwzMi4yOXoiLz4KCTxwYXRoIGQ9Ik0yNS41LDMyaC04Yy0wLjU1MiwwLTEsMC40NDgtMSwxczAuNDQ4LDEsMSwxaDhjMC41NTIsMCwxLTAuNDQ4LDEtMVMyNi4wNTIsMzIsMjUuNSwzMnoiLz4KCTxwYXRoIGQ9Ik00NC41LDE3aC0yYy0wLjU1MiwwLTEsMC40NDgtMSwxczAuNDQ4LDEsMSwxaDJjMC41NTIsMCwxLTAuNDQ4LDEtMVM0NS4wNTIsMTcsNDQuNSwxN3oiLz4KCTxwYXRoIGQ9Ik0xMy41LDI0aDIyYzAuNTUyLDAsMS0wLjQ0OCwxLTFzLTAuNDQ4LTEtMS0xaC0yMmMtMC41NTIsMC0xLDAuNDQ4LTEsMVMxMi45NDgsMjQsMTMuNSwyNHoiLz4KCTxwYXRoIGQ9Ik00NC41LDIyaC02Yy0wLjU1MiwwLTEsMC40NDgtMSwxczAuNDQ4LDEsMSwxaDZjMC41NTIsMCwxLTAuNDQ4LDEtMVM0NS4wNTIsMjIsNDQuNSwyMnoiLz4KCTxwYXRoIGQ9Ik0xMy41LDI5aDRjMC41NTIsMCwxLTAuNDQ4LDEtMXMtMC40NDgtMS0xLTFoLTRjLTAuNTUyLDAtMSwwLjQ0OC0xLDFTMTIuOTQ4LDI5LDEzLjUsMjl6Ii8+Cgk8cGF0aCBkPSJNMzEuNSwyN2gtMTBjLTAuNTUyLDAtMSwwLjQ0OC0xLDFzMC40NDgsMSwxLDFoMTBjMC41NTIsMCwxLTAuNDQ4LDEtMVMzMi4wNTIsMjcsMzEuNSwyN3oiLz4KCTxwYXRoIGQ9Ik00NC41LDI3aC05Yy0wLjU1MiwwLTEsMC40NDgtMSwxczAuNDQ4LDEsMSwxaDljMC41NTIsMCwxLTAuNDQ4LDEtMVM0NS4wNTIsMjcsNDQuNSwyN3oiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
}
.docs-box-container{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.docs-box {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f9f9f9;
	width: 31%;
	margin: 1%;
}
.docs-box ul {
	margin: 0;
	list-style: none;
}
.docs-box ul li {
	list-style: none;
	font-size: .8em;
	line-height: 1.2;
	clear: both;
	margin-bottom: 24px;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
/**
* Checkout page
*/
.checkout-page.full-width-content .content {
    max-width: 800px;
    margin: 0px auto 40px;
    float: none;
    background-color: #fff;
    padding: 40px;
}
.checkout-page.full-width-content .site-inner {
    background-color: #f5f5f5;
}
.checkout-page.full-width-content .header-widget-area{
    display:none;
}
.checkout-page.full-width-content{
    background-image: none;
    background-color: #f5f5f5;
}
.checkout-page.full-width-content .title-area {
    float: none;
    margin: 0 auto;
}
.checkout-page.full-width-content .site-header{
    position: relative;
    background: #f5f5f5;
    top: 0;
}
.checkout-page .edd-submit.button.green {
    width: auto;
}
.checkout-page p#edd-license-key-container-wrap .button {
    margin-top: 20px;
}
.checkout-page input#edd-purchase-button {
    padding: 17px 30px;
    font-weight: bold;
    margin: 0 auto;
    float: none;
    display: block;
    font-size: 1em;
}
body.edd-checkout #edd_checkout_form_wrap fieldset#edd_cc_fields{
	border: none;
	background: none;
	margin-top: 50px;
}
body.edd-checkout #edd_payment_mode_select_wrap,
body.edd-checkout #edd_purchase_form_wrap{
	margin: 50px 0;
	border-top: 1px solid #e8e6e6;
	padding-top: 30px;
}
body.edd-checkout #edd_checkout_form_wrap span.edd-description {
	color: #aba9a9;
	font-size: 77%;
}
body.edd-checkout .money-back {
	font-size: .8em;
	padding: 0px 20px 0px 0;
}

body.edd-checkout img.secure-checkout {
	max-width: 320px;
	margin: 30px auto;
	display: block;
}
body.edd-checkout .edd_secure_site_wrapper{
	display: none;
}
body.edd-checkout .edd-stripe-new-card {
	background: #f5f5f5;
	padding: 20px;
}
body.edd-checkout #edd_checkout_form_wrap fieldset {
	border: none;
	padding: 0;
}
body.edd-checkout #edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select #edd-payment-mode-wrap label {
	clear: none;
	float: right;
	width: 48%;
	height: 60px;
	line-height: 60px;
	margin: 0;
	background: #f7f8f8;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
body.edd-checkout #edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select #edd-payment-mode-wrap label#edd-gateway-option-stripe {
	float: left;
	margin: 0 4% 0 0;
	padding: 0 130px 0 0;
	background: url(images/cc-icons.png) 167px 50% no-repeat #e5e9ec;
	background-size: 120px;
}
body.edd-checkout #edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select #edd-payment-mode-wrap label#edd-gateway-option-paypalexpress {
	padding: 0 100px 0 0;
	background: url(images/paypal.png) 165px 55% no-repeat #e5e9ec;
	background-size: 96px;
}
.edd-gateway-option-selected {
	border: 1px solid #428aca;
}
div#edd-payment-mode-wrap input {
	display: none;
}
/**
* Account page
*/
form#edd_profile_editor_form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.support-box {
	border: 1px solid #e6e6e6;
	padding: 20px;
	text-align: center;
}
.support-icon {
	max-width: 100px;
	margin: 0 auto;
}
.account-page h1.entry-title,
.account-page .entry-content{
	text-align: center;
}
.account-page .edd_sl_license_key{
	padding: 6px;
	border: none;
	font-size: 13px;
	font-family: monospace;
	display: inline-block;
	width: 260px;
	background: #f6f6f6;
}
span.edd_sl_license_status {
	font-weight: 100;
	font-size: 12px;
	background: #ccc;
	padding: 3px 11px;
	border-radius: 20px;
}
span.edd_sl_license_status.edd-sl-active {
	background: #29a029;
	color: #fff;
}
span.license-expires{
	float: right;
	font-weight: 400;
	font-size: 15px;
}
span.license-expires span {
	font-size: 18px;
	font-weight: bold;
}
span.license-name{
	font-weight: 400;
}
.addons-container {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.addon-image {
	max-width: 50px;
	margin: 0 auto;
}
.addon-box a{
	display: block;
	padding: 20px;
}
.addon-box {
	width: 20%;
	text-align: center;
	font-size: .8em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transition: all .1s ease-in;
}
.addon-box:hover {
	background: #f3f1f1
}
.addon-box.upgrade{
	background: #fff;
}
.addon-box.upgrade:hover a{
	color: #2273aa;
}
.addon-box.upgrade .addon-image{
	opacity: .3;
}
.addon-box.upgrade a {
	opacity: .6;
}
.copy-license img{
	width: 26px;
	height: auto;
}
.copy-license{
	display: inline-block;
	position: relative;
	bottom: -6px;
}
.upgrade-cta{
	text-align: center;
	margin: 50px auto;
}
	/**
    *Affiliates
    */
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
    background-color: #EFE7E7;
}
html #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    background-color: #f5f5f5;
    padding: 10px;
}
div#affwp-affiliate-dashboard-url-generator {
    padding: 20px;
    background-color: #EFE7E7;
}
/**
* Support page
*/
.support-page div#gform_wrapper_1 {
    background-color: #F7F7F7;
    margin: 0;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/**
* Features home
*/
.block-features {
	margin-top: 80px;
}
.block-features .feature {
	float: left;
	width: 50%;
	padding: 0 38px;
	margin: 0 0 64px 0;
	position: relative;
	text-align: left;
}



@media (max-width: 979px) {
	.block-features .feature {
		margin: 0 0 40px 0
	}
}

@media (max-width: 570px) {
	.block-features .feature {
		margin: 0 0 40px;
		float: none;
		width: 100%
	}
}

.block-features .feature:nth-child(2n+1) {
	clear: both
}

.block-features .feature .image {
	float: left;
	width: 80px;
	margin-left: 10px
}

@media (max-width: 979px) {
	.block-features .feature .image {
		float: none;
		margin: 0 auto 16px auto;
		width: 100%;
		height: 80px
	}
}

.block-features .feature .image img {
	display: block;
	margin: 0 auto;
	max-height: 90px;
	width: auto
}

.block-features .feature .text h4{
	margin-bottom: 5px;
}
.block-features .feature .text {
	padding: 0;
	margin-left: 130px
}

@media (max-width: 979px) {
	.block-features .feature .text {
		margin: 0;
		text-align: center
	}
}

.block-features .feature .text h3 {
	font-size: 19px;
	margin: 0 0 6px 0;
	color: #444
}

.block-features .feature .text h3 a {
	color: #444
}

.block-features .feature .text h3 a:hover {
	text-decoration: none;
	color: #e27730
}

.block-features .feature .text p {
	font-size: 15px
}

.block-features .feature .text p:last-of-type {
	margin-bottom: 0
}

.block-features .links {
	text-align: center;
	padding: 20px 0 15px 0
}

.block-features .links .button.see-all {
	background: none;
	color: #666;
	border: 0;
	border-bottom: 1px dashed #dfdfdf;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 40px;
	font-size: 18px
}

.block-features .links .button.see-all:hover {
	color: #0e6cad;
	text-decoration: none
}



.spu-box.spu-top-bar, .spu-box.spu-bottom-bar {
	z-index: 9999999;
}

.single .author-box {
	background: #f5f5f5;
	padding: 40px;
	margin:0px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

.single .author-box .author-social-links {
	padding: 10px 0;
}

.single .author-box .author-social-links span {
	font-weight: bold;
}

.single .author-box .author-social-links .author-link {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	padding: 8px 6px;
	min-width: 36px;
	text-align: center;
	text-decoration: none;
}

.author-box .author-social-links .fa-facebook {
	background: #3b5998;
}

.author-box .author-social-links .fa-google-plus {
	background: #dc4e41;
}

.author-box .author-social-links .fa-twitter {
	background: #55acee;
}

.author-box .author-social-links .fa-globe {
	background: #ea4c89;
}
.addon-sold-icon{
	width: 30px;
	position: relative;
	bottom: -7px;
	left: 7px;
	cursor: help;
}
/*
Single features
---------------------------------------------------------------------------------------------------- */
body.single-features-page header.entry-header {
	text-align: center;
}
body.single-features-page header.entry-header img{
	margin: 50px auto;
}
body.single-features-page header.entry-header h2 {
	font-weight: 100;
	font-size: 1.2em;
}
body.single-features-page .entry-content {
	padding: 50px 50px 10px 50px;
	border: 1px solid #ccc;
	margin-bottom: 80px;
}
body.single-features-page .entry {
	margin-bottom: 0px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
body.features-page .entry-title,
body.features-page .entry-content h2{
	text-align: center;
}
body.features-page .entry-content h2 {
	font-weight: 100;
	font-size: 1.5em;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1360px) {
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 580px;
    }
	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget{
		max-width: 1140px;
	}

	.content {
		width: 740px;
	}
	
	.home-widgets .featuredpage .entry .alignleft {
		max-width: 60%;
	}
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 66%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}

}

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget{
		max-width: 960px;
	}

	.content,
    .sidebar-content-sidebar .content{
		width: 620px;
	}
    .single-download .sidebar-secondary {
        display: none;
    }
    .single-download .hide-on-big {
        display: block;
    }
    .sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.footer-widgets-4 {
		width: 450px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 80px;
	}
	
	.home-widgets .widget:last-child {
		padding-bottom: 80px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 1023px) {
	.wrap {
		width: 90%;
		margin: 0 5%;
	}
	.responsive-menu {
		display: flex;
	}

    body.single-post .sidebar,
    body.blog .sidebar,
    body.search .sidebar,
    body.category .sidebar{
        background-color: #fff;
    }
	.content,
    .sidebar-content-sidebar .sidebar-primary,
    .sidebar-content-sidebar .content,
	.sidebar-primary,
	.site-header .widget-area,
    .sidebar-content-sidebar .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}
	
	.home-widgets .widget{
        padding-left: 5%;
        padding-right: 5%;
    }
    .single-download .sidebar .hide-on-big .widget {
        float: none;
    }

	.header-image .site-title > a {
		background-position: top !important;
	}

	.genesis-nav-menu li.menu-item{
		width: 100%;
		text-align: center;
		display: block;
	}

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

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.page-title {
		padding: 0 40px 40px;
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}

	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.footer-widgets {
		padding-top: 80px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}
	
	.footer-widgets-4 {
		width: 100%;
	}
	

}

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

	body {
		font-size: 16px;
        background-size: 300%;
	}
    #get-quote h4 {
        font-size: 2em;
    }
	#featured-page-3 .entry-image{
		margin: 0;
	}

	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}

	.site-header .site-title {
		font-size: 40px;
	}

	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments{
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

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

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

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 60px;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}

	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}
	#our-plugins .columns-wrap .box{
		min-height: 300px;
	}
	.sidebar-content .sidebar{
		border-right: none;
	}
	.account-tabs .tabs_list{
		display: block;
		border-right: none;
	}
	.download-wpp{
		float: none;
		margin: 20px auto;
		display: block;
	}
}

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

	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}
    .checkout-page.full-width-content .content {
        padding: 10px;
    }
	.header-image .site-title > a,
    .checkout-page.full-width-content.header-image .site-title a {
		background-size: contain !important;
	}

	.page-title {
		padding: 0 0px 20px;
	}
	.page-title .entry-title,
	.page-title h2 {
		font-size: 24px;
	}
	.mobile-sidebar {
		padding-bottom: 0;
		padding-top: 60px;
	}
	span.license-expires {
		float: none;
		display: block;
		margin-top: 6px;
	}
	.addon-box {
		width: 50%;
	}
	.account-content{
		overflow: auto;
	}
	#edd_user_history{
		width: 700px;
	}
	.home-widgets .dashed-button,
	.home-widgets .button{
		margin-right: 0;
		margin-bottom: 20px;
		display: block;
	}
	.docs-box{
		width: 100%;
	}
	.entry-content .search-form, .site-header .search-form {
		width: 63%;
	}
	div.search-results {
		position: relative;
		width: 350px;
		left: 0px;
	}
	.sidebar-content .content{
		padding-bottom: 0;
	}
	.sidebar-content .entry{
		margin-bottom: 0;
	}
}
