/*
Theme Name: ILTF
Author: Snap Agency
Author URI: snapagency.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iltf
Tags:

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.

ILTF is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* Navbar Styles - Lightly modifying base bootstrap styles */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: .01rem;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

img {
    max-width: 100%;
    height: auto;
}
a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.center {
    float: none;
    margin: 0 auto;
    display: block;
}

.center-contents {
    text-align: center;
}

#content {
    padding: 40px 0;
}

.page-template-home-page #content {
    padding: 0;
}

h1 {
    color: #5a0b0c;
    font-family: 'Oswald', sans-serif;
}

.h2, h2 {
    font-size: 30px;
    font-weight: 700;
    color: #5a0b0c;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif !important;
}

.h3, h3 {
    font-size: 24px;
    font-weight: 700;
    color: #5a0b0c;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif !important;
}

hr {
    border-color: #5a0b0c;
}
.white{
    color:#FFF;
}
.red{
    color: #5a0b0c;
}
.tan{
    color: #AE9652;
}
.green{
    color:#687833;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0 solid transparent;
    border-radius: 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    max-width: 270px;
}

.navbar-nav {
    float: right;
    margin: 0;
    vertical-align: middle;
}

.skip-link {
    visibility: hidden
}

.pageheader h1 {
    color: #5a0b0c !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 50px;
}

/* Bootstrap Styles - Lightly modifying base bootstrap styles */
.btn-primary {
    background-color: #999999;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: #666666;
}

.btn-primary:active {
    background-color: #333333;
}

.btn-primary:visited {
    background-color: black;
}

.jumbotron .btn:nth-child(2) {
    margin-top: 30px;
}

img {
    max-width: 100%
}

.btn-default {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width: 537px) {
    .jumbotron .btn:nth-child(2) {
        margin-left: 30px;
        margin-top: 0;
    }
}
.navbar-brand>img {
    display: block;
    width: 270px;
}
.jumbotron h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .centeral {
        text-align: right;
    }

    .navbar-nav > li > a {
        line-height: 60px;
    }

    .page-template-no-sidebar-centered .content-area {
        width: 90%;
        margin: 0 auto;
    }
    #secondmenu.sticky{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        border-top: 0;
    }
    .mobile-drop{
        display: none;
    }
    .top-phone a{
        pointer-events: none;
        cursor: default;
    }
}
@media(min-width: 992px){


    #specialsidebar.sticky{
        position: fixed;
        top:60px;
        width:212.5px;
    }
    .callachome .btn-lg.white {
        font-size: 15px;
        margin: 0;
        width: 50%;
    }
    .callachome p {
        float: right;
        width: 50%;
    }

}
@media(min-width:1200px){
    #specialsidebar.sticky{
        width:262.5px;
    }
    .callachome .btn-lg.white {
        font-size: 15px;
        margin: 0;
        width: 33%;
    }
    .callachome p {
        float: right;
        width: 66%;
    }
}
/* Footer Styles */
.bottomfatcontainer {
    width: 100%;
    background: #5A0B0C;
    padding: 10px 0;
    color: white;
}

.site-footer {
    text-align: left;
    padding: 20px 0;
    color: #AE9652 !important;
    font-size: 15px;
}

.site-footer a {
    color: #666 !important;
    font-size: 15px;
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav > li{
    border: 2px solid #FFF;

}
.navbar-default .navbar-nav > li:hover{
    border: 2px solid #5A0B0C;
    background-color: #5A0B0C;
}
.navbar-default .navbar-nav > li:hover > a {
    color: white;
    background-color: #5A0B0C;

    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;

}

.navbar-default .navbar-nav > li:hover > a:hover {
    color: #fff;
    background-color: #5A0B0C;
    /*border: 2px solid;*/
}

#content {
    padding: 0 0;
}

.carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

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

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 15%;
    }

    .navbar-nav {
        float: left;
        width: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        padding: 0;
    }

    .navbar-default .navbar-nav .caret {
        float: right;
        margin-right: 10px;
        margin-top: 7px;
    }

    .navbar-default .navbar-brand {
        color: #777;
        width: 50%;
        padding: 5px;
    }

    .navbar-toggle {
        margin-top: 3.5vw;
    }

    .jumbotron p {
        font-size: 18px;
        line-height: 25px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #e9e9e9;
        padding: 10px 25px;
    }

    .dropdown-menu {
        display: none;
        padding: 0;
        position: relative;
        width:100%;
        border:0;
        margin:0;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        height:0;
    }
    .navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .active:focus, .navbar-default .navbar-nav > .active:hover {
        color: #3d0111;
        background-color: #FFF;
        border: 0px;
    }

}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    color: #5A0B0C;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 2px;
    font-style: normal;
    line-height: 1em;
    font-family: 'Oswald', sans-serif;
    /*border-bottom: 1px solid #5A0B0C;*/
}
.dropdown-menu > li > a:hover{

}
.dropdown-menu > li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #5A0B0C;
    padding: 0 0;
    /*margin-top:2px;*/
}

