/*
Theme Name: Divi Child
Theme URI: www.artandlogic.com
Template: Divi
Author: Anne Barkett
Description: Child theme for use with the Divi template..

*/



/* General Styles */
.entry-title.main_title {
	display:none;
}

h2 { 
	font-size:350%;
}

body,
body.custom-background {
	background-color: #FCEFE2 !important;
		background: #FCEFE2 !important;
	font-family: 'Arbutus Slab', serif !important;
	color: #224422;
}

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

.disclaimer {
	font-size:80%;
	font-style: italic;
}

.single .post {
	margin-bottom:0;
	padding-bottom:0;
}

#et-main-area {
	background-color: #ffffff;
}

#left-area ul {
	list-style-type: none;
	padding: 0;
	margin: 1em;
}
#left-area ul.wpuf_customs {
	margin-bottom:0;
}


a, a:link {
	color: #224422;
	text-decoration: underline;
}
.clear {
	display: block;
	clear: both;
	height: 1;
	width: 100%;
}

/*
@media (max-width: 900px) {
h1 {
    font-size: 36px;
}
}
*/

.accessible-icon img {
	filter: invert(1);
}

form.pms-form ul.pms-form-fields-wrapper li {
    margin: 0 auto;
}
#pms_register-form, #pms_login {
	width: 72%;
	margin: 0 auto 30px auto;
}

.pms-subscription-plan-name, .pms-subscription-plan-price{
	display:none;
}

h3 {
	text-align: center;
	font-size: 18px;
}
h4 {
	text-align: left;
	font-size: 18px;
}
#pms_login p {
    margin-bottom: 0;
    padding-bottom: 0;
}
form.pms-form ul.pms-form-fields-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
.pms-subscription-plan, .blue {
    margin-bottom: 1.345em;
    color: #008b8b;
    font-weight: 700;
    line-height: 22px;
}
.blue {
	text-align: center;
	margin-bottom: 0px;
}
/* Form Styles */

.wpuf-label {
	color: #8A451B;
}
.wpuf-fields input, .wpuf-fields textarea, .wpuf-fields select,
.pms-form-fields-wrapper input, .pms-form-fields-wrapper textarea .pms-form-fields-wrapper select,
#user_pass, #user_login {
	border: 1px solid #234323;
	border-bottom: 1px solid #234323 !important;
	border-radius: 4px;
	width: 100%;
	padding: 10px;
	background-image: none !important;
}


.pms-first-name-field, .pms-last-name-field, .login-extra {
	display: none
}
.wpuf-submit-button,  #wp-submit {
	padding: 10px;
    border-radius: 20px;
    color: #fff;
    border: 0px none;
	font-size: 16px;
    background-color: #8B4513;
    font-weight: bold;
	font-family: 'Arbutus Slab',serif;
}
/*.pms-form-submit {
	background-color: transparent;
	background-image: url('/wp-content/uploads/2021/06/paypal-button.png');
	background-repeat: no-repeat;
	padding: 10px;
    border-radius: 20px;
	width: 172px;
	height: 32px;
	font-size: 1px;
	display: block
}*/

.pms-form-submit{
	padding: 10px;
    border-radius: 20px;
    color: #fff;
    border: 0px none;
	font-size: 16px;
    background-color: #8B4513;
    font-weight: bold;
	font-family: 'Arbutus Slab',serif;
}
.tos {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.custom_html_2_copy {
	float: left;
    width: 80%;
}
.wpuf-submit {
	float: right;
}

.article {
	border-bottom: 1px solid #efefef;
	padding: 20px;
	margin: 10px 0;
}
.article .date {
	font-size: 12px;
	color: #666;
}
.article .wpuf_customs {
	display: none;
}
.small .article  {
	text-align: center;
	padding: 8px;
	border-bottom: 0px none;
}
.small .article .date {
	display: none;
}
.small .article h4 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.pms-account-subscription-details-table, .logged-in .login-h3 {
	display: none;
}
.pms-alert {
	text-align: center;
}


ul.wp-block-latest-posts li {
	border: solid 1px;
	padding: 1em;
	background-color: #FCEFE2;
	margin-bottom: 1em;
}

ul.wp-block-latest-posts li > a {
	text-transform: capitalize;
}

ul.wp-block-latest-posts a {
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration:underline;
	font-style: normal;
	font-size: 120%;
}

.post-categories {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
}
.post-categories li {
	background-color: #8A4612;
    display: inline;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
}
.post-categories li a {
    color: #ffffff;
	text-decoration: none;
}
.searchandfilter ul {
	padding: 0 !important
}
.searchandfilter ul li {
    list-style: none;
    display: inline !important;
    padding: 10px 20px 10px 0 !important;
    margin: 0;
}
.sf-input-text, .sf-input-select {
	font-size: 22px;
	border: 1px solid #8A4612 !important;
	border-radius: 5px;
	color: #000000 !important;
}