/* --------------

Theme name: Motive
Author: Lucid Themes
Version: 1.1
Last change: 13/03/2016

-------------- */


/* ------- STYLE CSS CONTENTS ------- 

	- 1) Basic styling
	- 2) Header
	- 3) Footer
	- 4) Page styling
		- 4.1) page header
		- 4.2) page content
		- 4.3) post share
		- 4.4) post navigation
		- 4.5) sidebar widgets
		- 4.6) posts widget
		- 4.7) list widget 
		- 4.8) post social icons
	- 5) Home page
	- 6) About page
	- 7) Portfolio page
	- 8) Blog posts page
		- 6.1) style one & two
		- 6.2) style three
	- 9) Contact page
	- 10) Single page styling
		- 10.1) portfolio single
		- 10.2) blog single
	- 11) 404/error page
	
 ------------------------------------ */


/* --- 1) BASIC STYLING --- */

body {
    background-color: #ffffff;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.font-reg {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
}

.primary-button {
    font-size: 14px;
    line-height: 15px;
    color: #ffffff !important;
    display: inline-block;
    border: none;
    padding: 14px 27px 13px;
    background-color: #111111;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 0px;
}

    .primary-button:hover {
        background-color: #c7c7c7;
        color: #ffffff;
    }

.secondary-button {
    font-size: 14px;
    line-height: 15px;
    color: #222222;
    display: inline-block;
    padding: 12px 25px 11px;
    border: 2px solid #111111;
    background-color: transparent;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

    .secondary-button:hover {
        background-color: #222222;
        color: #ffffff;
        border-color: #222222;
    }

.rounded-button {
    border-radius: 30px;
}


/* --- 2) HEADER --- */

.header-main {
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: #ffffff;
    z-index: 1000;
    border-bottom: 1px solid #eeeeee
}

.header-wide .container {
    width: 75%;
}

#site-logo {
    width: 160px;
    height: 80px;
    float: left;
    background-image: url('../img/dra_logo-new.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 13px;
    display: block;
}

    #site-logo.metrolive {
        width: 50px;
        height: 52px;
        background-image: url(../img/small_square_ml.png);
        margin-top: 8px;
    }

    #site-logo.solace {
        width: 195px;
        height: 80px;
        background-image: url('../img/solace_logo.png');
        margin-top: 10px;
    }


@media (max-width: 820px) {
    #site-logo {
        width: 110px;
        height: 60px;
        margin-top: 10px;
    }

        #site-logo.solace {
            width: 150px;
            height: 60px;
            margin-top: 5px;
        }
}

@media (max-width: 480px) {
    #site-logo {
        width: 110px;
        height: 60px;
        margin-top: 10px;
    }

        #site-logo.solace {
            width: 155px;
            height: 80px;
            margin-top: 5px;
        }
    
}


#header-nav {
    float: right;
}

/* -- nav main menu -- */

.menu {
    list-style-type: none;
    margin: 0;
    clear: both;
    white-space: nowrap;
    padding-left: 0px;
    -webkit-transition: margin .35s;
    transition: margin .35s
}

    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .menu li {
        float: left;
        height: 100%;
        position: relative;
        white-space: nowrap;
    }

    .menu .menu-item > a {
        font-family: 'Bold';
        font-size: 13px;
        color: #111111;
        float: left;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0 15px;
        padding: 56px 0px 25px 0px;
        text-decoration: none;
    }

        .menu .menu-item > a.active {
            color: #ffffff !important;
            background: #000000;
            color: #ffffff;
            padding: 10px 20px;
            /*margin-top: 46px;*/
        }


    .menu li:last-child a {
        margin-right: 0px;
    }

    .menu > li > a:hover, .submenu-active, #header-nav .menu-item > a.active {
        color: #ed1c24;
        -moz-transition: color, 0.5s, ease-in-out;
        -webkit-transition: color, 0.5s, ease-in-out;
        transition: color, 0.5s, ease-in-out;
    }

    .menu .sub-drop-icon {
        margin-left: 5px;
        display: none
    }


    /* -- nav drop down menus -- */

    .menu .menu-item-has-children {
        position: relative;
    }

    .menu .sub-menu {
        background-color: #ffffff;
        position: absolute;
        z-index: 1000;
        top: 80px;
        left: 16px;
        width: 230px;
        /*border-top: 2px solid #ed1c24;*/
        display: none;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .menu .sub-menu li {
            width: 100% !important;
            height: auto;
        }

            .menu .sub-menu li a {
                font-size: 12px;
                color: #111111 !important;
                display: block;
                letter-spacing: 1.5px;
                margin: 0;
                display: block;
                width: 100%;
                text-align: left;
                text-decoration: none;
                text-transform: uppercase;
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid rgba(0,0,0,0.05);
                padding-right: 0;
                padding-left: 20px;
            }

                .menu .sub-menu li a:hover {
                    background-color: #eeeeee;
                }

.submenu-active, .current-page-ancestor > a {
    background-position: left bottom !important;
}

.sub-menu .sub-drop-icon {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 15px;
}

.sub-menu .sub-second-tier {
    top: 0;
    left: 190px;
}



/* --- 3) FOOTER --- */

.footer-main {
    /*    padding: 33px 0 30px;*/
    padding: 24px 0px 20px 0px;
    border-top: 1px solid #eeeeee;
    text-align: center;
    /*margin-top: 100px;*/
}

    .footer-main p, .footer-main a {
        font-size: 13px;
        color: #6D6D6D;
        line-height: 20px;
        text-decoration: none;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

.footer-social {
    display: inline-block;
}

    .footer-social li {
        margin-right: 20px;
        float: left;
    }

        .footer-social li:last-child {
            margin-right: 0;
        }

        .footer-social li a {
            font-size: 18px;
            color: #afafaf;
            letter-spacing: 0.5px;
        }

            .footer-social li a:hover {
                color: #111111;
            }

#scroll-top {
    width: 40px;
    height: 40px;
    background-color: #C7C7C7;
    opacity: 0.9;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    display: none;
    cursor: pointer;
    border-radius: 20px;
}

    #scroll-top span {
        font-size: 20px;
        color: #ffffff;
        line-height: 10px;
        margin-top: 14px;
    }



