/****** PLACE YOUR CUSTOM STYLES HERE ******/

.color-logo {
  color: #eee ;
}
.color-white {
  color: #fff;
}
.color-red {
  color: #592929 !important;
}
.color-green {
  color: #065b29 !important;
}
.color-green-home {
  color: #417E52 !important;
}
.color-light-green {
  color: #3b8e5e !important;
}
.color-yellow {
  color: #66660f !important;
}
.bg-ternary {
  background: #87D37C !important;
}
.bg-bright {
  background: white !important;
}
.bg-clean {
  background: #fefff9 !important;
}
.bg-grey {
  background: #efefef !important;
}
.bg-green {
  background: #96c46d !important;
}
.bg-red {
  background: #ffeded !important;
}
.bg-dark-red {
  background: #fcc2c6 !important;
}
.bg-yellow {
  background: #dee258 !important;
}
.bg-cream {
  background: #e0ef88 !important;
}
.background-multiply-ternary .background-image-holder {
  background-color: #87D37C !important;
  background-blend-mode: multiply;
}

p {
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300!important;
    line-height: 30px;
}

ul.details li {font-size: 1.25em;}

ul.details li a {font-weight: 400; color: #888; border-bottom: 1px solid #ddd;}
ul.details li a:hover {border-bottom: 1px solid #47b475;}


textarea { background: #fff; }

.nav-utility {
  border-bottom: none !important;
}

.module.widget-handle {
    border-top: none !important;
}
section,
footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.blur {
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}
.none {display:none;}
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-secondary input[type="email"] {
  background: #fff;
}
input[type="email"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
.image-bg input[type="email"] {
  color: #555;
}
input[type="email"]:focus {
  outline: 1px solid #ccc;
}
#copyright {
  padding: 3%;
}
.sw { 
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.justify { 
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.list-dsg-1 {
  background: #fff !important;
}

.list-dsg-1 ul li {font-size: 1.25em !important;}
