/*----------------------------------------YDCOZA----------------------------------------*/
/*  Misc*/
/*--------------------------------------------------------------------------------------*/
ul {
    list-style: none;
}
article ul {
    margin-left: 40px;
}
article ul {
    list-style: disc;
}

span.wpcf7-not-valid-tip {
    margin-top: -1rem;
    margin-bottom: 1rem;
}
aside.sidebar {
    margin-top: 0;
}
.sidebar h6 {
    font-size: 1.3rem;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*  preloader */
/*--------------------------------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */

    z-index: 999;
    /* makes sure it stays on top */
}
#preloader_status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../../inc/images/preloaders/Preloader_1/Preloader_1.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -32px 0 0 -32px;
    /* is width and height divided by two */
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*  Kitchen Sink */
/*--------------------------------------------------------------------------------------*/
@media screen and (min-width: 64em) {
    #kitchen-sink #kitchen-sink-nav .docs-toc .active {
        background: #6D8E00;
    }
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*  Back To Top */
/*--------------------------------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    background: #DD464B;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: white;
}
#back-to-top:hover {
    background: black;
}
#back-to-top.show {
    opacity: 0;
}
@media (min-width: 768px) {
    #back-to-top.show {
        opacity: 1;
    }
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*  callout Style */
/*--------------------------------------------------------------------------------------*/
.callout {
    margin: 0;
    padding: 1.5rem 0;
    border: none;
}
.callout h1 {
    margin: 0;
}
.search-results .title-block {
    margin-bottom: 3rem;
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*  Title Block*/
/*--------------------------------------------------------------------------------------*/
.title-block h1.entry-title {
    font-size: 1.4rem;
}
.title-block {
    background-color: #f3f3f3;
}
.title-block .breadcrumbs {
    margin: 0;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*  Flex Slider */
/*--------------------------------------------------------------------------------------*/
/*.wpb_gallery.wpb_posts_slider.wpb_content_element {
    min-height: 311px;
}*/
article .flexslider {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    min-height: 358px;
    overflow: hidden;
    text-align: center;
}
article .wpb_posts_slider .flex-caption,
article .wpb_posts_slider .nivo-caption {
    background-color: transparent;
}
.flex-control-nav.flex-control-paging {
    display: none;
}
article .flex-direction-nav a {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -30px 0 0;
    top: 35%;
    color: #D3A625;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
article .flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 60px;
    content: "\f104";
}
article .flex-direction-nav a.flex-next:before {
    content: "\f105";
    margin-right: 20px;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*  Contact Form 7 */
/*--------------------------------------------------------------------------------------*/
span.wpcf7-list-item {
    display: block;
    margin-bottom: 15px;
}
.wpcf7-list-item [type=radio] {
    margin: 0 0 0.5rem;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*  Pagination */
/*--------------------------------------------------------------------------------------*/
ul.pagination li {
    padding: 0.375rem 0.625rem;
}
ul.pagination li:hover,
ul.pagination li a:hover {
    background-color: #DD464B;
    color: white;
}
ul.pagination li.current a,
ul.pagination li a:hover {
    color: white;
}