/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
p{
	margin-bottom:0 !important
}
h2 span{
	color:#23408F;
}
html{
	scroll-behavior: smooth;
}
#custom-search form {
    background: #fff;
    height: 60px;
    border-radius: 50px;
    padding: 5px !important;
	display:flex;
}
#custom-search form label, #custom-search form label input, #custom-search form button {
    height: 100%;
}
#custom-search form label input, #custom-search form button {
    border-radius: 50px;
}
#custom-search form label input, #custom-search form label{
	width:calc(100% - 50px) !important;
}
#custom-search form button span, #custom-search form button {
    height: 50px;
    display: flex !important;
    width: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
#custom-search form label input {
    font-family: 'Roboto' !important;
    font-size: 16px !important;
}
#header-icon-box .elementor-widget-container {
    backdrop-filter: blur(4px);
}
#property-carousel-archive .e-loop-item.property, #property-carousel-home .e-loop-item.property {
    overflow: hidden;
}
.cpt-gallery.owl-carousel .gallery-item img, .cpt-featured-image img {
    height: 296px;
    object-fit: cover;
    border-radius: 5px;
}
.cpt-gallery.owl-carousel .owl-nav button.owl-next {
    right: 12px;
}
.cpt-gallery.owl-carousel .owl-nav button.owl-prev {
    left: 12px;
}
.cpt-gallery.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
}
.cpt-gallery.owl-carousel .owl-nav button span {
    color: #fff;
    font-family: 'font-awesome';
    font-size: 30px;
    line-height: normal;
    background: #FFFFFF2B;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 50px;
    padding-bottom: 2px;
	transition:all 0.3s ease-in-out;
}
.cpt-gallery.owl-carousel .owl-nav button span:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width:767px){
div#center-align-menu ul li a {
    justify-content: center;
}
}
@media screen and (max-width:540px){
	#header-icon-box .elementor-icon-box-icon {
    display: flex;
}
	#header-icon-box .elementor-icon-box-content {
    display: flex;
    align-items: center;
}
}