/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'QualyBold';
    src: url('http://teamcrc.aap.cloud/wp-content/uploads/fonts/356/Qualy-Bold.ttf') format('truetype');
}

h1, h2, h3 {
    font-family: 'QualyBold', sans-serif !important;
}

.color-title{
	color: rgb(252, 174, 49) !important;
}
.color-title-found{
	font-size: 3.5em; 
	color: rgb(252, 174, 49) !important;
	margin-bottom: 0px;
	line-height: 1;
}
.color-title-found-yellow{
	text-align: center; 
	font-size: 74px;
	color: rgb(252, 174, 49) !important;
}
.color-title-found-blue{
	text-align: center; 
	font-size: 74px;
	color: rgb(33, 120, 190) !important;
}
.color-title-found-bg-yellow{
	font-size: 3.5em;
	color: #15164f !important;
	margin-bottom: 0px;
    line-height: 1;
	text-transform: uppercase;
}
.text-found{
	letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	min-height: 352px;
}
.text-found-horizontal {
	letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	color: rgb(252, 174, 49) !important;
	text-align: justify;
	margin-top: 1.3em;
}
.text-found-objectives{
	letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
	color: rgb(33, 120, 190) !important;
	line-height: 1;
}

img.attachment-thumbnail.size-thumbnail {
    border-radius: 50%;
	background-color: #f4f4f4;
}

div.img-circle-everlast img.attachment-thumbnail.size-thumbnail {
	background-color: #000000;
}

.meet-our-athletes{
	padding: 30px;
    background-color: rgb(33, 120, 190);
}
.border-left-donations-fund{
	border-left: 4px solid #FFFFFF;
}
.border-left-ambassadors{
	border-left: 4px solid #15164f;
}
.bg-gap-ambassadors{
	background-color: rgb(244, 244, 244) !important;
}

.text-ambassadors{
	letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #15164f !important;
    text-align: justify;
}

.logo-footer {
	height:	80px;
}

span.post_comments {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}