/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
// Turn off the footer
.site-info.container {
    display: none; !important
}

.site-footer {
    display: none; !important
}

@media only screen and (min-width: 992px) {
	.widget_sydney_services_type_a .service.col-md-4:nth-of-type(4n+1) {
    	clear: left;
	}
}

@media only screen and (min-width: 992px) {
	.widget_sydney_services_type_a .service.col-md-4:nth-of-type(3n+1) {
	    clear: unset;
	}
}

@media only screen and (min-width: 992px) {
	.widget_sydney_services_type_a .service.col-md-4 {
	    width: 25%;
	}
}

// Add color to back of contact details at top of page
#scb-wrapper.scb-fixed {
	background-color: #47425d; !important
}

