/* ---- Custom CSS CODEX ---- */

body {
  color: rgba(0, 0, 0, 0.6);
}

.post-content {
  width: 100%;
}

#main a {
  color: #db2929;
}

#main a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */
.page-nav {
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  clear: both;
}

.page-nav ul {
  margin-left: 0;
  padding-left: 0;
}

.page-nav > span {
  margin-right: 20px;
}

.page-nav ul, .page-nav li, .page-nav > span {
  display: inline-block;
}

.page-nav li, .page-nav > span {
  vertical-align: middle;
}

.page-nav li {
  margin-right: 5px;
  line-height: normal;
}

.page-nav a {
  display: block;
  background-color: #e5e5e5;
  color: #383838;
}

.page-nav a, .page-nav li.current {
  padding: 5px 10px;
}

.page-nav a:hover, .page-nav li.current {
  background: #db2929;
  color: #fff;
}

a.page-numbers:hover {
  color: #fff !important;
}


/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths  {
  display: inline;
  float: left;
  margin-right: 2%;
}

.one-half {
  width: 49%;
  max-width: 460px;
}

.one-third {
  width: 32%;
  max-width: 300px;
}

.one-fourth {
  width: 23.5%;
  max-width: 220px;
}

.two-thirds {
  width: 66%;
  /*max-width: 620px;*/
}

.three-fourths {
  width: 74.5%;
  max-width: 700px;
}

.column-last {
  margin-right: 0 !important;
}

/* Clearfix */

.clear {
  clear: both;
  display: block;
  overflow: hidden; 
  visibility: hidden;
  width: 0;
  height: 10px;
}

/* User form
/* ---------------------------------------------------------------------- */
/*
.content-form input { width: 270px; }
#zip, #address, #city { width: 160px; }
#country, #prov, #category { width: 97%; }
*/

/* Catalog */
/* ---------------------------------------------------------------------- */

#catalog-form {
}

/* .cf- sta per catalog form 

.cf-input input::placeholder {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #bbb;
}
*/

#catalog-btn {
  width: 120px;
  margin: 1rem 0 0;
  color: #383838 !important;
  background-color: #e5e5e5 !important;
}

#catalog-btn:hover {
  background-color: #ddd !important;
}

.cf-input input, .input, .et_pb_s, .cf-select option {
  color: #fff !important;
  font-size: 16px !important;
}

.cf-input input::placeholder, .input::placeholder, .et_pb_s::placeholder {
  color: #fff !important;
}

.et_pb_module {
}

select:focus, .input:focus, input:focus {
  color: #CCC !important;
}

@media only screen and (min-width: 992px) {
}


.results-count {
  padding: 40px 0;
  font-size: 16px;
  color: #FFF;
}

.results-item {
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #EEE;
  clear: both;
}

.gallery img {
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
}

.results-images {
  margin: 6px 0;
  font-size: 14px;
}

.results-h {
  text-transform: none;
  font-weight: 600;
  color: #FFF;
}

.results-content p {
  margin: 0 0 7px 0;
  padding: 0;
}

/* Responsive overrides */
/* ---------------------------------------------------------------------- */

/* 1024px Breakpoint (Desktop) */
@media only screen and (max-width: 1024px) {
  
}

/* 980px Breakpoint */
@media only screen and (max-width: 980px) {
  .one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
    width: 100%;
  }
  .results-h {
    margin-top: 20px;
  }
  .page-nav {
    margin-top: 20px;
  }
}

/* 480px Breakpoint (Phone) */
@media only screen and (max-width: 480px) {

}


.cf-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  font-size: 16px;
  width: 100%;
  background: #000; 
  color:#FFF;
  height: 47px;
  padding-left: 10px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.no-results {
  font-size: 18px;
}