/**
|--------------------------------------------------
| CSS Variables
|--------------------------------------------------
*/

:root {
    --color-white: #fff;
    --color-text: #222222;
    --color-theme: #f63a4c;
    --color-sub: rgba(34, 34, 34, 0.8);
}


/**
|--------------------------------------------------
| Genral 
|--------------------------------------------------
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
    color: #393939;
}

::selection {
    color: #FFF;
    background: #3545ee;
}

::-webkit-selection {
    color: #FFF;
    background: #3545ee;
}

p {
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #393939;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #393939;
    transition: all 0.4s ease;
}

a:hover {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #f63a4c;
}

.section {
    position: relative;
    padding: 80px 0;
}

*:focus {
    border: none;
    outline: none;
}

.grayBg {
    background-color: #f5f5f5;
}

.container {
    max-width: 1230px;
    width: 100%;
}


/**
|--------------------------------------------------
| Header
|--------------------------------------------------
*/

.ev-header-top {
    background: #313131;
    padding: 9px 0;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 50% 50%;
}

.topHeader_boxWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.ev-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.ev-header-top-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    color: #fff;
}

.ev-nav a {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 0 12px;
    font-size: 13px;
}

.ev-nav li.menu-item:nth-child(1) a {
    padding-left: 0;
}

.header-social-media a {
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}

.header-social-media .ev-login-popup {
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 0 15px;
    font-size: 11px;
    border-radius: 100px;
    margin-left: 20px;
    line-height: 24px;
    display: inline-block;
    /* top: -2px; */
    position: relative;
}

.header-social-media:not(:only-child) {
    border-right: 1px solid #434343;
    margin-right: 20px;
    padding-right: 20px;
}

.ev-header-top-date {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    vertical-align: bottom;
    top: -2px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

span.ev-header-top-date-meta {
    line-height: normal;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    margin-left: 7px;
}

.ev-header-top-date-month {
    font-size: 11px;
    font-weight: normal;
    display: block;
    line-height: normal;
}

.ev-header-top-date-year {
    font-size: 10px;
    line-height: normal;
}

.mainHeaderBox {
    position: relative;
    padding: 10px 0;
}

a.navbar-brand {
    max-width: 170px;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    padding: 0;
    color: #090909;
}

.mainHeaderwrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.nav_menu_Box {
    border-top: 1px solid #f1f1f1;
    /* border-bottom: 1px solid #f1f1f1; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.nav-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    max-height: none;
    transition: .3s all ease-in-out;
    line-height: 40px;
    display: block;
    color: #393939;
    font-weight: 500;
    font-size: 14px;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
}

.nav-menu li {
    padding: 0 20px;
}

.nav-menu li:nth-child(1) {
    padding-left: 0;
}

.nav-menu li a i,
.nav-menu li a svg {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 90%;
    margin-left: 0px;
}

.nav-menu li.active a,
.nav-menu li a:hover {
    color: var(--color-theme);
}

.header-meta-box {}

.rightNavMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.rightNavMenu a {
    font-size: 20px;
    display: block;
    position: relative;
}

.rightNavMenu li {
    padding: 0 14px;
}

.rightNavMenu li:last-child {
    padding-right: 0;
}

span.sh-read-later-total {
    background: #505050;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    padding: 0;
    position: relative;
    border: 2px solid #fff;
    position: absolute;
    top: -15px;
    right: -14px;
}

.trending_tile {
    white-space: nowrap;
    margin-right: 20px;
    padding: 7px 21px;
    cursor: default;
    font-size: 18px;
    border-right: 1px solid #eee;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1;
    font-style: italic;
    font-weight: 800;
}

.trendingWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    min-height: 90px;
}

.trend_thumb {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-size: cover;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trendingSliderBox {
    width: calc(100% - 130px);
    position: relative;
    padding-right: 120px;
}

.trend_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    padding: 21px 0;
    padding-left: 60px;
}

.trend_item {
    display: none;
}

.trend_title h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
}

@keyframes carousel_in {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(-0);
    }
}

.trend_item.slick-active {
    animation: carousel_in .7s normal forwards ease-in-out
}

.custom-footer {
    background: #242626;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* min-height: 430px; */
}

.custom-footer:after {
    content: '';
    position: absolute;
    /*background: rgb(36 38 38 / 76%);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.mainFooterCOtent {
    position: relative;
    z-index: 5;
    padding: 80px 0;
}

.footer_heading h3 {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -2px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
}

.footer_heading {
    margin-bottom: 30px;
    border-bottom: 2px solid #474545;
}

.f_subscribe input[type="email"] {
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 100px;
    border-width: 0;
    line-height: 54px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .1);
    padding: 0 30px;
    font-size: 13px;
    padding-right: 70px;
    font-style: italic;
}

.f_subscribe .form-group {
    position: relative;
}

.f_subscribe button {
    position: absolute;
    right: 18px;
    top: 11px;
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #7e7e7e;
    outline: none;
}

.footer_content_box {
    padding-right: 15px;
    color: #e3e3e3;
}

.widget-quote-description {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
}

.searchFormBox {
    margin: 0 auto;
    width: 100%;
    padding: 30px 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 12px 49px -24px rgb(0 0 0 / 20%);
}

.bannerForm {
    position: absolute;
    width: 100%;
    bottom: -40px;
    top: auto;
    z-index: 55;
}

section.homeBanner {
    position: relative;
    background: #F63C01;
    padding: 0;
}

.topPriestSec {
    padding: 70 0 70px;
}

.topPaddingBanner {
    padding-top: 100px !important;
}

.bannerCOntent h3 {
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    margin-bottom: 13px;
}

.bannerContentWrp {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bannerItem {
    position: relative;
}

.bannerCOntent h2 {
    font-weight: 800;
    color: #FFDE5D;
    font-size: 50px;
    margin-bottom: 20px;
}

.bannerCOntent {
    max-width: 620px;
    width: 100%;
    color: #fff;
}

.bannerCOntent p {
    color: #fff;
    line-height: 1.5;
    font-size: 17px;
}

.searchFormBox h3 {
    font-size: 20px;
    margin: 0 0 18px;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 15px;
    padding-right: 25px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.themeBtn {
    position: relative;
    display: inline-flex;
    padding: 15px 35px;
    color: #ebebeb;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #2e2e2e;
    border: 0;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.themeBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F63C01;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.themeBtn:hover,
.themeBtn:focus,
.themeBtn:active {
    color: white;
}

.themeBtn:hover:before,
.themeBtn:focus:before,
.themeBtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.priestGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.priest_item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 30px;
}

.priestGrid2 .priest_item {
    width: calc(100% / 2);
}

.sectionHeading {
    margin-bottom: 30px;
}

.sectionHeading h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.priestBox {
    background: #fff;
    padding: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F63C01;
}

.p_box_content {
    padding: 22px 25px 30px;
}

.P_tumbnailBox a {
    width: 100%;
    display: block;
    height: 190px;
}

.P_tumbnailBox a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_tag_box {
    padding: 25px 25px 0;
}

.p_tag_box a {
    display: inline-block;
    padding: 5px 7px;
    margin: 1px;
    border: 1px solid #999;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
    position: relative;
    padding-left: 25px;
    color: #555;
}

.p_tag_box a .cat-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.p_box_content .p_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.excerpt {
    color: #706f6f;
    font-size: 15px;
    line-height: 1.5;
}

.post__excerpt {
    margin-bottom: 0;
}

.p_button a {
    color: red;
    text-decoration: underline;
    display: none;
}

section {
    padding: 60px 0;
    position: relative;
}

.languageSection {
    background: #fff;
    padding: 60px 0;
    position: relative;
}

.themeBtn-sm {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.themeBtn2 {
    background: #F3900E;
    color: white;
}

.pristCoverBox {
    background: #F63C01;
    color: #fff;
    padding: 0;
    background: #f12711;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f5af19, #f12711);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f5af19, #f12711);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 250px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.pageTitle h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
}

.pageHeadingSec {
    margin: 20px 0 80px;
}

.coverImage {
    transition: .4s all linear;
    opacity: .2;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.coverImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.priestHeaderDetails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    /* margin-top: -150px; */
}

.priest_avtar {
    width: 200px;
    height: 200px;
    background: #ff9800;
    border: 4px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    bottom: -40px;
    overflow: hidden;
}

.priest_information {
    padding-left: 35px;
    position: absolute;
    left: 200px;
    bottom: 25px;
}

.priest_information h1 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}

