/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ##################################################
   ############# Body                   #############
   ################################################## */



html body {
	font-family: helvetica;
}

body.has-sidebar #content {
    width: auto !important;
}


html #posts-container.fusion-blog-layout-grid {
    margin: 0 0 0 0;
}

.fusion-mobile-menu-sep {
	display: none;
}

.fusion-fullwidth {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 800px) {
	.fusion-fullwidth {
		padding-left: 72px;
		padding-right: 72px;
	}
}

.fusion-one-half {
    width: 100%;
}

@media only screen and (min-width: 1160px) {
	.fusion-one-half {
		width: 49%;
	}
}


.fusion-layout-column {
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    position: relative;
}

.fusion-layout-column.fusion-spacing-no {
    margin-right: 0;
}


.fusion-column-last {
    margin-left: 0;
    margin-right: 0;
}

.fusion-one-full {
    float: none;
}

.fusion-one-third {
    width: 32%;
}

.slogan {
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fdfdfd;
	font-size: 11pt;
	font-weight: 100;
}


#sliders-container {
/*	height: 0;
	overflow: hidden;*/
}

@media only screen and (min-width: 700px) {
	#sliders-container {
		height: auto;
		overflow: visible;
	}
}

.slim-page {
	padding: 0 0;
}

@media only screen and (min-width: 1050px) {
.slim-page {
	padding: 0 105px;
}
}


.page #main {
	padding-top: 0;
}

@media only screen and (min-width: 768px) {
	.page #main {
		padding-top: 50px;
	}
}

.fusion-accordian {
	margin-bottom: 28px;
}

.post-content .fusion-row .fusion-column-wrapper > ul > li li,
.post-content .fusion-row .fusion-column-wrapper > ol > li li,
.post-content .fusion-row .fusion-column-wrapper > ol > li,
.post-content .fusion-row .fusion-column-wrapper > ul > li {
	margin: 0 0 28px;
	font-size: 20px;
	font-weight: 100;
}


.fusion-column-wrapper .fusion-title .title-sep-container {
	display: none;
}

@media only screen and (min-width: 1px) and (max-width: 700px) {
	#main .fusion-fullwidth {
		padding-top: 15px !important;
		padding-bottom: 25px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.fusion-alignright .fusion-secondary-menu > ul > li > a {
		height: 24px;
		line-height: 24px;
	}
}



.fusion-secondary-header .fusion-row .fusion-alignleft {
	display: none;
}

.fusion-header {
    padding-left: 0;
}

@media only screen and (min-width: 1051px) {
	.fusion-header {
		padding-left: 30px;
	}

	.fusion-secondary-header .fusion-row .fusion-alignleft {
		display: block;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.fusion-page-title-row {
		margin: 0 0 0 20px;
	}
	
	html #wrapper .fusion-page-title-bar-breadcrumbs {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1051px) {
	.fusion-page-title-row {
		margin: 0 0 0 20px;
	}
	
	html #wrapper .fusion-page-title-bar-breadcrumbs {
		margin-top: 30px;
	}
}




/* ##################################################
   ############# Header                 #############
   ################################################## */

html .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft {
    border-bottom-color: #000;
    padding: 10px 0;
}

.fusion-secondary-header .fusion-alignright {
    margin-left: 0;
    padding: 0 0 10px;
}

.fusion-secondary-menu {
    margin-left: 0;
    padding: 0 0 10px;
}

html .fusion-logo {
	display: block;
	text-align: center;
	width: 100%;
    margin: 40px 0 0;
    padding: 10px 0 10px 0;    
}

@media only screen and (min-width: 1051px) {
	html .fusion-logo {
		text-align: left;
		width: auto;
	    padding: 30px 0 30px 0;
	}
}

@media only screen and (min-width: 1051px) {
	html .fusion-logo {
		display: table;
		margin: 30px 30px 0 0;
		padding: 30px 0 0 0;    
	}
	
	.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft {
		border-bottom-color: #fff;
		padding: 0 0;
	}

	.fusion-secondary-header .fusion-alignright {
		margin-left: 0;
		padding: 0 0 0;
	}

	.fusion-secondary-menu {
		margin-left: 0;
		padding: 0 0 0;
	}
	
}






.fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header {
    border-bottom: 0px solid transparent;
}

html .fusion-header-wrapper .fusion-header,
html .fusion-header-wrapper.fusion-is-sticky .fusion-header,
html .fusion-secondary-header  {
	padding-right: 0;
}

html .fusion-header-wrapper.fusion-is-sticky .fusion-header,
html .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu,
html .fusion-header {
    background-color: #df0b13;
    border-bottom: 1px solid #df0b13;
    height: 108px !important;
}

@media only screen and (min-width: 1px) and (max-width: 1049px) {
	html .fusion-header-wrapper.fusion-is-sticky .fusion-header,
	html .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu,
	html .fusion-header {
		height: 108px !important;
	}
}

@media only screen and (min-width: 1050px) and (max-width: 2520px) {
	html .fusion-header-wrapper.fusion-is-sticky .fusion-header,
	html .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu,
	html .fusion-header {
		height: 150px !important;
	}
}



html .fusion-header .fusion-row .fusion-main-menu .menu-item a .fusion-caret,
html .fusion-header .fusion-row .fusion-main-menu .menu-item a .menu-text {
	color: #000;
}

.fusion-header .fusion-row .fusion-main-menu .menu-item a {
	border: 0;
}

html .fusion-header-wrapper.fusion-is-sticky .fusion-main-menu > ul > li > a,
html .fusion-main-menu > ul > li > a {
    line-height: 60px !important;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	height: 89px;
	font-family: helvetica;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1050px) and (max-width: 2520px) {
	html .fusion-header-wrapper.fusion-is-sticky .fusion-main-menu > ul > li > a,
	html .fusion-main-menu > ul > li > a {
		line-height: 60px !important;
		height: 53px;
	}
}


html .fusion-main-menu > ul > .current_page_parent > a > span,
html .fusion-main-menu > ul > .current-menu-parent > a > span,
html .fusion-main-menu > ul > li > a:hover > span,
html .fusion-header-wrapper.fusion-is-sticky .fusion-main-menu > ul > .current-menu-item > a > span,
html .fusion-main-menu > ul > .current-menu-item > a > span {
	color: #000 !important;
}


html .fusion-logo {
   	background: #df0b13;
}


@media only screen and (min-width: 1051px) {
	html .fusion-logo {
    	padding: 0;
	   	background: transparent;
    }
}



html .fusion-caret .fusion-dropdown-indicator::before {
    font-size: 23px;
	vertical-align: top;
}

html .fusion-header-wrapper .fusion-header,
html .fusion-main-menu .sub-menu {
    background-color: #fff;
	border-bottom: 1px solid #df0b13;
}

@media only screen and (min-width: 1051px) {
	html .fusion-header-wrapper .fusion-header,
	html .fusion-main-menu .sub-menu {
	    background-color: #df0b13;
    	border-bottom: 0;
	}
}


html .fusion-mobile-menu-icons a::before {
    color: #df0b13;
    font-size: 26px;
}

html .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header,
html .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header,
html .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header,
html .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header,
html .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header {
    padding-bottom: 0;
    padding-top: 0;
}


html .fusion-secondary-header .fusion-social-links-header .fusion-social-networks .fusion-social-networks-wrapper a {
    background: #666666;
    border-radius: 15px;
    color: #000 !important;
    padding: 7px;
}

html  .fusion-secondary-header {
	border: 0;
	background-color: #000;
}

html .fusion-header-v2 .fusion-secondary-header {
    border: 0;
}


.fusion-secondary-menu {
	margin-left: 0;
}

@media only screen and (min-width: 1200px) {
	.fusion-secondary-menu {
		margin-left: 55px;
	}
}


.fusion-secondary-menu .menu a {
	padding: 0 15px;
	color: #fff;
	font-weight: 100;
}

.fusion-secondary-menu .menu li {
	border-color: #333333;
}

html .fusion-main-menu > ul > li,
html .fusion-is-sticky .fusion-main-menu > ul > li {
	padding-right: 0;
    margin-right: 30px;
    position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.woostuff {
		float: right !important;
	}

	.fusion-secondary-menu .menu li {
		border-color: transparent;
	}

	html .fusion-mobile-menu-design-modern .fusion-social-links-header {
		margin-bottom: 0;
		margin-top: 0;
	}
	
}

.fusion-mobile-menu-icons a {
    float: left;
    font-size: 21px;
    margin-right: 13px;
    margin-top: 8px;
}

html .fusion-mobile-nav-holder {
	padding-top: 0 !important;
	border-top: 1px solid #df0b13;
}

