/*
 Theme Name:   Colombia Reports
 Theme URI:    http://colombiareports.com/
 Description:  Colombia Reports - Digitale Zaken
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.only_desktop {
		display: none !important;
	}
	.only_mobile {
		display: block !important;
	}
}

@media only screen and (max-width: 1170px) {
	.banner-header-mobile {
		display: block !important;
	}
	.banner-header-desktop {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.banner-header-mobile {
		display: none !important;
	}
	.banner-header-desktop {
		display: block !important;		
	}
}

#rs_container {
	background-color: #313131!important;
}

.side-image .thumbnail-right {
	margin-right: 0px !important;
	padding-right: 0px !important;
}