/* --- 4) PAGE STYLING --- */

#main-content {
    padding-top: 100px;
    /*padding-top: 10px;*/
}

.page-section {
    padding: 100px 0;
}


/* -- 4.1) page header -- */

.page-header {
    min-height: 375px;
    position: relative;
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    background-position: center center;
    background-size: cover;
}

.page-head-inside {
    color: #111111;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

    .page-head-inside h1 {
        font-size: 40px;
        line-height: 46px;
        text-transform: uppercase;
        letter-spacing: 7px;
        margin-bottom: 15px;
    }

    .page-head-inside p {
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 1.5px;
    }


/* -- 4.2) page content -- */

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 2px;
}

    .page-content h3 + p {
        margin-top: 5px;
    }

.page-content p {
    margin-bottom: 20px;
    font-family: 'Questrial', sans-serif !important;
}

.page-content a {
    color: #707070;
    text-decoration: underline;
}

.page-content strong {
    font-weight: 700;
    text-transform: none;
}

.page-content img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.page-content .alignleft {
    float: left;
    margin-right: 25px;
}

.page-content .alignright {
    float: right;
    margin-left: 25px;
}

.page-content ul {
    margin-bottom: 20px;
    text-align: left;
    list-style: disc;
    padding-left: 30px;
}

.page-content li {
    color: #707070;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
}

    .page-content li:before {
        content: "• ";
        color: #707070;
        font-size: 20px;
    }


/* -- 4.3) post share -- */
#post-share {
    margin-top: 30px;
}

    #post-share .social-item:first-child {
        margin-left: 0;
    }


/* -- 4.4) post navigation -- */

