/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.hero_home, .bg-yellow-hoplaa{
	background: url('../img/hoplaa/bg.png');
}
.hero_home .content{
	background-color: initial !important;
}
.text-center{
	text-align: center;
}
span.love {
	color: #e74c3c !important;
}
.text-primary-h { color: #FFC72F !important; }

ul.internal-links {
	padding-bottom: 5px;
}
.profile h1 {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 26px;
}
ul.internal-links li {
	display: inline-block;
	background-color: #25282A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: normal;
	color: #fff;
	padding: 3px 10px;
	font-weight: 600;
	font-size: 12px;
	font-size: 0.75rem;
	min-width: 95px;
}
.px-10{padding-right:12rem!important; padding-left:12rem!important}
.full-width { width: 100% !important; }

p.title-2 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
}
p.text-medium {
	font-size: 16px;
}
.box-services {
	background-color: #fff;
	padding: 60px 45px 20px 45px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}
.mr-100{ margin-right: 100px; }
.mx-10{ margin-left:6rem!important; margin-right:6rem!important }

.mbp-45 { margin-bottom: 45px; }
.myp-60 { margin-left: 60px !important; margin-right: 60px !important; }

.img20{ width: 20% }
.img40{ width: 40% }
.img50{ width: 50% }
.img60{ width: 60% }
.img80{ width: 80% }

h3.list{ font-size: 1rem !important; }

table.table-schedule { width: 100% }
table.table-schedule td { display: flex;justify-content: center; }
table.table-schedule .day { text-align: right; margin-right: 20px; width: 40% }
table.table-schedule .hour { text-align: left; width: 60% }

#home-search-input { flex: 1; font-size: 1rem; font-weight: 500; height: 50px; }
#home-search-input .input-group{ height: 46px; }
#home-search-input input {
	border: none;
	flex: 1;
	height: 50px;
	padding-left: 20px;
	border-radius: .25rem 0 0 .25rem;
}
#btn-location {
	background-color: #FFF;
	border: none;
	border-radius: 0;
	height: 50px;
}
#btn-location-mobile {
	border-radius: 0 !important;
	display: none;
}
#btn-submit, #btn-location-mobile {
	height: 50px;
	border-radius: 0 .25rem .25rem 0;
	color: #fff;
	padding: 0 25px;
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
	background-color: #25282A;
	border: none;
}
.box_list figure {
	height: inherit !important;
}
.profile .img-fluid{
	border: 1px solid whitesmoke;
}
@media (max-width: 767px) {
	#home-search-input {
		margin-bottom: 10px;
	}
	.hero_home {
		height: 350px;
	}
	.form-inline {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline input{
		border-radius: unset !important;
	}
	.form-inline #btn-location{
		margin-left: -50px;
	}
	.box-services {
		padding-top: 45px !important;
	}
	#btn-location {
		display: none;
	}
	#btn-location-mobile {
		display: inherit;
	}
    .services-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 20px 0 0 !important;
    }
    .services-wrapper h3:before {
        content:"• ";
    }
}
.btn-status {
    min-width: 20px;
    height: 20px;
    padding: 2px 0px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 1.42857;
    margin-top: 6px;
}
.btn-verified {
    background-color: #FFDD7E !important;
    border-color: #FFDD7E !important;
    color: #FFF;
}
.btn-unverified {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    color: #333;
}

.place-link-list li {
    margin-bottom: 10px !important;
}
.place-link-list a{
    color: #999;
    font-weight: normal;
}
.section-title {
    margin-bottom: 40px;
}
.section-title .main {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 2rem;
}
.section-title .sub {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 1rem;
    font-weight: normal;
}
.services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.services-wrapper > div {
    flex: 1 1 25%;
}
.services-wrapper h3 {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 30px;
}
.tooltip-inner {
    max-width: 350px;
    width: 350px;
}
