/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.3
Template: pro

*/

.entry-content {
	border-top: 2px solid rgb(102,16,62);
}

.prev-button, .next-button, .next-button-arrow, .prev-button-arrow  {
}
@media only screen and (max-width: 600px) {
    .prev-button, .next-button, .next-button-arrow, .prev-button-arrow {
		font-size: 0.8em;
    }
}

.profile-mobile {
	display: none;
}
@media only screen and (max-width: 600px) {
    .profile-mobile {
		display: block;
    }
}

.profile-desktop {
	display: block;
}
@media only screen and (max-width: 600px) {
    .profile-desktop {
		display: none;
    }
}

.profile-navigation {
	margin: 1em 2em 3em 2em;
	font-size: 1.2em;
}
@media only screen and (max-width: 600px) {
    .profile-navigation {
		margin: 0em;
    }
}

.profile-navigation .next-button {
	float: right;
}

.profile-navigation .prev-button {
	float: left;
}

.profile-sans-image {
	margin: 0em auto;
	padding: 0em 2em;
}

.profile {
	margin: 1.5em auto 0 auto;
}

.profile .profile-text {
	font-size: 1.2em;
	margin: 0em 1em;
	text-align: left;
	color: #000;
}


.profile .profile-img {
	max-width: 250px;
	margin: 1.5em auto 0 auto;
}

.profile .profile-img img {
	width: 250px;
	border: 1px solid #d82a1c;
}

.profile .profile-img .rank {
	height: 50px;
	background-color: #000000;
	margin: 0;
	text-align: center;
}

.profile .profile-img .rank .number {
	color: white;
	font-family: 'Garamond Premier', serif;
	font-size: 2em;
	font-weight: 600;
	font-style: italic;
}

.profile .profile-titles {
	text-align: center;
	margin: 0 0 1em 0;
}

.profile .profile-title {
	color: #d82a1c;
	font-size: 1.8em;
	text-align: center;
}

.profile .profile-sub-title {
	letter-spacing: 0.05em;
	font-size: 1.4em;
}

.profile .profile-influence {
	margin: 0em 1em;
	font-size: 16px;
}

.profile .profile-influence .profile-influence-title {
	font-size: 1.4em;
	color: #d82a1c;
}

.profile-box {
	margin: 0em 2em;
	padding: 1em 0;
}
@media only screen and (max-width: 600px) {
    .profile-box {
		margin: 0em;
    }
}

.profile-box .profiles-box {
	margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0,0%,0%);
    padding: 0 1em;
    background-color: rgba(51,51,51,0.1);
}

.profile-box .profiles-box .profile-column {
	margin: 1em auto;
}

.profile-sections {
	color: #000000;
	padding: 0 2em;
	margin: 0 2em 2em 2em;
}
@media only screen and (max-width: 600px) {
    .profile-sections {
		margin: 0em 0em 2em 0em;
		padding: 0em;
    }
}

.profile-sections-title-container {
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em;
	background-color: #d82a1c;
}

.profile-sections-title {
	font-size: 1.6em;
	color: #fff;
}

.profile-sections-container {
	border: 1px solid #d82a1c;
	margin: 0 0 2em 0;
}

.profile-sections-text {
	font-size: 1.1em;
	padding: 1em 1em;
	position: relative;
	z-index: 1;
}

.profile-sections-influence {
	margin: auto 2em;
}

.profile-sections-quotes {
	margin: auto 2em;
}

.profile-sections-statistics {
	margin: auto 2em;
}
