/*
Theme Name:   betheme child theme
Description:  Write here a brief description about your child-theme
Author:       alphaapl_poslovniKrapina1502
Author URL:   Write here the author's blog or website url
Template:     betheme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  betheme-child
*/

/* Write here your own personal stylesheet */


#tribe-events-content a {
	color: red!important;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #0c9c4a!important;
}

/*Što nudimo*/
h2.dark_gray_color {
    color: #161922;
    padding: 0;
}

.gumbic-kontakt a.popup-link {
	border: 2px solid #fff;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    background: unset;
	padding: 10px 40px;
	border-radius: 40px;
}

.gumbic-kontakt a.popup-link:hover {
	color: #0c9c4a;
	background-color:#fff;
}