/*
Theme Name: Daniela Gerson
Theme URI: https://www.danielagerson.com/
Author: Megan Woo
Author URI: https://meganwoo.com/
Description: Custom Theme based on Betheme
Template: betheme
Version: 2.0.2
*/

/* colors */
.brown {
	color: #3c3838;
}

.cream {
	color: #faf9f5;
}

.orange {
	color: #dc4f1a;
}

/* fonts */
h1, h2 {
	text-transform: uppercase;
}

h3, h3, h4, h5, h6 {
	font-family: inherit;
}

button, input[type=button], input[type=reset], input[type=submit], .button, .woocommerce a.added_to_cart, .wc-block-components-button:not(.is-link), .wp-block-button__link {
	text-transform: uppercase;
}

.style-simple blockquote {
	font-weight: 700;
}

.blockquote p.author {
	margin-top: -6px;
	text-align: right;
}

.blockquote p.author span {
	color: #3c3838;
	font-size: 14px;
	text-transform: uppercase;
}

.mb-4 {
	margin-bottom: 10px;
}

/* header */
.text-logo #logo {
	color: #faf9f5;
	font-size: 40px;
	font-weight: 700 !important;
	line-height: 1;
}

#menu > ul > li > a {
	letter-spacing: 1px;
	text-transform: uppercase;
}

#Subheader {
	background: #faf9f5;
}

/* content */
#Content a:not(.button) {
	border-bottom: 2px solid #dc4f1a;
	font-weight: 500;
	text-decoration: none !important;
}

.image_frame a {
	border: none !important;
	padding: 5px;
}

#Content a:not(.button):hover {
	border-color: #3c3838;
}

/* media posts */
article.post-item {
	color: #000;
	margin: 0 1% 40px !important;
}

article.post-item a {
	border: none !important;
	display: block;
}

article.post-item a:hover {
	background: #dc4f1a;
}

.post-desc {
	padding: 0 !important;
}

.post-desc .media-image {
	margin-bottom: 15px !important;
	width: 100%;
}

.post-desc .media-pub {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 10px;
	position: relative;
}

.post-desc .media-pub:before {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: -5px;
	width: 50px;
}

.post-desc .media-date {
	font-size: 12px;
	text-transform: uppercase;
}

.post-head, .post-footer {
	display: none;
}

.post-title {
	padding: 0 20px;
}

.post-title a:hover {
	background: #faf9f5 !important;
}

/* forms */
.wpcf7 form .wpcf7-response-output {
	background: #3c3838;
	color: #faf9f5;
	font-size: 14px;
	margin: 30px 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

button, .button {
	text-align: center;
}

button.outline, 
.button.outline {
	background: transparent;
	color: #3c3838;
}

button.outline:hover, 
.button.outline:hover {
	background: #3c3838;
	border-color: #3c3838;
	color: #faf9f5;
}


/* footer */
#Footer .footer_copy .copyright {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

ul.social a i {
	font-size: 20px;
	padding: 10px;
}

ul.social a:hover {
	opacity: 0.7;
}

#Footer .widgets_wrapper  {
	background: #645e5e;
	padding: 40px 0;
}

.footer-signup a {
	padding: 5px;
	position: relative;
}

.footer-signup a:hover {
	border-bottom: 2px solid #faf9f5;
}

.footer-signup h4 {
	text-align: center;
}

.footer-signup i {
	line-height: 1.5;
	padding-left: 15px;
	position: absolute;
}

@media only screen and (max-width: 959px) {
	body, .mfn-menu-item-megamenu, blockquote, h5, h6 {
        font-size: 15px;
		line-height: 1.5;
	}
}

@media screen and (max-width:767px) {
	.mobile-header-mini #Top_bar #logo {
		font-size: 22px;
	}

	.alignright, .alignleft  {
		display: block;
		float: none;
		margin: 15px auto;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 15px;
		line-height: 1.5;
	}
}