html .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item a {
    padding-left: 40px;
    padding-right: 40px;
}

html .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item .fusion-open-submenu {
    padding-right: 40px;
}

.fusion-open-submenu {
    width: 75px;
}

.woostuff .fusion-main-menu {
	float: right !important;
	height: 89px;
	list-style-type: none;
    position: static;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.woostuff .fusion-main-menu {
		height: 41px;
		list-style-type: none;
		position: static;
	}
}

	.fusion-header .fusion-main-menu {
		float: left;
	}

@media only screen and (min-width: 1051px) and (max-width: 1350px) {
	.fusion-header .fusion-main-menu {

	}
}

.woostuff .fusion-main-menu .fusion-main-menu-icon {
	display: inline-block;
    font-size: 25px;
    height: 89px;
    width: 88px;
    line-height: 88px;
    color: #fff;
    background: #fff;
    text-align: center;
}

.woostuff .fusion-main-menu .fusion-main-menu-search a::after {
    color: #de0008;
}




.woostuff .loginlogout {
    display: block;
    padding-top:22px;
	margin: 0 0px 0 0px;
    padding-top:5px;
    border-right: 1px solid #df0b13;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
	background: #fff none repeat scroll 0 0;
	float: left;
}

.woostuff .loginlogout img {
	height: 30px;
	width: 30px;
}

@media only screen and (min-width: 1051px) {
	.woostuff .loginlogout {
		display: inline-block;
		padding-top:22px;
		margin: 0 0px 0 0px;
		padding-top:22px;
		border-right: 1px solid #df0b13;
		border-bottom: 1px solid #df0b13;
		height: 89px;
		width: 85px;
		text-align: center;
		vertical-align: middle;
		font-size: 15px;
		background: #fff none repeat scroll 0 0;
	}
	
	.woostuff .loginlogout img {
		height: 40px;
		width: 40px;
	}
	
}

@media only screen and (min-width: 1200px) {
	.woostuff .loginlogout {
		margin: 0 0px 0 10px;
	}
}

@media only screen and (min-width: 1266px) {
	.woostuff .loginlogout {
		margin: 0 0px 0 70px;
	}
}


.woostuff img {
	width: auto;
}

.woostuff .cart-contents {
    display: block;
	position: relative;
    padding-top:5px;
    border-right: 1px solid #df0b13;
    height: 41px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
	background: #fff none repeat scroll 0 0;
	float: left;
}

.woostuff .cart-contents img {
    height: 30px;
    width: 30px;
}

.woostuff .cart-contents .count {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 18px;
	height: 23px;
	width: 23px;
	color: #df0b13;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}

@media only screen and (min-width: 1051px) {
	.woostuff .cart-contents {
		display: inline-block;
		position: relative;
		padding-top:22px;
		border-right: 1px solid #df0b13;
		border-bottom: 1px solid #df0b13;
		height: 89px;
		width: 85px;
		text-align: center;
		vertical-align: middle;
		font-size: 15px;
		background: #fff none repeat scroll 0 0;
	}

	.woostuff .cart-contents .count {
		display: inline-block;
		position: absolute;
		left: 40px;
		top: 46px;
		height: 23px;
		width: 23px;
		color: #df0b13;
		text-align: center;
		font-weight: 600;
		font-size: 15px;
	}
	
	.woostuff .cart-contents img {
		height: auto;
		width: auto;
	}
	
	
}

.woostuff .weSearch {
	display: inline-block !important;
	margin-left: 0px;
}



.woostuff .siteSearch .fusion-main-menu-icon {
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 31px;
    width: 23px;
	border-right: 1px solid #df0b13;
    text-align: center;
    vertical-align: middle;
	background: #fff none repeat scroll 0 0;
}

.woostuff .fusion-main-menu .fusion-main-menu-icon:hover {
	border-right: 1px solid #df0b13;
	border-bottom: none;
}

@media only screen and (min-width: 1051px) {
	.woostuff .siteSearch .fusion-main-menu-icon {
		display: inline-block;
		border-right: none;
		padding-top: 32px;
		height: 56px;
		width: 85px;
		text-align: center;
		vertical-align: middle;
		background: #fff none repeat scroll 0 0;
		border-bottom: 1px solid #df0b13;
	}

	.woostuff .fusion-main-menu .fusion-main-menu-icon:hover {
			border-bottom: 1px solid #df0b13;
			border-right: none;
	}
	
}

.woostuff .fusion-main-menu .fusion-main-menu-icon:hover {
		border-bottom: 1px solid #df0b13;
}

.woostuff .fusion-main-menu .fusion-main-menu-icon:hover img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.woostuff .siteSearch .fusion-main-menu-icon img {
	width: 30px;
}

html .avada-skin-rev {
    border-bottom: 0;
    border-top: 0;
    box-sizing: content-box;
}



.woostuff a:hover img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.fusion-row .fusion-main-menu .sub-menu {
	padding-top: 6px;
    border-radius: 3px;
    border: 0;
	left: 50%;
	width: auto !important;
	min-width: 180px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    font-family: helvetica;
    background-color: transparent;
}

.fusion-row .fusion-main-menu .sub-menu li {
	text-align: center;
	border-bottom: 1px solid #e57c80;
}

.fusion-row .fusion-main-menu .sub-menu li:first-child a {
	border-radius: 3px 3px 0 0;
}

.fusion-row .fusion-main-menu .sub-menu li:last-child a {
	border-radius: 0 0 3px 3px;
}

.fusion-row .fusion-main-menu .sub-menu li:last-child {
	text-align: center;
	border-bottom: 0;
}

.fusion-header .fusion-row .fusion-main-menu .sub-menu li a,
.fusion-row .fusion-main-menu .sub-menu li a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
    font-family: helvetica;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    background: #df0b13;
	border: 1px solid #df0b13;
}

body .fusion-row .fusion-main-menu .sub-menu .current-menu-item a,
.fusion-row .fusion-main-menu .sub-menu li a:hover {
	color: #df0b13;
	border: 1px solid #df0b13;
	background: #fff;
}


.fusion-header-wrapper .fusion-secondary-header .fusion-row,
.fusion-header-wrapper .fusion-header .fusion-row {
    max-width: 100%;
    position: static;
}

#wrapper .fusion-page-title-bar-breadcrumbs {
	margin-top: 30px;
	background: transparent;
}

#wrapper .fusion-page-title-bar-breadcrumbs .fusion-page-title-row {
	max-width: 1340px;
}

#wrapper .fusion-page-title-bar-breadcrumbs .fusion-page-title-row .fusion-page-title-captions .fusion-page-title-secondary {
	text-align: left;
}

.fusion-breadcrumbs span {
    color: #ababab;
    font-size: 14px;
    font-family: helvetica;
}

.fusion-breadcrumbs span.breadcrumb-leaf {
    font-weight: bold;
}

.woostuff .fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
	width: 100%;
	padding: 60px 0 50px;
	border: 0;
	background: rgba(255,255,255,0.95);
}


.woostuff .search-table {
    display: block;
    text-align: center;
    width: 100%;
}

.search-page-search-form .searchform .search-field,
.woostuff .searchform .search-field {
    display: inline-block;
    vertical-align: top;
}

.search-page-search-form .searchform .search-button,
.woostuff .searchform .search-button {
    width: 30px !important;
    display: inline-block;
    vertical-align: middle
}

.search-page-search-form .searchform .search-table .search-field input,
.woostuff .searchform .search-table .search-field input { 
	text-align: left;
    width: calc(100% - 33px);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #df0b13 !important;
    color: #df0b13 !important;
    font-size: 21px;
    font-weight: 200;
    font-family: helvetica;
    background: transparent !important;
}

@media only screen and (min-width: 1051px) {
	.search-page-search-form .searchform .search-table .search-field input,
	.woostuff .searchform .search-table .search-field input { 
		text-align: left;
		width: 700px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #df0b13 !important;
		color: #df0b13 !important;
		font-size: 21px;
		font-weight: 200;
		font-family: helvetica;
		background: transparent !important;
	}
}



.woostuff .searchform .search-table .search-field input::-webkit-input-placeholder {
    color: #df0b13 !important;
	opacity: 1 !important;
}

.woostuff .searchform .search-table .search-field input:-moz-placeholder { /* Firefox 18- */
    color: #df0b13 !important;
	opacity: 1 !important;
}

.woostuff .searchform .search-table .search-field input::-moz-placeholder {  /* Firefox 19+ */
    color: #df0b13 !important;
	opacity: 1 !important;
}

.woostuff .searchform .search-table .search-field input:-ms-input-placeholder {  
    color: #df0b13 !important;
	opacity: 1 !important;
}



