/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

#wpcf7-f1489-p1533-o1{
	border: solid 2px #9064bf !important;
	border-radius: 6px;
	padding: 5px !important;
	background: white !important;
}

.vc_column-inner{
	justify-content: start !important;
}

.border-all{
	border: 1px solid black;
}

.text-center{
	text-align: center;
}

#bottom .wrapper .vc_row{
	display: flex;
	width: auto;
	height: auto;
	justify-content: center;
	align-items: flex-start;
}

#bottom .wrapper .vc_row aside{
	margin: 0 50px;
}

.btn-color-coej a{
	background-color: #eebc4d !important;
	border-color: #eebc4d !important;
} 



@media only screen and (max-width: 769px){
	#left-topbar p{
		margin-top: 5px !important;
	}
	
	#bottom{
		padding-top: 25px;
	}
	
	#bottom .wrapper .vc_row{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	#bottom .wrapper .vc_row div aside{
		margin: 15px auto; 
		text-align: center;
	}
	
	#bottom .widget-area .widget-title{
		text-align: center;
	} 
	
	
	
/* 	#bottom .widget-area aside{
		margin: 0 auto 30px;
		width: 100%;
		text-align: center;
	}
	#bottom .widget-area .widget-title{
		text-align: center;
	} */
}