.calltoaction-widget a {
	color: #ffffff;
}

.post-loop-widget .section-heading {
	display:none;
}

.widget_media_gallery .gallery {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

.widget_media_gallery .gallery .gallery-item {
	margin: 0.25rem;
	width: auto!important;
}

.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
		max-width: 32%;
}

.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
		max-width: 49%;
}

.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
		max-width: 24%;
}

.widget_media_gallery .gallery .gallery-item img {
	width: 100%;
}

.widget_media_gallery .gallery-item img {
	border: none!important;
}

@media (max-width: 760px) {
.widget_media_gallery .gallery.gallery-columns-3 .gallery-item, 
.widget_media_gallery .gallery.gallery-columns-2 .gallery-item, .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
	width: 100%!important;
	max-width: 100%;
	margin: 0.25rem 0;
}	
}

.single-post a button {
	width: auto;
    background-color: transparent;
    border: 2px solid #333;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    cursor: pointer;
    font-size: 0.85rem;
    transition: 0.25s;
}
.single-post a button:hover {
	background-color: #333;
    color: #fff;
}

.centered-content-widget .content p {
	font-size: 1rem;
}

.card-container .card-holder {
	padding: 1rem 1rem;
}

.key {
	font-size:17px !important;
}



.member-list-container p.international {
    padding: 0.5rem;
    margin: 0;
}

.member-list-container p:nth-of-type(even) {
    background-color: #eee;
}

.member-list-container .accomplishment {
    flex-basis: 50%;
}

.member-list-container .states-visited{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 10%;
    margin-right: 1rem;
}

#userProfile .user-profile-container .profile-info .profile-picture {
    margin-top: 3rem;
}

@media screen and (max-width: 425px) {
#panel-246-0-0-1> .panel-widget-style, #panel-246-0-0-3> .panel-widget-style, #panel-246-0-0-5> .panel-widget-style, #panel-246-0-0-7> .panel-widget-style, #panel-246-0-0-9> .panel-widget-style, #panel-246-0-0-11> .panel-widget-style, #panel-246-0-0-13> .panel-widget-style, #panel-246-0-0-15> .panel-widget-style, #panel-246-0-0-17> .panel-widget-style, #panel-246-0-0-19> .panel-widget-style, #panel-246-0-0-21> .panel-widget-style, #panel-246-0-0-22> .panel-widget-style {
	padding: 4rem 2rem 4rem 2rem!important;
}
}

.page-id-3357 .child-header .title {
    font-size: 1.5rem;
}