/*!
Theme Name: 360 Broadway
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 360broadway
*/

img {
    max-width: 100%;
    height: auto;
}
.page-id-3 .textbox_inner, .page-id-135 .textbox_inner{
	text-align:left;
}
.color_default .content_block_content_inner a::after{
	background-color: var(--primary-color);
}
.page-id-122 .contact_field_select span.wpcf7-form-control-wrap select {
    background: var(--tertiary-color);
}
.home .betterbot_button-wrapper {
	display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.home .betterbot_button-wrapper.active {
    display: initial;
	opacity: 1;
}
.home .textbox_inner{
	max-width:80%;
}
.textbox_inner .article {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    text-align: center;
    padding: 2rem 0.5rem;
	margin-bottom:20px;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}