/* === Text Align === */
h1, h2, h3, h4, h5, h6, body, a, span, p, li, body, * {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

@media only screen and (max-width: 767px) {
.mobtext * {
text-align: left !important;
}
}

h1.title_full_color, .heading_area_title.no_subtitle.spaced_title *, .heading_area_title.no_subtitle h1 {
    text-transform: capitalize !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1.8em !important;
    letter-spacing: 1px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}


/* === Image Hovers === */
.hoverrow .wpb_single_image img {
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.hoverrow .wpb_single_image img:hover {
    filter: brightness(120%) !important;
}

.hoverrow1 .wpb_single_image img {
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.hoverrow1 .wpb_single_image img:hover {
    filter: brightness(75%) !important;
}

/* === Video Titles === */
h3.video_title.transition3 {
    font-size: 1.0em;
    line-height: 1.6em;
}