/* 
 Theme Name:     Maracom
 Author:         Maracom
 Author URI:     https://maracom.hr
 Template:       Divi
 Version:        v1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 
.bloggrid article {
        margin-bottom: 20px !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
 
.bloggrid .post-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
 
.bloggrid .column {
        margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/*contact form button popup*/
.et_pb_contact_reset, .et_pb_contact_submit {
	    font-family: Poppins;
    cursor: pointer;
    background: red;
    color: white;
}

.et_pb_contact_reset, .et_pb_contact_submit:hover {
	 font-family: Poppins;
    cursor: pointer;
    background: red;
    color: white;
}

.mobile_menu_bar:before{
	    color: red;
}
/* boxzilla popup brzi tecaj*/
#boxzilla-1082 {
	box-shadow: -22px -3px 58px -10px rgba(201,199,201,1);
}
a.bigred, a.smallred {
	color: white!important;
	font-size: 16px;
}
/* boxzilla popup brzi tecaj*/

/* brzi tecaj menu*/
.brzi_tecaj a{	
    padding: 12px !important;
    background: red;
    color: #fff !important;
    border: 2px solid red;
	border-radius: 3px;

}
.brzi_tecaj a:hover {
    background: #fff;
    color: #000 !important;
    opacity: 1 !important;
}

.et-fixed-header #top-menu li.brzi_tecaj a {
color: white!important;
}

.et-fixed-header #top-menu li.brzi_tecaj a:hover {
color: #000!important;
}

/* brzi tecaj menu*/


@media only screen and (max-width: 1129px) {
	div#et-top-navigation {
	    padding-left: 20px;
	}
	#top-menu li {
		padding-right: 5px;
	}
}
.boxzilla-container.boxzilla-center-container .boxzilla.boxzilla-center,
#boxzilla-1079{
	margin-top: 130px!important;
	max-height:50vh!important;
}

