/*
 Theme Name:   GeneratePress Skysinger Child Theme
 Theme URI:    https://generatepress.com
 Description:  Skysinger child theme for GeneratePress
 Author:       Tom Usborne (GP) / RRM (child)
 Template:     generatepress
 Version:      0.1
*/


/* Basic styles, general use */

.entry img {
border: none;
}

.publication {
	font-style: italic;
}

/* Styling for Blockquotes on Marketing pages */

blockquote.marketing {
	font-style: italic;
}

.quote-pub {
	font-style: normal;
}

/* Styling for Unordered Lists on Marketing pages */

ul.marketing {
}

/* Adding PDF icon to links that go to PDFs */

a[href$=".pdf"] {
	position: relative;
}

a[href$=".pdf"]:after {
	content: "\f1c1";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
	font-size: smaller;
	padding-left: 5px;
}


/* Additional blockquote styling */

blockquote:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.5em;
    color: #999;
    color: rgba(0, 0, 0, 0.1);
    font-family: "FontAwesome";
    font-style: normal;
}

 blockquote {
    position: relative;
    padding: 10px 20px 10px 60px;
    color: #444;align-content;
	border: none;
}

blockquote, q {
    quotes: none;
}

blockquote p {
	margin-bottom: .5em;
}


/* Related Products area styling */

.related.products {
    background-color: #f2f5f0;
    padding: 15px 20px 5px;
}

.related.products h2 {
	font-size: 26px;
}