/*
Theme Name: childline
Layout: Content-Sidebar
*/

/*--------------------------------------------------------------
1.0 Conatiners
--------------------------------------------------------------*/

.container {
	max-width: 992px;
	/*max-width: 1200px;*/
	width: 100%;
	margin:0 auto;
	background: none;
}

.container-sub {
	width: 800px;
	margin:0 auto;
	background: none;
}

/*--------------------------------------------------------------
1.1 Elements
--------------------------------------------------------------*/

.right {
	float: right;
}

.left {
	float: left;
}

.oh {
	overflow:hidden;
}

.col-70 {
	width:70%;
}

.col-50 {
	width:50%;
}

.third {
	width: 33%;
}

.col-25 {
	width: 25%;
}

.orange {
	color: #fca30c;
}

.green {
	color: #7abe2a;
}

.purple {
	color: #8f3e9e;
}

.blue {
	color: #64cde3;
}

.orange-bg {
	background: #fca30c;
}

.green-bg {
	background: #7abe2a
}

.purple-bg {
	background: #8f3e9e;
}

.panel {
	background: #fff;
	padding: 3em 0 0 0;
}

.bottom-spacer {
	margin-bottom: 1em; margin-top: 0.5em;
}

.download-link img {
	margin-right: 0.8em; float: left;
}

a.download-link {
	line-height: 2.2;cursor: pointer;
}