.search-page-search-form .searchform .search-button input[type="submit"],
.woostuff .searchform .search-button input[type="submit"] {
	margin: 10px 0 0 0;
    width: 30px !important;
    height: 26px !important;
    color: #df0b13 !important;
    background: transparent url(../Avada-Child-Theme/img/Lupe.svg) left top no-repeat;
	background-size: 26px 24px;
}

@media only screen and (min-width: 1050px) {
	.search-page-search-form .searchform .search-button input[type="submit"],
	.woostuff .searchform .search-button input[type="submit"] {
		margin: 10px 0 0 15px;
	}
}

#wrapper .search-page-search-form .searchform .search-button input[type="submit"]:hover,
#wrapper .woostuff .searchform .search-button input[type="submit"]:hover {
    background: transparent url(../Avada-Child-Theme/img/Lupe.svg) left top no-repeat;
}

.woostuff .fusion-main-menu .fusion-main-menu-search a::after {
	display: none;
    border-radius: 0;
    content: "";
}







#sliders-container::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background:rgba(0,0,0,0.6);
    opacity: 0;
	visibility: hidden;
    transition: opacity 1s, visibility 1s;
    -webkit-transition: opacity 1s, visibility 1s;
}

#sliders-container.navActive::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background:rgba(0,0,0,0.6);
    opacity: 1;
	visibility: visible;
    transition: opacity 1s, visibility 1s;
    -webkit-transition: opacity 1s, visibility 1s;
}



/* ##################################################
   ############# content                #############
   ################################################## */


body.single #main .blog-single,
#main #content .fusion-title,
#main .post-content .fusion-title {
	margin-bottom: 0 !important;
}
   
body.single #main .blog-single h1,
#main #content .fusion-title h1,
#main .post-content .fusion-title h1 {
	margin-bottom: 20px;
	font-family: helvetica;
	font-weight: 100;
	font-size: 30px;
	line-height: 48px;
	color: #000000;
}

.fusion-woo-product-slider {
    margin-bottom: 0;
}

@media only screen and (min-width: 530px) {
	body.single #main .blog-single h1,
	#main #content .fusion-title h1,
	#main .post-content .fusion-title h1 {
		margin-bottom: 50px;
		font-size: 40px;
	}
	
	.fusion-woo-product-slider {
		/*margin-bottom: 55px;*/
	}
	
}

#main .author-single .fusion-title h2 {
	margin-bottom: 15px;
	font-family: helvetica;
	font-weight: 100;
	font-size: 30px;
	line-height: 48px;
	color: #000000;
}

@media only screen and (min-width: 530px) {
	#main .author-single .fusion-title h2 {
		margin-bottom: 45px;
		font-family: helvetica;
		font-weight: 100;
		font-size: 40px;
		line-height: 48px;
		color: #000000;
	}
}
   
#main .author-single .fusion-title h3 {
	font-size: 16px;
}   

/* #main #content h3 {
	margin: 0px 0 32px;
	font-size: 25px;
	font-weight: 100;
} */

.page .post-content .fusion-tabs .nav .nav-tabs h4 {
	font-weight: 100;
	font-size: 20px;
}

.page .post-content .fusion-tabs .tab-pane {
	font-weight: 100;
	font-size: 20px;
}

.page .post-content .fusion-tabs .tab-pane a {
	font-weight: 100;
	font-size: 20px;
	color: #DF0C14;
}

.fusion-tabs.vertical-tabs .tab-pane {
    font-weight: 100;
    color: #000;
}


#main #content .fusion-imageframe {
	margin: 0px 0 32px;
}

html .home #content p {
    font-size: 15px;
}

.page #content p,
.page .post-content p {
    font-size: 20px;
    font-weight: 300;
	color: #000 !important;
	margin-bottom: 28px;
} 

.page #content p a,
.page .post-content p a {
	color: #DF0C14;
} 

/* .page .post-content ul li {
    font-size: 20px;
    font-weight: 300;
	color: #000 !important;
} */


.page .post-content .fusion-video {
	margin: 0 0 32px;
}

#main #content .button-default,
#main #content .westend-button {
	border: 1px solid #969696 !important;
	border-radius: 3px !important;
	background: #fff !important;
	color: #000 !important;
	text-transform: none !important;
	padding: 7px 23px;
	margin: 17px 0;
}

#main #content .button-default:hover,
#main #content .westend-button:hover {
	text-decoration: underline;
}


#main #content .button-default span,
#main #content .westend-button span {
	color: #000 !important;
	font-family: helvetica !important;
	font-size: 15px !important;
	font-weight: 400;
}

.page #content h3 {
	color: #DF0C14;
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 25px;
}

#main #content h3 a {
	color: #DF0C14;
	font-size: 25px;
}

#main .post-content .morelink a {
	display: inline-block;
	font-family: helvetica;
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #DF0C14;
	text-decoration: underline;
	padding-left: 0;
	background: transparent;
}

@media only screen and (min-width: 700px) {
	#main .post-content .morelink a {
		padding-left: 30px;
		background: transparent url(../Avada-Child-Theme/img/morelinkplus.jpg) left 1px no-repeat;
	}
}

#main .post-content .morelink a:hover {
	text-decoration: none;
}

.fusion-tabs.vertical-tabs .nav-tabs {
    width: 23.5%;
}

.fusion-tabs.vertical-tabs .tab-content {
    float: left;
    width: 76.5%;
}


/* ##################################################
   ############# product slider         #############
   ################################################## */
   
.fusion-woo-slider {
	position: relative;
	overflow: visible;
}   

.fusion-woo-slider .fusion-carousel {
    overflow: visible;
}

.fusion-woo-slider .fusion-carousel .fusion-carousel-nav {
}

.fusion-woo-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
	position: absolute;
	top: 45%;
	left: -48px;
	width: 45px;
	height: 42px;
	z-index:999;
	background: transparent url(../Avada-Child-Theme/img/product-slider-left.jpg) top left no-repeat !important;
}

.fusion-woo-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
	position: absolute;
	top: 45%;
	right: -48px;
	left: auto !important;
	width: 45px;
	height: 42px;
	z-index:999;
	background: transparent url(../Avada-Child-Theme/img/product-slider-right.jpg) top right no-repeat !important;
}

.fusion-woo-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-next::before,
.fusion-woo-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-prev::before {
	content: "";
}

.fusion-image-wrapper .fusion-rollover {
    background: rgba(223, 12, 20, 0.75 ) !important;
    opacity: 0.7;
}




/* ##################################################
   ############# aktuellesBox           #############
   ################################################## */

.aktuellesBox {
	margin: 0 0 60px;
}

@media only screen and (min-width: 1200px) {
	.aktuellesBox {
		margin: 0 0 0px;
	}
}

.page .moreLink {
	width: 415px;
	margin: 0 auto;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.page .moreLink {
		margin: 20px auto 0 auto;
		width: 100%;
	}
}

body .terminBox .moreLink,
body .page .authormore,
body .blogmore,
body .aktuellesBox .moreLink {
	width: auto;
	margin: 0 auto;
}

body .page .authormore a,
body .blogmore a,
body .aktuellesBox .moreLink a {
	display: block;
	border-radius: 3px;
	padding: 14px 0 12px;
	color: #fff;
	text-align: center;
	font-family: helvetica;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	background: #df0c14;
}

.page .moreLink a {
	display: block;
	border-radius: 3px;
	padding: 24px 0 22px;
	color: #fff;
	text-align: center;
	font-family: helvetica;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	background: #df0c14;
}


.page .moreLink a:hover,
.authormore a:hover,
.blogmore a:hover,
.aktuellesBox .moreLink a:hover {
	text-decoration: underline;
	color: #fff;
}

.aktuellesBox .boxItem {
	position: relative;
	margin: 0 0 24px;
	padding: 36px 25px;
	border-radius: 3px;
	height: auto;
	width: 100%;
	text-align: center;
	background: #eaeaea;
}

@media only screen and (min-width: 580px) {
	.aktuellesBox .boxItem {
		text-align: left;
		padding: 36px 25px 59px;
	}
}

@media only screen and (min-width: 1480px) {
	.aktuellesBox .boxItem {
		height: 230px;
		padding: 36px 25px;
		position: relative;
	}
}


.aktuellesBox .boxItem .boxDesc,
.aktuellesBox .boxItem .authorImage {
	display: inline-block;
	vertical-align: top;
}

.aktuellesBox .boxItem .wide {
	width: auto;
}

.aktuellesBox .boxItem .short {
	width: auto;
}


