/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

div#ncore_footer {
    display: none!Important;
}

form.post-password-form {
    width: 800px;
    margin: 40px auto 100px auto;
    background: #B1C7C6;
    padding: 92px 60px 60px 60px;
}

.post-password-form p {
    text-transform: uppercase;
    color: #005454;
    font-weight: 500;
}

form.post-password-form [type=submit] {
	background: #e88f06;
	font-family: "ProximaNova", Sans-serif;
    font-size: 19px;
    font-weight: normal;
	height: 45px;
	line-height: 45px;
	padding: 0 25px!important;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    fill: #FFFFFF;
    color: #FFFFFF;
	transition: all .5s ease;
	border:0!important;
}

form.post-password-form input {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}
form.post-password-form [type=submit]:hover {
	transform: scale(1.1);
	transition: all .5s ease;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: start !important;
}

.elementor-icon-list-icon {
    padding: 7.5px 0px 0 0 !important;
}


@media only screen and (max-width: 600px) {
form.post-password-form {
    width: 100%;
    margin: 40px auto 100px auto;
    background: #B1C7C6;
    padding: 60px 20px 20px 20px;
}
}