/*
Theme Name: hiercom
Theme URI: 
Author: Potter
Author URI: 
Description: 
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hiercom
Domain Path: /languages/
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, one-column, right-sidebar, theme-options, threaded-comments, translation-ready, two-columns, grid-layout, footer-widgets, blog, photography, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

/* barlow-regular - latin */
/* barlow-regular - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/barlow-v4-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Barlow Regular'), local('Barlow-Regular'),
         url('fonts/barlow-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/barlow-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/barlow-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/barlow-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/barlow-v4-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  
  /* barlow-italic - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/barlow-v4-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Barlow Italic'), local('Barlow-Italic'),
         url('fonts/barlow-v4-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/barlow-v4-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/barlow-v4-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/barlow-v4-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/barlow-v4-latin-italic.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  
  /* barlow-600 - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/barlow-v4-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
         url('fonts/barlow-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/barlow-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/barlow-v4-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/barlow-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/barlow-v4-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  
  /* barlow-600italic - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/barlow-v4-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local('Barlow SemiBold Italic'), local('Barlow-SemiBoldItalic'),
         url('fonts/barlow-v4-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/barlow-v4-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/barlow-v4-latin-600italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/barlow-v4-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/barlow-v4-latin-600italic.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  

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: top;
}

html {
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background:#fff;
    /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote{
    font-style: oblique;

}

a img {
    border: 0;
}

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

body,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Barlow', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    -moz-hyphens: auto;
  hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 40px;
    font-weight: 600;
}

h1,
section.intro .text h2 {
    font-size: 36px;
}
h2, span.headline {
    font-size: 24px;
    margin-bottom:20px;
}
.entry-content h2{
    float:left;
    width:100%;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.entry-content h3,
.entry-content h4,
span.headline{
    float:left;
    width:100%;
    margin:40px 0 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    float:left;
    width:100%;
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 20px;
}

address {
    margin: 0 0 20px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: square;
}
.entry-content ul{
    margin:20px 0;
    float: left;
    width: 100%;
}
.entry-content ul li{
    list-style:none;
    background:url(images/arrow_orange.png) no-repeat 0 10px;
    background-size:20px auto;
    padding:5px 10px 5px 30px;
}
ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 20px 20px;
}

img {
    height: auto;
    vertical-align: middle;

}

img.wp-post-image{
    float:left;
    width:100%;
}

figure {
    float:left;
    margin: 0;
    max-width: none !important;
    margin-top:20px;
    width: 100% !important;
}
figure a{
    float:left;
    width:100%;
    text-align:center;
}
figure img{
    width: 100% !important;
}
figure.alignleft {
    width: auto !important;
}
figure.alignleft img,
figure img.size-medium,
figure img.size-thumbnail{
    width: auto !important;
}

table {
    margin: 20px 0 40px;
    width: 100%;
}

th {
    font-weight: bold;
}

th, td{
    padding:7px;
    border-bottom:1px solid #222;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    background: #92bc36;
    display: inline-block;
    padding: 15px 25px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: none;
    border-radius:2px;
    text-align:center;
    font-size: 1.1em;
    margin-top: 20px;
}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
    background:#899a5d;
}
button:focus,
a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
a.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
    background:#899a5d;
}
a.button.buttonDark{
    background:#444;
}
a.button.buttonDark:hover{
    background:#333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #333;
    border: 1px solid #DDD;
    border-radius: 1px;
    max-width: 100%;
}

select {
    color: #333;
    border: 1px solid #DDD;
    border-radius: 1px;
    max-width: 100%;
    height: 36px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: #111;
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
    height: 36px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 5px 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #f7a739;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.row:after,
.row:before,
.nav-links:before {
    content: '';
    display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.row:after,
.nav-links:after {
    clear: both;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 20px;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
    display: none;
}

#secondary .widget {
    padding: 0;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    color:#fff;
    border-bottom:40px solid #fff;
    padding-bottom:20px;
}
#secondary .widget a{
    color:#fff;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.mid-content {
    width: 1400px;
    margin: 0 auto;
}
#masthead .mid-content .flex-box {
    padding:0 20px;
}
.parallax-section {
    padding: 60px 0 80px;
    position: relative;
}

.parallax-section h2 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    margin-bottom: 60px;
}

.parallax-section h2 span {
    position: relative;
    display: inline-block;
}

.parallax-section h2 span:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 100%;
    left: 50%;
    margin-left: -25%;
    margin-top: 10px;
    border-bottom: 2px solid;
    border-color: inherit;
}

.parallax-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.parallax-section .mid-content {
    position: relative;
    z-index: 999;
}

.parallax-section .page-content {
    margin: 0 0 60px;
}

#primary {
    width: 100%;
    float: left;
}

#secondary {
    width: 32%;
    float: right;
    font-size: 16px;
    margin-top: 60px;
    background:#92bc36;
}
body.page-template-default #secondary{
    margin-top: 11px;
}

#secondary ul {
    list-style: none;
    margin-left: 0;
    padding:0 20px;
}

#secondary ul li {
    list-style:none;
    background:url(images/arrow_white.png) no-repeat 0 8px;
    background-size:20px auto;
    padding:5px 10px 5px 30px;
    float:left;
    width:100%;
}

#secondary ul li a {
    text-decoration: none;
    color: #333;
}

#secondary .widget-title,
.colWrapper .widget-title {
    border-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 18px;
    background: #f7a739;
    color: #fff;
    padding: 10px 20px;
    font-weight:600;
    float:left;
    width:100%;
    border-bottom: 1px solid rgba(255,255,255,0.4) !important;
}
#secondary .widget-title{
    background:#92bc36;
}

#secondary .widget-title span {
    display: inline-block;
}

#secondary .search-form input[type="search"] {
    width: 100%;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {}

.site-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
}

.site-title a {
    text-decoration: none;
}

.site-description {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}

.article-wrap {
    margin: 0;
    position: relative;
}
body.single .entry-content{
    margin-bottom:60px;
}
.archive .article-wrap {
    margin-bottom: 60px;
}

.byline,
.updated {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 20px;
}

.entry-meta + h2.entry-title,
.entry-meta + .byline + h2.entry-title,
.entry-meta + h1.entry-title,
.entry-meta + .byline,
.entry-meta + .byline + h1.entry-title{
    margin-left: 80px;
}

.entry-thumb + .entry-header h2.entry-title,
.entry-thumb + .entry-header h1.entry-title,
.entry-thumb + .entry-header .byline{
    margin-left: 0;
}

.page .entry-header h1.entry-title {
    margin-left: 0;
}

.entry-header h2.entry-title a {
    color: #333;
    text-decoration: none;
}
.post-meta{
    float:left;
    width:100%;
    margin-bottom:30px;
    font-size:0.8em;
}
.entry-meta{
    float:left;
}
body.archive .entry-meta{
    width:100%;
}

.posted-on {
   background:none !important;
}

.bypostauthor {}

.entry-footer {
    font-size: 14px;
    margin-top: 30px;
}

.entry-footer span {
    margin-right: 15px;
}

.entry-footer .fa {
    margin-right: 5px;
    color: #666;
}

.entry-footer a {
    text-decoration: none;
    color: #333;
}

.edit-link {
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 15px;
}

.edit-link a {
    color: #FFF;
    text-decoration: none;
}

.edit-link a .fa {
    color: #FFF;
    margin-right: 5px;
}

.page .entry-footer .edit-link {
    float: none;
}

.page-header {
    background: #FFF;
    padding: 30px 40px;
    margin-bottom: 40px;
}
body.archive .page-header {
    padding: 0;
}

.page-header h1 {
    margin-bottom: 0;
}

.entry-thumb {
    margin: -40px -40px 30px;
    text-align: center;
}

/* Post Layout */

