/*-----------------------------------------------------------------------------------

	Theme Name: CoWorker Child Theme
    Theme URI: http://themes.semicolonweb.com/wp/coworker
    Description: Responsive Retina Ready Multi-Purpose Theme
    Author: SemiColonWeb
    Author URI: http://themeforest.net/user/SemiColonWeb
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 1.1
    Template: coworker
    Tags: responsive, business, corporate, portfolio, creative, clean, modern, retina

-----------------------------------------------------------------------------------*/

@import url("../coworker/style.css");

/*  Add/Update your Styles below this Line
================================================== */
.grecaptcha-badge{
	visibility: collapse !important;  
}
#wprmenu_bar .menu_title a {
    top: 1px!important;
    color: #4c0066;
}
.admin-bar #wprmenu_menu_ul {
    margin-top: 15px!important;
}
#mg-wprm-wrap li.menu-item a {
    font-size: 18px!important;
    line-height: 21px!important;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.btnMenu a {
    text-align: center;
    margin: 30px 20% 10px;
    display: block;
    padding: 10px;
    background-color: #DA5CC1!important;
    color: #fff!important;
    border-radius: 3px;
}
#primary-menu li.btnMenu a {
	color: #fff!important;
}
#primary-menu li.btnMenu {
    background-color: #DA5CC1!important;
    color: #fff!important;
}
.btnsParty a.btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
    font-family: "Open Sans";
    padding: 0 15px;
    font-weight: bold;
    line-height: 40px;
    background: #5A9EE2 !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
.btnsParty a.btn:hover {
    background-image: url(images/button.png);
    background-position: 0 -30px;
    background-color: #f60c7a !important;
    text-decoration: none;
    border: 1px solid rgba(100,100,100,0.4);
}