/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/Divi/
Description: Child theme for the Divi theme
Author: Your Name
Author URI: http://www.mobilelifedesigns.com
Template: Divi
Version: 1.1.126
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 140%;
	font-family: 'bank_gothic_light' !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-size: 140%;
	font-family: 'bank_gothic_light' !important;
}

.et_pb_button {
	font-weight: 600 !important;
}

pre {
	background-color: #2d2d2d !important;
    color: #8CE67C !important;
    border-radius: 5px;
    font-weight: bold;
}

@font-face {
    font-family: 'bank_gothic_light';
    src: url('https://diviplugins.com/wp-content/themes/Divi-child/fonts/bank-gothic/bank-gothic-light.woff2') format('woff2'),
         url('https://diviplugins.com/wp-content/themes/Divi-child/fonts/bank-gothic/bank-gothic-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bank_gothic_bold';
    src: url('https://diviplugins.com/wp-content/themes/Divi-child/fonts/bank-gothic/bank-gothic-medium.woff2') format('woff2'),
         url('https://diviplugins.com/wp-content/themes/Divi-child/fonts/bank-gothic/bank-gothic-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#main-header {
	background-color: #151515;
}

.et_pb_bg_layout_light p a {
	color: #4AB939;
	text-decoration: underline;
}

.et_pb_bg_layout_dark p a {
	color: #B5F1AC;
	text-decoration: underline;
}

#left-area p, #left-area li {
font-size: 16px;
color: #000;
}

.no_padding_section {
padding: 0 !important;
}

.no_padding_row .row {
padding: 0 !important;
}

.half-width-image img {
	width: 50%;
	margin: 0 auto;
}

.module-author {
display: block;
margin-bottom: 10px;
color: #6d6d6d;
}

#custom-alert-box {
color: #fff;
font-size: 18px;
padding: 15px;
margin-bottom: 1em;
background-color: #DD3333;
}

#custom-alert-box h3, #custom-alert-box p {
color: #fff;
}

#custom-alert-box a {
color: #fff;
font-weight: 700;
text-decoration: underline;
}

.plugin-info-box {
margin: 10px 0 20px;
padding: 15px;
background-color: #f5f5f5;
box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}

.reviews_tab a {
border-right: 1px solid #d9d9d9;
}

.product-changelog-list ul {
list-style-type: none !important;
}

.single-post .et_post_meta_wrapper:nth-child(1) img {
width: 250px;
display: block;
margin: 0 auto;
}

/* HOMEPAGE */
span.home-block-text, span.home-pipe {
	font-size: 100%;
}

@media only screen and ( max-width: 980px ) {
	span.home-block-text {
		display: block;
		border-bottom: 2px solid #333;
	}
	span.home-block-text:nth-child(1) {
		border-top: 2px solid #333;
	}
	span.home-pipe { display: none; }
}

.home .owl-nav.arrow_size_medium .owl-prev { left: -10px; height: 57px; }
.home .owl-nav.arrow_size_medium .owl-next { right: -25px; height: 57px; }

@supports (grid-area: auto) {
	#home-best-sellers .et_pb_column {
		display: grid;
		grid-auto-rows: auto auto 1fr auto;
	}
}

#home-latest-post .dp-dfg-more-button {
	padding: 0 !important;
}
#home-latest-post	.dp-dfg-more-button:hover {
	background-color: transparent !important;
}

/* OLD HOMEPAGE */
#home-hero .et_pb_fullwidth_header_subhead {
line-height: 1.4em;
max-width: 550px;
margin: 0 auto;
}

#home-plugin-icon img {
max-width: 200px;
}

.title-light-plugin, .title-dark-plugin {
position: relative;
display: block;
line-height: 1em;
margin-bottom: 20px;
}

.title-light-plugin:before, .title-dark-plugin:before {
content: "";
position: absolute;
bottom: -5px;
left: 0;
right: 0;
border-top: 2px solid #ffff;
/*
height: 80px;
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
*/
}

.title-light-plugin:before {
/*background-image: url('https://www.diviplugins.com/wp-content/uploads/2017/04/title-bg-white.png');*/
	
}

.title-dark-plugin:before {
border-color: #000;
/*background-image: url('https://www.diviplugins.com/wp-content/uploads/2017/04/title-bg-dark.png');*/
}

#home-logo-text h1 {
color: #78A1F2;
font-size: 75px;
word-break: normal;
}