body.archive .wp-post-image,
body.single .wp-post-image{
    display:none;
}
body.archive #content, 
body.single #content, 
body.page-template-default #content{
    padding-top:50px;
}
body.archive #content > .mid-content,
body.single #content > .mid-content,
body.page-template-default #content > .mid-content{
    max-width:1400px;
    margin-top:0;
}
body.archive #primary,
body.single #primary,
body.page-template-default #primary{
    width:65%;
}
body.archive .entry-header,
body.single .entry-header{
    float:left;
    width:100%;
}
body.archive .entry-thumb,
body.single .entry-thumb{
    margin:0 0 40px;
    float: left;
    width: 100%;
}
body.archive .entry-thumb img,
body.single .entry-thumb img{
    width:100%;
}
body.archive .entry-title,
body.single .entry-title{
    margin-bottom:5px;
}
body.archive .entry-thumb{
    position: relative;
}
body.archive .entry-header{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
body.archive .entry-title{
    float: left;
    max-width: 90%;
    padding: 10px;
    background:
    rgba(255,255,255,0.8);
    clear: both;
    margin: 0;
    font-weight: 400;
    text-align: left;
    width: auto;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

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

#comments {
    background: #FFF;
    padding: 40px;
    margin-bottom: 40px;
    font-size: 16px;
}

#comments p {
    margin-bottom: 10px;
}

#reply-title {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

#commentform {
    border-top: 2px solid #333;
    padding-top: 15px;
}

.comment-content a {
    word-wrap: break-word;
}

#comments input[type="submit"] {
    background: #333;
    border: none;
}

.comments-title {
    margin-bottom: 20px;
}

#commentform label {
    display: block;
}

textarea#comment {
    height: 150px;
}

#author,
#email,
#url {
    width: 100%
}

/*Comment Lists*/

.comments-area ol {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list li .comment-body {
    margin-bottom: 20px;
    padding: 25px;
    background: #FAFAFA;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 10px;
    float: left;
}

.comment-author .fn {
    font-style: normal;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.comment-metadata{
    margin-bottom: 20px;
}

.comment-metadata a {
    text-decoration: none;
    font-size: 13px;
    font-style: italic;
}

.comment-metadata .edit-link {
    display: none;
}

.comment-author .fn .url {
    color: #333;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01AEFD;
}

.commentmetadata + .clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
    text-decoration: none;
}

#commentform .form-submit {
    margin-bottom: 0;
}

.comment-awaiting-moderation {
    background: #111;
    position: absolute;
    left: 50%;
    top: -20px;
    color: #FFF;
    font-size: 13px;
    width: 250px;
    margin-left: -125px;
}

.comment-awaiting-moderation + br {
    display: none;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #FFF;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #333;
}

.logged-in-as a {
    color: #333;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */

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

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
}
/*
.wp-caption img[class*="wp-image-"] {
    display: block;
}
*/
.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 20px;
    font-size:0.8em;
    color:#777;
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 4px 4px 0;
}

.gallery-item .gallery-icon {
    position: relative;
}

.gallery-item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/zoom.png) no-repeat center rgba(0, 0, 0, 0.3);
    display: none;
}

.gallery-item:hover a:after {
    display: block;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}

/*--------------------------------------------------------------
Main Header
--------------------------------------------------------------*/

#topWidget{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    background:#444;
    color:#fff;
    padding:20px 30px;
    z-index:100;
}
.topWidgetLeft, .topWidgetRight{
    float:left;
    width:50%;
}
.topWidgetRightIcon{
    float: right;
    width: 170px;
    margin-top: -10px;
}
.topWidgetRightIcon:last-child{
    margin-right:20px;
}
.topWidgetRightIcon img{
    width:100%;
}

#masthead {
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index: 99999;
    padding: 10px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background:#fff;
    margin-top:94px;
}

#masthead .flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#masthead.logo-top {
    text-align: center;
}

#masthead.logo-top .flex-box {
    display: block;
}

body.parallax-on #masthead {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

body.logged-in.parallax-on #masthead {
    top: auto;
}

#content {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    background:#fff;
    margin-top:140px;
}
#content > .mid-content{
    width:100%;
}
section{
    float:left;
    width:100%;
    padding:60px 0;
    text-align:center;
    overflow:hidden;
}
section > div{
    max-width:1400px;
    margin:0 auto;
}

body.parallax-on .wpcf7-not-valid-tip {
    text-align: center;
    font-size: 13px;
}

#site-logo {
    float: left;
    width: 50px;
}
#site-logo a, #site-logo a img {
    width: 100%;
}

.logo-top #site-logo {
    float: none;
    width: auto;
    padding: 10px 0;
}

.main-navigation {
    float: right;
    max-width: 80%;
}

.logo-top .main-navigation {
    float: none;
    width: auto;
    text-align: center;
    max-width: none;
    margin-top: 15px;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    position:relative;
}

.logo-top .main-navigation ul {
    float: none;
}

.main-navigation > ul > li {
    float: left;
    font-weight: 400;
}

.main-navigation > ul > li > a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 600;
}

.main-navigation > ul > li.current a {
    color: #ec6837;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
}

.main-navigation ul ul {
    position: absolute;
    top: 35px;
    right: 10px;
    z-index: 99999;
    font-size: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: none;
    max-width: 300px;
    background:#92bc36;
}
.main-navigation ul ul li{
    float:right;
    width:100%;
    border-bottom:1px solid rgba(0,0,0,0.1);
    text-align:right;
}
.main-navigation ul ul li:last-child{
    border-bottom:0;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    padding: 10px 20px;
    font-weight:600;
}
.main-navigation ul ul a:hover {
    color:#fff;
}
.logo-top .main-navigation ul ul li {
    text-align: left;
}

.main-navigation ul ul li:last-child a {
    border: none;
}

.main-navigation li:hover > a {
    color: #f7a739;
}

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    color: #f7a739;
}
.main-navigation ul li ul .current_page_item > a,
.main-navigation ul li ul .current-menu-item > a {
    color: #fff;
}

/* Small menu */

.menu-toggle {
    display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 40px;
    overflow: hidden;
    background: #FFF;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
    padding: 10px;
}

