
/*
Theme Name: Koble Theme
Theme URI: 
Author: 
Author URI: 
Description: Theme for Koble
Version: 1.0

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("webfonts.css");

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
       
        
        -webkit-text-size-adjust: none;
        -webkit-appearance: none;
        
        
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

img{border:0}

/* WYSIWYG DEFAULTS*/


.clear
{
    display: block;
    clear:both;
}
table
{
    display: table!important;
    table-layout: fixed;
    width: 100%!important;
    height: auto!important;
}
table td
{
    padding-right: 2em;
/*    padding-left: 1em;*/
    vertical-align: top;
}

.entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*END WYSIWYG DEFAULTS*/
#wpadminbar
{
    position: fixed!important;
}
html,body
{
    position: relative;
}

body
{
    
    font-weight:400; 
    font-style:normal; 
    font-size: 16px;
    /*min-width: 1200px;*/
    background:white;
    color: #333e48;
    font-family: "p22-underground",sans-serif;
    overflow-x: hidden;
    /*letter-spacing: 0.05em;*/
}
table
{
    min-width: 100%;
    max-width: 100%;
}
p,table,ul
{
    margin-bottom: 25px;
    line-height: 1.5;
}
a,ul p
{
    color:inherit;
}
#main img
{
    max-width: 100%;
    height: auto;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.widget
{
    list-style: none;
}
strong
{
    font-weight: 500;
    
}
em
{
    font-style: italic;
}

h1,h2,h3,h4,h5,h6
{
    
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: normal;
    color: inherit;
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.15em;*/
    
}
h1
{
    font-size: 3em;
    font-family: 'Larsseit-Bold',sans-serif;
    margin-bottom: 50px;
}
h2
{
    font-size: 2em;
    font-family: 'Larsseit-Bold',sans-serif;
}
h3
{
    font-size: 1.5em;
    font-family: 'Larsseit-Bold',sans-serif;
}
h4
{
    font-size: 1.25em;
}
h5
{
    font-size: 1.1em;
}
h6
{
    font-size: 0.85em;
}


#page
{
    overflow: hidden;
}
#main
{
    min-height: 300px;
    
}
#main-left
{
    width: 50%;
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    overflow: hidden;
}
#main-right
{
    width: 50%;
    margin-left: 50%;
    position: relative;
}
#header
{
    background: white;
    position: fixed;
    left: 50%;
    /*width: 50%;*/
    /*height: 60px;*/
    z-index: 100;
    margin-top: 50px;
    
}
.page-section
{
    clear: both;
    width: 100%;
    /*margin-top: 60px;*/
}
.page-section-inner
{
    padding: 50px;
    /*position: relative;*/   
}
#main-right .page-section-inner
{
    padding-left: 120px;
}
#access
{
    text-align: center;
}
#access ul,#access li
{
    display: inline;
}
#access a
{
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
    font-size: 12px;
}
#access a:hover,.current-menu-item a
{
    text-decoration: none;
    color: #d1d3d3;
}
.set-width
{
    max-width: 650px;
    /*margin: auto;*/
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}


#gmap
{
    /*background:#e8e8e8;*/
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#gmap iframe
{
    /*background:#eee;*/
    
}
.team-member
{
    cursor: pointer;
}
.team-member:hover
{
    opacity: 0.75;
}
.team-member-photo
{   
    background-color: white;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
#contact
{
    background: white;
    background: rgba(255,255,255,0.95);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#contact-inner
{
    padding: 6em;
}
#contact-close
{
    position: absolute;
    top:50px;
    right: 50px;
    z-index: 10;
    font-size: 3em;
    cursor: pointer;
}

.post-content
{
    margin-bottom: 0;
}
.blog .post-content,.single .post-title
{
    text-align: center;
}
.blog .post-content
{
    margin-bottom: 10px;
}
.post-bottom
{
    text-align: center;
}
.shareheading
{
    border-bottom: 1px solid #bfbfbf;
    display: inline-block;
}
.fb-share
{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(facebook.png) no-repeat center center;
}
.twitter-share
{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(twitter.png) no-repeat center center;
}
#blockline
{
    display: inline-block;
    width: 12px;
    height: 3px;
    background: black;
    margin: 30px 0;
}
.backtoblog
{
    padding-left: 20px;
    background: url(backarrow.png) no-repeat left center;
    display: inline-block;
    margin-bottom: 50px;
    height: 12px;
    
}
.blogmore
{
    padding-right: 20px;
    background: url(forwardarrow.png) no-repeat right center;
    display: inline-block;
    margin-top: 20px;
    height: 12px;
}
#splash
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333e48;
    z-index: 999999;
    
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}


.home #splash
{
    display: block;
}

#left-footer-content
{
    position: absolute;
    bottom: 30px;
}

.wpcf7 input,.wpcf7 textarea
{
    border: 0;
    font-size: 0.95em;
    font-family: inherit;
    background: #f3f3f3;
    padding: 0 0.75em;
    width: 100%;
    box-sizing: border-box;
    height: 2.2em;
    line-height: 2.4em;
    
    color: #333e48;
}
.wpcf7 input[type="file"]
{
    line-height: 1;
    padding: 0;
    background: none;
    
    
}
.wpcf7 textarea
{
    height: 60px;
    resize: none;
}
.wpcf7 input[type="submit"]
{
    font-size: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
    /*width: auto;*/
    padding: 0 1em;
    width: auto;
    background: #5c6671;
    color: white;
}
.wpcf7 input[type="submit"]:hover
{
    background: #333e48;
    color: white;
}
.contact-field
{
    margin-bottom: 1em;
}
.contact-section
{
    margin-bottom: 3em;
}
.contact-label
{
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.wpcf7-not-valid-tip
{
    margin-top: 5px;
    margin-bottom: 10px;
}
.wpcf7-not-valid
{
    background: #FDE7E7!important;
}
div.wpcf7-response-output
{
    margin: 0!important;
}
#contact-header
{
    height: 90px;
    padding-bottom: 20px;
    position: relative;
}
#contact-header-inner
{
    position: absolute;
    width: 100%;
    top: auto;
    padding-top: 20px;
    
    background: white;
    z-index: 50;
}
#contact-progress
{
    font-weight: bold;
    font-size: 1.1em;
}
.contact-step
{
    height: 5px;
    width: 60px;
    background: #c6bfb6;
    display: inline-block;
}
.contact-step-current
{
    background: #333e48;
}
.wpcf7 form
{
    padding-bottom: 500px;
}
.contact-label-small
{
    /*margin-bottom: -20px;*/
    font-size: 0.9em;
    margin-bottom: 5px;
}