.gform_validation_container {display: none !important;}

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider {
  position: relative;
}
#home-slider .slick-slide {
  position: relative;
  height: 437px;
  /*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;
}
#home-slider .slider-caption {
  position: absolute;
  top: 75%;
  left: 10%;
  width: 100%;
  max-width: 900px;
  padding: 15px 5px 25px 355px;
  background: #3854c0;
  opacity: 1;
  text-align: left;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 0;
}
.slick-dots li button:before {
 border: 2px solid #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.slick-prev,
.slick-next {
  top: 40%;
  width: 60px;
  height: 60px;
  opacity: 0.8;
}
.slick-next:before, .slick-prev:before {
     font-size: 76px;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.7);
}

.slick-prev:hover, .slick-next:hover {
opacity: 1;
}
.slick-prev:before {
  content: '\f104';
  position: absolute;
  height: 45px;
  width: 56px;
  top: 11px;
  left: 20px;
}

.slick-next:before {
  content: '\f105';
   position: absolute;
  height: 45px;
  width: 56px;
  top: 11px;
  right: 0;
}

.slick-dots {
  margin-bottom: 5px;
}

.slick-dots li.slick-active button:before {
  background-color: #3854c0;
}

.slick-dots li button:before {
  width: 13px;
  height: 13px;
  background-color: #fff;
}

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    transition: all 0.5s ease;
 /*   transform: scale(1.03);*/
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
  #home-slider .slick-slide h3 {
    font-size: 21px;
  }
	.header.fixed {
    position: relative;
}
}
@media only screen and (max-width: 640px) {
  #home-slider .slider-caption {
    left: 50%;
    padding: 5px 0;
  }
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}


/* -----------------------------------------
   blog-details
----------------------------------------- */

.banner-section img {
    width: 100% !important;
}
.description .columns {
    padding-bottom: 22px;
}


/* -----------------------------------------
   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*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.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;
}

.gform_confirmation_message {
  color: #000;
}

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

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

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #b2b2b2;
  font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2b2b2;
  font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b2b2b2;
  font-style: italic;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2b2b2;
  font-style: italic;
}

/* 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: #3854c0;
  color: #fff;
  font-family: "Open Sans", 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: #2c4399;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
  font-size: 29px;
  color: #3854c0;
  text-transform: uppercase;
}

h2 {
  /*basic heading styles*/
  font-size: 26px;
  color: #3854c0;
  text-transform: uppercase;
}

h3 {
  /*basic heading styles*/
  color: #3854c0;
  letter-spacing: -0.7px;
  font-weight: 500;
  font-size: 24px;
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  font-size: 19px;
  letter-spacing: -0.5px;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

.plain_page ul {
  list-style-type: none;
  padding-left: 5px;
  margin-bottom: 25px;
}
.plain_page ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 2px;
}
.plain_page ul li:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAA3UlEQVQ4T53Uuw3CMBAG4P+SBRgAARtAT0HYAAE9K8BEZASYgEihhxHS0EORzolRrCSQh+1zXPvTnX0PGu/jwM/pDEIiMjq9LssnGIem2zgC0UrdlfItcm/NwTTZ3UMCDnUQJqbZ5jGSXhqBMHfBVFweghUcgmvoihvQBXcgF/dCDtZCGzZCHZbAlQf99AZgUZXOClVjtBCAj8goMH+OBhVDoC+HARUp9zeABXWg6U3tGW02OSNS9bO/sXJAKlWX9P5XUXd1lHWy7Z3msmIilWq5HkNAJiL3jrZIVbpfQcrtoxiYtTwAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 9px;
}



a {
  color: #3854c0;
  -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: #213171;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* 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: #3854c0;
  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;
}

.row {
  max-width: 1280px;
}

#home-slider .slick-slide, .short_notice_bg, .news_image, .information_row .information_row_image, .project_post_img, .post-top-image, .postimage, .sidebar_posts_container .sidebar_post_image, .contact_about_img {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.button_default {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  height: 47px;
  width: 240px;
  background-color: transparent;
  text-transform: uppercase;
  padding-top: 15px;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header .row {
  max-width: 1280px;

}

