/*
	Theme Name: TIKonline.de Child Theme for Genesis
	Theme URI: http://www.tikonline.de/themes/tikonline/
	Description: TIKonline.de is a responsive child theme created for the Genesis Framework based on Metro.
	Author: barfux.media
	Author URI: http://www.barfux.de/

	Version: 1.0

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.9

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 


/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
	background: url('/wp-content/themes/tikonline/images/bg.gif')
}
center {
    margin-bottom: 16px;
	margin-bottom: 1rem;
}
body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:hover,
h4.widgettitle a,
input,
.author,
.date,
/*
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
*/
.post-comments,
#title a,
#title a:hover {
	color: #1e1e1e;
}

a,
h2 a,
h2 a:visited {
	color: #CC0000;
}

/* .genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a, */
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	text-decoration:underline;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'Lato', sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 24px;
	font-size: 1.5rem;
}
.unsichtbar {
	display: none;
}
blockquote:before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	color: #1E1E1E;
    font-size: 24px;
	font-size: 1.25rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 16px;
	font-size: 1rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 700;
}

.wp-caption {
    background: #eee;
   /*  border: 1px solid #eee; */
    font-size: 12px;
	font-size: 0.75rem;
    font-style: italic;
    text-align: left;
    padding-top: 10px;
    text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}

.updated,
.vcard {
	display: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */


/* 03a - Structure ----------- */

.footer-widgets,
#wrap {
	background-color: #fff;
	margin: 32px auto;
	margin: 2rem auto;
	max-width: 1080px;
	overflow: hidden;
	border: 1px solid #1e1e1e;
}

.metro-landing #wrap {
	max-width: 700px;
}

#wrap {
	clear: both;
	/* padding: 36px; 
	padding: 2.25rem; */
}

#inner {
	clear: both;
	/* overflow: hidden;
	padding-top: 32px;
	padding-top: 2rem; */
}

.metro-landing #inner {
	padding-top: 0;
}

/* 03b - 1080px CSS Grid ----------- */

#sidebar-alt {
	width: 15.555555555%; /* 168px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
.subnav-left,
#header .widget-area {
	width: 31.111111111%; /* 336px / 1080px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 38.356164383%; /* 336px / 876px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 57.534246575%; /* 504px / 876px */
}

.home-middle-left,
.home-middle-right {
	width: 47.457627118%; /* 336px / 708px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 65.555555555%; /* 708px / 1080px */
}
/* newsletter und suche */
#title-area,
#header .widget-area {
	width: 50%;

}
#header .widget-area #newslettersignupwidget-2 {
	margin-top: 4px;
	margin-bottom: 40px;
	float: right;
}
#header .widget-area #newslettersignupwidget-2 .widget-wrap {
	padding: 5px;
	background: #e10f12;
	width: 318px;
	height: 30px;
	
}
#header #nsu-form-0 input { width: 200px; float: left; margin: 0 5px; padding: 5px; }
#header #nsu-form-0 input#nsu-submit-0 { width: auto; }
#header #search-2 {
	clear: right;
}
#header .search-input {
	width: 200px;
}
#header .widget-area #newslettersignupwidget-2 button:hover, 
#header .widget-area #newslettersignupwidget-2 input[type="button"]:hover, 
#header .widget-area #newslettersignupwidget-2 input[type="submit"]:hover, .btn:hover {
    background-color: #666;
}

/* newsletter und suche ende */

#content-sidebar-wrap {
	background-color; #fff;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 81.111111111%; /* 876px / 1080px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1080px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.home-middle-left,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.home-middle-right,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}


/* 04c - Header ----------- */

#header {
	border-bottom: 1px solid #fff;
	min-height: 120px;
	overflow: hidden;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
	padding-left: 16px;
	padding-left: 1rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	clear: left;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	/* overflow: hidden; */
}

