/*
Theme Name:   	PASCALE
Author:       	Fred Cave
Author URI:		http://www.fredcave.com
*/

#wpadminbar {
   display: none !important;
}

/************************************************
    CSS 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-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }

/************************************************
    FONTS
************************************************/

@font-face {
    font-family: 'S Works';
    src: url('fonts/s_works.eot');
    src: url('fonts/s_works.eot?#iefix') format('embedded-opentype'),
         url('fonts/s_works.woff2') format('woff2'),
         url('fonts/s_works.woff') format('woff'),
         url('fonts/s_works.svg#suisse_worksbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'A Narrow';
    src: url('fonts/a_narrow.eot');
    src: url('fonts/a_narrow.eot?#iefix') format('embedded-opentype'),
         url('fonts/a_narrow.woff2') format('woff2'),
         url('fonts/a_narrow.woff') format('woff'),
         url('fonts/a_narrow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'A Narrow';
    src: url('fonts/a_narrow_bold.eot');
    src: url('fonts/a_narrow_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/a_narrow_bold.woff2') format('woff2'),
         url('fonts/a_narrow_bold.woff') format('woff'),
         url('fonts/a_narrow_bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

/************************************************
    GENERAL
************************************************/

html, body {
    width: 100%;
    font-size: 1.1em;
    font-family: "S Works", Times, "Times New Roman", serif;
    line-height: 1.3;
    top: 0;
}

a {
    color: black;
    text-decoration: none;
    border: none;
    outline: none;
}

input::-moz-focus-inner { 
    border: 0; 
}

a:hover {
    color: blue;
}

b, strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.content_wrapper {
    border: 1px solid white;
    border: 1px solid transparent;    
    width: 90%;
    margin: 72px auto 120px auto;
    top: 0;
}

    @media (max-width:800px) {
        .content_wrapper {
            margin-top: 60px;
        }        
    } 

    @media (max-width:600px) {
        .content_wrapper {
            width: 95%;
        }        
    } 

.shift {
    margin-top: 0px;
}

    @media (max-width:600px) {
        .shift {
            margin-top: 120px;
        }        
    } 

.column_left {
    width: 49%;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-top: -12px;
}

    @media (max-width:800px) {
        .column_left {
            margin-top: 0px;
        }     
    } 

.column_right {
    background-color: white;
    width: 49%;
    display: inline-block;
    float: right;
    vertical-align: top;
    text-align: center;
    text-align: left;
}

.tag_title, .tag_desc {
    text-align: left;
}

.column img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
    
img.loading {
    position: relative;
    width: 30px;
    height: auto;
    margin: 20px auto;
    display: block;
    display: none;
}

h1 {
    font-size: 4em;
    margin-left: -2px;
    line-height: 1.1;
}

    @media (max-width:1200px) {
        h1 {
            font-size: 3.5em;
        }     
    } 

    @media (max-width:1000px) {
        h1 {
            font-size: 3em;
        }     

        .time_content .column_left {
            width: 100%;
        }   
    }  

    @media (max-width:800px) {
        h1 {
            font-size: 2.5em;
        }  
    } 

    @media (max-width:800px) {
        .column_left {
            width: 100%;
        }   
    }  

img.portrait {
    width: 67% !important;
    height: auto !important;
}

p {
    margin-bottom: 18px;
}

/************************************************
    HEADER BAR
************************************************/

#header_bar {
/*    border: 1px solid red;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "A Narrow", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    background-color: white;
}

    @media (min-width:1400px) {
        #header_bar {
            font-size: 0.95em;
        }       
    }   

#header_bar ul.header_left {
/*    border: 1px solid green;*/
    margin-left: 5%;
    display: inline-block;
}

    @media (max-width:600px) {
        #header_bar ul.header_left {
            margin-left: 2.5%;
        }        
    } 


#header_bar li {
    /*  border: 1px solid blue;*/
    display: inline-block;
    margin: 12px 36px 16px 0px;
    padding: 2px;
    vertical-align: top;
}

    @media (max-width:600px) {
        #header_bar li {
            margin-right: 24px;
        }        
    } 

    @media (max-width:400px) {
        #header_bar li {
            margin-right: 16px;
        }        
    } 

#search {
    padding: 0;
    margin-right: 5%;
    margin-top: -2px;
    width: auto;
    display: inline-block;
    float: right;
}

.header_right {
    width: auto;
    float: right;
    display: inline-block;
    margin-right: 0px;
}

#header_bar .header_right li {
    width: 100%;
    padding: 2px 4px;
    margin-right: 0px;
    margin-bottom: 0px;
}

    @media (max-width: 600px) {
        #header_bar .header_right li {
            margin-bottom: 16px;
        }
    }

#search_toggle, #search_button {
    border: 0px;
    display: inline-block;
    background-color: white;
    font-family: "A Narrow", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    font-size: 1em;
    vertical-align: top;
    outline-width: 0px;
    cursor: pointer;
}

