/*
 Theme Name:     QLD Paedeatrics Telehealth Theme 
 Theme URI:      http://webriti.com/demo/wp/lite/healthcentre/
 Description:    Health Centre Lite Child Theme
 Author:         Oley Media Group
 Author URI:     http://www.oleymediagroup.com.au
 Template:       health-center-lite
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.hc_blog_post_content p {
    font-size: 17px;
}
a.contact-button {
	background-color: #31a3dd;
	color: white;
	padding: 10px 20px;
	border-radius: 4px;	
}
.textwidget img {
	width: initial;
}
.sidebar-header .textwidget img {
    margin: .5em auto;
}

.wp-block-column.padded {
    padding: 1rem;
}

/* =Header
------------------------------------------------------- */
.head_cont_info.sidebar-header {
	background-color: #31a3dd;
	border-radius: 0 0 10px 10px;
	padding: 10px 10px 0;
	margin-top: 0;
}
.sidebar-header .widget  h3.widget-title {
	margin: 0;
	color: white;
}
.sidebar-header .widget  h3.widget-title::before {
    font-family: 'FontAwesome';
	content: '\f095';
	margin-right: 5px;
}
.sidebar-header .widget .textwidget p {
	color: white;
}
.sidebar-service .widget h3.widget-title {
	display: none;
}

/* =Home page
------------------------------------------------------- */
.sidebar-project .widget {
	width: 40%;
}
.sidebar-project .widget:nth-child(odd) {
	margin-left: 10%;
}

/* =Footer
------------------------------------------------------- */

.oley-copyright {
    font-size: 90%;
    text-align: right;
}
.oley-copyright a {
    color: #ccccc7;
}

@media (max-width: 980px) {
	.sidebar-project .widget {
		width: initial;
	}
	.sidebar-project .widget:nth-child(odd) {
		margin-left: initial;
	}
}

@media (max-width: 768px) {
	.hc_logo h1 {
		font-size: 30px;
		text-align: center;
	}
	.hc_logo a {
		padding-right: 0;
	}
	.head_cont_info {
		float:none;
		text-align: center;
	}
}