/*
Theme Name: Visual Composer Starter Child
Theme URI: https://visualcomposer.io/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.io/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: visual-composer-starter
*/

/* Please move the following css to custom.scss once entrecloud is good to go with FTP creds instead of asking them to upload new files */
.p-white-link a { color: #fff !important; }
.main-content { padding-bottom: 0 !important; }

/* Transform this to a scss format once moved to custom.scss file */
	
.contact_form input { padding: .8rem;}

.contact_form input[type="button"] {
	background-color: #f1834d;
    border: none;
    color: white;
    width: 100% !important;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: .8rem 0;
}

.aps-social-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and ( min-width: 48em ) {
	.contact_form input[type="button"] {
		width: 50% !important;
	}
	
	.width-40 {
		 width: 40% !important;
		margin: auto !important;		
	}   
}