/*
    Theme Name: HTML5 Blank
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/


@font-face {
    font-family: Inter Regular;
    src: url(fonts/Inter-Regular.ttf);
}


@font-face {
    font-family: Roboto Regular;
    src: url(fonts/Roboto-Regular.ttf);
}


.home-below.col-lg-10.col-md-10.col-sm-12.col-xs-12 li {
 font-size: 18px;
    line-height: 32px;
    list-style: disc;
}
h1, h2, h3,h4,h5,h6 {
margin:0;
}
li {list-style:initial;}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* slider css  */

       /* jssor slider bullet navigator skin 05 css */       /*      .jssorb05 div           (normal)      .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)       .jssorb05 .av:hover     (active mouseover)       .jssorb05 .dn           (mousedown)    */
        .jssorb05 {
          position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
          position: absolute;
         /* size of bullet elment */
          width: 16px;
          height: 16px;
          background: url('<?php echo get_template_directory_uri(); ?>/img/b05.png') no-repeat;
          overflow: hidden;
          cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
       .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
          display: block;     position: absolute;
          /* size of arrow element */
          width: 40px;
          height: 58px;
          cursor: pointer;
          background: url('<?php echo get_template_directory_uri(); ?>/img/a22.png') center center no-repeat;
          overflow: hidden;
        } .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }


/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
     color: #444;
    font-family: Inter Regular, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {
width: 250px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
 background: #074c92 none repeat scroll 0 0;
    float: left;
    width: 100%;
  padding: 25px 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#074c92;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#074c92;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#074c92;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

.outer-wrapper {
    float: left;
    width: 100%;
}
.container {
    margin: 0 auto;
    width: 1040px;
}
.left-header {
    float: left;
    width: 50%;
}
.right-header {
    float: left;
    width: 50%;
}
.main-nav {
    background: #084f97 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.home_content {
 float: left;
    width: 100%;
}
.home-right {
border: 1px solid #faa654;
 background: #074c92 none repeat scroll 0 0;
    box-sizing: border-box !important;
    float: left;
    padding: 20px;
}
.nav > ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.nav ul li {
    color: #fff;
    float: left;
    font-size: 15px;
   list-style:none;
}
.nav ul li a {
    color: #fff;
    float: left;
    padding: 19px 21px;
    text-transform: uppercase;
    font-style: normal;
}
.right-header .textwidget {
    padding: 18px 0;
    text-align: right;
}
.right-header .textwidget > a {
 background: rgba(0, 0, 0, 0) url("img/phn.jpg") no-repeat scroll left center;
    color: #0a55a0;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 50px;
    font-style: normal;
}
.get-started > a {
background: #faa74a none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: Roboto Regular, sans-serf;
    font-size: 23px;
    font-weight: bold;
    margin-top: 5px;
    padding: 6px 9.5%;
    text-shadow: 1px 2px 2px #bf8a4e;
}
.copyright {
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.copyright > a {
    color: #fff;
}

.copyright {
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.copyright > a {
    color: #fff;
}
.foo-nav > ul {
    float: left;
    list-style: outside none none;
    padding: 14px 0;
    width: 100%;
}
.foo-nav li {
    color: #fff;
    float: left;
  list-style:none;
}
.foo-nav li a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 0 9px;
    text-transform: uppercase;
}
#emf-container {
    background: #074c92 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    float: left;
    width: 100% !important;
}
#emf-form {
    padding: 0 !important;
}
#emf-container ul li {
    margin: 0 !important;
    padding: 0 !important;
list-style:none;
}
#emf-container ul li input {
 background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff !important;
    float: left !important;
    margin-bottom: 10px;
    padding: 10px;
    width: 100% !important;
    font-family: Inter Regular, sans-serif;
}
.home-right h3 {
border-bottom: 4px solid #fff;
    color: #fff;
    font-family: Roboto Regular, sans-serf;
    font-size: 43px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    text-align: center;
   line-height: 41px !important;
}
#text-5 .head-ofc {
color: #faa74a !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 36px;
    padding: 0 30px;
}
#text-5 .textwidget > p {
color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px;
    text-align: center;
}
h2.cont-us {
 color: #fff;
    font-family: Roboto Regular, sans-serf;
    font-size: 29px;
    line-height: 29px;
    margin-top: 13px;
}
#emf-container ul li textarea {
 background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff !important;
    float: left !important;
    height: 150px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100% !important;
    font-family: Inter Regular, sans-serif;
}

