/*
Theme Name: Halych Holding
Author: Halych Holding
Version: 1.1
Updated: 15/06/2019
Comment: Background image and colour restored
*/
@charset 'UTF-8';

/*** GLOBAL ***/

html, body, form, input, img {
    border: 0;
    padding: 0;
    margin: 0;
}

body {
    /*  THIS STRIAGHT UP DOES NOT WORK AND MESSES WITH THE BACKGROUND
        < meta name="google-site-verification" content="thBKIu7kl0uWhEBPxl8HW-Hrt25OGfylroQ2-Blbf8E" /> 
     */
    background: #000 url(img/main-bg.jpg) center 0 no-repeat;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    /* DOES NOT EXIST
    -moz-font-smoothing: antialiased;
     */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

.clear {
    clear: both;
    float: none !important;
}

.fl, .fr {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

div, a, ul, span, p, li, img, form, input, textarea, blockquote, h1, h2, h3, h4, h5, h6 {
    position: relative;
}

.iecss3init {
    behavior: url('css/pie.htc');
    /*DONT KNOW THE FIX SORRY*/
    -pie-png-fix: true;
}


input[type="checkbox"], input[type="button"], input[type="submit"], a {
    cursor: pointer;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #dc5c35;
    }


/*fancybox*/

#fancybox-overlay {
    background-color: #000 !important;
}

#fancybox-close {
    display: none !important;
}

.fancybox-bg {
    display: none !important;
}

#fancybox-outer {
    background: none !important;
}

#fancybox-title {
    background: #fff !important;
    color: #593F2B !important;
    font-weight: normal !important;
    font-size: 16px !important;
    text-align: left !important;
    padding: 10px 10px 20px 10px !important;
    margin: 0 !important;
    top: 20px !important;
}

#fancybox-left-ico,
#fancybox-right-ico {
    display: block !important;
    width: 21px !important;
    height: 34px !important;
}

#fancybox-left-ico {
    background: url(img/sprites.png) -311px 0 no-repeat !important;
}

#fancybox-right-ico {
    background: url(img/sprites.png) -339px 0 no-repeat !important;
}

#fancybox-left:hover span {
    background-position: -311px -34px !important;
}

#fancybox-right:hover span {
    background-position: -339px -34px !important;
}

#fancybox-right span {
    left: auto !important;
    right: 20px !important;
}

#fancybox-right {
    right: -85px !important;
}

#fancybox-left span {
    right: auto !important;
    left: 20px !important;
}

#fancybox-left {
    left: -85px !important;
}


/* EZMARK */

.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    padding: 0;
}

.ez-checkbox {
    background: transparent url('img/sprites.png') -365px 0px no-repeat;
    display: block;
    overflow: hidden;
    float: left;
    height: 9px;
    width: 9px;
    margin: 0 0px 0 0;
    padding: 0;
    position: relative;
    top: 4px;
}

.ez-checked {
    background-position: -365px -9px;
}

.ez-selected {
    background-position: -365px -9px;
}



/* SLIDES */

#slides {
    width: 964px;
    height: 302px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

    #slides .slides_container {
        width: 964px;
        height: 302px;
    }

    /*#slides .slides_control > div {
	width:964px;
	height:302px;	
}*/

    #slides .slides_control > div img {
    }


/*** LAYOUT ***/

#page {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 964px;
}

.container {
    width: 964px;
    margin: 0 auto;
    text-align: left;
}

header {
    position: relative;
    height: 138px; /* auto */
    z-index: 30;
}

#banner {
    margin-top: -16px;
    min-height: 343px;
    background: url(img/header-wood-middle.jpg) 0 45px repeat;
    z-index: 20;
    position: relative;
}

footer {
    width: inherit;
    min-height: 199px;
    height:auto !important;
    height:199px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    color: #482d19;
}




/****************
*				*
*  CONTENT AREA	*
*				*
*****************/


/*** HEADER ***/

#logo {
    position: relative;
    top: -1px;
    overflow: hidden;
    display: block;
    width: 170px;
    height: 139px;
    float: left;
}

    #logo img {
        margin: 0;
    }

