/*
 Theme Name:   Suits Child
 Theme URI:    http://example.com/suits-cild/
 Description:  LFSaw's Suits child theme
 Author:       LFSaw.de
 Author URI:   http://tai-studio.org
 Template:     suits
 Version:      1.0.0
 Tags:         whoa
 Text Domain:  suits-child
*/

@import url("../suits/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
@import url("sansation/stylesheet.css");
@import url("istok/stylesheet.css");

textarea {
    font-family: 'istokregular', sans-serif;
}

a:active,
a:hover {
	color: #0080B2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'istokregular', sans-serif;*/
    font-family: 'sansationbold', sans-serif;
   	letter-spacing: 0px;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
}
pre {
	font-family: monospace;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	font-family: inherit;
}

.site-title {
    font-family: 'sansationbold', sans-serif;
}

.site-description {
	font: normal 14px 'istokregular', sans-serif;
	letter-spacing: 0px;
}

.nav-menu li a {
	color: #000;
	letter-spacing: 1px;
    font-family: 'istokregular', sans-serif;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background-color: #0080B2;
	color: #fff;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
/*	background-color: #0080B2;
	color: #fff;
*/
	background-color: #DDD;
	color: #0080B2;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #DDD;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #DDD;
	color: #0080B2;
}


.navbar {
	background-color: #DDD;
}

.site-header .search-field:hover {
	background-color: #0080B2;
}


.entry-title {
    font-family: 'istokregular', sans-serif;
}

.entry-title a:hover {
	color: #0080B2;
}

.entry-meta a:hover {
	color: #0080B2;
}

.entry-content a,
.comment-content a,
.page-content a {
	color: #0080B2;
}

.comment-meta a:hover {
	color: #0080B2;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0080B2;
}

.widget .widget-title {
    font-family: 'sansationbold', sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.692307em;
}
td { vertical-align: top; }
th, td { text-align: left; }


@media only screen and (max-width: 767px) {
	/* Small menu */
	.menu-toggle {
		    font-family: 'istokregular', sans-serif;
	}
}


