/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider{
  background-color: #a8aa31;
}
#home-slider .slick-slide {
  position: relative;
  z-index: 1;
  height: 450px;
  margin-bottom: 85px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
      background-size: 100% 100%;
}
#home-slider .slider-caption {
  position: absolute;
  z-index: 10;
  bottom: -85px;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 5px 10px;
  text-align: center;
}
#home-slider .slider-caption__text{
  padding-top: 15px;
  overflow: hidden;
}
#home-slider .slider-caption__text p{
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  overflow: hidden;
  margin: 0;
}
#home-slider .slider-caption__text a{
  color: #333;
  text-decoration: none;
}
#home-slider .slider-caption__text a:hover{
  text-decoration: underline;
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
}
#home-slider .slider-caption__logo{
  text-align: right;
}
#home-slider .slider-caption__logo__text{
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  max-width: 69px;
  font-size: 14px;
  line-height: 19px;
  margin-right: 5px;
  color: #fff;
}

#home-slider .slider-caption__logo__pic{
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
}
#home-slider .slick-prev,
#home-slider .slick-next{
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: transparent;
    background-color: rgba(209, 0, 0, 0.5);
    border-radius: 50%;
}
.slick-prev:before, .slick-next:before{
  color: rgba(255, 255, 255, 0.8);
}
#home-slider .slick-prev{
  left: 10px;
}
#home-slider .slick-prev:before{
    content: '\f104';
}
#home-slider .slick-next{
  right: 10px;
}
#home-slider .slick-next:before{
    content: '\f105';
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 300px;

      background-size: 100% 100%;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 220px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 480px) {
  #home-slider .slick-slide {
    height: 190px;
    /*define the height of slide*/
  }
  @media only screen and (max-width: 380px) {
   #home-slider .slick-slide {
    height: 120px;
    /*define the height of slide*/
    }
  }
}

.row {
  max-width: 1000px;
}

.column, .columns{
  min-height: 1px;
}



/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/


