/*!
Theme Name: Lilchase
Template: sydney     	
*/

/* custom code here */
/*theme header slider height*/

h1.site-title a {
	padding: 2px 6px;
	background-color: #e86aaa;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
}

.site-header.float-header {
	padding: 10px 5px;
}

.header-slider {
max-width: 100% !important;
height: 600px !important;
}

.site-header.float-header {
background-color: #e86aaa !important;
}

.text-slider .maintitle {
	padding: 5px 10px;
	background-color: rgba(232,106,170,0.8);
	}

#mainnav ul li a:hover {
	color: #ffffff !important;
	background-color: rgb(147,83,161);
	padding: 5px 10px;
}

#mainnav ul li a {
	padding: 5px 10px;
	background-color: rgb(126,178,255);
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
}

#mainnav ul li a {
	font-size: 16px !important;
	font-weight: bold;
}

/*header bar*/

.site-header.float-header {
    background-color: rgba(220,131,181,0.9) !important;
}

@media only screen and (max-width: 1024px) {
.site-header {
	background-color: rgba(220,131,181,0.9) !important;
}
}

@media only screen and (max-width: 1024px) {
#mainnav-mobi {
    top: 43px;
	background-color: rgba(126,178,255,0.9);
}
}

@media only screen and (max-width: 767px) {
#mainnav-mobi {
    top: 48px;
	background-color: rgba(126,178,255,0.9);
}
}

/*mobile styles*/
.btn-menu {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 28px;
}
.btn-menu:before{
  content: "\f0c9";
}

#mainnav-mobi ul li {
	border-top: transparent;
	text-align: center;
}

#mainnav-mobi ul > li > a:hover {
	background-color: rgb(147,83,161);
}

#mainnav-mobi ul > li > a {
	padding: 15px 50px;
}

/*remove page header title from homepage https://premium.wpmudev.org/blog/wordpress-hide-page-title-or-post-title-on-a-case-by-case-basis/?utm_expid=3606929-97.J2zL7V7mQbSNQDPrXwvBgQ.0&utm_referrer=https%3A%2F%2Fwww.google.co.uk%2F */

.page-id-5 .entry-title {display: none;}

.page-id-12 .entry-title {display: none;}

.page-id-10 .entry-title {display: none;}

.page-id-8 .entry-title {display: none;}

/*remove page text area https://athemes.com/forums/topic/removing-white-space-under-the-header */

.page-id-5 .content-area {
    margin-top: -130px;
}

.page-id-12 .content-area {
    margin-top: -130px;
}

.page-id-10 .content-area {
    margin-top: -70px;
}

.page-id-8 .content-area {
    margin-top: -50px;
}

.roll-promobox .title {
	line-height: 140%;
}

/*parallax text styles*/
#panel-5-0-0-0 a, #panel-5-3-0-0 a, #panel-5-4-0-0 a {
	padding: 5px 10px;
	background-color: rgba(232,106,170,0.8);
}

/*testimonials slider*/

.sow-slider-base .sow-slide-nav a {
display: none;	
}

/*h3*/
h3.widget-title {
	font-size: 20px;
}

/* footer widgets */
.footer-widgets {
	background-color: cornsilk !important;
	padding: 80px 0 10px 0 !important;
}

.footer-widgets .widget-title {
    text-transform: none;
    color: #e86aaa;
}

/* footer */
.site-footer {
    background-color: #45c4da !important;
    text-align: center;
	color: #ffffff !important;
}

.site-footer, .site-footer a {
	color: #ffffff !important;
}