/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Douglas Galbi
 Author URI:   http://purplemotes.net
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.tag-cloud {
	margin-bottom: 2em;
}

.border-black-for-block {
    border: #000 solid 3px;
}


td {
	text-align: center;
	vertical-align: middle;
}

/**
 * 3.0 Typography
 */

 ul, ol {
	margin-left: 25px;
}
 
blockquote {
/*
	border-left: 3px solid #707070;
	border-left: 3px solid rgba(51, 51, 51, 0.7);
*/
	border-left: none;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding-left: 8px;
	margin-left: 25px;
}

blockquote p {
	margin-bottom: 1.6em;
}


/** ******* ADAPTIVE STYLING **/


/**
 * 15.1 Mobile Large 620px
 */


/**
 * 15.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {

	blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		padding-left: 8px;
		margin-left: 25px;
	}

	blockquote p {
		margin-bottom: 1.6471em;
	}
	
 	.entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
}

/**
 * 15.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {

	blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;
		padding-left: 8px;
		margin-left: 25px;
	}

	blockquote p {
		margin-bottom: 1.6842em;
	}
	
	.entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}	
	
}

/**
 * 15.4 Desktop Small 955px
 */
 
@media screen and (min-width: 59.6875em) {

	blockquote {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 1.6em;
		padding-left: 8px;
		margin-left: 25px;
	}
}	


/**
 * 15.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

	blockquote {
		font-size: 17px;
		font-size: 1,7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		padding-left: 8px;
		margin-left: 25px;
	}

	blockquote p {
		margin-bottom: 1.6471em;
	}
	
	.entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}		
	
}


/**
 * 15.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

	blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;
		padding-left: 8px;
		margin-left: 25px;
	}

	blockquote p {
		margin-bottom: 1.6842em;
	}

	.entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}		
	
}


/**
 * 15.7 Desktop X-Large 1403px
 */
 
