/*
Theme Name: Start
Description: Custom Theme for JT Design &amp; Construct
Version: 1.0
Text Domain: start
*/

/*
-- CONTENTS -- 
1.  Reset
2.  Clearfix
3.  Typography
4.  Grid
5.  Header
6.  Navigation
7.  Global Styles
8.  Pages
9.  Footer
10. Sidebar
11. Buttons
12. Forms
13. Print
*/

/* -- 1. RESET -- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

q,blockquote {
    quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

/* -- 2. CLEARFIX -- */
.row:before,.row:after {
    content: ' ';
    display: table;
}

.row {
    *zoom: 1;
}

.row:after {
    clear: both;
}

/* -- 3. TYPOGRAPHY -- */
@font-face {
    font-family: 'proxima_novathin';
    src: url(/wp-content/themes/Start/fonts/proximanova-thin-webfont.eot);
    src: url(/wp-content/themes/Start/fonts/proximanova-thin-webfont.eot?#iefix) format('embedded-opentype'),
         url(/wp-content/themes/Start/fonts/proximanova-thin-webfont.woff2) format('woff2'),
         url(/wp-content/themes/Start/fonts/proximanova-thin-webfont.woff) format('woff'),
         url(/wp-content/themes/Start/fonts/proximanova-thin-webfont.ttf) format('truetype'),
         url(/wp-content/themes/Start/fonts/proximanova-thin-webfont.svg#proxima_novathin) format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "proxima_novathin", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "proxima_novathin", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

.page-id-5 h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: .8rem;
}

b,strong {
    font-weight: 700;
}

p,li {
    font-family: "proxima_novathin", sans-serif;
    letter-spacing: .7px;
    line-height: 1.4;
    margin-bottom: 1rem;
}

p:last-child,li:last-child {
    margin-bottom: 0;
}

/* -- 4. GRID -- */
.six {
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .six {
        width: 48.33333%;
        float: left;
        margin-left: .83333%;
        margin-right: .83333%;
        padding-bottom: 1rem;
    }
}

/* -- 5. HEADER -- */
header {
    padding: 3% 7% 0;
    position: absolute;
    width: 86%;
    z-index: 1;
}

/* -- 6. NAVIGATION -- */
nav {
    display: none;
    float: right;
    text-align: right;
}

@media (min-width: 1024px) {
    nav {
        display: none;
    }
}

.page-id-44 .entry-content img {
    width: 100vw!important;
    height: auto!important;
}

@media (min-width: 1024px) {
    nav {
        height: 35px;
        top: 20px;
        position: relative;
	line-height: 3;
    }

    nav li {
        display: inline-block;
        font-size: .8rem;
        letter-spacing: 4px;
        margin-right: 2rem;
        text-transform: uppercase;
    }

    nav li:hover {
	border-bottom: 1px solid;
    }

    .page-id-44 nav li:hover {
	border-bottom: 1px solid #000;
    }

    .page-id-44 .entry-content {
	margin: 0;
	top: 19.5%!important;
    }

    .page-id-44 .entry-content img {
        width: auto!important;
	max-height: 450px!important;
    }
}

nav a {
    margin-right: -4px;
    position: relative;
}

@media (min-width: 1024px) {
    .toggle {
        display: block !important;
    }
}

.toggle {
    border: 2px solid #FFF;
    cursor: pointer;
    display: none;
    font-weight: 700;
    font-size: 1.5rem;
    float: right;
    margin: 1rem;
    padding: 14px 9px;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 40px;   
}

.toggle:hover {
    background-color: #FFF;
    color: #000;
}

#wprmenu_menu {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "proxima_novathin", sans-serif!important;
}

#wprmenu_menu.wprmenu_levels ul li a {
    font-family: "proxima_novathin", sans-serif!important;
}

/* -- 7. GLOBAL STYLES -- */
/* Elements */
body {
    color: #FFF;
}