.priest-address .sim_address_field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.priest-address .sim_address_field>div {
    margin-right: 8px;
    color: #fff;
}

.p_tag_box.single_p_tag_box {
    padding: 15px 0 0;
}

.p_tag_box.single_p_tag_box a {
    background: #ffffffed;
    border: 0;
    padding: 8px 17px;
    padding-left: 30px;
}

.p_tag_box.single_p_tag_box a .cat-dot {
    left: 15px;
}

.priestCon h4 {
    font-size: 18px;
    color: #595959;
    font-weight: 600;
    margin: 0 0 11px;
}

.priestServiceList span {
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 5px 20px;
    background: #f3d2d2;
    border-radius: 30px;
    font-size: 14px;
}

.video iframe {
    width: 100%;
}

.priest_avtar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.copyright-area {
    padding: 20px 0 0 0;
}

.copyright-area p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

section.pageHeaderSec_2 {
    background: red;
    background: #C02425;
    /* fallback for old browsers */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 50px 0;
}

.sidebar__inner {
    background: #fff;
    padding: 30px;
    min-height: 500px;
}

.pageTitle p {
    color: #ffffffe0;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.P_tumbnailBox {
    position: relative;
}

.priest_avtar.priest_avtar_small {
    width: 90px;
    height: 90px;
    left: 20px;
    bottom: -20px;
}

.formbox_wrpr {
    background: #fff;
    padding: 50px;
    min-height: 50px;
}

.formbox_wrpr .form-group label {
    font-weight: 500;
    margin: 0px 0 2px;
    color: #646363;
    background: linear-gradient(to top, #282828, #C02425);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 13px;
}

.formbox_wrpr .form-group .form-control {
    height: 50px;
}

.formbox_wrpr .form-group textarea.form-control {
    height: 100px;
}

.formbox_wrpr .form-group {
    margin-bottom: 20px;
}

.formbox_wrpr .form-group select.form-control {
    height: auto;
    min-height: 50px;
}

.formbox_wrpr .form-group h4 {
    font-size: 18px;
    font-weight: 500;
    color: #030303;
    margin: 00 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.formbox_wrpr h3 {
    margin-bottom: 18px;
    text-transform: capitalize;
}
div.checklistContainer,div.findInList input.blurred,div.checklist,div.findInList input{
    max-width:100%;
}