@charset "utf-8";
/* Global styles CSS Document */
::-webkit-input-placeholder { color: #313131; }
::-moz-placeholder { color: #313131; opacity: 1; }
:-ms-input-placeholder { color: #313131; }
:-moz-placeholder { color: #313131; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: subpixel-antialiased; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 0; }
img { max-width: 100%; height: auto; }

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 0 0 20px 0;
}
p .alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	/*padding: 5px 0 10px;*/
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 40px;
}
.wp-caption.alignleft {
	margin: 0 40px 40px 0;
}
.wp-caption.alignright {
	margin: 0 0 40px 40px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
.wp-caption-text {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}
.widget-area .widget + .widget {
    margin-top: 30px;
}
.widget-area .widget ul {
    list-style: none;
    padding: 0;
}
.widget-area .widget ul > li {
    margin-bottom: 5px;
}
.widget-area .btn {
  min-width: 1px;
  padding: 3px;
}
.widget-area .form-control {
	font-size: 12px;
}



.ajax-posts-filter-select {
	font-size: 14px;
}
.ajax-posts-filter-btns {
	margin-bottom: 30px;
}
.ajax-posts-filter-btns > li {
	margin: 0 5px 10px 5px;
	cursor: pointer;
	font-size: 13px;
	padding: 9px 16px;
}
.ajax-posts-filter-btns > li:first-child {
	margin-left: 0;
}


.pagination, .posts_per_page {
	border: none;
	border-radius: 0;
	list-style: none;
	display: flex;
	padding-left: 0;
	margin: 10px 0;
}
.pagination {
	justify-content: flex-start;
}
.posts_per_page {
	justify-content: flex-end;
}
.pagination > li, .posts_per_page > li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.pagination > li.active, .posts_per_page > li.active {
	color: #191919;
	font-family:CircularBold;
	background-color: #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.pagination > li > a, .posts_per_page > li > a {
	color: inherit;
	text-decoration: none;
	padding: 6px 13px;
	display: block;
}
.pagination > li > a:hover, .posts_per_page > li > a:hover {
	text-decoration: underline;
}
.pagination > li:first-child, .posts_per_page > li:first-child {
	padding: 6px 13px;
}
.pagination .page-item {
	margin-bottom: -1px;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grecaptcha-badge { z-index: 1000; }
