/*
Theme Name: Hopes Child
Theme URI:  http://themeforest.net/
Author: AivahThemes
Author URI: http://themeforest.net/user/AivahThemes
Description: This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes.
Version: 1.1
Template: hopes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

/* @import url("../hopes/style.css"); */

/*
Theme Name: Hopes
Theme URI: http://themeforest.net/
Author: AivahThemes
Author URI: http://themeforest.net/user/AivahThemes
Description: This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

.hidden {
	display: none !important;
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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,
font, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}
p:empty {
	display: none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
	font-size: 150%;
	margin-bottom: 20px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: small;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { bottom: 1ex; }
sub { top: .5ex; }

dl { margin-bottom: 24px; }
dt { font-weight: bold; }
dd { margin-bottom: 24px; }

ul, ol { list-style: none; margin: 0 0 24px 20px}
.entry-content-wrapper ul, .entry-content-wrapper ol {float: left;}
ul { list-style: disc;}
ol { list-style: decimal; }

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend { white-space: normal;}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin: 20px 0;
}

/***********************************************************************************/
/*  Fonts
/***********************************************************************************/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('css/fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('css/fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('css/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('css/fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('css/fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

*:not(.fa) {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

strong, b, #subheader .page-title {
  font-weight: 700 !important;
}

/* Calendar Widget:
=========================================================== */
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th { text-align: center; }

/* Preformatted text:
=========================================================== */
pre {
	background: url('images/code_bg.png') repeat scroll left top #f6f6f6;
	font: 12px "Courier 10 Pitch", Courier, monospace;
	line-height: 21px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 20px 30px;
	border: 1px solid #e2eeee;
	color: #444444;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background-color:#f7f7f7;
	display: block;
	font: 12px/18px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #e2e2e2;
	overflow: auto;
	padding: 10px 18px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object, video { margin-bottom: 24px; max-width: 100%; }
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object { 	margin-bottom: 0; }

/* Alignment */
.alignleft   { float: left; text-align: left; }
.alignright { float: right; text-align: right; }
.aligncenter { text-align: center; display: block; margin-left: auto; margin-right: auto; }

.textright { text-align:right; }
.textleft { text-align:left; }
.textcenter { text-align:center; }

/*Blockquote Alignments */
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

/* Image Caption */
.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: auto;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* WordPress Generic */

.bypostauthor {}
.sticky .post_content { background-color:#FCF8E3; }

/* WordPress Generic */

.comment-edit-link,
.post-edit-link { font-weight:bold; }

.comment-edit-link:before,
.post-edit-link:before {
content:"\f040";
font-family: 'FontAwesome';
margin-right:5px;
line-height:16px;
}

/* Default Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #50485b;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	vertical-align: bottom;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #00C1CF;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #0f3559;
}

/* Clearfix
======================================================================== */
.clear	{ clear: both; display: block; width: auto;  height: 0; visibility: visible; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*
 General
======================================================================== */

figure { margin: 0;}
figure img { width: auto; max-width: 100%; height: auto; }

#pagebg {
	position:fixed;
	top:0;
	z-index:-1;
	min-width:100%;
	min-height:100%;
	background-attachment: fixed;
	background-size:100% 100%;
}

.bodyoverlay {
	position: fixed;
	top: 0;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* Links
======================================================================== */

a {
	text-decoration: none;
	color: #00C1CF;
}
a:hover,
a:active {
	outline: 0;
	color: #333333;
}

/* Generic
======================================================================== */
body {
	overflow-x: hidden;
	background-color: #ffffff;
}

.preloader {
	display:block;
	background: url('ajax-loader.gif') center center no-repeat #ffffff;
}

/* Headings
======================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight:300;
	line-height: normal;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 small { font-size: 18px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; }

/* Layout and Grid
======================================================================== */

#wrapper {
	position: relative;
	background-color:#ffffff;
	margin: 0 auto;
	}

#boxed #wrapper {
	margin:30px auto;
	width: 1180px;
	-webkit-box-shadow: 0 0 25px 20px rgba(0,0,0,0.2);
	-moz-box-shadow:    0 0 25px 20px rgba(0,0,0,0.2);
	box-shadow:         0 0 25px 20px rgba(0,0,0,0.2);
}

.inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.one_half		{ width: 48%; }
.one_third		{ width: 30.60%; }
.two_third		{ width: 65.40%; }
.one_fourth		{ width: 22%; }
.one_fifth		{ width: 16.8%; }
.three_fourth	{ width: 74%; }
.four_fifth		{ width: 79.2%; }
.two_fifth		{ width: 37.6%; }
.three_fifth	{ width: 58.4%; }
.one_sixth		{ width: 13.3%; }
.five_sixth		{ width: 82.7%; }

.one_half, .one_third, .two_third,
.one_fourth, .one_fifth, .four_fifth,
.one_sixth, .five_sixth, .two_fifth,
.three_fifth, .three_fourth   {
	position: relative;
	display: inline; /* Old Browser Hack */
	display: inline-block;
	float: left;
	margin-right: 4%;
	margin-bottom: 15px;
}

.end,
.last { margin-right: 0 !important; }

/* Gallery Grid
======================================================================== */

.gallery br {
	float: left;
	display: none;
	clear: none !important;
	height: 0px !important;
}

.small.orange.flat {
	margin-top: 20px !important;
}

.fancybox {
	 margin: 0 !important;
}

.gallery .gallery-item {
	margin-right: 4px !important;
}

.col_half         { width: 49%; }
.col_third        { width: 32%; }
.col_fourth       { width: 23.5%; }
.col_fifth        { width: 18.4%; }
.col_sixth        { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird     { width: 66%;}

.col_half, .col_third, .col_twothird,
.col_fourth, .col_three_fourth, .col_fifth {
	position: relative;
	display:inline; /* Old Browser Hack */
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.end:after { clear: both; content: ''; display: block; }

.col_half:after,
.col_third:after,
.col_twothird:after,
.col_fourth:after,
.col_three_fourth:after,
.col_fifth:after {
	clear: both;
	content: '';
	display: block;
}

/* Primary Content Area
======================================================================== */

#main {
	position: relative;
	padding: 0;
	z-index: 3;
}

.pagemid_section { padding: 0; }
.pagemid {
	position: relative;
	margin: 0 auto;
}
.pagemid  > .inner { max-width: 1100px; }

.pagemid:after,
.pagemid:before {
	clear:both;
	content: "";
	display: block;
}

/* Fullwidth Section
======================================================================== */

.section_fullwidth {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}
.content-area .section_inner {
	position: relative;
	width: 850px;
	margin: 0 auto;
	z-index: 3;
}

.fullwidth .section_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.section_fullwidth a { }
.section_fullwidth a:hover { }

/* Left/Right Sidebar
======================================================================== */

.leftsidebar #sidebar { position: relative; float: left; width: 25%; box-sizing: content-box;}
.leftsidebar #sidebar .content { padding: 50px 40px 50px 0; border-right:1px solid #e1e1e1; margin-right:-1px;}
.leftsidebar .content-area { float: right; width: 75%; padding-left:40px; border-left:1px solid #e1e1e1; }

.rightsidebar #sidebar { position: relative; float: right; width: 25%; }
.rightsidebar #sidebar .content{ padding: 50px 0 50px 40px; border-left:1px solid #e1e1e1;margin-left:-1px;}
.rightsidebar .content-area { float: left; width: 75%; padding-right:40px; border-right:1px solid #e1e1e1;}

.content-area .entry-content-wrapper { padding:	40px 0 40px 0; }

.content-area:before,
.content-area:after{ clear:both; display:block; content:'';}
.fullscreen  { width :100%; }

/* Featured Slider
======================================================================== */

#featured_slider {
	position: relative;
	margin: 0;
	z-index: 9;
}
.slider_wrapper { width: 100%; margin: 0 auto; }
.slider_stretched { max-width:100%; }
.staticslider img { max-width:100%; display: block; margin: 0 auto; }
.flex-inner { width:1140px; margin: 0 auto; position:relative; }

/* Logo Site title Description
======================================================================== */

.logo {
	display: table-cell;
	margin: auto;
	min-height: 70px;
	min-width: 70px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
/*.logo img {
	-webkit-transition: all .3s ease-out;
	-moz-transition:    all .3s ease-out;
	-ms-transition:     all .3s ease-out;
	-o-transition:      all .3s ease-out;
	transition:         all .3s ease-out;
	width: 120px;
	}*/

/* Logo Text */

h1#site-title { margin: 0; }
h1#site-title a {
	font-size: 30px;
	line-height: 38px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}
h2#site-description {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}
/* Header
======================================================================== */

.header-area {
	position: relative;
	display: table;
	height: 80px;
	margin: 0 auto;
	min-height: 70px;
	width: 1100px;
}
.header-right {
	float: right;
	width: 200px;
	font-size: 11px;
}


/* Header Style 1 (default)
======================================================================== */

.header-style1,
.header-style2,
.header-style3,
.header-style4 { z-index: 6; }
.header {
	clear:both;
	position:relative;
	border-bottom:1px solid #e8e8e8;
}

.menuwrap {
	display: table-cell;
	margin: auto;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.header-style1 .sf-menu > li a { padding: 2.5em 1em; }

/* Header Style 2
======================================================================== */

.header-style2 .primarymenu { border-top: 1px solid #e8e8e8; }
.header-style2 .logo { display:table; margin:0 auto; float: none; padding: 20px 0; }
.header-style2 .menu-inner {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 1100px;
}
.header-style2 #atp_menu  { display: table; margin: 0 auto; }
.header-style2 .sf-menu,
.header-style2 #iva_megamenu { float:none; }
.header-style2 #iva_megamenu ul.menu { display: table; width: auto; margin:0 auto; }
/* Header Style 3
======================================================================== */

.header-style3 .primarymenu { border-bottom: 1px solid #e8e8e8; }
.header-style3 .menu-inner {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 1100px;
}
.header-style3 .sf-menu,
.header-style3 #iva_megamenu { float:none; }

/* Header Style 4
======================================================================== */

.header-style4 .primarymenu { border-bottom: 1px solid #e8e8e8; }
.header-style4 .sf-menu { float:none; }
.header-style4 .menu-inner {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 1100px;
}
.header-style4 .search-box {
	display: table-cell;
	margin: 0;
	width: 30px;
	vertical-align: middle;
}

.header-style4 .search-box [type="search"],
.header-style4 .search-box [type="text"] {
	background-image: url(images/search-icon.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	border:none;
	cursor: pointer;
	height: 30px;
	width: 0;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
}

.header-style4 .search-box [type="search"]:focus,
.header-style4 .search-box [type="text"]:focus {
	border-bottom: 1px solid #DDDDDD;
	cursor: text;
	outline: 0;
	width: 230px;
}

/* Fixed Header
======================================================================== */

.fixed-header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	margin: 0 auto;
	padding: 0;
	z-index: 3000;
	background-color: #ffffff; /* IE Fall Back*/
	background-color: rgba(255,255,255,0.75); /* Latest Browsers */
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:    0 1px 0 rgba(0,0,0,0.2);
	box-shadow:         0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease-out;
	-moz-transition:    all .3s ease-out;
	-ms-transition:     all .3s ease-out;
	-o-transition:      all .3s ease-out;
	transition:         all .3s ease-out;
}

.fixed-header .header-area { min-height: 30px; height: 30px; }

/* Topbar
======================================================================== */
.topbar {
	position: relative;
	padding:0;
	font-size:11px;
	line-height: 40px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	z-index:7;
}

.topbar .one_half,
.topbar .one_third,
.topbar .two_third,
.topbar p { margin-bottom:0 !important;}
.topbar .iva_socials { float: right; margin: 0 auto; padding: 0; }
.topbar .one_half.last,
.topbar .two_third.last {
	text-align:right;
}

/* Topbar Right Nav (woocommerce topnav)
======================================================================== */

.atp_sub_nav{ float: right; }
.atp_sub_nav ul { overflow: hidden; margin: 0; }
.atp_sub_nav ul li {
	float: left;
	padding: 0 10px;
	border:1px solid #dddddd;
	border-width:0 1px 0 0;
	list-style: none;
}
.atp_sub_nav > ul > li:last-child,
.atp_sub_nav > div > ul > li:last-child { border:none; padding-right: 0; }

.atp_sub_nav > ul > li > a,
.atp_sub_nav > div > ul > li > a { color: #666666; text-decoration: none; }

.atp_sub_nav > ul > li > a:hover,
.atp_sub_nav > div > ul > li > a:hover { text-decoration: underline; }

/* Primary Menu
======================================================================== */

.iva-mobile-dropdown { display: none; }

.sf-menu { float:right; }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { display: none; position: absolute; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a { display: block; position: relative;}
.sf-menu ul ul { top: 0; left: 100%;  }

/* Menu Properties */

.sf-menu ul {
	background-color: #f0f0f0;
	min-width: 15em; /* allow long menu items to determine submenu width */
	border:1px solid #dddddd;
	border-width:1px 1px 1px 1px;
	border-top:3px solid #00C1CF;
}
.sf-menu ul ul{ margin-top:-3px; }
.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #666666;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	-moz-transition:    all 200ms linear;
	-ms-transition:     all 200ms linear;
	-o-transition:      all 200ms linear;
	transition:         all 200ms linear;
}

.sf-menu > li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:    inset 0 3px 0 0 rgba(0,0,0,0);
	box-shadow:         inset 0 3px 0 0 rgba(0,0,0,0);
}


.sf-menu ul li a {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 13px;
	padding: 10px !important;
	margin: 0;	border-bottom: 1px solid #e8e8e8;
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	/* only transition out, not in */
	background-color: #f7f7f7;
}
.sf-menu li a span {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

/* arrows (for all except IE7) */

.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 13px;
	top: 28%;
	right: 5px;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: 3px;
	margin-right: 10px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 13px;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* Mobile Menu
======================================================================== */

.iva-mobile-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #252525;
 	padding: 0;
    z-index: 99999;
}
.iva-mobile-menu > ul { margin: 0 auto; padding: 0; }
.iva_mmenu { display: table; margin:0 auto; }
.iva-mobile-menu ul li  {
	list-style:none;
}
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
	padding-top: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
	padding-bottom: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
	border-bottom: 0;
}

.iva-mobile-menu ul li a {
	border-bottom: 1px dotted #444444;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 12px;
    color: #ffffff;
}

.iva-mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}
.iva-children-indenter {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
}

.iva-children-indenter i {
	padding:16px;
	background-color: rgba(0,0,0,0.2);
}

/* Mega Menu
======================================================================== */

#iva_megamenu { margin: 0;}
.header-style1 #iva_megamenu { margin: 0;float:right;}
#iva_megamenu ul li .sub-container { margin-top: 0px; }
.sub-container > .sub-menu li > a > .fa { margin-right: .5em; font-size: 14px; }
#iva_megamenu ul,
#iva_megamenu ul li { margin: 0; padding: 0; border: none;}
#iva_megamenu ul.menu { width: 100%; height: 50px; line-height: 50px; position: relative;}
#iva_megamenu ul li {float: left; margin: 0; padding: 0; font-size: 13px; }
#iva_megamenu ul li a { float: left; display: block; color: #666666; padding: 0 10px 0 15px; text-decoration: none;}
#iva_megamenu ul li a.dc-mega {position: relative;}
#iva_megamenu ul li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -3px;
	width: 8px;
	height: 6px;
	background: url(images/arrow.png) no-repeat 0 0;
	}
#iva_megamenu ul li.mega-hover a,
#iva_megamenu ul li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;}
#iva_megamenu ul li.mega-hover a .dc-mega-icon {background-position: 0 100%;}
#iva_megamenu ul li .sub-container {
	position: absolute;
	background-color: #f0f0f0;
	-webkit-box-shadow: 0px 8px 8px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 8px 8px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 8px 8px 0px rgba(50, 50, 50, 0.2);
}
#iva_megamenu ul li .sub { padding: 15px;}
#iva_megamenu ul li .sub-container.mega .sub { padding: 25px 20px 10px 0;}
#iva_megamenu ul li .sub .row {width: 100%; overflow: hidden; clear: both;}
#iva_megamenu ul li .sub li {list-style: none; float: none; width: auto; font-size: 1em; font-weight: normal; line-height: 24px; }
#iva_megamenu ul li .sub li.mega-hdr { margin: 0 0 10px 0; float: left; padding: 0 10px; border-right: 1px solid #dddddd;}
#iva_megamenu ul li .sub li.mega-hdr.last {margin-right: 0; border-right: 0px solid #dddddd;}
#iva_megamenu ul li .sub a {
	text-shadow: none;
	color: #111;
	padding: 0 10px;
	display: block;
	float: none;
	text-decoration: none;
	font-size: 13px;
}
#iva_megamenu ul li .sub a:hover {
	color: #00c1cf;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
#iva_megamenu ul li .sub li.mega-hdr a.mega-hdr-a {padding: 0 10px; margin-bottom: 5px; text-transform: uppercase; font-weight: bold;}
#iva_megamenu ul li .sub li.mega-hdr a.mega-hdr-a:hover { text-shadow: none; text-decoration: underline; }
#iva_megamenu ul .sub li.mega-hdr li a { padding: 0 10px 0 10px; font-weight: normal; }
#iva_megamenu ul .sub li.mega-hdr li a:hover {
	color: #00c1cf;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
#iva_megamenu ul .sub ul li {padding-right: 0;}
#iva_megamenu ul li .sub-container.non-mega .sub {padding: 15px;}
#iva_megamenu ul li .sub-container.non-mega li { padding: 0; width: auto; margin: 0;}
#iva_megamenu ul li .sub-container.non-mega li a {padding: 7px 15pxpx 7px 15px; }
#iva_megamenu ul li .sub-container.non-mega li a:hover {color: #00c1cf; }

.dcjq-mega-menu ul, .dcjq-mega-menu ul li {list-style: none;}
.dcjq-mega-menu ul.menu { padding: 0; margin: 0;}
.dcjq-mega-menu ul li ul {display: none;}
.dcjq-mega-menu .sub {display: none;}
.dcjq-mega-menu .sub ul {display: block;}

/* Sub Page Navigation ( Template: template_subnav.php)
======================================================================== */

.widget_nav_menu,
.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 	1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	box-shadow: 		1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
}
.widget_nav_menu li ul,
.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_nav_menu li ul li a,
.sub_nav li ul li a{
	background: #f5f5f5;
	color: #999999;
	padding: 9px 15px 9px 30px;
}
.widget_nav_menu li a,
.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 15px;
	border: 1px solid #e8e8e8;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}

/* Right Sidebar Nav */
.rightsidebar .widget_nav_menu li.current_page_item > a,
.rightsidebar .widget_nav_menu li.current_page_item > a:hover,
.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowleft.png);
	background-position:10px center;
	background-repeat:no-repeat;
}

/* Left Sidebar Nav */
.leftsidebar .widget_nav_menu li.current_page_item > a,
.leftsidebar .widget_nav_menu li.current_page_item > a:hover,
.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowright.png);
	background-position:95% center;
	background-repeat:no-repeat;
}
.widget_nav_menu li.widget_nav_menu > a,
.widget_nav_menu li.widget_nav_menu > a:hover,
.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	margin:0 -7px;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 		inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}
.widget_nav_menu li a:hover,
.sub_nav li a:hover { background-color: #f5f5f5;}

.widget_nav_menu li:first-child a,
.sub_nav li:first-child a { border-top-color: #e8e8e8; }

.widget_nav_menu li:last-child a,
.sub_nav li:last-child a { border-bottom-color: #e8e8e8; }

.widget_nav_menu li.current_page_item > a,
.widget_nav_menu li.current_page_item > a:hover ,
.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	background-color:#00C1CF;
	color:#FFFFFF;
}

/* Sub Header
======================================================================== */

#subheader {
	position: relative;
	margin: 0 auto;
	z-index:4;
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	background-color: #F8F8F8;
	color: #888888;
}
#subheader .page-title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight:bold;
}
#subheader .subdesc { position: relative; margin: 0 auto; }
#subheader .customtext { }
#subheader .customtext ul { list-style: none; margin: 0; padding: 0; }
#subheader.sub_disabled { padding:5px 0;}