.post-navigation-inner {
    padding: 50px 0;
    margin-top: 60px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

    .post-navigation-inner .fa {
        font-size: 20px;
        color: #afafaf;
        line-height: 20px;
    }

    .post-navigation-inner .fa-th-large, .post-navigation-inner .fa-long-arrow-right {
        margin-left: 20px;
    }

    .post-navigation-inner .fa:hover {
        color: #111111;
    }


/* -- 4.5) sidebar widgets -- */

.left-sidebar {
    padding-right: 40px
}

.right-sidebar {
    padding-left: 40px
}

.sidebar-widget {
    margin-bottom: 60px;
}

.post-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget h3 {
    /*font-size: 18px;
    font-family: 'Bold';
    color: #111111;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-weight: 400;*/
    font-family: 'Medium';
    color: #111111;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 30px;
}


/* -- 4.6) posts widget  -- */

.posts-widget .col-xlarge-8 {
    padding-left: 0;
}

ด

.posts-widget li a {
    padding: 10px 0;
    display: block;
}

.posts-widget h4 {
    font-size: 15px;
    color: #111111;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 300;
}

.posts-widget p {
    font-size: 13px;
    color: #525252;
    line-height: 17px;
}

.posts-widget li a:hover h4 {
    color: #c7c7c7;
}


/* -- 4.7) list widget  -- */

.list-widget li a {
    font-size: 13px;
    color: #525252;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

    .list-widget li a:hover {
        color: #c7c7c7;
    }


/* -- 4.8) post social icons -- */

.social-item {
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 15px;
    text-align: center;
    border-radius: 1px;
}

    .social-item span {
        color: #afafaf;
        font-size: 17px;
    }

        .social-item span:hover {
            color: #111111;
        }

    .social-item .fa-facebook {
        margin-top: 7px;
    }

    .social-item .fa-twitter {
        margin-top: 7px;
    }

    .social-item .fa-pinterest, .social-item .fa-instagram {
        margin-top: 7px;
    }

    .social-item .fa-youtube {
        margin-top: 6px;
    }

    .social-item .fa-google-plus {
        margin-top: 8px;
    }



/* --- 5) HOME PAGE --- */


/* -- featured section -- */

.home-section {
    position: relative;
}

.featured-left {
    left: 0;
    text-align: left;
}

.featured-right {
    right: 0;
    text-align: right;
}

.featured-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.featured-slide .container {
    height: 100%;
    position: relative;
}

.featured-content {
    width: 600px;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (max-width: 414px) {
    .featured-content {
        top: 10%;
    }
}

.featured-content h2 {
    font-size: 40px;
    color: #111111;
    line-height: 62px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}

.featured-content p {
    font-family: 'Medium';
    font-size: 22px;
    color: #111111;
    line-height: 22px;
    margin-bottom: 40px;
    color: #3a3a3c;
    text-transform: uppercase;
}


/* -- slideshow specific -- */

#home-featured-slideshow, .featured-slide {
    max-width: 100%;
    /*background-size: cover;*/
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slideshow-btn {
    font-size: 25px;
    color: #afafaf;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
    -moz-transition: opacity, 0.5s, ease-in-out;
    -webkit-transition: opacity, 0.5s, ease-in-out;
    transition: opacity, 0.5s, ease-in-out;
}

    .slideshow-btn:hover {
        color: #111111;
    }

.previous-slide-btn {
    /*left: 30px;*/
    left: 10px;
    opacity: 1 !important;
}

.next-slide-btn {
    /*right: 30px;*/
    right: 10px;
    opacity: 1 !important;
}

.home-section:hover .slideshow-btn {
    opacity: 1;
}


/* -- banner image specific -- */

#home-featured-banner {
    width: 100%;
    height: 600px;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #home-featured-banner .container {
        height: 100%;
        position: relative;
    }



/* --- 6) ABOUT PAGE --- */

.section-title h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.section-title p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-align: center;
}

    .section-title p:after {
        width: 40px;
        height: 1px;
        display: block;
        background-color: #111111;
        content: "";
        margin: 20px auto 30px;
    }


/* -- about items  -- */
/*
.about-item {
    text-align: center;
    margin-top: 40px;
}

.about-items li:nth-child(-n+3) .about-item {
    margin-top: 0;
}

.about-item .fa {
    font-size: 35px;
    color: #111111;
    margin-bottom: 15px;
}

.about-item h3 {
    font-size: 16px;
    color: #111111;
    line-height: 22px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

    .about-item h3:after {
        width: 40px;
        height: 1px;
        display: block;
        background-color: #111111;
        content: "";
        margin: 10px auto 20px;
    }

.about-item p {
    font-size: 13px;
    color: #707070;
    line-height: 19px;
    letter-spacing: 1px;
}
*/

/* -- team section -- */

.team-section-inner {
    padding: 100px 0;
    border-top: 1px solid #eeeeee;
}

.team-item {
    position: relative;
    margin-top: 40px;
}

.team-section-inner li:nth-child(-n+3) .team-item {
    margin-top: 0;
}

.team-hover {
    width: 100%;
    height: 100%;
    background-color: rgba(17,17,17,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: opacity, 0.5s, ease-in-out;
    -webkit-transition: opacity, 0.5s, ease-in-out;
    transition: opacity, 0.5s, ease-in-out;
}

.team-hover-content {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    text-align: center;
    -moz-transition: opacity, 0.5s, ease-in-out;
    -webkit-transition: opacity, 0.5s, ease-in-out;
    transition: opacity, 0.5s, ease-in-out;
}

    .team-hover-content h3 {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 4px;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .team-hover-content p {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 1.5px;
    }

        .team-hover-content p:after {
            width: 40px;
            height: 1px;
            display: block;
            background-color: #ffffff;
            content: "";
            margin: 20px auto 0;
        }

.team-social {
    margin-top: 25px;
    display: inline-block;
}

    .team-social li {
        margin-right: 20px;
        float: left;
        line-height: 0;
    }

        .team-social li:last-child {
            margin-right: 0;
        }

        .team-social li a {
            font-size: 18px;
            color: #ffffff;
        }

.team-item:hover .team-hover {
    opacity: 1;
}

.team-item:hover .team-hover-content {
    top: 50%;
}


/* -- testimonial section  -- */

.testimonial-section-inner {
    padding: 100px 0;
    border-top: 1px solid #eeeeee;
}

#testimonial-slideshow {
    position: relative;
    padding-bottom: 40px;
}

    #testimonial-slideshow .owl-controls {
        bottom: 0;
    }

.testimonial-slide {
    color: #707070;
    text-align: center;
}

    .testimonial-slide p:first-child {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 1px;
    }

    .testimonial-slide p:last-child {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 1.5px;
        margin-top: 30px;
    }

    .testimonial-slide .company {
        color: #c7c7c7;
    }



/* --- 7) PORTFOLIO PAGE  --- */

.portfolio-section .row {
    margin: 0;
}

#portfolio-item-filter {
    margin-bottom: 58px;
    text-align: center;
}

    #portfolio-item-filter li {
        margin-right: 15px;
        display: inline-block;
    }

        #portfolio-item-filter li a {
            font-size: 14px;
            color: #7c7c7c;
            line-height: 15px;
            text-decoration: none;
            letter-spacing: 1.5px;
            padding: 10px 15px;
            border: 1px solid #ffffff;
        }

            #portfolio-item-filter li a.active {
                /*border-color: #eeeeee;*/
                border-color: #000000;
                background: #000000;
                color: #ffffff;
            }

