/*
Theme Name: FurnishedSeattleRentals
Theme URI: https://furnishedseattlerentals.com/
Template: kadence
Author: Javed Iqbal
Author URI: https://crustdigital.com/
Description: FurnishedSeattleRentals Theme
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.0.0.1741079379
Updated: 2025-03-04 09:09:39

*/
#questions_form input{
	width: 200px !important;
    height: 56px !important;
    border-radius: 5px !important;
    margin: 5px 10px !important;
    border: 1px solid #d3d3d3;
}
#questions_form .frm_submit input{
	background-color: #3A3B74 !important;
}
.testimonials_blockquote{
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
	margin-bottom: 40px !important;
}
.testimonials_blockquote:after,
.elementor-testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 30px;
    border-width: 0px 20px 20px 0px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.1);
    display: block;
    width: 0;
}
.elementor-testimonial-content{
	padding: 33px;
    border: transparent;
    background-color: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 40px !important;
	position: relative;
}
.top-nav-icon-blocks{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
.top-nav-icon-blocks a{
    display: flex;
    gap: 15px;
}
@media(min-width: 981px){
	#questions_form .frm_fields_container{
		display: flex;
		flex-direction: row;
		gap: 10px;
		justify-content: center;
	}
}
@media(max-width: 980px){
	#questions_form input {
		width: 100% !important;
	}
}