.comment-navigation .nav-previous a .fa,
.paging-navigation .nav-previous a .fa,
.post-navigation .nav-previous a .fa,
.posts-navigation .nav-previous a .fa {
    margin-right: 10px;
    font-size: 16px;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    padding: 10px;
}

.comment-navigation .nav-next a .fa,
.paging-navigation .nav-next a .fa,
.post-navigation .nav-next a .fa,
.posts-navigation .nav-next a .fa {
    margin-left: 10px;
    font-size: 16px;
}

.site-main .comment-navigation a,
.site-main .paging-navigation a,
.site-main .post-navigation a,
.site-main .posts-navigation a {
    background: #333;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.pagination {
    text-align: center;
    margin-bottom: 30px;
}

.pagination .nav-links a,
.pagination .nav-links span {
    display: inline-block;
    background: #e30613;
    padding: 10px;
    color: #FFF;
    line-height: 1;
    margin: 0 2px;
}

.pagination .nav-links span.current{
    background: #333;
}

/* Sticky menu */

#masthead.sticky {
    background:#fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);
     position: fixed;
     padding:10px 0;
     margin-top:0;
 }

/*--------------------------------------------------------------
Main SLider
--------------------------------------------------------------*/

#main-slider {
    position: relative;
    margin-bottom: 30px;
}

.parallax-on #main-slider,
#main-slider.full-screen-,
.page-template-home-page-php #main-slider {
    margin-bottom: 0;
}

#main-slider.full-screen-yes {
    min-height: 80vh;
}

.main-slides {
    display: none;
}

#main-slider .main-slides:after {
    content: "";
    background: url(images/overlay4.png) repeat rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

#main-slider .slick-slide img {
    margin: 0 auto;
}

.full-screen-yes .slides {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slider-caption .caption-title {
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    margin: 0 auto 20px;
    width: 80%;
    line-height: 1.3;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.slider-caption .caption-description {
    font-size: 24px;
    color: #FFF;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    margin: 0 auto 20px;
    width: 70%;
}

.slider-caption .caption-description p {
    margin-bottom: 20px;
}

.slider-caption .caption-description a,
.btn,
.call-to-action a {
    position: relative;
    border: 2px solid #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 20px;
}

.slider-caption .caption-description a:hover,
.btn:hover {
    background: #E56432;
    border: 2px solid #E56432;
    color: #FFF !important;
}

.next-page {
    position: absolute;
    height: 60px;
    width: 60px;
    border: 1px solid #FFF;
    border-radius: 50%;
    bottom: 15%;
    left: 50%;
    margin-left: -30px;
    z-index: 999;
}

.next-page a {
    display: block;
    background: url(images/down-arrow.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: flow-down 2s linear 3s infinite;
    /* Chrome, Safari, Opera */
    animation: flow-down 2s linear 3s infinite;
    /* Standard syntax */
}

#main-slider .slick-slide {
    position: relative;
}

#main-slider.full-screen-yes .slick-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

#main-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    outline: 0;
    width: 28px;
    height: 100px;
    padding: 0;
    text-indent: -9999px;
    z-index: 99;
}

#main-slider .slick-prev.slick-arrow {
    left: 40px;
    background: url(images/controls.png) no-repeat;
}

#main-slider .slick-next.slick-arrow {
    right: 40px;
    background: url(images/controls.png) no-repeat right top;
}

#main-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#main-slider .slick-dots li {
    display: inline-block;
}

#main-slider .slick-dots li button {
    border: 2px solid #FFF;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    padding: 0;
    line-height: 8px;
    border-radius: 0;
    background: none;
}

#main-slider .slick-dots li.slick-active button {
    background: #e30613;
    border: 2px solid #e30613;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes flow-down {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    50% {
        top: 9px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0.8;
    }
}

/* Standard syntax */

@keyframes flow-down {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    50% {
        top: 9px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0.8;
    }
}

/*--------------------------------------------------------------
Default Section
--------------------------------------------------------------*/

.parallax-section input[type="text"],
.parallax-section input[type="email"],
.parallax-section input[type="url"],
.parallax-section input[type="password"],
.parallax-section input[type="search"],
.parallax-section input[type="tel"],
.parallax-section textarea {
    border: 1px solid #e30613;
    color: inherit;
    padding: 10px 15px;
    height: 42px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: rgba( 255, 255, 255, 0.4);
}

.parallax-section textarea {
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 180px;
}

.parallax-section .wpcf7-form .wpcf7-submit {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #e30613;
}

.parallax-section .wpcf7-form p {
    margin-bottom: 15px;
}

.parallax-section .slider-caption .caption-description a,
.parallax-section .btn {
    border-color: inherit;
    color: inherit;
}

/*--------------------------------------------------------------
Service Section
--------------------------------------------------------------*/

.service_template {
    padding-bottom: 40px;
}

.service-list {
    width: 48%;
    margin-bottom: 40px;
}

.service-list h3 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

.service-list .service-image {
    height: 80px;
    width: 80px;
    margin-top: 15px;
    overflow: hidden;
    border: 3px solid #EEE;
}

.service-list .service-image img {
    padding: 15px;
}

.service-list .service-detail {
    width: 460px;
}

.service-list.odd {
    float: left;
    text-align: right;
}

.service-list.odd .service-image {
    float: right;
}

.service-list.odd .service-detail {
    float: left;
}

.service-list.even {
    float: right;
}

.service-list.even .service-image {
    float: left;
}

.service-list.even .service-detail {
    float: right;
}

/*--------------------------------------------------------------
Testimonial Section
--------------------------------------------------------------*/

.testimonial-list {
    text-align: center;
}

.testimonial-list .testimonial-content {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
    padding: 0 50px;
}

.testimonial-list .testimonial-content:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f10d';
    font-size: 32px;
    line-height: 1;
    height: 30px;
    font-family: "FontAwesome";
    opacity: 0.5;
}

.testimonial-list h3 {
    font-size: 20px;
    font-weight: bold;
}

.testimonial-list .testimonial-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 30px auto 50px;
}

.testimonial-list .testimonial-image img {
    border-radius: 50%;
}

.testimonial-listing .slick-arrow {
    position: absolute;
    margin: 0;
    top: 100%;
    left: 50%;
    height: 38px;
    width: 38px;
    background: none;
    border: 1px solid;
    border-color: inherit;
    text-indent: 0;
    font-size: 26px;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.testimonial-listing .slick-arrow:hover {
    background: #e30613;
    border: 1px solid #e30613;
    color: #FFF;
}

.testimonial-listing .fa-angle-left {
    margin-left: -45px;
}

.testimonial-listing .fa-angle-right {
    margin-left: 5px;
}

/*--------------------------------------------------------------
Portfolio Section
--------------------------------------------------------------*/

.portfolio-listing {
    margin: 0 -15px;
}

.portfolio-listing a:nth-child(3n+1){
    clear: both;
}

.portfolio-list {
    width: 33.333%;
    float: left;
    position: relative;
}

.portfolio-wrap {
    margin: 15px;
    overflow: hidden;
    position: relative;
}

.portfolio-list .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
}