.jumbotron {
    background-size: cover;
    background-position: center center
}

.jumbotron {

    margin-top: -1px;
}

.jumbotron p {
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0;
    width: 650px !important;
}

.jumbotron.jumbotron-inner p {
    width: 100% !important;
    font-style: normal;
    text-align: center;
    max-width: 650px;
    margin: auto;
}

.jumbotron p {
    color: white;
}

.jumbotron .btn-lg {
    background-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #fff !important;
    color: #fff;
    border-radius: 0;
    margin-right: 20px;
    padding: 15px 10%;
}

.dropdown-menu > li > a:hover {

    color: #ccc;

}

.jumbotron .btn-lg.white {
    background-color: white;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #fff !important;
    color: #666;
    margin-right: 0;
}

.jumbotron {
    padding: 0;
    background-repeat: no-repeat;
}

.jumbotron .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    padding: 10% 0;
}

.screen-reader-text {
    width: 0;
    display: none;
}

h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
}

h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top:0;
    padding-top:20px;
}

.jumbotron .btn-default {
    border-radius: 1px;
    margin-right: 20px;
    margin-top: 0;
    background: transparent;
    color: white;
    border: 1px solid white;
}

.site-footer {
    padding: 20px 0;
    color: #fff !important;
    font-size: 15px;
    background-color: #AE9652;
}

.site-footer a {
    color: #fff !important;
}

.btn-default.subtle {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 1px;
    margin-top: 20px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#returntop{
    display: none;
}
#returntop a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: calc(100% - 50px);
    right:10px;
    display: block;
    text-align: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    vertical-align: middle;
    height:40px;
    width:40px;
    line-height:40px;
    background-color: rgba(174, 150, 82, .8);
    color: #FFF;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
#returntop a:hover{
    background-color: #AE9652;
}
#returntop a i.fa{

    line-height:37px;
    font-size:30px;
    vertical-align: top;
}
@media screen and (min-width: 700px) {

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-left:-2px;
        /*margin-left: 50%;*/
        /*transform: translate(-50%);*/
        /*border:1px solid #5A0B0C;*/
        text-align: left;
        margin-top:2px;
        background-color:#5A0B0C;
    }
    .dropdown-menu > li > a {
        color: #fff;
        background-color:#5A0B0C;
    }
    .dropdown-menu > li > a:hover{
        background-color: #5A0B0C;
        color: #AE9652;
    }


    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        top: 11px;
        left: -6px;
    }

}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.canvas-slid .navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5A0B0C;
}

.canvas-slid .navbar-toggle .icon-bar {
    width: 22px;
    transition: 0.3s;

}

.canvas-slid .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    transition: 0.3s;

}

.canvas-slid .navbar-toggle .middle-bar {
    opacity: 0;
    transition: 0.3s;
}

.canvas-slid .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;

}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0deg);
    transition: 0.3s;

}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    transition: 0.3s;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0deg);
    transition: 0.3s;

}

.offcanvas.in {
    display: block;
    background: #fff;
    border-left: 2px solid #5A0B0C;
    z-index:10000;
}

