/*
 * 
 * zeffy-btn {
        background-color: #538898;
        border: none;
        border-radius: 5px;
        box-sizing: border-box;
        color: white;
        cursor: pointer;
        margin: 10px;
        min-height: 50px;
        min-width: 150px;
        padding: 5px 10px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
		
		
    }

*/

/* Style for button on mobile screens */
@media (max-width: 600px) {

    .zeffy-btn {

        width: 100% !important;
		}
		
		.wp-element-button {
		
				width: 100% !important; 
		}
    }