/*
 Theme Name:   Twenty Thirteen Child for Recall
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       MM
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

span.wpcf7-list-item {
display:block;
}

.entry-title {
font-weight: normal;
margin: 0 0 5px;
color: #2d8381;
}

.entry-title a {
	color: #2d8381;
}

.entry-title a:hover {
	color: #ea6226;
}

.entry-content a {
	color: #ea6226;
}

.entry-content a:hover {
	color: #2d8381;
}

.entry-meta a {
	color: #ea6226;
}

.entry-meta a:hover {
	color: #2d8381;
}

.site-header .home-link{
	background-image: url(http://recall-fet.eu/wp-content/uploads/recall_header.png);
	margin: 0 auto;
	padding: 0;
	height: 230px;
	min-height: 100px;
	min-width: 100%;
	background-repeat: no-repeat;
	background-position:center;
	background-size: contain;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #255468;
}


.zp-Entry {
    padding-bottom: 10px;
}


/* Fixing header font size */
h1 {
    font-size: 30px;
}

/* 0.14375 */
@media (max-width: 1355px){
	.site-header .home-link{
		height: 195px; 
	}
}
@media (max-width: 1050px){
	.site-header .home-link{
		height: 151px; 
	}
}
@media (max-width: 950px){
	.site-header .home-link{
		height: 137px; 
	}
}
@media (max-width: 700px){
	.site-header .home-link{
		height: 101px; 
	}
}

@media (max-width: 550px){
	.site-header .home-link{
		height: 80px; 
	}
}

@media (max-width: 350px){
	.site-header .home-link{
		height: 51px; 
	}
}