.sleft .subdesc { float: left; text-align: left; }
.sright .subdesc { float: right; text-align: right; }

.scenter .subdesc { display: table; float: none; margin:0 auto; text-align:center;  }

.sleft .breadcrumbs-wrap { float:right; }
.sright .breadcrumbs-wrap { float:left; }

.scenter .breadcrumbs-wrap { display: table; float: none; margin:0 auto; text-align:center;  }

/* Breadcrumb
======================================================================== */

.breadcrumbs {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size:12px;
	z-index: 4;
	line-height: 28px;
}
.breadcrumbs a { font-weight:normal; padding:0 3px; }
.breadcrumbs a:hover { text-decoration:underline; }
.breadcrumbs .separator { padding:0 3px;}
.breadcrumbs-plus{ line-height: 250%;}

.scenter .subdesc { display: table; float: none; margin:0 auto; text-align:center;  }
.sleft .breadcrumbs { float:right; }
.sright .breadcrumbs { float:left; }
.scenter .breadcrumbs { display: table; float: none; margin:0 auto; text-align:center;  }

/* Archives Page Title
======================================================================== */

.iva-main-title {
	border-left: 3px solid #e1e1e1;
	margin-bottom: 50px;
	padding: 3px 0 3px 12px;
	line-height: 1em;
	font-weight:400;
}