#portfolio-items.padding .portfolio-item {
    padding: 15px;
}

#portfolio-items.no-padding .portfolio-item {
    padding: 0;
}

#portfolio-items.full-width {
    width: 100%;
}

#portfolio-items.boxed-width {
    width: 1140px;
    margin: 0 auto;
}

.portfolio-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none;
}

    .portfolio-item .product-desc {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

        .portfolio-item .product-desc::after {
            border-bottom: 2px solid #000000;
        }

        .portfolio-item .product-desc h3 {
            font-family: 'Black';
            text-transform: uppercase;
            font-size: 24px;
            text-align: center;
            color: #000000;
        }



        .portfolio-item .product-desc p {
            font-family: 'Default';
            font-size: 18px;
            text-align: center;
            color: #000000;
        }

.portfolio-hover {
    width: 100%;
    height: 100%;
    /*background-color: rgba(17,17,17,0.8);*/
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: opacity, 0.5s, ease-in-out;
    -webkit-transition: opacity, 0.5s, ease-in-out;
    transition: opacity, 1s, ease-in-out;
}

.portfolio-hover-content {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    text-align: center;
    -moz-transition: opacity, 0.5s, ease-in-out;
    -webkit-transition: opacity, 0.5s, ease-in-out;
    transition: opacity, 0.5s, ease-in-out;
    /*    text-align: left;*/
}

    .portfolio-hover-content h3 {
        color: #000000;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 4px;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .portfolio-hover-content p {
        color: #000000;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1.5px;
    }

        .portfolio-hover-content p:after {
            width: 40px;
            height: 1px;
            display: block;
            background-color: #ffffff;
            content: "";
            margin: 20px auto 0;
        }

.portfolio-item:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover-content {
    top: 50%;
}



/* --- 8) BLOG POSTS PAGE --- */

.blog-item {
    text-decoration: none;
    color: #525252;
    display: block;
    border-top: 1px solid #eeeeee;
    /*    padding-top: 50px;*/
}

    .blog-item:first-child {
        border-top: 0px;
    }

    .blog-item h1 {
        font-size: 60px;
        font-family: 'Black';
        line-height: 22px;
        letter-spacing: 4px;
        margin-top: 80px;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .blog-item > h1:after {
        width: 200px;
        height: 15px;
        display: block;
        background-color: #525252;
        content: "";
        margin: 35px 0px 40px 0px;
    }


    .blog-item h3 {
        color: #000000;
        font-size: 30px;
        font-family: 'Medium';
        line-height: 22px;
        letter-spacing: 4px;
        margin-bottom: 15px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .blog-item > p {
        color: #000000;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 1.5px;
        text-align: center;
        font-family: 'Medium';
    }

        .blog-item > p:after {
            width: 40px;
            height: 1px;
            display: block;
            background-color: #111111;
            content: "";
            margin: 20px auto 20px;
        }

    .blog-item img {
        margin-bottom: 20px;
    }


/* -- 8.1) style one & two -- */

.blog-list-1 .blog-item, .blog-list-2 .blog-item {
    margin-bottom: 80px;
}

.blog-list-1 li:first-child .blog-item, .blog-list-2 li:first-child .blog-item {
    padding-top: 0;
    border: 0;
}

.blog-list-1 li:last-child .blog-item, .blog-list-2 li:last-child .blog-item {
    margin-bottom: 0
}


/* -- 8.2) style three -- */

.blog-list-3 {
    padding-bottom: 50px;
}

    .blog-list-3 .blog-item {
        margin-bottom: 50px;
    }

    .blog-list-3 li:nth-child(-n+2) .blog-item {
        padding-top: 0;
        border: 0;
    }



/* --- 9) CONTACT PAGE --- */

#contact-map-container, #contact-map {
    width: 100%;
    height: 450px;
}

/*.contact-page h1 {
    font-size: 28px;
    color: #111111;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Bold';
    margin-bottom: 25px;
}


    .contact-page h1::after {
        width: 40px;
        height: 5px;
        display: block;
        background-color: #111111;
        content: "";
        margin: 10px 0 4px;
    }*/

#contact-details {
    width: 100%;
    font-family: 'Default', sans-serif;
    text-transform: uppercase;
}

    #contact-details tr {
        padding: 15px 0;
        border-bottom: 1px solid #eeeeee;
        display: block;
    }

        #contact-details tr:first-child {
            padding-top: 0;
        }

        #contact-details tr td:first-child {
            width: 53px;
            text-align: center;
            vertical-align: top;
        }

    #contact-details span, #contact-details a {
        font-size: 14px;
        line-height: 18px;
        color: #111111;
        text-decoration: none;
        letter-spacing: 1px;
    }

    #contact-details .fa {
        font-size: 20px;
        color: #111111;
        margin-right: 30px;
    }