/* MENU */
nav#head-nav {
    width: 754px;
    height: auto;
    padding-bottom: 6px;
    float: right;
    top: 52px;
    position: relative;
}

    nav#head-nav > ul {
        height: 20px;
        width: 105%;
        display: block;
        line-height: 20px;
        font-family: "ArnoPro-Bold";
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

        nav#head-nav > ul > li {
            font-size: 20px;
            width: auto;
            display: block;
            float: left;
            margin: 0 0 0 37px;
            position: relative;
        }

            nav#head-nav > ul > li:first-child {
                margin-left: 0;
            }

    nav#head-nav ul li a {
        text-decoration: none;
    }

    nav#head-nav ul li:hover a,
    nav#head-nav ul li.current-menu-item a,
    nav#head-nav ul li.current_page_ancestor a,
    nav#head-nav ul li.current_page_parent a,
    ul li.current_page_item > a {
        color: #dc5c35;
    }

    nav#head-nav ul ul.sub-menu {
        position: absolute;
        display: none;
        font-family: Arial, Helvetica, sans-serif;
        background: #f5d7b1;
        float: left;
        width: auto;
        min-width: 175px;
        list-style: none;
        padding: 0;
        margin: 0;
        left: -17px;
    }

        nav#head-nav ul ul.sub-menu li {
            font-size: 13px;
            font-weight: bold;
            float: left;
            clear: left;
            width: 100%;
        }

            nav#head-nav ul ul.sub-menu li a {
                color: #dc5c35;
                display: block;
                padding: 0 0 0 17px;
                height: 27px;
                line-height: 26px;
            }

    nav#head-nav ul li ul.sub-menu li:hover {
        background: #dc5c35;
    }

    nav#head-nav > ul > li > ul.sub-menu > li:hover > a,
    nav#head-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
        color: #fff;
    }

    nav#head-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
        top: 0;
        min-width: 240px;
    }

        nav#head-nav > ul > li > ul.sub-menu > li > ul.sub-menu li a {
            padding-left: 10px;
        }


    nav#head-nav ul li:hover > ul.sub-menu {
        display: block;
    }

/*** BANNER ***/

#banner .container {
    padding-top: 21px;
}

#banner .featured {
    width: 960px;
    height: 298px;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    z-index: 25;
}

#banner .bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 21;
    height: 127px;
}

    #banner .bg.top {
        background: url(img/header-wood-top.jpg) 0 top repeat-x;
        top: 0;
    }

    #banner .bg.bottom {
        background: url(img/header-wood-bottom.jpg) 0 bottom repeat-x;
        bottom: 0;
    }

/*** CONTENT ***/

#main {
    min-height: 656px; /* auto */
    padding-bottom: 80px;
}

    #main .container {
        padding-top: 46px;
    }

#content {
    width: 737px;
    float: right;
    clear: right;
}

    #content > :first-child {
        margin-top: 0;
        padding-top: 0;
    }

    #content h1 {
        font-size: 26px;
    }

.lte8 #content h1 {
    margin-bottom: 26px;
}

#content > p {
    position: relative;
    top: 1px;
}

#content h4 {
    font-size: 14px;
    margin-bottom: 7px;
    /* SORRY DONT KNOW HOW TO FIX THE BOTTOM 2, THERE ARE NON EXISTENT*/
    margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

.lte8 #content h4 {
    margin-bottom: 7px;
}

/* WIDGETS */
#content .widget-area {
    padding-top: 72px;
    padding-bottom: 76px;
    float: left;
}

#content .widget-container {
    background: url(img/sprites.png) 0 -142px no-repeat;
    width: 210px;
    height: 147px;
    border: 3px solid #fff;
    float: left;
    margin-left: 14px;
    margin-right: 13px;
    margin-bottom: 20px;
    color: #593f2b;
    font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
}

    #content .widget-container.last {
        /*margin-left:24px;	*/
    }

    #content .widget-container:hover {
        background-position: 0 -289px;
        color: #fff;
    }

        #content .widget-container:hover a {
            color: #fff;
        }

    #content .widget-container a {
        color: #593f2b;
    }

        #content .widget-container a:hover {
            color: #fff;
        }

    #content .widget-container:first-child {
        /*margin-left:14px;*/
    }

    #content .widget-container h3 {
        margin-top: 0;
        padding-top: 0;
        font-weight: bold;
        font-style: italic;
        font-size: 22px;
        margin-bottom: 20px;
    }

    #content .widget-container .inner {
        padding: 13px 15px 10px 16px;
        line-height: 14px;
        font-size: 12px;
    }

        #content .widget-container .inner p strong {
            font-weight: bold;
            font-size: 16px;
            padding-top: 4px;
            display: block;
        }

        #content .widget-container .inner h4 {
            font-size: 18px;
            padding: 7px 0;
            margin: 0;
        }

/*TESTIMONIAL AREA*/
.testimonial-area {
    margin-bottom: 30px;
}