.entry-content,
.entry-content p {
	line-height: 1.2;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	/*
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	position: relative;
	top: 25px;
	top: 1.25rem;
	*/
	text-align: right;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	clear: left;
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	/* background-color: #f5f5f5; */
	margin-bottom: 16px;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 8px;
	padding: 0.5rem;
	font-size: 0.75rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 16px 20px;
	padding: 1rem 1rem 1rem 1rem;
	position: relative;
	color: #ffffff;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #CC0000;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	/* background-color: #fff; */
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 0;
	color: #CC0000;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: none;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation {
	text-align: center;
	clear: left;
}
.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #CC0000;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.nsu-form p label {
	margin-left: 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.sidebar .widget {
	border: 1px solid #ccc;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
	/* overflow: hidden; */
	
}
.sidebar .adinjwidget {
	border: 0;
	
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}
.sidebar .widget h4,
.sidebar .widget div.title {
	color: #fff;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	background: #CC0000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#cc0000, #991305);
	background: -o-linear-gradient(#cc0000, #991305);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc0000), to(#991305)); /* older webkit syntax */
	background: -webkit-linear-gradient(#cc0000, #991305);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	font-size: 16px;
	font-size: 1rem;
    font-weight: bold;
}
.sidebar .widget-wrap ul,
.sidebar .widget div div {
	padding: 16px;
	padding: 1rem;
}
.sidebar .widget .wp-polls,
.sidebar .widget div div div {
	padding: 0;
}
.sidebar .widget .post.entry {
	margin-bottom: 0;
}

#widget-ca {
	width: 300px; height: 250px; border: 1px solid; padding: 0;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
}

#footer .wrap {
	border-top: 2px solid #1e1e1e;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 8px;
	padding: 0.25rem;
	/* width: 100%; */
}
.wpcf7-checkbox input,
.acceptance-780 input,
.acceptance-886 input {
	width: 14px;
}


#header .search-form {
	float: right;
	/*margin-top: 80px;
	margin-top: 5rem; width: 80%;*/
	margin-right: 16px;
	margin-right: 1rem;
	
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #CC0000;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	width: auto;
	height: auto;

}
.eazyest-image {
    padding-bottom: 16px;
	padding-bottom: 1rem;
}
.eazyest-image img {
	width: 700px;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin: 12px 0;
	margin: 0.75rem 0;
	padding: 0 12px 12px; 
	padding: 0 0.75rem 0.75rem; 
	font-weight: normal;
}

.gallery-caption {
}


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {

	#wrap {
		max-width: 960px;
	}	

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

	#newslettersignupwidget-2 {
		display: none;
	}
	
	#wrap {
		padding: 0 5%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}

	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

/* TIKonline.de special modified */

#szm {
	width:1px; height:1px;float:right; position:absolute; top:-100px; 
}
#bigsize {
	/* border: 1px solid #ddd;
    height: 90px; */
    margin: 5px auto 0;
    max-width: 1080px;
}
#skyscraper {
	/* border: 1px solid #ddd; */
    height: 600px;
    left: 100%;
	top: 0;
    margin: 0 0 0 5px;
    padding: 0;
    position: absolute;
    width: 160px;
}
#billboard {
	margin: 16px 0;
	margin: 1rem 0;
}

#wrap {
	overflow: visible;
	position: relative;
	margin: 5px auto;
}

#header {
	background: url('/wp-content/themes/tikonline/images/header-small.jpg') top left no-repeat;
	padding-bottom: 10px;
}

.hide_on_desktop{
	display:none;
}
@media only screen and (max-width: 600px) {
	#header {
		background: url("/wp-content/themes/tikonline/images/logo.jpg") top left no-repeat;
	}
	
  	.hide_on_desktop{
		display:block;
	}

}

#title-area {
	visibility: hidden;
}

#sidebar {
	padding-right: 10px;
}

