/*!
Theme Name: oldcutters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oldcutters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oldcutters is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 .portfolio_content.entry-content {
    background-color: #333 !important;
    padding: 25px 75px;
}
.breadcrumbs.home_page_title.entry-header {
    color: #fff;
}
#singlePageContent {
    background-color: #333 !important;
}
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: url(https://oldcutters.com/site/wp-content/uploads/2015/01/reviews_background_home.jpg) repeat top center fixed;
}
a {
    color: #252525;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #a48f61;
    text-decoration: none;
    outline: 0;
}
img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
    max-width: 100% !important;
    height: auto;
}
.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.img-center {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
}
.noscroll {
    overflow: hidden;
}
.static {
    position: static;
}
section {
    position: relative;
    background-size: cover;
}
.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    z-index: 2;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
p.serifItalic {
    font-family: 'Vollkorn', serif;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    list-style-type: square;
    list-style-position: inside;
}
.dark {
    color: white;
}
.whiteText {
    color: #fff;
}
.white {
    color: #fff;
}
.container {
    position: relative;
    z-index: 3;
}
section {
    padding-top: 50px;
    padding-bottom: 0px;
}
.container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.dottedSep {
    padding-top: 40px;
    padding-bottom: 40px;
}
.xSep {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bigSeparator {
    height: 8px;
    background-color: black;
    margin-top: 100px;
    margin-bottom: 0;
}
.dropcap {
    float: left;
    color: inherit;
    font-size: 50px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Georgia;
}
h1,
.h1 {
    font-size: 67px;
    text-transform: uppercase;
}
h2,
.h2 {
    font-size: 37px;
    text-transform: uppercase;
}
h3,
.h3 {
    font-size: 27px;
    text-transform: uppercase;
}
h4,
.h4 {
    font-size: 15px;
    text-transform: uppercase;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
.container .row h1 {
    margin-bottom: 24px;
}
.elegantBrown {
    color: #a48f61;
}
.noletterspacing {
    letter-spacing: 0px;
}
.serifItalic {
    font-family: 'dubielitalic', sans-serif;
}
.serif {
    font-family: 'dubielplainregular', sans-serif;
    font-style: normal;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 20px;
}
.montserrat {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.montserrat .serifItalic {
    text-transform: none;
    font-size: 1.2em;
    font-weight: normal;
}
h4.oswald {
    letter-spacing: 2px;
}
.dark p {
    color: white;
}
.btn-default {
    color: #fff;
    background-color: #000;
    border: 0;
    /*-webkit-transition: all 300ms ease-in-out;*/
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn-portfolio-cat {
    color: #a48f61;
    background-color: #000;
    border: 0;
    /*-webkit-transition: all 300ms ease-in-out;*/
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn-portfolio-cat:hover {
    background-color: #252525;
    border-color: #a48f61;
    color: white;
}
.btn-white {
    color: white;
    background-color: transparent;
    border: 0;
}
.white.btn-default {
    color: #333;
    background-color: transparent;
    border: #252525;
}
.btn-default:hover {
    background-color: #252525;
    border-color: #252525;
    color: white;
}
.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 4px solid #a48f61;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}
.btn_portfolio_cat {
    display: inline-block;
    padding: 14px 24px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 4px solid #fff;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.btn_portfolio_cat:focus,
.btn_portfolio_cat:active:focus,
.btn_portfolio_cat.active:focus {
    outline: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}
/* NAVBAR */
.navbar-default .navbar-nav>li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-default {
    background-color: #252525;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.logoNav {
    position: relative;
    width: 210px;
    height: 59px;
    margin-top: 20px;
}
.navbar-nav {
    float: none;
    margin: 0;
}
.leftNav {
    float: right;
}
/*navbar effect available on screens where the menu doesnt toggle*/
@media screen and (min-width: 700px) {
    .navbar-default .navbar-nav>li>a {
        margin: 0;
        position: relative;
    }
    .navbar-default .navbar-nav>li>a::before,
    .navbar-default .navbar-nav>li>a::after {
        position: absolute;
        width: 80%;
        left: 10%;
        top: 50%;
        height: 1px;
        margin-top: -1px;
        background: #6c6c6c;
        content: '';
        z-index: -1;
        /*-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        pointer-events: none;
    }
    .navbar-default .navbar-nav>li>a::before {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .navbar-default .navbar-nav>li>a::after {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a:hover::before,
    .navbar-default .navbar-nav>li>a:hover::after,
    .navbar-default .navbar-nav>li>a:focus::before,
    .navbar-default .navbar-nav>li>a:focus::after {
        opacity: 0.7;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: white;
        background-color: transparent;
    }
    .dropdown-menu {
        left: 0;
        z-index: 1000;
        position: absolute;
        top: 100%;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 3px 0 0;
        font-size: 10px;
        text-align: left;
        list-style: none;
        background-color: #1C1C1C;
        background-clip: padding-box;
        border: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        line-height: 1.42857143;
        color: white;
        white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #676767;
    }
    @media (max-width: 766px) {
        .leftNav {
            float: left;
            width: 100%;
        }
        .navbar-default .navbar-nav>li>a::before,
        .navbar-default .navbar-nav>li>a::after {
            height: 0px;
        }
        .navbar-default .navbar-nav>li {
            text-align: center;
            padding-top: 0px;
            padding-bottom: 0px;
        }
        .navbar-collapse.in {
            overflow-y: visible;
        }
        .navbar-default .navbar-nav>li>a::before,
        .navbar-default .navbar-nav>li>a::after {
            position: relative;
            width: 0%;
            left: 10%;
            height: 0px;
            margin-top: -1px;
            content: '';
            z-index: -1;
        }
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #1c1c1c;
            border: 0;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu li {
            list-style-type: none;
            text-align: center;
        }
    }
    .navbar-default .dropdown-menu li {
        list-style: none;
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus {
        background-color: #000;
    }
    /* intro */
    #intro {
        padding-top: 140px;
        background-image: url(https://oldcutters.com/site/wp-content/uploads/2015/01/SlideShow1.jpg);
    }
    #intro .dottedSep {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #intro .xSep {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* text separator */
    #text-separator {
        background-color: #363636;
        padding: 20px;
        z-index: 10;
    }
    #text-separator p {
        color: white;
    }
    #text-separator .btn {
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    /* about section */
    #about {
        background: url('img/daimond_eyes.png') repeat;
    }
    /*diamond shapes */
    .diamondWrapper {
        width: 130px;
        margin: 20px auto;
        position: relative;
    }
    .diamondIcon {
        position: absolute;
        top: 30px;
        width: 30px;
        margin-left: 50px;
        font-size: 30px;
    }
    /* what we do section */
    #what-we-do {
        background: url(https://placehold.it/1600x1200);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .squareWrapper {
        width: 130px;
        margin: 20px auto;
        position: relative;
    }
    .squareIcon {
        position: absolute;
        top: 50px;
        width: 30px;
        margin-left: 50px;
        font-size: 30px;
    }
    .tab-content {
        padding: 40px;
    }
    div.active a {
        color: #a48f61;
    }
    .tab-content {
        margin-top: 20px;
        background-color: rgba(255, 255, 255, 0.40);
        margin-bottom: 40px;
    }
    /*fun facts section*/
    #fun-facts {
        background: url('img/daimond_eyes.png') repeat;
    }
    /*portfolio*/
    #portfolio {
        background: url(https://oldcutters.com/site/wp-content/uploads/2015/01/reviews_background_home.jpg) repeat top center fixed;
        /* -webkit-background-size: cover; */
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #portfolio .container {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    #portfolio .portfolioItem {
        margin-top: 40px;
    }
    #portfolio .imageWrapper {
        overflow: hidden;
        margin: -0.135em;
        width: 100%;
        height: 300px;
        background: #231f20;
        text-align: center;
        position: relative;
        /*cursor: pointer;*/
    }
    #portfolio .imageWrapper img {
        position: relative;
        display: block;
        min-height: 100%;
        opacity: 0.3;
        height: 100%;
    }
    #portfolio .imageWrapper .caption {
        backface-visibility: hidden;
    }
    #portfolio .imageWrapper .caption h4 {
        margin: 0;
    }
    #portfolio .imageWrapper .caption p {
        color: white;
        letter-spacing: 0.5px;
    }
    #portfolio .imageWrapper .caption::before,
    #portfolio .imageWrapper .caption::after {
        pointer-events: none;
    }
    #portfolio .imageWrapper .caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #portfolio .imageWrapper a {
        z-index: 1000;
        opacity: 0;
        color: white;
        top: 20px;
    }
    #portfolio .imageWrapper .caption {
        color: white;
    }
    #portfolio .imageWrapper.effect {
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    #portfolio .imageWrapper.effect img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0, 0, 300px);
        transform: translate3d(0, 0, 300px);
    }
    #portfolio .imageWrapper.effect:hover img {
        opacity: 0.8;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #portfolio .imageWrapper.effect .caption::before,
    #portfolio .imageWrapper.effect .caption::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 1px;
        background: #a48f61;
        content: '';
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    #portfolio .imageWrapper.effect:hover .caption::before {
        opacity: 0.5;
    }
    #portfolio .imageWrapper.effect:hover .caption::after {
        opacity: 0.5;
    }
    #portfolio .imageWrapper.effect h4,
    #portfolio .imageWrapper.effect p {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        font-size: 24px;
        font-weight: 600;
    }
    #portfolio .imageWrapper.effect h4 {
        -webkit-transform: translate3d(0, -60%, 0) translate3d(0, -160%, 0);
        transform: translate3d(0, -60%, 0) translate3d(0, -160%, 0);
    }
    #portfolio .imageWrapper.effect p {
        padding: 0.25em 2em;
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    }
    #portfolio .imageWrapper.effect:hover h4 {
        -webkit-transform: translate3d(0, -60%, 0) translate3d(0, -110%, 0);
        transform: translate3d(0, -60%, 0) translate3d(0, -100%, 0);
    }
    #portfolio .imageWrapper.effect:hover p {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 60%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, 60%, 0);
        top: 175px;
    }
    #portfolio .imageWrapper.effect:hover a {
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }
    #portfolio .moreText {
        line-height: 1em;
        font-size: 4em;
        position: absolute;
        left: 0%;
        min-width: 360px;
        min-height: 300px;
    }
    #portfolio .mfp-title {
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        line-height: 34px;
        color: #f3f3f3;
        word-wrap: break-word;
        padding-right: 36px;
    }
    /* Overlay style */
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 3000;
        overflow-y: scroll;
    }
    .overlay-section {
        position: static;
    }
    /* Effects */
    .overlay-slidedown {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
        transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    }
    .overlay-slidedown.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }
    .overlay-close img {
        cursor: pointer;
    }
    .overlay-close {
        padding: 30px;
    }
    .close-ajax {
        padding: 30px;
    }
    .close-ajax img {
        cursor: pointer;
    }
    .close-ajaxWrapper {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    /*team*/
    #team {
        background: url('img/daimond_eyes.png') repeat;
    }
    .member {
        padding: 30px;
        text-align: Center;
    }
    .member img {
        height: auto;
    }
    .teamCaption .dottedSep {
        padding: 20px;
    }
    .teamCaption .dottedSep img {
        width: 60px;
        height: auto;
    }
    .memberSocial a {
        margin: 5px;
    }
    .teamMember {
        padding: 10px;
    }
    .teamMember img {
        margin: 0 auto;
    }
    .teamCaption h3 {
        padding-top: 20px;
    }
    #team .teamCaption .serifItalic {
        font-weight: normal;
        font-size: 18px;
        color: black;
        letter-spacing: -0.5px;
        line-height: 30px;
    }
    /*/features*/
    #features {
        background: url(https://placehold.it/1600x1200) no-repeat center center fixed;
        /*-webkit-background-size: cover;*/
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 0, 50% 0, 50% 0, 50% 0;
        background-repeat: repeat, repeat, repeat, no-repeat;
    }
    #features .container {
        padding-bottom: 0;
    }
    .feature {
        padding: 30px;
    }
    /*CLIENTS*/
    #clients {
        background-color: #363636;
    }
    #clients .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*clinets review*/
    #clients-reviews {
        padding: 20px;
        background: url(https://oldcutters.com/site/wp-content/uploads/2015/01/reviews_background_home.jpg) repeat top center fixed;
        /*-webkit-background-size: cover;*/
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #clients-reviews .parallax-overlay {
        background-color: rgba(0, 0, 0, 0.70);
    }
    #clients-reviews .review .serif,
    #clients-reviews .review .serifItalic {
        text-transform: none;
    }
    #clients-reviews .owl-theme .owl-controls .owl-nav [class*=owl-] {
        background: transparent;
    }
    /*why choose us*/
    #why-choose-us {
        background: url('img/daimond_eyes.png') repeat;
    }
    #why-choose-us .panel-heading {
        padding: 20px;
    }
    #why-choose-us .panel-group .panel {
        margin-bottom: 20px;
        border-radius: 0;
        overflow: hidden;
        border: 4px double #c99f6c;
        margin-left: 40px;
        margin-right: 40px;
    }
    #why-choose-us .tab-content {
        padding: 0px;
    }
    #why-choose-us .nav-tabs>li>a {
        border-radius: 0;
    }
    #why-choose-us .nav>li>a {
        padding: 5px 15px;
    }
    #why-choose-us .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        border-top: 3px solid #c99f6c;
        margin-top: -3px;
    }
    .progress-bar {
        background-color: #363636;
    }
    .progress-striped .progress-bar,
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }
    /*pricing tables*/
    #pricing-tables .parallax-overlay {
        background-color: rgba(0, 0, 0, 0.90);
    }
    #pricing-tables .subscriptionPrice h4,
    .subscriptionPrice h3 {
        display: inline-block;
    }
    #pricing-tables .subscriptionList ul {
        padding: 20px;
    }
    .dark .subscriptionList ul li {
        color: white;
    }
    #pricing-tables .subscriptionList ul li {
        list-style-type: none;
    }
    #pricing-tables .tableWrapper {
        border: 4px double #333;
        padding: 40px;
        margin: 20px;
    }
    #pricing-tables .recommended {
        margin-top: -20px;
    }
    /*featured works*/
    #featured-works {
        background: url('img/daimond_eyes.png') repeat;
    }
    .featuredWork img {
        width: 100%;
    }
    .featuredWork {
        position: relative;
    }
    .featuredWork .caption {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(40, 40, 40, 0.90);
        -webkit-transition: all 1s ease-in-out;
        z-index: 100;
    }
    .featuredWork:hover .caption {
        opacity: 1;
    }
    .featuredWork .caption-heading {
        width: 100%;
        height: 100px;
    }
    .featuredWork .caption-heading .serifItalic {
        color: white;
        text-transform: none;
    }
    /*information*/
    #our-information {
        padding: 20px;
        background: url(https://placehold.it/1600x1200) no-repeat center center fixed;
        /*-webkit-background-size: cover;*/
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 0, 50% 0, 50% 0, 50% 0;
        background-repeat: repeat, repeat, repeat, no-repeat;
    }
    #our-information .parallax-overlay {
        background-color: rgba(0, 0, 0, 0.70);
    }
    /*contact page*/
    #contact {
        background: url('img/daimond_eyes.png') repeat;
    }
    #contact_form input {
        width: 100%;
        height: 50px;
        padding: 10px;
        padding-bottom: 0px;
        border: 0;
        background: transparent;
        border-bottom: 1px solid #c99f6c;
        border-left: 1px solid #c99f6c;
        font-family: 'dubielitalic', sans-serif;
        color: #c99f6c;
    }
    #contact_form input:focus {
        outline: 0;
        background: transparent;
    }
    #contact_form label {
        width: 90%;
        margin: 10px;
        color: #a48f61;
    }
    #contact_form textarea:focus {
        outline: 0;
        background: transparent;
    }
    #contact_form textarea {
        width: 100%;
        height: 190px;
        padding: 10px;
        padding-bottom: 0px;
        border: 0;
        background: transparent;
        border-bottom: 1px solid #a48f61;
        border-left: 1px solid #a48f61;
        font-family: 'dubielitalic', sans-serif;
        color: #a48f61;
    }
    #contact_form input#submit {
        border: 0;
        font-size: 20px;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        height: 30px
    }
    /*google map*/
    #googleMap {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
    /*footer*/
    #footer .topLine {
        padding: 20px;
        margin: 0 auto;
        background-color: #353535;
    }
    #footer .footerLogo {
        width: 260px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #footer .bottomLine {
        padding: 20px;
        margin: 0 auto;
        background-color: #282828;
    }
    .bottomLine p {
        padding: 5px;
        font-size: 12px;
    }
    .bottomLine .footerSocialIcons {
        padding: 20px;
    }
    .footerSocialIcons {
        list-style: none
    }
    .footerSocialIcons li {
        display: inline;
        margin: 0 3px;
    }
    .footerSocialIcons li a {
        color: white;
    }
    /* overlays */
    #singlePageIntro {
        height: 250px;
        background: url(https://oldcutters.com/site/wp-content/uploads/2015/01/reviews_background_home.jpg) repeat top center fixed;
        /* -webkit-background-size: cover; */
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: 85px;
    }
    PageIntro .container {
        padding: 30px;
    }
    #singlePageContent {
        padding: 30px;
    }
    .singleProjectInfo ul li {
        list-style-position: outside !important;
    }
    .singleProjectInfo {
        border-left: 4px double #c99f6c;
        padding-left: 15px;
    }
    #blogPost a {
        color: #fff !important;
    }
    #blogPost a:hover {
        color: #a48f61 !important;
        text-decoration: underline;
    }
    .singleProjectInfo p {
        color: #fff;
    }
    .singleProjectInfo h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #fff;
    }
    .singleProjectInfo ul {
        list-style-type: none;
        padding: 10px 40px;
    }
    .singleImageWrapper {
        margin-top: 50px;
    }
    .singleImageWrapper iframe {
        width: 100%;
        min-height: 100%;
    }
    #singlePageIntro .dottedSep {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /*  Pre Loader  */
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #preloader {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fefefe;
        z-index: 99999;
        height: 100%;
        overflow: hidden;
    }
    #status {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(img/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: center;
        margin: -100px 0 0 -100px;
    }
    #preloader .loading {
        width: 130px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 100px 0 0 -65px;
        text-align: center;
    }
    iframe {
        border: none;
    }
    .tp-banner-container {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .tp-banner {
        width: 100%;
        position: relative;
    }
    /*recent news section*/
    #recentBlog,
    #mainBlog {
        background: url('img/daimond_eyes.png') repeat;
    }
    #recentBlog .recentblogPost {
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #recentBlog .squareWrapper {
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #recentBlog .recentPostTitle {
        padding-top: 27px;
        padding-left: 10px;
    }
    #recentBlog .recentPostTitle .oswald,
    #mainBlog .postTitle .oswald {
        text-transform: none;
        letter-spacing: 0px;
        font-size: 14px;
    }
    #recentBlog .recentDate {
        position: absolute;
        top: 20px;
        width: 100px;
        margin-left: 0px;
        text-align: Center;
    }
    /*BLOG PAGE*/
    #mainBlog {
        padding-top: 100px;
    }
    #mainBlog hr {
        margin-bottom: 60px;
    }
    article {
        margin-bottom: 60px;
    }
    article .squareWrapper {
        margin: 0;
        float: left;
        width: 130px;
        height: 130px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    article .recentDate {
        position: absolute;
        top: 35px;
        width: 100px;
        margin-left: 14px;
        text-align: Center;
    }
    article .recentDate h3,
    article .recentDate h4 {
        margin: 0;
    }
    article img {
        padding-bottom: 50px;
    }
    article p {
        padding-bottom: 20px;
    }
    article .postTitle {
        padding-top: 18px;
    }
    .widget ul {
        list-style-type: square;
        padding-left: 20px;
    }
    .widget {
        padding: 10px;
        margin-bottom: 20px;
    }
    .widget ul li {
        color: #c99f6c;
        margin-bottom: 10px;
    }
    .widget ul li a {
        color: #353535;
    }
    #mainBlog .form-control {
        height: 45px;
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 0px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    #mainBlog .form-control:focus {
        border-color: #c99f6c;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(201, 159, 108, 0.60);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(201, 159, 108, 0.60);
    }
    #mainBlog .input-group-addon {
        padding: 12px 18px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: white;
        text-align: center;
        background-color: #282828;
        border: 0;
        border-radius: 0;
    }
    #mainBlog .input-group-addon a {
        color: #a48f61;
    }
    #mainBlog .blogPostSeparator {
        width: 60px;
        height: 2px;
        background-color: #c99f6c;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    #mainBlog article .owl-nav div {
        padding: 0;
    }
    #mainBlog article .owl-nav i {
        margin-top: 8px;
    }
    #mainBlog article .owl-nav div {
        position: absolute;
        top: 45%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        color: white;
        width: 50px;
        height: 50px;
    }
    #mainBlog article .owl-nav .owl-prev {
        left: 10px;
    }
    #mainBlog article .owl-nav .owl-next {
        right: 10px;
    }
    #mainBlog article .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 19px;
        background: transparent;
    }
    #mainBlog article .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: transparent;
        text-decoration: none;
    }
    #mainBlog blockquote p {
        padding: 0;
    }
    #blogPost {
        color: #fff;
    }
    #blogPost p {
        color: #fff;
    }
    .singleProjectInfo li a {
        color: #fff;
    }
    .singleProjectInfo li a:hover {
        color: #a48f61;
    }
    #footer .bottomLine {
        background: url(https://oldcutters.com/site/wp-content/uploads/2015/01/reviews_background_home.jpg) repeat top center fixed;
        /* -webkit-background-size: cover; */
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .content-area {
        margin-top: 130px;
    }
    input,
    select,
    textarea {
        color: #000 !important;
    }
    input[type="submit"]:hover {
        background-color: #252525;
        border-color: #252525;
        color: white;
        outline: 0;
    }
    input[type="submit"] {
        display: inline-block;
        padding: 8px 16px;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 4px solid #a48f61;
        border-radius: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 2px;
        background-color: #000;
        color: #fff !important;
        -webkit-transition: all 300ms ease-in-out;
        */ -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .wrapper {
        overflow: hidden;
    }
    .wrapper div {}
    #one {
        float: left;
        margin-left: 250px;
        width: 350px;
    }
    #two {
        overflow: hidden;
        margin: 10px;
        min-height: 170px;
        float: right;
    }
    @media screen and (max-width: 400px) {
        #one {
            float: none;
            margin-right: 0;
            width: auto;
            border: 0;
            border-bottom: 2px solid #000;
        }
        #two {
            float: none;
            width: auto;
        }
    }
    #portfolio_hover_sale {
        opacity: 0;
    }
    .portfolioItem:hover #portfolio_hover_sale {
        opacity: 1;
    }
    div#portfolioPost {
        margin: 0 auto;
        text-align: -webkit-auto;
        max-width: 800px;
    }