/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com/
 Template:       Divi
 Version:        4.7.4
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

h1,h2,h3,h4,h5,h6{padding-bottom:10px;color:#01a6de;font-weight:500;line-height:1em}

#main-footer {
    background-color: 
    #414141;
}

#main-header {
    z-index: 99;
    box-shadow: none;
}

.custom-main{
    padding-bottom: 90px;
}

.flex-wrapper{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.custom-pricing-table {
    text-align: center;
    background-color: #edf8ff;
    width: 260px;
    max-width: 100%;
    position: relative;
    padding-bottom: 100px;
    z-index: 10;
}

.plan-name {
    background-color: #0079a2;
    line-height: 20px;
    padding: 15px 5px;
    font-size: 25px;
}

.plan-name span{
	font-size: 14px;
	font-style: italic;
}

.plan-name small{
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

.plan-price {
    padding: 20px 0;
}

.plan-price-text{
	padding-bottom: 0;
}

.actual-price {
    font-size: 56px;
    line-height: 56px;
}

.currency, .cents, .centsX3, .centsY {
    font-size: 20px;
}

.plan-price span {
    display: inline-block;
    vertical-align: top;
}

.pricing-header {
    background-color: #01a6de;
    color: #fff;
    padding-bottom: 8px;
}
.plan-desc-list li {
    padding: 5px 0;
    font-size: 13px;
    height: 40px;
}

.plan-desc-list li:not(:last-child){
	border-bottom: dotted 1px #ccc;
}

.plan-desc-list .icon_check:before {
    content: '\4e';
    font-family: ETmodules;
    font-size: 24px;
    line-height: 30px;
    color: green;
}
.plan-desc-list .icon_check {
    display: block;
}



.theme-btn, .back-btn{
	display: inline-block;
	color: #ffffff!important;
    background-color: #fdbe1f;
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    border-color: rgba(255,255,255,0);
    border-radius: 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.theme-btn:hover{
	padding: .3em 2em .3em .7em;
    border: 2px solid transparent;
    cursor: pointer;
}
.theme-btn:after{
	font-family: ETmodules!important;
    font-weight: 400;
    position: absolute;
    font-size: 32px;
    content: "\35";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    margin-left: -1em;
}
.theme-btn:hover:after{
	margin-left: 0;
    opacity: 1;
}
.back-btn{
	margin: auto;
}
.back-btn:hover{
	padding: .3em .7em .3em 2em;
    border: 2px solid transparent;
    cursor: pointer;
}
.back-btn:before{
	font-family: ETmodules!important;
    font-weight: 400;
    position: absolute;
    font-size: 32px;
    content: "\34";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    margin-right: -1em;
}
.back-btn:hover:before{
	margin-right: 0;
    opacity: 1;
    left: 0;
}
.button-wrap {
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.button-wrap span {
    display: block;
    margin-bottom: 5px;
}

.form-row {
    display: flex;
}

.feature-header {
    background-color: #e6e6e6;
    padding: 15px;
}

.feature-header span {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
}

.features {
    border: solid 1px #ccc;
    margin-top: 68px;
    margin-bottom: 100px;
    z-index: 10;
    position: relative;
    background-color: #fff;
}

.post-entry .big-preview{ 
	display: none !important; 
}

.switch-wrap {
    padding: 25px 15px;
    background-color: #edf8ff;
}
#pricing-switch{
	display: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  vertical-align: middle;
}
.switch-wrap > span {
    font-weight: bold;
}
.switch input {display:none;}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01a6de;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.features-list {
    list-style: none;
}

.features-list li {
    padding: 8px 15px;
    font-size: 13px;
}

.features-list li:not(:last-child){
	border-bottom: dotted 1px #ccc;
}

.pricing-options {
    margin: 10px 0 30px;
    background-color: #edf8ff;
    padding: 8px;
    border: solid 1px #ccc;
}

.pricing-options > div {
    padding: 10px 0;
}

.check-btn input {
    display: none;
}

.check-btn span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #8e8e8e;
    margin: 0 8px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.check-btn input:checked + span{
	background-color: #FEBE1F;
}

.payment-section {
    background-color: #edf8ff;
    z-index: 10;
}

.payment-section{
	display: none;
}

.payment-header {
    background-color: #01a6de;
    color: #fff;
    padding: 15px;
}

.payment-header h2 {
    padding-bottom: 0;
    color: #fff;
}

.payment-header span {
    float: right;
}

.payment-body {
    padding: 15px;
}

.input-wrap input, .recurly-hosted-field {
    height: 32px;
    width: 100%;
    border-radius: 4px;
    padding: 0 5px 0 15px;
}
.recurly-hosted-field{
    border: 1px solid #bbb;
    background-color: #fff;
}
.recurly-hosted-field:before{
    content: '*';
    color: red;
    position: absolute;
    left: 5px;
    top: 6px;
}

.payment-body form {
    margin-top: 15px;
}

.payment-body .flex-wrapper > div {
    width: 350px;
    max-width: 100%;
}

.input-row-1, .input-row-2 {
    margin: 0 -15px;
}

.input-wrap, .recurly-hosted-field {
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}

.input-wrap .required {
    color: red;
    position: absolute;
    left: 20px;
    top: 6px;
}

.input-row-2 {
    display: flex;
}

.payment-mode .custom-pricing-table:not(.active), 
.payment-mode .features,
.payment-mode .icon_check,
.payment-mode .empty-feature,
.payment-mode .plan-desc-list strong,
.custom-pricing-table .back-btn,
.payment-mode .custom-pricing-table .signup-btn{
	display: none;
}

.payment-mode .payment-section,
.payment-mode .plan-desc-list span:not(.icon_check),
.payment-mode .custom-pricing-table .back-btn{
	display: block;
}


.monthly-charge-breakdown {
    margin-bottom: 15px;
}

.monthly-charge-breakdown span:not(.charge-description) {
    vertical-align: top;
}
.charge-description {
    vertical-align: bottom;
    font-size: 13px;
}

.monthly-charge-breakdown .actual-price {
    font-size: 45px;
    line-height: 46px;
}

.yearly-plan-price,
.yearly-plan-price-text,
.payment-mode .yearly .plan-price,
.payment-mode .yearly .plan-price-text{
	display: none;
}

.payment-mode .yearly-plan-price,
.payment-mode .yearly-plan-price-text{
	display: block !important;
}

.payment-mode .plan-desc-list li{
    height: auto;
}

@media screen and (min-width: 1132px){
	.yearly.hide,
	.monthly.hide,
	.plan-desc-list span:not(.icon_check){
		display: none;
	}
}

@media screen and (max-width: 1131px){
	.features,
	.plan-desc-list .icon_check,
	.plan-desc-list strong,
	.empty-feature{
		display: none;
	}
	.flex-wrapper > div{
		margin-bottom: 15px;
	}
    .plan-desc-list li {
        height: auto;
    }
}

@media screen and (min-width: 900px){
	.flex-wrapper.payment-mode > div {
	    margin: 0 5px;
	}
	.flex-wrapper.payment-mode {
	    flex-flow: initial;
	}
}

@media screen and (max-width: 899px){
	.flex-wrapper.payment-mode {
	    flex-flow: row wrap;
	    justify-content: center;
	}
	.flex-wrapper.payment-mode > div{
		width: 100%;
	}
	.payment-body .flex-wrapper > div {
	    width: 250px;
	}
}



@media screen and (max-width: 666px){
	.flex-wrapper{
		justify-content: center;
	}
	.custom-pricing-table{
		width: 100%;
	}
}

/*footer styles*/

.footer-widget h4.title {
    color: #fff;
    font-weight: 500;
    font-family: 'Fira Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
}

.footer-widget .menu li{
    padding-left: 0 !important;
}
.footer-widget .menu li:before{
    content: none !important;
}
.footer-widget .menu li a:hover {
    color: #f1b532 !important;
}

#footer-widgets {
    padding-top: 20px;
}

.footer-widget .widget_nav_menu {
    padding-top: 20px;
}

.footer-widget .widget_media_image{
	margin-bottom: 20px !important;
}

.footer-widget .widget_media_image:before {
    content: url(/wp-content/uploads/2017/11/footer-cloud.png);
    position: absolute;
    top: -55px;
	z-index: 1;
}

.footer-social-links{
	margin-top: 10px !important;
}

.footer-social-links li {
    padding: 0 !important;
}

.footer-social-links li:before{
	content: none !important;
}

.footer-social-links .et-social-facebook a.icon:before {
    content: "\e093";
}
.footer-social-links .et-social-twitter a.icon:before {
    content: "\e094";
}
.footer-social-links .et-social-linkedin a.icon:before {
    content: "\e09d";
}

.et_pb_social_media_follow_network_0 a.icon {
    background-color: #3b5998!important;
}
.et_pb_social_media_follow_network_1 a.icon {
    background-color: #00aced!important;
}
.et_pb_social_media_follow_network_2 a.icon {
    background-color: #007bb6!important;
}
.et_pb_social_media_follow_network_3 a.icon {
    background-color: #f7941e!important;
}
.menu-btn{
    position: relative;
    width: 100px;
}
.menu-btn a {
    background-color: #fdbe1f;
    position: absolute !important;
    padding: 10px 10px 10px 10px !important;
    top: -22px;
    color: #fff !important;
    border-radius: 2px;
}

@media screen and (max-width: 1130px){
    .menu-btn{
        position: absolute;
        bottom: 30px;
    }
    .menu-btn a:hover{
        background-color: #8aaf2a !important;
    }
    #mobile_menu {
        padding-bottom: 60px;
    }
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

#et-secondary-nav .sub-menu li a{
	text-transform: none;
}

#text-slider.et_pb_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title{
    text-shadow: none;
}