.testimonial-container {
    display: block;
    float: left;
}

.testimonial-area .thumb {
    float: left;
    margin-right: 30px;
}

.testimonial-area .content {
    font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
    font-size: 11px;
    line-height: 16px;
    width: 610px;
    height: 121px;
    background: #efc890;
    color: #000000;
    float: left;
    /*margin-left:30px;*/
    border-radius: 10px;
}

.home .testimonial-area:hover .content {
    background: #DC5C35;
    color: #fff;
}

.testimonial-area .content .author {
    display: block;
    margin: 17px 0 5px 25px;
}

.testimonial-area .content blockquote {
    margin-top: 14px;
    margin-left: 35px;
}

    .testimonial-area .content blockquote p {
        text-indent: -5px;
        padding: 0 5px;
        font-style: italic;
    }


/*** ASIDE ***/

aside {
    width: 170px;
    min-height: 200px;
    float: left;
    clear: left;
}

    /* WIDGETS */
    aside .widget-container {
        width: 100%;
        margin-bottom: 41px;
        font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

        aside .widget-container h3 {
            margin-top: 0;
            font-size: 14px;
            font-family: Copperplate Gothic Bold, Georgia, Serif;
            font-weight: normal;
        }



/*widget search*/

.widget-container.widget_search {
    background: #a67b52;
    width: 160px;
    height: 53px;
    margin-top: -1px;
}

.widget_search form {
    padding: 6px 0px 8px 13px;
    float: left;
}

    .widget_search form input {
        float: left;
        position: relative;
        font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
        font-size: 12px;
    }

    .widget_search form label {
        font-size: 12px;
        font-family: Copperplate Gothic Bold, Georgia, Serif;
        font-weight: normal;
        margin: 0;
        padding: 0;
        font-style: italic;
        line-height: 1;
        margin-bottom: 4px;
        display: block;
        text-transform: uppercase;
    }

    .widget_search form input[type="text"] {
        width: 100px;
        height: 23px;
        line-height: 23px;
        padding: 0 10px 0 5px;
        background: url(img/input-bg.jpg) 0 0 repeat-x;
        border-radius: 5px;
        z-index: 5;
    }

    .widget_search form input[type="submit"] {
        width: 23px;
        height: 23px;
        background: url(img/sprites.png) -282px 0 no-repeat;
        z-index: 10;
        left: -6px;
        overflow: hidden;
        display: block;
    }

        .widget_search form input[type="submit"]:hover {
            background-position: -282px -23px;
        }

/*widget latest posts*/

aside .widget-container h3 {
    display: block;
    width: 100%;
    background: url(img/dashed-separator.png) 0 bottom no-repeat;
    margin-bottom: 0;
    padding-bottom: 19px;
    text-transform: uppercase;
}

aside .widget-container ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

aside .widget-container > ul > li {
    background: url(img/dashed-separator.png) 0 bottom no-repeat;
    width: 100%;
}

aside .widget-container > ul li .sub-menu {
    padding: 9px 0 0 0;
}

    aside .widget-container > ul li .sub-menu li {
        padding-left: 0px;
    }

aside .widget-container ul li {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 17px;
}

    aside .widget-container ul li ul {
        padding-left: 10px;
    }

aside .widget-container.widget_subpages-widget > ul > li {
    padding-top: 11px;
    padding-bottom: 11px;
}

aside .widget-container.widget_subpages-widget .sub-menu {
    padding-left: 10px;
    padding-top: 0;
}

aside .widget-container.widget_subpages-widget ul li {
    padding: 8px 0 0 0;
    background: none;
}

aside .widget-container.widget_subpages-widget > ul,
aside .widget-container.widget_subpages-widget > div > ul {
    background: url(img/dashed-separator.png) 0 bottom no-repeat;
    padding-bottom: 15px;
    padding-left: 8px;
}


/*** FOOTER ***/

footer {
    background: url(img/footer-bg.jpg) 0 0 repeat-x;
}

    footer .container .inner {
        padding: 23px 0 0 30px;
    }

    footer #logo-footer {
        display: block;
        width: 100px;
        height: 112px;
        margin-right: 95px;
        float: left;
        overflow: hidden;
    }

        footer #logo-footer img {
            margin: 0 0 0 -174px;
        }

    footer .col {
        float: left;
        width: 180px;
        margin-top: -1px;
        font-size: 15px;
        margin-left: 64px;
    }

        footer .col.left {
            margin-left: 0;
        }

        footer .col h3 {
            margin: 0 0 16px 0;
            padding: 0 0 1px 0;
            font-size: 15px;
            color: #000;
            width: 100%;
            border-bottom: 1px solid #000;
        }

        footer .col ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            footer .col ul li {
                padding-bottom: 5px;
            }

                footer .col ul li,
                footer .col ul li a {
                    color: #482d19;
                }

                    footer .col ul li a:hover {
                        color: #dc5c35;
                    }

                    footer .col ul li strong,
                    footer .col ul li strong span {
                        font-size: 16px;
                        font-weight: normal;
                    }

                    footer .col ul li span {
                        font-size: 13px;
                    }

    footer .footnote {
        width: auto;
        text-align: left;
        font-size: 12px;
        margin: 21px 0 0 196px;
    }

