/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: Yarilenis Laverde
Author URI: http://yarilaverde.com
Template: zakra
Version: 1.0
*/
@import url("../zakra/style.css");

.content-masonry {
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
}

.content-masonry .post {
	width: 45%;
	margin: 15px;
	background: #fdfdfd;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.15);
    border-radius: 0.5rem;
}

.content-masonry .post .zak-post-content {
	padding: 14px;
}

.zak-entry-thumbnail img {
	border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.post-detail{
	padding: 0 15px;
}

.post-thumbnail img {
	border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

button, input[type="button"], input[type="reset"], 
input[type="submit"] {
	background-color: #37277b;
	border-radius: 5px;
}
button:hover, input[type="button"]:hover, 
input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #6e4df6;
}

.widget .widget-title {
	border-left: 3px solid #EBAF0C;
    padding-left: 15px;
    margin-left: -20px;
}
.widget.widget_search {
	margin-left: -20px;
}

.everest-forms .evf-minimal-portfolio button[type=submit] {
    font-family: Muli;
    border-radius: 50px !important;
    padding: 8px 40px !important;
	font-weight: 300 !important;
}

.zak-header {
	border-bottom: none;
}

.zak-header-buttons .zak-header-button .zak-button:hover {
	color: #fff;
    border: none;
}