.light .offcanvas.in {
    display: block;
    background: white;
    border-left: 1px solid #e9e9e9;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-style: normal;
    line-height: 1em;
    color: #5A0B0C;
    padding:15px 13px;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus{
    color: #d4d4d4;
    background-color: #5A0B0C;
}
.dropdown-menu > .active > a:hover{
    color: #d4d4d4;
    background-color: #5A0B0C;
}
.searchandfilter[data-sf-form-id="1969"]{
    display: inline-block;
}.searchandfilter[data-sf-form-id="1969"] ul{
     padding:0;
 }
.searchandfilter[data-sf-form-id="1969"] ul li{
    padding:0;
    display: inline-block;
}
.searchandfilter[data-sf-form-id="1969"] input{
    margin-bottom:0;
}
.searchandfilter[data-sf-form-id="1969"] input.sf-input-text{
    border-color: transparent;
    padding:0px 10px;
    width: 15vw;
    font-weight:400;
    line-height:1;
}
.searchandfilter[data-sf-form-id="1969"] input[type=submit]{
    background-color:#AE9652;
    color: #fff;
    padding: 8px 10px 7px;
    border: 2px solid #AE9652;
    height: 40px;
}
.searchandfilter[data-sf-form-id="1969"] input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cecece;
    line-height:1;
}
.searchandfilter[data-sf-form-id="1969"] input::-moz-placeholder { /* Firefox 19+ */
    color: #cecece;
    line-height:1;
}
.searchandfilter[data-sf-form-id="1969"] input:-ms-input-placeholder { /* IE 10+ */
    color: #cecece;
    line-height:1;
}
.searchandfilter[data-sf-form-id="1969"] input:-moz-placeholder { /* Firefox 18- */
    color: #cecece;
    line-height:1;
}
.mobile-search {
    display: none;
    position: absolute;
    right:0;
    width:100%;
    background-color:#5A0B0C;
    text-align: right;
    padding:10px 30px;
}
.mobile-search .searchandfilter[data-sf-form-id="1969"] input.sf-input-text{
    border-color: transparent;
    padding:0px 10px;
    width: 50vw;
    font-weight:400;
    line-height:1;
}



@media screen and (min-width: 768px){
    .mobile-search{
        display: none;
    }
}
.navbar-offcanvas .navbar-nav {
    margin: 25px 0 0 0;
}

input[type=search] {
    border: 1px solid;
    padding: 8px 10px;
}

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

    .jumbotron h1 {
        font-size: 32px;
        line-height: 1.1em;
    }

    .jumbotron p {
        width: 100% !important;
        font-size: 17px
    }

    .jumbotron .btn-lg {
        width: 100%;
        margin: 10px 0;
    }

}

.light .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
        letter-spacing: .5px;
        padding: 15px 10px;
    }

    .navbar-brand {
        max-width: 180px;
    }
    .navbar-offcanvas .navbar-nav{
        margin-top:13px;
    }
    #secondmenu ul li{
        padding:0 1vw;
    }
    #secondmenu ul li a{
        font-size:12px;
    }
}

@media screen and (min-width: 867px) and (max-width: 1200px) {
    .navbar-brand {
        max-width: 180px;
    }
    .navbar-offcanvas .navbar-nav{
        margin-top:13px;
    }
}

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

    .navbar {
        position: relative;
        min-height: 50px;
        margin-top: 0;
    }

}

.jumbotron-inner.jumbotron h1 {
    color: #fff;
    text-align: center;
}

#myCarousel {
    margin-top: -90px;
}

.navbar {
    background-color: #fff;
}

.btn-lg.white {
    background-color: #5a0b0c;
    color: white;
    border: 1px solid #5a0b0c !important;
    transition: all .2s;
    border-radius: 1px;
}
.btn-lg.white:hover {
 background-color:#AE9652;
}
#primary {
    min-height: 200px;
    margin-bottom: 30px;
}

/*Home Call to Action*/
.callachome {
    padding: 15px 0;
    position: relative;
    min-height: 150px;
    margin-bottom: 30px;
    color: #fff;
    background-size: cover !important;
    z-index: 9999;
    font-size: 13px;
    cursor: pointer;
    display:block;
}

.callachome p {
    float: right;
    width:50%;
}

.callachome a,
.callachome p {
    z-index: 9999;
    position: relative;
    display: inline-block;
    color: #fff;
    padding:0 5px;
}

.callachome:before {
    position: absolute;
    content: ' ';
    z-index: -1;
    background: rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -ms-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;

}

.callachome:hover:before {
    background: rgba(0, 0, 0, 0.55);
}

.callachome .btn-lg.white {
    font-size: 15px;
    margin: 0;

}

.topbarheader {
    background: #5A0B0C;
    padding: 10px 0;
    width: 100%;
}

.footer_nav ul, .topbarheader ul {
    margin: 0;
    padding: 0;
}

.footer_nav ul li, .topbarheader ul li {
    list-style: none;
    display: inline-block;
}

.footer_nav ul li a, .topbarheader ul li a {
    color: #fff;
    padding: 10px 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
}

.footer_nav ul li a:hover,
.topbarheader ul li a:hover {
    color: #AE9652;
}

.topbarheader {
    text-align: right;
}

/*faq*/
.panel-group .panel+.panel {
    margin-top: 0px;
}