.raq-button {
    position: absolute;
    top: 64px;
    right: 27px;
    display: block;
    width: 219px;
    height: 45px;
    border: 1px solid #fff;
    font-size: 23px;
    text-align: center;
    box-shadow: 0px 0px 3px 1px #c7b29e;
}

    .raq-button span {
        width: 217px;
        height: 43px;
        display: block;
        border: 1px solid #c7b29e;
        border-radius: 1px;
    }

    .raq-button strong {
        background: url(img/sprites.png) -212px -142px no-repeat;
        width: 215px;
        height: 41px;
        line-height: 41px;
        display: block;
        border: 1px solid #a7855d;
        overflow: hidden;
    }

    .raq-button:hover strong {
        color: #fff;
        background: #dc5c35;
    }

    .raq-button:hover span {
        border-color: #b56039;
    }


/* PAGE */

.page #content {
    font-size: 14px;
}

    .page #content h1 {
        margin-bottom: 32px;
    }

    .page #content p {
        margin-bottom: 18px;
    }

#content ul {
    margin: -17px 0 17px 0;
    padding: 0 0 0 18px;
}


/*Gallery*/
.page #main {
    padding-bottom: 72px;
}

#content .gallery {
    margin: 55px 0 0 0;
    width: 100%;
    overflow: hidden;
}

    #content .gallery ul {
        width: 105%;
        margin: 0;
        padding: 0;
        float: left;
    }

        #content .gallery ul li {
            display: block;
            float: left;
            margin-right: 27px;
            margin-bottom: 20px;
        }

.gallery ul li a,
.gallery ul li .title {
    display: block;
    color: #f0c990;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.gallery ul li .thumb {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 3px solid #fff;
}

.gallery ul li:hover .thumb {
    border-color: #dc5c35;
}

.gallery ul li .title {
    padding-top: 10px;
    text-indent: 10px;
}


.page-template-page-tpl-gallery-php #content .gallery ul li {
    margin-right: 67px;
    margin-bottom: 47px;
}

    .page-template-page-tpl-gallery-php #content .gallery ul li .title {
        display: none;
    }


/* BLOG */
.posts {
    padding-right: 8px;
}

    .posts h2 {
        font-size: 23px;
        margin-top: 0;
        margin-bottom: 12px;
    }

.post {
    margin-bottom: 70px;
}

.single .post > *:first-child {
    margin-top: 0;
}

.post-meta {
    font-size: 16px;
    font-style: italic;
    display: block;
    padding: 4px 0 4px 0;
    border: 1px solid #efc890;
    border-left: 0;
    border-right: 0;
    width: 100%;
    text-indent: 3px;
    margin-bottom: 17px;
}

    .post-meta span {
        color: #f0c990;
    }

.post .thumb {
    border: 3px solid #fff;
    display: block;
    float: left;
    width: 162px;
    height: 151px;
    overflow: hidden;
}

    .post .thumb img {
        width: 100%;
        height: auto;
    }