.portfolio-list .portfolio-overlay span {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #FFF;
}

.portfolio-list:hover .portfolio-overlay {
    display: block;
}

.portfolio-list h3 {
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    color: #FFF;
    background: url(images/portfolio-text-bg.png) repeat-x top left;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.portfolio-list:hover h3 {
    display: none;
}

.portfolio-list img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-list:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

/*--------------------------------------------------------------
Call to Action Section
--------------------------------------------------------------*/

.call-to-action {
    text-align: center;
}

.call-to-action h2 {
    margin: 30px 0 15px;
    font-size: 24px;
}

.parallax-section .call-to-action .page-content {
    margin-bottom: 0;
}

.parallax-section.action_template {
    padding: 30px 0;
}

/*--------------------------------------------------------------
Team Section
--------------------------------------------------------------*/

.team-tab {
    text-align: center;
    padding: 0 50px;
}

.team-image {
    border-radius: 50%;
    border: 2px solid #FFF;
    margin: 0 8px 20px;
    position: relative;
    cursor: pointer;
    display: none;
}

.team-image:hover,
.team-image.slick-current {
    border: 2px solid #e30613;
}

.team-image img {
    border-radius: 50%;
}

.team-list {
    display: none;
}

.team-content {
    margin-top: 60px;
}

.team-big-image {
    float: left;
    width: 35%;
    margin-right: 3%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FFF;
}

.team-big-image img {
    border-radius: 50%;
    width: 100%;
    padding: 3px;
}

.team-detail {
    float: left;
    width: 62%;
}

.team-detail h3 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.team-detail h4 {
    font-size: 20px;
    margin-bottom: 25px;
    opacity: 0.8;
}

.team-tab .slick-arrow {
    position: absolute;
    text-indent: 0;
    font-size: 46px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    margin-top: -30px;
    color: inherit;
    font-weight: normal;
    top: 50%;
    cursor: pointer;
}

.team-tab .fa-angle-left {
    background: none;
    left: -40px;
}

.team-tab .fa-angle-right {
    background: none;
    right: -40px;
}

.blank-section {
    min-height: 300px;
    height: 60vh;
}

/*--------------------------------------------------------------
Google Map Section
--------------------------------------------------------------*/

.parallax-section.google-map {
    padding: 0;
}

.parallax-section.google-map p {
    margin: 0
}

.parallax-section.google-map img {
    max-width: none;
}

.google-map iframe {
    width: 100% !important;
    display: block;
    height: 400px !important;
}

.googlemap-toggle {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    background: #000000;
    top: 0;
    color: #FFF;
    padding: 0 30px 0 20px;
    margin-top: -32px;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
    z-index: 999;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}

.googlemap-toggle:after {
    content: "\f106";
    font-size: 20px;
    margin: 15px 0 0;
    line-height: 0;
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
}

.googlemap-toggle.active:after {
    content: "\f107";
}

#ap-map-canvas {
    height: 450px !important;
    width: 100%;
}

/*--------------------------------------------------------------
Blog Section
--------------------------------------------------------------*/

.blog-list {
    float: left;
    width: 30%;
    margin-right: 3.33%;
    background: #FFF;
    text-decoration: none;
    color: #333;
}

.blog-list .blog-image img {
    width: 100%;
}

.blog-list:hover {
    color: #333;
}

.blog-list:nth-child(3n) {
    margin-right: 0;
}

.blog-list h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 10px;
    font-weight: bold;
}

.blog-list .blog-excerpt {
    padding: 0 20px 60px;
    border-bottom: 3px solid #e30613;
    position: relative;
}

.blog-list .blog-excerpt .posted-date {
    font-size: 13px;
    margin-bottom: 15px;
    color: #e30613;
    text-align: right;
    font-weight: normal;
}

.blog-list .blog-excerpt .posted-date .fa {
    margin-right: 5px;
}

.blog-list .blog-excerpt span {
    background: #e30613;
    color: #FFF;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 8px 15px;
    font-size: 14px;
}

.btn-wrap {
    text-align: center;
    margin-top: 70px;
}

.blog-list:hover .blog-excerpt span {
    background: #333;
}

.blog-list:hover .blog-excerpt {
    border-color: #333;
}

/*--------------------------------------------------------------
Footer Section
--------------------------------------------------------------*/

#colophon {
    float:left;
    width:100%;    
    color: #222;
}

.top-footer {
    background: #eee;
    border-top:1px solid #d5d5d5;
    padding: 55px 0;
}

.top-footer ul {
    list-style: none;
    margin: 0;
}

.top-footer ul li {
    margin-bottom: 5px;
}

.top-footer .widget-title {
    margin-bottom: 32px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}

.top-footer .top-footer-wrap {
    margin-left: -2%;
}

.footer-column-1.top-footer .top-footer-wrap {
    margin-left: 0;
}

.footer-column-1 .footer-block {
    width: 100%;
    margin-left: 0;
}

.footer-column-2 .footer-block {
    width: 48%;
    margin-left: 2%
}

.footer-column-3 .footer-block {
    width: 31.333%;
    margin-left: 2%
}

.footer-column-4 .footer-block {
    width: 23%;
    margin-left: 2%
}

.footer-block {
    float: left;
}

.footer-block .textwidget img{
    float:right;
}

.footer-block .widget,
.footer-block .gallery {
    margin-bottom: 0;
}

.bottom-footer {
    background: #000;
    padding: 10px 30px;
    font-size: 14px;
}

.bottom-footer a {
    color: #FFF;
}

.copy-right {
    float: left;
    color:#aaa;
    width:100%;
    text-align:center;
}

.site-info {
    float: right;
}

.site-info a {
    text-decoration: underline;
}

.tagcloud a {
    background: #000;
    padding: 10px 15px;
    font-size: 13px !important;
    margin: 0 0 5px 0;
    display: inline-block;
    line-height: 1;
}

#go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #e30613;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
    border-radius:50%;
}

#go-top a {
    display: block;
    color: #FFF;
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/

.social-icons {
    position: fixed;
    left: 0;
    top: 50%;
    width: 30px;
    z-index: 9;
}

.social-icons a {
    background: #333;
    height: 30px;
    width: 30px;
    margin-bottom: 1px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    position: relative;
}

.social-icons a:hover {
    background: #e30613
}

.social-icons a span {
    background: #333;
    padding: 6px 10px;
    font-size: 11px;
    font-family: Arial;
    text-decoration: none;
    position: absolute;
    left: 130%;
    top: 2px;
    margin-left: 10px;
    border-radius: 1px;
    white-space: nowrap;
    line-height: 1;
    font-style: italic;
    opacity: 0;
    visibility: hidden;
    transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
}

.social-icons a span:after {
    content: "";
    position: absolute;
    left: 0;
    border-color: transparent #333 transparent transparent;
    border-style: solid;
    border-width: 4px;
    margin-left: -8px;
    top: 50%;
    margin-top: -4px;
}

