h3 {
    font-family: 'Lobster', cursive !important;
    font-size: 70px;
    padding-bottom: 10px;
}

#home-feature span.span-4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

#home-feature span.span-3 {
	font-size: 42px;
	color: white;
	font-weight: 900;
}

.contact-title span.span-1 {
	font-size: 17px;
	color: white;
	font-weight: 400;
}

#emailModal .btn-primary:hover, #emailModal .btn-primary:focus{
	background-color: #5f0204 !important;
	border: solid 1px transparent !important;
}

.authenticated .saveSearchButtonContainer {
	display: block !important;
}

.psir-btn-wrap {
    margin-bottom: 30px !important;
}

.pg-box {
    padding-top: 0 !important;
}

@media (max-width: 992px){
	.psir-btn-wrap a {
		line-height: 1;
		padding: 0px;
	}
	.psir-btn-wrap a{
		padding:20px !important;
		font-size: 15px !important;
		line-height:1.5
	}
	.psir-btn-wrap .primary-btn{
		background: #0A2B4C !important;
	}

}

@media (min-width: 991px){
	/*-- Detail --*/
	.psir-btn-wrap a {
	  display: block;
	  padding-top: 25px !important;
	  padding-bottom: 25px !important;
	}

	.psir-btn-wrap{
	  padding-top: 10px !important;
	  padding-bottom: 10px !important;
	  display: block;
	  background: url(https://www.royacdn.com/unsafe/smart/Site-f6722def-57cb-4a27-a451-95f48ce416f8/Button_whole.png) !important;
	  background-size: 100% 100% !important;
	  border: none;
	  text-transform: uppercase;
	  letter-spacing: .5px;
	  font-size: 2.5rem;
	  margin-bottom: 5rem !important;
	  text-align: center;
	}

	.psir-btn-wrap a{
	  background: none !important;
	  border: none;
	  font-size: 2.5rem;
	}

	.psir-btn-wrap a:hover, .psir-btn-wrap a:focus{
	  background: none !important;
	  border: none;
	  color: white
	}
	.psir-btn-wrap a:before{
	  content: '⚫';
	  color: #d49f1a;
	  font-size: 10px;
	  position: absolute;

	}

	.psir-btn-wrap a:after{
	  content: '⚫';
	  color: #d49f1a;
	  font-size: 10px;
	  position: absolute;
	}

}


@media (min-width: 991px) and (max-width: 1200px){
	.psir-btn-wrap a:before{
	  left: 8rem

	}

	.psir-btn-wrap a:after{
	  right: 8rem
	}
}

@media (min-width: 1200px){
	.psir-btn-wrap a:before{
	  left: 20rem

	}

	.psir-btn-wrap a:after{
	  right: 20rem
	}
}

.search-save a.saveSearchBtn {
    width: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 57px;
    text-align: center;
    position: relative;
    top: -7px;
    background: rgb(34, 34, 34);
    padding: 20px 0px;
    border-radius: 0px;
    font: 400 16px/16px "Song Myung", serif;
}


.reviews .heading h2, .comms .heading h2, #theme2-featured .heads h4, #theme2-hero .hero-content h4 {
	font-family: 'Lobster', cursive !important;
}

#home-feature span.span-3{
	font-size: 32px;
 	line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 991px){
	#home-feature span.span-3{
	font-size: 15px;
	}
}