html, body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
a,
a:hover {
    color: rgba(2,130,2,1) !important;
    text-decoration: none !important;
}
a.sumome-share-client-share span {
	color: #fff !important;
}
header, .header {
	padding: 30px 0 60px 0;
	position: relative;
	color: #000;
}
header .logo,
.header .logo {
	position: relative;
	z-index: 1;
}
header .logo a,
.header .logo a {
	color: #000 !important;
	text-decoration: none;
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
main, .main {
	min-height: 600px;
}
.searchBar {
	height: auto;
	padding: 30px 0;
	background-color: #F7F7FA;
	z-index: 3;
	box-shadow: 0 0 30px transparent inset, 0 4px 6px -3px #E0E0E0;
}
footer {
	border-top: 1px solid #E0E0E0;
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 15px 1px 0 1px;
    font-size: 14px;
}
section, .section {
	margin-bottom: 40px;
}
section.no-gap, .section.no-gap {
	margin-bottom: 0;
}
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
*:focus {
  outline: none !important;
}
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-size: 10px 10px;
	padding: .5em 8px;
}
.title-border {
    border-bottom: 0 solid #028202;
    padding-bottom: 5px;
    position: relative;
}
.title-border:before {
    background-color: #FFF;
    bottom: -2px;
    content: '';
    height: 2px;
    position: absolute;
    width: 50px!important;
}
.title-border-green {
	border-color: #028202;
}
.title-border-green::before {
    background-color: #028202;
}