#home-reasons-outer-container {
position: relative;
}

#home-reasons ul {
width: 100%;
float: right;
padding: 20px;
background-color: #fff;
list-style-type: none;
border-radius: 16px;
-webkit-box-shadow: 0px 0px 26px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -8px rgba(0,0,0,0.75);
}

#home-reasons ul li {
width: 100%;
margin-bottom: 10px;
line-height: 48px;
}

#home-reasons ul li:before {
content: "\2714 \0020";
}

#home-shop-title h2 {
font-size: 38px;
}

/* BUNDLES */
.bundle-card {
	background-color: #F7F9FA;
}

.bundle-card.popular {
	color: #fff;
	background-color: #4AB939;
}

.bundle-card.popular h2 {
	color: #fff;
}

.bundle-card.popular .fa {
	color: rgba(255, 255, 255, .65);
}

/*
.bundle-card.popular li.unique .fa {
	color: #fff;
}
*/

.bundle-card.popular .benefits p {
	border-color: rgba(255, 255, 255, .3);
}

.bundle-card.popular .edd-submit.button.blue {
	color: #fff !important;
	background: #2d2d2d;
	border: 2px solid #fff;
}

.bundle-card.popular .edd-submit.button.blue:hover {
	background: #000 !important;
}

.bundle-card .edd-submit.button.blue {
	color: #000;
	background: #6bd45b;
	border: none;
	margin-bottom: 20px;
}

.bundle-card h2 {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Comfortaa', cursive;
	padding: 20px 15px;
	text-align: center;
}

.bundle-card .price {
	padding: 10px 15px;
    text-align: center;
	background-color: rgba(0, 0, 0, .05);
	font-size: 55px;
	line-height: 1;
}

.bundle-card .dollar {
	font-size: 70%;
	bottom: 12px;
	position: relative;
	display: inline-block;
}

.bundle-card .decimal {
	font-size: 40%;
	bottom: 20px;
	position: relative;
}

.bundle-card .price p.cycle {
	font-size: 12px;
	margin: 10px auto 15px auto;
}

.bundle-card .benefits {
	padding: 10px 15px 0 15px; 
}

.bundle-card .fa {
	color: rgba(0, 0, 0, .15);
}

/*
.bundle-card li.unique .fa {
	color: #000;
}
*/

.bundle-card .benefits p {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.bundle-card ul {
	list-style-type: none;
	padding: 0;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.bundle-card .bundle-bottom {
	text-align: center;
}

.bundle-card .bundle-bottom a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	padding: .8em 1.8em !important;
	line-height: 1em !important;
	display: inline-block;
	margin-bottom: 15px;
}

.bundle-card .bundle-bottom a:hover {
	border: none;
	padding: .8em 1.8em !important;
}

.bundle-card .bundle-bottom a:after {
	display: none !important;
}

/* BLOG POST */
.single.single-post .category-blog .et_pb_section_0 {
	padding: 0;
}

.single.single-post .category-blog .et_pb_section_0 .et_pb_row {
	padding: 0;
}

.single.single-post .category-blog .et_pb_section_0 .et_pb_row .et_social_inline_top {
	margin-bottom: 15px;
}

/* CAROUSEL PRO POST */
#staff-carousel .dp_custom_field_name {
display: none;
}

/* DFG POST */
#dfg-skin-select {
	color: #000;
    font-size: 16px;
    background: #e1e1e1;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
	border: none;
}

/* DOCUMENTATION PAGES */
.center-buttons .et_pb_button {
	color: #333 !important;
	background-color: #EBEBEB !important;
	border: none !important;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	display: block;
	width: 280px;
	max-width: 96%;
	text-align: center;
	margin: 0 auto 10px auto;
}

.center-buttons .et_pb_button:hover {
	color: #333 !important;
	background-color: #CFCFCF !important;
	border: none !important;
}

/* DOCUMENTATION SIDEBAR */
#menu-documentation-sidebar {
margin-bottom: 40px;
}

#menu-documentation-sidebar ul.sub-menu {
display: none;
}

#menu-documentation-sidebar > li > a {
padding-left: 15px !important;
display: inline-block;
}

#menu-documentation-sidebar > li > a, #menu-documentation-sidebar ul.sub-menu li.current_page_item a {
color: #333;
}

#menu-documentation-sidebar li.current-page-ancestor, #menu-documentation-sidebar > li.current_page_item {
background-color: #e1e1e1;
margin-bottom: .5em;
}

