/*
Theme Name: DM China 2016 Fudge 2
Theme URI: http://www.showthemes.com/conference-wordpress-theme-fudge
Template: fudge-2
Author:  Showthemes
Author URI: http://www.showthemes.com
Version: 1.2.0
Description: Fudge 2 Child Theme for DM China 2016
*/

/* Increase font size for homepage Event Info section */

@media (min-width: 1000px) {
	.site__title.site__title_big {
		font-size: 64px ! important;
	}
}

.description p a {
	color:  #931621;
	text-decoration: underline;
}

@media (min-width: 1000px) {

	/* Custom styles for Sample Page type on Desktop */

	.hero-sample__page + .content .site__centered {
		padding-left: 150px;
		padding-right: 150px;
	}

	/* Custom styles for general content on desktop */
	.dm-content {
		padding-left: 150px;
		padding-right: 150px;
		font-size: 20px;
		line-height: 38px;
		color: #2E1F27;
	}

	.dm-content a {
		color:  #931621;
		text-decoration: underline;	
	}
}

.hero-sample__page + .content p a {
	color:  #931621;
	text-decoration: underline;	
}

@media (min-width: 768px) {
	.hero-sample__page + .content .site__centered {
		padding-left: 150px;
		padding-right: 150px;
		font-size: 20px;
		line-height: 38px;
		color: #2E1F27;
	}
	.hero-sample__page + .content .site__centered p {
		margin-bottom: 33px;
	}
}
