/*
Theme Name: Pomoranska
Description: Odvozená (child) šablona
Author:       Mon Alba / David Najman
Author URI:   http://www.monabla.cz/it
Template:     generatepress
Version:      1.0.5
Text Domain:  pomoranska
*/


.site-info {
    color: #bbbbbb;
}

.main-title a {
	font-size: 35px;
}
.inside-header {
	padding: 20px 0;
}

.footer-widgets {
    background-color: #cccccc;
}

#loginform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#loginform .input {
	display: block;
}

a[href$=".pdf"] {
	background: url(/wp-content/themes/pomoranska/images/pdf-icon-ma.svg) no-repeat center left;
	background-size: auto 28px;
	padding-left: 30px;
    display: inline-block;
	line-height: 28px;
}
a[href$=".doc"], a[href$=".docx"], a[href$=".odt"] {
	background: url(/wp-content/themes/pomoranska/images/doc-icon-ma.svg) no-repeat center left;
	background-size: auto 28px;
	padding-left: 30px;
    display: inline-block;
	line-height: 28px;
}
a[href$=".xls"], a[href$=".xlsx"], a[href$=".ods"] {
	background: url(/wp-content/themes/pomoranska/images/xls-icon-ma.svg) no-repeat center left;
	background-size: auto 28px;
	padding-left: 30px;
    display: inline-block;
	line-height: 28px;
}
.wp-block-file .wp-block-file__button {
   line-height: initial;
}