.entry-content b,
.entry-content strong {
	color: #28b1ce;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
header {
	position: relative
}

.site-header {
	width: 100%;
	z-index:10;
	height: auto;
}

.site-branding a img{
	padding:1.5em 0;

}

a.hide-btn {
	padding: 0.5em 1em;
	font-weight: 700;
	font-size: 2rem;
	background: #fca30c;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:  0 0 4px 4px;
	color: #ffffff;
	text-decoration: none;
	position: fixed;
	top:0;
	right:50px;
}

a.hide-btn:hover {
	background: #ffea00;
	color: #e58c00;
}

a.chat-btn {
	padding:0.5em 1em;
	font-weight: 700;
	font-size: 2rem;
	background: #fca30c;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:  0 0 4px 4px;
	color: #ffffff;
	text-decoration: none;
	position: fixed;
	top:0;
	right:200px;
}

a.chat-btn:hover {
	background: #ffea00;
	color: #e58c00;
}


img.phone {
	float: right;
	margin-top: 8em;
}

/*--------------------------------------------------------------
3.0 Banner
--------------------------------------------------------------*/

.home .banner {
	margin-bottom: 4em;
}

.banner {
	padding:0 0 3em 0;
	position: relative;
}

/*.banner img {*/
/*	display: block;*/
/*	width: 100%;*/
/*}*/

.banner .slide {
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 12.2% !important;
	height: 0;
	position: relative;
	z-index:1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.banner img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.banner h2 {
	position: absolute;
	bottom: 34px;
	left:0;
	color: #fff;
	font-family: "Schoolbell", sans-serif;
	font-size: 32px;
	text-shadow:0 2px 2px rgba(0,0,0, 0.7);
	width: 100%;
	margin: 0;
	padding: 0 0 10px 30px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.53)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#87000000',GradientType=0 );
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/

.entry-footer {
	background: #fff;
	padding:0;
}

footer {
	background:#64cde3;
	padding: 3em 0 0 0;
}

footer h2 {
	font-size: 2.4rem;
	display: block;
}

footer a {
	text-decoration: none;
}

.phone h2 {
	line-height:1;
}

.social-media img {
	margin-right:1.5em;
}

.site-info {
	background: #342F30;
	margin-top:2em;
	padding:1em 0;
	font-size: 1.3rem;
	color: #999;
}

/** Creation Labs **/
footer a.c-labs {
	text-decoration: none;
	font-weight: 700;
	color: #999;
}

.cl img {
	float:left;
	height: 16px;
	padding-right: 5px;
	margin-top: 3px;
}

.no-break { white-space: normal;}
/*--------------------------------------------------------------
5.0 Buttons
--------------------------------------------------------------*/

.btn,
input[type="submit"],
.slick-prev,
.slick-next  {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	text-decoration: none;
}

.btn-orange,
input[type="submit"] ,
.slick-prev,
.slick-next {
	color: #fff;
	background-color: #fca30c;
}

.btn-orange:hover,
input[type="submit"]:hover {
	background: #ffea00;
	color: #e58c00;
	text-decoration: none;
}

.btn-transp {
	color: #333;
	background-color: rgba(255,255,255,0.9);
}

.btn-transp:hover {
	color: #333;
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}

/*--------------------------------------------------------------
6.0 Home Page Content
--------------------------------------------------------------*/

/** Quick Links **/

.quick-links {
	padding: 2em 0 0 0;
}

.quick-links .block {
	width:33.3%;
	float:left;
	padding:3em 0;
	position: relative;
	text-align: center;
	min-height: 200px;
}

.quick-links .block:first-child {
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.quick-links .block:last-child {
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

.quick-links .block h2,
.quick-links .block p {
	color: #ffffff;
}

.quick-links .block p {
	line-height: 1.5;
	font-size: 1.4rem;
	padding:0 1em;
}

.quick-links .block h2 {
	font-family: "Schoolbell", sans-serif;
	font-size: 3rem;
	margin-bottom: 0.3em;
	display: block;
}

.quick-links .block.orange-bg a.square-link,
.quick-links .block.green-bg a.square-link {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	padding: 0.7em 0.5em;
	font-weight: 700;
	font-size:3rem;
	line-height:0;
}

.quick-links .block.orange-bg a.square-link {
	background: #ffea00;
	color: #e58c00;
}

.quick-links .block.green-bg a.square-link {
	background: #a2de5c;
	color: #eaff00;
}

.quick-links .block .btn-orange  {
	margin-bottom: 1px;
}

.block .fa {
	margin-bottom: 20px;
}

.block .fa-4x {
	font-size: 3em;
}

.quick-links p {margin:0;}

.quick-links .block.col-50 {width: 50%;}

.quick-links .block.orange-bg .btn-transp {color: #fca30c;}
.quick-links .block.green-bg .btn-transp {color: #7ABE2A;}
.quick-links .block.purple-bg .btn-transp {color: #8f3e9e;}

/**********************************************************************************/

/** About Splash **/
.about-splash {
	margin-bottom: 5em;
	padding-bottom:5em;
	border-bottom: 5px solid #efefef;
	margin-top: 5em;
}

.about-splash h1 {
	font-weight: 300;
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 0.3em;
}

.about-splash .col-70 a {
	font-size: 1.8rem;
	color: #fd3235;
	text-decoration: none;
}

.about-splash a:hover {
	text-decoration: underline;
}

/**********************************************************************************/

/** Help Childline **/

.help-childline {
	background: url('../images/chiuld_bg.jpg') no-repeat top center;
	padding:8em 0;
}

.help-childline h1 {
	text-align: center;
	margin-top:1.5em;
	margin-bottom:1em;
	font-size:4.0rem;
	font-family: "Schoolbell", sans-serif;
	display: block;
}

.help-childline a {
	text-decoration: none;
}

.help-childline .block {
	float: left;
	width:30%;
	margin-left:3%;
	padding:1.5em 2em;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff;
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	font-size: 2rem;
	font-weight: 700;
}

.help-childline .block:hover {
	box-shadow: inset 0 0 30px 30px rgba(0,0,0,0.05);
}

.help-childline a .heading {
	display:block;
}

/**********************************************************************************/

/** News Feed **/

.news-feed {
	margin-bottom: 5em;
}

.news-feed .post {
	width:31%;
	float:left;
	padding:2em;
	margin-left: 3.5%;
	background: #f5f5f5;
	height:205px;
}

.news-feed .post:first-child {
	margin-left:0;
}

.news-feed .post h3 {
	margin-bottom: 0
}

.news-feed .post h3 a{
	font-size:2.2rem;
	color: #231f20;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
}

.news-feed .post p.date {
	font-size: 1.2rem;
	color: #555555;
	margin-bottom:0.8em;
}

/**********************************************************************************/

/** Disney Quote **/

.disney-quote {
	background: #28b1ce;
	padding: 3em 0;
}

.disney-quote h2,
.disney-quote p {
	color: #ffffff;
}

.disney-quote h2 {
	font-family: "Vollkorn", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 3.6rem;
	margin-bottom:0;
	padding-left:2em;
}

.disney-quote p {
	text-align: right;
	padding-right:5em;
}

/*--------------------------------------------------------------
7.0 Sub Page Content
--------------------------------------------------------------*/

.site-main {margin-bottom: 4em;}

/** Breadcrumbs **/

.breadcrumbs {
	font-size: 1.2rem;
	border-bottom: 2px solid #efefef;
	padding-bottom: 1em;
	margin-bottom: 2em;
	color: #999;
}

.breadcrumbs span {
	color: #555555;
	margin: 0 5px;
}

.breadcrumbs a {
	text-decoration: none;
}

/** Our Team **/

.org-ind {
	width: 22%;
	margin-right:3%;
	text-align: center;
	margin-bottom: 2em;
}

.org-ind:nth-child(4n) {
	margin-right:0;
}

.org-ind:nth-child(5n) {
	clear:both;
}

.org-ind img {
	margin-bottom: 0.5em; border-radius: 4px;
}

.org-ind h3 {
	font-size: 2.0rem;
	color: #231f20;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
8.0 Contact page
--------------------------------------------------------------*/
.office {
	width: 31%;
	float: left;
	padding: 2em;
	margin-right: 2%;
	background: #f5f5f5;
	/*height: 235px;*/
	min-height: 235px;
	margin-bottom:2em;
	font-size: 14px;}


/*--------------------------------------------------------------
8.0 Resource Centre
--------------------------------------------------------------*/

.resource {
	width: 48%;
	float: left;
	padding: 2em;
	margin-right: 3.5%;
	border:1px solid #efefef;
	height: 200px;
	margin-bottom:3em;
	position: relative;
}

.resource:nth-of-type(2n){
	margin-right: 0;
}

.resource .entry-title {
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
}

.resource .entry-meta {
	font-size: 1.2rem;
	color: #555555;
	margin-bottom: 0;
}

.resource .entry-content a {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	color: #fff;
	background-color: #7abe2a;
	position: absolute;
	left:1.5em;
	bottom: 1em;
}

.resource .entry-content a:hover {
	background: #a2de5c;
	color: #333;
}

/** Sidebar **/
.resources-sidebar {
	width: 280px;
	margin-left:40px;
	margin-top: 55px;
	background: #f5f5f5;
	padding: 15px;
}

.resources-sidebar .resource-categories {
	list-style-type: none;
	margin:0;
	padding:0;
}

.resources-sidebar li {
	margin:0;
	padding: 10px;
	border-bottom: 1px solid #fff;
	list-style-type: none;
}

.resources-sidebar li a {
	text-decoration: none;
	color: #8f3e9e;
	font-size: 14px;
}

.resources-sidebar li:hover {
	background: #fff;
}

.parent-title {
	font-size: 16px;
	display: block;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.resources-sidebar li.cat-item-none {
	margin: -1px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: none;
	list-style-type: none;
	font-size: 14px;
	border-top: 1px solid #f5f5f5;
}

.resources-sidebar li.cat-item-none:hover {
	background: #f5f5f5;
}

/** Search form **/
input[type="search"] {
	background: #f9f9f9;
	border: 1px solid #cccccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 5px 10px;
	font-size: 14px;
	margin-right: 10px;
	min-width:400px;
}

form.search-form {
	padding: 0 0 5em 0;
}

.logo-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.site-logo {
	max-width: 220px;
}

.contact-number {
	display: block;
	padding: 10px;
	max-width: 220px;
}

.container-footer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px;
}

.footer-contact-info {
	display: flex;
	align-items: center;
}

.footer-contact-info img {
	display: block;
	max-width: 140px;
}

.footer-contact-info p {
	color: #333;
	font-size: 18px;
}
