/*
 Theme Name: onepress-child
 Template: onepress
 Description: Child theme for custom layout
 Author: VSpace Solutions LLC
 Version: 1.0.0
*/

/* Add some frills to the whole contact section */
.contact-section {
    background-color:#f2f0ef;
    padding-top: 20px;
    border-top: 4px solid #c5c6c7;  
}

/* Ensure the contact container is actually centered */
.contact-container {
    margin-right: auto;
    margin-left: auto;
}

/* The Mobile Vertical Stack (@media) */
@media (max-width: 767px) {
    .contact-col-12 {
        width: 100% !important; /* Forces the column to take up the full screen width */
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px; /* Adds space between the stacked columns */
    }
}