@media only screen and (min-width: 580px) {
	.aktuellesBox .boxItem .wide {
		width: calc(100% - 150px);
	}

	.aktuellesBox .boxItem .short {
		width: calc(100% - 230px);
	}
}

.aktuellesBox .boxItem .authorImage {
	display: block;
	margin-right: 0px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 530px) {
	.aktuellesBox .boxItem .authorImage {
		display: inline-block;
		margin-right: 25px;
		margin-bottom: 10px;
	}
}

.aktuellesBox .boxItem .date {
	text-transform: uppercase;
	font-family: helvetica;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}

.aktuellesBox .boxItem .author {
	display: block;
	margin-bottom: 15px;
	font-family: helvetica
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #3b3333;
}

.aktuellesBox .boxItem .morebuttonwide {
	position: relative;
}

.aktuellesBox .boxItem .morebuttonshort {
	position: relative;
}



@media only screen and (min-width: 580px) {
	.aktuellesBox .boxItem .morebuttonwide {
		position: absolute;
		left: 175px;
		bottom: 30px;
	}

	.aktuellesBox .boxItem .morebuttonshort {
		position: absolute;
		left: 250px;
		bottom: 30px;
	}
}


.aktuellesBox .boxItem .morebuttonwide a,
.aktuellesBox .boxItem .morebuttonshort a {
	display: inline-block;
	padding: 10px 37px;
	border-radius: 5px;
	font-family: helvetica
	font-weight: 100;
	font-size: 15px;
	line-height: 18px;
	color: #808080;
	background: #f8f8f8;
}

.aktuellesBox .boxItem .morebutton a:hover {
	text-decoration: underline;
	color: #000;
}

.single-product #wrapper .woocommerce-container .section .aktuellesBox .boxItem h3 {
	margin: 12px 0 12px !important;
	line-height: 26px;
}

.aktuellesBox .boxItem h3 {
	margin: 8px 0 8px !important;
	line-height: 26px;
}

.aktuellesBox .boxItem h3 a {
	font-family: helvetica;
	font-weight: 600;
	font-size: 20px !important;
	line-height: 26px;
	color: #DF0C14;
}

.aktuellesBox .boxItem h3 a:hover {
	text-decoration: underline;
}



/* ##################################################
   ############# terminBox	            #############
   ################################################## */


.terminBox .moreLink a {
	display: block;
	border-radius: 3px;
	padding: 14px 0 12px;
	color: #fff;
	text-align: center;
	font-family: helvetica;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	background: #df0c14;
}

.terminBox .moreLink a:hover {
	text-decoration: underline;
}

.terminBox .boxItem {
	position: relative;
	margin: 0 0 24px;
	padding: 22px 0 0;
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.terminBox .boxItem {
		position: relative;
		margin: 0 0 24px;
		padding: 22px 0 0;
		height: 230px;
		width: 100%;
	}
}

.terminBox .boxItem .dateAndCategory {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}


@media only screen and (min-width: 530px) {
	.terminBox .boxItem .dateAndCategory {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
}


.terminBox .boxItem .dateAndCategory .date {
	display: inline-block;
	padding: 2px 15px 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-family: helvetica;
	font-weight: 300;
	font-size: 15px;
	line-height: 43px;
	background: #000;
}

.terminBox .boxItem .dateAndCategory .category {
	display: inline-block;
	padding: 2px 15px 0;
	color: #fff;
	text-transform: uppercase;
	font-family: helvetica;
	font-weight: 300;
	font-size: 15px;
	line-height: 43px;
	background: #df0b13;
}

@media only screen and (min-width: 530px) {
	.terminBox .boxItem .dateAndCategory .date {
		font-size: 20px;
	}

	.terminBox .boxItem .dateAndCategory .category {
		font-size: 20px;
	}
}





.terminBox .boxItem .boxContent {
	position: relative;
	padding: 36px 25px 85px;
	border-radius: 3px;
	height: 100%;
	background: #eaeaea;
}

#main #content .terminBox .boxItem .boxContent h3 {
	margin: 18px 0 0 0 !important;
}

#main #content .terminBox .boxItem .boxContent h3 a {
	font-family: helvetica;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #DF0C14;
}

.terminBox .boxItem .boxContent .boxDesc {
	margin: 10px 0 15px;
	font-size: 15px;
}

.terminBox .boxItem .boxContent .links {
	position: absolute;
	bottom: 30px;
}


.terminBox .boxItem .boxContent .links ul {
	margin: 0;
	padding: 0;
}

.terminBox .boxItem .boxContent .links ul li {
	display: inline;
}


.woocommerce a.button {
    background: #f8f8f8 none repeat scroll 0 0 !important;
    border-radius: 5px !important;
    color: #808080 !important;
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 18px !important;
    margin: 0 17px 0 0 !important;
    padding: 10px 37px !important;
}

.terminBox .boxItem .boxContent .links ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 5px;
    color: #808080;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin: 0 17px 0 0;
    padding: 10px 37px;
}






/* ##################################################
   ############# termin single          #############
   ################################################## */


.single-termin {
}

.single-termin .backLink {
	padding: 0 0;
}

@media only screen and (min-width: 1050px) {
	.single-termin .backLink {
		padding: 0 105px;
	}
}

.single-termin .backLink img {
	padding-right: 20px;	
}

.single-termin .backLink a {
	font-weight: 600;
}

.single-termin .terminHead {
	margin-bottom: 40px;
}

@media only screen and (min-width: 700px) {
	.single-termin .terminHead {
		margin-bottom: 90px;
	}
}

.single-termin .terminHead img {
	margin-right: 40px;
}

.single-termin .terminHead span {
	display: inline-block;
	margin-top: 10px;
	vertical-align: bottom;
	line-height: 100%;
}

.single-termin .terminHead span.terminDatum {
	padding: 10px 22px 7px;
	font-family: helvetica;
	font-weight: 400;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
}

.single-termin .terminHead span.terminKat {
	padding: 10px 22px 7px;
	font-family: helvetica;
	font-weight: 100;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	background: #df0c14;
}

body.single-termin #main #content .fusion-title h1 {
	margin-bottom: 20px;
}

.terminMeta {
	margin-bottom: 30px;
}

.terminMeta ul {
	margin: 0;
	padding: 0;
}

.terminMeta ul li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 2px solid #df0c14;
	line-height: 20px;
	font-size: 20px;
	font-family: helvetica;
	color: #df0c14;
}

.terminMeta ul li:first-child {
	display: inline;
	margin: 0;
	padding: 0;
	border-left: 0;
	line-height: 20px;
	font-size: 20px;
	font-family: helvetica;
	color: #df0c14;
}


.terminSingleSharing {
	margin: 80px 0 0px;
	text-align: center;
}

.terminSingleSharing p {
	font-family: helvetica;
	font-size: 15px;
	color: #9d9d9d;
}

.terminDetails {
	
}

.terminDetails ul {
	margin: 40px 0 65px;
	padding: 0;
	list-style-type: none;
}

.terminDetails ul li {
	display: inline-block;
	margin: 0 28px 25px 0;
}

.terminDetails ul li a {
	padding: 5px 11px 3px;
	border: 1px solid #979797;
	border-radius: 3px;
	font-size: 15px;
	font-family: helvetica;
	font-weight: 600;
}




/* ##################################################
   ############# socialBox	            #############
   ################################################## */


html #main .socialbox h2 {
	line-height: 110px;
	margin: 0;
}

html #main .socialbox .fusion-imageframe {
	width: 100%;
	margin-bottom: 15px;
	text-align:center;
	float: none !important;
}

.socialbox.fusion-column-last .fusion-imageframe {
	margin-top: 30px;
}

@media only screen and (min-width: 530px) {
	.socialbox.fusion-column-last .fusion-imageframe {
		margin-top: 0;
	}
}

.socialbox.fusion-column-last h2 {
	text-align: center;
}

@media only screen and (min-width: 740px) {
	html #main .socialbox .fusion-imageframe {
		width: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align:left;
		float: left !important;
	}

	.socialbox.fusion-column-last .fusion-imageframe {
		margin-top: 0:
	}

	.socialbox.fusion-column-last h2 {
		text-align: left;
	}

}


#rm-subscriptionform-2 .rm-form-container {
	margin: 0;
	padding: 0;
}

html .socialbox h2 span,
html .socialbox h3 {
	display: block;
	font-family: helvetica;
	font-weight: 200;
	font-size: 20px;
	line-height: 26px;
}

@media only screen and (min-width: 589px) {
	html .socialbox h2 span,
	html .socialbox h3 {
		display: inline;
		font-size: 30px;
	}
}


.socialbox.placeholderimage {
	border-radius: 3px;
	text-align: center;
	background-color: transparent;
}

