/*
 Theme Name:     WebicsWP Child
 Author:         Webics
 Template:		 webicswp
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../webicswp/style.css');
@import url(https://fonts.googleapis.com/css?family=Londrina+Solid);

/* =Theme customization starts here
-------------------------------------------------------------- */
body, body p {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Londrina Solid', cursive;
	font-weight: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
body.custom-background {
	background-color: #000000;
}
#logo img {
	width: 250px;
}
#tagline {
	display: none;
}

#navigation.style-2 {
	position: relative;
	z-index: 10000;
}

#navigation {
	height: 44px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border: 0;
}
ul.menu > li.current-menu-parent, ul.menu > li.current-menu-item, #current {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5db1+0,ef017c+50,dd0277+100 */
	background: #ff5db1; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 50%, #dd0277 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 50%,#dd0277 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5db1 0%,#ef017c 50%,#dd0277 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#dd0277',GradientType=0 ); /* IE6-9 */
	border: 0 !important;
	color: #111;
	font-size: 13px;
}
ul.menu > li.current-menu-parent > a, ul.menu > li.current-menu-item > a, #current {
	background: none !important;
	margin: 0 !important;
	padding-left: 20px;
	text-shadow: 0px 1px 1px #000;
}
.menu > li {
	transform: skewX(10deg);
}
#navigation .menu > li:first-child {
	margin-left: -5px !important;
	border: 0;
}
.menu > li:hover {
	background: #333;
}
.menu > li:hover a {
	background: none !important;
	margin: 0 !important;
	padding-left: 20px;
}
.menu > li > a {
	white-space: nowrap;
	border: 0 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	transform: skewX(-10deg);
	padding: 13px 20px 13px 20px;
}
.menu > li > a:hover {
	background: none;
	margin: 0 !important;
}
ul.menu.book-now {
	display: inline !important;
	float: right;
}
ul.menu.book-now > li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5db1+0,ef017c+50,dd0277+100 */
	background: #ff5db1; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 50%, #dd0277 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 50%,#dd0277 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5db1 0%,#ef017c 50%,#dd0277 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#dd0277',GradientType=0 ); /* IE6-9 */
	border: 0 !important;
	margin-right: -5px;
	color: #111;
	font-size: 13px;
	transform: skewX(-10deg);
}
ul.menu.book-now > li > a {
	background: none !important;
	border: 0 !important;
	color: #FFF;
	font-size: 13px;
	transform: skewX(10deg);
	text-shadow: 0px 1px 1px #000;
}
#header .columns.no-icons {
	margin: 15px 0 0 0;
}
.contact-details {
	margin: 45px 0 1px 0;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}
.contact-details .header-info {
	font-size: 16px;
}
.contact-details a {
	font-size: 18px;
	color: #EF017C !important;
	font-weight: bold;
}
.social-icons {
	margin-top: 10px;
}
.social-icons li {
	border: 2px solid #878787;
	border-radius: 5px;
}
.social-icons li, .social-icons li a {
	margin: 0;
	height: 29px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	border-radius: 20px;
}
.social-icons li:hover {
	opacity: 0.5;
}
.social-icons li:first-child {
	margin-right: 5px;
}

.slide-caption {
	left: initial;
}

h1 {
	margin-top: 20px;
}
.icon-box img {
	width: 100%;
	margin: 0 !important;
}
.services-box {
	position: relative;
}
.services-box h3 {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0px 15px;
	background: #ef017c;
	color: #FFF;
	font-size: 19px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
.services-box img {
	margin: 0;
}
.services-box p {
	margin-top: 45px;
}
#footer {
	padding: 0;
}
#footer-bottom {
	background: #EF017C;
}
#footer-bottom a {
	color: #FFF;
	font-weight: bold;
}
#footer-bottom p {
	color: #EEE;
	margin-bottom: 0;
}

@media only screen and (max-width:768px) {
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	#logo {
		margin-bottom: 0 !important;
	}
	#header .columns.no-icons {
		margin: 0;
	}
	.contact-details {
		display: initial !important;
		text-align: center;
		font-size: 12px;
	}
	.contact-details .header-info {
		font-size: 12px;
	}
	span.address-line-2 {
		float: left;
		width: 100%;
	}
	body .selectnav {
		margin: 0 0 10px 30px;
	}
	ul.menu.book-now {
		float: left;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		width: 355px;
		margin: 0 0 10px 30px;
	}
	ul.menu.book-now li {
		float: none;
	}
}
@media only screen and (max-width: 479px) {
	ul.menu.book-now {
		width: 255px;
	}
}