/*
Theme Name:     Your Constructo child-theme name
Theme URI:      http://anpsthemes.com/constructo/
Description:    Child theme for the Constructo theme
Author:         Anps
Template:       constructo
Version:        1.0
*/
@import url("../constructo/style.css");

.sakrij {
  display: none;
}

.nema-nista {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-main-menu li a {
  text-transform: uppercase;
}

.btn, .wpcf7-form input, .wpcf7-form textarea {
  border-radius: 0 !important;
}

.page-heading h1, .page-heading .breadcrumbs, .page-heading .breadcrumbs a {
  color: #fff;
}

.page-heading .breadcrumbs a:hover {
  color: #000;
}

/* FILTERS */

.fcontainer .mix{
 display: none;
}

#Filters {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

#Filters button {
  margin-top: 5px;
  background-color: #fff;
  color: #383838;
  padding: 10px 15px;
  border: 1px solid #383838;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}

#Filters button:focus, #Filters button:active {
  outline: none;
}

#Filters button:hover {
  color: #BC2423;
  border: 1px solid #BC2423;
}

#Filters button.active {
  background-color: #BC2423;
  color: #fff;
  border: 1px solid #BC2423;
}

#Reset {
  margin-top: 40px;
}

.polja {
 margin-right: 40px;
 display: inline-block;
}

@media (max-width: 993px) {
  #Filters .filter {
    margin-top: 5px;
  }
}

/* remove exerpt from recent project */
.skorasnji .vc_gitem-post-data-source-post_excerpt {
  display: none;
}
