/* Enter Your Custom CSS Here */
.pagesubtitle{
  color: #076;/*color: #009688;*/
  text-align: left;
  font-size: 150%;
}
.contact_member{
  color: #000;
  text-align: left;
  font-weight:bold;
  margin:0;
}
.contact_member_info{
  color: #333;
  text-align: left;
  padding-left: 10px;
  
}
.site-title {
	text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0, 0, 0, 0.89) 0px 3px 13px;
}

.site-description {
/*    color: #ddd;
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;*/
	text-shadow: rgba(255,255,255,.2) -1px -1px 1px,rgba(0,0,0,1) 1px 1px 2px;
}
.byline{
	display:none; /*zobrazovanie autora vypnuté*/
}

body {
    
    /* background: url(https://image.shutterstock.com/z/stock-photo-group-of-african-black-children-holding-rice-malnutrition-starvation-hunger-starving-hunger-symbol-322041203.jpg) no-repeat; 
  	background: url('http://nfmilost.rychleweby.sk/wp-content/uploads/sites/40/2017/05/stock-photo-group-of-african-black-children-holding-rice-malnutrition-starvation-hunger-starving-hunger-symbol-322041203.jpg'), linear-gradient(#322a16, #40341e);
    background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-size: 100%;
  	/*min-height:300px*/
*/
}
/**/
article{
	width:100%;
  	/*height: 150px;*/
  	/*border-left:linear-gradient(to bottom,#98bf21 0,#c8e66f 100%);solid 5px #98bf21;*/
  	border-image: linear-gradient(to bottom,rgba(152,191,33,1)  0%, rgba(218,238,157,1)  100%) 0% 0% 0% 100%/0 0 0 5px;
  	/*border-top:solid 2px #555;*/
}
#search-2{
  	/*border-image: linear-gradient(to bottom,rgba(255,223,0,1)  0%, rgba(255,233,79,1)  100%) 0% 0% 0% 100%/0 0 0 5px;*/
  	border-image: linear-gradient(to bottom,rgba(0,173,204,1)  0%, rgba(91,231,255,1)  100%) 0% 0% 0% 100%/0 0 0 5px;
}
#recent-posts-2{
  	border-image: linear-gradient(to bottom,rgba(0,173,204,1)  0%, rgba(91,231,255,1)  100%) 0% 0% 0% 100%/0 0 0 5px;
}
#archives-2{
  	/*border-image: linear-gradient(to bottom,rgba(255,20,20,1)  0%, rgba(255,60,40,1)  100%) 0% 0% 0% 100%/0 0 0 5px;*/
  	border-image: linear-gradient(to bottom,rgba(0,173,204,1)  0%, rgba(91,231,255,1)  100%) 0% 0% 0% 100%/0 0 0 5px;

}
#page{
  	    background: url(/wp-content/uploads/sites/40/2017/05/cropped-girl-67694_1920.jpg) no-repeat center top;
}


body, button, input, select, textarea {
    background-color: #fdfdfd; /*pozadie stránky*/
}
/*farba pozadia článkov*/
.post-content, .single-post-content, .post-comments, .comments-area {
  	/*background-color: #eee;*/
  	background: linear-gradient(to bottom,#f0f0f0 0,#fbfbfb 100%);
  	/*background: rgba(255, 255, 255, .8);/**/
}
#secondary .widget {
    background: linear-gradient(to bottom,#f0f0f0 0,#fbfbfb 100%); /*pozadie sidebaru*/
}

/*velkosť textu v menu*/
.main-navigation ul {
    font-size: 14px;
}

/*.search-page-title, .archive-page-title {
    color: #d00;
    text-align: center;
    letter-spacing: 2px;
}
*/
.featured-image {
    padding: 4em 4em 1em 4em;
}


/* pôvodne
.site-header .site-branding {
    left: 38%;
    text-align: left;
}
.site-header .site-branding {
    margin: 0;
    position: absolute;
    top: 50%;
    margin-right: -50%;
}
*/

.site-header{
  	background:transparent;
 	min-height: 560px;
 	left:0%;
  	text-align: left;
}*/

.site-branding {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;*/
    margin-right: 0%;
}
/*.site-header .site-branding {
  
    left: 38%;
   	text-align: left;
}*/


/* MEDIA QUERIES */
@media (max-width: 600px) { 
    .featured-image {
    padding: 3em 3em 1em 3em;
	}
}
@media (max-width: 450px) { 
    .featured-image {
    padding: 2em 2em 0.5em 2em;
	}
}