.social-icons a:hover span {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
#socialMediaBar{
    float:left;
    width:100%;
    text-align:center;
    background:#444;
    color:#fff;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 40px 0 60px;
}
#socialMediaBar span.headline{
    margin-bottom:10px;
}
#socialMediaBar a{
    height:80px;
    width:80px;
    background-size:50% !important;
    margin:5px;
    display:inline-block;
}
#socialMediaBar a.facebook{
    background:url(images/facebook_white.svg) no-repeat center center;
}
#socialMediaBar a.instagram{
    background:url(images/instagram_white.svg) no-repeat center center;
}
#socialMediaBar a.twitter{
    background:url(images/twitter_white.svg) no-repeat center center;
}
body.single #socialMediaBar{
    padding:60px 0;
    border-top:1px solid rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.row {
    margin-bottom: 25px;
}

.row:last-child {
    margin-bottom: 0;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6 {
    float: left;
}

.col {
    margin-left: 3%;
}

.col:first-child {
    margin-left: 0;
}


.span1 {
    width: 14.1666666667%;

}

.span2 {
    width: 31.3333333333%;

}

.span3 {
    width: 48.5%;

}

.span4 {
    width: 65.6666666667%;

}

.span5 {
    width: 82.8333333333%;

}

.span6 {
    width: 100%;
    margin-left: 0;
}

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

    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6 {
        width: 100%;
        float: none;
        margin-left: 0;
    }

}

/*RTL CSS*/

.rtl #site-logo {
    float: right;
}

.rtl .main-navigation {
    float: left;
}

.rtl .main-navigation > ul > li {
    float: right;
}

.rtl .blog-list .blog-excerpt .posted-date .fa {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .service-list.even {
    text-align: left;
}

.rtl .top-footer h2:after {
    left: auto;
    right: 0;
}

.rtl .comment-navigation .nav-next a .fa,
.rtl .paging-navigation .nav-next a .fa,
.rtl .post-navigation .nav-next a .fa {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .comment-navigation .nav-previous,
.rtl .paging-navigation .nav-previous,
.rtl .post-navigation .nav-previous {
    text-align: left;
}

.rtl .comment-navigation .nav-previous a .fa,
.rtl .paging-navigation .nav-previous a .fa,
.rtl .post-navigation .nav-previous a .fa {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .bx-wrapper .bx-controls-direction a {
    text-indent: 999999999px;
}

/*--------------------------------------------------------------
Potters Art
--------------------------------------------------------------*/

.colWrapper, .w4pl ul{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col11{
    float:left;
    width:100%;
}
.col12{
    float:left;
    width:49%;
    margin-right:2%;
}
.col23{
	float:left;
	width:63%;
    margin-right:5%;
    margin-bottom:60px;
}
.col13,.w4pl ul li{
	float:left;
	width:32%;
	margin-right:2%;
}
.col13:nth-child(3n), .w4pl ul li:nth-child(3n), .col12:nth-child(2n){
	margin-right:0;
}
.col13 img, .col12 img{
    width: 100%;
    margin-bottom: 20px;
}
.col13 h3, .w4pl ul li a{
    text-align:center;
}
section h1, section h2, section h3, section h4, span.headline{
    text-align:center;
}
.wrapper23, .wrapper23 h1, .wrapper23 h2, .wrapper23 h3, .wrapper23 h4,
body.single h2 {
    text-align:left;
    padding:30px 0 0px;
    float:left;
    width:100%;
}
.wrapper23 .colWrapper{
    display:block;
}
.wrapper23 .col13{
    margin:0;
    background:#f7a739;
    color:#fff;
}
.wrapper23 .col13 h2{
    padding: 10px 20px;
    border-bottom: 1px solid #fff !important;
    font-size:18px;
    margin-top: 0;
}
.wrapper23 .col13 ul {
    padding:0 20px 30px;
    border-bottom:40px solid #fff;
    margin:0;
    float:left;
    width:100%;
}
.wrapper23 .col13 ul li {
    list-style:none;
    background:url(images/arrow_white.png) no-repeat 0 10px;
    background-size:20px auto;
    padding:5px 10px 5px 30px;
}
.wrapper23 .col13 a {
    color:#fff;
}
.wrapper23 .col13 p {
    padding:0 20px;
}
.wrapper23 img{
    max-width:100%;
}
.sidebarBox{
    float:left;
    width:100%;
    margin-bottom:60px;
}
.sidebarBox a{
    padding:10px 10px;
    float:left;
    width:100%;
    border-bottom:1px solid #d5d5d5;
}
.trustBar{
    float:left;
    width:100%;
    padding:0 20px;
}
.trustBarIcon{
    float:left;
    width:33%;
    padding-top:65px;
    background: url(images/icon_check_white.svg) no-repeat top center;
    background-size: auto 50px;
    text-align:center;
    margin-top:10px;
}
.border{
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}

/* Section Klassen */

.whiteText{
    color:#fff !important;
}
.checkBar{
    padding:0;
    background:#f7a739;
}
.checkBar > div{
    font-weight:600;
    padding:20px;
    text-align:left;
    color:#fff;
    font-size: 1.2em;
}
.checkBar > div p{
    float:left;
    width:25%;
    display: inline-block;
    margin:0;
}
.checkBar > div ul{
   float:right;
   width:75%;
   margin:0px 0 0;
   font-weight:400;
   list-style:none;
   text-align:center;
}
.checkBar > div ul li{
    float:right;
    width:auto;
    background:url(images/icon_check_white.svg) no-repeat top left;
    background-size:auto 100%;
    text-align:left;
    padding:0 10px 0 45px;
    display: inline-block;
    margin-left: 16%;
}
.checkBar > div ul li:nth-child(3n){
    margin-right:0;
}
.contactForm > div{
    background:#444;
    padding:30px;
    color:#fff !important;
}
section.headline{
    padding:60px 0 40px;
}
section.intro{
    color:#222;
    background-size: 200% auto;
    animation-duration: 180s;
    animation-name: slideout;
}
@keyframes slideout {
    0% {background-position: left center;}
    100% {background-position: right center;}
  }
section.teaser .col13 > div, section.teaser .col12 > div{
    background: #fff;
}
section.teaser .col13 a.button, section.teaser .col12 a.button{
    width:100%;
}
section.intro{
    margin-top:-170px;
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    background-color:#fff;
}
section.intro .text{
    float:left;
    color:#fff;
    padding:15px 30px;
    margin-top:25%;
    display:inline-block;
    text-align:left;
    font-size: 36px;
    font-weight:600;
}
section.intro .text span{
    font-size: 20px;
    display:block;
    color: #222;
    background: #fff;
    padding: 5px 10px;
}
section.calltoaction{
    padding:100px 0;
    text-align:center;
    position:relative;
    background-size:100% auto;
    background-position: center center;
}
section.calltoaction .text span{
    font-size: 32px;
    display:block;
    color: #fff;
    padding: 5px 10px;
    float:left;
    width:100%;
    margin-bottom:40px;
    text-shadow:0 0 3px rgba(0,0,0,0.8);
    font-weight:600;
    position:relative;
}
.bg-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    z-index:0;
    max-width:none;
}
section.fullImage{
    padding:0;
}
section.fullImage .colWrapper{
    max-width:100%;
    margin:0;
}
section.fullImage img{
    width:100%;
}
img.icon{
    max-width:100% !important;
    border:0 !important;
    width:auto !important;
}
.whiteText,
.whiteText a{
    color:#fff !important;
}
.noTopPadding{
    padding-top:0 !important;
}
.colWrapper > div > .eds-animate{
    float:left;
    width:100%;
}
.displayNone{
    display:none;
}
section.icon-list img{
    max-width:200px;
}


/* Magazin */

.main-navigation #menu-item-57.current_page_item > a, .main-navigation #menu-item-57.current-menu-item > a,
.main-navigation li#menu-item-57:hover > a {
    color: #92bc36;
}

.w4pl ul li{
    margin-right: 2% !important;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: auto 110%;
    min-height:300px;
}
.w4pl ul li:hover{
    background-size:auto 115%;
}
.w4pl ul li:first-child{
    width:49%;
    min-height:500px;
}
.w4pl ul li:nth-child(2){
    width:49%;
    margin-right:0 !important;
    min-height:500px;
}
.w4pl ul li:nth-child(3n-1){
    margin-right:0 !important;
}
body.page-template-default .w4pl ul li{
    width:100% !important;
    height:auto;
    margin: 0 0 20px !important;
    padding:0 !important;
    background:none !important;
}
.w4pl ul li img{
    margin:0;
    width:100%;
}
.w4pl ul li a.overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:99;
    margin:0;
}
.postTitleWrapper{
    position:absolute;
    left:0;
    bottom:20px;
    width:100%;
}
span.postCategory{
    float:left;
    width:auto;
    padding:5px 10px;
    background:#92bc36;
}
h3.postTitle{
    float:left;
    max-width:90%;
    padding:10px;
    background:rgba(255,255,255,0.8);
    clear:both;
    margin:0;
    font-weight:400;
    text-align:left;
    width:auto;
}
span.postCategory a{
    color:#fff !important;
    font-size:1em !important;
}
span.postCategory a, span.postTitle a{
    margin:0 !important;
    text-align:left !important;
}
h3.postTitle a{
    line-height:1.4;
    color:#222 !important;
    margin:0 !important;
    text-align:left !important;
}
body.single #content .fbc-page .fbc-wrap .fbc-items li a,
body.single #content .fbc-page .fbc-wrap .fbc-items{
    color:#f7a739;
}
.w4pl .navigation{
    float: left;
    width: 100%;
    padding: 10px;
}
.w4pl .navigation span.page-numbers{
    color:#fff;
    background:#92bc36;
    border:1px solid #92bc36;
    margin:0 3px;
    padding:3px 10px;
}
.w4pl .navigation a.page-numbers{
    color:#92bc36;
    background:#fff;
    border:1px solid #92bc36;
    margin:0 3px;
    padding:3px 10px;
}



