/*
Theme Name: Karolinska institutet Theme 2020
Description: Ett tema för bloggar och mindre webbplatser.
Author: Consid S5 AB
Author URI: https://www.consid.se
Version: 1.0.0
Text Domain: karolinskainstitutet
*/

.wp-caption {
    width: 100% !important;
}
.wp-caption-text {
    margin-top: -15px !important;
    font-size: 1.4rem !important;
    font-style: italic;
}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}


/* Styling for protected page forms */

.post-password-form input[type="password"] {
    padding-top: 0.2rem;
	padding-bottom: 0.4rem;
}

.post-password-form input[type="submit"] {
    border: 0;
	display: inline-block;
	padding: 0.7rem 1.3rem 0.7rem;
	margin: 0;
	font-size: 1.8rem;
	background-color: #870052;
    color: #fff;
    cursor: pointer;
    transition: background-color .4s ease-out;
}

.post-password-form input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #540033 !important;
}

.wp-block-image figcaption{
    margin-top: -1.5rem;
}


/* Styling for the comment section, makes a breakline after enter in the comments */
.comments__comment__text{
    white-space: pre-line;
    }