#menu-footer {
	font-weight: normal;
}
.genesis-nav-menu.menu-secondary {
    border-bottom: 2px solid #1E1E1E;
	border-top: 0;
}
#footer .wrap {
    border-top: 0;
	padding: 16px;
	padding: 1rem;
}
#menu-hauptmenue {
	background: #CC0000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#cc0000, #991305);
	background: -o-linear-gradient(#cc0000, #991305);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc0000), to(#991305)); /* older webkit syntax */
	background: -webkit-linear-gradient(#cc0000, #991305);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
#menu-hauptmenue li a:hover {
		background: #444;
		background: -moz-linear-gradient(#444, #555);
		background: -o-linear-gradient(#444, #555);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#555)); /* older webkit syntax */
		background: -webkit-linear-gradient(#444, #555);
		color: #fff;
}
#menu-hauptmenue li li {
		background: #444;
		background: -moz-linear-gradient(#444, #555);
		background: -o-linear-gradient(#444, #555);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#555)); /* older webkit syntax */
		background: -webkit-linear-gradient(#444, #555);
		color: #aaa;
}
#menu-hauptmenue  .date {
	color: #ffffff;
}

#menu-footer.genesis-nav-menu a {
	color: #1e1e1e;
}
#menu-footer.genesis-nav-menu a:hover {
	text-decoration: underline;
}

/* Galerien */

.content-sidebar #content {
	/* width:100% */
}

.hidden,
#hidden {
	visibility:hidden;
	display: none;
}
.h1_sub,
#h1_sub {
	color:#1e1e1e;
	font-size: 20px;
	font-size: 1.25rem;
}

#link2post {
	text-align: center;
	margin: 8px 0 32px ;
	margin: 0.5rem 0 2rem;
}


#link2post a,
.thumbnail-navigation .alignleft a {
	background-color: #CC0000;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.5rem 0.75rem;
	color: #fff;
	text-decoration: none;
}
.next-image a,
.previous-image a,
.nav-previous a,
.nav-next a  {
	background-color: #bbb;
	border-radius: 3px;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	text-decoration: none;
	color: #fff;
}
.navigation .meta-nav {
	visibility: hidden;
}

#link2post a:hover,
.next-image a:hover,
.previous-image a:hover,
.thumbnail-navigation .alignleft a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	background-color: #1e1e1e;
}
.thumbnail-navigation .alignleft {
	float:none;
	text-align:center;
	margin-bottom: 20px;
}

.post .eazyest-gallery,
.post .modified-gallery {
	border: 3px solid #eee;
	padding: 4px;
	padding: 0.25rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.post .eazyest-gallery h3,
.post .modified-gallery h3,
.tikonline_eazyest_description h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
}

.eazyest-gallery .button ,
.eazyest-gallery .navigation ,
.post .eazyest-gallery .gallery-caption{
	display: none;
	visibility: hidden;
	/*
	*/
}
.page-id-2 {

}

.eazyest-gallery dl {
	border: 3px solid #eee;
	margin-right: 8px;
	margin-right: 0.5rem;
}
.post .eazyest-gallery dl {
	border: 0;
}
.eazyest-gallery dt {
	text-align: center;
	padding: 8px 0;
	padding: 0.5rem 0;
}
.eazyest-gallery dd  {
	padding: 0 8px 8px;
	padding: 0 0.5rem 0.5rem;
}
.eazyest-gallery dd .folder-title {
	font-size: 16px;
	font-size: 1rem;
	
	
}
.eazyest-gallery dd .folder-count{
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	color: #CC0000;
}
.eazyest-gallery-pre {
	
}
/* LG Styles */

.entry-header .navigation  div{
/*	position: relative;
	top: 50px; */
}

.tikonline_eazyest_description {
	/* background: #eee; */
	border: 3px solid #BBBBBB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
	padding: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	
}

/*
img.alignright,
.newsgroup img.alignright,
.newsgroup img.alignleft,
.newsgroup .tikonline_eazyest_description img.alignright,
.newsgroup .tikonline_eazyest_description img.alignleft  {
	margin: 0;
}*/

.tikonline_eazyest_description > p {
	margin: 16px 0;
	margin: 1rem 0;
}
.eazyest-image .entry-description p {
	background: #fff;
}
.credit_gallery {
	font-size: 10px;
	font-size: 0.625rem;
}
.com_link_gal {
	text-align:right;
	margin-bottom: 1rem;
}

/* Logo */

.logo {
	position: absolute;
	top: 20px; left: 12px;
	width: 195px;
	height: 83px;
	text-align: center;
}
.logo a {
	color: transparent;
	display: block;
	line-height: 83px;
}
/* Poll Styles */

