/*Site Wide*/
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}

body {
	font-family: 'EB Garamond', serif;
	background: #e0ad5e1a;
}

.entry-content h3 {
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: 50px;
	text-transform: uppercase;
	font-family: 'Cinzel Decorative', serif;
}

.entry-content h3:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px);
    width: 50px;
    height: 3px;
    background: #e0ad5e;
}
.vc_tta-panel-heading {
    background: #baa769 !important;
    color: #fff !important;
}


.vc_tta-panel-heading h4 a {
    color: #fff !important;
}

.desktop-menu .sub-menu a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 12px;
    margin-right: 8px;
}

.desktop-menu .sub-menu li:hover > a:before {
    font-size: 16px;
    display: inline-block;
}


/*Login Page*/
p.pwd-icomcasa {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
}

p.pwd-icomcasa img {
	display: block;
	margin: auto;
	max-height: 100px;
}

/*Desktop Menu*/
.desktop-menu a {
	font-family: 'Cinzel Decorative', serif !important;
}
.desktop-menu .sub-menu {
	font-family: 'Lora', serif;
	position: absolute;
	top: 52px;
	left: 0;
	background: #111;
	height: fit-content;
	display: none;
	font-size: 16px;
	width: auto;
	padding: 15px 20px 20px 20px;
	z-index: 99;
	min-width: 250px;
	text-align: left;
}
.sub-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

.desktop-menu .sub-menu a {
	color: #baa769 !important;
	border-bottom: 1px solid rgba(204, 204, 204, 0.1);
	padding: 8px 0;
	position: relative;
	display: block;
	width: max-content;
	text-decoration: none !important;
}

.desktop-menu .sub-menu.active {
	display:block !important;
}

ul.desktop-menu li {
	display: inline-block;
}

.header-logo-link {
	margin-right: 30px;
}

ul.desktop-menu > li > a {
	/*font-family: 'Montserrat', sans-serif;*/
	color: #111;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}

ul.mobile-menu .sub-menu {
	display: none;
}

ul.mobile-menu .sub-menu.active {
	display: block !important;
}

.mobile-menu .sub-menu a {
	color: #8c7c4e !important;
	font-size: 26px !important;
}

ul.desktop-menu > li {
	padding: 15px 30px 15px 20px;
}

ul.desktop-menu i {
	color: #baa769 !important;
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 20px;
	padding: 10px;
	z-index: 99;
}

.desktop-menu-wrap {
	width: max-content;
	text-align: center;
	padding: 10px 100px 10px;
	position: absolute;
	top: 0;
	z-index: 9;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

section#home-hero {
	border-top: 30px solid #bd9242;
}

.header-logo-link img {
	max-width: 50px;
}

.desktop-menu-w, .header-logo-link {
	display: inline-block;
}

ul.desktop-menu > li:last-of-type > a {
	background: #baa769;
	border-radius: 50px;
	padding: 15px 15px 15px 30px;
	position: relative;
}

header#masthead {
	position: relative;
}

ul.desktop-menu li:last-of-type i {
	display: none;
}

ul.desktop-menu > li:last-of-type > a:after {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f061" !important;
	margin: 0 8px 0 10px;
	color: #111;
	margin-left: 10px;
}

ul.desktop-menu li:last-of-type i {
	display: none;
}

img.sec-hero-deco-symbol {
    position: relative;
    z-index: 1;
    margin: 15px auto;
    display: block;
}

/*Home Page*/
/*Hero Section*/
.hero-img {
	height: 80vh;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.hero-title {
	display: block;
	font-family: 'EB Garamond', serif;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.25);
	text-align:center;
	line-height: 1;
	margin-top: 115px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.page-id-120 .hero-title {
	
	margin-top:-25px !important;
}


.hero-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.8), transparent)
}

.hero-text-wrap {
	position: relative;
	z-index: 7;
	margin-top: 80px;
}

.hero-sub {
	font-size: 22px;
	color: #fff;
	text-align: center;
	max-width: 450px;
	margin: auto;
}

img.hero-deco-symbol {
	margin: 50px auto auto auto;
	display: block;
}

section#secondary-hero {
    height: calc(30vh + 115px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	position: relative;
}



section#secondary-hero:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: radial-gradient(rgb(0 0 0 / 85%), transparent);
}

span.vc_tta-title-text {
    font-size: 1.3rem !important;
}