/*--------------------------------------------------------------
Leadstrecke
--------------------------------------------------------------*/

.cardWrapper{
    max-width:600px;
    margin:20px auto;
}
.card{
    float:left;
    width:100%;
    color:#fff;
    border-radius:5px;
    padding:40px;
    margin-bottom:40px;
    background:#444;
}

.card .wpcf7-list-item{
    float:left;
    width:100%;
    border-radius:5px;
    margin:0 0 10px;
    text-align:center;
    cursor:pointer;
    background:#fff;
    color:#222;
}
.card .wpcf7-list-item:hover{
    background:#f7a739;
    color:#fff;
}
.card .wpcf7-list-item label{
    float:left;
    width:100%;
    cursor:pointer;
    padding:10px;
}
.card .wpcf7-list-item input{
    display:none;
}

/*--------------------------------------------------------------
Ninja Forms
--------------------------------------------------------------*/

.nf-form-cont{
    max-width:700px;
    margin:20px auto;
}
.wrapper23 .colWrapper .nf-form-cont{
    padding:20px;
    float: left;
    width: 100%;
}
.nf-form-content {
    padding: 0 !important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field{
    font-size:18px !important;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"]{
    background: #f7a739 !important;
    padding:10px 30px !important;
}
.nf-form-fields-required{
    float:right;
    font-size:0.8em;
    opacity:0.8;
}
.nf-field-label{
    display:none;
}
nf-field{
    float:left;
    width:100%;
    margin-bottom: 25px;
}
#ninja_forms_required_items, .nf-field-container{
    margin-bottom:-1px !important;
}
.nf-input-limit{
    margin:0 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    color: #444 !important;
}
.nf-field-element .ninja-forms-field[type=button]{
    width:100%;
    color:#fff !important;
    font-size:1.1em;
}
.nf-form-cont li{
    background:none !important;
}
.nf-field-container.checkbox-container.label-right{
    margin:30px 0;
}
.nf-field-container.checkbox-container.label-right label{
    text-align:left;
    font-weight:400;
}
.g-recaptcha{
    margin:0 0 20px;
}
.wrapper23 .col13 input[type=button]{
    background:#81ac24 !important;
}

.list-checkbox-wrap .nf-field-element li label{
    text-align:left;
}
.checkbox-container.label-right .field-wrap{
    margin-bottom:20px;
}
.wrapper23 .col13 input[type="button"]:hover,
.wrapper23 .col13 input[type="button"]:active {
    background:#899a5d !important;
}

/* Leadstrecken */

body.leadstrecke .nf-form-fields-required{
    display:none;
}
body.leadstrecke .nf-form-cont{
    max-width:1000px;
    float:none;
}
body.leadstrecke .nf-field-description, body.leadstrecke .html-wrap{
    font-size:2em;
    margin-bottom:40px;
}
.listradio-wrap .nf-field-element ul{
    float:left;
}
.listradio-wrap .nf-field-element ul li{
    display: inline-block;
    width:20%;
    margin:0 2% 40px !important;
    background:none;
}
.listradio-wrap .nf-field-element ul li label{
    padding:180px 10px 10px;
    margin:0 !important;
    background-position:center 10px;
    background-repeat: no-repeat;
    background-size: auto 150px;
    position:relative;
}
.listradio-wrap .nf-field-element ul li label:after {
    display:none;
}
.listradio-wrap .nf-field-element ul li label:before {
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    border:2px solid #d5d5d5 !important;
    border-radius:5px !important;
    width:100% !important;
    height:100% !important;
    background:#eee !important;
    z-index:-1 !important;
}