#menu-documentation-sidebar li.current-page-ancestor ul, #menu-documentation-sidebar li.current-menu-item ul {
display: block;
padding: .5em 15px !important;
box-shadow: 0 -1px 0 0.5px #e1e1e1 inset, 0 -0.5px 0 0 #B3B3B3;
background-color: #f7f7f7;
}

#menu-documentation-sidebar ul.sub-menu li.current_page_item:before {
content: "\39";
position:relative;
font-family: 'ETmodules';
}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) {

#menu-documentation-sidebar {
margin-right: 40px;
}

}

/* SIDEBAR */
#sidebar .et_pb_widget h4.widgettitle {
color: #fff;
background-color: #2d2d2d;
padding: 8px 5px;
text-align: center;
margin-bottom: 10px;
}

/* FOOTER */
@media only screen and ( min-width: 981px ) {
footer .footer-top-menu .et_pb_menu__wrap {
	justify-content: center;
}
}
/*
#main-footer {
background-color: #eaeaea;
padding: 0 0 20px 0;
}

#et-footer-nav #menu-footer {
text-align: center;
border-bottom: 1px solid #bcbcbc;
}

#footer-bottom {
background-color: transparent;
}

#footer-info {
color: #4AB939;
font-size: 24px;
float: none;
padding-bottom: 0 !important;
}

.footer-disclaimer:first-of-type {
padding-bottom: 0 !important;
}

.footer-disclaimer {
color: #666;
font-size: 14px;
line-height: inherit;
vertical-align: middle;
}
*/

#left-area .dp-custom-field {
padding-bottom: 0;
}

/* Advanced Blurbs Page */
#advanced-blurb-fa-icons i {
font-size: 36px;
line-height: 1.4em;
}

/* EDD DOWNLOADS MY ACCOUNT PAGE */
.logged-in #my-account-login {
	display: none;
}

.et_pb_login .et_pb_newsletter_description {
display: none;
}

.logged-in .et_pb_login {
width: 100%;
max-width: 100%;
padding: 0;
}

.logged-in .et_pb_newsletter_description_content a {
display: block;
margin-top: 5px;
color: #fff;
font-weight: bold;
text-decoration: underline;
}

.logged-in .edd_download_file_link {text-tecoration: underline;}

/* EDD LOGIN/REGISTER */
#edd_register_form, #edd_login_form, #dpss_new_ticket_form, #edd_profile_editor_form, #loginform {
color: #fff;
background-color: #2d2d2d;
max-width: 350px;
width: 80%;
margin: 0 auto;
padding: 20px;
text-align: center;
}

#edd_profile_editor_form {
	width: 100%;
	max-width: 600%;
}

#dpss_new_ticket_form {
	margin: 20px 0 0;
	width: 100%;
	max-width: 100%;
}

#edd_register_form legend, #edd_login_form legend, #edd_profile_editor_form legend {
color: #fff;
font-size: 22px;
display: block;
width: 90%;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #fff;
}

#edd_register_form label, #edd_login_form label, #dpss_new_ticket_form label, #edd_profile_editor_form label, #loginform label {
color: #fff;
font-size: 18px;
font-weight: 500;
display: block;
}

#dpss_new_ticket_form label, #edd_profile_editor_form label {
	text-align: left;
}

#edd_register_form .edd-input, #edd_login_form .edd-input, #dpss_new_ticket_form input, #edd_profile_editor_form .edd-input, #edd_profile_editor_form .edd-select, #loginform input {
font-size: 16px;
color: #666;
width: 80%;
padding: 10px;
border-radius: 3px;
}

#loginform #rememberme {
	width: auto;
}

#loginform .login-submit #wp-submit, #edd_login_submit {
	color: #000 !important;
    background-color: #6BD45B;
    border: none;
    margin: 10px 0;
    display: inline-block;
    width: auto !important;
}

#loginform .login-submit #wp-submit:hover, #edd_login_submit:hover {
    background-color: #4AB939;
}

#edd_profile_editor_form fieldset {
	margin-top: 20px;
}

#edd_profile_editor_form .edd-input {
	width: 100%;
}

#edd_profile_editor_form .edd-select {
	width: 100%;
	height: 40px;
}

#edd_profile_editor_submit {
	color: #000 !important;
	font-weight: 600;
	text-transform: uppercase;
    background-color: #6BD45B;
    border: none;
	padding: 10px !important;
}