.single .post .thumb {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .single .post .thumb img {
        width: 100%;
        margin-bottom: -4px;
        height: auto;
    }

.post .content {
    font-size: 13px;
    line-height: 18px;
    width: 545px;
    height: 157px;
    background: #efc890;
    color: #000000;
    float: right;
    border-radius: 12px;
}

    .post .content .inner {
        padding: 0px 20px 0 20px;
    }

.post .more {
    background: url(img/more-bg.jpg) 0 0 repeat;
    display: block;
    width: 130px;
    height: 20px;
    border: 2px solid #8e643c;
    color: #583e2b;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    float: right;
    margin-right: 8px;
    margin-top: -10px;
    position: absolute;
    right: 8px;
    bottom: 25px;
}

    .post .more:hover {
        background: #dc5c35;
        border-color: #fff;
        color: #fff;
    }

/* PAGINATION */

.wp-pagenavi {
    list-style: none;
    padding: 0 0 0 0;
    margin: -6px 0 4px 0;
    float: right;
    clear: both;
}

    .wp-pagenavi > * {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 22px;
        margin: 0;
        line-height: 22px;
        margin-left: 7px;
        padding: 0 8px;
        font-size: 13px;
        border: 2px solid #fff;
    }

    .wp-pagenavi .current {
        color: #fff;
        background: #a67b52;
        border: 2px solid #a67b52;
    }

        .wp-pagenavi .current:hover {
            background: #d1431d;
            border-color: #d1431d;
        }

    .wp-pagenavi .page:hover {
        color: #fff;
        border-color: #d1431d;
    }

    .wp-pagenavi li .prev,
    .wp-pagenavi li .next {
        background: none;
        padding: 0 0 0 0;
    }


/* Request a Quote */

form.wpcf7-form {
    margin-top: 39px;
    padding-bottom: 69px;
}

    form.wpcf7-form p {
        margin: 0;
    }

    form.wpcf7-form h3,
    form.wpcf7-form h4,
    form.wpcf7-form .checkboxes .wpcf7-list-item-label {
        font-size: 21px;
        font-style: italic;
        font-weight: bold;
        font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
    }

    form.wpcf7-form h3 {
        margin-bottom: 10px;
    }

    form.wpcf7-form h4 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 8px;
    }


    form.wpcf7-form label {
        float: left;
        clear: left;
        color: #f7f0eb;
        font-size: 16px;
        margin-bottom: 6px;
    }

    form.wpcf7-form input {
        float: left;
        clear: left;
        height: 25px;
        line-height: 25px;
        padding: 0 7px;
        width: 236px;
        margin-bottom: 12px;
    }

    form.wpcf7-form input,
    form.wpcf7-form textarea {
        background: #efc890;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: #1d1d1b !important;
        font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
        border: 0;
        outline: 0;
    }

    form.wpcf7-form textarea {
        resize: none;
        overflow: auto;
        height: 85px;
        width: 284px;
        float: left;
        clear: left;
        padding: 2px 7px;
        position: relative;
        top: -1px;
        left: 0px;
    }

    form.wpcf7-form .column {
        float: left;
        width: 350px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    form.wpcf7-form .wpcf7-form-control-wrap {
        position: relative;
        display: block;
        clear: left;
        float: left;
    }

    form.wpcf7-form .checkboxes {
        margin-bottom: 0px;
    }

        form.wpcf7-form .checkboxes > * {
            float: left;
            width: 360px;
            display: block;
        }

        form.wpcf7-form .checkboxes input,
        form.wpcf7-form .checkboxes .wpcf7-list-item-label {
            clear: none;
            width: 9px;
            height: 9px;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            color: #f0c990;
            margin-bottom: 10px;
        }

        form.wpcf7-form .checkboxes input {
            position: relative;
            top: 0px;
        }

        form.wpcf7-form .checkboxes .wpcf7-list-item-label {
            width: 169px;
        }

        form.wpcf7-form .checkboxes span.wpcf7-list-item {
            margin-left: 2px;
        }

        form.wpcf7-form .checkboxes .wpcf7-form-control-wrap {
            width: 360px;
            height: auto;
            clear: none;
            float: left;
            margin-bottom: 0;
        }

    form.wpcf7-form textarea[name="job-desc"] {
        width: 670px;
    }

    form.wpcf7-form input[type="submit"] {
        width: 150px;
        color: #1d1d1b;
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        margin: 38px 0 0 2px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0;
    }

        form.wpcf7-form input[type="submit"]:hover {
            background: #dc5c35;
        }



    form.wpcf7-form .wpcf7-not-valid-tip {
    }

    form.wpcf7-form span.wpcf7-not-valid-tip {
        top: 0;
        left: 0;
        color: #1d1d1b !important;
        width: 234px;
        padding: 0 7px;
        height: 23px;
        border: 1px solid red;
        border-radius: 3px;
        font-size: 14px;
        line-height: 25px;
        font-weight: normal;
        font-style: normal;
        color: #1d1d1b !important;
        font-family: Century Gothic, Helvetica, Arial, Gill Sans, sans-serif;
    }

.services-title {
    line-height: 142px !important;
    font-size: 19px !important;
}

.references {
    line-height: 10px !important;
    font-size: 11px !important;
}
