/* allegro theme main menu drop down arrow fix */
/*.main-menu .the-menu li a span:after {
	top: -2px;
}*/
/* Widget font size for russian is bigger - fix */
.widget > h3 {
	font-size: 14px;
}
/* home page block title */
.block-title h2 {
  font-family: inherit;
  font-size: 14px;
}
/* home page block post titles */
.article-block-big .article-content h4 {
    font-size: 14px;
    font-weight: bold;
}
/* title block back to home hover text color same as background fix */
.list-title, a:hover, a.mobile-menu, .widget .meta a {
	color: #ADD8E6;
}
/* widget post title */
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    font-weight: bold;
}
/* remove author below post */
.shortcode-content .article-title {
	display: none;
}
/* wisija submit button spacing fix */
.widget_wysija_cont .wysija-submit {
    margin-top: 0px;
}
/* Galley style tweaks */
.the-image {
    padding: 5px !important;
}
.photo-gallery-full .nav-counter {
    font-size: 0.9em !important;
    text-align: center;
    padding: 0 0 5px 0;
}
.photo-gallery-full .nav-prev {
    float: left;
    padding: 0 5px 0 5px;
}
.photo-gallery-full .nav-next {
	float: right;
    padding: 0 5px 5px 0;
}
.photo-gallery-full .nav-prev a,
.photo-gallery-full .nav-next a,
.photo-gallery-full .nav-counter {
	color: #363635;
}
.photo-gallery-full .nav-prev a:hover,
.photo-gallery-full .nav-next a:hover {
    color: #000;
}
/* Gallery shortcode width */
.gallery-preview {
	width: auto;
 	margin: 15px auto;
}
.gallery-preview .photos {
    margin-bottom: 0;
}
.gallery-preview .photos a.img-block {
	padding-bottom: 13.6%;
}
/* Galleries list: fix title height */
.photo-gallery-block .gallery-content h3 {
    margin-bottom: 10px;
    min-height: 55px;
}
.photo-gallery-block .gallery-content {
    padding: 5px;
}
/* Hide galleries more link */
.gallery-content .more {
	display: none;
}