.faqpage .panel-default > .panel-heading {
    background: none;
    border: 0;
    border-top: 2px solid #5a0b0c;
    box-shadow: none;
    border-radius: 0;
    padding: 18px 0;
    padding-left: 0;
}

.faqpage .panel {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #6D6E70;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.faqpage .panel:hover{
    background-color: #F0F0F0;
}
.faqpage .panel a{
    color: #6D6E70;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}
.faqpage .panel p{
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 300;
}
.faqpage .panel p a{
    display:inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.faqpage .panel a:hover {
    text-decoration: none;
}
.faqpage .panel p a:hover{
    text-decoration: underline;
}
.faqpage .panel .panel-title{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.faqpage .panel:hover .panel-title{
    padding:0 5px;
}
.faqpage .panel a {
    display: block;
}

.faqpage .panel a i {
    float: right;
    color: #5a0b0c;
}

/*Contact Page*/
.row.contact{
    margin:60px 0;
}
.gform_wrapper {
    margin: 0 !important;
}

.contactform label {
    display: none !important;
}

.contactform input, .contactform textarea, input, select {
    border-color: #5A0B0C;
    border-width: 1px;
    font-family: 'Oswald', sans-serif !important;
    font-size: 15px !important;
    padding: 7px 10px;
border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

input[type="text"], input[type="email"], select {
    min-height: 40px;
}

input[type="submit"] {
    background: #5A0B0C;
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    padding: 10px 50px;
    font-size: 14px !important;
}

.contact_info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5A0B0C;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #5A0B0C;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #5A0B0C;
}

:-moz-placeholder { /* Firefox 18- */
    color: #5A0B0C;
}
ul#input_2_14{
    width:50%;
}
ul#input_2_14 li:nth-child(even){
     float: left;
    text-align: left;
 }
ul#input_2_14 li:nth-child(odd){
    float: left;
    clear: left;
    width:25%;
    text-align: left;
}

li#field_2_9 {
    width:40%;
}
#gform_submit_button_2{
    background-color:#697834;
    border:none;
    float: right;
}
#gform_2 input, #gform_2 textarea, #gform_2 input, #gform_2 select {
    border-color: #939598;
    border-width: 1px;
    font-family: 'Oswald', sans-serif !important;
    font-size: 15px !important;
    color: #939598;
    padding: 7px 10px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-appearance: none;
}
#gform_2 input[type="radio"] {
    display:none;
}
#gform_2 input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background:url('/wp-content/themes/iltf/images/radio-uncheck.svg') center center no-repeat;
}
#gform_2 input::-webkit-input-placeholder, #gform_2 input::-moz-placeholder, #gform_2 input:-ms-input-placeholder, #gform_2 input:-moz-placeholder  { /* Chrome/Opera/Safari */
    color: #939598;
}


/*land issue*/
#secondmenu {
    background: #687833;
    padding: 10px 0;
    width: 100%;
}

.mainsection {
    margin: 40px auto;
}
.mainsection .row:focus{
    outline:none!important;
}
.mainsection .btn-lg {
    padding: 10px 10%;
    font-size: 16px;
}

.land_issuesec, .land_issuesec p {
    font-weight: 400;
}

.breadcrumbs {
    margin: 20px 0 50px 0;
    text-transform: lowercase;
    color: #010101;
}
.breadcrumbs a{
    color: #5a0b0c;
}

/*secondmenu*/
#secondmenu {
    text-align: center;
}

#secondmenu:after {
    display: block;
    clear: both;
    content: '';
}

#secondmenu ul {
    padding: 0;
    margin: 0;
}

#secondmenu ul li {
    list-style: none;
    display: inline-block;

}

#secondmenu ul li a {
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

}
#secondmenu ul li a:after{
    content: '';
    display: block;
    text-align: center;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
#secondmenu ul li.current-menu-item a:after, #secondmenu ul li a:hover:after {
    width:100%;
    background-color:#FFFFFF;
    margin:0 auto;
}
@media(max-width:768px){
#secondmenu ul li.current-menu-item a:after, #secondmenu ul li a:hover:after {
width:0;
}
}
/*Special Infomation Section*/
.mainblock h2 {
    margin:0;
    padding-top:20px;
    padding-bottom: 30px;
    font-size: 21px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0;
}

