/*
Theme Name: GeneratePress Child
Template: generatepress
Author: Your Name
Version: 1.0
*/

body{
	background: #f3f1eb;
}

/* main styling ========================================================================================== */

.content-area { 
	border-right: 1px solid #e2dfd8;
}

/* navigation styling ========================================================================================== */

.nav-symbol svg {
	fill: #877f7a;
	margin: 0 0.3em;
	margin-bottom: 3px;
}

/* sidebar styling ========================================================================================== */

.inside-right-sidebar h2 {
	font-size: 1.4em;	
	font-weight: 400;
}

.inside-right-sidebar a {
	text-decoration: none;
}

 button,
input[type="button"],
input[type="submit"]{
	background: #D4C29F;
	border-radius: 6px;
	padding: 10px 10px;
} 

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: #c0af87;
	  transition: all 0.3s ease;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus 
{
	background: #c0af87;
}

.wp-block-search__input {
	border: 1px solid #e2dfd8 !important; 
    border-radius: 0px !important;
    box-sizing: border-box;
    background-color: #faf9f6; !important;
    font-size: 16px;
    padding-right: 15px; 
    text-align: left;
    direction: ltr;
}

.wp-block-search__input:focus {
    border-color: #e2dfd8 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px #ece7de !important;
    caret-color: #333; /* show caret on focus */
	background-color: #fff; !important;
}

/* post styling ========================================================================================== */

.wp-post-image{
	/*border: 1px solid #e2d9cb;*/
}

.post-image, .featured-image {
	padding: 25px;
	background-color: #ece7de;
}

.post-image img, .featured-image img {
	border: 1px solid #e2d9cb;
	display: block;
	border-radius: 0px;
}


.post-image {
	margin-bottom: 2em;		
}


.post-image {
    overflow: hidden;
}

/*.post-image img {
    transition: transform 1s ease-in-out;
    transform: scale(1);
	transition: filter 0.5s ease-in-out; 
    filter: brightness(1);
}

.post-image:hover img {
    transform: scale(1.0);
    filter: brightness(1.04);
}*/

.wp-block-quote {
	font-family: 'Crimson Pro';
}

.about-image {
	padding: 21px;
	background-color: #ece7de;
}

.about-image img {
		border: 4px solid #c4bcae;
}

.about-text {
	font-family: 'crimson text';
	font-size: 1.6em; 
}

/* mobile styling ========================================================================================== */


/* Tablets */
@media (max-width: 1024px) {
	.content-area { 
	border: none;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.content-area { 
	border: none;
	}
}

/* Small mobile */
@media (max-width: 480px) {
	.content-area { 
	border: none;
	}
}