/* LOGO RESIZE */
#masthead.masthead-logo-in-menu .logo > img {
  width: 300px;
  height: auto;
}

/*DARKEN ON HOVER EFFECT*/
.hover .lsow-carousel .lsow-carousel-item {
 background: rgba(0,0,0,0);
 transition: 500ms;
 -webkit-transition: 500ms;
}

.hover .lsow-carousel .lsow-carousel-item:hover {
 background: rgba(159, 229, 88,0.2);
 transition: 500ms;
 -webkit-transition: 500ms;
}
/*Hover Effect END*/

/*CALDERA CONTACT FORM CUSTOMS*/
.caldera-grid .btn-default {
    color: #fff !important;
    background-color: #515f7e !important;
    border-color: #515f7e !important;
  text-shadow: none !important;
}

.caldera-grid .btn:hover {
    color: #515f7e !important;
    background-color: #fff !important;
    border-color: #515f7e !important;
}

.caldera-grid hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #515f7e !important;
}

span.field_required {
    color: #515f7e !important;
}
/*CONTACT FORM CUSTOMS - # END # */

.widget_circleicon-widget .circle-icon-box p.text {
 font-size: 15px; 
}

.widget_circleicon-widget .circle-icon-box .circle-icon [class^="fa fa-"] {
 color: #67c200; 
}

.main-navigation ul li:hover {
 border-bottom: 1px solid; 
 transition: 500ms;
}

.testimonialhero .sow-slider-base img {
  border-radius: 50%;
}

.sow-slider-image-wrapper p {
    text-shadow: none !important;
}

/*Headers re-sizing on mobile*/
@media (max-width: 835px){
.widget_headline-widget h1 {
font-size: 28px !important; 
}
.entry-content h4 {
font-size: 17px !important;
}
}

/*Remove Mobile Parallax and Reduce Logo size */
@media (max-width: 835px) {
  #masthead.masthead-logo-in-menu .logo > img.logo-no-height-constrain{
    width: 180px;
  }
}

/*Carousel mouseover highlight colour*/
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay{
  background: #ffffff;
}

/* Float */
.sow-features-feature {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sow-features-feature:hover, .sow-features-feature:focus, .sow-features-feature:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


/*Menu items weight*/
.main-navigation ul li a {
   font-weight: 400;
}

/*Remove dotted border on clicked links*/
a:focus{
    outline:0 !important; 
}

/*Padding on Newsletter form*/
td {
  padding-bottom: 20px;
}

/*Blue Gradient Class*/
.gradientgreen {
    background: #051d48; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#515f7e, #051d48); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#515f7e, #051d48); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#515f7e, #051d48); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#515f7e, #051d48); /* Standard syntax */
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon [class^="fa fa-"] {
    font-size: 55px;
  text-shadow: 1px 1px #efefef;
}

/*Circle icon border
.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon{
  border: 2px solid #67c200;
}*/

/*Affiliate logo greyscale and width constraint*/
.sow-masonry-grid-item {
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* For IE8 and earlier */;
  max-width: 120px;
  margin-top: 0;
}

.sow-masonry-grid-item:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */;
}

/*Menu items - Top padding*/
.main-navigation ul li {
 margin-top: 22px !important; 
}

/*Menu items - Reducing side padding*/


.widget_circleicon-widget .circle-icon-box p.text {
 text-align: justify; 
}

/*Blog roll title size*/
.vantage-carousel-title .vantage-carousel-title-text{
 font-size: 20px; 
}

/*Site info link*/
#colophon #site-info a {
  color: #b0d353;
}

/*Top border on footer*/
footer {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #efefef;
}

/*Headline Tag formatting*/
.sow-headline-container h3.sow-headline {
  font-size: 18px;
  letter-spacing: 1px;
}

.entry-content h4 {
  font-size: 22px;
}

.sow-headline-container h1.sow-headline {
  font-size: 35px;
  letter-spacing: 5px;
}

/* POST FORMATTING */
.category-blog p {
    text-align: justify;
}

.category-blog .entry-content img {
    display: none; /*remove the inline images that are emailed*/
}