.bucket .author__image {
    width: 22px !important;
    display: inline-block !important;
}
.bucket__header {
    width: auto;
    height: 165px;
    overflow: hidden;
    border-color: rgb(222,222,222);
    border: 1px solid rgba(222,222,222,0.3);
}
#menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.max_width_400 {
    max-width: 400px;
}
.max_width_500 {
    max-width: 500px;
}
.max_width_600 {
    max-width: 600px;
}
.owl-theme .owl-dots .owl-dot {
    text-align: center;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute!important;
    bottom: 30px;
    left: auto;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    border-radius: 10px;
}
.widget-area ul {
    padding:0;
    list-style: none;
}

@media screen and (max-width: 500px){
    .w-sm-100 {
        width: 100% !important;
    }
}
article p, .bucket p {
    text-align: left;
    letter-spacing: -0.01em;
    /* word-spacing: -0.1em; */
    hyphens: auto;
    text-justify: inter-word;
}
.cat {
    background: #333;
    padding: 2px 15px;
    border-radius: 20px;
    color: #ccc;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.cat__container {
    position: absolute;
    top: 10px;
    left: 10px;
}

.pagination {
    display: block;
    padding: 10px;
    margin-top: 50px;
    background: hsl(0deg 0% 87%);
}

.page-numbers {
    padding: 5px 25px;
    vertical-align: middle;
}

.next, .prev {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 2px;
    /*border: 3px solid;*/
    background: hsla(0, 0%, 0%, 0);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: hsl(4, 100%, 52%);
    border-color: hsl(4, 100%, 52%);
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 4.4em;
    line-height: .68;
    font-weight: 100;
    margin: 0.07em 0.05em 0 0;
    text-transform: uppercase;
    font-style: normal;
    font-family: serif;
}
blockquote {
    margin: 0 0 1rem;
    border-left: 2px solid hsl(0deg 100% 50%);
    padding: 10px 20px;
    vertical-align: middle;
    background: hsl(150deg 100% 98%);
}

blockquote > p {
    margin: 0;
    color: hsl(117deg 90% 32%)
}

.cat__container .cat__link {
    display: inline-block;
}
.wp-block-image img {
    height: auto !important;
}

figcaption {
    font-family: "EB Garamond",Georgia,serif;
    font-style: italic;
}
#box {
    transition: all 1s;
}
.widget:first-of-type {
    padding-top: 20px;
}
.widget_media_image {
    text-align: center
}
.wp-block-cover__inner-container a {
    color: white;
}

.side-ad {
    display: none;
}

@media screen and (min-width: 1920px){
    .side-ad {
        display: block;
        z-index: 3;
        position: fixed;
        /*top: 800px;*/
    }

}

ol.fancy li::marker {
    color: red;
    font-family: 'EB Garamond';
	font-style: italic;
}
ol.fancy li {
    margin-bottom: 0.75em;
}


body.page-template {
    margin-top: 72px;
}

.byline a {
    color: red;
}

footer .menu {
    list-style: none;
    padding: 0;
}
.dropdown-menu {
    border-radius: 1.5rem;
    overflow: auto;
    transform: translateX(50%) !important;
}
.dropdown-item {
    display: block; 
	width: 100%;
	padding: .5rem 1.5rem;
	clear: both;
	font-size: 12px;
	 text-transform: none; 
	 font-weight: 400; 
	color: #232323;
	text-align: left;
	white-space: nowrap;
	 background-color: transparent; 
	border: 0;
}

.card__img {
    object-fit: cover;
    max-width: 100%;
    height: 245px;
}
.from_blog_subtitle {
    width: 80%;
}
@media (min-width: 600px){
    .from_blog_subtitle{
        width: 50%
    }
}
.bg-image {
        background: url("/images/vth_10.jpg") no-repeat top center, #222;
        background-size: cover
}
body {
	background: white;
	font-family: 'Montserrat', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		font-family: 'Montserrat', sans-serif;
}
footer .menu  li {
	font-size: 14px !important;
}
 .hub .overlay {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        background: #222;
        opacity: 0.4;
        z-index: 1
    }