/**
 * Base (body, font settings, link settings)
 */
body { margin: 0px; padding: 0px; font-family: "Helvetica Neue", Arial, Verdana, sans-serif; font-size: 14px; line-height: 19px; background: #F1F1F1; color: #232323; }
.container { margin: 0 auto; }
* { -moz-box-sizing: border-box; box-sizing: border-box; }

hr { height: 1px; border: none; border-top: 1px solid #d9d8d7; }
a { text-decoration: none; color: #009900; font-weight: bold; }
a:hover { color: #000000; }
a.colored-link { color: #009900; }
a.big-link { font-size: 15px; }
.accessibility-hint,
.screen-reader-text { position: absolute; left: -1000px; top: -1000px; }

h1 { font-size: 26px; font-family: "skolar", serif; font-weight: 600; line-height: 29px; margin: 35px 0 10px 0; }
h2 { font-size: 20px; font-family: "skolar", serif; font-weight: 600; line-height: 24px; margin: 27px 0 8px 0; }
h3 { font-size: 16px; font-family: "skolar", serif; font-weight: 600; line-height: 19px; margin: 28px 0 10px 0; }
h4 { font-size: 13px; font-family: "skolar", serif; font-weight: 600; line-height: 15px; margin: 35px 0 3px 0; }

.post-infos { margin-top: 32px; margin-bottom: 20px; width: 100%; }
.post-categories span { font-weight: bold; }
.post-tags span { font-weight: bold; }

input,
select { height: 30px; }
textarea { resize: none; padding:10px; }
textarea,
select,
input { font-family: "Helvetica Neue", Arial, Verdana, sans-serif; color: #444444; font-size: 14px; box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4); border-radius: 13px; padding: 0 10px; border: 1px solid #C6C6C6; }
textarea { resize: none; padding:10px; }
textarea:focus,
input:focus  { background: #e8f9ff; }
input[type="checkbox"],
input[type="radio"] { box-shadow: none !important; padding: inherit; border: none !important; }
input[type="checkbox"] { border-radius: 0 !important; }
a.button-light,
a.button-dark,
a.button-black,
button.button-light,
input[type="submit"] { color: #ffffff; border-radius: 13px; padding: 0 10px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); border: none; font-family: "museo-sans-rounded", sans-serif; font-weight: 300; font-size: 13px; -webkit-text-shadow: 0px 1px 1px #333333; text-shadow: 0px 1px 1px #333333; height: 28px;
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(#7DBA7D, #009900); /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7DBA7D), color-stop(100%, #009900)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#7DBA7D, #009900); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#7DBA7D, #009900); /* Opera 11.10 */
  background: -ms-linear-gradient(#7DBA7D, #009900); /* IE 10 */
  background: linear-gradient(top bottom, #7DBA7D 0%, #009900 100%); /* W3C */
  -pie-background: linear-gradient(#7DBA7D 0%, #009900 100%); /* W3C */
}
a.button-light:hover,
button.button-light:hover,
input[type="submit"]:hover {
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(#666666, #333333); /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#666666, #333333); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#666666, #333333); /* Opera 11.10 */
  background: -ms-linear-gradient(#666666, #333333); /* IE 10 */
  background: linear-gradient(top bottom, #666666 0%,#333333 100%); /* W3C */
  -pie-background: linear-gradient(#666666 0%,#333333 100%); /* W3C */
}
a.button-dark,
button.button-dark,
input.button-dark { cursor: pointer;
  background: #999999; /* Old browsers */
  background: -moz-linear-gradient(#999999, #666666); /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#999999, #666666); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#999999, #666666); /* Opera 11.10 */
  background: -ms-linear-gradient(#999999, #666666); /* IE 10 */
  background: linear-gradient(top bottom, #999999 0%, #666666 100%); /* W3C */
  -pie-background: linear-gradient(#999999 0%, #666666 100%); /* CSS3PIE */
}
a.button-dark:hover,
button.button-dark:hover,
input.button-dark:hover {
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(#666666, #333333); /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#666666, #333333); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#666666, #333333); /* Opera 11.10 */
  background: -ms-linear-gradient(#666666, #333333); /* IE 10 */
  background: linear-gradient(top bottom, #666666 0%, #333333 100%); /* W3C */
  -pie-background: linear-gradient(#666666 0%, #333333 100%); /* W3C */
}
a.button-black { cursor: pointer;
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(#666666, #000000); /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#666666, #000000); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#666666, #000000); /* Opera 11.10 */
  background: -ms-linear-gradient(#666666, #000000); /* IE 10 */
  background: linear-gradient(top bottom, #666666 0%, #000000 100%); /* W3C */
  -pie-background: linear-gradient(#666666 0%, #000000 100%); /* CSS3PIE */
}
a.button-black:hover {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(#333333, #000000); /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#333333, #000000); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#333333, #000000); /* Opera 11.10 */
  background: -ms-linear-gradient(#333333, #000000); /* IE 10 */
  background: linear-gradient(top bottom, #333333 0%, #000000 100%); /* W3C */
  -pie-background: linear-gradient(#333333 0%, #000000 100%); /* W3C */
}
a.button-light,
a.button-dark,
a.button-black { color: #FFFFFF !important; display: inline-block; padding-top: 5px; padding-bottom: 5px; height: auto; text-align: center; }

/**
 * Header
 */
.header { }
.header-logo-row { margin-bottom: 40px; }
.header-without-logo { margin-bottom: 20px; }
.logo-wrapper { margin: 25px 0 0 0; width: 23.076923076923077%; float: left; }
.additional-content-wrapper { margin-left: 2.7624309392265194%; float: left; width: 74.30939226519337%; }
.header-image-row, .header-image-row-mobile { max-height: 300px; overflow: hidden; }
.header-image-row-mobile { display:none; }
.header-image-row-mobile .span12 { text-align:center; }

.meta-wrapper { margin-top: 20px; float: left; width: 40.17094017094017%; margin-left: 2.564102564102564%; }
.meta-wrapper-full { margin-top: 20px; float: left; width: 74.358974358974359%; margin-left: 2.564102564102564%; }
.meta-navigation,
.language-separator,
.language-selector { float: right; }
.meta-navigation ul { padding: 0; margin: 0; list-style-type: none; }
.meta-navigation ul li { float: left; }
.language-separator { width: 2px; height: 19px; }
.language-selector { margin: 0 20px 0 0; }
.meta-wrapper-full .language-selector { margin: 0; }
.language-selector ul { padding: 0; margin: 0; list-style-type: none; }
.language-selector ul li { float: left; }

.meta-navigation ul li,
.language-selector ul li,
.language-separator { margin-left: 10px; }
.meta-navigation ul li a,
.language-selector ul li a { color: #666666; text-decoration: none; font-weight: normal; }
.meta-navigation ul li a:hover,
.meta-navigation ul .current-menu-item a, 
.language-selector ul li a:hover,
.language-selector ul li .active { color: #009900; }

.search-wrapper { width: 31.623931623931625%; float: left; margin-left: 2.564102564102564%; }
.search-form { text-align: right; margin: 15px 0 0 0; }
.search-form input[type="text"] { width: 218px; }
.search-form input[type="submit"] { margin: 0 0 0 8px !important; }

.search-wrapper-navigation { margin: 20px 20px 0 20px; }

/**
 * Navigation
 */
.navigation a { text-decoration: none; font-weight: 300; }
.navigation ul { list-style-type: none; padding: 0; margin: 0; height: 31px; font-family: "museo-sans-rounded", Arial, Verdana, sans-serif; font-weight: 300; }
.navigation ul li { float: left; margin: 0 17px 12px 0; }
.navigation ul li a { color: #333333; }
.navigation ul li a:hover { color: #009900; }
.navigation ul li.current-menu-item a, 
.navigation ul li.current_page_item a, 
.navigation ul li.current-menu-ancestor a, 
.navigation ul li.current-menu-parent a, 
.navigation ul li.current_page_parent a, 
.navigation ul li.current_page_ancestor a { color: #009900; }

.header-nav-row .navigation { margin-top: 29px; }
.header-nav-row .navigation ul { font-size: 22px; height: 40px; }

.header-subnav-row .navigation ul { font-size: 16px; margin-top: 3px; height: 48px; }
.header-subnav-row .navigation ul li { float: left; margin: 0 17px 0 0; }
.header-subnav-row .navigation li.current-menu-item { height: 49px; }

.header-nav-row .horizontal-seperator,
.header-subnav-row .horizontal-seperator { height: 10px; }
body .lbwp-share-buttons ul { padding: 0px 0px 15px 0px; }
body .lbwp-share-buttons ul { list-style: none; }
/**
 * Responsive Navigation
 */
.outer-wrapper { overflow: hidden; width: 100%; position: relative; }
.inner-wrapper { position: relative; width: 100%; }
.responsive-navigation-wrapper { position: absolute; width: 70%; overflow: auto; display: none; }
.close-button-wrapper { margin: 11px 20px 0 20px; }
.navigation-wrapper { margin: 20px 0 0 0; }
a.close-button { line-height: 10px; padding: 5px; border-radius: 15px; }
.close-button .close-icon { width: 20px; height: 20px; display: inline-block; }
.responsive-menu { border-top: 1px solid #191919; border-bottom: 1px solid #4f4f4f; text-shadow: 0px 1px 1px #111111; }
.responsive-menu ul { list-style-type: none; padding: 0; margin: 0; }
.responsive-menu a { color: #cccccc; font-family: "museo-sans-rounded", sans-serif; font-size: 16px; line-height: 16px; font-weight: 500; display: block; padding: 9px 20px 5px 20px; border-top: 1px solid #4f4f4f; border-bottom: 1px solid #191919; }
.responsive-menu a:hover { background: #4e4e4e; color: #FFFFFF; }
.responsive-menu ul.sub-menu a { display: block; padding: 9px 30px 5px 30px; font-size: 13px; font-weight: 300; }
.responsive-menu ul.sub-menu ul.sub-menu a { display: block; padding: 9px 40px 5px 40px; }
.nav-open .responsive-navigation-wrapper { display: block; }
.nav-open .main-wrapper { position: absolute; top: 0; bottom: 0; left: 70%; right: 0; width: 100%; }
.nav-open, 
.nav-open body,
.nav-open .outer-wrapper,
.nav-open .inner-wrapper,
.nav-open .responsive-navigation-wrapper { height: 100%; }
.responsive-navigation { margin: 20px 0 0 0; padding: 0 0 12px 0; border-bottom: 2px solid #d9d8d7; }
.responsive-navigation a { display: block; }
a.open-menu-button { line-height: 10px; padding: 6px 5px 3px 5px; border-radius: 15px; font-family: "Helvetica Neue", Arial, Verdana, sans-serif; font-size: 14px; font-weight: 500; }
.open-menu-button .menu-icon { width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: -1px 0 0 0; }

/**
 * Content
 */
.content-row { padding: 28px 0 56px 0; }
.content-wrapper { padding: 0 20px 0 0; }

/* Page full width */
.content-wrapper-fullwidth { padding: 0; }

/* Breadcrumbs */
.breadcrumbs { border-bottom: 2px solid #d9d8d7; margin: 0 0 14px 0; }
.breadcrumbs ul { list-style: none; margin: 0; padding: 0 0 5px 0; line-height: 14px; min-height: 16px; }
.breadcrumbs li { float: left; margin: 0 3px 0 0; color: #999999; font-size: 12px; min-height: 16px; }
.breadcrumbs li a { font-weight: normal; color: #999999; }
.breadcrumbs li.separator { line-height: 13px; }
.breadcrumbs li.current { font-weight: bold; }

/* Article */
article { padding: 0 0 35px 0; border-bottom: 2px solid #d9d8d7; margin: 0 0 14px 0; }
article header { margin: 0 0 11px 0; }
article header h1 { margin: 0 0 8px 0; }
article header h1,
article header h1 a { color: #000000; }
article header h1 a:hover { color: #009900; }
article header .meta div { float: left; margin: 0 12px 0 0; height: 21px; }
article header .meta .calender-icon { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat 0 0; width: 22px; height: 20px; margin: -1px 5px 0 0; }
article header .meta .comments a { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat -23px 0; text-align: center; width: 28px; height: 24px; margin: -3px 0 0 0; padding: 1px 0 0 0; display: block; color: #736d66; }
article header .meta .comments a:hover { color: #000000; }
article header .meta .facebook-like { float: right; margin: 0 0 0 12px; }
article header .meta .facebook-like div { margin: 0; }
article .content .post-thumbnail,
article .content .post-content { float: left; width: 48.61878453038674%; }
article .content .post-thumbnail { padding: 4px 0 0 0; }
article .content .post-content { margin: 0 0 0 2.7624309392265194%; }
article .content .read-more { margin: 12px 0 0 0; }
article .content h4 { font-size: 16px; line-height: 22px; margin: 0 0 18px 0; }
article .content h1, article .content h2, article .content h3 { clear: left; }

.newline { clear: left; }

/* Single page */
article.single .content .post-thumbnail { width: 100%; margin: 0 0 30px 0; }

/* Author page */
article.author { padding: 0 0 10px 0; margin: 0 0 15px 0; }
article.author header { margin: 0 0 19px 0; }

/* Page */
article.page { border: none; }

/* Content box */
.content-box { background: #d9d8d7; padding: 15px 10px 10px 10px; border-radius: 12px; margin: 0 0 20px 0; color: #736d66; line-height: 16px; }
.content-box > h3 { margin: 0 0 5px 0; font-family: "museo-sans-rounded", Arial, Verdana, sans-serif; font-weight: 500; font-size: 18px; line-height: 14px; }
.content-box p:first-child { margin: 0; }
.content-box a { color: #544f4b; }
.content-box a:hover { color: #000000; }

/* Small posts */
article.small-posts { border-bottom: none; margin: 0; padding: 0; }
.small-post { margin: 0 0 27px 0; }
.small-post h3 { margin: 0 0 1px 0; line-height: 16px;}
.small-post h3 a { color: #232323; }
.small-post .post-thumbnail { width: 22.92817679558011%; float: left; }
.small-post .post-thumbnail img { margin: 3px 0 0 0; }
.small-post .post-content { width: 74.30939226519337%; margin: 0 0 0 2.7624309392265194%; float: left;}
.small-post .post-date { color: #666666; }
.small-post  p { margin: 0; }

/* Content */
.content blockquote { color: #666666; font-family: "skolar", serif; font-style: italic; font-weight: 500; font-size: 18px; margin: 8px 0; line-height: 25px; } 
.content p { margin: 3px 0 15px 0; }
.content ul,
.content ol { margin: 0 0 15px 0; padding: 0 0 0 26px; }
.content img { max-width: 100%; }
.content td { vertical-align: top; }

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.wp-caption { max-width: 100%; height: auto; }
.alignleft,
img.alignleft { display: inline; float: left; margin-right: 20px; margin-top: 4px; }
.alignright,
img.alignright { display: inline; float: right; margin-left: 20px; margin-top: 4px; }
.aligncenter,
img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft,
img.alignright,
img.aligncenter { margin-bottom: 12px; border: 1px solid #eee; }
.wp-caption { max-width: 100%; }
.wp-caption img { margin: 0; }
.wp-caption p.wp-caption-text { color: #999999; font-family: "skolar", serif; font-style: italic; font-weight: 400; }
.wp-smiley { margin: 0; }

/* Tables */
.content table { border: 1px solid #cccccc; border-radius: 12px; margin-bottom: 33px; }
.content thead th { padding: 5px 10px; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; background: #e5e5e5; text-align: left; font-weight: bold; }
.content thead th:first-child { border-left: none; }
.content tr { padding: 0; margin: 0; background: #eeeeee; }
.content td.even { background: #eeeeee; }
.content td.odd { background: #ffffff; }
.content tr:nth-child(even) { background: #ffffff; }


.content tr:last-child { border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; }
.content td { border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; padding: 5px 10px; margin: 0; text-align: left; }
.content tr:first-child td { border-top: none; }
.content td:first-child { border-left: none; }

.content table + p small:first-child, .content table + small:first-child { margin-top: -33px; display:inline-block; }
.content table + p small:last-child, .content table + small:last-child { margin-bottom: 33px; display:inline-block; }

/* Fix for cropped rounded borders */
.content tr:first-of-type th:last-child,
.content tr:first-of-type td:last-child { border-top-right-radius: 12px; }
.content tr:first-of-type th:first-child,
.content tr:first-of-type td:first-child { border-top-left-radius: 12px; }
.content tr:last-of-type td:first-child { border-bottom-left-radius: 12px; }
.content tr:last-of-type td:last-child { border-bottom-right-radius: 12px; }

/* Gallery */
.photostrip { position: relative; margin: 0 0 1em 0; }
.photostrip .strip div.scrollable { height: auto; overflow: hidden; position: relative; max-width: 100%; }
.photostrip a.left { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat; background-position: -91px 0; height: 47px; width: 47px; position: absolute; left: 20px; bottom: 50%; z-index: 20; cursor: pointer; margin-bottom: -23px; }
.photostrip a.right { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat; background-position: -138px 0; height: 47px; width: 47px; position: absolute; right: 20px; bottom: 50%; z-index: 20; cursor: pointer; margin-bottom: -23px; }
.photostrip a.left:hover { background-position: -91px -47px; }
.photostrip a.right:hover { background-position: -138px -47px; }

.photostrip img { border: none; }

div.scrollable .items { width: 200000em; position: absolute; clear: both; }
div.scrollable .items > div > a { cursor: pointer; }
div.scrollable .items div { float: left; margin-right: 0; position: relative; text-align: center; vertical-align: top; height: auto; }
div.scrollable .items div.post_excerpt .gallery-icon { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat; background-position: 0px -21px; height: 17px; width: 17px; display: block; float: left; margin-right: 10px; }

.photostrip .strip { max-width: 770px; position: relative; }
.photostrip .strip div a:first-child { margin-left: 0; }
.photostrip a.disabled { visibility:hidden !important; }
.photostrip .info,
.photostrip .title { font-weight: 100; margin: 0 10px; color: #000000; }
.gallery-icon { cursor: pointer; }

/* Lightbox */
#fancybox2-content { background: #ffffff !important; padding: 0 !important; width: auto !important; border: 10px solid #ffffff; padding: 0; border-radius: 10px; }
#fancybox2-outer { background: none !important; }
#fancybox2-right, #fancybox2-left { height: auto !important; top: 0 !important; bottom: 30px !important; }
#fancybox2-right-ico { background-position: -138px 0px !important; right: 30px !important; left: auto !important; }
#fancybox2-left-ico { background-position: -91px 0px !important; left: 30px !important; }
#fancybox2-left-ico,
#fancybox2-right-ico { height: 47px !important; width: 47px !important; margin-top: -23px !important; background-image: url('../gfx/standard_theme_sprite_grey.png') !important; }
#fancybox2-right-ico:hover { background-position: -138px -47px !important; }
#fancybox2-left-ico:hover { background-position: -91px -47px !important; }
#fancybox2-close { width: 47px !important; height: 47px !important; background: url('../gfx/standard_theme_sprite_grey.png') no-repeat; background-position: -91px -95px !important; top: -21px !important; right: -21px !important; }
#fancybox2-overlay { opacity: 0.8 !important; }
#fancybox2-img { margin-right: 0 !important; margin-left: 0 !important; }
#fancybox2-title .image-number { float: right; }

/* Gallery and lightbox title */
div.scrollable .items div.post_excerpt { width: auto !important; padding: 10px; text-align: left; height: auto; font-size: 14px; color: #999999; font-family: "skolar", serif; font-style: italic; font-weight: 400; border-radius: 0; color: #938880; background: rgba(255, 255, 255, 0.8); -pie-background: rgba(255, 255, 255, 0.8); position: absolute; left: 0; bottom: 0; right: 0; }
div.scrollable .items div.post_excerpt span.image_number, #fancybox2-title span.image_number { font-style: italic; }
#fancybox2-title { width: auto !important; padding: 16px 0 5px 0; text-align: left; height: auto; font-size: 14px; color: #999999; font-family: "skolar",serif; font-style: italic; font-weight: 400; border-radius: 0; color: #938880; background: #ffffff; position: absolute; left: 0; bottom: 0; right: 0; }

/* Previous and next post */
.post-navigation { margin-top: 28px; }
.post-navigation h3 { margin: 3px 0 5px 0; }
.post-navigation a { color: #232323; font-weight: normal; }
.post-navigation p { margin: 10px 0 0 0; }
.post-prev-box,
.post-next-box { float: left; width: 48.61878453038674%; min-height: 10px; }
.post-next-box { margin: 0 0 0 2.7624309392265194%;}
.post-navigation-prev,
.post-navigation-next { box-sizing: border-box; padding: 10px; background: #d9d8d7; position: relative; border-radius: 12px; }
.post-navigation-prev { padding-left: 40px; }
.post-navigation-next { padding-right: 40px; }
.post-navigation-prev .prev-text { overflow: hidden; width: 100%; height: 120px; }
.post-navigation-prev .prev-image,
.post-navigation-next .next-image { position: absolute; margin-top: -16px; top: 50%;  }
.post-navigation-prev .prev-image { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat; background-position: -52px 0px;  width: 18px; height: 33px; left: 11px; }
.post-navigation-next .next-image { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat 11px center; background-position: -72px 0px; width: 18px; height: 33px; right: 11px; }
.post-navigation-prev:hover .prev-image { background-position: -52px -34px; }
.post-navigation-next:hover .next-image { background-position: -72px -34px; }

/* Series / Related Posts */
.post-related { margin: 75px 0 0 0; }
.post-series { margin: 75px 0 0 0; }
.post-related h2,
.post-series h2 { color: #009900; margin: 0 0 12px 0; font-weight: 700; }
.post-related h2 .related-icon { background: url('../gfx/standard_theme_sprite_color.png') no-repeat; background-position: -45px 0; display: block; width: 27px; height: 29px; float: left; margin: -2px 10px 0 0; }
.post-series h2 .series-icon { background: url('../gfx/standard_theme_sprite_color.png') no-repeat; background-position: -73px 0; display: block; width: 34px; height: 25px; float: left; margin: -1px 10px 0 0; }

/* Comments */
.post-comments { margin: 77px 0 0 0; }
.post-comments h2 { font-family: "skolar", serif; font-weight: 600; font-size: 20px; color: #009900; margin-bottom: 14px; }
.post-comments h2 span.number { color: #ffffff; padding: 1px 0 0 0; text-align: center; font-size: 15px; font-family: "Helvetica Neue", Arial, Verdana, sans-serif; background: url('../gfx/standard_theme_sprite_color.png') no-repeat; background-position: -10px 0px; width: 34px; height: 29px; display: block; float: left; margin: -2px 8px 0 0; }
.post-comments ol.commentlist { list-style: none; margin: 0; padding: 0; }
.post-comments ol.commentlist li { margin: 0 0 26px 0; }
.post-comments ol.commentlist .comment-avatar { float: left; width: 60px; margin: 2px 0 0 0; }
.post-comments ol.commentlist .comment-content { margin-left: 79px; }
.post-comments ol.commentlist .comment-author { font-family: "skolar", serif; font-weight: 600; font-size: 16px; margin: -3px 0 0 0; }
.post-comments ol.commentlist .comment-meta { color: #666666; margin: -2px 0 8px 0; }
.post-comments ol.commentlist .comment-text { margin: 10px 0 0 0; }
.post-comments ol.commentlist .comment-content p { margin: 0 0 20px 0; }
.post-comments ol.commentlist li.comment div.reply { display: none; }
.post-comments ol.commentlist li.comment div.reply a { display: none;  }
.post-comments ol.commentlist li.comment ul.children { list-style: none; }
.post-comments ol.commentlist li.comment ul.children li { list-style: none; }
.post-comments ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 .25em .25em; list-style: none; }

/* Pagination */
.pagination { font-family: "museo-sans-rounded", sans-serif; font-weight: 500; font-size: 18px; }
.pagination a { color: #736d66; font-weight: 500; }
.pagination ul { list-style: none; margin: 3px 0 0 0; padding: 0; text-align: center; }
.pagination li { display: inline; margin: 0 0 0 15px; }
.pagination li:first-child { margin: 0; }
.pagination a:hover,
.pagination li.current { color: #009900; }

/**
 * Sidebar
 */
.sidebar-wrapper > ul { list-style-type: none; margin: 0; padding: 0; }
.sidebar-wrapper > ul > li.widget { background: #d9d8d7; padding: 15px 10px 10px 10px; border-radius: 12px; margin: 0 0 20px 0; color: #736d66; line-height: 16px; font-size: 13px; }
.sidebar-wrapper > ul > li > h3 { margin: 0 0 5px 0; font-family: "museo-sans-rounded", Arial, Verdana, sans-serif; font-weight: 500; font-size: 18px; line-height: 14px; }
.sidebar-wrapper p { margin: 10px 0 0 0; }
.sidebar-wrapper p:first-child { margin: 0; }
.sidebar-wrapper a { color: #544f4b; }
.sidebar-wrapper a:hover { color: #000000; }
.sidebar-wrapper > ul > li > h3 + ul { margin-top: 10px !important; }
.sidebar-wrapper ul > li.widget ul { margin: 0 0 5px 0; padding: 0 0 0 16px; }
.sidebar-wrapper ul > li.widget ol { margin: 0 0 5px 0; padding: 0 0 0 26px; }

/**
 * Widgets
 */

/* Form */
.lbwp-form-widget .lbwp-form-override .default-label { margin:12px 0px 4px 0px; }

/* Tagcloud */
.widget_tag_cloud div { margin-top: 10px; }
.tagcloud ul { margin: 0 !important; padding: 0 !important; list-style-type: none !important; list-style-image: none !important; }
.tagcloud li { display: block; padding: 0; margin: 0 0 5px 0; width: 100%; height: 18px; }
.tagcloud li a { background: url('../gfx/standard_theme_sprite_color.png') no-repeat 0px -36px; color: #ffffff; padding: 0 7px 2px 10px; margin: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tagcloud li a:hover { background: url('../gfx/standard_theme_sprite_grey.png') no-repeat left;  background-position: 0 -148px; color: #ffffff; }

/* Facebook Fanbox */
.sidebar-wrapper > ul > li.fb_fanbox { background: #FFFFFF; }

/* Author */
.all-authors-widget { margin: 0 0 20px 0; }
.author-widget h3 { margin: 0 0 6px 0; font-family: "museo-sans-rounded", Arial, Verdana, sans-serif; font-weight: 500; font-size: 18px; line-height: 14px; }
.author-widget .author-image { width: 100px; float: right; margin: 3px 0 10px 10px; }
.author-widget .author-image img { max-width: 100%; border-radius: 13px; }
.author-widget .author-description,
.author-widget a { font-size: 12px; }
.author-widget .read-more { margin-top: 12px; }
.author-widget a { color: #544f4b; }

.author .post { border-bottom: none; padding-bottom: 20px; }
.author .post h3 { margin: 1px 0 0 0; }
.author-description { margin: 0 0 1em 0; }
.author-description ul,
.author-description ol { padding-left: 15px !important; }
.user-profile-links { margin-bottom: 1em; }

/* Sponsor widget */
.sidebar-wrapper ul > li.widget ul.sponsor-logo-widget { list-style-type: none; list-style-image: none; }

/* Social Media Links */
ul.sociallinks,
.sidebar-wrapper > ul > li.widget > ul.sociallinks { margin: 0 !important; padding: 0 !important; list-style-type: none !important; list-style-image: none !important; }
ul.sociallinks li { margin: 4px 4px 0 0; float: left; padding: 0; }
.sociallinks li a { background: url('../gfx/social_media_sprites.png') no-repeat; height: 36px; width: 37px; display: block; }

.sociallinks li a.facebook { background-position: 0px 0px; }
.sociallinks li a.twitter { background-position: -40px 0px; }
.sociallinks li a.newsletter { background-position: -80px 0px; }
.sociallinks li a.rsscomments,
.sociallinks li a.rss { background-position: -120px 0px; }
.sociallinks li a.googleplus { background-position: -160px 0px; }
.sociallinks li a.pinterest { background-position: -200px 0px; }
.sociallinks li a.xing { background-position: -240px 0px; }
.sociallinks li a.linkedin { background-position: -280px 0px; }
.sociallinks li a.flickr { background-position: -320px 0px; }
.sociallinks li a.youtube { background-position: -360px 0px; }
.sociallinks li a.vimeo { background-position: -400px 0px; }
.sociallinks li a.slideshare { background-position: -440px 0px; }
.sociallinks li a.foursquare { background-position: -480px 0px; }
.sociallinks li a.kununu { background-position: -520px 0px; }

.sociallinks li a.facebook:hover { background-position: 0px -44px; }
.sociallinks li a.twitter:hover { background-position: -40px -44px; }
.sociallinks li a.newsletter:hover { background-position: -80px -44px; }
.sociallinks li a.rsscomments:hover,
.sociallinks li a.rss:hover { background-position: -120px -44px; }
.sociallinks li a.googleplus:hover { background-position: -160px -44px; }
.sociallinks li a.pinterest:hover { background-position: -200px -44px; }
.sociallinks li a.xing:hover { background-position: -240px -44px; }
.sociallinks li a.linkedin:hover { background-position: -280px -44px; }
.sociallinks li a.flickr:hover { background-position: -320px -44px; }
.sociallinks li a.youtube:hover { background-position: -360px -44px; }
.sociallinks li a.vimeo:hover { background-position: -400px -44px; }
.sociallinks li a.slideshare:hover { background-position: -440px -44px; }
.sociallinks li a.foursquare:hover { background-position: -480px -44px; }
.sociallinks li a.kununu:hover { background-position: -520px -44px; }

/* Footer icons */
.footer-row .sociallinks li a.facebook { background-position: 0px -132px; }
.footer-row .sociallinks li a.twitter { background-position: -40px -132px; }
.footer-row .sociallinks li a.newsletter { background-position: -80px -132px; }
.footer-row .sociallinks li a.rsscomments,
.footer-row .sociallinks li a.rss { background-position: -120px -132px; }
.footer-row .sociallinks li a.googleplus { background-position: -160px -132px; }
.footer-row .sociallinks li a.pinterest { background-position: -200px -132px; }
.footer-row .sociallinks li a.xing { background-position: -240px -132px; }
.footer-row .sociallinks li a.linkedin { background-position: -280px -132px; }
.footer-row .sociallinks li a.flickr { background-position: -320px -132px; }
.footer-row .sociallinks li a.youtube { background-position: -360px -132px; }
.footer-row .sociallinks li a.vimeo { background-position: -400px -132px; }
.footer-row .sociallinks li a.slideshare { background-position: -440px -132px; }
.footer-row .sociallinks li a.foursquare { background-position: -480px -132px; }
.footer-row .sociallinks li a.kununu { background-position: -520px -132px; }

.footer-row .sociallinks li a.facebook:hover { background-position: 0px 0px; }
.footer-row .sociallinks li a.twitter:hover { background-position: -40px 0px; }
.footer-row .sociallinks li a.newsletter:hover { background-position: -80px 0px; }
.footer-row .sociallinks li a.rsscomments:hover,
.footer-row .sociallinks li a.rss:hover { background-position: -120px 0px; }
.footer-row .sociallinks li a.googleplus:hover { background-position: -160px 0px; }
.footer-row .sociallinks li a.pinterest:hover { background-position: -200px 0px; }
.footer-row .sociallinks li a.xing:hover { background-position: -240px 0px; }
.footer-row .sociallinks li a.linkedin:hover { background-position: -280px 0px; }
.footer-row .sociallinks li a.flickr:hover { background-position: -320px 0px; }
.footer-row .sociallinks li a.youtube:hover { background-position: -360px 0px; }
.footer-row .sociallinks li a.vimeo:hover { background-position: -400px 0px; }
.footer-row .sociallinks li a.slideshare:hover { background-position: -440px 0px; }
.footer-row .sociallinks li a.foursquare:hover { background-position: -480px 0px; }
.footer-row .sociallinks li a.kununu:hover { background-position: -520px 0px; }

/**
 * Footer
 */
.footer { }
.footer-row { color: #999999; text-shadow: 0px 1px 1px #333333; font-size: 12px; line-height: 18px; }
.footer-row a { color: #BBBBBB; text-shadow: 0px 1px 1px #333333; }
.footer-row a:hover { color: #FFFFFF; }
.footer-content-row {  }
.footer-content-cell { min-height: 100px; padding: 30px 0 20px 0; }
.footer-content-cell > ul { list-style-type: none; padding: 0; margin: 0; }
.footer-content-cell > ul > li { margin: 0 0 20px 0; }
.footer-content-cell h3 { font-family: "museo-sans-rounded", sans-serif; font-size: 15px; line-height: 15px; font-weight: 500; margin: 0 0 3px 0; }
.footer-content-cell p { margin: 5px 0; }
.footer-copyright-row { background: #666666; padding: 20px 0 10px 0; font-size: 12px; color: #CCCCCC; text-shadow: 0px 1px 1px #333333; }
.footer-copyright-row .copyright-info,
.footer-copyright-row .footer-navigation { float: left; margin: 0 15px 0 0; }

.footer-navigation ul { list-style-type: none; margin: 0; padding: 0; }
.footer-navigation ul li { float: left; margin: 0 15px 0 0; }

/**
 * Special fixes
 */
.widgettitle { margin-top: 0; }
.wpb_wrapper > .wpb_content_element { margin-bottom: 20px; }
.wpb_wrapper > h2:first-child { margin-top: 0px; }
.content .gsc-control-cse table { border: none; } 
.content .gsc-table-result tr,
.content .gsc-above-wrapper-area-container tr { background: transparent; }
.content .gsc-table-result tr:hover,
.content .gsc-above-wrapper-area-container tr:hover { background: transparent; }
.gsc-webResult .gsc-result { border-bottom: none; }
.gsc-above-wrapper-area { border-bottom: 2px solid #d9d8d7; }
.gs-result .gs-title, 
.gs-result .gs-title * { height: auto; overflow: visible; text-decoration: none; color: #232323; font-size: 16px; font-family: "skolar", serif; font-weight: bold; line-height: 16px; }
.content .gsc-cursor-box { border-top: 2px solid #d9d8d7; text-align: center; font-family: "museo-sans-rounded", sans-serif; font-weight: 500; font-size: 18px; padding: 20px 0 0 0; }
.content .gsc-results .gsc-cursor-box .gsc-cursor-page { color: #736d66; margin: 0 0 0 15px; text-decoration: none; }
.content .gsc-results .gsc-cursor-box .gsc-cursor-current-page { font-weight: 500; }
#cse table td.gsc-table-cell-thumbnail { padding: 0 10px 0 0; }


/**
*
*/

.lbwp-gss-results p {
  margin-bottom: 0;
}

.lbwp-gss-results h2 {
  margin: 0;
  padding: 0;
}

.lbwp-gss-results {
  margin-bottom: 50px;
}

article .content .lbwp-gss-results h2 {
  clear: none;
}

.lbwp-gss-results article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.lbwp-gss-results article .img {
  float: left;
  margin-right: 10px;
  width: 20%;
  margin-top: 2.5px;
}

.lbwp-gss-results article:not(:first-child) {
  padding-top: 25px;
}

#pagenav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#pagenav li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}

#pagenav a, #pagenav span {
  font-size: 15px;
}