/**
Theme Name: Soflo
Author: Rank Media
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soflo
Template: astra
*/


.wpcf7 .sub-content-top{
	margin:10px auto 0 auto!important;

}
.wpcf7 .sub-content-top p{
	margin:0!important;
		font-size:17px;
}
.custom-tabs-widget input[type="radio"] + .wpcf7-list-item-label:before{
	display:none!important;
}

.custom-tabs-widget .wpcf7 [type="submit"]{
	margin:0 auto!important;
}

.custom-tabs-widget {
	min-height:unset!important;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 5px;
}
.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-top:10px;
}

.wpcf7 .sub-content-top p {
    font-size: 17px;
}

.wpcf7 .wpcf7-not-valid-tip{
	font-size:15px;
}

.wpcf7-list-item-label {
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f0f0f0;
  font-size:17px;
  letter-spacing:0.25px;
  font-weight:500;
  flex:1 0 auto;
	display:flex;
	line-height:normal;
  width:auto;
}


.wpcf7-radio input[type="radio"] {
  display: none;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #faf2f8;
 
    color: #8f2d7e;
    border-color: #8f2d7e;
}

.wpcf7-radio input[type="radio"]:checked:hover + .wpcf7-list-item-label{
    background-color: #f0e0ec;
}

.wpcf7-radio input[type="radio"]:hover + .wpcf7-list-item-label {
    color:#55174b;
  background-color: #f0e0ec;
  border-color: #8f2d7e;
}


.wpcf7 [type="submit"] {
    background: #8f2d7f;
    justify-content: center;
    margin:0 auto;
    display:flex;
    min-width:250px;
}
.wpcf7-spinner{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
}

.wpcf7 .two-inputs-in-row {
	padding-bottom:5px;
}
.wpcf7 .two-inputs-in-row p{
	margin-bottom:0!important;
}

@media (max-width:767px){
	
	.wpcf7 .wpcf7-list-item-label{
		font-size: 14px;
        padding: 10px 15px;
	}
}

.overloop-imagetop img{
	width:100%;
}

.mega-menu-item .elementor-cta__bg-wrapper {
    max-width: 50px;
    max-height: 50px;
    min-width: unset !important;
    align-self: center;
    width: 50px;
}

@media (max-width:767px){
	
	.mega-menu-item .elementor-cta__bg-wrapper {
    max-width: 40px;
    max-height: 40px;
    min-width: unset !important;
    align-self: center;
    width: 50px;
}
	
	.hide-mobile{
		display:none!important;
	}
}

.city-wrapper a{
	text-decoration:none!important;
}

.city-wrapper a:hover {
    color: #8f2d7e !important;
}

.image-cover{
	object-fit:cover;
	width:100%;
	height:100%;
}

.footer-widget-area address {
    margin-top: 10px;
    font-style: inherit;
    color: #000000;
}

.link-arrow a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
/* 	width:100%; */
	
}

.link-arrow a::after {
  content: "→";
  position: absolute;
  right: -2em;
  transition: transform 0.3s ease;
  opacity: 1;
}

.link-arrow a:hover::after {
  transform: translateX(5px);
}
