/*
 Theme Name:   Simple Article Child 
 Theme URI:    
 Description:  Simple Article Child by Domedia
 Author:       Ryszard Waniek
 Author URI:   
 Template:     simplearticle
 Version:      1.0.2
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* ---------------- Generic ------------------------------*/

p a, .gdlr-blog-content {
	word-break: break-word;
	overflow-wrap: break-word;
}

.gdlr-blog-grid .excerpt-read-more {
   float: none;
}

.home .gdlr-content {
	padding-top: 2rem;
}
/* ---------------- HEADER MODS ------------------------------*/

/****** Logo *****/

.gdlr-logo a:first-child {
	display: flex;
    justify-content: center;
}
.gdlr-logo img {
	max-height: 90px;
	max-width: 90px;
    padding-right: 16px;
    padding-bottom: 20px;
}

.logo-description {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-description p{
	font-family: Merriweather, Sans-serif;
    font-size: 34px;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.name {font-weight: 100; color: #4d4d4d;}
.surname {color: #333;}

p.tagline {
	font-family: Droid Sans, Arial;
	font-size: 13px;
    color: #999;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
	.gdlr-logo a:first-child {
		justify-content: flex-start;
	}
	.logo-description {
		flex-grow: 2;
	}
	.gdlr-logo img {
		max-width: 30%;
		padding-bottom: 0;
	}

	.logo-description p {
		font-size: 15px;
    	line-height: 22px;
	}

	p.tagline {
		font-size: 10px;
	}

	body header .gdlr-logo {
		padding-top: 0;
    	padding-bottom: 0;
	}

	.blog-item-wrapper.gdlr-blog-full-type {
    margin: 0;
}
}


/* ---------------- FOOTER MODS ------------------------------*/

.footer-wrapper .gdlr-widget-title {
	margin-bottom: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 10px;
}


/* ---------------- Ikony wpisu i miniaturki wpisów MODS ------------------------------*/

.gdlr-blog-thumbnail {
	background: none;
	overflow: hidden;
}

.recent-post-widget .recent-post-widget-thumbnail img {
	display: none;
}

.gdlr-service-with-image-item .service-with-image-divider {

	background: #3D3D3D;

}