/* Footer
======================================================================== */

#footer {
	position:relative;
	background-color: #26222c;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 0 0;
	color:#999999;
}
#footer a { color: #00c1cf; }
#footer a:hover { color: #ffffff;}

/* Copyright
======================================================================== */

.copyright  {
	background-color: #1e1b22;
	border-top: 1px solid #2b2b2b;
	color: #999999;
	font-size: 11px;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.copyright p { margin-bottom: 0;}
.copyright_left {
	float: left;
	width: 50%;
	text-align: left;
	line-height: 35px;
}
.copyright_right {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 35px;
}

/* Search Widget
======================================================================== */

.widget.widget_search { position: relative; }
* html .widget .search-box   { margin-top: 10px; }
*:first-child+html .widget .search-box   { margin-top: 10px !important; }
.widget .search-box input,
.search-field {
	width: 75%;
	padding: 8px 10px 8px 40px;
	color: #d6d6d6;
	font-size: 13px;
	line-height: 13px;
	font-family: Open Sans, Georgia, Arial;
	background: transparent url("images/search-icon.png") 8px 8px no-repeat;
	border: 1px solid rgb(229, 229, 229);

}
.search-field:focus,
.widget .search-box input:focus {
	background: transparent;
    border-color: #a7c6e1;
    color: #d6d6d6;
	padding: 8px 35px 8px 15px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 	0 1px 3px rgba(0, 0, 0,  0.1) inset;
    box-shadow: 		0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

/* Widgets
======================================================================== */

.widget-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	vertical-align:middle;
	}
.widget { margin: 0 0 45px 0; }
.widget ul { margin: 0; }
.widget ul ul { margin-bottom: 0; }
.widget ul li {
	background-repeat: no-repeat;
    list-style-type: none;
}
.widget_recent_comments li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
	padding: 2px 0;
}
.widget_recent_entries li a:before,
.widget_archive li a:before,
.widget_categories li a:before {

}

#footer .widget-title { color:#ffffff; }
#sidebar select {
    padding: 8px 5px;
    width: 100%;
}

/* Comments
======================================================================== */

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.entry-content img,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Text Widget Order List Items
======================================================================== */