.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]{
  -moz-appearance:textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #124260;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  background-color: #5f8289;
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.row{
  max-width: 1150px;
}
section{
  max-width: 1440px;
  margin: 0px auto;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
	color: #5f8289;
	font-size: 28px;
}

h3 {
  /*basic heading styles*/
	
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #1a608b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #0a2535;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */

/* Preloader */

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -moz-animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #bd414c;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}
@font-face {
    font-family: 'trashhandregular';
    src: url('../fonts/trashhand-webfont.eot');
    src: url('../fonts/trashhand-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trashhand-webfont.woff2') format('woff2'),
         url('../fonts/trashhand-webfont.woff') format('woff'),
         url('../fonts/trashhand-webfont.ttf') format('truetype'),
         url('../fonts/trashhand-webfont.svg#trashhandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------
    Header Styles
------------------------------------- */

.header{
  background-color: #6E5E52;
  background-image: url("../images/bg-footer.gif");
  background-repeat: repeat-x;
  background-position: top center;
  position: relative;
}

.header .row{
  position: relative;
}
.menu-wrap{
  position: relative;
  z-index: 3;
}
.logo{
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
/* .logo a{
  display: inline-block;
position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
} */
.logo img {
  max-height: 220px;
}

.header .footer-socials{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 13px;
}
.header .footer-socials li>a{
 padding: 0px 8px;
 font-size: 16px;
}
.header .footer-socials li>a i{
  font-size: 16px;
}
.header .search-form{
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  margin-top: 13px;
}
.header [type=search] {
  margin: 0;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;

}
.header button, .header .button,
 .header input[type='submit'],
 .header input[type='reset'] {
   font-weight: 700;
   background-color: #A8AA31;
 }
.header__buttons{

  display: inline-block;
}
.header__buttons a{
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  padding: 3px 17px;
  text-align: center;
  background-color: #bd414c;
  font-family: 'trashhandregular';
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #eee;
  color: #fff;
}
.header__buttons a:last-child{
  margin-right: 0;
}
.header__buttons a:hover{
  background-color: #D37C32;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/*---------------------------------------
  TMPL: Home page
---------------------------------------*/
section.hero{

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 138px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.hero__text{
  padding-right: 15px;
  max-width: 700px;
  float: right;
  clear: both;
  color: #fff;
}
.hero__text p{
  text-align: right;
  font-size: 38px;
  font-weight: 700;
  line-height: 36px;
}
section.services{
  padding-top: 70px;
  padding-bottom: 35px;
}
.services__item{
  position: relative;
}
.services__item img{
  position: relative;
  z-index: 10;
}

.services__item:after{
  content:"";
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -5px;
  max-width: 240px;
  width: 100%;
  min-height: 229px;
  background-color: rgba(95, 130, 137, 0.9);
      -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.services__item a.service-button{
  position: absolute;
  width: 80%;
  text-align: center;
  z-index: 20;
  bottom: 20px;
  left: 50%;
  background-color: #bd414c;
  font-family: 'trashhandregular';
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
  padding: 10px 10px;
  border:1px solid #fff;
  color: #fff;
    -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.services__item a.service-button:hover{
  background-color: #D37C32;
}

section.news-with-soc{
  padding-top: 35px;
  padding-bottom: 35px;
}
section.news-with-soc .row{
  background-color: #6E5E52;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.favorites-news{
  padding-bottom: 0px !important;
}
.favorites-news > div.columns{
  margin-bottom: 15px;
}
.favorites-news__item{
   /* display: inline-block;
 vertical-align: middle;*/
 max-width: 396px;
 width: 75%;
 float: left;
  background-color: #fff;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.favorites-news__pic{
 /* display: inline-block;
 vertical-align: middle;*/
 max-width: 150px;
 width: 25%;
float: left;
}
.favorites-news__pic img{
  height: 100%;
}
.favorites-news__item h2{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
}
.favorites-news__item h2 a {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #5f8289;
}
.favorites-news__item h2 a:hover {
  text-decoration: underline;
}
.favorites-news__item__text{
  margin-bottom: 15px;
}
.favorites-news__item__text p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #564B3E;
}
.favorites-news__item a.more-button{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color:#bd414c;
}
.favorites-news__item a.more-button:hover{
  text-decoration: none;
  color: #D37C32;
}
.subsc-button__wrap a.subsc-button{
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #a8aa31;
  min-height: 75px;
  padding: 29px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'trashhandregular';
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.subsc-button__wrap a.subsc-button:hover{
  background-color: #D37C32;
}
.subsc-button__wrap a.subsc-button i{
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-with-soc__socials{
  list-style: none;
  margin: 0;
}
.news-with-soc__socials li{
  display: inline-block;
  padding-right: 20px;
  width: 32.8%;
}
.news-with-soc__socials li:last-child{
  padding-right: 0px;
}
.news-with-soc__socials a{
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  background-color: #a8aa31;
  color: #fff;
}
.news-with-soc__socials a span{
  font-family: 'trashhandregular';
  display: inline-block;
  vertical-align: middle;
  max-width: 86px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.news-with-soc__socials a i{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
font-size: 2.9em;
}
.news-with-soc__socials a:hover{
  background-color: #D37C32;
}


section.for-partners{
  padding-top: 35px;
  padding-bottom: 70px;
}
.for-partners__video-wrap{
  max-width: 575px;
  max-height: 287px;
  padding-left: 15px;
}
.for-partners__slide-wrap{
  background-color: #5F8289;
  padding: 15px;
}
.slide-wrap__title h2{
  font-family: 'trashhandregular';
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.slide-wrap__title p{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.partners-slider{
  margin-bottom: 30px;
}
.partners-slider .slick-slide{
  background: #a8aa31;
  padding-left: 15px;
  height: 90px;
  padding-right: 55px;
  padding-top: 10px;
}
.partners-slider .slick-slide h3{
    font-size: 31px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
}
.slick-control-paus{
  position: absolute;
  z-index: 30;
  top: 50%;
  right: 15px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
    -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-control-paus i{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #BD414C;
  font-size: 20px;
}
.slick-control-paus i:before{
    content: "\f04c";
}
.slick-control-paus.current i:before{
  content: "\f04b";
}

/*---------------------------------------
  CPT: Staff page
---------------------------------------*/
section.staff-list{
  padding-top: 50px;
}
section.staff-list h1{
    margin: 0 0 20px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 49px;
    line-height: 52px;
    font-weight: 700;
    color: #5f8289;
}
.staff {
  position: relative;
  color: #fff;
  margin-bottom: 37px;
}
.staff .photo,
.story .photo {
  height: 251px;
  background: no-repeat center center;
  background-size: cover;
}
.staff .info {
  display: flex;
    flex-direction: column;
  padding: 9px 15px 7px;
  background-color: #91a9ae;
}
.staff .info h4 {
  font-weight:700;
  font-size:  22px;
  line-height: 25px;
}
.staff .info p {
  font-size:  18px;
  font-weight:700;
  line-height: 21px;
}
.staff .contacts {
  font-family: 'Roboto', sans-serif;
  margin-top: auto;
  border-top: 1px solid #b4c5c8;
  padding-top: 5px;
}
.staff a {
  color: #fff;
}


/*---------------------------------------
  CPT: Storie page
---------------------------------------*/
section.story-list{
  padding-top: 50px;
  padding-bottom: 50px;
}
section.story-list h1{
    margin: 0 0 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 49px;
    line-height: 52px;
    font-weight: 700;
    color: #5f8289;
}
 .page-descrip{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;

}
.page-descrip p{
  font-size: 16px;
}

.story {
  margin-bottom: 38px;
}
.description {
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #6e5e51;
  line-height: 24px;
  padding: 20px 21px 10px 22px;
}
.description h4 {
  color: #cbcd4e;
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: 700;
}
.description p {
  padding-bottom: 21px;
  margin-bottom: 11px;
}
.description .story-link {
  border-top: 1px solid #cec5be;
  padding-top: 11px;
  margin-top: auto;
}
.story-link a {
  color: #ff8f17 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.story-link a i {
  font-size: 18px;
  vertical-align: text-bottom;
  padding-left: 5px;
  margin-right: 10px;
}
/*---------------------------------------
  TMPL: Child page
---------------------------------------*/

.template-page {
  padding: 46px 0;
  font-family: 'Roboto', sans-serif;
  color: #564B3E;
}
.template-page h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #5f8289;
}

.template-page h4 {
  margin: 0 0 23px;
  font-size: 28px;
  line-height: 31px;
  font-weight: 600;
  padding: 13px 0 0;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  color: #a8aa31;
}
h4.page-title{
  margin: 0 0 23px;
  font-size: 28px;
  line-height: 31px;
  font-weight: 600;
  padding: 13px 0 0;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  color: #a8aa31;
}

.template-page h5 {
  margin: 0 0 23px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  padding: 13px 0 0;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  color: #a8aa31;
}
/**}*/
.template-page p {
  margin: 0 0 23px;
}
.template-page img{
  margin-top: 10px;
}
.template-page a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  color: #bd414c;
}
.template-page a:hover{
  text-decoration: underline;
}

/* Blog page */
.posts-list{
  padding-top: 50px;
}
.posts-list h1{
    margin: 0 0 20px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 50px;
    font-size: 49px;
    line-height: 52px;
    font-weight: 700;
    color: #5f8289;
}
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list article h3{
  margin: 0 0 23px;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  line-height: 31px;
  font-weight: 600;
  padding: 13px 0 0;
  letter-spacing: 1px;
}
.posts-list article h3>a{
   font-family: 'Roboto', sans-serif;
  color: #a8aa31;
}
.posts-list article p{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #564b3e;
}
.posts-list a.more-button{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bd414c;
}
.posts-list a.more-button:hover{
  text-decoration: underline;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}
/* Search page */
.search-page{
  padding-top: 80px;
}
.search-page button,
.search-page .button,
.search-page input[type='submit'],
.search-page input[type='reset']{
      background-color: #A8AA31;
}
.search-page article h3>a{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #bd414c;
}
.search-page article p{
  font: 16px/21px "Roboto", Arial, Helvetica, sans-serif;
  color: #564b3e;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b;
}
.not-found .label:hover {
  background-color: #144869;
  color: #fff;
}
section.markup-page{
  padding-top: 120px;
}
/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.subscribe_button_widget{
  min-height: 140px;
  background-color: #a8aa31;
}
.subscribe_button_widget a.subsc-button {
	/**Added 10/15 by IMH */
	display: block;
    background: #a8aa31;
    margin: 0 0 20px;
    position: relative;
    padding: 24px 53px 20px 22px;
    font: 24px/32px "trashhandregular", Arial, Helvetica, sans-serif;
	font-weight: 500;
 /* display: block;
  position: relative;
  padding: 24px 50px 30px 22px;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;*/
  color: #fff;
}
.subscribe_button_widget a.subsc-button i{
  font-size: 38px;
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.subscribe_button_widget a.subsc-button:hover {
	text-decoration: none;
    background: #d37c32;
}
.widget_nav_menu, .widget-children-pages_{
  position: relative;
  z-index: 0;
}
.widget_nav_menu ul, .widget-children-pages ul{
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  list-style-position: inside;
  background-color: #5F8289;
  padding: 20px 15px;
  margin: 0;
}
.widget_nav_menu:before, .widget-children-pages:before{
  content: '';
    display: block;
  width: 202px;
  height: 170px;
  position: absolute;
  z-index: 1;
  top: -13px;
  left: -13px;
  background: #6e5e52;
      -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.widget_nav_menu li, .widget-children-pages li{
  position: relative;
}
.widget_nav_menu li>a, .widget-children-pages li>a{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
}
.widget_nav_menu li.current_page_item > a, .widget-children-pages li.current_page_item > a{
color: #c9ca44;
}

.widget_nav_menu li>a:hover, .widget-children-pages li>a:hover{
  color: #c9ca44;
  text-decoration: none; 
}
.post_object_widget{
  background-color: #6E5E52;
  padding: 15px 20px;
}
.post_object_widget .cpt__title a{
      margin: 0 0 17px;
    font: 700 18px/26px "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
}
.post_object_widget .cpt__title a:hover{
  text-decoration: underline;
}
.post_object_widget div.cpt__content{
  margin-bottom: 15px;
  font: 16px/21px "Roboto", Arial, Helvetica, sans-serif;
  color: #FFF;
}
.post_object_widget a.cpt__link{
  font:700 16px/21px "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
}
.post_object_widget a.cpt__link:hover{
  font:700 16px/21px "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}


/* ------------------------------------
    Footer Styles
------------------------------------- */

.footer{
  background-image: url("../images/bg-footer.gif");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #6E5E52;
  min-height: 100px;
  padding-top: 60px;
}
.footer-bars{
  margin-top: 30px;
}
.footer-sidebar h5{
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}
.footer-sidebar.contact p{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer-sidebar.contact address{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.footer-socials{
  margin: 0;
  list-style: none;
  max-width: 200px;
}
.footer-socials li{
  float: left;
  margin-right: 10px;
}
.footer-socials li a{
  display: block;
  font-size: 22px;
  padding: 7px 10px;
  background-color: #A8AA31;
  color: #fff;
}
.footer-socials li a:hover{
  background-color: #D37C32;
}
.footer-socials li a i{
  display: inline-block;
  font-size: 22px;
}





.footer-sidebar.contact a{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.footer-sidebar.contact a:hover{
  text-decoration: underline;
}
.menu-footer-quick-links-container ul{
  margin: 0;
  list-style-position: outside;
  list-style: none;
}
.menu-footer-quick-links-container li{
  margin-bottom: 7px;
}
.menu-footer-quick-links-container li>a{
  text-decoration: none;
  color: #fff;
}
.menu-footer-quick-links-container li>a:hover{
  text-decoration: underline;
}
.footer-sidebar.services a {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  background-color: #bd414c;
  font-family: 'trashhandregular';
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 10px;
  border: 1px solid #eee;
  color: #fff;
}
.footer-sidebar.services a:hover{
  background-color: #D37C32;
}
.footer-sidebar.partners .partner-logo{
  margin-bottom: 12px;
  position: relative;
  text-align: right;
}
.footer-sidebar.partners .partner-logo a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.bottom-line{
  padding-top: 20px;
  padding-bottom: 15px;
  border-top:2px solid #8B7D72;
}

.bottom-line p{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}
/* Advocate Landing Page */
.advocate-acc .vc_tta-panel{border:3px #6f5d53 solid}
.advocate-acc .vc_tta-panel .vc_tta-panel-body{
	background:none!important;
}
.advocate-acc .vc_tta-panel .vc_tta-panel-heading{
	background:none!important;
}
.advocate-acc .vc_tta-panel .vc_tta-title a{padding-left:20px!important}
.advocate-acc .vc_tta-panel .vc_tta-title-text{color:#a5a535;margin-left: -26px;letter-spacing: 2px;font-size: 28px;}
.advocate-acc .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
    left: auto!important;
    right: 20px;
    height: 19px;
    width: 19px;
}
.advocate-acc .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon:before, .advocate-acc .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon:after{font-weight:bold!important;border-width: 3px;}
.advocate-acc .vc_tta-panel{margin-bottom:30px}
.involvement h3{
    font-weight: 700;
    color: #5f8289;
    border-bottom:4px #5f8289 solid;
}
.more-ways h3{
  border:none;
  color:#fff;
  font-family: 'trashhandregular';
  font-weight: normal;
  font-size: 36px;
  margin-top: -15px;
}
.more-ways p{color:#fff;font-size: 14px;}
.more-ways .vc_column-inner > .wpb_wrapper:hover{box-shadow:0 0 3px #000}
.more-ways a.area-link{position:absolute;top:0;bottom:0;left:0;right:0;text-indent: -9999px;}
.more-ways p a{color:#fff;text-decoration:none}
.more-ways .pear{background:#a9aa32;min-height:150px;display:flex;justify-content:center;align-items:center;padding: 20px 25px 30px;text-align:center;position: relative;}
.more-ways .steel{background:#5f8288;min-height:150px;display:flex;justify-content:center;align-items:center;text-align:center;position: relative;padding: 20px 25px 30px;}
.more-ways .orange {background:#d47c32;min-height:150px;display:flex;justify-content:center;align-items:center;text-align:center;position: relative;padding: 20px 25px 30px;}
.more-ways .vc_col-sm-6 .vc_column-inner{margin-left: 0;}
.afc-img img{margin-top: -124px;max-width: 300px!important;position: absolute;left: 50%;margin-left: -150px;}
.afc-img{text-align:right}
.food-coalition .vc_col-sm-9{
  padding-right:50px
}
.food-coalition .vc_col-sm-3{margin-top:4px}
.food-coalition .vc_col-sm-9 h3{color:#a9aa32;letter-spacing:2px}
.food-coalition .vc_col-sm-9 .vc_col-sm-6 a{
  padding:60px 30px;
  display: flex;
  color:#fff;
  font-family: 'trashhandregular';
  font-weight: normal;
  font-size: 54px;
  text-decoration: none;
  margin:auto;
  height:260px;
  vertical-align:middle;
  justify-content:center;
  flex-direction: column;
  line-height: 1.1;
}
.food-coalition .vc_col-sm-9 .vc_col-sm-6 a:hover{background:#a9aa32}
.food-coalition .vc_col-sm-9 .vc_col-sm-6 p{text-align:center}
.login-home .vc_col-sm-6{text-align:center}
.login-home h4{font-weight:normal;font-size:20px}
.login-home .vc_col-sm-6 h2{color:#a9aa32;font-size: 30px;}
.login-home .vc_col-sm-6 a{background: #bd414c;padding:10px 50px;color:#fff;text-decoration:none;font-size:18px;text-transform:uppercase;display:inline-block;margin-top: 20px;}
.login-home .vc_col-sm-6 .vc_column-inner > .wpb_wrapper{border:1px #ddd solid;padding: 20px 20px 0;background: #f9f9f9;}

/**.template-page h1 {
    margin-top: 50px;
}**/
.involvement .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 100px;
    height: 100px;
    margin-top: -65px;
    margin-left: -55px;
    font-size: 100px;
    display: block;
    padding: 0;
    color:#fff;
}
.involvement .vc_images_carousel .vc_carousel-control .icon-next {
    width: 100px;
    height: 100px;
    margin-top: -65px;
    margin-left: -45px;
    font-size: 100px;
    display: block;
    padding: 0;
    color:#fff;
}
.vc_images_carousel .vc_carousel-indicators li{margin:0 5px!important}
.widget_login_logout{background:#bd414c;padding:20px}
.widget_login_logout a{color:#fff}
.widget_login_logout a:hover{text-decoration:none}
.widget_login_logout li, .widget_login_logout ul{list-style:none}
@media(max-width:1080px)
{
  .more-ways .vc_col-sm-6{width:100%}
  .more-ways .wpb_text_column{margin-bottom:10px}
}

#slider_843 .owl-carousel .owl-item {
	float: none;
	margin: auto;
}

.template-page aside img {
	margin-top: 0px;
}

.template-page .type-post h1 {
	margin-top: 80px;
}

.wpb_image_grid .wpb_image_grid_ul img{
	padding-right: 24px;
}