.mainblock, .mainblock p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.mainblock p {
    margin-bottom: 10px;
}
.mainblock .alignleft{
    float: left;
    margin-right:15px;
    margin-bottom:5px;
}
.mainblock .alignright{
    float: right;
    margin-left:15px;
    margin-bottom:5px;
}
.innerblockcontent:after {
    clear: both;
    display: block;
    content: '';
}

.innerblockcontent {
    padding-bottom: 20px;
}

.innerblockcontent h4 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    border-bottom: 2px solid #5a0b0c;
    display: inline-block;
    font-size: 20px;
    padding:10px 0 3px;
    margin-top:0;
    margin-bottom: 25px;
}

.specialsidebar h2, .specialsidebar li, .specialsidebar {
    font-family: 'Oswald', sans-serif !important;
}

.specialsidebar h2 {
    font-size: 21px;
    margin:0;
    padding:20px 0 25px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.specialsidebar h2:hover{
    color: #AE9652;
}
.specialsidebar ul{
    display:block;
    max-height:400px;
    overflow: auto;
}
.specialsidebar h2+ul{
    display: none;
    padding:0;
    margin: 0;
}
.specialsidebar li {
    list-style-type:none;
    padding:0;
    margin:0;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 18px;
}

.specialsidebar h2 i {
    padding-left: 20px;
    float: right;
    padding-right:20px;
}

.specialsidebar li a {
    color: #6D6E70;
    text-decoration: none;
}

.specialsidebar li a:hover {
    border-bottom: 2px solid #5a0b0c;
}

/*.sidebarmenu {*/
    /*margin-bottom: 40px;*/
/*}*/

.socialmedia ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.socialmedia ul li {
    list-style: none;
    display: inline-block;
}

.socialmedia ul li a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    color: #fff;
    font-size: 19px;
    padding: 0 5px;
}
.socialmedia ul li a:hover{
    color: #ccc;
}
/*Home Donation Section*/
.donatesection {
    margin: 40px auto;
}

.donatesection .btn-lg {
    padding: 10px 10%;
    margin-bottom: 30px;
}
.videosection .btn-lg{
    padding: 10px 10%;
}
/*Search header*/
.menu-top-menu-container, .topbarheader ul {
    display: inline-block;
}

.searchicon, .searchicon:hover {
    color: #fff;
}

#fancyboxID-form {
    text-align: center;
    padding: 50px 0;
}

/*Donation*/
.disablelabel label {
    display: none !important;
}

.disablelabel .gfield_radio label {
    display: inline-block !important;
}

input[type="text"], input[type="email"], select {
    min-height: 40px;
    margin-bottom: 10px;
}

/*Home Video Section*/
.videosection {
    padding: 5% 0;
    position: relative;
    color: #fff;
}

.videosection h2 {
    color: #fff;
}

.videosection:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.28);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}

.videoplay a {
    color: #fff;
    font-size: 100px;
    line-height: 2.2;
}
.videoplay a:hover{
    color: #AE9652;
}
.mobilehide, .searchmobileicon {
    display: none;

}

@media screen and (min-width: 992px) {
    .desktophide {
        display: none;
    }

    .mobilehide {
        display: block;
    }
    #secondmenu ul li{
        padding:0 1.5vw;
    }
    #secondmenu ul li a{
        font-size:16px;
    }
}