.pollbar {
	background: #CC0000;
	height: 10px;
}

.wp-polls-archive {
}
.wp-polls, .wp-polls-form {
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    background-image: none;
    display: block;
    text-align: left;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
    float: none;
    list-style: none outside none;
    text-align: left;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
    content: "";
}
.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
    border: 0 none;
    display: inline;
    margin: 0;
    padding: 0;
}
.wp-polls-ul {
    margin: 0 0 10px 10px;
    padding: 0;
}
.wp-polls-ans {
    opacity: 1;
    width: 100%;
}
.wp-polls-loading {
    display: none;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.wp-polls-image {
    border: 0 none;
}
.wp-polls .Buttons {
    background-color: #CC0000;
	border-radius: 3px;
	cursor: pointer;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	color: #fff;
	text-decoration: none;
}
.wp-polls input[type="button"]:hover{
    background-color: #1e1e1e;
}
.wp-polls-paging a, .wp-polls-paging a:link {
    background-color: #FFFFFF;
    border: 1px solid #0066CC;
    color: #0066CC;
    margin: 2px;
    padding: 2px 4px;
    text-decoration: none;
}
.wp-polls-paging a:visited {
    background-color: #FFFFFF;
    border: 1px solid #0066CC;
    color: #0066CC;
    margin: 2px;
    padding: 2px 4px;
    text-decoration: none;
}
.wp-polls-paging a:hover {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}
.wp-polls-paging a:active {
    background-color: #FFFFFF;
    border: 1px solid #0066CC;
    color: #0066CC;
    margin: 2px;
    padding: 2px 4px;
    text-decoration: none;
}
.wp-polls-paging span.pages {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    margin: 2px;
    padding: 2px 4px;
}
.wp-polls-paging span.current {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    margin: 2px;
    padding: 2px 4px;
}
.wp-polls-paging span.extend {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    margin: 2px;
    padding: 2px 4px;
}
.wp-polls-ul input {
	width: 10px;
}


/* Home */
.stylefinder,
.newsgroup,
#newsgroup {
	border: 1px solid #ddd;
	padding: 8px;
	padding: 0.5rem;
	margin: 0;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.stylefinder-title,
.newsgroup-title,
#newsgroup-title {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px;
	padding: 0.5rem;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	background: #cc0000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#cc0000, #991305);
	background: -o-linear-gradient(#cc0000, #991305);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc0000), to(#991305)); /* older webkit syntax */
	background: -webkit-linear-gradient(#cc0000, #991305);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
.newsgroup .entry,
#newsgroup .entry {
	margin-top: 16px;
	margin-top: 1rem;
	margin-bottom: 0;
}
.newsgroup .post,
#newsgroup .post  {
	clear: left;
}
.home .post {
	
}

/* Archive */

.search .post.entry,
.search .galleryfolder,
.category .post.entry {
	clear: both;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.home .post.entry h2,
.category .post.entry h2  {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	/* margin-bottom: 1.625rem; */
}

/* Gewinnspielteilnahme */

#gewinnspielteilnahme {
	border: 1px solid #ddd;
	margin-left: 15%;
	width: 70%;
	padding: 16px;
	padding: 1rem;
}
#gewinnspielteilnahme h3 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/* Newsletter phplist */

#phplist {
	border: 1px solid #DDDDDD;
	padding: 15px;
}

li.list input {
	width: auto;
	margin-right: 10px;
}

.post-380965 h1 {
	margin-bottom: 15px;
}

#phplist td input {
	margin-left: 5px;
}


/* Content Gallery Slider */

.imageElement {
	visibility: hidden;
	}
	
#myGallery, #myGallerySet, #flickrGallery {
	background: #000 url('http://www.tikonline.de/wp-content/plugins/dynamic-content-gallery-plugin/js-mootools/css/img/loading-bar-black.gif') no-repeat center;
	border: 0px solid #000000;
	height: 400px;
	height: 25rem;
	max-width: 708px;
	max-width: 44,25rem;
	margin-bottom: 1rem;
	overflow: hidden;
	}

