/*
Theme Name: Merit Child
Theme URI: http://mitosiscreative.com
Description: Merit WordPress theme example child theme.
Author: Mitosis
Author URI: http://mitosiscreative.com
Template: Merit
Version: 1.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Mr Eaves Modern Book';
    src: url('./fonts/MrEavesModOT-Book.eot'); /* IE9 Compat Modes */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/MrEavesModOT-Book.woff') format('woff'), /* Modern Browsers */
         url('./fonts/MrEavesModOT-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/MrEavesModOT-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Mr Eaves Modern Heavy';
    src: url('./fonts/MrEavesModOT-Heavy.eot'); /* IE9 Compat Modes */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/MrEavesModOT-Heavy.woff') format('woff'), /* Modern Browsers */
         url('./fonts/MrEavesModOT-Heavy.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/MrEavesModOT-Heavy.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Mr Eaves Modern Reg';
    src: url('./fonts/MrEavesModOT-Reg.eot'); /* IE9 Compat Modes */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/MrEavesModOT-Reg.woff') format('woff'), /* Modern Browsers */
         url('./fonts/MrEavesModOT-Reg.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/MrEavesModOT-Reg.svg') format('svg'); /* Legacy iOS */
}

/* Bugfixes */
.home span.wpex-bg-overlay.color.wpex-absolute.wpex-inset-0.wpex-rounded-inherit.wpex-opacity-60.wpex-bg-black {
    z-index: 1;
}

.home .vc_custom_1513014630291 h2 span {
    letter-spacing: 0.125px;
}

form[role="search"] input {
    text-align: left;
}

form[role="search"] .ticon {
    color: #00babc;
}

.vc_custom_1594138593319, .vc_custom_1594138584420, .vc_custom_1594138599100 {
    border-left: 1px solid #d3d3d3 !important;
}