@media screen and (max-width: 767px) {
    .jumbotron-inner.jumbotron.mobilestyle h1 {
        color: #5a0b0c;
    }

    .jumbotron p {
        color: #FFF;
    }

    .dropdown-toggle i.desktop.fa.fa-caret-down {
        display: none;
    }
.mobile-drop{
    cursor: pointer;
    display: inline-block;
}

    .navbar-default .navbar-nav > li{
        border: 0px solid #FFF;
        float: none;
        width: 100%;
    }
    .navbar-default .navbar-nav > li:hover {
        border: 0px solid #FFF;
        width: 100%;
        background-color: transparent;
    }
    .navbar-default .navbar-nav > li a{
        width:100%;
    }
    .navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li.active a{
        padding:20px;
        border: 1px solid #5a0b0c;
        border-collapse: collapse;
        float: left;
    }
    .navbar-default .navbar-nav > li:hover > a:hover {
         color: #5a0b0c;
         background-color: transparent;
         /*border: 2px solid;*/
     }
    .navbar-default .navbar-nav > li:hover a{
        background-color: transparent;
        color: #5a0b0c;
    }
    .navbar-default .navbar-nav > li:first-child a, .navbar-default .navbar-nav > li:first-child .mobile-drop{
         border-top:2px solid #5a0b0c;
     }
    .navbar-default .navbar-nav > li:last-child a, .navbar-default .navbar-nav > li:last-child .mobile-drop{
        border-bottom:2px solid #5a0b0c;
    }
    .dropdown .mobile-drop {
  
        position: relative;
        float: right;
        border-collapse: collapse;
        text-align: center;
        border: 1px solid #5a0b0c;
        padding: 14px;
        z-index: 1000;
        height: 100%;
        width: calc(20%);
        background-color: #FFF;
    }

    .nav > li > a.dropdown-toggle {
        width: 80%;
        display: inline-block;
    }
    .dropdown .dropdown-menu{
        display:none;
        border:0;
        margin-top:0;
        background-color: #F0F0F0;
        height:0;
    }
    .dropdown .dropdown-menu.show{
        display:block;
        height:auto;
        -webkit-transition: height .3s ease;
        -moz-transition: height .3s ease;
        -ms-transition: height .3s ease;
        -o-transition: height .3s ease;
        transition: height .3s ease;
    }
    .dropdown .dropdown-menu.show li{
        display: block;
        height:auto;
    }
    .navbar-default .navbar-nav > li.dropdown .dropdown-menu li a{
        border:0;
        margin-top:0;
        background-color: #F0F0F0;
    }
    .searchmobileicon {
        display: inline-block;
        float: right;
        padding: 9px 18px;
        margin-top: 2.5vw;
        color: #5a0b0c;
    }
    #secondmenu ul li{
        padding:0 1vw;
    }
    #secondmenu ul li a{
        font-size:10px;
    }

    .bottomfatcontainer .socialmedia ul {
        display: none;
    }

    .bottomfatcontainer {
        background: #fff;
    }

    .footer_nav ul li {
        display: block;
        padding: 20px 0;
        border: 1px solid #5A0B0C;
        text-align: center;
    }

    .footer_nav ul li a {
        color: #5A0B0C;
    }

    .site-info {
        text-align: center;
    }

    .pull-right, .pull-right {
        float: none !important;
    }

    .gform_wrapper.gf_browser_chrome .gform_body {
        width: 100% !important;
    }

    .mobilestyle.jumbotron {
        background: none !important;
    }

    .mobilestyle.jumbotron .bg-overlay {
        background: #fff;
        padding: 5% 0;
    }

    .breadcrumbs,
    .topbarheader {
        display: none;
    }

    .callachome {
        text-align: center;
        padding: 13% 0;
    }

    .callachome a {
        min-width: 200px;
    }

    .callachome p {
        display: none;
    }

    .specialsidebar {
        margin: 0;
        padding: 0;
    }

    .specialsidebar .sidebarmenu {
        margin-bottom: 0px;
    }

    .specialsidebar ul, .specialsidebar h2 + ul {
        padding: 15px;
    }

    .specialsidebar h2 {
        margin: 0;
        padding: 25px 10px;
        border: 1px solid #5A0B0C;
        border-collapse: collapse;

    }

    .navbar-toggle.show-narrow {


    }
}
@media screen and (max-width: 640px) {
    #secondmenu {
        padding: 0;
    }

    #secondmenu ul li {
        display: block;
        width: 100%;
        float: left;
        padding: 10px 20px;
        border: 1px solid #fff;
    }
    #secondmenu ul li a{
        font-size:16px;
    }

}
@media screen and (max-width:321px){
    .navbar-toggle.show-narrow{
        display: block;
    }
}

/*FORM STYLING ABILA*/
.k_shareThisFormBlock {
    display: none!important;
}
.k_shareThisFormBlock{
    font-size:18px;
}
button.k_button.forward{
    font-size:18px!important;
    padding:10px;
    background-color: #AE9652;
    color: #FFF;
    border: 2px solid #AE9652 !important;
    transition: all .2s;
    border-radius: 1px;
    cursor: pointer;
}
button.k_button.forward:hover {
    background-color: #FFF;
    color: #5A0B0C;
    border: 2px solid #5A0B0C !important;
}
.k_checkmarkBg{
    margin:0 auto;
    width: 215px;
    text-align: center;
    display: block!important;
}
div.kimbiaDiv{
    margin-bottom:40px!important;
}
.construction{
    max-width:90%;
    margin:50px auto;

}
.construction h2{
    margin-bottom:40px;
    font-size:30px;
}
.construction h4{
    margin-bottom:20px;
    padding:0 20px;
    font-size:22px;
}
.construction h4 a{
    text-decoration: underline;  
}