#emf-captcha-bottom-settings > div {
padding-left: 0 !important;
    float: left;
    width: 100%;
  font-family: Inter Regular, sans-serif;
}
.ref-img {
   color: #fff;
    float: right;
    font-family: Inter Regular, sans-serif;
    text-align: right;
    width: 100px;
}
.ref-img > a {
    color: #fff;
    font-size: 11px;
}
#emf-captcha-top-settings {
font-weight: 500;
background-color: #faa654 !important;
    font-family: Inter Regular, sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 3px !important;
    text-align: center;
}
#emf-container #emf-li-post-button input {
 background: #faa654 none repeat scroll 0 0;
    border: 0 none;
    font-family: Roboto Regular, sans-serf;
    font-size: 25px;
    padding: 4px 0;
    text-shadow: 1px 2px 2px #bf8a4e;
    text-transform: uppercase;
}
#emf-captcha-input-settings > div {
    color: #fff;
    padding: 7px 0;
   font-family: Inter Regular, sans-serif;
}
.home-slider img {
    float: left;
    object-fit: cover !important;
    width: 100%;
}
.banner-title {
    bottom: 20px;
    color: #fff;
    float: left;
    font-family: "Cabin",sans-serif;
    font-size: 34px;
    font-weight: 600;
    position: absolute;
    text-align: center !important;
    width: 100%;
   letter-spacing: 3px;
}
.banner_text .container > p {
   color: #fff;
    font-family: "Cabin",sans-serif;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 3.5px;
    line-height: 44px;
    padding: 20px 0 0;
    position: absolute;
}
.home .blue-section {
background-color:#faa654 !important;
}
.blue-section {
  background: url("img/new-bg2.png") ;
  background-repeat:no-repeat;
  background-position:center top;
    background-size:100%;
    border-bottom: 3px solid #faa654;
    float: left;
    width: 100%;
}
.home-below.col-xs-12 > p {
    color: #faa654;
    font-family: Inter Regular, sans-serif;
    font-size: 27px;
    font-style: italic;
    line-height: 34px;
    padding: 0 35px 5px;
    text-align: center;
}
.home-below.col-xs-12 > h2 {
   color: #fff;
    font-family: "Cabin",sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-align: center;
    text-transform: uppercase;
}
.home-below.col-lg-10.col-md-10.col-sm-12.col-xs-12 {
    padding-top: 80px;
}
.home-below.col-lg-10.col-md-10.col-sm-12.col-xs-12 > ul {
    color: #fff;
    float: left;
    padding-bottom: 22px;
    padding-left: 12%;
    padding-top: 20px;
    width:50%;
}
.home-left h2 {
color: #074c92;
    font-family: Roboto Regular, sans-serf;
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
}
h1.inner-page-title {
color: #074c92;
    font-family: Roboto Regular, sans-serf;
    font-size: 43px;
    font-weight: 500;
    line-height: 41px;
    padding-bottom: 20px;
    padding-top: 30px;
}
h1.page-title {
color: #074c92;
    font-family: Roboto Regular, sans-serf;
    font-size: 43px;
    line-height: 37px;
    padding-bottom: 20px;
    padding-top: 30px;
    width:65%;
   line-height: 37px;
}
.home-left p strong {
    color: #faa654;
    font-weight: bold;
}
.home-left p {
    color: #074c92;
    font-size: 18px;
    margin-bottom: 28px;
}
h1.page-title::after {
 border-bottom: 5px solid #faa654 !important;
    content: "";
    left: 20px;
    position: absolute;
    top: 125px;
    width: 51%;
}
.box-text {
    border: 2px solid #074c92;
    box-sizing: border-box;
    padding: 30px;
}
.box-text > p {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}
.box-text > h3 {
 color: #074c92;
    float: left;
    font-family: "Cabin",sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3.5px;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}