.textwidget ol {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	padding: 0;
	margin-bottom: 4em;
}
.textwidget ol ol {
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

/* Staff Box
======================================================================== */

.bio .sociables { text-align: center; margin: 0; padding: 15px 0; background-color: #E9E9E9; }
.bio { position: relative; background-color: #f8f8f8; }
.bio hgroup { text-align: center; }
.bio hgroup h3{ margin-bottom: 10px;}
.bio::before, .bio::after { position: absolute; 	content: ''; }
.bio::before { width: 99%; left: .5%; bottom: -4px; }
.bio::after { width: 98%; left: 1%; 	bottom: -7px; }
.bio .details { background: #f8f8f8;	padding: 20px; }
.bio .details p { padding: 0 20px; }
.bio img { max-width: 100%; display:block;}
.bio h4 { margin-bottom:0px; }
.bio span.staff-role { margin-bottom:20px; display: block; color: #b2b2b2; }
.bio .atpsocials li {
	float:none;
	background: none !important;
	display: inline-block;
	position:relative;
	width: 28px;
	height: 28px;
}
.bio .atpsocials li a{
	display: inline-block;
	width: 30px;
	padding: 0 !important;
	height: 35px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition:    all 200ms ease-in;
	-ms-transition:     all 200ms ease-in;
	-o-transition:      all 200ms ease-in;
	transition:         all 200ms ease-in;
}

/* Sociables
======================================================================== */

ul.atpsocials {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.atpsocials li img {
	position: relative;
	vertical-align: middle;
}
ul.atpsocials li {
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 0 0;
	text-align: center;
	width: 28px;
	height: 28px;
}
ul.atpsocials li a { display: block; }
ul.atpsocials li a.blogger		{ background: transparent url(images/sociables/blogger_bio.png) center center no-repeat; }
ul.atpsocials li a.delicious	{ background: transparent url(images/sociables/delicious_bio.png) center center no-repeat; }
ul.atpsocials li a.deviant		{ background: transparent url(images/sociables/deviant_bio.png) center center no-repeat; }
ul.atpsocials li a.digg		    { background: transparent url(images/sociables/digg_bio.png) center center no-repeat; }
ul.atpsocials li a.facebook	    { background: transparent url(images/sociables/facebook_bio.png) center center no-repeat; }
ul.atpsocials li a.flickr		{ background: transparent url(images/sociables/flickr_bio.png) center center no-repeat; }
ul.atpsocials li a.forrst		{ background: transparent url(images/sociables/forrst_bio.png) center center no-repeat; }
ul.atpsocials li a.google		{ background: transparent url(images/sociables/google_bio.png) center center no-repeat; }
ul.atpsocials li a.linkedin	    { background: transparent url(images/sociables/linkedin_bio.png) center center no-repeat; }
ul.atpsocials li a.pinterest	{ background: transparent url(images/sociables/pinterest_bio.png) center center no-repeat; }
ul.atpsocials li a.rss			{ background: transparent url(images/sociables/rss_bio.png) center center no-repeat; }
ul.atpsocials li a.skype		{ background: transparent url(images/sociables/skype_bio.png) center center no-repeat; }
ul.atpsocials li a.stumbleupon	{ background: transparent url(images/sociables/stumbleupon_bio.png) center center no-repeat; }
ul.atpsocials li a.twitter		{ background: transparent url(images/sociables/twitter_bio.png) center center no-repeat; }
ul.atpsocials li a.dribbble	    { background: transparent url(images/sociables/dribbble_bio.png) center center no-repeat; }
ul.atpsocials li a.vimeo		{ background: transparent url(images/sociables/vimeo_bio.png) center center no-repeat; }
ul.atpsocials li a.yahoo		{ background: transparent url(images/sociables/yahoo_bio.png) center center no-repeat; }
ul.atpsocials li a.youtube		{ background: transparent url(images/sociables/youtube_bio.png) center center no-repeat; }

ul.atpsocials li:hover {
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;
	transition:         all 300ms ease-in;
}

i.fa.white{
	color:#fff;
}

/* Sticky Bar
======================================================================== */

#sticky {
	top: 0;
	display: none;
	position: relative;
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
	background-color:#61bfff;
	color: #222222;
	font-size: 12px;
	text-align: center;
}
#sticky a {}
#sticky a:hover { text-decoration:underline; }
.tarrow {
	position:absolute;
	top: 5px;
	right:10px;
	width: 29px;
	height: 34px;
	background: url(images/toggle_up.png) 0 0 no-repeat;
	z-index: 2000;
}
.tarrow.active { background: url(images/toggle_down.png) 0 0 no-repeat; }

/* Blog Post
======================================================================== */

.entry-meta { font-size:12px; }
.entry-meta .fa { padding-right:5px; color: #666666; }
.entry-meta > span {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 3px 8px;
	font-size: 13px;
	background-color: #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

article.post .postimg { display: block; position: relative; padding: 0; margin-bottom:15px; }
article.post img { max-width: 100%; }

.entry-header .entry-title { margin: 0 0 5px 0;  }
.entry-header .entry-title a:hover { color: inherit; }

.leftsidebars article.post .entry-content,
.leftsidebars article.post .postimg,
.leftsidebars article.post .entry-header { margin-left:40px; }

.rightsidebars article.post .entry-content,
.rightsidebars article.post .postimg,
.rightsidebars article.post .entry-header { margin-right:40px; }

article.hentry .entry-header,
article.post .entry-header { padding-bottom:20px; }
article.hentry .entry-content p:last-child,
article.hentry .entry-content p:last-child { margin-bottom:0; }
article.post .entry-content { padding-bottom:40px; margin-bottom:40px; border-bottom:1px solid #dddddd; }

article.singlepost .entry-content { margin-bottom: 0; }

article.post .more-link,
article.gallery .more-link { display:table; margin-top:20px; cursor: default; color:#ffffff; }
article.post .more-link span,
article.gallery .more-link span {
	background-color: #50485b;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-transition:		all 0.3s ease;
	-moz-transition:		all 0.3s ease;
	-o-transition:			all 0.3s ease;
	transition:				all 0.3s ease;
	}

article.post .more-link:hover,
article.gallery .more-link:hover{ color:#ffffff;}
article.post .more-link span:hover,
article.gallery .more-link span:hover { background-color: #00c1cf; }

.post .sub-title {
	margin-bottom: 0;
    color: #B2B2B6;
    position: relative;
}

.post .quote {
	padding:20px;
 	background: #FFFFFF;
	font-size: 18px;
    font-style: italic;
	line-height: 30px;
	margin: 0;
	font-family: Georgia, Times, Serif;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}
.post .quote span {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.post .quote span:before { content: "\2014 \00A0"; }

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.post_desc_holder{
	 background-color:#ffffff;
 	margin:20px 0 0 0;
 	padding:20px;
}
.postmeta {
    font-size: 13px;
}

.entry-content .wp-audio-shortcode { margin-bottom: 20px; }

/* Hover Image
======================================================================== */

.hoverimg, .view, .sort_img { position: relative; }
.hoverimg img, .view img {
	max-width:100%;
	height:auto;
	display: block;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius:    5px 5px 5px 5px;
	border-radius:         5px 5px 5px 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.layout-half .postimg { width: 65%; float: left; display: inline; margin-right: 5%; }
.layout-half .two_third, .layout-half .one_third { width: 100%; margin-right: 0; float: none; }

/* Post Single Pagination
======================================================================== */

.singlepostlists {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 20px 0;
}

.singlepostlists ul { margin:0; padding:0; }
.singlepostlists li  {
	background-position: 0 8px;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Custom Select Wrapper
======================================================================== */

.select_wrapper { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; border-color: #bbb #eee #eee #bbb; color: #333; }
.select_wrapper span  { height: 26px; line-height: 26px; position: absolute; z-index: 0; padding-left: 3px; }
select.select { cursor: pointer; height: 28px; margin: 0; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; padding: 0; position: relative; width: 100%; z-index: 4; }

/* Pagination
======================================================================== */
.paging-navigation { margin: 40px 0px; }
.pagination { line-height: 38px; overflow: hidden;}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination span.current{
	padding: 8px 12px;
	margin: 0 2px;
	font-size:11px;
	background: #fcfcfc;
	color: #999999;
	border: 1px solid #dddddd;
	-webkit-border-radius:	3px;
	-moz-border-radius:	    3px;
	border-radius:		    3px;
}
.pagination a:hover {background-color: #ffffff; color: #444444;}
.pagination span.current { font-weight:bold; color: #222222;}
.pagination span.extend  { color: #919191; float: right; font-size: 11px; line-height: 35px;}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	display: inline-block;
	height: 24px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 24px;
	font-size:12px;
	line-height:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

.page-links a {
	background: #444444;
	border: 1px solid #444444;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #4abdd4;
	border: 1px solid #4abdd4;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/* Blog Post
======================================================================== */

.hover_type {
	display: none;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	z-index: 10;
}
.hover_type a {
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	background-color: #00c1cf;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 35px;
	-moz-border-radius:    35px;
	border-radius:         35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:	        all 0.3s ease;
}

.hover_type a.hoverdetails:hover,
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover { background-color: #00c1cf; }

.hover_type a.hoverdetails i,
.hover_type a.hovergallery i,
.hover_type a.hoverimage i { vertical-align: middle; }
.imageframe  a img,
.imageframe  a:hover img { position:relative; z-index:2; }

/* Author Info Box
======================================================================== */

#about-author {
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 25px;
	}
.author_containter {
	position: relative;
	margin: 15px 0;
}
.author-avatar  {
	float: left;
	margin: 0 30px 0 0;
}
.author-avatar img {
	background-color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	border-radius:         50px;
}
.author-description p { margin-bottom: 0px;}
#about-author h4 { font-weight: 500; margin-bottom: 15px; font-size: 20px; }
.author-description { overflow: hidden; }

/* Share this post
======================================================================== */

.sharing-box {
	display: table;
	overflow: hidden;
	width:100%;
	border-bottom: 1px solid #dddddd;
}
.sharing-box h4 {
	display:table-cell;
	vertical-align: middle;
	margin-bottom: 0;
}

.sharing-box-ico {
	display:table-cell;
	vertical-align: middle;
	float: right;
	margin: 0;
	list-style: none outside none;
}

.sharing-box-ico li{
	display: inline-block;
	position: relative;
	margin-left: 20px;
}

/* Mono Social Icons
======================================================================== */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('css/monosocials/MonoSocialIconsFont-1.10.eot');
    src: url('css/monosocials/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('css/monosocials/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('css/monosocials/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('css/monosocials/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('css/monosocials/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

a.symbol { font-size: 20px;}
.icnlarg { font-size: 30px !important;}

/* Post Navigation
======================================================================== */

.navigation-section { margin: 40px 0; }
.navigation-post {
	background: transparent url(images/sep_pattern.png) center center repeat-y scroll;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	overflow: hidden;
	font-size: 14px;
}
.nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}
.nav-next {
	width: 49.9%;
	float: right;
	text-align: right;
}
.nav-previous .innerlinks,
.nav-next  .innerlinks {
	padding: 30px 40px;
	text-decoration: none;
}
.nav-previous .innerlinks a,
.nav-next  .innerlinks  a {
	text-decoration: none;
	color: #2f2f2f;
}
.nav-previous .innerlinks a:hover,
.nav-next  .innerlinks  a:hover {
	text-decoration: none;
	color: #666666;
}
.innerlinks p {
	line-height: 18px;
	margin-bottom: 0px;
}
.nav-icon-left  {
	width: 25px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.nav-icon-left  i{
	line-height: 20px;
}
.nav-icon-right {
	width: 25px;
	height: 22px;
	float: right;
	margin-left: 10px;
}
.nav-icon-right i{
	line-height: 20px;
}

/* Comments
======================================================================== */

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comments-area { padding-top: 40px; }
.comments-area .comment-body {  position: relative; padding-top:30px; padding-bottom:30px; border-bottom: 1px solid #dddddd; }
.comment-edit-link { margin-left:10px;}
.comments-area .comment-author { position: relative; display:block; font-size:14px; }
.comments-area .comment-author .avatar { float:left; margin-right:21px; }
.comments-area .comment-content  { clear:both; margin-top:20px; padding-left: 80px;}
.comment-meta .fn { font-style: normal; font-weight: bold;	}
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}


.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* Comment Form */
.comment-form input[type="text"],
.comment-form textarea {
	margin-bottom: 0px !important;
	background-color: #ededed;
	border: 1px solid #dddddd;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition:    all 300ms ease-in 0s;
	-ms-transition:     all 300ms ease-in 0s;
	-o-transition:      all 300ms ease-in 0s;
	transition:         all 300ms ease-in 0s;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #a1d1e2;
	-moz-box-shadow:    0 0 2px 1px #a1d1e2;
	box-shadow:         0 0 2px 1px #a1d1e2;
}

.comment-form textarea { width:100%; }

/* 404 Error
======================================================================== */

.error_404 {
    clear: both;
    padding: 80px 0;
    text-align: center;
}
.error_404 h2 {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 30px;
}
.error_404 h5 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 55px;
}

/* Back to top
======================================================================== */

#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;

}
#back-top a {
	width: 44px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition:    all .3s ease-in 0s;
	-ms-transition:     all .3s ease-in 0s;
	-o-transition:      all .3s ease-in 0s;
	transition:         all .3s ease-in 0s;
}
#back-top a:hover { color: #000; }

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background: #444444 url(images/top_arrow.png) no-repeat center center;
	border: 2px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	-webkit-transition: all .5s ease-in;
	-moz-transition:    all .5s ease-in;
	-ms-transition:     all .5s ease-in;
	-o-transition:      all .5s ease-in;
	transition:         all .5s ease-in;
}
#back-top a:hover span {
	width: 40px;
	height: 40px;
	display: block;
	background: #00c1cf url(images/top_arrow.png) no-repeat center center;
	border: 2px solid transparent;
}

/* Feature Box
======================================================================== */

.feature-box{
	position: relative;
	overflow:hidden;
	color: #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}
.feature-box:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.fb-area{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	text-align:center;
}
.fb-area:last-child { margin-right:0;}
.fb-area h1, .fb-area h2, .fb-area h3, .fb-area h4{
	display: table;
	margin: 10px auto;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}
.feature-box .mid{
	position: relative;
	padding: 15px 0 !important;
	z-index: 2;
}
.fb-icon img {
	position: relative;
	display: table;
	margin: 0 auto;
}
.feature-box * { margin-bottom: 0; }
.feature-box a {
	color: #ffffff;
}
.feature-box a:hover {
	color: #ee5b3e;
}


/* Gallery
======================================================================== */

.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Recent Posts  and Popular Posts
======================================================================== */

.widget_postslist { padding: 0; }
.widget_postslist ul { margin: 0; padding: 0; }
.widget_postslist ul li {
	clear:both;
	overflow:hidden;
	padding:12px 2px !important;
	list-style:none;
	line-height:normal;
	background:url('images/opacs/dark10.png') bottom left repeat-x;
}

#footer .widget_postslist ul li {
	background:url('images/opacs/white10.png') bottom left repeat-x;
}

.widget_postslist li:first-child { padding-top:10px; }
.widget_postslist li:last-child { border-bottom:0; }

.widget_postslist p {
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-top: 3px;
    padding: 0;
	margin-bottom:0px;
}

.widget_postslist li .thumb {
	float:left;
	width:55px;
	margin:0 5px 0 0;
	padding:0 5px 0px 0;
}

.widget_postslist li .w-postmeta {
	padding: 0;
	font-size: 11px;
}

/* Wordpress Tags Cloud
======================================================================== */

.tagcloud {
    display: inline-block;
	margin:10px 0;
}
.tagcloud a {
	background-color: #666666;
	color: #f0f0f0;
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px 10px;
	font-size: 12px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.tagcloud a:hover, .tagcloud a:active {
	background-color: #444444;
	color: #ffffff !important;
}

.taglist { margin:0; padding:0; border: none;}

.emptybg {
    display: block;
    height: 40px;
	color: #000000;
    padding-top: 20px;
    position: relative;
    text-align: center;
	background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

/* Third Party Plugins Custom CSS
 * Do not edit below css unless you know what you are doing
======================================================================== */

/* Contact Form 7
======================================================================== */

.wpcf7-form input[type="text"],
.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}

.wpcf7-form input[type="checkbox"] { width: auto; }
.wpcf7 form.wpcf7-form p {
    margin: 0 0 20px 0 !important;
    font-weight: bold;
}
.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #ce1717 !important }
.wpcf7-not-valid 		{ border: 1px solid #ce1717 !important; }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	display:block;
	font-weight: bold;
	padding: 10px 30px !important;
	text-align: center;
	margin-bottom: 20px;
	background-color:#F7F7F7;
	border:1px solid #ddd !important;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow:    1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	box-shadow:         1px 1px 2px 0 rgba(0, 0, 0, 0.03);
}
div.wpcf7-mail-sent-ok {
		float: left;
    background-color: #ebf2d8;
    border-color: #C1D96A !important;
    color: #81A81D;
}
div.wpcf7-mail-sent-ng {
    background-color: #E8FAFB;
    border-color: #C2DADE !important;
    color: #468BBF;
}
div.wpcf7-spam-blocked {
    background-color: #f6f3da;
    border-color: #D4CFA4 !important;
    color: #b89c00;
}
div.wpcf7-validation-errors {
    background-color: #FFE5E5;
    border-color: #E8A7A7 !important;
    color: #E65451;
}
.wpcf7-form p span {}

/* Tribe Events Styling
======================================================================== */
.events-page { padding-top:40px; padding-bottom:40px; }

#tribe-events-pg-template { max-width: none;}

#tribe-bar-form { background: #EEEEEE; padding: 15px; }
#tribe-bar-form label { color: #AAAAAA; }

#tribe-bar-form .tribe-bar-filters-inner {
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow:    0 1px 3px #CCCCCC;
	box-shadow:         0 1px 3px #CCCCCC;
}

.tribe-events-adv-list-widget { margin: 0; }
.tribe-events-adv-list-widget ol { margin-left:0}
.tribe-events-adv-list-widget ol li { margin-bottom:10px; }
.tribe-events-list-widget ol { margin-left: 0; }
.tribe-events-list-widget ol li.tribe-events-list-widget-events {
	margin:0 0 10px;
	padding-top:10px;
	border-top:1px solid #DDDDDD;
}
.tribe-events-list-widget ol li.tribe-events-list-widget-events:first-child { border: none; }
.tribe-events-list-widget-events h4 {
	line-height:25px;
	font-size:16px;
	margin:0 0 5px;
	padding:0;
}
.tribe-events-list-widget-events .duration {
	display:block;
	font-weight:normal;
}
p.tribe-events-widget-link a {
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:39px;
	padding:0 20px;
	font-size:13px;
	font-weight:600;
}
#tribe-events-pg-template { padding:0; }
.tribe-events-user-recurrence-toggle { font-size:14px; }
#tribe-events-bar { padding-top: 10px; }
.tribe-events-list .tribe-events-event-image+div.tribe-events-content { width: 66%; float: right; }

.tribe-events-read-more {
	float:left; display:
	inline-block;
	text-decoration: none;
	color: #fff;
	line-height: 39px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
}
a.tribe-events-ical, a.tribe-events-gcal { margin-bottom: 40px; }
.tribe-events-list .tribe-events-event-cost {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
}
.tribe-events-list .tribe-events-event-cost span {
	 position:relative;
	 width: 50px; height: 41px;
	 line-height: 38px; border:none;
	 padding:0;
	 text-align: center;
	 background: #EBC544;
	 color:#FFFFFF;
}
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop { max-width:100%; width:100%; }
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters { left:0; right:auto; }
#tribe-events-header .tribe-events-sub-nav,
#tribe-events-footer .tribe-events-sub-nav, div.tribe-events-notices>ul,
div.tribe-events-notices>ul>li,
.tribe-events-single ul.tribe-related-events { margin:0 !important; }
.tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip, .recurring-info-tooltip { padding: 16px 20px 1px; }
#page-post article.page-content h4 { padding-bottom: 10px; }
.tribe-events-photo-event .tribe-events-event-image { margin-top: 0; display: block; }
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2,
.tribe-events-photo .tribe-events-loop .vevent.hentry .tribe-events-event-meta { margin-bottom: 10px; }
.tribe-events-list .tribe-events-photo-event .tribe-events-event-details { padding: 15px 20px 0; }
.tribe-events-day .tribe-events-day-time-slot h5 { border-top: 5px solid #888; color: #333; padding: 10px; }
.single-tribe_events .tribe-events-schedule h3 { display: inline-block; position: relative; font-size: 1.2em !important; font-weight: 500; line-height: 2.4em !important; }
.recurringinfo { float: left; display:inline-block; }
.single-tribe_events .tribe-events-cal-links { overflow: visible; }
.single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical:hover, .single-tribe_events a.tribe-events-gcal:hover {
	color: #FFFFFF;
    padding: 5px 12px; }
.single-tribe_events a.tribe-events-ical:hover, .single-tribe_events a.tribe-events-gcal:hover { background: #00c1cf !important; color: #1ABC9C; }
.single-tribe_events .tribe-events-event-meta {
	padding: 20px 5px;
	font-size:15px;
	background-color: #F9F9F9;
	border: none;
	margin: 30px 0;
	border-bottom: 1px solid #DDDDDD;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt { line-height: 23px; }
.single-tribe_events .tribe-events-venue-map { margin: 5px 25px 25px; }
.tribe-events-meta-group .tribe-events-single-section-title { color:#000 !important; }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.5;
	list-style: none;
	float: none;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info { font-size:15px; }
.tribe-events-single ul.tribe-related-events .recurringinfo { margin: 10px 0 30px; font-weight: normal; }
.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
	margin:0;
	padding:0 25px;
}
#page-post article.page-content .single-event-image {
	float: right;
	margin: 7px 0 30px 30px;
}
#tribe-geo-map-wrapper, .tribe-events-venue .tribe-events-map-wrap, .single-tribe_events .tribe-events-venue-map {
	padding:0;
	border:none;
}
.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-meta .recurringinfo {
	width:100%;
	margin:8px 0 10px !important;
	height:20px;
}
.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details { font-weight: normal; line-height:21px; }
.tribe-mini-calendar-event .list-info h2 { font-size:12px !important; margin:0 0 0px !important; }
.tribe-mini-calendar-event .list-info { line-height:21px !important; font-size:11px !important; }
.tribe-mini-calendar-event { border-bottom:1px solid #ddd !important; }
.tribe-events-venue .tribe-events-venue-meta { padding:0; }
.tribe-events-organizer .tribe-events-organizer-meta { max-width:100%; }
.tribe-events-organizer .tribe-events-divider { margin:0; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo { float:none; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring { height:0; font-size: 11px; }
.tribe-events-list-separator-year { font-size: 58px; padding: 0 0 30px; font-weight: 300; }
.tribe-mini-calendar td { border:none !important; }
.tribe-events-single ul.tribe-related-events li { margin:0 2% 2% 2%; }
.tribe-events-single ul.tribe-related-events .recurringinfo { float:none; }
#tribe-events-photo-events .vevent.tribe-events-photo-event { background: #fff; border: 1px solid #ddd; padding: 5px; }
.tribe-events-list-separator-month:after { border-color:#ddd; }
.tribe-bar-views-select { display:none; }
.es-views-list ul { display:block; margin:0 !important; padding:20px; list-style:none; height:73px; text-align: center; }
.es-views-list ul li { display:inline-block; padding:0; margin:0 10px 0 0; }
.es-views-list ul li a { border:3px solid #ddd; display:inline-block; color:#888; padding:2px 12px; text-decoration:none; background: #ffffff; }
.es-views-list ul li a:hover { border-color:#aaa; color:#000; }
.tribe-events-schedule { position:relative; padding: 20px; background-color: #FFFFFF; border: 1px solid #E0E0E0; }
.recurringinfo { float:none; display:inline-block; margin-left:15px;}
.recurringinfo .event-is-recurring .tribe-events-divider { display:none; }
.tribe-events-single .tribe-events-cost { position: relative; width: 60px; height: 40px; line-height: 38px; border: none; padding: 0; text-align: center; background: #ABCE60;
color: #fff; display:inline-block; }
.tribe-events-list-event-description .tribe-events-event-meta .recurringinfo { top:0; padding-left:10px !important; display:inline-block !important; }

/* Tribe Events - Main Color */
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.entry-content .tribe-events-button,
.tribe-events-button.tribe-inactive,
.entry-content .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-read-more,
.tribe-events-calendar thead th,
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column,
.tribe-grid-header {
	background: #50485b !important;
	color: #FFFFFF;
	font-size: 12px;
}
.tribe-events-calendar thead th,
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column,
.tribe-grid-header,
.es-views-list ul li.tribe-bar-active a { border-color:#50485b !important; }
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val { color:#50485b; }

/* Tribe Events - Dark Color */
#tribe-bar-form #tribe-bar-views,
#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list,
#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background:#ffffff !important;
	border-color:#ffffff !important;
}

.tribe-mini-calendar-nav td {
	background:#1ABC9C !important;
	border-color:#1ABC9C !important;
}
.tribe-mini-calendar th,
.tribe-mini-calendar-event .list-date {
	background:#ffffff !important;
	border-color:#ffffff !important;
}
.tribe-mini-calendar td.tribe-events-has-events { background:#1ABC9C !important; }

/* Tribe Events - Black */
a.tribe-events-read-more:hover,
p.tribe-events-widget-link a:hover {
	background: #00c1cf !important;
	color: #ffffff;
}
.tribe-grid-allday .hentry.vevent > div,
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent { border:1px solid #FFFFFF !important; background:rgba(255, 255, 255, 0.75) !important; }
.tribe-grid-allday .hentry.vevent > div:hover,
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent:hover { background:#FFFFFF !important; color:#fff; }
.tribe-mini-calendar td.tribe-events-has-events a:hover { background:rgba(255, 255, 255, 0.40) !important; }
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover { background:#FFFFFF !important; }
.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a { border: 4px solid #FFFFFF; padding: 1px 5px 11px 5px; }
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a { background:#FFFFFF !important; border:none; padding: 5px 5px 15px 5px; }

/* Events Custom CSS*/
#tribe-events-header .tribe-events-sub-nav li, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous { margin: 0; }
#tribe-events-content .page-title { text-align: center; margin-bottom: 40px; }
.single-event-image, .tribe-events-list .tribe-events-event-image { margin-bottom: 30px; }
.tribe-events-list .tribe-events-loop .tribe-events-content p { margin-bottom: 20px; }
.tribe-events-list .tribe-events-event-image img { display: block; }
.tribe-events-list .tribe-events-event-image { margin: 0 3% 0 0; }
.tribe-events-sub-nav li a {
	background-color: #50485b;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 15px;
	white-space: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	}
.tribe-events-sub-nav li a:hover { background-color: #00c1cf; display: inline-block; padding: 10px 15px;  color: #FFFFFF; white-space: normal; }
h3.tribe-events-related-events-title { text-align: center; font-weight: bold !important; color: #333 !important; margin: 30px 0 !important; background-color: #F9F9F9; padding: 15px 0; border-bottom: 1px solid #DDDDDD; }
.tribe-events-list h2.tribe-events-list-event-title { margin: 0; padding: 0; font-size: 2em; line-height: 1.4em; text-transform: none; letter-spacing: 0; display: block; border: 0; }
.event-is-recurring { font-size: 12px; display: inline-block; margin: 0; }
.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail img { height: 180px !important; }
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info { padding: 10px 0 20px 0; }
.tribe-events-single ul.tribe-related-events li { background: none; border: 0; }
.tribe-events-list .tribe-events-event-image img { width: 100%; margin: 0; padding: 0; }
.tribe-events-list-separator-month { display: block; text-transform: uppercase; font-weight: bold; font-size: 14px; margin: 2.5em 0 0; background-color: #F9F9F9; padding: 10px 15px; border-bottom: 1px solid #DDDDDD; }

a.tribe-events-ical:hover,
a.tribe-events-gcal:hover { font-size: 10px; color: #ffffff; background-color: #00c1cf !important; }

.tribe-events-button:hover { color: #ffffff !important; background-color: #00c1cf !important; }

.tribe-events-single ul.tribe-related-events .tribe-related-events-title { margin: 0 0 10px 0; font-size: 20px; line-height: 1.5; font-weight: 600; }

#tribe-bar-form .tribe-bar-submit input[type=submit] { border-radius: 3px;  -webkit-border-radius: 3px;  -moz-border-radius: 3px; }

.tribe-events-list-separator-month:after { border-bottom: 0; }
.tribe-events-list-separator-month span { background: none; }

/*-----------------------------------------------------------------------------------*/
/* Diverse Fixes von Florian Ullrich zum anlegen des Themes
/*-----------------------------------------------------------------------------------*/

.logo {
 width: 120px;
}


.logo img {
 width: 120px;
}

.logo a.grey {
 display: none !important;
}

.menuwrap ul.menu {
 width: auto !important;
 float: right;
}

.logo.passive a {
 display: none !important;
}

.logo.passive a.grey {
 display: block !important;
}

.logo.passive a.grey img {
 width: 80px !important;
}

.header-area {
 height: 80px;
}

.fixed-header .header-area {
 height: 40px;
}

.no-touch .menuwrap ul li a:hover {
 color: #f18700;
}

.no-touch .menuwrap ul li .sub a:hover {
  color: #f18700 !important;
  background-color: none;
}

.header {
 border-bottom: 3px solid #f18700;
}

.tribe-bar-disabled {
 display: none;
}

.fixed-header {
 background-color: #ffffff;
}

.primarymenu.menuwrap {
 padding-top: 30px;
}

.primarymenu.menuwrap.passive {
 padding-top: 0px;
}

.fixed-header {
 opacity: 0.9 !important;
}

.slider_wrapper {
 border-bottom: 3px solid #f18700;
}

.menuwrap ul li a {
 /*color: #ccc;*/
    font-size: 16px;
}
.flex-title h5 span {
 background-color: #f18700 !important;
}

.flexslider {
 height: 373px;
}

.flexslider .slides img {
 width: 100% !important;
 height: auto !important;
}
.masonry-brick {
 position: absolute;
 float: left;
 width: 345px !important;
}

.masonry-brick .entry-content {
 float: left !important;
}

.masonry-brick .postimg {
	min-height: 180px;
}

.grid-sizer {
 width: 44%;
}

article .postimg img {
 	width: auto;
 	max-height: 180px;
 	max-width: 100%;
}

.gallery-item img {
	width: 100% !important;
	height: auto !important;
	max-width: 150px !important;
	max-height: 150px;
}

.page-template-template_blog article.post img,
.archive article.post img,
.masonryWrapper article.post img {
	width: auto;
 	max-height: 180px;
 	max-width: 100%;
}

.page-template-template_blog article.post figure,
.archive article.post figure {
	height: 180px;
}

.pp_expand {
	display: none !important;
}

a {
	color: #00C1CF !important;
}


a.more-link,
a.more-link:hover,
.btn.orange span,
.btn.orange:hover span {
	color: #fff !important;
}

.menuwrap a,
.menuwrap a:hover,
.home a,
.home a:hover {
	color: #f18700 !important;
}

.entry-title a,
.entry-meta a,
.entry-title a:hover,
.tribe-events-list-event-title a,
.tribe-events-list-event-title a:hover,
.menuwrap .howTo a,
.menuwrap .howTo a:hover {
	color: #00C1CF !important;
}

a:hover,
.entry-meta a:hover {
	color: #2f2f2f !important;
}

.tribe-events-read-more,
.tribe-events-read-more:hover {
	padding: 1px 20px !important;
	color: #fff !important;
}

img.appLink {
 width: 46%;
 margin-right: 4%;
}

/*#subheader {
	display: none;

}*/

/*-----------------------------------------------------------------------------------*/
/* Sponsoren
/*-----------------------------------------------------------------------------------*/

.sponsors .widget-title {
 color: #fff;
 background-color: #1e1b22;
 padding: 10px 0px 10px 20px;
 margin: 0px !important;
}

#wp-sponsors ul li,
#wp-sponsors ul,
#wp-sponsors {
 padding: 0px;
 margin: 0px;
}

#wp-sponsors {
 float: left;
 width: 100%;
}

#wp-sponsors ul {
 height: auto;
 width: 100%;
 float: left;
}

#wp-sponsors ul li {
 position: relative;
 float: left;
}

.sponsors-item {
	float: left;
}

.sponsors-item a {
 display: block;
 height: 100px;
 width: auto;
 overflow: hidden;
 margin: 2px;
}

.sponsors-item a img {
 position: relative;
 height: 200px;
 width: auto !important;
}

.wpcf7-submit {
	background-color: #eee !important;
}

.wpcf7-submit:hover {
	background-color: #00C1CF !important;
}

.sponsors-item a img.single {
 position: relative;
 height: 300px !important;
}

.sponsors-item a:hover img {
 top: -100%;
}

.sponsors {
 position: relative;
 background-color: #fff;
 margin: 0 auto;
 overflow: hidden;
 width: 100%;
}

@media all and (max-width: 1020px) {
 .sponsors {
  display: none;
 }
}

/*-----------------------------------------------------------------------------------*/
/* Diverse Fixes
/*-----------------------------------------------------------------------------------*/

.foerder .CircleBarWrap {
 margin: 0 50px 0 0 !important;
 float: left;
}
.foerder div {
 clear: none !important;
}
.entry-content-wrapper .hentry p img.alignright,
.entry-content-wrapper .hentry p img.alignleft {
	width: 500px !important;
	height: auto;
}

.entry-content-wrapper .hentry h2 {
	color: #00C1CF;
}

.iva-people-details .entry-title a {
	color: #000 !important;
}

.iva-people-content {
 width: 300%;
 position: absolute;
 top: 0px;
 left: 210px;
}

@media all and (max-width: 745px) {
	.iva-people-content {
 	width: 200%;
 	position: absolute;
 	top: 400px;
 	left: 0px;
	}
}

.page-template-default .entry-content-wrapper .hentry p {
 margin-bottom: 24px;
 float: left;
 width: 100%;
}

.page-template-default .btn.left.large.orange.flat {
	margin-right: 50px;
}

.entry-content-wrapper .hentry p img.alignleft {
	margin-right: 20px;
}

.entry-content-wrapper .hentry p img.alignright {
	margin-left: 20px;
}

article.people-list .iva-people-image,
article.people-list .iva-people-details {
	float: left;
	width: 100%;
}

article.people-list .iva-people-details {
	position: absolute;
 bottom: 0px;
}

article.people-list {
	float: left;
	font-size: 13px;
	width: 183px;
	height: 420px;
	margin: 1em;
	overflow: inherit !important;
}

.divider {
	margin: 100px 0 !important;
}

@media all and (max-width: 680px) {
	.divider {
		margin: 50px 0 !important;
	}
}

img.regionenMap {
	width: 30%;
	margin: -177px auto -148px;
}

form.wpcf7-form input {
 width: 100% !important;
 padding: 8px 10px 8px 10px;
 color: #363636;
 font-size: 13px;
 line-height: 13px;
 font-family: Open Sans, Georgia, Arial;
 border: 1px solid #363636;
}


/*-----------------------------------------------------------------------------------*/
/* Fancybox
/*-----------------------------------------------------------------------------------*/

#fancybox-close{
	right:-35px;
	top:-15px !important
}

/*-----------------------------------------------------------------------------------*/
/* Menü
/*-----------------------------------------------------------------------------------*/

.sub-container.mega ul.sub-menu.sub ul li a {
	padding-left: 10px;
}

.sub-container.mega ul.sub-menu.sub ul li a:before {
	content: '- ';
}

/*-----------------------------------------------------------------------------------*/
/* Iconfont
/*-----------------------------------------------------------------------------------*/

@font-face {
 font-family: 'fde_icon';
 src: url('fontello/font/fde_icon.eot?17396121');
 src: url('fontello/font/fde_icon.eot?17396121#iefix') format('embedded-opentype'),
      url('fontello/font/fde_icon.woff?17396121') format('woff'),
      url('fontello/font/fde_icon.ttf?17396121') format('truetype'),
      url('fontello/font/fde_icon.svg?17396121#fde_icon') format('svg');
 font-weight: normal;
 font-style: normal;
}

.ico,
.ico a {
	font-family: 'fde_icon' !important;
}

.ico.menu-item a {
	color: #00C1CF !important;
}

.ico.share {
	font-size: 50px;
	margin-right: 15px;
}

#footer a {
	color: #00C1CF !important;
}

#footer a:hover {
	color: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/* Input
/*-----------------------------------------------------------------------------------*/

input,
.eForm textarea {
	-webkit-transition: all .3s ease-in-out;
 -moz-transition: 			all .3s ease-in-out;
 -o-transition: 					all .3s ease-in-out;
 transition: 								all .3s ease-in-out;
}

input:focus,
.eForm textarea:focus {
 border-color: #00C1CF !important;
 outline-color: #00C1CF !important;
}

.searchJumper a,
.no-touch .searchJumper a:hover {
	color: #00C1CF !important;
}

input[placeholder], [placeholder], *[placeholder] {
 color: #00C1CF !important;
}

/*-----------------------------------------------------------------------------------*/
/* Anmeldung
/*-----------------------------------------------------------------------------------*/

#anmeldungOutput h2 {
 color: #00C1CF;
 padding-top: 50px;
 float: left;
}

#anmeldungOutput.confirm h2 {
 width: 100%;
}

#anmeldungOutput .eventList {
	float: left;
	width: 100%;
	margin: 0;
}

#anmeldungOutput .eventList li {
	float: left;
	width: 100%;
	list-style-type: none;
}

#anmeldungOutput .eventList li:nth-child(even) {
	background-color: #eee;
}

#anmeldungOutput .eventList li a.title:hover {
	text-decoration: underline;
}

#anmeldungOutput .eventList li {
	padding: 10px 0;
}

#anmeldungOutput .eventList li:first-child {
	padding: 10px 0 0;
}


#anmeldungOutput .eventList li .placeholder,
#anmeldungOutput .eventList li .title,
#anmeldungOutput .eventList li .price,
#anmeldungOutput .eventList li .begin,
#anmeldungOutput .eventList li .end {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #363636 !important;
	margin-top: 8px;
}

#anmeldungOutput .eventList li:first-child .title,
#anmeldungOutput .eventList li:first-child .title strong,
#anmeldungOutput .eventList li:first-child .price,
#anmeldungOutput .eventList li:first-child .begin,
#anmeldungOutput .eventList li:first-child .end {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #999 !important;
}

#anmeldungOutput .eventList li .placeholder {
	height: 100%;
	width: 5.9%;
}

#anmeldungOutput .eventList li .title {
	width: 60.2%;
}

#anmeldungOutput .eventList li .price {
	width: 8%;
}

#anmeldungOutput .eventList li .end {
	width: 12%;
}

#anmeldungOutput .eventList li .begin {
	width: 12%;
}

#anmeldungOutput .eventList li .marker {
	float: left;
 height: 40px;
 margin-top: 2px;
 width: 0.5%;
 background-color: #fff;
 margin-right: 1.5%;
 -webkit-transition: background-color .3s ease-in-out;
 -moz-transition: 			background-color .3s ease-in-out;
 -o-transition: 					background-color .3s ease-in-out;
 transition: 								background-color .3s ease-in-out;
}

#anmeldungOutput .eventList li:nth-child(even) .marker {
	background-color: #eee;
}

#anmeldungOutput .eventList li .checkOuter {
	position: relative;
	float: left;
	border: 3px solid #777;
	height: 26px;
	width: 26px;
	margin: 10px 10px 0px 5px;
	cursor: pointer;
}

#anmeldungOutput .eventList li .checkInner {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	background-color: transparent;
	-webkit-transition: background-color .3s ease-in-out;
 -moz-transition: 			background-color .3s ease-in-out;
 -o-transition: 					background-color .3s ease-in-out;
 transition: 								background-color .3s ease-in-out;
}

.no-touch #anmeldungOutput .eventList li .checkOuter:hover .checkInner {
	background-color: #00C1CF;
}

#anmeldungOutput .listSubmit,
#anmeldungOutput .formSubmit {
	background-color: #ccc;
	color: #fff;
	padding: 8px 30px;
	float: right;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
	cursor: pointer;
}

#anmeldungOutput .alert {
	color: #00C1CF;
	font-size: 18px;
	font-weight: bold;
	width: 60%;
	float: right;
	margin-top: 47px;
	margin-bottom: 20px;
	height: 20px;
	text-align: right;
	margin-right: 20px;
}

#anmeldungOutput .formSubmit {
	margin-right: 2%;
}

#anmeldungOutput .listSubmit.active,
#anmeldungOutput .formSubmit.active {
	background-color: #f18700;
}

#anmeldungOutput .eventList li.active .marker,
#anmeldungOutput .eventList li.active .checkInner {
	background-color: #00C1CF;
}


.partnerLinks {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 100%;
	text-align: right;
	font-size: 12px;
}

.partnerLinks a {
	font-size: 12px;
}

@media all and (max-width: 767px) {
 .partnerLinks {
  top: -20px;
  z-index: 23;
 }

}



@media all and (max-width: 959px) {
 #anmeldungOutput .eventList li .checkOuter {
 	margin: 10px 10px 15px 5px;
 }

 .eventList li .title {
  width: 86.2%;
	}

	#anmeldungOutput .eventList li .placeholder {
		height: 260%;
  width: 8.9%;
  margin-bottom: 25px;
	}

	#anmeldungOutput .eventList li .title {
		width: 85%;
	}

	#anmeldungOutput .eventList li .price {
		width: 20%;
	}

	#anmeldungOutput .eventList li .end {
		width: 30%;
	}

	#anmeldungOutput .eventList li .begin {
		width: 30%;
	}

	.eventList li .marker {
  float: left;
  height: 74px !important;
  margin-top: 2px;
  width: 0.7% !important;
  background-color: #fff;
  margin-right: 1.5%;
	}
}

@media all and (max-width: 690px) {
	#anmeldungOutput .eventList li .placeholder {
  width: 10% !important;
	}
}

