/*
 Theme Name: 	FLAGC
 Description: 	Hello Elementor Child Theme
 Template: 		hello-elementor
*/

::selection
{
	background: #3297FD;
}

.entry a
{
	color: #0000EE;
}

.entry a:hover
{
	text-decoration: underline;
}

.entry a:visited
{
	color: #551A8B;
}
/*
#top-nav
{
	color: white;
	text-align: center;
	height: 24px;
	line-height: 22px;
	background: linear-gradient(#404040, #303030);
	border-bottom: 2px solid #505050;
}

#top-nav span
{
	width: 15%;
	height: 22px;
	display: inline-block;
}

#top-nav span.highlight
{
	background: linear-gradient(#606060, #505050);
}

#top-nav span:hover
{
	cursor: default;
}

#top-nav a
{
	color: white;
	width: 15%;
	height: 22px;
	border-right: 2px double #303030;
	display: inline-block;
}

#top-nav a:hover
{
	text-decoration: underline;
}

#top-nav span + span
{
	border-right: 2px double #303030;
	border-left: 2px double #303030;
}
*/

.entry h2
{
	font-size: 20px;
	font-weight: bold;
}

.entry h3
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.cause-list
{
	display: flex;
	flex-flow: row wrap;
}

.cause-list a
{
	width: 100%;
}

.cause-list a h2
{
	font-size: 24px;
	color: #FF4CAF;
	font-weight: bold;
}

@media only screen and (min-width: 769px)
{
	.cause-list
	{
		column-gap: 2%;
	}
	
	.cause-list a
	{
		width: 48%;
	}
}

#causes-dropdown
{
	width: 100%;
}

.archive-box .post-thumbnail
{
	width: 310px;
	height: 165px;
}

.archive-box .post-thumbnail a
{
	background: #404040;
}

.archive-box .post-thumbnail img
{
	width: auto;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 500px)
{
	.archive-box .post-thumbnail
	{
		height: auto;
	}

	.archive-box .post-thumbnail img
	{
		width: 100%;
	}
}

.flag-cause-products-block
{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background-color: #EEEEEE;
	border-radius: 3px;
	margin-top: 60px;
}

.flag-cause-products-block .flag-cause-products-block-image
{
	width: 400px;
	border-radius: 3px 0 0 3px;
}

.flag-cause-products-block-text
{
	padding: 30px;
}

.flag-cause-products-block h2
{
	color: #333333;
}

.flag-cause-products-block h2:hover
{
	text-decoration: underline;
}

.flag-cause-products-block-button
{
	display: inline-block;
	background-color: #FF4CAF;
	color: #EEEEEE;
	font-weight: bold;
	border-radius: 3px;
	padding: 8px 12px;
	margin-top: 10px;
}

.flag-cause-products-block-button:hover
{
	text-decoration: underline;
	color: #EEEEEE;
}

@media only screen and (max-width: 767px) {
	.flag-cause-products-block {
		flex-flow: column nowrap;
		max-width: 500px;
		margin: 30px auto 0;
	}
	
	.flag-cause-products-block .flag-cause-products-block-image {
		width: 500px;
		border-radius: 3px 3px 0 0;
	}
}