/*
/*
Theme Name: Prival Theme
Theme URI:
Description: Custom theme for Prival d.o.o
Version: 1.0 beta 2
Author: Vladan Krstic
Author URI: https://99designs.com/profiles/krstatzar
License: GPL
License URI: Custom license
* Foundation for Sites by ZURB
* Version 6.4.X
* foundation.zurb.com
* Fontawesome 5.x
* Licensed under MIT Open Source
*/



/* ==========================================================================
Base styles: opinionated defaults
color:#101820; - black
color:#BE9154 - gold
========================================================================== */




:root {
  --pblue: #2956B2;
  --pgreen:#7DBD00;
}

a{color:var(--nd-gold);}
a:focus, a:hover{
	color:#FFC67D;
}

body{
	font-family: 'Ubuntu', sans-serif;
}



/*TITLE*/

.logo-gif img{
	width:380px;
	height: auto;
	margin-top: -20px;

}

.title-top{
	background: url("img/title-top.svg") no-repeat center top;
	background-size: 195px 17px;
	width:100%;
	height: 17px;
	margin-bottom: 0;
}

.main-title{
color: var(--nd-gold);
text-align: center;
text-transform: uppercase;
padding: 30px 0;
}

.title-bot{
	background: url("img/title-bot.svg") no-repeat center bottom;
	background-size: 195px 17px;
	width:100%;
	height: 17px;
	margin-top: 0px;
}

.main-title h2{
	
padding: 0;
margin: 0;
}


#responsive-menu-title{
	padding-bottom: 0 !important;
}


.responsive-menu-item a{
	color:#FFF !important;
	font-family: 'Ubuntu', sans-serif;
}



#responsive-menu-wrapper{
	font-family: 'Ubuntu', sans-serif !important;
	
}

h1,h2,h3,h4,h5,h6{
font-family: 'Ubuntu', sans-serif;
}

img.rmp-menu-title-image{
	width:220px !important;
	height:66px !important;
	display:block !important;
	float:left !important;
	
}

h1{font-size:2.8rem;}
h2{font-size:2rem;}
h3{font-size:1.75rem;}
h4{font-size:1.6rem;}

p{
	font-family: 'Ubuntu', sans-serif;
font-size: 1.2rem;
color:#252525;
}

header .wrap-header {
margin:0;
padding:0;
}

header{
margin:0;
padding:0;
}

.hero-area{
	margin-top: -20px;
	padding: 0;
}

/*Service icons*/

.icon-card{
	background-color: #f8f8f8;
	max-width: 260px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-out;
}

.icon-card:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.icon-card h4{
	font-weight: 600;
	line-height: 1.6rem;
	font-size: 1.4rem;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.icon-card p{
	margin: 5px 0;
}


.icon-card .link-btn .elementor-button{
	color: var(--pgreen);
}

	.service-icon img{
	margin-top: -50px;
}

	/*-----------------*/

.home-hero{
	margin-top: -100px;
	
}

.mwrap{
background-color:#f2f2f2;
z-index:9999;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
padding: 0;
}

.shrink2{
	background-color:#f2f2f2;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
padding: 0;
}



.nav-bar{
	background-color:var(--pblue);
	border-top:4px solid var(--pgreen);
}

.menu{
list-style-type: none;
margin: 0;
padding: 15px 0;
}

.menu li{
display:inline;
margin-left:50px;

}

.menu li a{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
transition: color 0.3s ease-out; 
font-weight: 500;
}

.menu li{
	padding-bottom: 15px;
}

.menu li a:hover{
	color:var(--pgreen);
}

.menu .current_page_item a{
	
		color:var(--pgreen) ;
	}

.ico-wrap{padding: 0 20px;}



.mwrap .logo img{
	float: left;
	width: 300px;
	height: auto;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 20px 0;
}

.shrink2 .logo img{
	width: 260px;
	height: auto;
	padding: 5px 0;
}


/*FORM*/


.plain-btn .elementor-button{
border: 2px solid var(--nd-gold) !important;
background-color: transparent !important;
border-radius: 0 !important;
color:var(--nd-gold) !important;
font-family: 'Ubuntu', sans-serif;
}

.plain-btn .elementor-button:hover{
	border: 2px solid var(--nd-gold) !important;
background-color: var(--nd-gold) !important;
color: #FFF !important;
}

.link-btn .elementor-button{
	background-color: transparent;
	border:0;
	color:var(--pgreen);
	padding: 10px 0;
	margin: 5px 10px;
}

.link-btn .elementor-button:hover{
	color:var(--pgreen);
	text-decoration: underline;
}

.regular-btn .elementor-button{
	background-color: var(--pgreen);
	border:0;
	color:#FFF;
	padding: 12px 25px;
	border-radius: 4px;
	font-size: 1.2rem;
}

.regular-btn .elementor-button:hover{
	color:#FFF;
	background-color: #86CE00;
}


footer{
	background-color: #1A356F;
	padding: 30px 0 20px 0;
}

.footer-info i{
	float: left;
}

.footer-info p{
margin-left: 40px;
}

.top-footer{
	padding: 20px 0;
}



footer p{
	font-size: 1rem;
	color:#FFF;
}


footer h5{
	color: #FFF;
	text-transform: uppercase;
	margin-top: 10px;
}
.foot-border{
	height: 2px;
	width: 160px;
	background-color: var(--pgreen);
	margin-bottom: 10px;
}
.cprght{
	font-size: 0.9rem;
	text-align: center;
	color:#FFF;
}

.social-bot{
	float: right;
}


.foot-address, .foot-phone, .foot-mail{
	color: rgba(255,255,255, 0.8);
	font-size: 1rem;
	display: flex;
	margin-bottom: 10px;
}

.foot-address:before{
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f3c5";
	 width: 20px;
margin-right: 10px;
color:var(--pgreen);
}


.foot-phone:before{
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f3cd";
	 width: 20px;
margin-right: 10px;
color:var(--pgreen);
}


.foot-mail:before{
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f0e0";
	 width: 20px;
margin-right: 10px;
color:var(--pgreen);

}

.footer-logo img{
	width: 200px;
	height: auto;
}

.footer-menu{
	padding: 0;
}

.footer-menu .menu li{
	display: block;
	margin-left: 10px;
	padding: 5px 0;
}

.footer-menu .menu li:before{
	font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f054";
	 width: 20px;
margin-right: 10px;
color:var(--pgreen);
font-size: 12px;
}

.footer-menu .menu li a:hover{
	color: var(--pgreen);
}


.top-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.phone-image{
display: flex;
}

.phone-image img{
	margin-right: 10px;
}

.phones{
	display: flex;
	font-size: 1.2rem;
	font-weight:700;
	color:var(--pblue);
}

.responsive-menu-item-link{
	color: #FFF !important;
}


.gen-text h3{
	color:var(--pblue);
}

.gen-text ul{
	list-style-type:none;
	font-size:1.2rem;
	padding: 0;
	margin: 0;
}

.gen-text ul li{
	font-size:1.2rem;
	padding: 0;
	margin: 0;

}

.gen-text ul li:before{
	font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f058";
	 width: 20px;
margin-right: 10px;
color:var(--pgreen);
font-size: 14px;
}

.g-map{
	padding: 0;
	margin: 0;
}

.contact-sec .foot-address, .contact-sec .foot-phone, .contact-sec .foot-mail{
	color: #121212;
	font-size: 1.2rem;
	display: flex;
	margin-bottom: 10px;
}

.contact-sec h1, .contact-sec h2, .contact-sec h3{
color: var(--pblue)
}

.item-thing{
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	margin: 10px 30px 10px 10px;
}

.item-thing ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}