/*Prayer Time Section*/
.tbl-pray-time tr td:first-of-type {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbl-pray-time {
	font-size: 1.2rem;
    background: #ffffff3d;
    width: 100%;
    padding: 30px;
    display: block;
    text-align: center;
    border-radius: 25px;
}

.tbl-pray-time td {
    min-width: 100px;
}

.date-post-wrap {
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0px 0px 10px #fff;
}

.tbl-pray-time svg {
    width: 40px;
    background: #212529;
    border-radius: 60px;
    margin-bottom: 5px;
}

#pray_time {
    padding: 5% 15px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

#pray_time:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(186 167 105 / 25%);*/
	background: rgba(0,0,0,0.25);
}
#pray_time .container {
    position: relative;
    z-index: 9;
}
.spt-header-wrap {
    text-align: center;
	position: relative;
	z-index: 9;
}

.date-wrap {
    font-size: 1.5rem;
    margin-bottom: 30px;
    display: block;
    position: relative;
    z-index: 9;
}

.pt-titles {
    text-align: center;
}

.spt-header-icon-wrap {
    position: relative;
    font-size: 26px;
    width: fit-content;
    margin: auto auto 30px auto;
}

.spt-header-icon-wrap:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #5d5848;
}

.spt-header-icon-wrap:after {
    content: '';
    position: absolute;
    right: 45px;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #5d5848;
}
.spt-quote-warp {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 9;
    height: 100%;
    text-align: right;
    margin-top: 30px;
    color: #fff;
}
.t-title {
    font-weight: 700;
    font-style: italic;
}

#pillars {
    padding: 5% 15px;
}

.p-pod {
    padding: 15px 5px;
    text-align: center;
    box-shadow: 1px 1px 15px 1px rgb(186 167 105);
    border-radius: 5px;
    margin-bottom: 30px;
    display: block;
    color: #212529 !important;
    text-decoration: none !important;
    transition: 0.5s all;
}
a.p-pod:hover {
    background: #222222 !important;
    color: #fff !important;
}

.p-pod-title {
    font-size: 1.75rem;
}

.p-pod-sub-title {
    font-size: 1rem;
}
.p-pod i {
    font-size: 48px;
    margin: 15px 5px;
    color: #e0ad5e;
}
.pillars-title-wrap {
    text-align: center;
    margin-bottom: 4%;
}
/*End Home Page*/


.wpb_wrapper p {
	text-align:justify;
}


.entry-content li::marker {
    color: #baa769;
    font-size: 20px;
    /* margin-right: 15px !important; */
    /* background: red; */
}

/*Donations Page*/
.donate-pod {
    background: #fff;
    padding: 15px 10px;
    margin-bottom: 20px;
	box-shadow: 0px 0px 15px 1px #e0ad5e96;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #e0ad5e96;
    display: block;
    text-decoration: none !important;
}

.donate-pod h4 {
    font-weight: 600;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px !important;
    display: block;
    color: #212529;
}

.donate-with {
	text-align: center;
	margin-top: 7%;
	margin-bottom: 5%;
	background: #fff;
	padding: 30px;
}

.donate-with a {
	background: #ce590c;
	color: #fff;
	padding: 15px 45px;
	margin-top: 5px;
	display: inline-block;
	font-size:22px;
}

.dp-img {
    background-size: cover !important;
    height: 300px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 15px;
}

img.barcode {
    max-width: 150px;
    margin: auto;
    display: block;
}

img.dp-bottom-img {
    margin-bottom: -5%;
    width: 100%;
}

.page-id-50 .entry-content {
    padding-bottom: 0 !important;
    margin-bottom: -7%;
}
/*Site Footer*/
a.footer-home-link img {
    display: block !important;
    max-width: 70px;
}

.footer-address {
    font-size: 1.2rem;
}

.footer-contact-number i {
    transform: scaleX(-1);
    padding: 0 0 0 10px;
    color: #e0ad5e;
}

.footer-contact-email i {
    color: #e0ad5e;
    padding: 0 10px 0 0;
}

.footer-contact-number a {
    font-size: 1.2rem;
    color: #fff !important;
}

.footer-contact-email a {
    color: #fff !important;
    font-size: 1.2rem;
}

.footer-contact-number {
    margin-top: 15px;
}

