/* 
 Theme Name:   zakra-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     zakra
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
.zak-primary,
.zak-row {
    padding-top: 0 !important;
}


a {
    color: #128d57;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.bg-green {
    background-color: #128d57;
    color: #fff;
}
.bg-green h1,
.bg-green h2,
.bg-green h3 {
    color: #fff;
}

.bg-green a{
    color: #151515 !important;
    text-decoration: underline;
}
.bg-light {
    background-color: #f2f2f2;
}

.box-light {
    padding: 30px;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.box-green {
    padding: 30px;
    border-radius: 4px;
    background-color: #17965f;
    color: #fff;
}
[class*="box-"] {
    height: 100%;
}
.box-green h3 {
    color: #fff;
}

.logo-melbet {
	background: url('/wp-content/themes/zakra-child/images/melbet.svg');
}

.bg-melbet {
	background-color: #151515;
}

[class*="logo-"] {
	display: block;
	text-indent: -9999px;
	text-align: left;
	background-size: 80%;
	background-position: center center !important;
	background-repeat: no-repeat;
}

[class*="brand-"][class*="bg-"] {
	margin: 0 auto;
	padding: 5px;
	border-radius: 4px;
	width: 150px;
	height: 70px;
}


.entry-content p {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}


.zak-primary-nav a {
    color: #151515;
    text-decoration: none;
}

.zak-mobile-menu a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .swap-on-mobile {
      display: flex;
      flex-direction: column-reverse;
    }
}

.zak-page-header {
    display: none;
}