.funneral.col-lg-6.col-md-6.col-sm-12.col-xs-12 > h2 {
border-bottom: 5px solid #ffffff;
    color: #074c92;
    font-family: Roboto Regular, sans-serf;
    font-size: 43px !important;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 80px;
    width: 80%;
}
.funneral.col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    color: #074c92;
    font-size: 18px;
    line-height: 28px;
}
.learn-more {
    color: #fff;
    float: right;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 22px;
    text-align: right;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%;
}
.banner {
    float: left;
    width: 100%;
}
.home-slider {
    float: left;
    width: 100% !important;
}

.banner_text {
    float: left;
    left: 9%;
    position: relative;
}
#text-5 .textwidget a {
    color: #fff;
}
.nav li a:hover {
    color: #faa654;
    text-decoration: none;
}
.foo-nav li a:hover {
    color: #faa654;
    text-decoration: none;
}
.copyright > a:hover {
    color: #faa654;
    text-decoration: none;
}
.learn-more:hover {
    color: #074c92;
}
.home-left ul {
    color: #074c92;
    float: left;
    font-size: 19px;
    line-height: 30px;
    padding-left: 20px;
    width: 100%;
}
.home-left li {
    list-style: outside none disc;
}
#menu-item-18 > a {
    padding-left: 0 !important;
}
#menu-item-20 > a {
    padding-right: 0 !important;
}

#emf-container-outer-contact #emf-form > ul {
    list-style: outside none none !important;
    padding-left: 0;
}
#emf-container-outer-contact input {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 10px;
    width: 100%;
}
#emf-container-outer-contact textarea {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 80px;
    margin-bottom: 6px;
    padding: 0 10px !important;
}
#emf-container-outer-contact #emf-captcha-image-settings .ref-img > a {
    color: #000;
    float: left;
    line-height: 13px;
}
#emf-container-outer-contact #emf-captcha-image-settings .ref-img {
    width: 140px;
}
#emf-container-outer-contact #emf-captcha-image-settings .ref-img > br {
    display: none;
}
#emf-container-outer-contact #emf-captcha-input-settings > div {
    color: #000;
    font-size: 15px;
    padding: 0;
}
#emf-container-outer-contact #emf-captcha-input-settings > p {
    margin-bottom: 0;
}
#emf-container-outer-contact .left {
    list-style: outside none none !important;
    padding-left: 0 !important;
}
#emf-container-outer-contact #emf-form li {
    list-style: outside none none;
}
#emf-container-outer-contact #emf-li-post-button > input {
    background: #074c92 none repeat scroll 0 0;
    color: #fff;
    font-family: Roboto Regular, sans-serf;
    font-size: 20px;
    text-shadow: 1px 1px 3px #333;
    text-transform: uppercase;
}
.page-template-contact iframe {
    background: #074c92 none repeat scroll 0 0;
    border: 5px solid #faa654 !important;
    padding: 4px;
}
.main-nav .container {
    width: 1150px;
}
.page-template-contact #emf-captcha-image-settings > p {
    float: left;
    margin-bottom: 0;
}
.page-template-contact .ref-img {
    color: #333;
    font-size: 15px;
    line-height: 21px;
}




/* font */

@font-face {
    font-family: 'Cabin';
    src: url('fonts/cabin/Cabin-Bold.eot');
    src: url('fonts/cabin/Cabin-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/cabin/Cabin-Bold.woff') format('woff'),
        url('fonts/cabin/Cabin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* IE10+ */ 
.home_content {
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #FAA654 50%, #faa654 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #FAA654 50%, #faa654 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #FAA654 50%, #faa654 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(50, #FFFFFF), color-stop(51, #FAA654), color-stop(100, #faa654));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #FAA654 50%, #faa654 100%);
/* W3C Markup */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #FAA654 50%, #faa654 100%);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

nav.foo-nav,
nav.nav {
    text-align: center;
}

.foo-nav li,
.nav ul li {
    color: #fff;
    float: none;
    list-style: none;
    display: inline-block;
}
.foo-nav li:last-child a { 
    border-right: none;
}

