/* Form CSS */
.form-heading{
  font-size: 18px;
  padding: 5px;
  background-color: #eee;
  border: 1px solid #6C6C6C;
  margin-top: 40px;
	margin-bottom: 40px;
}
.form-heading label{
	  font-weight: 600 !important;
  color: #242424;
}
.form-heading .form-control{
	display: none !important;
}

.form-blue-heading{
	background-color: #fff;
  border: 1px solid #6C6C6C;
  text-align: right;
  padding: 10px;
  color: #fff;
  font-size: 24px;
}

.move-down{
	padding-bottom: 0;
  margin-bottom: -30px;
}
.hr-space{
	margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.caldera-grid hr{
	border-color: #ccc;
}
.caldera-grid label{
	font-weight: 400;
}


/* TEAM SOCIAL MEDIA ICONS */
.lsow-team-members.lsow-style2 .lsow-team-member-wrapper .lsow-team-member-text .lsow-social-list i {
  padding-left: 20px;
}

/*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: #DC1E35 !important;
    border-color: #DC1E35 !important;
}

.caldera-grid .btn:hover {
    color: #fff !important;
    background-color: #A7A9ACA7A9AC !important;
    border-color: #A7A9AC !important;
}

.caldera-grid hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #A7A9AC !important;
}

span.field_required {
    color: #DC1E35 !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: 1000ms;
}

.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) {
.panel-widget-style[style] {
background-position: center center !important;
}
  #masthead.masthead-logo-in-menu .logo > img.logo-no-height-constrain{
    width: 180px;
  }
  .main-navigation ul li {
 padding-top: 10px !important;
}
  
}

/*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;
}

/*Green Gradient Class 
.gradientgreen {
    background: #9fe558; 
    background: -webkit-linear-gradient(#9fe558, #67c200);
    background: -o-linear-gradient(#9fe558, #67c200); 
    background: -moz-linear-gradient(#9fe558, #67c200);
    background: linear-gradient(#9fe558, #67c200); 
}*/

.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 {
 padding-top: 20px; 
}*/

/*Menu items - Reducing side padding*/
.main-navigation ul li a {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.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;
  background: linear-gradient(#DC1E35, #A7A9AC);
}*/

/*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: normal; /*remove the inline images that are emailed*/
}