.site-footer {
    padding: 3% 15px 0 15px;
    background: #222;
    color: #fff;
	position: relative;
	z-index:99;
}
a.footer-home-link {
    float: right;
}
.pwd {
	background: #e0ad5e;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-top: 30px;
	font-size:14px;
}

.pwd a {
    color: #fff !important;
}

/*
font-family: 'Barlow', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Anton', sans-serif;
*/
html {
	scroll-behavior: smooth;
}

a {
	cursor:pointer !important;
}




/*Hamburger*/
#ham {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin:auto;
}
#ham span {
  display: block;
  position: absolute;
  height: 2.2px;
  width: 100%;
  background: #2E2E2E;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#ham span:nth-child(1) {
  top: 0px;
}
#ham span:nth-child(2),#ham span:nth-child(3) {
  top: 8px;
  width: 100%;
  right: 0;
}
#ham.open span:nth-child(2),#ham.open span:nth-child(3) {
	width:100% !important;
}
#ham span:nth-child(4) {
  top: 16px;
}
#ham.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 0%;
}
#ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ham.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 0%;
}
.ham-wrap{
	display:flex;
	padding: 9.25px 12px;
}
.ovly {
	position:absolute;
	top:-25px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9;
	display:none;
}

.menu {
	/* transition: right .6s ease-in; */
	transition: all 0.5s ease;
	/* z-index: 999; */
	color: #2E2E2E;
	background: #fff;
	/* display: inline-block; */
	/* padding: 22.5px 10px; */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	border: none;
}
	.menu:not(.active):hover, .menu:not(.active):focus {
		background: #dea347;
		color: #fff;
		outline: none;
	}
.menu:not(.active):hover #ham span, .menu:not(.active):focus #ham span {
	background:#fff;
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{
	color:inherit;
	text-decoration:none;
}

nav.main-nav a:focus, nav.main-nav a:focus-within {
	outline:none;
	font-weight:700;
	text-decoration:underline;
}
.skipto {
	position:absolute;
	color:#fff !important;
	text-decoration:important;
	left:-500px;
	top:-500px;
}
.skipto:focus, .skipto:hover {
    color: #fff !important;
    display: block;
    left: 10px;
    top: 0;
    font-weight: 700;
    z-index: 9999;
    background: #e44226;
}

/*main nav*/
nav.main-nav {
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 0;
	height: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:0;
	background: #111;
	padding: 80px 2em 2em;
}
nav.main-nav li {
	text-align:left;
}
nav.main-nav li a{
	display:none;
	position:relative;
}
nav.main-nav.toggled li a{
	display:inline-block;
	font-family: 'EB Garamond', serif;
}
div.screen nav.main-nav ul {
	padding: 2em 0 0 0;
}
nav ul, nav ol {
	list-style: none;
	padding: 0;
}

