@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/hamburgers/0.7.0/hamburgers.css');

html, body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 100px;
}

h3 {
  margin-top: .5em;
}

header {
  background: linear-gradient(white, #e4e4e4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.filter {
  border-bottom: thin solid #777;
  padding-bottom: 1em;
}

.results {
  margin-top: 150px;
}

#cr-form {
  margin-top: 100px;
}

section {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  background-color: #CCC;
  border-top: 15px solid #777;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.form-control {
  border-radius: 0;
  margin-bottom: .5em;
}

select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

select.input-sm {
  line-height: normal;
}

#listViewTable {
  font-size: 12px;
}

.modal-dialog {
  font-size: 14px;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  color: white;
  background-color: blue;
  border-color: blue;
}

.btn {
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  width: auto;
  float: left;
  height: auto;
}

input[type=checkbox] {
  margin-top: 4px;
}

.form-check-label {
  margin-left: 8px;
  font-weight: 400;
  margin-bottom: 0;
}

.big-checkbox {width: 20px; height: 20px;}

#response {
  font-size: 1.5em;
  background: green;
  color: white;
  padding: 1em;
  margin-top: 1em;
  display: none;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
}

.radio-inline {
  line-height: 15px;
}

.input-group {
  padding-bottom: 8px;
}

.lb-data .lb-close {
  position: absolute;
  top: -35px;
  margin-right: -50px;
}

.cr-item {
  margin-bottom: 3em;
}

.cr-item>.item {
  border: thin solid #CFCFCF;
  background: white;
  box-shadow: -3px 0 30px -5px;
  overflow: hidden;
  /* height: 525px; */
}

.cr-item>.item:hover {
  border: thin solid #595959;
}

.cr-item-details {
  margin: 1em;
}

.media {
  max-width: 500px;
  height: 170px;
  background-size: cover;
  background-position: center;
}

.fileIndicator {
  position: absolute;
  left: 22px;
}

.descriptions-wrapper {
}

.descriptions {
  overflow: hidden;
  font-size: .8em;
  max-height: 95px;
  min-height: 95px;
}

.read_more {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 -15px 0 15px; padding:75px 0 0;
  color: black;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), white);
}

.read_more>.btn-read-more {
  background-color: black;
  color: white;
  padding: 0.3em 1em;
  border-radius: 3em;
  font-size: 1em;
  margin-bottom: 1em;
  position: inherit;
  bottom: 0;
  right: 40px;
}

.event-store-header {
  background-color: black;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0.25em;
  line-height: 1em;
}

.event-title {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}

.how-to-promote>span {
  color: white;
  background-color: red;
  border-radius: 1em;
  font-size: .8em;
  padding: 0 .4em;
  display: inline-block;
}

.descriptions {
  color: black;
}

.descriptions-wrapper>span {
  color: black;
  display: block;
  font-weight: 800;
}

.modal-content {
  border-radius: 0;
}

.btn2 {
  border-radius: 0;
}

.fileListRow {
}

.file-block {
  margin-bottom: 2em;
}

.file-item {
  width: 22%;
  margin: .5em;
  float: left;
}

.file-item-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
/* MEDIA QUERY FOR TABLET ******************************************************/
@media screen and (max-width: 700px) {

}

/* MEDIA QUERY FOR MOBILE ******************************************************/
@media screen and (max-width: 415px) {
  header {
    background: linear-gradient(white, #e4e4e4);
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }

  #cr-form {
    margin-top: 0px;
  }

  .close {
    font-size: 40px;
  }

  .results {
    margin-top: 20px;
  }
}