.contact-input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}

.contact-text {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 15px;
    vertical-align: top;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}

.contact-input, .contact-text {
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: border-color ease-in-out 0.25s;
    transition: border-color ease-in-out 0.25s;
}

    .contact-input:focus, .contact-text:focus {
        border-color: #c7c7c7;
    }



/* --- 10) SINGLE PAGE STYLING --- */

/* -- 10.1) portfolio single -- */

.single-portfolio {
    padding-bottom: 0;
}

#portfolio-slideshow-outer {
    position: relative;
}

    #portfolio-slideshow-outer:hover .slideshow-btn {
        opacity: 1;
    }

.single-detail-item {
    margin-top: 20px;
}

    .single-detail-item h3 {
        font-size: 16px;
        color: #111111;
        line-height: 22px;
        letter-spacing: 4px;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

        .single-detail-item h3:after {
            width: 40px;
            height: 1px;
            display: block;
            background-color: #111111;
            content: "";
            margin: 10px 0 20px;
        }

    .single-detail-item p, .single-detail-item a {
        font-size: 14px;
        color: #707070;
        line-height: 20px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .single-detail-item #post-share {
        margin-top: -7px;
    }


/* -- 10.2) blog single -- */

.single-blog {
    padding-bottom: 0 !important;
}

.single-blog-title h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.single-blog-title p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-align: center;
}

    .single-blog-title p:after {
        width: 40px;
        height: 1px;
        display: block;
        background-color: #111111;
        content: "";
        margin: 20px auto 20px;
    }

.single-image {
    margin-bottom: 40px;
}



/* --- 11) 404/ERROR PAGE --- */

.not-found-page {
    text-align: center;
}

    .not-found-page h2 {
        font-size: 16px;
        color: #111111;
        line-height: 22px;
        letter-spacing: 4px;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

        .not-found-page h2:after {
            width: 40px;
            height: 1px;
            display: block;
            background-color: #111111;
            content: "";
            margin: 10px auto 20px;
        }

    .not-found-page p {
        font-size: 13px;
        color: #707070;
        line-height: 19px;
        letter-spacing: 1px;
    }

#product-relate-section {
    padding: 50px 0px;
    /*background: #f8f8f8;*/
    position: relative;
}

    #product-relate-section h1 {
        color: #000000;
        font-family: 'Bold';
        font-size: 2rem;
        margin-bottom: 10px;
        line-height: 34px;
        text-transform: uppercase;
    }

        #product-relate-section h1::after {
            display: block;
            content: '';
            width: 60px;
            height: 7px;
            background: black;
            position: absolute;
            bottom: -10px;
            left: 16px;
        }


.product-slide {
    text-transform: none;
    text-decoration: none;
}

    .product-slide h5 {
        color: #000000;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 15px;
        line-height: 30px;
        font-family: 'Questrial', sans-serif;
        text-transform: uppercase;
    }

    .product-slide img {
        width: 100%;
    }