input[value=eigenverbrauch] + label{
    background-image:url(images/icons/pv-anlagen/icon_eigenverbrauch.png);
}
input[value=netzeinspeisung] + label{
    background-image:url(images/icons/pv-anlagen/icon_netzeinspeisung.png);
}
input[value=beides] + label{
    background-image:url(images/icons/pv-anlagen/icon_beides.png);
}
input[value=im-privathaushalt] + label{
    background-image:url(images/icons/pv-anlagen/icon_privathaushalt.png);
}
input[value=im-gewerbe] + label{
    background-image:url(images/icons/pv-anlagen/icon_gewerbe.png);
}
input[value=sonstiges] + label{
    background-image:url(images/icons/pv-anlagen/icon_sonstiges.png);
}
input[value=ueber-den-gesamten-tag-verteilt] + label{
    background-image:url(images/icons/pv-anlagen/icon_tag.png);
}
input[value=morgens-abends-und-am-wochenende] + label{
    background-image:url(images/icons/pv-anlagen/icon_mittags-abends-wochenende.png);
}
input[value=ein-2-personen] + label{
    background-image:url(images/icons/pv-anlagen/icon_1-2-personen.png);
}
input[value=drei-4-personen] + label{
    background-image:url(images/icons/pv-anlagen/icon_3-4-personen.png);
}
input[value=fuenf-6-personen] + label{
    background-image:url(images/icons/pv-anlagen/icon_5-6-personen.png);
}
input[value=mehr-als-6-personen] + label{
    background-image:url(images/icons/pv-anlagen/icon_mehr-als-6-personen.png);
}
input[value=dach] + label{
    background-image:url(images/icons/pv-anlagen/icon_dach.png);
}
input[value=freilandflaeche] + label{
    background-image:url(images/icons/pv-anlagen/icon_freilandflaeche.png);
}
input[value=weiss-ich-noch-nicht] + label, input[value=weiss-ich-nicht] + label, input[value=vielleicht] + label{
    background-image:url(images/icons/pv-anlagen/icon_unsicher.png);
}
input[value=satteldach] + label{
    background-image:url(images/icons/pv-anlagen/icon_satteldach.png);
}
input[value=pultdach] + label{
    background-image:url(images/icons/pv-anlagen/icon_pultdach.png);
}
input[value=flachdach] + label{
    background-image:url(images/icons/pv-anlagen/icon_flachdach.png);
}
input[value=ja] + label{
    background-image:url(images/icons/pv-anlagen/icon_ja.png);
}
input[value=nein] + label{
    background-image:url(images/icons/pv-anlagen/icon_nein.png);
}
input[value=heizoel] + label{
    background-image:url(images/icons/heizung/icon_heizoel.png);
}
input[value=erdgas] + label{
    background-image:url(images/icons/heizung/icon_erdgas.png);
}
input[value=fluessiggas] + label{
    background-image:url(images/icons/heizung/icon_fluessiggas.png);
}
input[value=strom] + label{
    background-image:url(images/icons/heizung/icon_strom.png);
}
input[value=mehrfamilienhaus] + label{
    background-image:url(images/icons/heizung/icon_mehrfamilienhaus.png);
}
input[value=ein-oder-zweifamilienhaus] + label{
    background-image:url(images/icons/heizung/icon_ein-zweifamilienhaus.png);
}
input[value=eigentumswohung] + label{
    background-image:url(images/icons/heizung/icon_eigentumswohnung.png);
}
input[value=gewerbe] + label{
    background-image:url(images/icons/heizung/icon_gewerbe.png);
}
input[value=bis-150m] + label{
    background-image:url(images/icons/heizung/icon_bis150m2.png);
}
input[value=von-150-400m] + label{
    background-image:url(images/icons/heizung/icon_150-400m2.png);
}
input[value=ueber-400-m] + label{
    background-image:url(images/icons/heizung/icon_ueber-400m2.png);
}
input[value=weiss-ich-nicht2] + label{
    background-image:url(images/icons/heizung/icon_weiss-ich-nicht.png);
}
input[value=heizkoerper] + label{
    background-image:url(images/icons/heizung/icon_heizkoerper.png);
}
input[value=fussbodenheizung] + label{
    background-image:url(images/icons/heizung/icon_fussbodenheizung.png);
}
input[value=beides2] + label{
    background-image:url(images/icons/heizung/icon_beides.png);
}
input[value=die-heizung-ist-defekt] + label{
    background-image:url(images/icons/heizung/icon_die-heizung-ist-defekt.png);
}
input[value=die-heizung-funktioniert-unzuverlaessig] + label{
    background-image:url(images/icons/heizung/icon_heizung-fuktioniert-nicht-zuverlaessig.png);
}
input[value=die-heizung-ist-in-gutem-zustand] + label{
    background-image:url(images/icons/heizung/icon_heizung-ist-in-gutem-zustand.png);
}
input[value=nur-die-heiztherme] + label{
    background-image:url(images/icons/heizung/icon_heiztherme.png);
}
input[value=heiztherme-und-verohrung] + label{
    background-image:url(images/icons/heizung/icon_heiztherme-und-verrohrung.png);
}
input[value=in-1-3-monaten] + label{
    background-image:url(images/icons/heizung/icon_1-3monate.png);
}
input[value=in-4-6-monaten] + label{
    background-image:url(images/icons/heizung/icon_4-6monate.png);
}
input[value=nach-mehr-als-6-monaten] + label{
    background-image:url(images/icons/heizung/icon_mehr-als-6monate.png);
}
input[value=ich-moechte-vorerst-nur-eine-beratung] + label{
    background-image:url(images/icons/heizung/icon_nur-beratung.png);
}
input[value=in-1-2-wochen] + label{
    background-image:url(images/icons/heizung/icon_1-2wochen.png);
}
input[value=in-3-4-wochen] + label{
    background-image:url(images/icons/heizung/icon_3-4wochen.png);
}
input[value=in-mehr-als-4-wochen] + label{
    background-image:url(images/icons/heizung/icon_mehr-als-4wochen.png);
}
input[value=ich-moechte-keine-besichtigung] + label{
    background-image:url(images/icons/heizung/icon_keine-besichtigung.png);
}

input[value=ja2] + label{
    background-image:url(images/icons/stromspeicher/icon-stromspeicher_speicher.png);
}
input[value=nein2] + label{
    background-image:url(images/icons/stromspeicher/icon-stromspeicher_pv-anlage-mit-speicher.png);
}
input[value=] + label{
    background-image:url(images/icons/stromspeicher/.png);
}
input[value=] + label{
    background-image:url(images/icons/stromspeicher/.png);
}
input[value=] + label{
    background-image:url(images/icons/stromspeicher/.png);
}
input[value=] + label{
    background-image:url(images/icons/stromspeicher/.png);
}
input[value=] + label{
    background-image:url(images/icons/stromspeicher/.png);
}

input.nf-previous{
    display:none;
}