#edd_profile_editor_submit:hover {
	background-color: #4AB939;
}

#dpss_new_ticket_form input {
	font-weight: 600;
}

#dpss_new_ticket_form input[type="file"] {
	color: #fff;
}

#dpss_new_ticket_form select {
	font-size: 16px;
	height: 52px;
}

#edd_login_form .edd-lost-password a {
	color: #fff;
	text-decoration: underline;
}

/* EDD MANAGE LICENSE PAGE */
.page-id-41 #main-content {
width: 80%;
max-width: 1080px;
margin: 0 auto;
}

.edd-manage-license-back {
margin-top: 60px;
}

#edd_sl_license_add_site_form {
margin-bottom: 60px !important;
}

.edd_sl_table {
margin-bottom: 30px !important;
}

/* AFFILIATE AREA */
.affwp-form {
	color: #fff;
    background-color: #2d2d2d;
    padding: 20px;
	margin-bottom: 40px !important;
}

.affwp-form legend {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.affwp-form label {
	font-size: 18px;
	line-height: 1.5em;
	display: block;
}

.affwp-form input[type=text], .affwp-form input[type=password], .affwp-form input[type=email], .affwp-form input[type=url], .affwp-form textarea {
	color: #000 !important;
	padding: 16px;
	font-size: 14px;
	display: block;
	width: 100%;
}

.affwp-form input[type=submit] {
	color: #000;
	background-color: #6BD45B;
	font-size: 20px;
	padding: 6px 20px;
	line-height: 1em;
	border: none;
}

.affwp-form input[type=submit]:hover {
	border: none;
	cursor: pointer;
	background-color: #4AB939;
}

.affwp-lost-password a {
	color: #000;
	text-decoration: underline;
}

/* EDD DOWNLOADS SINGLE PRODUCT */

/* TOP REVIEW STARS */
.dp-average-rating img {
	display: block;
	width: 50%;
}

#dp-count {
	display: block;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
#dp-count a {
	text-decoration: underline;
}

.single-download .entry-content {
float: left;
}

.single-download .edd_download_purchase_form {
margin-bottom: 10px;
}

.single-download .edd_purchase_submit_wrapper {
text-align: center;
}

.single-download .edd-submit.button.blue {
	color: #000;
	background-color: #6BD45B;
}

.single-download .edd-submit.button.blue:hover {
	background-color: #4AB939;
}

.single-download .edd-add-to-cart, .single-download .edd_go_to_checkout {
background-color: #6BD45B !important;
}

.single-download .edd-add-to-cart:hover, .single-download .edd_go_to_checkout:hover {
background-color: #4AB939 !important;
}

.license-key-disclaimer p {
	font-size: 12px !important;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.bundle-separator-button {
text-align: center;
}

.bundle-separator-button .purchase-bundle-separator {
color: #014167;
font-weight: bold;
display: block;
border-top: 1px solid #e1e1e1;
padding-top: 5px;
margin-bottom: 5px;
}

.bundle-separator-button .bundle-save {
color: #fff !important;
background-color: #2d2d2d !important;
}

.bundle-separator-button .bundle-save:hover {
color: #fff !important;
background-color: #000 !important;
}

.single-download #extra-buttons {
float: left;
width: 100%;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
padding-top: 15px;
padding-bottom: 5px;
margin-bottom: 20px;
}

.single-download .extra-button {
display: block;
float: left;
width: auto;
margin-right: 10px;
}

.single-download .extra-buttons div:last-of-type {
margin-right: 0 !important;
}

.single-download .extra-button a {
color: #000;
background-color: #DADADA !important;
border-color: #DADADA !important;
display: inline-block;
margin-bottom: 10px;
}

.single-download .extra-button a:hover {
color: #fff !important;
background-color: #2d2d2d !important;
border-color: #2d2d2d !important;
}

.single-download .product-top, .single-download .entry-content, .single-download #comment-wrap, .single-download #sidebar {
float: left;
}

.single-download .entry-content, .single-download #edd-reviews {
width: 100%;
}

.single-download #edd-reviews {
margin-top: 30px;
padding-top: 15px;
border-top: 1px solid #e1e1e1;
}

.single-download #edd-reviews h2.edd-reviews-title {
margin-top: 10px;
text-align: center;
font-size: 2.4em;
}