div.screen nav.main-nav ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav.main-nav ul li a:hover {
	-webkit-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
	padding-left:35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.main-nav.toggled {
	display: block;
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:100%;
	overflow-y: scroll;
	direction: rtl;
}
nav.main-nav > ul > li li.current-menu-item > a {
    /* background-image: linear-gradient(to right, #1d4029 , #71927c); */
	font-weight:900;
}
nav.main-nav a.btn_transp {
    font-size: 22px;
    margin: 45px 0;
}
div.screen nav.main-nav ul li a:last-child {
	border: none;
}
nav.main-nav ul li a {
	font-size: 30px;
    margin-bottom: 7px;
	color: #fff !important;
	text-align:left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:relative;
	padding-left:25px;
	font-weight:400;
	text-decoration:none;
	direction: ltr;
}
.topmenu > li > a{
	font-weight:700;
}
.nav-wrap {
	overflow: hidden;
	position: fixed;
	z-index:99;
	top: 124px;
	left: 0;
	width: 0;
	height: calc(100vh - 124px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav-wrap.active {
	width:420px;
}
.menu-item-has-children {
	position:relative;
	display:table;
}
nav.main-nav li.menu-item-has-children > a {
    padding-right: 45px;
}
nav.main-nav > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
    display: block;
}
.menu-item-has-children i {
	position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px;
    color:#fff ;
    padding: 10px;
    z-index: 99;
}
nav.main-nav > ul > li.current-menu-item a{
	/* background-image: linear-gradient(to right, #1d4029 , #71927c); */
	font-weight:700;
}
nav.main-nav > ul > li.current-menu-item > a {
    padding: 0 15px !important;
}
.mobile-menu .sub-menu {
	position:relative;
	display:block;
	margin-left:25px;
}
.mobile-menu .sub-menu li {
	height:0;
	opacity:0;
}
.mobile-menu .sub-menu li a{
	font-size:22px !important;
}
.mobile-menu .sub-menu.active li{
	height:auto;
	opacity:1;
	transition: opacity 0.5s linear;
}
span.text {
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}
nav.main-nav li.menu-item-has-children > a:hover .mobile-menu .sub-menu {
	display:block !important;
}

/*Header*/



/*Footer*/


/*Home Welcome*/


/*Secondary Template*/
/*
.s-content {
    padding: 7% 15px 5%;
	color:#1c1a1a;
	font-size:17px;
	background:#F9F9F9;
	background-repeat: no-repeat;
    background-size: contain;
}
.vc_grid-container-wrapper {
    margin-left: -15px !important;
    margin-right: -15px !important;
}



.s-content ul, .is_single ul {
    margin: 50px 0 3em 20px;
    padding: 0;
	list-style:none;
}
.s-content ul li, .is_single ul li{
	margin: 15px 0 0 20px;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: left 6px !important;
    padding: 0 0 0 24px;
}

 .s-content ul li:before, .is_single ul li:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: #2E2E2E;
    margin-left: -35px;
    display: inline-block;
    border: 2px solid #2E2E2E;
    border-radius: 20px;
    padding: 3px 6px 1px 6px;
    font-size: 14px;
    margin-right: 8px;
	position:absolute;
}
.s-content ol li:before, .is_single ol li:before {
    background: #2E2E2E;
    padding: 2px 8px 0px;
    content: '';
    position: absolute;
    left: 17px;
    z-index: -1;
    border-radius: 13px;
    counter-increment: listitem;
    content: counters(listitem, '.') '';
    color: #fff;
}
.s-content ol, .is_single ol {
    position: relative;
	counter-reset:listitem;
	list-style:none;
}
.s-content ol li, .is_single ol li {
	padding-left: 12px;padding-bottom: 15px;
}
*/

/*Accordian*/
/*
.vc_tta-panel-title {
    background: #2e2e2e;
}
.vc_tta-panel-title a {
    color: #fff !important;
}
.vc_tta-panel-body {
    background: #fff !important;
}
i.vc_tta-controls-icon:before, i.vc_tta-controls-icon:after {
    border-color: #fff !important;
}*/

/*Home Buttons*/
/*
.btn_default, #comments input[type="submit"], .gform_button {
	background: #e44426;
    padding: 13px 33px;
    color: #fff !important;
	font-size:14px;
	letter-spacing:0.13px;
	font-weight:700;
	cursor:pointer;
    display: inline-block;
	text-decoration:none !important;
	transition:.25s all;
	text-transform:uppercase;
	text-align:center;
	border:2px solid #e44426;
}
.btn_default:hover, #comments input[type="submit"]:hover, .gform_button:hover,
.btn_default:focus, #comments input[type="submit"]:focus, .gform_button:focus {
	color:#e44426 !important;
	background:#fff;
	outline:none;
}

*/



/*Blog*/
/*
.blog-single {
	max-width:100%;
	overflow:hidden;
	font-size:17px;
}
.meta-info {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.meta-info p {
    display: inline-block;
    font-weight: 700;
}

.meta-info p:first-of-type {
    margin-right: 15px;
}
nav.navigation.pagination h2 {
    display: none;
}
.post-featured-image {
    width: 100%;
    height: 430px;
	padding-top:15px;
    background-size: cover !important;
}
.blog-landing-row {
	padding:5% 0;
}
.post-pod h3 {
	padding:1em 1em 0 1em;
}
.post-pod h3 a {
	color:#e44426 !important;
	text-decoration:none !important;
}
.post-pod-contnet {
	padding:0 2em 2em 2em;
	display:grid;
}
.post-pod {
    box-shadow: 0px 2px 12px rgba(0,0,0,0.5);
	margin-bottom:35px;
}
.single-content {
	padding:5% 0;
}
#comments label {
    display: block;
}
#comments textarea, #comments input:not([type="submit"]) {
	width:100%;
	border-radius:5px;
}
#comments input[type='submit'] {
	border:none;
}
.post-pod .btnDefault {
	margin: 3em auto 1em;
    display: table;
}
.link-more a i {
	padding-left:5px;
}
h2.is_single {
    font-size: 60px !important; 
}
.site-content.is_single {
    padding: 5% 0;
}
#comments {
    max-width: 992px;
    margin: 2% auto 5%;
	padding: 0 15px;
}
.site-content.is_single .wrap {
	margin:0 15px;
}
.container.blog_single_feature img {
	width:100%;
}
.container.blog_single_feature {
	margin-top: -40px;
}
.blockquote{    
	margin: 0 0 1rem;
	font-size: 2em;
	padding-right: 1em;
	font-family: 'Permanent Marker', cursive;
	color: #0f1c3d !important;
}
.blog-btn-wrap {
    width: 100%;
    text-align: center;
    margin: 3% 0 0 0;
}
.archive_row {
	margin:10% 0 5% 0;;
}
.auth-wrap {
    background-image: linear-gradient(to right, #0f1c3d , transparent);
    display: inline-block;
    padding: 0.5em 3em 0.5em 1em;
    color: #fff;
    margin-top: 7px;
}
span.auth_name {
    text-transform: uppercase;
    font-weight: 600;
}
img.prod-title-img {
    max-height: 50px;
    display: block;
    margin: auto;
}
nav.navigation.post-navigation {
	display:none;
}
a.more-link {
    display: block;
    margin-top: 30px;
    background: #e44426;
    padding: 15px;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    transition: .25s all;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e44426;
}
a.more-link:hover, a.more-link:focus {
	background:#fff;
	color: #e44426 !important;
	outline:none;
}
p.link-more {
    margin: auto auto 0 auto;
}
.screen-reader-text {
	display:none;
}
*/
/*Secondary Custom Classes*/
.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.entry-content {
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 18px;
    line-height: 2;
}


@media (max-width:991px) {
	ul.desktop-menu li:not(:last-of-type) {
		display: none !important;
	}

	.desktop-menu-wrap {
		padding: 15px;
		width: 80vw;
	}

	a.header-logo-link.local {
		float: left;
	}

	ul.desktop-menu li:last-of-type {
		float: right;
	}

	.desktop-menu-w {
		float: right;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
	}


	section#home-hero {
		border-top: 10px solid #fff;
	}

	.hero-title {
		font-size: 30px;
	}

	img.hero-deco-symbol {
		max-width: 50px;
	}

	.menu {
		display: block !important;
	}

	.hero-img {
		height: 100vh;
	}
    .dp-img {
        height: 160px;
    }

    img.barcode {
        max-width: 100px;
    }
    
    a.footer-home-link.local {
        text-align: center;
        width: 100%;
    }
    a.footer-home-link.local img {
        margin: 5% auto 10%;
    }
	.desktop-menu-wrap {
		width: 100%;
	}
}

@media(max-width:767px) {
	.tbl-pray-time {
		font-size: 16px;
		overflow-x: auto;
	}

	.col-12.pt-titles {
		margin-top: 60px;
	}

	#pray_time {
		padding-bottom: 60px;
	}

	section#pillars {
		padding: 60px 15px;
	}

	.date-post-wrap {
		font-size: 1rem;
	}

	#pray_time {
		background-position: 17% 5% !important;
	}

	.spt-quote-post-warp {
		text-align: justify;
		font-size: 18px;
	}

	.page-id-182 section#secondary-hero {
		background-position: 17% -58% !important;
	}
	section#secondary-hero {
		min-height: 350px !important;
	}

	.page-id-127 section#secondary-hero {
		background-position: 70% center !important;
	}

	.entry-content h3 {
		font-size: 1.4rem;
	}
	.hero-title {
		margin-top: 155px;
	}
	ul.desktop-menu > li:last-of-type > a {
		padding: 10px 10px 10px 20px;
	}
	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: inline-block;
	}
}

@media(max-width:469px) {
	.tbl-pray-time {
		font-size: 16px;
		overflow-x: auto;
	}

		.tbl-pray-time tr td:first-of-type, .tbl-pray-time tr th:first-of-type {
			display: none;
		}
}

@media (min-width:992px) {
	.menu {
		display: none !important;
	}
	.desktop-view {
		display: inline-block;
	}
	.mobile-view {
		display: none;
	}
}