/* Utils */
.fw-light { font-weight: 300; }
.fw-regular { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-semi-bold { font-weight: 600; }
.fw-bold { font-weight: 700; }
.green { color: #028202; }
.sm-gap { margin-right: 10px; }
.icon-l-gap { padding-left: 10px; }
.text-right { text-align: right; }
.pos-relative { position: relative; }
.pos-absolute { position: absolute; }
.text-center { text-align: center; }


/* List */
ul.search-result-list {
	position: inherit;
	overflow: inherit;
	height: auto;
	margin-top: 30px;
}
ul.search-result-list li {
	border-bottom: 1px solid #E0E0E0 !important;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
ul.search-result-list li:last-child {
	border: 0 !important;
	margin-bottom: 10px;
}
ul.search-result-list li .list-wrap {
    width: 100%;
    min-height: 65px;
}
ul.search-result-list li .list-wrap .left {
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
}
ul.search-result-list li .list-wrap .left h2 {
	font-size: 1.7rem;
}
ul.search-result-list li .list-wrap .right {
    display: block;
    padding: 5px 10px 0 40px;
    top: 0;
}
ul.search-result-list li .list-wrap .right h5 {
    font-size: 1.1rem;
}
ul.search-result-list li .list-wrap .right p {
	font-size: 15px;
	margin-bottom: 5px;
}
ul.search-result-list li .list-wrap .right p.unit {
	color: #028202; /* #fff; */
	font-size: 12px;
	width: auto;
}
ul.search-result-list li .list-wrap .right p.unit span,
.yellowbox {
	padding: 4px 8px 2px 8px;
	margin-top: 5px !important;
	display: inline-block;
	background-color: rgba(251,176,59,.8);
	color: #000 !important;
	border-radius: 0 !important;
}
.yellowbox:hover {
	background-color: rgba(251,176,59,1);
}
ul.search-result-list li .two-pos .left {
	width: 35px;
}
ul.search-result-list li .two-pos .right {
	padding-left: 50px;
}
ul.search-result-list li .three-pos .left {
	width: 45px;
}
ul.search-result-list li .three-pos .right {
	padding-left: 60px;
}
ul.search-result-list li .four-pos .left {
	width: 55px;
}
ul.search-result-list li .four-pos .right {
	padding-left: 70px;
}
ul.search-result-list .btn {
	border-radius: 0;
}


/* custom  scrollbar */
.search-result-list::-webkit-scrollbar {
    width: 4px;
    padding-left: 20px;
    margin-left: 20px;
}
.search-result-list::-webkit-scrollbar-thumb {
    width: 4px;
    background-image: -webkit-linear-gradient(#C8CDC9, #C8CDC9);
    padding-left: 20px;
    margin-left: 20px;
}


/* Buttons */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    color: #fff;
    background-color: #028202 !important;
    border-color: #028202 !important;
}
.btn-group-sm>.btn, .btn-sm {
	background: rgba(2,130,2,.8) !important;
	border-color: transparent !important;
    padding: .21rem .45rem .19rem .45rem;
}
.btn-actions {
	margin-right: 5px;
}
.btn-search {
	height: 38px;
}

/* Grid */
.row.no-gaps {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gaps > [class^="col-"],
.row.no-gaps > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


/* Form */
.form-control,
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.form-group input,
.form-group select {
	margin-right: 5px;
}


/* MAP */
.sl_map {
	height: 400px;
}
.search-result {
	background: rgba(2,130,2,.05); 
	padding: 15px 15px 15px 15px;
	height: auto;
}
.search-text-input {
	width: 350px !important;
	height: 38px;
	line-height: 38px;	
}
.store_locator_map_infowindow {
	width:380px;
	overflow:hidden !important;
	padding: 0px !important;
	margin: 0px !important;
	color: black !important;
	font-family: arial,sans-serif !important;	
	line-height: 1.5em !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 300 !important;
}
.store_locator_map_infowindow a {
	color: #000 !important;
}
.gm-style-iw {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 300 !important;
}
.gm-style-iw b {
	font-weight: 600 !important;
}


/* Pagination */
.search-result-pagination {
	position: absolute;
	left: 0; 
	bottom: 0; 
	width: 100%; 
	font-size: 15px; 
	padding: 10px 15px 10px 15px; 
	background: rgba(2,130,2,.05);
}
.search-result-pagination a,
.search-result-pagination a:hover {
	color: #000 !important;
}


/* Modal */
.modal-header .close {
    margin-top: 6px;
}


/* cover */
#cover {
    background: url('../img/ripple.svg') no-repeat scroll center center #FFF;
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999;
    height: 100%;
    width: 100%;
}

/* Back Top
================================================== */
.back-top {
	position: fixed;
	background: rgba(200,205,201,.8) none repeat scroll 0 0;
	display: none;
	right: 15px;
	bottom: 0;
	z-index: 1041;
	width: 42px;
	height: 35px;
	text-indent: 0;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	color: #ffffff;
	font-size: 32px;
	line-height: 42px;
	padding: 0 0 0 0;
	text-align: center;
	border-radius: 5px 5px 0 0 !important;
}

.sl_current_location {
	text-align: center;
	margin-bottom: 20px; 
	margin-top: -5px
}

.store_locator_current_location {
	display: inline-block; 
	background: rgba(251,176,59, .4); 
	padding: 10px 25px 8px 25px; 
	color: #000; 
	border-radius: 20px !important;
}

.prayer-name {
	display: inline-block;
	min-width: 100px;
}

.multiple-sumome-warning-toast {
	display: none;	
}


/*
 * We occasionally use media queries that go in the other direction (the given screen size or smaller):
 *******************************************************************************************************/

/* Extra small devices (portrait phones, less than 544px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	header, .header {
		/*height: 500px;*/
	}
	.searchBar {
		height: 100px;
	}
	.sl_map {
		height: 500px;
	}
	.visible-xs {
		display: none;
	}
	.hidden-xs {
		display: block;
	}
	footer {
		border: none;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	header, .header {
		/*height: 600px;*/
	}
	.search-result {
		height: 500px;
	}
	ul.search-result-list {
		position: relative;
		overflow: auto;
		height: 340px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.sl_map {
		height: 600px;
	}
	.search-result {
		height: 600px;
	}
	ul.search-result-list {
		height: 440px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}


/*
 * We also have media between the breakpoint’s minimum and maximum widths for only the given screen size:
 **********************************************************************************************************/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
	.btn-search,
	.search-text-input,
	select {
		width: 100% !important;
	}
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
	.btn-actions {
		margin-right: 0;
	}
	.sl_current_location {
		margin-bottom: 0; 
		margin-top: -5px;
		text-align: left !important;
	}
	.store_locator_current_location {
		display: block;
		padding: 10px 15px 8px 15px; 
		border-radius: 0 !important;
		font-size: 14px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
	.search-text-input {
		width: 215px !important;
	}
}

/* Small devices (tablets, less than 768px) */
@media (max-width: 767px) { 
	.pull-sm-none {
		float: none;
	}
	.logo {
		margin-bottom: 40px;
	}
	header, .header {
		padding-bottom: 40px;
	}
	ul.search-result-list li:last-child {
		margin-bottom: 10px;
	}
	.search-result {
		padding-top: 20px;
	}
	.search-result-pagination {
		position: inherit;  
		background: rgba(2,130,2,.08);
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
	.search-text-input {
		width: 225px !important;
	}
	select {
		width: 70px !important
	}
}

/* Small devices (desktops, less than 992px) */
@media (max-width: 991px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
	select {
		width: 80px !important
	}
}

/* Extra large devices (large desktops, less than 1200px) */
@media (max-width: 1199px) { 
	.container {
	    width: auto;
	}
}


/* hide search button label on some break points */
@media (min-width: 768px) and (max-width: 1020px) {
	.btn-search-label { display: none !important; }
}
@media (min-width: 576px) and (max-width: 640px) {
	.btn-search-label { display: none !important; }
}