/*======================================
Theme Name: The Tarot Lady
Theme URI: https://divicake.com/
Description: Divi child theme for Theresa Reed, thetarotlady.com
Version: 1.1
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.wlm-paypal-button {
	position: relative;
	padding: 0.3em 1em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #8a5da2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.wlm-paypal-button:hover {
	background: #ded5e7;
	color: #8a5da2;
	border: none;
}

.et_pb_blog_grid .et_pb_post .post-meta,
.et_pb_blog_grid .et_pb_post p:not(.post-meta),
.et_pb_post p {font-weight:300;}
.snapwidget-widget {margin-bottom: -9px;}
.af-element input[type=text] {
	height: 40px !important;
	margin: 0;
	padding: 0.7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: normal !important;
}
.af-element input[type=submit] {
	color: #895c9d;
	cursor: pointer;
	padding: 0.3em 1em;
	border: 2px solid #895c9d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 10px;
	width: 100%;
	max-width: 180px;
}
.af-element input[type=submit]:hover {
	color: #000000;
	border: 2px solid #000000;
} 

.et_pb_promo_button {
    color:#262861!important
}

/* added by Nathan Briggs, 2020-02-20. Moved from JetPack Edit CSS module */
/* added by tiny blue orange */
#rcp_registration_form,
#rcp_profile_editor_form,
#rcp_login_form {
	margin: 1em 0;
	max-width: 500px;
}
#rcp_registration_form input[type="password"],
#rcp_registration_form input[type="text"],
#rcp_registration_form input[type="email"],
#rcp_profile_editor_form input[type="password"],
#rcp_profile_editor_form input[type="text"],
#rcp_profile_editor_form input[type="email"],
#rcp_login_form input[type="password"],
#rcp_login_form input[type="text"],
#rcp_login_form input[type="email"] {
	height: 40px !important;
	margin: 0;
	padding: 0.7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: normal !important;
	min-width: 220px;
}
.rcp_registration_total {
	margin: 1.5em 0 1em;
}
#rcp_submit,
#rcp_profile_editor_submit,
#rcp_login_submit {
	background: #fff;
	color: #895c9d;
	cursor: pointer;
	padding: 0.3em 1em;
	border: 2px solid #895c9d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 10px;
	width: 100%;
	max-width: 180px;
}
#rcp_submit:hover,
#rcp_profile_editor_submit:hover,
#rcp_login_submit:hover {
	color: #000000;
	border: 2px solid #000000;
} 

.et_pb_post {
    margin-bottom: 100px;
}
.et_pb_post a img {
    height: auto;
    float: left;
    width: 300px;
    left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
    .et_pb_post a img {
        float:none;
        width:100%;
        height: auto;
			max-height: 300px;
			margin-bottom: 30px;
    }
}

#footer-widgets .footer-widget li:before {
display: none; 
} 

#main-footer .footer-widget h4 {
    color: #ffffff;
	text-align: center;
	padding-bottom: 25px;
}

.simple-social-icons ul.aligncenter {
border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	align-content: center;
	padding-top: 20px;
	padding-bottom: 10px;
}


#footer-widgets .footer-widget {
	border-right: 1px solid #ffffff;
	padding-right: 30px;
}

#footer-widgets .footer-widget:nth-last-child(n) {
    border-right: 0px solid #ffffff;
    padding-right: 30px;
}

#footer-info {
	align-content: center !important;
}                            
/*end Nathan*/

.et-social-patreon a.icon:before {
	content: "\f3d9";
	font-family: "Font Awesome 5 Brands"!important;
}


#footer-info { float: none; text-align: center; }

#block-6 { margin-bottom: 0; }

#footer-privacy li { display: inline }
#footer-privacy li:not(:last-child) {
	border-right: 2px solid;
	padding-right: 5px;
	margin-left: 0;
}
#footer-privacy li:not(:first-child) {
	margin-left: 0;
	padding-left: 0;
}
