/*
Theme Name: buniz
Description: This is a child theme for Flatsome Theme
Author: Lucian Ilica
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "PT Sans", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

p {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", serif;
}

.alt-font {
	font-family: "Raleway", serif;
}

.header-main .nav > li > a {
    font-weight: 800;
	font-size: 20px;
}

.weight700 {
	font-weight: 700!important;
}
.weight600 {
	font-weight: 600!important;
}
.weight500 {
	font-weight: 500!important;
}
.weight400 {
	font-weight: 400!important;
}

.coloanalefthero {
	background-image: url('https://buniz.ro/wp-content/themes/buniz/images/dungaculori.png');
	background-position: left;
	background-repeat: no-repeat;
}

.textgradient {
	background: -webkit-linear-gradient(#ff0000, #ff7300);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.herohome h1 {
	font-size: 32px;
	font-weight: 800;
}
.herohome h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
}
.herohome h3 {
	font-size: 20px;
	font-weight: 300;
}

.is-xxlarge {
	font-size: 3em!important;
	font-family: "Raleway", serif;
	font-weight: 400;
}

.counter {
	font-family: "Raleway", serif;
	font-size: 1.25em;
	font-weight: 900;
}

.cucolturirotunjite {
	border-radius: 10px;
}

#media_image-3, #media_image-4 {
	text-align: center;
}

.featured-title .page-title-inner {
    padding: 150px 0!important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}