@media all and (max-width: 580px) {
	#anmeldungOutput .eventList li .placeholder {
  width: 11% !important;
	}
}

@media all and (max-width: 440px) {
	#anmeldungOutput .eventList li .placeholder {
  width: 14.2% !important;
	}
}

.archive .content-area {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
	border: none;
}

.archive #sidebar {
	display: none;
}

.archive .subdesc {
	display: none;
}

.eForm {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.eForm h4,
.eConfirm h4 {
	font-size: 12px;
	color: #363636;
	margin-bottom: 5px;
}

.eForm .yourEvent,
.eConfirm .yourEvent {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #00C1CF;
	margin: 3px 0px 3px 10px;
}

.eForm h2,
.eForm p,
.eForm span,
.eForm input,
.eForm h4,
.eConfirm h2,
.eConfirm p,
.eConfirm span,
.eConfirm input,
.eConfirm h4 {
	float: left;
	width: 100%;
}

.eForm h2,
.eConfirm h2 {
	margin: 30px 0 3px;
}

.eForm p.info {
	font-size: 12px;
	color: #aaa;
}

.eForm input,
.eForm textarea {
	border: 3px solid #777;
	padding: 7px 10px;
	margin: 0 0 15px;
 color: #aaa;
 width: 98%;
 margin-right: 2%;
}

.eForm input:focus,
.eForm textarea:focus {
	color: #363636;
}

.eForm textarea {
	margin: 30px 0 55px;
	width: 98% !important;
	height: 200px;
}

.eForm input.i50 {width: 48% !important;}
.eForm input.i80 {width: 76% !important;}
.eForm input.i20 {width: 20% !important;}

.eForm span.desc {
	color: #363636;
	width: 75%;
	padding: 8px 0px;
}

.eForm .heightHidden {
 float: left;
 height: 0px;
 margin: 30px 0;
 overflow: hidden;
 -webkit-transition: height 1s ease-in-out;
 -moz-transition: 			height 1s ease-in-out;
 -o-transition: 					height 1s ease-in-out;
 transition: 								height 1s ease-in-out;
 display: none;
}

.eForm .checkOuter.small {
	position: relative;
	width: 23px;
 height: 23px;
 border: 3px solid #777;
 float: left;
 clear: both;
 margin: 7px 8px 5px 0px;
 cursor: pointer;
}

.eForm input#tDate {
	margin-top: 7px;
}

