/*!
Theme Name: sheunfoldslife
Theme URI: http://underscores.me/
Author: Gitsy
Author URI: http://24x7online.in
Description: sheunfoldslife
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sheunfoldslife
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sheunfoldslife is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.page-template-default .widget-area,
.page-template-default #secondary {
    display: none;
}
form{display: flex;flex-flow: wrap;justify-content: space-between;}
form p{margin: 0px; width: 100%;}
form textarea{width: 100%;}
#menu-footer-menu{list-style: none; padding-left: 0px; margin: 0px;}
#newsletter-form .es-form-1 form {
    background: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex
;
    flex-flow: row;
}
#newsletter-form form.es_subscription_form[data-form-id="1"].wysiwyg-form .ig-es-form-input {
    padding: 17px 30px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--tc-neutral-600);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--tc-system-white);
    background-clip: padding-box;
    border: 1px solid var(--tc-neutral-500) !important;
    border-radius: 50px !important;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
    width: 280px !important;
}
#newsletter-form form.es_subscription_form[data-form-id="1"].wysiwyg-form input.es-subscribe-btn {
    border-radius: 50px !important;
    background: #000000 !important;
    border: none !important;
    padding: 17px 30px !important;
    height: 61px !important;
    margin-left: 11px;
    width: 190px;
}
.post-content-box h4 {
    margin-bottom: 20px;
	
    font-weight: 400 !important;
    font-size: 26px;
}
.post-content-box ul {
    margin-left: 0;
    padding-left: 18px;
}