/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Alignments
# Clearings
# Widgets
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.widget select {
    max-width: 100%;
}
.widget.footer__item {
	margin-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
}
.widget:last-child{
    margin-bottom: 0px;
}
.widget a:hover {
    color: var(--title);
}
.widget h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ol li,
.widget ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.footer-top .widget ol li, 
.footer-top .widget ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget ol li:last-child,
.widget ul li:last-child {
	border-bottom: 0px solid #f2f2f2;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.widget ul ul {
    padding-left: 15px;
}
.widget ul ul ul {
    padding-left: 5px;
}
.widget a {
    color: var(--pra);
}
.widget table {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}
.widget table th {
    background-color: #f2f2f2;
}
.widget table th,
.widget table td {
    padding: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.widget.widget_rss li {
    margin-bottom: 30px;
}
.widget.widget_rss .rssSummary {
    font-size: 95%;
    padding-top: 10px;
}
.widget.widget_rss cite {
    padding-top: 10px;
    display: inline-block;
    font-weight: 700;
}
.widget.widget_rss a.rsswidget {
    font-size: 110%;
}
.widget.widget_rss .rss-date {
    font-size: 80%;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin: 15px 0px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*========================================================== 
   Comments CSS
============================================================*/
.leav-commentwrap h3.title {
    font-size: 25px;
    margin-bottom: 25px;
}
.comment-content h2{
    margin-top: 15px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-list {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.comment-meta {
    margin-bottom: 20px;
}
.leav-commentwrap .comment-content,
.comment-awaiting-moderation,
.comment-meta a {
    color: #748AA0;
}
.bypostauthor {
    display: block;
}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
    color: #748AA0;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-metadata {
    margin-left: 50px;
}
.leav-commentwrap table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.leav-commentwrap table th,
.leav-commentwrap table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.leav-commentwrap table th {
    background-color: #f9f9f9;
}
.leav-commentwrap dd {
    margin-bottom: 15px;
}
.leav-commentwrap .comment-content ul,
.leav-commentwrap .comment-content ol {
    padding-left: 15px;
    margin: 0;
}
.leav-commentwrap address {
    border: 1px solid #ddd;
    padding: 20px;
}
.comment-reply-link {
    display: inline-block;
    color: #748AA0;
    margin-top: 10px;
    transition: 0.5s;
    text-transform: uppercase;
    border: 1px solid #01010110;
    padding: 5px 15px;
}
.comment-reply-link:hover{
    background-color: var(--base);
    color: #fff;
}
.comment-reply-title small{
	margin-left: 15px;
}
.comment-list li.comment {
    margin-bottom: 30px;
    border: 1px solid #01010110;
    padding: 30px;
}
.comment-metadata {
    font-size: 80%;
}
.comment-list li.comment ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
    padding-left: 20px;
}
.comment-respond {
    margin-top: 50px;
} 