/*
Theme Name: MyCamper Blog Theme
Text Domain: mycamper
Version: 1.0
Description: MyCamper Blog Theme
*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;

}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.menu-main .is-active a {
    border-top: 4px solid #2ca6ae !important;
}

.scroll-social ul li .like.active { cursor: inherit !important; }
.scroll-social ul li .like.active svg, .scroll-social--mobile ul li .like.active svg {
    stroke: #f15424 !important;
    fill: #f15424 !important;
}

.lists-blog .current-post-ancestor a,
.lists-blog .current-page-ancestor a
{  color: #fff !important; }

.lang-wrapper .is-active a {
    border-top: 4px solid #2ca6ae !important;
}

.languages-f a { text-transform: uppercase; font-weight: 400;}