.socialbox.placeholderimage .fusion-column-table {
	height: 100% !important;
	width: 100%;
	vertical-align: middle;
	display: table;
}

.socialbox.placeholderimage .fusion-column-table .fusion-column-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.socialbox .fusion-column-wrapper,
.socialbox .fusion-column-inner-bg-image {
	border-radius: 3px;
}   


@media only screen and (min-width: 915px) and (max-width: 1159px) {

	.socialbox .fusion-column-wrapper {

	}
}


@media only screen and (min-width: 1160px) and (max-width: 1475px) {

	.socialbox .fusion-column-wrapper {

	}

html #main .socialbox h2 {
    line-height: 52px;
    margin: 0;
}


}

.socialbox p {
	font-family: helvetica;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	padding-left: 0px;
}

@media only screen and (min-width: 1200px) {
	.socialbox p {
		padding-left: 122px;
	}
}

.socialbox form.wpcf7-form {
	margin-top: 15px;
}

@media only screen and (min-width: 530px) {
	.socialbox form.wpcf7-form {
		margin-top: 62px;
	}
}

.socialbox form.wpcf7-form .fusion-layout-column  {
	margin-bottom: 0;
}

#rm-subscriptionform-2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}



#rm-subscriptionform-2 #rm-email,
#rapidmail-form #rm_email,
#rapidmail-form #rm_lastname,
#rapidmail-form #rm_firstname,
.socialbox form.wpcf7-form .wpcf7-text {
	margin: 0 0 0 0;
	background: transparent;
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	padding: 0 14px;
	font-family: helvetica;
	font-size: 21px;
	font-weight: 100;
	line-height: 25px;
}

@media only screen and (min-width: 800px) {

	.socialbox #rm-subscriptionform-2 input[type="submit"] {
		margin-top: 15px;
	}

	.socialbox form.wpcf7-form .wpcf7-text {
		margin: 0 0 0 0;
		background: transparent;
		color: #fff;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #fff;
		padding: 0 14px;
		font-family: helvetica;
		font-size: 21px;
		font-weight: 100;
		line-height: 25px;
	}

}

#rapidmail-form .radioformat,
#rapidmail-form .radiogender {
	color: #fff;
	font-family: helvetica;
	font-weight: 100;
	text-align: center;
}

#rapidmail-form .radiogender {
	display: inline-block;
	width: 45%;
	margin: 0 3% 0 0;
}

#rapidmail-form .radioformat {
	display: inline-block;
	width: 45%;
	margin: 0 3% 0 0;
}

#rm-subscriptionform-2 #rm-email,
#rapidmail-form #rm_email {
	display: inline;
	width: calc( 100% - 160px );
	margin-right: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	#rm-subscriptionform-2 #rm-email,
	#rapidmail-form #rm_email {
		width: 100%;
		margin-right: 0;
	}
}


#rapidmail-form #rm_lastname {
	width: 45%;
	margin: 0 3% 0 0;
	text-align: center;
}

#rapidmail-form #rm_firstname {
	width: 45%;
	margin: 0 3% 0 0;
	text-align: center;
}

#rm-subscriptionform-2 #rm-email::-webkit-input-placeholder,
#rapidmail-form #rm_email::-webkit-input-placeholder,
#rapidmail-form #rm_lastname::-webkit-input-placeholder,
#rapidmail-form #rm_firstname::-webkit-input-placeholder,
#subscribe::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

#rm-subscriptionform-2 #rm-email:-moz-placeholder,
#rapidmail-form #rm_email:-moz-placeholder,
#rapidmail-form #rm_lastname:-moz-placeholder,
#rapidmail-form #rm_firstname:-moz-placeholder,
#subscribe:-moz-placeholder {
	opacity: 1;
	color: #fff;
}
#rm-subscriptionform-2 #rm-email::-moz-placeholder,
#rapidmail-form #rm_email::-moz-placeholder,
#rapidmail-form #rm_lastname::-moz-placeholder,
#rapidmail-form #rm_firstname::-moz-placeholder,
#subscribe::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

#rm-subscriptionform-2 #rm-email:-ms-input-placeholder,
#rapidmail-form #rm_email:-ms-input-placeholder,
#rapidmail-form #rm_lastname:-ms-input-placeholder,
#rapidmail-form #rm_firstname:-ms-input-placeholder,
#subscribe:-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

html .wpcf7-submit {
	background: #fbdedf !important;
	border-radius: 3px !important;
	color: #000 !important;
	font-family: helvetica !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	text-transform: none;
	width: 128px;
	border: 0;
	padding: 10px 5px;
	margin-top: 10px;
}

html .wpcf7 .wpcf7-form .wpcf7-number,
html .wpcf7 .wpcf7-form .wpcf7-textarea,
html .wpcf7 .wpcf7-form .wpcf7-select,
html .wpcf7 .wpcf7-form .wpcf7-text {
	font-size: 18px;
	font-weight: 100;
}

#rm-subscriptionform-2 {
	margin-top: 40px;
}

#rm-subscriptionform-2 label {
	display: none;
}

#cn-accept-cookie,
#cn-more-info {
	background: #fbdedf !important;
	border-radius: 3px !important;
	color: #000 !important;
	font-family: helvetica !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	text-transform: none;
	width: auto;
	border: 0;
	padding: 10px 5px;

}

#cn-accept-cookie:hover,
#cn-more-info:hover {
	text-decoration: underline;
}

#rm-subscriptionform-2 input[type="submit"],
#rapidmail-form button,
html .socialbox .wpcf7-submit {
	background: #fbdedf !important;
	border-radius: 3px !important;
	color: #000 !important;
	font-family: helvetica !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	text-transform: none;
	width: 128px;
	border: 0;
	padding: 10px 5px;
	/*margin-top: 55px;*/
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	#rapidmail-form button,
	html .socialbox .wpcf7-submit {
		margin-top: 10px;
	}
}

/* ##################################################
   ############# actionsBox	            #############
   ################################################## */

  
html .actionsBox h4 {
	display: inline-block;
	padding: 10px 20px 7px !important;
    font-family: helvetica;
    font-size: 30px;
    font-weight: 200;
    line-height: 26px;
    color: #fff;
    background: #df0b13;
}

.actionsBox p {
	margin: 0 0 40px;
	font-family: helvetica;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

html #wrapper #main .actionsBox .fusion-button-wrapper .fusion-button {
	background: #fff !important;
	border-radius: 3px !important;
	color: #000 !important;
	font-family: helvetica !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	text-transform: none;
	width: 100%;
	color: #000;
}

.actionsBox .fusion-column-wrapper:after {

}

.actionsBox .fusion-column-wrapper .fusion-column-table {
    position: relative;
    z-index: 3;
    background: #fff;
}

.actionsBox .fusion-column-wrapper .fusion-column-table img,
.actionsBox .fusion-column-wrapper .fusion-column-table a img {
	width: 100%;
}





/* ##################################################
   ############# author single          #############
   ################################################## */

.heroImage {
	height: 300px;
	position: relative;
}

.heroImage .authorHeroName h1 {
	position: absolute;
	left: 50px;
	bottom: 30px;
	color: #df0b13;
	font-family: helvetica;
	font-weight: 100;
	font-size: 30px;
	line-height: 30px;
}

@media only screen and (min-width: 800px) {

	.heroImage {
		height: 500px;
		position: relative;
	}

	.heroImage .authorHeroName h1 {
		position: absolute;
		left: 100px;
		bottom: 30px;
		color: #df0b13;
		font-family: helvetica;
		font-weight: 100;
		font-size: 60px;
		line-height: 60px;
	}

}

@media only screen and (min-width: 1300px) {

	.heroImage {
		height: 700px;
		position: relative;
	}

	.heroImage .authorHeroName h1 {
		position: absolute;
		left: 125px;
		bottom: 110px;
		color: #df0b13;
		font-family: helvetica;
		font-weight: 100;
		font-size: 120px;
		line-height: 120px;
	}

}




.fullwidthdivider { 
	margin: 70px -30px -10px;
	height: 31px;
	background: transparent url(../Avada-Child-Theme/img/fullwidthdivider.png) top left repeat-x;
} 

.author-socials {
	margin: 0;
	padding: 0;
}

.author-socials li {
	display: inline-block;
	margin: 0 22px 22px 0;
	list-style-type: none;
}

.author-socials li a:hover img {
	opacity: 0.75;
}