.eForm .checkOuter.small .checkInner {
 position: absolute;
 top: 3px;
 left: 3px;
 background-color: transparent;
 width: 11px;
 height: 11px;
 -webkit-transition: background-color .3s ease-in-out;
 -moz-transition: 			background-color .3s ease-in-out;
 -o-transition: 					background-color .3s ease-in-out;
 transition: 								background-color .3s ease-in-out;
}

.no-touch .eForm .checkOuter.small:hover .checkInner,
.eForm .checkOuter.small.active .checkInner {
	background-color: #00C1CF;
}

.no-touch .eForm .checkOuter.small.active:hover .checkInner {
	background-color: #aaa;
}

.section_inner .one_third iframe {
	float: right;
 margin-top: 30px;
 height: 355px !important;
}

.tribe-events-list .tribe-events-event-cost span,
.tribe-events-list .tribe-events-event-cost,
.tribe-events-read-more {
	width: 100px !important;
	float: left;
	margin-right: 15px;
}

.tribe-events-event-cost {
	float: left;
}

article.people-list:last-child {
 border-bottom: 1px solid #e1e1e1 !important;
}

.masonryWrapper {
 float: left;
 width: 100%;
 margin-top: 40px;
}

.masonryWrapper .postimg {
	height: 180px;
}

