/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.first-color{
	color: #c69657;
}
.second-color{
	color: #2b2783;
}
.c-page-header__row-1-col--breadcrumbs{
	display: none;
}
.post-password-form {
	text-align: center;
    margin: 100px 0;
}
.post-password-form label{
	width: 250px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}
.post-password-form input[type='password']{
	width: 100%;
}
.post-password-form input[type='submit']{
	width: 250px !important;
    height: 42px;
    border: 0;
    background-color: #000;
    color: #fff;
}