.downloads {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

.downloads li {
	margin: 0 0 20px;
	font-size: 16px;
}

.downloads li a {
	float: left;
	color: #000;
	font-weight: 700;
	border: 1px #979797 solid;
	border-radius: 3px;
	padding: 7px 18px 6px;
	margin: 0 20px 0 0;
	font-size: 15px;
}

.downloads li a:hover {
	background: #979797;
}

.downloads li span {
	display: inline-block;
	width: calc( 100% - 135px );
	line-height: 40px;
/*	margin: 0 15px -5px;
	width: 1px;
	height: 19px;
	background: transparent url(../Avada-Child-Theme/img/dldivider.png) top left no-repeat;*/
	
	
}

@media only screen and (min-width: 1000px) {
	.author-single .fusion-fullwidth {
		margin-top: 90px;
	}
}

.author-single p {
	font-size: 20px;
	font-weight: 100;
	margin-top: 0;
}


.author-single .authorsDesc {
	padding-right: 0;
}

@media only screen and (min-width: 800px) {
	.author-single .authorsDesc {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1000px) {
	.author-single .authorsDesc {
		padding-right: 130px;
	}
}


/* ##################################################
   ############# blog single            #############
   ################################################## */

#wrapper .fusion-page-title-bar .fusion-breadcrumbs, #wrapper .fusion-page-title-bar .fusion-breadcrumbs a {
    color: #ababab;
}

body.search #main #content,
body.single #main #content,
body.blog #main #content {
		float: none !important;
		padding: 0px 20px 0;
		width: 100%;
}

@media only screen and (min-width: 1049px) {
	body.search #main #content,
	body.single #main #content,
	body.blog #main #content,
	body.tag #main #content {
		float: none !important;
		padding: 0px 72px 0;
		width: 100%;
	}
}


body.tag .aktuellesBox .boxItem,
body.blog .aktuellesBox .boxItem {
	float: left;
	width: 100%;
	margin-right: 0;
}


@media only screen and (min-width: 1050px) {
	body.tag .aktuellesBox .boxItem,
	body.blog .aktuellesBox .boxItem {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
}

body.tag .aktuellesBox .right,
body.blog .aktuellesBox .right {
	float: left;
	margin-right: 0;
}


body.tag .animation,
body.blog .animation {
	padding: 40px 0 40px;
	text-align: center;
}

body.tag .nonefound,
body.blog .nonefound {
	display: block;
	margin: 40px 0 40px;
	text-align: center;
    color: #000000;
    font-family: helvetica;
    font-size: 20px;
    font-weight: 100;
}


@media only screen and (min-width: 1050px) {
	body.single #main #content .fusion-title,
	body.single #main #content .theAuthors,
	body.single #main #content .theContent,
	body.single #main #content .terminHead,
	body.single #main #content .terminDetails {
		padding: 0 105px;
	}
}

body.single .post {
    margin-bottom: 0px;
}

body.single #main #content .fusion-fullwidth .fusion-title {
	padding: 0 0;
}

@media only screen and (min-width: 1050px) {
	body.single #main .blog-single {

	}
}

body.single .theAuthors {
	margin: 0 0 70px 0;
	text-align: center;
}

body.single .lessmargin {
	margin: 0 0 35px 0;
	text-align: center;
}

body.single .theAuthors p {
    color: #000;
    font-family: helvetica;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 0;
    text-align:left;
}

.ourAuthors .author,
body.single .theAuthors .author {
	display: inline-block;
	margin: 0 20px 0 0;
}

.ourAuthors .author span,
body.single .theAuthors .author span {
	padding: 10px 0 30px 0;
	display: block;
}

@media only screen and (min-width: 1050px) {
	.ourAuthors .author span,
	body.single .theAuthors .author span {
		padding: 40px 0 0 0;
		display: block;
	}
}

.ourAuthors .author span a,
body.single .theAuthors .author span a {
	font-size: 20px;
	font-weight: 500;
	color: #df0b13;
}