.logo {
  padding: 20px;
}

.logo img {
  height: 70px;
  max-height: 150px;
}

.header_contacts {
  padding-top: 20px;
  padding-left: 62px;
  margin-bottom: 10px;
}
.header_contacts a {
  color: #676767;
  font-size: 15px;
  text-decoration: none;
}
.header_contacts a:hover {
  text-decoration: underline;
}
.header_contacts p {
  font-size: 15px;
  margin-bottom: 1px;
}
.header_contacts p img {
  padding-right: 10px;
}

.header_contacts {
  color: #676767;
}

.header-menu-bg {
  background-color: #3854c0;
}
.header-menu-bg a {
  text-transform: uppercase;
  transition: none;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.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;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #3854c0;
}
.not-found .label:hover {
  background-color: #2f46a0;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.plain_page p {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.learn_more {
  color: #fff;
  border: 1px solid #fff;
  width: 140px;
  height: 39px;
  padding-top: 11px;
}
.learn_more:hover {
  color: #3854c0;
  border: 1px solid #fff;
  background-color: #fff;
}

.home_main_text {
  padding: 66px 160px 58px;
}
.home_main_text h1 {
  margin-bottom: 21px;
}
.home_main_text p {
  margin-bottom: 30px;
}

.home_contact_us_btn {
  color: #3854c0;
  border: 1px solid #3854c0;
  margin-top: 5px;
}
.home_contact_us_btn:hover {
  color: #fff;
  border: 1px solid #3854c0;
  background-color: #3854c0;
}

.short_notice_title {
  font-size: 28.5px;
  padding-top: 32px;
  margin-bottom: 0;
   color: #fff; 
}
.short_notice_title h2 {
 color: #fff; 
}
.short_notice {
  position: relative;
  z-index: 10;
  background-color: #3854c0;
  padding-bottom: 16px;
}
.short_notice p {
 /* text-align: justify;*/
  padding-right: 65px;
  margin-bottom: 30px;
  color: #fff;
}

.short_notice_bg {
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0;
  top: 0;
}

.short_notice_corner {
  position: absolute;
  z-index: 1;
  background-color: #3854c0;
  transform: skew(-30deg);
  width: 51%;
  height: 100%;
  left: 0;
}

.short_notice_content {
  position: relative;
  z-index: 100;
}

