/* 
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
*/

form.post-password-form {
    margin: 0 auto 176px;
    text-align: center;
    width: 498px;
    max-width: 100%;
    font-weight: 700;
    font-family: 'Rubik';
}
/*form.post-password-form p {justify-content:center;display:flex}*/
form.post-password-form input[type="submit"] {
    background: #2a43de;
    color: #fff;
    border-radius: 0;
    border: 1px solid #2a43de;
    margin: 5px auto -5px !important;
    position: relative;
    padding: 9px 35px;
    display: block;
    width: 272px;
}
form.post-password-form input#pwbox-10 {
    border: 1px solid #ddd;
    border-radius: 0;    margin-top: 7px;
    background: #ececec;
    padding: 8px;
}

@media screen and (max-width:770px) {
form.post-password-form	label {  display: block; vertical-align: middle; padding: 20px;}
	form.post-password-form input#pwbox-10 {
   
    padding: 21px;
    width: 100%;
}
	.content {
    margin: 4px;
    height: 100px;
}
	.furniture-item img {
    height: 100px;
}
	.column.furniture-item p {
		font-size: 14px;}
}
