/*
Theme Name: Errin Child
Theme URI: http://codeindeed.com/errin-demo
Author: CodeIndeed
Author URI: http://codeindeed.com
Template: errin
Description: Personal Blog WordPress Theme 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: errin-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */
.modal-body{
	background-color: #000;
}
.modal-header{
	text-transform: uppercase;
}
.blog-details-content p
{
font-size: 18px;	
}
.mc4wp-form-fields .sidebar_nl__form p input {
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 12px;
    border-radius: 50px;
    font-size: 16px;
    padding: 8px;
    transition: all 0.3s;
}
.mc4wp-form-fields .sidebar_nl__form p input[type="submit"] {
    background: #ff6756;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
@media(max-width: 749px){
.post-list-n-grid-img{
	min-width: 0px !important;
}
	.latest-post-block-img{
		min-width: 0px !important;
	}
}