@import 'css/else.css';
@import 'css/main.css';
@import 'css/header.css';
@import 'css/footer.css';
@import 'css/responsive.css';


/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */

.error-info {
    opacity: 1 !important;
    background-color: #ececec;
    padding: 10px;
    line-height: 1.8;
    margin-top: 0px;
}
.detailed-article ul li {
    list-style-type: disc !important;
    list-style-position: inside;
}
.detailed-article ul.read-else {
	line-height: 1;
}
.detailed-article ul li a {
    text-decoration: underline;
}
.detailed-article ul li a:visited {
    color: #4C257F;
}
#searchform {
    position: relative;
}
#searchsubmit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    height: 34px;
    width: 34px;
    margin: 0;
    padding: 0;
    background-image: url(./img/explore.jpg);
    background-size: contain;
}
#searchsubmit:hover {
    opacity: .65;
    background-image: url(./img/explore.jpg);
    background-size: contain;
}
.up-like {
    line-height: 0;
    margin-top: -15px;
}
.detailed-article .gallery {
    margin-top: -60px !important;
    margin-bottom: -40px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.detailed-article .gallery br {
    display: none;
}
.detailed-article .gallery .gallery-item {
    display: block;
    margin-top: 0 !important;
    line-height: 0;
}
.detailed-article .gallery .gallery-item .gallery-icon {
    display: block;
    line-height: 0;
}
.detailed-article .gallery .gallery-item img {
    border: 3px solid #F5F5F5 !important;
    min-width: 100% !important;
    height: auto !important;
}
.detailed-article .gallery .gallery-icon a {
    display: block;
    line-height: 0;
}
.detailed-article .gallery .wp-caption-text {
    display: none;
}