.jdGallery .slideInfoZone {
	background-color: #FFFFFF !important;
	height: 95px;
	}

.jdGallery .slideInfoZone h2 {
	color: #e60000 !important;
	font-size: 24px !important;
	font-weight: bold !important;
	margin: 2px 5px !important;
	padding: 0px 0px !important; 
	}

.jdGallery .slideInfoZone p {
	color: #e60000 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	margin: 2px 5px !important;
	padding: 0px 0px !important;
	}

.jdGallery .slideInfoZone p a, .jdGallery .slideInfoZone p a:link, .jdGallery .slideInfoZone p a:visited {
	color: #FFFFFF !important;
	font-weight:normal !important;
	}

.jdGallery .slideInfoZone p a:hover {
	color: #FFFFFF !important;
	font-weight:bold !important;
	}
	
.jdGallery .slideElement {
	background-color: #000000;
	}
	
/* bilder vergrößern

img.post-image {
	width: 200px;
	height: 140px;
}
*/
.search .galleryfolder  img {
	width: 150px;
}

.attachment img {
	margin-bottom: 10px;
}

/* searchform sbc */

#sbc {
	border: 1px solid #ddd;
	padding: 25px;
	border-radius: 7px;
	background: #eee;
	/* font-size: 0.8125rem; */
	color: #999;
	margin-bottom: 1rem;
}
#sbc p {
	float: left;
	margin: 0.6125rem 10px 0 0;
}
#sbc .multi-cat {
	width: 30%;
	float:left;
	margin: 0 10px 0 0;
	padding: 0.5rem;
}
#sbc .postform {
	width: 35%;
	clear: none;
	float:left;
	margin: 0 10px 0 0;
	padding: 0.5rem;
}
#sbc-submit {
	padding: 0.5rem;
}

/* searchform sbc widget */

#sbc-search-widget .multi-cat {
	width: 75%;
}
#sbc-search-widget #sbc-submit {
	padding: 0.25rem;
}


/* Stylefinder */
.stylefinder {
	min-height: 500px;
}
.stylefinder ins,
.category-fashion-style-und-beauty ins,
.category-die-duefte-der-stars ins {
	margin-bottom: 12px;
	min-height: 300px;
	display: block;
    float: left;
    height: auto;
    max-width: 380px;
    position: relative;
    width: 55%;
}
.stylefinder .tikonline_eazyest_description {
	border: 0;
	padding: 0;
}
.stylefinder img.alignleft,
.stylefinder .tikonline_eazyest_description img.alignleft,
.category-fashion-style-und-beauty img.alignleft,
.category-die-duefte-der-stars  img.alignleft {
	margin-right: 10px;
	width: 43%;
}
.stylefinder img.alignright,
.stylefinder .tikonline_eazyest_description img.alignright,
.category-fashion-style-und-beauty img.alignright,
.category-die-duefte-der-stars  img.alignright {
	margin: 0 0 10px;
	width: 43%;
}
.more-from-category {
	text-align: right;
}

.more-from-category a {
	padding: 16px 0;
	padding: 0.5rem 0;
}
/* Container inside Article Content hide overflow for Responsible */

.content_container {
	clear:left;
	max-width:708px;
	overflow:hidden;
}

/* yarpp related */