.tribe-events-event-meta {
	position: relative;
}

.tribe-events-event-meta .btn.left.medium.orange.flat {
 position: absolute;
 bottom: 10px;
 right: 10px;
}

.eConfirm h4 {
	margin-top: 20px;
}

/*.archive span.meta-likes,
.page span.meta-likes,*/
.tribe-events-sub-nav {
	display: none;
}

.wDescription p,
.wDescription.two_third {
	margin: 0 0 0 10px !important;
}

.wDescription p a {
	margin-top: 20px;
	margin-bottom: 0px !important;
	display: block;
	float: left;
	background-color: #f18700;
	font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.ac_wrap {
	float: left;
}

.page-id-6963 .toggle_content {
  display: block;
  float: left;
  width: 100%;
}

.page-id-6963 .toggle_content p {
  display: block;
  position: relative;
  padding-top: calc(1080 / 1800 * 100%);
}

.page-id-6963 .toggle_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-id-6963 .toggle-title {
  float: left;
  width: 100%;
}



/***********************************************************************************/
/*  Formular Fix
/***********************************************************************************/

.orange {
  background: #f18700;
  float: left;
  padding: 1rem;
  width: auto;
  margin: 0 0 0 -1rem;
  color: white;
}

.orange span,
.orange span b {
  color: white !important;
}

.eForm .orange .checkOuter.small {
  border: 3px solid #eee;
  background-color: white;
}

.no-touch .eForm .orange .checkOuter.small:hover .checkInner, .eForm .orange .checkOuter.small.active .checkInner {
  background-color: #f18700;
}


.flex-title h5 span {
  /* background-color: #00c1cf; */
  font-size: 45px;
  line-height: 74px;
  /* padding: 10px 15px; */
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  color: #fff !important;
  letter-spacing: -1px;
  padding: 0.5rem;
}

article.location-list .more-link, article.people-list .more-link, article.sermon .more-link {
  display: block !important;
  padding: 5px 0;
  cursor: default;
  clear: both;
  width: 100%;
  clear: both !important;
  color: #ffffff;
}