@media screen and (max-width: 1069px){
    #text-slider.et_pb_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
        font-size: 40px !important;
    }
}

.et_mobile_menu .menu-item-has-children>a{
    pointer-events: none;
}

.payment-section.hide{
    display: none;
}
.payment-section{
    width: 75%;
}
.et_font{
    font-family: ETmodules;
    display: inline-block;
    vertical-align: middle;
}
.theme-color{
    color: #1c81c5;
}
.payment-body h4 {
    font-size: 20px;
    font-weight: normal;
}
.success-mgs {
    width: 500px;
    margin: 0 auto 20px;
    border: solid 1px #00981b;
    text-align: center;
    background-color: #d9ffe0;
    padding: 5px;
    border-radius: 5px;
    color: #006712;
}
.success-mgs, .error-mgs{
    width: 500px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.error-mgs {
    color: red;
    border: solid 1px red;
    background-color: #ffe6e6;
}


.parallax {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    /*z-index: -2;*/
    pointer-events: none;
}
.wcloud {
    background: url(clouds/clouds4.0.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 2200px;
    z-index: -1;
    height: 400px;
}
.cloud1 {
    background: url(clouds/cloud1.png);
    background-repeat: no-repeat;
    top: 700px;
    opacity: .1;
    height: 119px;
}
.cloud2 {
    background: url(clouds/cloud2.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    top: 400px;
    opacity: .1;
    height: 109px;
}
.cloud3 {
    background: url(clouds/cloud4.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    top: 1600px;
    opacity: .1;
    height: 93px;
}
.cloud4 {
    background: url(clouds/cloud5.png);
    background-repeat: no-repeat;
    background-position-x: 10%;
    top: 1800px;
    opacity: .1;
    height: 69px;
}
.cloud5 {
    background: url(clouds/cloud3.png);
    background-repeat: no-repeat;
    height: 92px;
    top: 2400px;
    opacity: .1;
}
.cloud6 {
    background: url(clouds/cloud2.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    top: 2200px;
    opacity: .1;
    height: 109px;
}
.cloud7 {
    background: url(clouds/cloud1.png);
    background-repeat: no-repeat;
    background-position-x: 80%;
    height: 92px;
    top: 3800px;
    opacity: .1;
}
body{
    background-image: url(clouds/mClouds.png);
    background-position-y: 135px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Promocode Integration */

.coupon-code {
    font-weight: bold;
}
.coupon-info{
    color: green;
    margin-bottom: 15px;
}
.remove{
    cursor: pointer;
    float: right;
}
.promocode-input{
    /* margin-left:-14px; */
    width:189px;
    /* padding: 0 0px 0 15px !important; */
}
.apply-button{
    height:31px;
    line-height:0.7em!important;
    font-size:17px;
    /* position:absolute;
    margin-top:-47px;
    margin-left:160px; */
    background-color: green;
}
.coupon-invalid{
    color: red;
}

.Receipt {
    /* margin-top: 15px; */
    display: table;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #d7d7d9;
    background-color: #e8e8e9;
    padding: 12px 0;
    border-top: 4px solid #01a6de;
    border-radius: 0;
    background: #fff;
}
.Receipt-row {
    display: table-row;
}
.Receipt-name {
    display: table-cell;
    color: #8c8c91;
    padding: 3px 18px;
}
.Receipt-cost {
    display: table-cell;
    text-align: right;
    margin-bottom: 10px;
    padding: 3px 18px;
}
.Price {
    font-size: 16px;
}
.Price-currency {
    font-size: 12px;
}
.Receipt-totalName {
    color: #38383a;
    font-weight: 600;
}
.Receipt-totalCost {
    font-size: 16px;
    font-weight: 600;
}
.features-align{
    margin-top: 144px !important;
}
.plan-price-per{
    font-size: 30px;
    padding-top: 27px;
}
.plan-price-per-month{
    padding-top: 32px;
}
.plan-price-per-month-manager{
    display: inline-grid;
    line-height: 13px;
    margin-left: 0px;
    padding-top: 26px;
    width: 82px;
    text-align: left;
}
.btn-noaction{
    pointer-events: none;
}

.pagination.clearfix {
    padding-bottom: 40px;
}