/*
Theme Name: Travelify Child
 Theme URI:
 Description: Travelify Child Theme
 Author: Me
 Author URI: http://www.yourdomain.com/
 Template: travelify
 Version: 3.0.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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



body {
    border-top: none;
}

a:focus,a:active,a:hover {
	color: #9D2420;
	text-decoration: none;
}

a {
	color: #9D2420;
	text-decoration: none;
}

#site-title a {
	color: #9D2420;
	letter-spacing: -2px;
}

#content ul a:hover,#content ol a:hover {
	text-decoration: none;
	color: #9D2420;
}

.entry-title, .entry-title a, .entry-title a:hover,.entry-title a:focus,.entry-title a:active {
	color: #9D2420;
    font-size: 20px;
    letter-spacing: -0.5px;
}

#branding {
    margin-top: 1px;
    background-color: #FDF0C6;
    background-image: none;
background-position: 95% 0;
}

/* ----- Problembehebung Titel-Problem bei Aktuelles/Startseite Trick 17... ----- */
.no-margin-left article 					{font-size:0;line-height:0;}
.no-margin-left article figure				{font-size:14px;line-height:24px;}
.no-margin-left article .entry-header		{font-size:14px;line-height:24px;}
.no-margin-left article .entry-content		{font-size:14px;line-height:24px;}
.no-margin-left article .entry-meta			{font-size:12px;line-height:20px;}
.no-margin-left article .entry-meta-bar .readmore {font-size:14px;line-height:24px;}


#main-nav ul li ul li a,#main-nav ul li.current-menu-item ul li a, #main-nav ul li ul li.current-menu-item a, #main-nav ul li.current_page_ancestor ul li a, #main-nav ul li.current-menu-ancestor ul li a, #main-nav ul li.current_page_item ul li a {
    color: #9D2420;
}

#main-nav ul li ul li a:hover, #main-nav ul li ul li:hover > a, #main-nav ul li.current-menu-item ul li a:hover {
    color: #9D2420;
}


@media only screen and (min-width: 100px) and (max-width: 767px) {
	#branding {
		background-image: none;
	}

