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

.text-nowrap {
    white-space: nowrap;
}

.news-tag {
    margin: 0;
    font-size: 80%;
}
.news-tag:empty {
    margin: 0;
}

.news-tag > a {
    display: inline-block;
    margin: 0 .6em .2em 0;
    padding: .45em .8em;
    border-radius: 1.6em;
    transition: opacity .3s;
    line-height: 1;
}
.news-tag > a:hover {
    opacity: .65;
}

@media screen and (min-width: 768px) {
    .news-tag {
        margin-top: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 1025px) {
}

@media print {
    a[href]:after {
        content: '';
    }
}


/* color simulator */
.color .house-ab {
	/* width:690px; */
    max-width:690px;
	margin:0 auto;
}
.color .house-ab li {
	width:325px;
	margin:0 10px;
	float:left;
}
.color .block01,
.color .block02 {
	clear:both;
	text-align:center;
}
.color h3 {
	color:#C30303;
	font-size:20px;
	border-bottom:1px solid #ddd;
    margin-top:40px;
	margin-bottom:20px;
	clear:both;
	text-align:left;
}
.color .block01 table,
.color .block02 table {
margin:0 auto;
}
.color .block01 th,
.color .block02 th,
.color .block01 td,
.color .block02 td {
text-align:center;
}
.color .color-table {
/* width:700px; */
max-width:700px;
margin:0 auto;
clear:both;
padding-top:20px;
}
.color .color-table:after {
    content: '';
    display: block;
    clear: both;
}
.color .color-table table {
width:270px;
margin:0 10px;
float:left;
}
.color .colsim-a, .color .colsim-b {
	position: relative;
	/* width: 380px; */
    max-width: 380px;
	height: 300px;
	margin: 0 auto;
}

.color .colsim-a img, .color .colsim-b img {
    position: absolute;
    left: 0;
    top: 0;
}