.item-thing ul li{
	margin:0;
	padding: 0;
}


.kontakt-forma{
	margin:10px 20px;
}

.kontakt-forma input, .kontakt-forma textarea{
padding: 6px;
border-radius: 4px;
outline: none;
border:1px solid var(--pblue);
box-shadow: none;
}

.kontakt-forma .wpcf7-submit{
	padding: 20px 60px;
	border:0;
	background-color:var(--pgreen);
	color: #FFF;
	cursor: pointer;
	font-size:1.3rem;
	transition: all 0.3s ease-out;
}

.kontakt-forma .wpcf7-submit:hover{
	filter: brightness(110%);
}


.top-footer ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.top-footer ul li{

	margin: 0;
	padding: 0;
}

.member{
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	margin: 10px 30px 10px 10px;
	width: 460px !important;
	display: block;
	margin:10px auto;
	font-size:18px;
}

.member h3{
	color: var(--pblue);
}

.member h5{
	color: var(--pgreen);
}

.member i{
	color: var(--pblue);
	margin-right: 5px;
	width: 20px;
}

.title-sec{
	margin:10px 0 0 0;
	color: var(--pblue);

}

.phones-mobile{
	display: none;
}

.map-tabs .elementor-tab-title a {

	font-size: 26px;
	color: var(--pblue);

}


.map-tabs .elementor-tab-title a:before{
	font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f3c5";
margin-right: 10px;
color:var(--pgreen);
}

.map-tabs  .elementor-active{
	color:var(--pgreen) !important;
}

.info-item{
	width: 100%;
float: left;
display: block;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	
.phones-mobile{
	display: block;
}	

.top-contact{
	display: none;
}

.phone-numbers{
font-size: 16px;
font-weight: 700;
color: #FFF;
margin: 10px auto;
background-color: var(--pblue);
padding: 6px;
border-radius: 4px;
width: 150px;
display: block;
text-align: center;
}



.logo-item {

margin:0 !important;
padding: 0 !important;
}


h1{font-size:2rem;}
h2{font-size:1.6rem;}
h3{font-size:1.4rem;}
h4{font-size:1.2rem;}


.mwrap .logo img{
	width:260px;
	height:auto;
	padding: 10px 0;
	margin-top:10px;
}

.shrink2 .logo img{
	width: 260px;
	height: auto;
padding: 10px 0;
margin-top:10px;
}


	
.cprght{font-size: 0.85rem;}



.home-hero{
	margin-top: 0px;
}

.portfolio .mgf_inner:after{
	background-image: none;
}


.main-title{padding: 10px 0;}

.footer-menu{display: none !important;}

.footer-logo img{
	display: block;
	margin: 20px auto;
}

.footer-info{
	display: block;
	width: 300px;
	margin:10px auto;
}

.top-contact {
	
	justify-content: flex-start;
	
}

.icon-card{
	margin: 20px auto;
}



	.service-icon img{
	margin-top: 10px;
}

.phones{
	display: flex;
	font-size: 1.2rem;
	font-weight:700;
	color:var(--pblue);
}

.phones img{
	height: 30px;
	width: auto;
}





.kontakt-forma input, .kontakt-forma textarea{
max-width: 280px;
}


}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {



}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}