
/*-----------Top_bar style------------*/
#Top_bar .menu > li > a span:not(.description) {
	line-height: 26px;
}
.logo-overflow #Top_bar:not(.is-sticky) .logo {
    height: 95px;
}
#Top_bar .menu > li > a span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 15px !important;
}

#Top_bar .menu > li > a:hover span {
	color: #DF012B;
}
#Top_bar .menu > li a:hover::after {
    background: #DF012B;
}
#Top_bar .menu > li.li-phone a:hover::after {
    background: none;
    opacity: 0;
}
#Top_bar .menu > li.li-phone a span{
	font-size: 20px;
	font-weight: bold;
}
/*------END Top_bar style-----*/

.sidebar-tel a{
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}
#homeform input[type="text"], #homeform input[type="tel"]{
	border: 1px solid #CB2741;
	width: 100%;
}
#homeform input[type="text"]:focus, #homeform input[type="tel"]:focus{
	border: 1px solid #24272C;
}
#homeform input[type="button"]{
	background-color: #d2455b !important;
	font-size: 17px;
	text-transform: uppercase;
}
.pricing-box ul li a{
	color: #fff;
}
#portfolioslider .column{
	margin-bottom: 0px!important;
}
.service-link{
	display: block;
}
.service-link:hover{
	text-decoration: none;
}
#contactform > div{
	margin-bottom: 15px !important;
}
#contactWrapper label{
	color: #CB2741!important;
	font-weight: 400;
	font-size: 14px;
}
.form-button{
	display: inline-block;
}
#menu .li-phone.last{
	text-align: center;
}
div .widget > .h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
#Top_bar .menu > li > a span{
	text-align: center;
}

/* ---------MEDIA QUERIES--------*/

@media (min-width: 768px){
	.section_wrapper, .container {
	    width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.donate, .donate img{
		width: 100%;
		height: auto;
	}
}
@media (min-width: 992px){
	.menu-main .li-home a, .menu-main .li-book-now a, .menu-main .li-phone a{
		padding-top: 42px!important;
	}
	.is-sticky .menu-main .li-home a, .is-sticky .menu-main .li-book-now a, .is-sticky .menu-main .li-phone a{
		padding-top: 27px !important;
	}
}
@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky {
		height: 82px;
	}

	.menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a::after {
	    top: 64px;
	}
	#Top_bar.is-sticky .menu > li > a::after {
   		top: 77px;
	}
}
@media only screen and (max-width: 1239px) {
	#Top_bar.is-sticky a.responsive-menu-toggle {
		top: 12px;
	}
}

/* ---------END MEDIA QUERIES--------*/
