@import url('responsive.css');
@import url("navigation.css");
@import url("wp-core.css");

body {
   /* background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   */
}

h1 {
    color:#a7a22b;
    font-weight: normal;
    font-size: 24px;
    font-style: italic;
}

h3 {
    font-family: arial;
    font-weight: normal;
    font-size: 24px;
}

header {
    margin-top: 60px;
}

a {
    color: #fff;
}

a.top-phone {
    font-size:25px;
    line-height: 40px;
}

.topheader {
    background: url(../images/bg_topheader.png);
    min-height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.topheader .search-form {
    position: absolute;

    right: 240px;
}

.topheader .search-submit {
    background: none;
    color: #fff;
    position:absolute;
    width: 30px;
    height: 30px;
    line-height: 20px;
    padding:8px;
    text-align: center;
    font-size: 22px;
    z-index: 100;
    right:0px;
}

.topheader .search-submit:hover {
    color: #bfd187;
}

.topheader .search-field {
    background: none;
    border: #fff solid 1px;
    line-height: 28px;
    height: 28px;
    width: 190px;
    margin-top: 5px;
    margin-right: 0px;
    float:left;
    padding:0px 35px 0px 5px;
    color:#fff;
}

.topheader .search-field:focus {
    color: #463d39;
}


.secondheader {
    background: #fff;
    min-height: 84px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#logo {
    position: absolute;
    top:-50px;
}

.slider-wrapper {
    padding-left:0px;
    padding-right:0px;
}

.headerslider {
    margin-bottom: 20px;
}

.headerslider .slick-prev,
.headerslider .slick-next {
    display: none!important;
}

.headerslider .slide {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    max-height: 400px;
}

.sidebar,
.cta {
    background: #aeaf47; /* Old browsers */
    /* background: -moz-linear-gradient(45deg,  #a8a32f 0%, #bfd187 100%); /* FF3.6+ */ 
    /* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a8a32f), color-stop(100%,#bfd187)); /* Chrome,Safari4+ */ 
    /* background: -webkit-linear-gradient(45deg,  #a8a32f 0%,#bfd187 100%); /* Chrome10+,Safari5.1+ */ 
    /* background: -o-linear-gradient(45deg,  #a8a32f 0%,#bfd187 100%); /* Opera 11.10+ */ 
    /* background: -ms-linear-gradient(45deg,  #a8a32f 0%,#bfd187 100%); /* IE10+ */ 
    /* background: linear-gradient(45deg,  #a8a32f 0%,#bfd187 100%); /* W3C */ 
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a32f', endColorstr='#bfd187',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
    color: #fff;
    /* min-height: 345px; */
    height: 100%;
    position: relative;
    z-index: 10;
}

.sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* .cta p {
    font-size: 12px;
    line-height: 18px;
} */

.sidebar h2,
.cta h2 {
    color: #fff;
    line-height: 30px;
    margin-bottom: 6px;
}
/*
.sidebar .widget,
.cta .widget {
    padding: 20px;
} */

.widget .wpcf7-submit {
    font-size: 20px;
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 10px;
    border-radius: 10px;
    background: none;
}

.cta a.internal {
    font-size: 20px;
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 10px;
    border-radius: 10px;
}


.cta a.internal:hover {
    color:#463d39
}

.content-area {
    margin-top: 0;
}

/* body.home .content-area {
  margin-top: 0;
} */

.inner-content {
    background: #fff;
    border-top-left-radius: 10px;
}

.inner-content a {
    color: #a7a22b;
}

.blok {
    background: #a7a22b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #a7a22b 0%, #afb14a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a7a22b), color-stop(100%,#afb14a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #a7a22b 0%,#afb14a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #a7a22b 0%,#afb14a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #a7a22b 0%,#afb14a 100%); /* IE10+ */
    background: linear-gradient(45deg,  #a7a22b 0%,#afb14a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a22b', endColorstr='#afb14a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blok p {
    font-size: 12px;
}

.blok h2 {
    color: #fff;
    font-size: 24px;
}

.content_blok {
    padding:20px;
    border: #fff solid 1px;
    border-radius: 10px;
}

.footer-inner {
    background: url(../images/bg_topheader.png);
    margin-top: 40px;
    margin-bottom: 60px;
    color: #fff;
}

.footer-inner p {
    font-size: 12px;
}

.footer-inner h2 {
    color: #a7a22b;
    font-size: 24px;
}

.footer-inner table,
.footer-inner tr,
.footer-inner td {
    background:none;
    border: none;
    font-size: 12px;
    padding:0px;
    color:#fff;
}

.footer-inner .even,
.footer-inner .odd {
    background: none;
}

.footer-italic {
    color:#bfd187;
}

footer p {
    color: #fff;
}

footer a {
    color: #a7a22b;
}
