/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2019 | 23:05:40 */
/* blog post fixes */

.single-post .blog-title {
 	font-size: 26px !important;
  	margin-bottom: 20px;
}

/* Inspirations Page */

.inspirations-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.inspirations-image a {
  	display: inline-block;
    height: 100%;
    width: 100%;
}

.technology-image {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.technology-image a {
  	display: inline-block;
    height: 100%;
    width: 100%;
}

@media (max-width:680px) {
  .inspirations-center {
    text-align: center;
  }
  .technology-image,
  .inspirations-image {
    height: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width:400px) {
  .technology-image,
  .inspirations-image {
    height: 200px;
  }
}

/* about us fixes */

#pg-2-3 {
 	height: auto !important; 
}

@media (max-width:1260px) {
  .bird-text {
   	padding-right: 100px; 
  }
  .bird-image {
   	left: auto !important;
    right:0;
  }
}

/* footer cta */

.footer-cta {
  	max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
  	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-cta h3 {
  	font-size: 24px;
    color: #4e663e;
    margin-right: 30px;
  	line-height: 28px;
    text-align: center;
  	display: none;
}

.footer-cta a {
    color: #d3115b !important;
    text-decoration: none;
    display: inline-block;
    font-family: Stackyard;
    font-size: 42px;
  	line-height: 52px;
  	background-color: #ffff;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  	text-align: center;
}

@media (max-width: 735px) {
	.footer-cta h3 {
       margin-right: 0;
  }
}

/* New form */

.nf-form-fields-required,
.ninja-forms-req-symbol {
 	display: none; 
}

.nf-field-element input[type=button] {
  	background: #3073b0;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: "Raleway";
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    border-radius: 25px;
}

/*gardening guide new */

.gardening-guide-row {
 	display: flex; 
}

@media (max-width: 420px) {
  .gardening-guide-row {
 	flex-wrap: wrap;
    justify-content: center;
}
  .gardening-guide-row .pdf-link{
    padding-left: 0 !important;
  }
}

/* Living Feed */

.fts-jal-fb-message {
 	color: #eee; 
}

.fts-jal-fb-message a {
 	color: #eee !important; 
}

.fts-likes-shares-etc-wrap a {
  	color: #eee !important; 
}

.insta-bg {
  	background-color: rgba(138, 58, 185, 1);
}

.face-bg {
    background-color: rgba(60, 90, 153, 1); 
}

.youtube-bg {
    background-color: rgba(255, 0, 0, 1);
}

.thick-border {
 	border-width: 2px !important; 
}

/* Footer */

footer {
 	padding-left: 0 !important;
  	padding-right: 0 !important;
  	padding-bottom: 0 !important;
}

footer .full-container {
  	max-width: 100% !important;
}

footer .footer-main {
  	max-width: 1140px;
  	padding: 0 30px;
  	margin: 0 auto;
}

#footer-widgets .widget {
 	padding: 0 !important;; 
}

.footer-logos {
 	align-items: center; 
    background-color: #cbe06e;
    /*border-top: 2px solid #d3115b;*/
}

.footer-logos .oceanbound-logo {
 	height: 120px;
  	width: 120px;
}

footer .footer-bottom {
  	margin: 0 !important;
 	background-color: #fff;
  	padding-top: 20px;
  	padding-bottom: 20px;
}


footer .footer-bottom p {
	color: #111;
}

footer .footer-bottom img {
    top: 7px;
    position: relative;
}

/* mobile fixes */

@media (max-width:849px) {
  .single img {
   	max-width: 100%; 
    height:auto;
  }
}

@media (max-width: 780px) {
  #products_home,
  #products_home h3,
  #categories_home,
  #promises_home,
  #categories_home h3,
  #promises_home h3 {
   	text-align: center !important; 
  }
  #products_home,
  #categories_home,
  #promises_home {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #products_home .panel-grid-cell,
  #categories_home .panel-grid-cell,
  #promises_home .panel-grid-cell {
    width: 50% !important;
  }
  .footer-col {
   	margin-bottom: 20px; 
  }
}

@media (max-width: 600px) {
 .footer-bottom span {
   	  display: block;
      text-align: center;
  }
}

@media (max-width: 500px) {
  .single .alignright,
  .single .alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #products_home .panel-grid-cell,
  #categories_home .panel-grid-cell,
  #promises_home .panel-grid-cell {
    width: 100% !important;
  }
  .footer-logos {
   	padding: 20px 50px; 
  }
}

@media (max-width: 400px) {
  .footer-logos {
   	padding: 20px; 
  }
}