/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */

@font-face {
    font-family: 'liberation_sansregular';
    src: url('font/LiberationSans-Regular-webfont.eot');
    src: url('font/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/LiberationSans-Regular-webfont.woff') format('woff'),
         url('font/LiberationSans-Regular-webfont.ttf') format('truetype'),
         url('font/LiberationSans-Regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sansbold';
    src: url('font/LiberationSans-Bold-webfont.eot');
    src: url('font/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/LiberationSans-Bold-webfont.woff') format('woff'),
         url('font/LiberationSans-Bold-webfont.ttf') format('truetype'),
         url('font/LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sans_narrowregular';
    src: url('font/liberationsansnarrow-regular-webfont.eot');
    src: url('font/liberationsansnarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/liberationsansnarrow-regular-webfont.woff') format('woff'),
         url('font/liberationsansnarrow-regular-webfont.ttf') format('truetype'),
         url('font/liberationsansnarrow-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sans_narrowbold';
    src: url('font/liberationsansnarrow-bold-webfont.eot');
    src: url('font/liberationsansnarrow-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/liberationsansnarrow-bold-webfont.woff') format('woff'),
         url('font/liberationsansnarrow-bold-webfont.ttf') format('truetype'),
         url('font/liberationsansnarrow-bold-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html,
p, td, span, ol, ul, li {
	font-family: "Helvetica Neue LT Pro", Helvetica, 'liberation_sansregular', sans-serif; 
	/* !important; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue LT Pro", Helvetica, 'liberation_sans_narrowbold', sans-serif!important;
}
.narrow-regular {
	font-family: "liberation_sans_narrowregular", sans-serif!important;
}
.narrow-bold {
	font-family: "liberation_sans_narrowbold", sans-serif!important;
	font-weight: 700;
}
.image-hoverable img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.image-hoverable img:hover {
  opacity: 0.5!important;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}