/*
 Theme Name:     Twenty Twelve Child
 Theme URI:      https://websteiger.de
 Description:    Letzte Inszenierung WP Theme
 Author:         Philipp Arnold
 Author URI:     https://websteiger.de
 Template:       twentytwelve
 Version:        1.0.0
*/

/* Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
::selection	{
	color:#353535;
	background:#fafafa;
	text-shadow:none;
}
::-moz-selection	{
	color:#353535;
	background:#fafafa;
	text-shadow:none;
}

#page #main .gallery .gallery-item img	{
	border:none;
	box-shadow:none;
}

#page #main .gallery .gallery-item img:hover	{
	outline: solid 1px #ffffff;
}

div.sharedaddy div.sd-block	{
	border:none !important;
}

.tribe-events-list .tribe-events-event-cost span	{
	background-color:#353535;
}

#main #primary #content .entry-content img	{
	border-radius: 0 0 0 0;
	box-shadow:none;
}

#visitenkarte	{
	width:100%;
	margin:auto;
	padding-top:9%;
	padding-bottom:9%;
	/*border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;*/
}

#visitenkarte h1	{
	font-size: 4em;
	text-align:center;	
	letter-spacing: 0.2em; 
	line-height: 1.5em;
	margin-bottom:40px;
}

#visitenkarte li	{
	font-size:1rem;
	text-align:center;
	font-weight:normal;
	line-height:4em;
	letter-spacing:0.5em;
}

#visitenkarte li a    {
    text-decoration: underline;

}

#visitenkarte li a:hover    {
    text-decoration: none !important;
}

#visitenkarte h3	{
	text-align:center;
}

body	{
	color:#ffffff;
	background-color:#353535;
}



body #page a	{
	color:#ffffff;
}

body .tribe-events-single-section	{
	background-color:#353535 !important;
}

header .site-title	{
	letter-spacing: 0.5em;
}

header .site-description	{
	letter-spacing:0.5em;
}

#page header nav .sub-menu li a	{
	color:#353535;
}

#page header nav .sub-menu li a:hover	{
	color:#353535 !important;
}

header nav .sub-menu  li	{
	background-color: #fafafa;
}

#page	{
	background-color:#353535;
	box-shadow:none;
}

#page header nav li a:hover	{
	color:#ffffff;
	text-decoration:underline;
}

.template-front-page .widget-area .widget li	{
	list-style-position:outside !important;
}

#main a	{
	color:#ffffff;
	text-decoration:underline;
	font-style:italic;
	text-decoration:none;
}

#main li a	{
	font-weight:bold;
}

#main .duration	{
	font-weight:normal;
}

#main .widget-area p a	{
	text-decoration:underline;
}

#main .widget-area p a:hover	{
	text-decoration:none !important;
}

.widget-title	{
	color:#ffffff;
}

a:hover	{
	color:#ffffff !important;
	text-decoration:underline !important;
}

.entry-title a	{
	color:#ffffff;
}

#content article a	{
	text-decoration:underline;
}

#main #tribe-events-content a	{
	text-decoration:underline;
	font-style:normal;
}

#main #tribe-events-content a:hover	{
	text-decoration:none !important;
}

#content article a:hover	{
	text-decoration:none !important;
}

.imprint-area   {
    border-top: 1px solid #ededed;
    padding-top: 24px;
    text-align: center;
}

.imprint-area a   {
    text-decoration: none;
}

/* Minimum width of 764 pixels. */
@media screen and (min-width: 764px) {
	header nav .sub-menu li    {
        background-color: #353535;
        color: #fff;
    }
}

.crunchify-link {
    padding: 4px 8px 6px 8px;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    text-decoration: none !important;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}