/*======================================
Theme Name: MBC Art
Theme URI: https://ekosme.com
Author URI: https://ekosme.com
Author Email: contact@ekosme.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
======================================*/
@charset "utf-8";

/*add your custom CSS below this line*/

one-half, .one-third { position: relative; margin-right: 4%; float: left; margin-bottom: 20px; }
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last { margin-right: 0 !important; clear: right; }

@media only screen and (max-width: 767px) {
.one-half, .one-third { width: 100%; margin-right: 0; }
}
.wpcf7-submit { color: #fff !important; text-transform: uppercase; font-weight: bold; background: #791C7F !important; display: block; width: 250px; float: right; clear: both; text-align: center; transition: all ease 0.2s; }
.wpcf7-submit:hover { cursor: pointer; background: #111 !important; transition: all ease 0.2s; }
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a { color: #79308f; }