#search_toggle {
    float: right;
}

#search_button {
    margin: 0px 4px 16px 2.5% !important;
    padding: 1px 4px 2px 4px;   
}

.search_toggle_img {
    height: 24px;
    display: none;
}

#close_button {
    float: right;
    height: 24px;
    margin: 0px 4% 0 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    display: none;
}
    
.search_toggle_img img, #close_button img {
    height: 100%;
    width: auto;
}

    @media (max-width: 600px) {
        .search_toggle_text {
            display: none;
        }
        .search_toggle_img, #close_button {
            display: block;
        }
    }

#search_form {
    display: none;
}

    @media (max-width: 600px) {
        #search_form {
            background-color: white;
            width: 100%;
            position: absolute;
            top: 48px;
            right: 0;
        }
    }

.on_search_page  #search_toggle {
    display: none;
}

.on_search_page  #search_form {
    display: inline;
}

#search_field {
    display: inline-block;
    height: 100%;
    margin: 3px 0px 16px 6px;
    padding: 0px;
    vertical-align: top;
    width: 200px;
}

    @media (max-width: 800px) {
        #search_field {
            width: 120px;
        }
    }

    @media (max-width: 800px) {
        #search_field {
            width: 200px;
        }
    }

#search_field input {
    border: 0px;
    border-bottom: 1px solid black;
    width: 100%;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    margin-top: -1px;
}

#search_results h1 {
    margin-bottom: 8px;
}

.no_results {
    width: 200%;
}

    @media (max-width: 600px) {
        .no_results {
            width: 100%;
        }
    }

/************************************************
    FRONT PAGE
************************************************/

#front_text {
    font-size: 2.2em;
    margin-left: -2px;
    margin-bottom: 24px;
    line-height: 1.2;
}

    @media (max-width:1200px) {
        #front_text {
            font-size: 2em;
        }        
    } 

    @media (max-width:800px) {
        #front_text {
            font-size: 1.6em;
        }        
    } 

    @media (max-width:600px) {
        #front_text {
            font-size: 1.4em;
        }        
    } 

#front_text p {
    margin-bottom: 0px; 
}

#front_contact {
    width: 50%;
    line-height: 1.5;
}

    @media (max-width:600px) {
        #front_contact {
            width: 100%;
            font-size: 0.9em;
        }      
    }   

.social_media_link {
    display: inline-block;
    margin-right: 8px;
}

.social_media_link img {
    width: 34px;
    height: auto;
    margin-top: 4px;
    margin-left: -2px;
}

/************************************************
    TIME PAGE
************************************************/

.time_title h1 {
    margin-bottom: 18px;
}

.time_content {
    margin-bottom: 48px;
    display: none;
}

#time_wrapper li {
    margin-top: -60px;
    padding-top: 60px;
}

.time_content .column_right {
    margin-top: -6px;
}

/************************************************
    INDEX PAGE
************************************************/

#tags_wrapper {
    border: 1px solid white;
    border: 1px solid transparent;
}

#tags_left {
    word-wrap:break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#tags_right {
    /*transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;*/
    opacity: 0;
}

#tags_loading {
    position: absolute;
    z-index: -1;
}

.tag {
/*    border: 1px solid red;*/
    margin-bottom: 0px;
}

    @media (max-width:800px) {
        .tag h1 {
            margin-bottom: 8px;
        }  
    } 

.tag a {
    font-size: inherit !important;
}

.selected, .hidden {
    color: blue;
}

.selected {
    margin-bottom: 32px;
}

    @media ( max-width: 800px ) {
        .selected {
            display: none;
        }
    }

.hidden {
    display: none;
}

.column_view {
    margin-bottom: 48px;
}

.tag_post {
    margin-bottom: 36px; 
}

.tag_title {
    font-size: 1.8em;
    margin-bottom: 12px;
    margin-left: -2px; 
/*    text-indent: 36px;  */
}

    @media ( max-width: 800px ) {
        .tag_title {
            font-size: 1.4em;
        }
    }

.tag_image {
}

.tag_desc {
    margin-bottom: 24px;    
}

.ajax_load {
    display: none;
}
 
    @media ( max-width: 800px ) {
        .ajax_load {
            display: inherit;
        }
    }


/************************************************
    SINGLE PAGE
************************************************/

#single_wrapper {

}

.single_tags {
    margin-bottom: 28px;
}

.single_title {
    font-size: 1.8em;
}

.single_info {
    margin-bottom: 36px; 
}

.single_info p {
    margin-bottom: 0px; 
}

.single_desc {
/*    text-indent: 36px;*/
    width: 95%; 
    margin-bottom: 48px;  
}

.single_images img {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
}

    @media ( max-width:800px) {
        #single_wrapper .column_right {
            width: 100%;
            float: inherit;
        }
    }

.single_embed iframe {
    width: 100%;
    height: auto;
}