.stromspeicher-groesse{
    float:left;
    width:100%;
    height:150px;
    padding:180px 0 30px;
    margin:0 !important;
    background-position:center top;
    background-repeat: no-repeat;
    background-size: auto 150px;
    position:relative;
    background-image:url(images/icons/stromspeicher/icon-stromspeicher_kwp.png);
}
.stromspeicher-verbrauch{
    float:left;
    width:100%;
    height:150px;
    padding:180px 0 30px;
    margin:0 !important;
    background-position:center top;
    background-repeat: no-repeat;
    background-size: auto 150px;
    position:relative;
    background-image:url(images/icons/stromspeicher/icon-stromspeicher_gesamtverbrauch.png);
}
.stromspeicher-ueberschuss{
    float:left;
    width:100%;
    height:150px;
    padding:180px 0 30px;
    margin:0 !important;
    background-position:center top;
    background-repeat: no-repeat;
    background-size: auto 150px;
    position:relative;
    background-image:url(images/icons/stromspeicher/icon-stromspeicher_ueberschusseinspeisung.png);
}
.nf-form-content {
    padding: 5px 5px 200px !important;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    width: 100%;
}
.nf-mp-header{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.nf-progress-container{
    height:12px !important;
    max-width: 500px;
    margin: 0 auto;
    background:#fff !important;
    border:1px solid #d5d5d5 !important;
}
.nf-progress-container > .nf-progress{
    float:left;
    background:#6ec958 !important;
    height:8px !important;
}
body.page-id-2632 .nf-next-previous li.nf-next-item{
    float:none !important;
}
.nf-form-content .nf-field-container.listselect-container .nf-field-element .ninja-forms-field,
.nf-form-content .nf-field-container #nf-field-483-wrap .nf-field-element .ninja-forms-field,
.nf-form-content .nf-field-container #nf-field-491-wrap .nf-field-element .ninja-forms-field{
    padding: 12px !important;
}

/*--------------------------------------------------------------
W4 Post List
--------------------------------------------------------------*/

.w4pl ul{
    margin:0;
    list-style:none;
}
.w4pl ul li a{
    float:left;
    margin: 0 0 20px;
    font-size: 20px;
    color:#444;
    width:100%;
}
.sidebarBox .w4pl ul li{
    float:left;
    width:100%;
    margin:0;
}
.sidebarBox .w4pl ul li a{
    font-size:18px;
    font-weight:400;
    text-align:left;
    color:#f7a739;
    margin:0;
}
.w4pl ul li img{
    border:0;
}
.wrapper23 .col13 .w4pl ul li {
    list-style:none;
    background:url(images/arrow_white.png) no-repeat 0 10px;
    background-size:20px auto;
    padding:5px 10px 5px 30px;
    min-height:auto;
    border:none;
    width:100% !important;
    margin:0;
}
.wrapper23 .col13 .w4pl ul li a {
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    margin:0;
}

/*--------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------*/

#content .fbc-page .fbc-wrap .fbc-items{
    background:none;
    color:#f7a739;
}
#content .fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0;
    margin:0;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-right: 0;
}
#content .fbc-page .fbc-wrap .fbc-items li:first-child a {
    margin-left:0 !important;
}
#content .fbc-page .fbc-wrap .fbc-items li a:last-child {
    margin: 0 5px;
}
#content  .fbc-page .fbc-wrap .fbc-items li{
    padding:3px 5px;
}
#content .fbc-page .fbc-wrap .fbc-items li a{
    color:#f7a739;
}
#content .fbc-page .fbc-wrap .fbc-items li.active a {
    color: #222;
}
#content .fbc-page .fbc-wrap .fbc-items li:last-child {
    padding-left:10px;
}
body.page-template-default #content .fbc-page .fbc-wrap .fbc-items, body.page-template-default #content .fbc-page .fbc-wrap .fbc-items li a,
body.page-id-50 #content .fbc-page .fbc-wrap .fbc-items, body.page-id-50 #content .fbc-page .fbc-wrap .fbc-items li a,
body.single #content .fbc-page .fbc-wrap .fbc-items, body.single #content .fbc-page .fbc-wrap .fbc-items li a,
body.single .post-meta a{
    color:#92bc36;
}

/*--------------------------------------------------------------
Newsletter
--------------------------------------------------------------*/

.tnp-subscription {
    max-width: none !important;
}
.tnp-field{
    float:left;
    width:32%;
    margin-right:2%;
}
.tnp-field.tnp-field-button{
    margin-right:0;
}
.tnp-field.tnp-field-button input{
    width:100% !important;
}
.tnp-field.tnp-field-privacy{
    width:100%;
}
.tnp-subscription input[type="text"], .tnp-subscription input[type="email"], .tnp-subscription input[type="submit"], .tnp-subscription select {
    width: 100%;
    height: auto !important;;
    padding: 15px 20px !important;
    display: block;
    border:0 !important;
    font-size: 18px !important;
    line-height: auto !important;
}
.tnp-subscription label{
    font-weight:400 !important;
    font-size:16px !important;
    font-style: italic;
}
.tnp-subscription input.tnp-submit{
    background:#444 !important;
}
#secondary .widget_newsletterwidget{
    background:#444;
    color:#fff;
}
#secondary .widget_newsletterwidget h2.widget-title{
    border:0;
    color:#fff;
    background:none;
}
#secondary .widget_newsletterwidget h2.widget-title span{
    padding:0;
}
#secondary .widget_newsletterwidget .tnp-widget{
    float:left;
    width:100%;
    margin-top:20px;
}
#secondary .widget_newsletterwidget p,
#secondary .widget_newsletterwidget .tnp-widget{
    padding:10px 20px;
}
#secondary .widget_newsletterwidget .tnp-field{
    width:100% !important;
}
#secondary .widget_newsletterwidget .tnp-widget input.tnp-submit{
    background:#92bc36;
    border:0;
    font-size:18px;
    padding:10px;
}

/*--------------------------------------------------------------
Cookie Notice
--------------------------------------------------------------*/

#cookie-notice{
    max-width:400px;
    min-width:auto !important;
    right:30px !important;
    left:auto !important;
    bottom:30px !important;
    border:1px solid #fff;
    font-size:1em;
    line-height:1.2;
    padding:20px !important;
}
#cn-notice-text{
    float:left;
    width:100%;
    margin-bottom:15px;
}
.cn-button.wp-default{
    border-radius:0 !important;
    text-shadow:0 0 0 !important;
    border:0 !important;
    background:#fff !important;
}
.cookie-notice-hidden{
    display:none;
}

/*--------------------------------------------------------------
Mailjet Plugin
--------------------------------------------------------------*/

.mj-w-res-iframe{
    max-width: 1070px !important;
}

/*--------------------------------------------------------------
Transitions
--------------------------------------------------------------*/

#site-logo, 
.w4pl ul li,
#socialMediaBar a{
    -moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

/* Leadstrecke cusor pointer*/
.nf-field-element label{
    cursor:pointer;
}
.nf-progress-container{
    margin-bottom:20px;
}
.nf-progress{
padding-top:10px;
}
#BorlabsCookieBox ul {
    display: block !important;
}

#BorlabsCookieBox ._brlbs-bar-advanced ul li, #BorlabsCookieBox ._brlbs-box-advanced ul li{
    float:left;
    width: 45%;
}