.single-download #edd-reviews .edd-review-list, .single-download #edd-reviews ul {
list-style-type: none !important;
}

.single-download #edd-reviews .edd_review {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #e1e1e1;
float: left;
}

.single-download #edd-reviews .edd-reviews-form {
float: left;
}

.single-download #edd-reviews .edd-reviews-form #loginform {
	margin: 20px auto;
}

.single-download #edd-reviews .edd-reviews-form label {
	font-size: 18px;
	line-height: 1.5em;
	display: block;
}

.single-download #edd-reviews .edd-reviews-form input[type=text], .single-download #edd-reviews .edd-reviews-form input[type=password], .single-download #edd-reviews .edd-reviews-form input[type=email], .single-download #edd-reviews .edd-reviews-form input[type=url], .single-download #edd-reviews .edd-reviews-form textarea {
	padding: 16px;
	font-size: 14px;
	display: block;
	width: 100%;
	max-width: 500px;
	background-color: #EEEEEE;
}

.single-download #edd-reviews .edd_review .comment-reply-link {
display: inline-block;
}

.single-download #edd-reviews .edd-review-voting-feedback {
	color: #838383;
}

.single-download #edd-reviews input[type=submit] {
	color: #fff;
	background-color: #DB3539;
	font-size: 20px;
	padding: 6px 20px;
	line-height: 1em;
	border: 1px solid #DB3539;
	margin-bottom: 40px;
}

.single-download #edd-reviews input[type=submit]:hover {
	border: 1px solid #fff;
	cursor: pointer;
}

.single-download .edd-csau-products {
margin-top: 21px;
}

/* EDD SINGLE DOWNLOAD CHANGELOG POPUP */
.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.changelog-modal-wrapper{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:rgba(45, 45, 45, .9);
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.changelog-modal-wrapper.open{
  opacity:1;
  visibility:visible;
  z-index: 1;
}

.changelog-modal-wrapper .modal{
  overflow-y: scroll;
  width:80%;
  height:400px;
  display:block;
  margin:50% 0 0 -40%;
  position:relative;
  top:50%; left:50%;
  background:#fff;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.changelog-modal-wrapper.open .modal{
  margin-top:-200px;
  opacity:1;
}

.changelog-modal-wrapper .head{
  width:80%;
  height:32px;
  padding:20px;
  overflow:hidden;
  background:#2d2d2d;
  position: fixed;
}

.changelog-modal-wrapper .head p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: -10px;
}

.changelog-modal-wrapper .btn-close{
  width:32px;
  height:32px;
  display:block;
  float:right;
	position: relative;
	top: -15px;
	right: -15px;
}

.changelog-modal-wrapper .btn-close::before, .btn-close::after{
  content:'';
  width:32px;
  height:6px;
  display:block;
  background:#fff;
}

.changelog-modal-wrapper .btn-close::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.changelog-modal-wrapper .btn-close::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.changelog-modal-wrapper .content{
  padding:5%;
	margin-top: 32px;
}

.changelog-modal-wrapper .content > ul > li {
	margin-bottom: 10px;
	font-weight: bold;
}

.changelog-modal-wrapper .content > ul > li > ul {
	padding-left: 5px;
	font-weight: normal;
}

/* EDD DOWNLOADS SIDEBAR PRODUCTS */
.sidebar-product {
    padding: 10px 10px 20px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #2d2d2d;
    color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.sidebar-product:nth-of-type(odd) {
    background-color: #e1e1e1;
}

.sidebar-product:nth-of-type(odd) h2.title, .sidebar-product:nth-of-type(odd) .product-price {
    color: #333;
}

.sidebar-product h2.title {
	color: #fff;
	font-size: 120%;
}

.sidebar-product .product-price {
font-size: 18px;
color: #fff;
margin-bottom: 10px;
}

/* EDD DOWNLOADS CHECKOUT PAGE */

.edd-checkout #edd_checkout_form_wrap input.edd-input[type=text], .edd-checkout #edd_checkout_form_wrap input.edd-input[type=email], .edd-checkout #edd_checkout_form_wrap input.edd-input[type=tel] {
padding: 16px;
font-size: 14px;
display: block;
width: 100%;
max-width: 500px;
background-color: #EEEEEE;
}
	
#policy-terms-acknowledgement label {
font-weight: 500;
}