.yarpp-related {
	clear: both;
	overflow: hidden;
}

 /* Amazon Styles version 1.7*/
	table.amazon-product-table {
		border-collapse : collapse;
		border : 0 none !important ;
		width : 100%;
	}
	table.amazon-product-table td {
		border : 0 none !important ;
		padding : 0 !important ;
	}
	div.amazon-image-wrapper {
		text-align : center;
		width : 170px;
		float : left;
		padding : 0 10px 0 10px;
	}
	table.amazon-product-table hr {
		display : block;
	}
	span.amazon-tiny {
		font-size : 10px;
	}
	div.amazon-buying {
		text-align : left;
	}
	h2.amazon-asin-title {
		margin : 0 0 5px 0;
		line-height : 1.25;
		font-size : 10pt;
	}
	span.asin-title {
		text-align : left;
	}
	span.amazon-author {
		color : #666;
		font-size : 12px;
	}
	span.amazon-starring-label {
		color : #999;
		font-size : 10px;
	}
	span.amazon-director-label {
		color : #999;
		font-size : 10px;
	}
	span.amazon-rating-label {
		color : #999;
		font-size : 10px;
	}
	span.amazon-starring {
		color : #666;
		font-size : 12px;
	}
	span.amazon-director {
		color : #666;
		font-size : 12px;
	}
	span.amazon-rating {
		color : #666;
		font-size : 12px;
	}
	table.amazon-product-price {
		border-collapse : collapse;
		border : 0 none;
		/*width : auto;*/
		padding : 0 !important ;
	}
	table.amazon-product-price a img.amazon-image {
		background-color : transparent !important ;
		border : 0 none !important ;
	}
	td.amazon-post-text {
		text-align : left;
		padding : 0 !important ;
	}
	td.amazon-list-price-label {
		font-size : 10px;
		color : #666;
		text-align : left;
		width : 35%;
	}
	td.amazon-list-price {
		width : 65%;
		text-decoration : line-through;
		text-align : left;
	}
	td.amazon-price-label {
		font-size : 10px;
		color : #666;
		text-align : left;
		width : 35%;
	}
	td.amazon-price {
		font-size : 14px;
		color : #800000;
		font-weight : bold;
		text-align : left;
	}
	td.amazon-new-label {
		font-size : 10px;
		color : #666;
		text-align : left;
		width : 35%;
	}
	td.amazon-new {
		font-size : 14px;
		color : #800000;
		text-align : left;
		font-weight : bold;
	}
	td.amazon-used-label {
		font-size : 10px;
		color : #666;
		text-align : left;
		width : 35%;
	}
	td.amazon-used {
		color : #666;
		text-align : left;
	}
	div.amazon-dates {
		padding : 0 !important ;
		text-align : left;
	}
	div.amazon-dates span.amazon-preorder {
		font-weight : bold;
		color : #d16601;
		text-align : left;
	}
	div.amazon-dates span.amazon-release-date {
		font-size : 10px;
		color : #666;
		text-align : left;
	}
	span.instock {
		font-size:8pt;
		color:#008000;
	}
	span.outofstock {
		font-size:8pt;
		color:#800000;
	}
	div.appip-multi-divider {
		margin:10px 0;
	}

/* Ostersuche */

.post-429707 td {
	padding-bottom: 50px;
}

.blink {
	opacity: 1;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    opacity: 0;
  }
}
	  
	  
	#header .mc4wp-success {
		position: absolute;
    /* left: 0px; */
    background: #e10f12;
    padding: 23px 13px;
    color: #fff;
    width: 328px;
    right: 0px;
    box-sizing: border-box;

	}
	   
	   .widget_mc4wp_form_widget{
	    margin-top: 4px;
    margin-bottom: 40px;
    float: right;
    }
.widget_mc4wp_form_widget .widget-wrap{
	    padding: 5px;
    background: #e10f12;
    width: 318px;
    height: 30px;
    }
    
 .widget_mc4wp_form_widget .widget-wrap  input[type="submit"] {
	 margin: 0 5px;
    padding: 5px;
 }
 
 
 
 
 
.post.type-post> h2 a::after,
a.yarpp-thumbnail::after,
.entry-content > a::after{
content: " ";
    background-image: url(/wp-content/themes/tikonline/images/playbutton.png);
    background-size: 1.5em auto;
    
    z-index: 10;
    opacity: .9;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    width: 3em;
    z-index: 100;
    height: 1em;
    background-repeat: no-repeat;
    background-position: left;
    font-size: .7em;
    padding-left: 1.7em;
    color:#aaa;
    margin-top:-0.08em;
    margin-left:.1em;


}


.post.type-post .entry-title > a,
a.yarpp-thumbnail,
.entry-content > a{
position:relative;
width: auto;
}


.post.type-post .entry-title > a:hover::after

{
    opacity: .8;

}


/*

a.yarpp-thumbnail::after{
    height: 70%;

}
*/

 
 