@media (min-width: 1024px) {
    body {
        height: 100vh;
        overflow: hidden;
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.fa {
    font-size: 1.5rem;
    margin-right: 1rem;
}

/* Layout */
section {
    background-size: cover !important;
    padding: 11% 7% 0;
}

@media (min-width: 768px) {
    section {
        height: 100vh;
    }

    .entry-content {
        height: 70vh;
    }
}

@media (min-width: 768px) {
    .entry-content {
        width: 65%;
        float: left;
        margin-left: .83333%;
        margin-right: .83333%;
    }
}

@media (min-width: 1024px) {
    .entry-content {
        width: 48.33333%;
        float: left;
        margin-left: .83333%;
        margin-right: .83333%;
    }
}

.wrapper {
    margin-bottom: 2rem;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    height: 450px;
    overflow: hidden;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-item {
    max-height: 100vh;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    width: auto;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-nav {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 28vh;
    width: 100%;
    z-index: 5;
}

.owl-prev {
    display: inline-block;
    float: left;
    padding: 1rem;
    transition: all .3s ease-in-out;
}

.owl-next {
    display: inline-block;
    float: right;
    padding: 1rem;
    transition: all .3s ease-in-out;
}

.owl-next:hover,.owl-prev:hover {
    background-color: rgba(0,0,0,0.5);
}

.no-js .owl-carousel {
    display: block;
}

/* -- 8. PAGES -- */
/* Home */
.home .entry-content {
    width: 100%;
}

.home footer {
    display: none;
}

.home section {
    height: 100vh;
}

.home .entry-title {
    display: none;
}

.home-logo {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

.home .toggle {
    border: none;
}

.bxslider li {
    background-size: cover !important;
    background-position: center !important;
    height: 100vh;
}

/* About */
.profile {
  background-size: cover;
  border: 3px solid #fff;
  height: 400px;
  position: relative;
  width: 400px;
  z-index: 1;
  max-width: 90%;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .profile {
	position: absolute;
 	right: 10%;
  	top: 21%;
        margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .profile {
 	right: 16%;
  }
}


/* Gallery */
.page-id-44 nav a {
    color: #000;
}

.page-id-44 .toggle {
    color: #000;
    border: 2px solid #000;
}

.page-id-44 .toggle:hover {
    background-color: #000;
    color: #fff;
}

.page-id-44 .fa {
    color: #000;
}

.page-id-44 footer {
  	padding-top: 2rem;
  	max-width: 86%;
  	margin: auto;
}

.page-id-44 .entry-content {
	width: 100%;
}

@media (min-width:1024px) {
	.page-id-44 footer {
		position: absolute;
	}

	.page-id-44 .entry-content {
    		position: absolute;
    		top: 18%;
    		width: 100%;
	}
}

.owl-carousel {
	display: none!important;
}

@media (min-width:1024px) {
	.mobile-gallery {
		display: none;
	}

	.owl-carousel {
		display: block!important;
	}
}

/* Contact */
.page-id-12 section {
    min-height: 88vh;
}

.page-id-12 footer {
  	margin-top: 9rem!important;
}

@media (min-width:768px) {
	margin-top: 2rem;
}

/* -- 9. FOOTER -- */
@media (min-width: 768px) {
    footer {
        bottom: 0;
        left: 0;
        padding: 3% 7%;
        position: absolute;
        width: 86%;
    }
}

@media (min-width: 768px) {
    .logo {
        width: 48.33333%;
        float: left;
        margin-left: .83333%;
        margin-right: .83333%;
    }
}

footer img {
    max-width: 100%;
    float: right;
    width: 450px;
}

/* -- 10. SIDEBAR -- */
/* -- 11. BUTTONS -- */

/*
.cta {
    position: relative;
}

.cta::before {
    background-image: linear-gradient(to right bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.5));
    transition: all 0.3s ease-in-out;
}

.cta-flex::before,.cta::before {
    height: 150%;
    left: 15px;
    opacity: 0;
    top: -31%;
    width: 0;
}

.cta-slash,.cta::before {
    display: block;
    position: absolute;
}

.cta::before,.site-wrapper::after {
    content: "";
}

.cta:hover .cta-slash {
    left: calc(100% - 3px);
    transform: rotate(-90deg) translateX(-2px);
    transition: all 0.3s ease-in-out;
    top: 2.4px;
    width: 26.6px;
}

.cta:hover .cta-btn,.cta a {
    color: #fff;
}

.cta:hover::before {
    opacity: 1;
    width: calc(100% - 5px);
}

.cta-btn,.cta a {
    padding-left: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.cta-slash {
    background-image: linear-gradient(to right bottom,#fff,#fff);
    height: 2px;
    left: 10px;
    top: 4px;
    transform: rotate(-70deg);
    transition: all 0.3s ease-in-out;
    width: 18px;
}

.cta-slash,.cta::before {
    display: block;
    position: absolute;
} */

/* -- 12. FORMS -- */
/* -- 13. PRINT -- */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }
}