/*
Theme Name: Tungsten Child
Theme URI: http://wpgurus.net/tungsten/
Template: tungsten
Author: WP Gurus
Author URI: http://wpgurus.net/
Description: Tungsten is a fully responsive WordPress theme with a warm color scheme. It has two skins, red and blue. You can easily switch between the two using the back-end control panel. The CP has several other customization options as well. You can change the sidebar position, add your own logo and favicon, insert custom CSS, disable the homepage slider and much more!
Tags: accessibility-ready,custom-colors,custom-logo,theme-options,threaded-comments,one-column,two-columns,featured-images,right-sidebar,left-sidebar,post-formats,sticky-post,translation-ready,custom-menu,footer-widgets
Version: 1.8.0.1510671077
Updated: 2017-11-14 15:51:17

*/
html {
  font-family: geogia;/*sans-serif;*/
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4d8cbf;
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

img {
  max-width: 360px;/* 100%;cc*/
}

body {
background: #c6941f; /* Old browsers */
background: -moz-linear-gradient(left, #c6941f 0%, #fffa94 25%, #fffa94 75%, #c6941f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c6941f 0%,#fffa94 25%,#fffa94 75%,#c6941f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c6941f 0%,#fffa94 25%,#fffa94 75%,#c6941f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6941f', endColorstr='#c6941f',GradientType=1 ); /* IE6-9 */
}

p {
  margin-bottom: 0.5em;/*cc*/
}
ul, ol {
  margin: 0 0 1.5em 3em;
}

/*--------------------------------------------------------------*/
a {
  color: #fc7f49;
}
a:visited {
  color: #c6941f;
}
a:hover, a:focus, a:active {
  color: #e65d50;/*cc*/
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------*/
.site-branding {
  padding: 10px 0 0 40px;/*cc*/
}
.site {
  max-width: 1080px;/*cc*/
}
.site-title {
  font-size: 50px;/*cc*/
  padding: 0 0 0 60px;/*cc*/
}
.site-logo {
	float: left;/*cc*/
margin-right: 10px;/*cc*/
  padding: 15px 0 0 0;/*cc*/
}
.site-title a {
  color: #c6941f;/*#ccc;*/
  text-shadow: 2px 2px #000;/*cc*/
}
.site-main {
  padding: 30px 10px 5px 40px;/*40px;cc seiteinhalt */
}
.site-footer {
	background: none;/*cc*/
    border-radius: 0 0 8px 8px;/*cc*/
}
/*--------------------------------------------------------------*/



.entry-title a {
   color: #c6941f;
}
.entry-title a:visited {
   color: #c6941f;/*#737373;cc*/
}

.entry-title a:link {
	color: #c6941f;
}
.entry-title a:hover {
  color: #e34100;
}
/*--------------------------------------------------------------*/
.widget .widget-title {
  color: #c6941f;/*#404040;cc*/
}
.widget > ul a,
.widget > ul a:visited {
  color: #4d8cbf;/*#fc7f49;/*CC*/
}
.widget > ul a:hover {
  color: #e65d50;/*cc*/
}

.widget-area {
    flex-basis: 220px;/*250px;cc*/
}

.widget-area {
    flex-basis: 220px;/*250px;cc*/
}
/*--------------------------------------------------------------*/
.blue.main-navigation {
  background-color: #4d8cbf;/*#4862A3;cc menu hintergrund farbe*/
  border-color: #4d8cbf;/*#5D77B8;*/
   border-radius: 8px 8px 0 0;/*cc*/
}
.blue.entry-title a:hover {
  color: #fc7f49;/*#4862A3;/*cc*/
}
.blue.main-navigation a {
  text-shadow: 1px 1px #233D7E;/*menu textschatte verschiebung cc*/
}
.blue.main-navigation li:hover a {
  background: #c6941f;
} 
.blue.main-navigation .current_page_item > a {
  background-color: #4d8cbf;/*#fc7f49;/*#c6941f;/*#5D77B8;cc*/
}
.blue.main-navigation ul ul:hover {
  color: #4d8cbf;/*#c6941f;;/*#F86241;cc*/
}
.blue.site-footer {
  background-color: #4d8cbf;/*cc*/
}
/*--------------------------------------------------------------*/
.main-navigation a {
   padding: 10px;/*cc*/
   color: #fff;/*cc menu textfarbe*/
}
.main-navigation li:hover a {
	border-radius: 15px 15px 0 0;/*cc*/
	color: #fff;/*cc*/
}
.main-navigation .current_page_item > a {
  background: #F86241;/*cc*/
}

.main-navigation ul ul {
	background-color: #fff;
}
.main-navigation ul li li:hover {
  background: #fffA94;/*cc*/
}
.main-navigation {
  background: none;/*cc*/
  padding-left: 20px;/*cc*/
}
/*--------------------------------------------------------------*/
.sub-menu li:hover a{
	color:#fffA94;/*cc*/
}
/*--------------------------------------------------------------*/
img.site-logo {
	padding: 15px 0;
}
.site-title {
	display: inline-block;
	margin-top: 40px;
}
@media (max-width: 800px) {
	.site-title {
		display: block;
		padding: 0 0 10px;
	}
}