.ourAuthors .author span,
body.single .theAuthors .author span {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

@media only screen and (min-width: 1050px) {
	body.single .fusion-title.fusion-sep-none .authorDescTitle {
		padding: 0 105px;
	}

	body.single .theAuthorDesc {
		padding: 0 105px;
	}

}




body.single .theAuthorDesc .author {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 100;
	min-height: 100px;
}

body.single .theAuthorDesc .author .authorIcon {
	float: left;
	margin: 0 30px 5px 0;
}

body.single .theAuthorDesc .author .authorIcon img {
}

body.single .theAuthorDesc .author strong a {
	color: #df0b13;
}

.blogSingleSharing {
	margin: 90px 0 70px;
	text-align: center;
}

.terminSingleSharing ul,
.blogSingleSharing ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.terminSingleSharing ul li,
.blogSingleSharing ul li {
	display: inline-block;
	margin: 0 11px 0 11px;
	padding: 0;
}

/* Fließtext formatierung */

body.single .theContent {
	font-family: helvetica;
}

body.single .theContent h1 {
    color: #000000;
    font-family: helvetica;
    font-size: 40px;
    font-weight: 100;
    line-height: 48px;
    margin-bottom: 30px;
}


body.single #wrapper #main .post .theContent h2,
body.single .theContent h3,
body.single .theContent h4,
body.single .theContent h5,
body.single .theContent h6 {
	margin: 0 0 28px 0;
	font-weight: 300;
	color: #df0b13;
	font-size: 20px;
	line-height: 26px;
}

.relatedbooks h3 {
	margin: 40px 0 0px 0;
	font-weight: 300;
	color: #df0b13;
	font-size: 20px;
	line-height: 26px;
}

body.single .theContent p {
	margin: 0 0 28px 0;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

body.single .theContent .wp-caption-text {
	margin-top: 6px;
	font-style: italic;
	font-size: 16px;
}


body.single .theContent strong {
	font-weight: 600;
}

body.single .theContent a {
	color: #df0b13;
	text-decoration: underline;
}

body.single .theContent dl {
	margin: 0 0 28px 0;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

body.single .theContent dt {
	margin: 0 0 28px 0;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

body.single .theContent dd {
	margin: 0 0 28px 20px;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

body.single .theContent a:hover {
	text-decoration: none;
}

body.single .theContent blockquote {
	margin: 0 20px 30px;
}

body.single .theContent ul {

}

body.single .theContent ul li {
	margin: 0 0 28px 0;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

body.single .theContent ol {

}

body.single .theContent ol li {
	margin: 0 0 28px 0;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

body.single .theContent ol ol {

}

body.single .theContent ol ul {

}

body.single .theContent ul ul {

}

body.single .theContent ul ol {

}

.fusion-accordian .toggle-content {
	font-size: 20px;
	font-weight: 100;
	padding-left: 40px;
}

.fusion-accordian .toggle-content a {
	color: #df0b13;
}




/* ##################################################
   ############# Autor Roster           #############
   ################################################## */

.alphSelektor {
	margin: 0 0 90px;
	width: 100%;
	height: auto;
	line-height: 58px;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

@media only screen and (min-width: 1534px) {
	.alphSelektor {
		margin: 0 0 90px;
		width: 100%;
		height: 58px;
		line-height: 58px;
		border-top: 1px solid #979797;
		border-bottom: 1px solid #979797;
	}
}

.alphSelektor strong,
.alphSelektor span {
	display: inline-block;
	font-size: 25px;
	font-weight: 100;
}

.alphSelektor span.nonefound {
	display: inline-block;
	padding: 0 10px;
	color: #ccc;
}

.alphSelektor strong a,
.alphSelektor span a {
	display: inline-block;
	padding: 0 10px;
}

.alphSelektor strong a.active,
.alphSelektor strong a:hover,
.alphSelektor span a.active,
.alphSelektor span a:hover {
	background: transparent url(../Avada-Child-Theme/img/alphSelect_active.png) center 44px no-repeat;
}

.ourAuthors > span.nonefound {
	display: block;
	padding: 40px 0;
	text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.ourAuthors .author {
	margin: 0 1% 0 1%;
}

.ourAuthors .author{
	width: 100%;
	margin-bottom: 40px;
}

@media only screen and (min-width: 700px) {

	.ourAuthors .author{
		width: 48%;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 1051px) {

	.ourAuthors .author{
		width: 31%;
		margin-bottom: 40px;
	}
}


@media only screen and (min-width: 1534px) {

	.ourAuthors .author {
		margin: 0 30px 0 0;
	}

	.ourAuthors .author4 {
		margin: 0 0 0 0;
	}

	.ourAuthors .author{
		width: 310px;
		margin-bottom: 40px;
	}
}


.ourAuthors .author span {
	display: block;
	padding-top: 20px;
	text-align: center;
}

.ourAuthors .author span.authorIcon {
	padding: 0;
}

.suggestSearch {
    display: inline-block;
    float: none;
    position: relative;
	width: 100%;
	height: auto;
	text-align: right;	
}

.suggestSearch img {
	margin: 10px 0 0 0;
}

.suggestSearch input {
	width: calc(100% - 50px);
	border-radius: 3px;
	border: 0;
	margin: 0 10px 0 0;
	background: #f2f2f2 !important;
}

.suggestSearch .suggestions {
	padding: 0 25px;
	position: absolute;
	display: none;
	top: 50px;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: left;
	line-height: 1;
}

@media only screen and (min-width: 700px) {
	.suggestSearch .suggestions {
		width: 329px;
		line-height: 2;
	}
	
	.suggestSearch {
		display: inline-block;
		float: none;
		position: relative;
		width: 327px;
		height: auto;
		text-align: right;
		margin: 0 0 0 10px;
	}
	
	.suggestSearch input {
		width: 276px;
		border-radius: 3px;
		border: 0;
		margin: 0 10px 0 0;
		background: #f2f2f2 !important;
	}
	
}

@media only screen and (min-width: 1534px) {
	.suggestSearch {
		margin: 0 0 0 0;
		float: right;
	}
	
	.suggestSearch input {
		width: 276px;
		border-radius: 3px;
		border: 0;
		margin: 0 10px 0 0;
		background: #f2f2f2 !important;
	}
	
	.suggestSearch .suggestions {
		padding: 0 25px;
		position: absolute;
		display: none;
		top: 50px;
		left: 0;
		width: 329px;
		background: #fff;
		text-align: left;
		line-height: 2;
	}
	
}



.suggestSearch .suggestions span a {
	padding-left: 0;
	padding-right: 0;
    font-size: 25px;
    font-weight: 100;
    font-family: helvetica;
    color: #df0b13;
}

.suggestSearch .suggestions span a:hover {
	text-decoration: underline;
	background: transparent;
}

.suggestSearch .suggestions.active {
	display: block;
	border: 1px solid #ccc;
}

.page-id-19351 .tfs-slider .slide-content-container {
	top: 75%;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
	.page-id-19351 .tfs-slider .slide-content-container {
		top: 50%;
	}
}



.page-id-19351 .slide-content .caption .fusion-title-sc-wrapper .fusion-title h3 {
	font-weight: 300;
	font-size: 100px;
}

.page-id-19351 .tfs-slider .slide-content-container .slide-content {

}



/* ##################################################
   ############# footer		            #############
   ################################################## */

	.additional-content {
		
	}

   .fusion-footer .fusion-widget-area .fusion-column {
		margin-right: 0%;
		width: 100%;
   }

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

	   .fusion-footer .fusion-widget-area .fusion-column {
			margin-right: 2%;
			width: 23% !important;
	   }
	
	}

   .fusion-footer .fusion-widget-area .fusion-column-last {
		margin-right: 0;
   }

   .fusion-footer .fusion-widget-area .fusion-footer-widget-column {
		padding: 0 0 0 25px;
   }

	@media only screen and (min-width: 1051px) {
	   .fusion-footer .fusion-widget-area .fusion-footer-widget-column {
			padding: 0 0 0 100px;
	   }
	}
	.fusion-body .fusion-footer-copyright-center .fusion-copyright-notice, .fusion-body .fusion-footer-copyright-center .fusion-social-links-footer {
		text-align: left;
		padding: 0 0 0 0;
		font-weight: 400;
		font-size: 14px;
	}

	@media only screen and (min-width: 1051px) {
		.fusion-body .fusion-footer-copyright-center .fusion-copyright-notice, .fusion-body .fusion-footer-copyright-center .fusion-social-links-footer {
			text-align: left;
			padding: 0 0 0 100px;
			font-weight: 400;
			font-size: 14px;
		}	
	}

	html .fusion-footer-copyright-area {
		background-color: #a0030f;
		padding-bottom: 10px;
		padding-top: 15px;
	}

	.fusion-footer-widget-area .widget_nav_menu .current-menu-item .sub-menu a,
	.fusion-footer-widget-area .widget_nav_menu li a {
		color: #fff !important;
		text-decoration: none;
		padding: 0;
	}

	.fusion-footer-widget-area .widget_nav_menu .current-menu-item a,
	.fusion-footer-widget-area .widget_nav_menu li a:hover {
		text-decoration: underline;
		color: #fff !important;
		padding: 0;
	}
	
	.fusion-footer-widget-area .widget_nav_menu li a::before, .fusion-footer-widget-area .widget_categories li a::before, .fusion-footer-widget-area .widget_meta li a::before, .fusion-footer-widget-area .widget .recentcomments::before, .fusion-footer-widget-area .widget_recent_entries li a::before, .fusion-footer-widget-area .widget_archive li a::before, .fusion-footer-widget-area .widget_pages li a::before, .fusion-footer-widget-area .widget_links li a::before {
    	content: "" !important;
	    margin-left: 0;
	    position: relative;
	    padding: 0 0 0;
	}

	.fusion-widget-area .widget_nav_menu li, .fusion-widget-area .widget_categories li, .fusion-widget-area .widget_product_categories li, .fusion-widget-area .widget_meta li, .fusion-widget-area .widget .recentcomments, .fusion-widget-area .widget_recent_entries li, .fusion-widget-area .widget_archive li, .fusion-widget-area .widget_pages li, .fusion-widget-area .widget_links li, .fusion-widget-area .widget_layered_nav li, .fusion-widget-area .widget_product_categories li {
	    border-bottom: 0;
	    color: #333;
	    display: block;
	    padding: 0 0 0;
	    font-size: 16px;
	}

	html #slidingbar-area .widget-title, html #slidingbar-area h3, html .fusion-footer-widget-area .widget-title, html .fusion-footer-widget-area h3 {
		font-family: helvetica;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.5;
	}

	.fusion-footer-widget-area .widget_nav_menu ul ul li a {
		padding-top: 0;
	}




/* ##################################################
   ############# filters		        #############
   ################################################## */

	.terms {
		padding: 0 0 30px;
	}

	.terms span {
		margin: 0 10px 0 0;
		border-radius: 3px;
		background: #df0b13;
		color: #fff;
		padding: 5px 10px 3px;
		font-size: 16px;
		font-weight: 300;
	}

	.filters {
		padding-right: 30px;
	}

	.filters .selects {
		margin: 30px 0 0;
	}

	.filters table {
		width: 100%;
	}
	
	.filters table caption {
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 3px solid #f8f8f8;
		font-size: 23px;
		color: #818181;
		text-transform: uppercase;
		font-family: helvetica;
		font-weight: 400;
	}
	
	.filters table caption a:hover img {
		opacity: 0.75;
		filter: alpha(opacity=75); /* For IE8 and earlier */		
	}
	
	.filters table caption .prev {
		float: left;
		margin-top: 7px;
	}
	
	.filters table caption .next {
		float: right;
		margin-top: 7px;
	}

	.filters table thead tr th {
		font-size: 13px;
		text-align: center;
		color: #797979;
		text-transform: uppercase;
		font-weight: 400;
		font-family: helvetica;
	}

	.filters table tbody tr td {
		text-align: center;
		color: #797979;
		font-weight: 100;
		font-size: 15px;
		font-family: helvetica;
	}
	
	.filters table tbody tr td.today {
		text-align: center;
		background: #797979;
		color: #fff;
	}

	.filters table tbody tr td.today a {
		color: #fff;
	}
	
	.filters table tbody tr td.passiv {
		color: #cdcdcd;
	}

	.filters table tbody tr td a {
		display: block;
		font-weight: 600;
		color: #df0c14;
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.filters table tbody tr td a.disabled {
		opacity: 0.35;
	    filter: alpha(opacity=35); /* For IE8 and earlier */
	}
	
	.filters table tbody tr td a:hover {
		text-decoration: underline;
	}
	
	.filters table tbody tr td a.active {
		font-weight: 600;
		color: #fff;
		background: #df0c14;
	}
	
	.filters select {
		display: block;
		margin: 0 0 10px;
	}
	
	.filters select option {
		color: #000;
	}	

	.customSelect { 
		/* This is the default class that is used */
		/* Put whatever custom styles you want here */
	}

	.customSelect.customSelectHover {
		/* Styles for when the select box is hovered */
	}

	.customSelect.customSelectOpen {
		/* Styles for when the select box is open */
	}

	.customSelect.customSelectFocus {
		/* Styles for when the select box is in focus */
	}

	.customSelect.customSelectDisabledOption {
		/* Styles for when the selected item is a disabled one */
	}

	.customSelect.customSelectDisabled {
		/* Styles for when the select box itself is disabled */
	}

	.customSelectInner {
		/* You can style the inner box too */
	}

	span.customSelect { 
		width: 271px;
		height: 34px;
		line-height: 39px;
		margin: 0 10px 10px 0;
		padding: 0 0 0 20px;
		color: #e00d15;
		font-size: 15px;
		font-weight: 600;
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
		background: transparent url(../Avada-Child-Theme/img/customselect.png) right center no-repeat;
	}

	span.customSelect.disabled { 
		opacity: 0.35;
	    filter: alpha(opacity=35); /* For IE8 and earlier */
	}


/* ##################################################
   ############# Responsive embed       #############
   ################################################## */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fusion-rollover-content h4 {
	display: block;
}


@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.fusion-rollover .button {
		display: none;
	}
}





 /* Style the list */
.customSearch ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
   	border-radius: 3px;
    overflow: hidden;
    background-color: #df0b13;
}

/* Float the list items side by side */
.customSearch ul.tab li {float: left;}

@media only screen and (min-width: 1px) and (max-width: 600px) {
	.customSearch ul.tab li {float: none;
							 width: 100%;}
	.customSearch ul.tab li a {text-align:center;
							 width: 100%;}
							 
}


/* Style the links inside the list items */
.customSearch ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	border: 1px solid #df0b13;
	color: #fff;
	text-transform: uppercase;
}

/* Change background color of links on hover */
.customSearch ul.tab li a:hover {background-color: #fff;
color: #df0b13;
border: 1px solid #df0b13;}

/* Create an active/current tablink class */
.customSearch ul.tab li a:focus,
.customSearch ul.tab li .active {background-color: #fff;
color: #df0b13;
border: 1px solid #df0b13;}

/* Style the tab content */
.customSearch .tabcontent {
    display: none;
    border-top: none;
}

.customSearch #products .boxItem,
.customSearch #events .boxItem,
.customSearch #authors .boxItem,
.customSearch #sites .boxItem,
.customSearch #comments .boxItem {
	float: left;
	margin: 0 24px 0 0;
	width: calc( 50% - 12px );
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.customSearch #products .boxItem,
	.customSearch #events .boxItem,
	.customSearch #authors .boxItem,
	.customSearch #sites .boxItem,
	.customSearch #comments .boxItem {
		float: none;
		margin: 0 0 24px;
		width: 100%;
	}
}


.customSearch #events .boxItem,
.customSearch #comments .boxItem {
	margin: 24px 24px 0 0;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.customSearch #events .boxItem,
	.customSearch #comments .boxItem {
		margin: 24px 0 0 0;
	}
}




.customSearch #events .boxItem.right,
.customSearch #comments .boxItem.right {
	margin: 24px 0 0 0;
}



.customSearch #sites .boxItem {
	height: 290px;
}

@media only screen and (min-width: 1px) and (max-width: 1200px) {
	.customSearch #sites .boxItem {
		height: auto;
	}
}


.customSearch #authors .boxItem {
	height: 285px;
}

