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

/* Write here your own personal stylesheet */

body {font-family: proxima-nova, sans-serif!important; font-weight: 300!important; font-style: normal!important; font-size: 18px!important;}
h1, h2, h3, h4, h5, h6 {font-family: proxima-nova, sans-serif!important; font-weight: 700!important;}

header .tg-container {
    max-width: 95%!important;
}

header .tg-header-button-wrap a {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.sectors-list ul {
	margin: 1em 0;
}

.sectors-list ul li {
	padding-left: 5px;
}

.sectors-list ul li h3 {
	margin-bottom: 0.3em;
	font-size: 24px;
    line-height: 24px;
}

.sectors-list ul {
  list-style-image: url('/wp-content/uploads/2021/01/logo-symbol-small-icon.png');
  padding-left: 25px;
}

.pink-button, .blue-button {
    border-radius: 20px 20px 20px 20px;
	color: #fff!important;
	font-size: 16px;
    padding: 15px 30px;
	margin-bottom: 15px;
	display: inline-block;
}

.pink-button {
	background-color: #E81F76;	
}

.pink-button:hover {
	background-color: #202945;
	color: #fff;
}

.blue-button {
	background-color: #202945;	
}

.blue-button:hover {
	background-color: #E81F76;
	color: #fff;
}

.underline-button-pink {
	color: #e81f76;
	border-bottom: 3px solid #e81f76;
}

.underline-button-blue {
	color: #202945;
	border-bottom: 3px solid #202945;
}

img {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
}
-ms-interpolation-mode: nearest-neighbor!important; /* IE (non-standard property) */