.edd-checkout #edd-purchase-button, .edd-checkout .edd-apply-discount.button.blue, .edd-checkout #edd_sl_show_renewal_form, .edd-checkout .edd-add-to-cart.button.blue {
	color: #000;
	background-color: #6BD45B;
	border: none !important;
}

.edd-checkout #edd-purchase-button:hover, .edd-checkout .edd-apply-discount.button.blue:hover, .edd-checkout #edd_sl_show_renewal_form:hover, .edd-checkout .edd-add-to-cart.button.blue:hover {
	background-color: #4AB939;
}


.edd-checkout #edd-purchase-button, .edd-checkout .edd-apply-discount {
	margin-top: 20px;
}

/* WOOCOMMERCE */

.woocommerce-page.et_pb_button_helper_class a.button, .woocommerce-page.et_pb_button_helper_class a.button:hover {
background-color: #047AC7 !important;
}

.single-product.woocommerce-page .product form.cart {
margin-bottom: 15px !important;
}

.single-product.woocommerce-page .product .wc_button_container {
margin-bottom: 15px;
}

.single-product .wc_button_container #demo {
background-color: #749EF2 !important;
border-color: #749EF2 !important;
}

.single-product .wc_button_container #faq {
background-color: #FF8426 !important;
border-color: #FF8426 !important;
}

img.zoomImg, .woocommerce-product-gallery__trigger {
display: none !important;
}

/* COMPARISON TABLE */
.comparison_table {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);	
}

.comparison_table img {
	max-width: 100px;
}

@media only screen and ( max-width: 479px ) {
	.comparison_table img {
		max-width: 40px;
	}
}

.comparison_table td {
	text-align: center;
}

.comparison_table td span {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}

.comparison_table td.feature_yes span:after, .comparison_table td.feature_no span:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'ETmodules';
	font-weight: 900;
}

.comparison_table td.feature_yes span:after {
	content: "\4e";
	color: #ff8426;
	font-size: 28px;
}

.comparison_table td.feature_no span:after {
	content: "\4d";
	color: #333;
	font-size: 36px;
	left: -4px;
}

@media only screen and ( min-width: 981px ) and ( max-width: 1110px ) {

.sidebar-product a.et_pb_button {
padding: .2em .4em;
}

.sidebar-product a.et_pb_button:after {
display: none;
}

}

/* GRAVITY FORMS */
.gform_body input[type=text], .gform_body textarea {
	background-color: #eee;
	border: none;
	padding: 16px !important;
}

.gform_footer .gform_button.button {
	color: #000;
	background-color: #6BD45B;
	padding: .3em 1em;
	font-size: 20px !important;
	border-radius: 3px;
	line-height: 1.7em !important;
	transition: all .2s;
	border: none !important;
}

.gform_footer .gform_button.button:hover {
	color: #000 !important;
	background-color: #4AB939 !important;
}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) {

.reverse-stack .et_pb_column:first-of-type {
margin-right: 0 !important;
float: right !important;
}

.reverse-stack .et_pb_column:last-of-type {
margin-right: 5.5 !important;
float: left !important;
}

#home-reasons-container {
position: absolute;
top: 50%;
right: 0;
height: 300px;
margin-top: 70px;
}

}

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

#home-plugin-icon img {
width: 50%;
}

#home-reasons ul {
float: none;
}

}

/* THREE COLUMN PORTFOLIO GRID LAYOUT */
 
@media only screen and ( min-width: 768px ) {

.single-download .et_post_meta_wrapper {
float: left;
width: 45%;
margin-right: 5%;
}

.single-download .product-top {
width: 50%;
}
 
.three-column-grid .et_pb_grid_item {
width: 28.333% !important;
margin: 0 7.5% 7.5% 0 !important;
}
 
.three-column-grid .et_pb_grid_item:nth-child(3n) {
margin-right: 0 !important;
}

.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
}
	
.affwp-form {
    width: 48%;
    float: left;
    padding: 20px;
    margin: 0 1%;
}
	
.affwp-errors {
	width: 48%;
    float: left;
    margin: 0 1% 20px 1%;	
}

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
#home-reasons ul li {
font-size: 34px;
line-height: 34px;
}

.comment-body {
padding: 0 0 0 10px !important;
}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

.title-light-plugin:before, .title-dark-plugin:before {
right: 0;
}

#home-logo-text h1 {
font-size: 50px;
}

#home-reasons ul li {
font-size: 20px;
line-height: 20px;
}
}