/*
 Theme Name:   Reobiz Child
 Theme URI:    http://rstheme.com/products/wordpress/reobiz/
 Description:  Reobiz Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     reobiz
 Version:      2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
#rs-header {
	display: none !important;
}
#rs-footer {
	display: none !important;
}

.main-contain #content {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.elementor-tab-title {
	border-radius: 20px;
}
.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.elementor-tab-content {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.more-info-btn {
	cursor: pointer;
}
.tablet-holders h3{
    cursor: pointer;
}

.magnetic-cables h3{
    cursor: pointer;
}

.illuminated-displays h3{
    cursor: pointer;
}

.digital-speaker h3 {
    cursor: pointer;
}

.about-us {
    cursor: pointer;
	color: black;
}

.about-us h3:hover{
    cursor: pointer;
	color: #9AC3E2 !important;
}

.info-menu {
	z-index: 1001;	
}
.quadmenu {
	z-index: 1000;
	padding: 0px !important;
}

.main-menu > div > div {
	display: flex;
	justify-content: space-between;
}

.d-about-us {
	width: 120px !important;
}
.d-speaker-menu {
	width: 150px !important;
}

.d-display-menu {
	width: 140px !important;
}

.d-cable-menu {
	width: 130px !important;
}

.d-holder-menu {
	width: 120px !important;
}
.d-logo-menu {
	min-width: 280px !important;
}

.d-space-menu {
	margin: auto;
	width: unset !important;
}
.sec-overlay {
	z-index: 998;	
	background: rgba(232,232,237,.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /* visibility: hidden; */
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
.sec-holder {
	transition: 0.2s ease-out !important;
	z-index: -1;
	top: 52px;
	position: absolute;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.sec-cable {
	transition: 0.2s ease-out !important;
	z-index: -1;
	top: 52px;
	position: absolute;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.sec-speaker {
	transition: 0.2s ease-out !important;
	z-index: -1;
	top: 52px;
	position: absolute;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.sec-display {
	transition: 0.2s ease-out !important;
	z-index: -1;
	top: 52px;
	position: absolute;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.contact-container {
    display: flex;
    width: 100%;
	flex-direction: row;
}
.contact-container .entry-content {
	order: 1;
    width: 100%;
    max-width: 650px;
    background-color: #EFF4F9;
    padding: 40px;
    border-radius: 40px;
    margin-bottom: 50px;
}
.contact-container .contact-content {
	order: 2;
}
.red-text {
    color: #C8345D;
    font-size: 25px;
    line-height: 10px;
    position: absolute;
    top: 12px;
    right: -10px;
}

.contactform h2 {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.contactform label {
    position: relative;
}

.contactform input {
    border-radius: 15px;
}

.contactform select {
    border-radius: 15px;
    margin-bottom: 30px;
}

.contactform .contact-btn {
    border-radius: 15px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #6EC1E4;
    font-weight: bold !important;
}

.form-sBox {
    position: relative;
    display: block;
}

.customArrow {
    margin: 6px;
    right: 13px;
    border: solid #777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    width: 0;
    top: 48px;
    transform: rotate(45deg);
}

.contactform .contact-progress {
    width: 100%;
    border-radius: 8px;
    color: #6EC1E4;
}

.contactform progress::-webkit-progress-value { 
    background: #6EC1E4;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    
}
.contactform progress::-webkit-progress-bar {
    background-color: white;
    border-radius: 8px;
}

.contact-product {
    overflow: auto;
    height: 55vh;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-product-rest {
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-product-card {
    display: flex;
    background: white;
	margin-bottom: 10px;
    padding: 10px 16px;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
}

.contact-product-card-rest {
    display: flex;
	color: black;
    background: white;
    padding: 16px;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-product-img {
    width: 100px;
    margin-left: 10px
}

.contact-product-img img{
    width: 100px;
    min-width: 100px;
    
}

.contact-product-detail {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-product-label {
    font-size: 20px;
    font-weight: 500;
	margin-bottom: 4px;
}

.contact-product-description {
    font-size: 16px;
}

.contact-product-check {
    height: 25px;
    width: 25px;
    min-width: 25px;
    border-radius: 5px;
    outline: 1px solid black;
    border: 1.5px solid white;
    background-color: #6EC1E4;
    cursor: pointer;
}

.contact-product-uncheck {
    height: 25px;
    width: 25px;
    min-width: 25px;
    border-radius: 5px;
    outline: 1px solid black;
    cursor: pointer;
}

.contact-product-right {
    font-size: 35px;
    font-weight: 100;
    color: #6EC1E4;
}

.contact-field {
    max-width: 300px;
}

.top-mobile {
    background-size: cover;
}

.border-bottom {
	border-bottom: 1px solid #333;
}

.demomenu {
    position: fixed !important;
    left: 0px !important;
    top: 52px;
    z-index: 1;
    display: none;
}

.loader {
  display: none;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
}

.loading {
  border: 2px solid #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
	.demomenu {
    	position: fixed !important;
    	left: 0px !important;
		top: unset !important;
    	bottom: 0px !important;
    	z-index: 1;
    	display: none;
	}
	.contact-container {
		flex-direction: column;
		font-size: 13px;
		line-height: 17px;
	}
	
	.contactform input {
    	border-radius: 12px;
		margin-bottom: 10px;
		padding: 8px 14px;
	}
	
	.contactform textarea {
		border-radius: 12px;
    	border: 1px solid #f1f1f1;
    	padding: 5px 8px;
    	height: 80px;
	}
	
	.contact-product-card {
    	display: flex;
    	background: white;
    	padding: 8px;
    	border-radius: 12px;
		margin-bottom: 15px;
    	align-items: center;
    	justify-content: space-between;
	}
	
	.contact-product-card-rest {
    	display: flex;
		color: black;
    	background: white;
    	padding: 16px;
    	border-radius: 16px;
    	align-items: center;
    	justify-content: space-between;
    	margin-bottom: 15px;
	}
	
	.contact-product-description {
    	font-size: 14px;
	}
	
	.contact-product {
    	overflow: scroll;
    	height: 400px;
    	margin-top: 10px;
    	margin-bottom: 20px;
	}
	
	.contactform select {
    	border-radius: 15px;
		margin-bottom: 10px;
	}
	
	.contactform .contact-btn {
    	border-radius: 15px;
    	margin-bottom: 30px;
	    padding: 15px 40px;
    	background-color: #6EC1E4;
	    font-weight: bold !important;
	}

	.contact-container .entry-content {
		order: 2;
		padding: 20px;
    	border-radius: 20px;
	}
	
	.contact-container .contact-content {
		order: 1;
		padding: 0px;
	}
	
	.contact-container .contact-content h2 {
		font-size: 17px !important;
		font-weight: bold !important;
		margin-bottom: 10px;
	}
	
	.contact-container .entry-content h2 {
		font-size: 20px !important;
		line-height: 22px;
		margin-bottom: 10px;
	}
	
	.contact-product-img {
		width: 40px;
		margin-left: 0px
	}

	.contact-product-img img{
		width: 40px;
		min-width: 40px;

	}

	.contact-product-detail {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
	}
    .elementor-animation-grow {
        transition-property: none !important;
    }

		.elementor-animation-float {
        transition-property: none !important;
    }
	
    .elementor-animation-grow:active,
    .elementor-animation-grow:focus,
    .elementor-animation-grow:hover {
        transform: none !important;
    }
	
		.elementor-animation-float:active,
    .elementor-animation-float:focus,
    .elementor-animation-float:hover {
        transform: none !important;
    }
    
    .square-img img {
        width: calc(100% - 10px) !important;
        aspect-ratio: 1 / 1;
        height: auto !important;
    }
	
	.menu-subitem {
		display: flex;
		flex-direction: row;
		overflow: hidden;
	}
	
	.menu-subitem-img {
		width: 130px !important;
		margin-left: 30px;
		margin-bottom: 0px !important;
	}
	.menu-subitem-title {
		width: calc(100% - 180px) !important;
		display: flex;
		align-items: center;
	}
	
	.menu-item h3{
		line-height: 18px !important;
		font-size: 16px;
	}
	
	.menu-subitem-title h3{
		line-height: 18px !important;
		font-size: 16px;
	}
	
	.blue-banner {
    max-width: 400px;
		margin: auto;
	}
}