@media only screen and (min-width: 1px) and (max-width: 1200px) {
	.customSearch #authors .boxItem {
		height: auto;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.customSearch #authors .boxItem {
		height: auto;
	}
}

.customSearch #products .boxItem {
	height: auto;
}

.customSearch #products .boxItem.right,
.customSearch #authors .boxItem.right,
.customSearch #sites .boxItem.right {
	margin: 0 0 0 0;
}

.customSearch .terminBox .boxItem .boxContent {
    padding: 25px 25px 85px;
}

.customSearch #events .boxItem .boxContent {
	padding: 36px 25px 85px;
}

.customSearch #products .boxItem .productimage,
.customSearch #authors .boxItem .authorimage {
	position: relative;
	display: inline-block;
	margin: 0 24px 0 0;
	vertical-align: top;
	max-width: 190px;
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
	.customSearch #products .boxItem .productimage,
	.customSearch #authors .boxItem .authorimage {
		position: relative;
		display: block;
		margin: 0 0 0 0;
		vertical-align: top;
	}
}


.customSearch #authors .boxItem .wrap {
	width: calc( 100% - 180px );
	display: inline-block;
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
	.customSearch #authors .boxItem .wrap {
		width: 100%;
		display: block;
	}
}

.customSearch #products .boxItem .wrap {
	width: calc( 100% - 220px );
	display: inline-block;
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
	.customSearch #products .boxItem .wrap {
		width: 100%;
		display: block;
	}
}

.customSearch .noresult {
	border-radius: 3px;
	margin: 24px 0 0 0;
    padding: 25px 25px 25px;
	background: #eaeaea none repeat scroll 0 0;
}

.customSearch #products .boxItem .boxContent .links {
    left: 42px;
}

.customSearch #products .boxItem .boxContent {
    min-height: 430px;
}

.customSearch #ebadge {
    right: -10px;
    top: -10px;
}

.errorform #rm_email {
	 background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid #df0b13 !important;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    color: #df0b13 !important;
    font-family: helvetica;
    font-size: 21px;
    font-weight: 200;
    text-align: left;
    width: 400px;
}

.errorform button {
	background: #fbdedf none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 3px !important;
    color: #000 !important;
    font-family: helvetica !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin-top: 55px;
    padding: 10px 5px;
    text-transform: none;
    width: 128px;
}

.errorform .form_button_submit {
	background: #fbdedf none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 3px !important;
    color: #000 !important;
    font-family: helvetica !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    padding: 10px 5px;
    text-transform: none;
    width: 128px;
}

.page #content .subscribtionerror p {
	color: #df0b13 !important;
}


.wpcf7-form .left {
	vertical-align: top;
	width: calc( 50% - 18px );
	display: inline-block;
	margin-right: 24px;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.wpcf7-form .left {
		vertical-align: top;
		width: 100%;
		display: block;
		margin-right: 0;
	}
}

.wpcf7-form .right {
	vertical-align: top;
	width: calc( 50% - 18px );
	display: inline-block;
	margin-right: 0;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.wpcf7-form .right {
		vertical-align: top;
		width: 100%;
		display: block;
		margin-right: 0;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.wpcf7-form .wpcf7-list-item {
		display: block;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.eventfilter {
		float: none;
		width: 100%;
	}
	
	.eventgrid {
		float: none;
		width: 100%;
	}
}

@media only screen and (min-width: 1051px) and (max-width: 1370px) {
	.eventfilter {
		float: left;
		width: 40%;
	}
	
	.eventgrid {
		float: left;
		width: 56%;
	}
}

@media print {
	.terminSingleSharing,
	.termin .backLink,
	.terminDetails,
	.blog-single .relatedbooks,
	.blogSingleSharing,
	#sliders-container,
	.sliders-container,
	.actionsBox,
	.socialbox,
	.fusion-footer,
	.fusion-header-wrapper {
		display: none;
	}
}


.single-product {
	overflow: hidden;
}


html blockquote {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 4px solid #df0c14;
    color: #444444;
    padding: 15px;
}

.woostuff .weSearch .siteSearch a,
.woostuff .weSearch .siteSearch,
.woostuff .weSearch {
	display: inline-block !important;
}


.formUnsubscribe input[type="text"],
.formSubscribe input[type="text"] {
	display: inline-block;
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid #df0b13 !important;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    color: #df0b13 !important;
    font-family: helvetica;
    font-size: 21px;
    font-weight: 200;
    text-align: left;
    width: 400px;
}

.formUnsubscribe .form_button_submit,
.formSubscribe .form_button_submit {
	display: inline-block;
   background: #fbdedf none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 3px !important;
    color: #000 !important;
    font-family: helvetica !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    padding: 10px 5px;
    text-transform: none;
    width: 128px;
}    




.redeem-coupon {

}

.redeem-coupon .formwrap {
	display: inline-block;
	width: 40%;
}

.redeem-coupon .image {
	display: inline-block;
	max-width: 380px;
	width: 40%;
	margin-right: 5%;
	vertical-align: top;
}

.redeem-coupon form {

}

.redeem-coupon form .error {
	color: #df0b13 !important;
	font-weight: bold !important;
}

.redeem-coupon form .success {
	color: #5c833b !important;
	font-weight: bold !important;
}

.redeem-coupon form input {
	display: inline-block;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #df0b13 !important;
	color: #df0b13 !important;
	font-size: 21px;
	font-weight: 200;
	font-family: helvetica;
	background: transparent !important;
}

.redeem-coupon form input[type="submit"] {
	margin-top: 15px;
	padding: 10px 15px;
	border-bottom: 0px !important;
	background: #df0b13 !important;
	color: #fff!important;
	font-weight: normal;
	width: auto;
	border-radius: 10px;
}

.grecaptcha-badge {
	display: none!important;
}