.latest_news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ececec;
}
/* hide latest news title */
.latest_news h2 {
  margin-bottom: 20px;
  /*display: none;*/
}
.latest_news h3 {
  margin-bottom: 10px;
  font-weight: 700; 
}
.latest_news p {
 /* padding-bottom: 15px;*/
}
.latest_news a {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.news_image {
  background-size: contain;
  height: 100%;
  background-position: 10%;
}

.information_rows {
  padding-top: 0;
}

.information_row {
  position: relative;
  padding-bottom: 7px;
}
.information_row .large-push-6 {
 padding-left: 30px; 
  padding-right: 15px !important;
}
.information_row .large-6 {
 padding-right: 30px; 
}

.information_row h2 {
  margin-top: 20px;
  margin-bottom: 2px;
}
.information_row p {
  margin-bottom: 32px;
}
.information_row ul, .latest_news ul {
  list-style-type: none;
  padding-left: 5px;
  margin-bottom: 25px;
}
.information_row ul li, .latest_news ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 2px;
}
.information_row ul li:before, .latest_news ul li:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAA3UlEQVQ4T53Uuw3CMBAG4P+SBRgAARtAT0HYAAE9K8BEZASYgEihhxHS0EORzolRrCSQh+1zXPvTnX0PGu/jwM/pDEIiMjq9LssnGIem2zgC0UrdlfItcm/NwTTZ3UMCDnUQJqbZ5jGSXhqBMHfBVFweghUcgmvoihvQBXcgF/dCDtZCGzZCHZbAlQf99AZgUZXOClVjtBCAj8goMH+OBhVDoC+HARUp9zeABXWg6U3tGW02OSNS9bO/sXJAKlWX9P5XUXd1lHWy7Z3msmIilWq5HkNAJiL3jrZIVbpfQcrtoxiYtTwAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 9px;
}
.information_row:nth-child(2n) {
  color: #fff;
  background-color: #3854c0;
}
.information_row:nth-child(2n) h2 {
  color: #fff;
}
.information_row:nth-child(2n) ul li:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAvklEQVQ4T53UYRHCMAyG4TcOcAIOGEqwAIrAAgpAwiQgARSUy1i50rVNuv3uc1/WpJEQwgBcgCdwFpERxychhAewn8++gIMHK7wCxyTEhRVuAE3d9mDRw2vwBNfgH+zFf7AHL6AXF6EHV6GJremqtOrWTExS78AuCWnDOS1Hb2CwLqeMRMZWO6pIS64NQBMtYPOfsgeeD7mZFG82fVZuNJXaU146LKXV8e2TsbTyZeVCsVRdj7qwdD2erKRY7gdL4YvNiNwe7wAAAABJRU5ErkJggg==");
}
.information_row:nth-child(2n) .information_row_image {
  right: 0;
}
.information_row .information_row_image {
  position: absolute;
  height: 100%;
  width: 50%;
}
.information_row a {
font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.information_row:nth-child(2n) a {
  color: #fff;
}
.information_row a:hover {
border-bottom: 1px solid;
 }
/*---------------------------------------
	TMPL: Other Projects Page
---------------------------------------*/
.proj_posts_container {
  margin-bottom: 40px;
  margin-top: 5px;
}

.other-proj-post {
  display: inline-block;
  margin: 10px auto;
  margin-bottom: 30px;
  
}
.other-proj-post .matchHeight {
  padding-right: 0;
}
.other-proj-post h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.other-proj-post h4 {
  text-transform: capitalize;
  font-weight: bold;
  color: #3854C0;
  font-size: 24px;
  letter-spacing: -0.7px;
}
.project_post_img {
  padding-right: 0;
  padding-left: 0;
  min-height: 235px;
  border: 1px solid #c5c5c5;
  border-bottom: 0 !important;
}

.other-proj-post .project_post_img {
 border: 0; 
}

.project_post_title h3 {
  background-color: #3854c0;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  margin-bottom: 0;
}

.proj_post_content {
  padding-top: 15px;
  background-color: #ECECEC;
  padding-left: 30px;
}
.proj_post_content p {
  margin-bottom: 20px;
}

.read_more_btn, .more-link {
  color: #3854c0;
  font-size: 16px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}
.read_more_btn:hover, .more-link:hover {
  text-decoration: underline;
  color: #3854c0;
}

/*---------------------------------------
	TMPL: Food Processing  and Crop Spraying Pages
---------------------------------------*/
.page_title_tag {
  padding-top: 45px;
}

.category_review p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

.food_proc_post_title h3,
.crop_spraying_post_title h3 {
  background-color: #3854c0;
  color: #fff;
  font-size: 24px;
  padding: 10px 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.food_proc_bg,
.crop_spraying_bg {
  background-color: #ececec;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.food_proc_bg p,
.crop_spraying_bg p {
  padding: 15px;
  margin-bottom: 0;
}
.food_proc_bg a,
.crop_spraying_bg a {
  display: block;
  text-align: right;
  text-transform: capitalize;
  font-weight: bold;
}

.category_posts_container {
  margin-bottom: 60px;
}

/* ------------------------------------
Single Post Styles
------------------------------------- */
.post-top-image {
  position: relative;
  min-height: 400px;
  height: 440px;
  margin-bottom: 20px;
}
.post-top-image h1 {
  color: #3854c0;
  background-color: #f5f5f2;
  font-size: 29px;
  text-transform: uppercase;
  padding: 15px 25px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.product_slider_container {
  min-height: 110px;
  background-color: #fff;
  position: relative;
}
.product_slider_container h1 {
  color: #3854c0;
 /* background-color: #f5f5f2; */
  background-color: rgba(255,255,255,0.8);
  font-size: 29px;
  text-transform: uppercase;
  padding: 15px 25px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
}

.overview_container {
  position: relative;
  background-color: #3854c0;
  margin-bottom: 25px;
  padding-bottom: 22px;
      border-top: 1px solid #3854C0;
  border-bottom: 1px solid #3854C0;
}
.overview_container h2 {
  color: #fff;
  padding-top: 27px;
  margin-bottom: 15px;
}
.overview_container p {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-right: 50px;
  width: 98%;
}

.postimage {
  position: absolute;
  height: 100%;
  width: 31%;
  right: 0;
}

.main-content {
  padding-right: 15px;
}
.main-content p {
  line-height: 1.5;
}
.main-content h2 {
  padding-top: 10px;
  margin-bottom: 15px;
}
.main-content h2:first-of-type {
 padding-top: 0; 
}
.main-content ul {
  list-style-type: none;
  padding-left: 5px;
}
.main-content ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 2px;
}
.main-content ul li:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAA3UlEQVQ4T53Uuw3CMBAG4P+SBRgAARtAT0HYAAE9K8BEZASYgEihhxHS0EORzolRrCSQh+1zXPvTnX0PGu/jwM/pDEIiMjq9LssnGIem2zgC0UrdlfItcm/NwTTZ3UMCDnUQJqbZ5jGSXhqBMHfBVFweghUcgmvoihvQBXcgF/dCDtZCGzZCHZbAlQf99AZgUZXOClVjtBCAj8goMH+OBhVDoC+HARUp9zeABXWg6U3tGW02OSNS9bO/sXJAKlWX9P5XUXd1lHWy7Z3msmIilWq5HkNAJiL3jrZIVbpfQcrtoxiYtTwAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 9px;
}

.form_container {
  margin-bottom: 20px;
}
.form_container li {
  margin: 0 auto !important;
  padding-right: 0 !important;
}
.form_container input {
  margin-bottom: 8px;
}
.form_container textarea {
  height: 145px !important;
}
.form_container input[type='submit'] {
  margin-bottom: 15px;
  color: #3854c0;
}
.form_container .gform_footer {
  margin-top: 11px !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.form_container .columns {
  border: 1px solid #3854c0;
  background-color: #ebebeb;
  margin-bottom: 20px;
}
.form_container h2 {
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 14px;
}
.form_container p {
  line-height: 1.2;
}

.single .gform_body label.gfield_label {
  display: none;
}

.single .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #3854c0;
  font-size: 14px;
  font-weight: bold;
}
.single .gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
  background-color: #3854c0;
}

.sidebar_posts_container p {
  padding-top: 18px;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 0;
}
.sidebar_posts_container a {
  display: block;
  text-align: right;
  color: #3854c0;
  font-size: 16px;
  font-weight: bold;
}
.sidebar_posts_container a:hover {
  text-decoration: underline;
}
.sidebar_posts_container .columns {
  border: 1px solid #3854c0;
  background-color: #ebebeb;
  margin-bottom: 5px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.sidebar_posts_container .sidebar_post_image {
  min-height: 115px;
  width: 100%;
  margin-bottom: 10px;
    border: 1px solid #c5c5c5;
}

.food_proc_gallery_container {
  background-color: #ececec;
}
.food_proc_gallery_container h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 12px;
}
.food_proc_gallery_container .columns {
  background-color: #ececec;
  text-align: center;
}
.food_proc_gallery_container .columns p {
  padding-top: 10px;
  padding-left: 7px;
  text-align: left;
  margin-bottom: 41px;
}
.food_proc_gallery_container img {
 margin-bottom: 30px; 
  border: 1px solid #c5c5c5;
}
.main_content_container {
  padding-bottom: 33px;
  padding-top: 10px;
}

.news .thumbnail {
  text-align: center;
}

.news .page-title {
  position: relative;
  padding-top: 45px;
}

/* ------------------------------------
TMPL: Contact Us
------------------------------------- */
.container_about {
  position: relative;
  background-color: #ececec;
  padding-top: 55px;
  padding-bottom: 50px;
  margin-bottom: 87px;
}
.container_about h1 {
  margin-bottom: 17px;
  text-transform: capitalize;
}
.container_about p {
  margin-bottom: 30px;
}
.container_about .contacts p {
  margin-bottom: 5px;
}
.container_about .contacts a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.container_about .contacts a:hover {
  text-decoration: underline;
}
.container_about img {
  margin-right: 11px;
}

.contact_about_img {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}

.page-template-template-contact .gform_body label.gfield_label {
  display: none;
}

.page-template-template-contact .gform_wrapper .gform_footer input.button, .page-template-template-contact .gform_wrapper .gform_footer input[type=submit] {
  width: 224px !important;
}

.contact_us_form {
  padding-left: 38px;
  margin-bottom: 75px;
}
.contact_us_form li {
  margin: 0 auto !important;
}
.contact_us_form input {
  margin-bottom: 8px;
  border: 1px #3854c0 solid;
  background-color: #f7f7f7;
}
.contact_us_form textarea {
  height: 190px !important;
  border: 1px #3854c0 solid;
   background-color: #f7f7f7;
}
.contact_us_form .gform_footer {
  margin-top: 10px !important;
  padding-top: 0 !important;
}
.contact_us_form .gform_footer input[type=submit] {
  height: 37px !important;
  font-weight: normal;
  font-size: 16px;
  background-color: #3854c0;
  color: #fff;
}
.contact_us_form .gform_footer input[type=submit]:hover {
  background-color: #fff;
  color: #3854c0;
}

.gform_confirmation_message {
  color: #3854c0;
}

.map p {
  margin-bottom: 0;
  line-height: 0;
}
.map p iframe {
  width: 100%;
  height: 364px;
  font-size: 0;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  color: #fff;
  background-color: #3c3c3c;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer_contact_bg {
  background-color: #3854c0;
  text-transform: uppercase;
  font-weight: bold;
}
.footer_contact_bg .get_in_touch {
  letter-spacing: 0.5px;
  padding-top: 32px;
}
.footer_contact_bg p {
  padding: 27px 0 12px;
  font-size: 22px;
}
.footer_contact_bg p a {
  text-decoration: none;
}

.footer_contact_us_btn {
  color: #fff;
  border: 1px solid #fff;
}
.footer_contact_us_btn:hover {
  color: #3854c0;
  border: 1px solid #fff;
  background-color: #fff;
}

.footer .logo {
  margin-bottom: 5px;
  padding-left: 0;
}
.footer .logo img {
  max-height: 57px;
}

.footer_menu_title, .footer_contacts_title {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 4px;
  margin-bottom: 8px;
 
  text-transform: capitalize;

}
@media only screen and (min-width: 641px) {
  .footer_menu_title, .footer_contacts_title {
     max-width: 200px;
    border-bottom: 1px solid #fff;
  }
}
.footer-menu-left,
.footer-menu-center,
.footer-menu-right {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu-left li,
.footer-menu-center li,
.footer-menu-right li {
  display: block;
}
.footer-menu-left li a,
.footer-menu-center li a,
.footer-menu-right li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 0;
}
.footer-menu-left li a:hover,
.footer-menu-center li a:hover,
.footer-menu-right li a:hover {
 text-decoration: underline;
}

.footer_contacts p {
  font-size: 15px;
  margin-bottom: 24px;
}
.footer_contacts h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
}
.footer_contacts a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.footer_contacts a:hover {
  text-decoration: underline;
}
.footer_contacts img {
  margin-right: 15px;
}

.footer_menu_contacts_container {
  margin-bottom: 40px;
}

.copyright {
  border-top: 1px solid #787878;
  margin: 0 15px;
  font-size: 13px;
  text-align: center;
  padding: 10px 15px 15px 15px;
}
.copyright a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.copyright a:hover {
  text-decoration: underline;
}
