/* # Luc Normandin theme  
Theme Name: Luc Normandin theme  
Theme URI: http://drivebranding.com  
Description: This is the theme create for Luc Normandin.   
Author: dRive Branding  
Author URI: http://www.drivebranding.com/  
Template: genesis  
Template Version: 2.1.2  
Tags:   
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - Genesis eNews Extended
    - Jetpack
- Site Header
    - Title Area
    - Widget Area
- Site Navigation
    - Header Navigation
    - Primary Navigation
    - Secondary Navigation
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
    - Retina Display
    - Max-width: 1200px
    - Max-width: 960px
    - Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* ## Meyer Reset
--------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {  
    background-color: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a { 
    color: #6D6E71;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

p {
    margin: 0 0 18px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'EB Garamond', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */


.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 6px 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #D1D3D4;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 6px 24px;
    text-transform: uppercase;
    width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #e5554e;
    color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #000000;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box; /* Padding is inside the container */ 
}

.single-luc-portfolio .site-container {
    padding-bottom: 105px;
}

@media screen and (max-width:1440px) {

    .single-luc-portfolio .site-container {
        width: auto;
    }

    .pdf-builder .site-container {
        margin-right: 120px;
    }

}

@media screen and (max-width: 978px) {

    .single-luc-portfolio .site-container {        
        padding: 0 0 185px;
    }

}

@media screen and (max-width:680px) {

    .single-luc-portfolio .site-container {        
        margin: 0 auto;
        width: auto;
        padding-bottom: 160px;
    }

    .pdf-builder .site-container {
        padding-bottom: 160px;
    }

}

@media screen and (max-width: 480px) {

    .site-container {
        padding: 0 10px;
    }

    .single-luc-portfolio .site-container {    
        padding-bottom: 160px;
    }

    .pdf-builder .site-container {
        padding-bottom: 160px;
    }

}

@media screen and (max-width: 380px) {

    .single-luc-portfolio .site-container {    
        padding-bottom: 145px;
    }

    .pdf-builder .site-container {
        padding-bottom: 160px;
    }

}

.site-container:before {
    content: "";
    position:fixed;
    top:0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #D1D3D4;
    z-index: 10;
}


.site-container:after {
    content: "";
    position:fixed;
    bottom:0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #D1D3D4;
    z-index: 10;
}


/* ## Site Left side
--------------------------------------------- */

.site-left {

    display: inline-block;
    width: 35%;
    min-width: 370px;
    padding-top: 60px;
    padding-right: 40px;
    height: 100%;
    position: relative;

}

@media screen and (max-width: 978px) {

    .site-left {
        display: block;
        width: 100%;
        height: 85px;
        min-width: 0;
        padding-right: 0;
        padding-top: 0;
    }

}

@media screen and (max-width: 680px) {	

    .pdf_builder_open.pdf-builder .site-left {
        padding-top: 85px;
    }

    .pdf_builder_close.pdf-builder .site-left {
        padding-top: 15px;
    }

}

/* ## Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 64%;
    margin: 70px 0 40px;
}

.blog .site-inner,
.archive .site-inner {
    border-bottom: 1px solid #D1D3D4;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}	

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 30px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}

@media only screen and (max-width: 978px) {
    .wp-caption {
        width: 100%!important; /* To overide inline css added by wp */
    }

    .wp-video {
        width: 100%!important; /* To overide inline css added by wp */
        max-width: 100%;
        overflow: hidden;
    }
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #e5554e;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    display: block;
    padding-bottom: 30px;
    position: fixed;
    background-color: #ffffff;
}

@media screen and (max-width:978px) {

    .site-header {
    	margin-top: 5px;
        left: 0;
        width: 100%;
        z-index: 1001;
        padding: 20px 40px;
    }

}

@media screen and (max-width: 480px) {

    .site-header {
        padding: 20px 10px;
    }
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
}

@media screen and (max-width: 480px) {

    .site-title {
        font-size: 36px;
    }

    .site-left {
        height: 85px;
    }

}

@media screen and (max-width: 380px) {

    .site-title {
        font-size: 24px;
    }

    .site-left {
        height: 70px;
    }

}

.site-title a,
.site-title a:hover {
    color: #333;
}

.header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: fixed;
    margin-top: 80px;
}

@media screen and (min-width:978px) {

    .nav-primary .mobile_only {
        display: none!important;
    }

}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    /*width: 100%;*/
}

.genesis-nav-menu .menu-item {
    display: block;
    text-align: left;
    position: relative;
}

.genesis-nav-menu a {
    margin: 10px 0;
    display: block;

}

@media screen and (max-width:978px) {

    /*
     * The mobile menu
     */

    .nav-primary {
        display: none;
    }

    .nav-primary {
        margin-top: 0;
        height: 100%;
        max-height: 100%;
        padding-top: 101px;
        top:0;
        left: 0;
        z-index: 1000;
        width: 100%;
    }

    .nav-primary {
        padding-top: 95px;
    }

    .nav-primary .wrap {        
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #ffffff;
        padding-left: 40px;
    }

}

@media screen and (max-width: 680px) {

   .nav-primary {
        padding-top: 180px;
    }

    .nav-primary {
        padding-top: 116px;
    }

}

@media screen and (max-width: 480px) {

    .nav-primary {
        padding-top: 86px;
    }

    .pdf-builder .nav-primary {
        padding-top: 173px;
    }

    .pdf_builder_close .nav-primary {
        padding-top: 103px;
    }

}

@media screen and (max-width: 380px) {

    .nav-primary {
        padding-top: 71px;
    }

    .pdf-builder .nav-primary {
        padding-top: 160px;
    }

    .pdf_builder_close .nav-primary {
        padding-top: 90px;
    }

}

/* ## Submenu 
--------------------------------------------- */

.genesis-nav-menu .sub-menu {
    display: none;
    width: 200px;
    max-height: 150px;
    z-index: 99;
    padding-left: 30px;
    position: relative;    
    overflow: auto;
    direction: rtl;
    box-sizing: border-box;
}

.genesis-nav-menu .current-menu-item .sub-menu,
.genesis-nav-menu .current_page_ancestor .sub-menu,
.genesis-nav-menu .current-menu-ancestor .sub-menu,
.nojs .genesis-nav-menu .menu-item:hover .sub-menu,
.sub-menu.show_submenu {
    display: block;
}



.genesis-nav-menu .sub-menu a {
    position: relative;
}

.genesis-nav-menu .sub-menu .menu-item:before {
    content: "-";
    position: absolute;
    display: inline-block;
    left: -10px;
    color: #6D6E71;
}

@media screen and (max-width: 978px) {

    .genesis-nav-menu .sub-menu {
        display: block;
        max-height: none;  
        overflow: visible;
        direction: ltr;
    }

    .genesis-nav-menu .sub-menu .menu-item:before {
        left: -20px;
        padding: 10px 16px;
    }
  
}

/* ## Hover or current item 
--------------------------------------------- */

.genesis-nav-menu a:hover,
.single-post .genesis-nav-menu .current_page_parent > a,
.genesis-nav-menu .current_page_ancestor > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .menu-item:hover:before {
    color: #000000;
}


.single-post .genesis-nav-menu .current_page_parent:before,
.genesis-nav-menu .current_page_ancestor:before,
.genesis-nav-menu .current-menu-item:before,
.genesis-nav-menu .sub-menu .current-menu-item:before {
    content: ">";
    position: absolute;
    display: inline-block;
    left: -20px;
    color: #000000;
    direction: ltr;
}

@media screen and (max-width:978px) {

    .single-post .genesis-nav-menu .current_page_parent:before,
    .genesis-nav-menu .current_page_ancestor:before,
    .genesis-nav-menu .current-menu-item:before,
    .genesis-nav-menu .sub-menu .current-menu-item:before {
        padding: 10px 16px;
    }  

}

/* ## Secondary navigation - Use as a social menu
--------------------------------------------- */

.nav-secondary {
    display: inline-block;
    float: left;
    position: fixed;
    padding-bottom: 50px;
    bottom: 0;
}

@media screen and (max-width: 978px) {

    .nav-secondary {
        display: none;
    }

}

/*
 * When thumbnail carousel is visible
 */



.menu-secondary {
    font-family: 'fontawesome';
    margin: 0;  
    display: inline-block;
    list-style-type: none;
    list-style: none;
    margin: 0 0 -1.6em 0;
}

/* Hide the menu item text */
.menu-secondary span {
    display: none;
}

.menu-secondary .menu-item {
    text-align: center;
    display: inline-block;
}

/* Style of the icons */
.menu-secondary a {
    display: inline-block;
    position: relative;
    background-color: #BCBEC0;
    color: #ffffff;
    margin: 0;
}

.menu-secondary a:hover {
    color: #ffffff;
    background-color: #000000;
}

.menu-secondary a:before {
    content: "\f415";
    position: relative;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}

.menu-secondary a[href$="/feed/"]:before {
    content: "\f413";
}

.menu-secondary a[href*="facebook.com"]:before {
    content: "\f204";
}

.menu-secondary a[href*="bsky.app"]:before {
    content: "\f082";
}

.menu-secondary a[href*="dropbox.com"]:before {
    content: "\f225";
}

.menu-secondary a[href*="facebook.com"]:before {
    content: "\f204";
}

.menu-secondary a[href*="flickr.com"]:before {
    content: "\f211";
}

.menu-secondary a[href*="foursquare.com"]:before {
    content: "\f226";
}

.menu-secondary a[href*="plus.google.com"]:before {
    content: "\f218";
}

.menu-secondary a[href*="github.com"]:before {
    content: "\f200";
}

.menu-secondary a[href*="instagram.com"]:before {
    content: "\f16d";
}

.menu-secondary a[href*="linkedin.com"]:before {
    content: "\f08c";
}

.menu-secondary a[href*="pinterest.com"]:before {
    content: "\f210";
}

.menu-secondary a[href*="getpocket.com"]:before {
    content: "\f224";
}

.menu-secondary a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.menu-secondary a[href*="reddit.com"]:before {
    content: "\f222";
}

.menu-secondary a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.menu-secondary a[href*="tumblr.com"]:before {
    content: "\f214";
}

.menu-secondary a[href*="twitter.com"]:before {
    content: "\f202";
}

.menu-secondary a[href*="vimeo.com"]:before {
    content: "\f212";
}

.menu-secondary a[href*="wordpress.com"]:before,
.menu-secondary a[href*="wordpress.org"]:before {
    content: "\f205";
}

.menu-secondary a[href*="youtube.com"]:before {
    content: "\f213";
}

.menu-secondary a[href*="mailto:"]:before {
    content: "\f410";
}

.menu-secondary a[href*="spotify.com"]:before {
    content: "\f515";
}

.menu-secondary a[href*="twitch.tv"]:before {
    content: "\f516";
}

/* ## Language menu
--------------------------------------------- */

.lang_menu {
    display: none;
    text-align: right;
    position: fixed;
    top: 15px;
    right: 0;
    padding: 20px;
    padding-right: 40px;
    z-index: 1000;
}

.lang_menu {
    margin-right: 120px;
}

@media screen and (max-width: 978px) {

    .lang_menu {
        display: none;
    }

}





/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
    display: inline-block;
}

.entry-content {
    position: relative;
    color: #6D6E71;
}

.content .entry {
    background-color: #fff;
}

.entry-content ol,
.entry-content ul {
    margin: 0;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

.entry-content img {
    padding: 1.5em 0;
}
/* ## Entry Meta
--------------------------------------------- */

.entry-header {
    display: inline-block;
}

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #999;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        /*max-width: 960px;*/
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
       /* width: 740px;*/
    }

    .content,
    .site-header .widget-area {
       /* width: 620px;*/
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        /*width: 400px;*/
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
      /*  width: 300px;*/
    }

    .footer-widgets-1 {
       /* margin-right: 30px;*/
    }

}

@media only screen and (max-width: 978px) {

    .site-inner {
        width: 100%;
    }

    .site-inner,
    .wrap {
        margin: 0;
        padding: 0;
    }


    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {        
        width: 100%;
    }

    .header-image .title-area {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: left;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 10px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

    body {
        background-color: #fff;
        font-size: 16px;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

}







/*
 * Luc Normandin theme styles
 * Styles before this, was from the genesis framework
 */

/*
 * Selection style
 */

div,
p,
span,
ul,
li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

p {
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -o-user-select: all;
    user-select: all;
}







/*
 * Blog 
 */


/* Featured image */

.entry_left_column {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    padding-top: 7px;
    width: 35%;
}

.entry_right_column {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

@media screen and (max-width: 680px) {

.entry_left_column {
    width: 100%;
    text-align: center;
}

.entry_right_column {
    margin-top: 20px;
    width: 100%;
}

}


.entry-wrapper {
    padding: 25px 0;    
    border-top: 1px solid #BCBEC0;
}

/* date */
.entry-time {
    display: block;
}

.entry-time:first-letter {
    text-transform: uppercase;
}

.more-link {
    display: block;
    padding-top: 20px;
    color: #000000;
    text-decoration: underline;
}


/*
 * Single post
 */

/* post navigation */

.prev-link {
    display: inline-block;
    float: left;
    margin-bottom: 40px;
}

.next-link {
    display: inline-block;
    float: right;
    margin-bottom: 40px;
}



/*
 * Portfolio
 */

/*
 * Make sure container is height 100% 
 */

html,
body,
.single-luc-portfolio .site-container,
.single-luc-portfolio .site-inner,
.single-luc-portfolio .content-sidebar-wrap,
.single-luc-portfolio .content,
.single-luc-portfolio article,
.single-luc-portfolio .entry-wrapper,
.single-luc-portfolio .entry-content,
.single-luc-portfolio .portfolio_featured_wrapper,
.single-luc-portfolio .portfolio_featured,
.featured_portfolio_carousel {
    height: 100%;
}

.single-luc-portfolio .content,
.single-luc-portfolio article,
.single-luc-portfolio .entry-content,
.single-luc-portfolio .portfolio_featured_wrapper,
.single-luc-portfolio .portfolio_featured,
.featured_portfolio_carousel {
    width: 100%;
}

.single-luc-portfolio .entry {
    margin: 0;
}


.single-luc-portfolio .portfolio_featured_wrapper {
    padding-top: 75px;
    padding-bottom: 100px; /* 175px height + 5px border */
}

.single-luc-portfolio .site-inner {
    margin: 0;
    padding: 0;
}

.single-luc-portfolio .portfolio_featured,
.featured_portfolio_carousel {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}



.single-luc-portfolio .site-inner {
    border-top: none;
}

@media screen and (max-width:978px) {

    .single-luc-portfolio .site-inner {
        width: 100%;
        margin: 0;
        display: block;
    }

}

@media screen and (max-width:680px) {

    .pdf_builder_open.pdf-builder .site-inner {
       padding-top: 100px;
    }

    .pdf_builder_close.pdf-builder .site-inner {
       padding-top: 30px;
    }


}

@media screen and (max-width:480px) {

    .pdf_builder_open.pdf-builder .site-inner {
        padding-top: 85px;
    }

    .pdf_builder_close.pdf-builder .site-inner {
       padding-top: 10px;
    }

}


@media screen and (max-width:380px) {

    .pdf_builder_open.pdf-builder .site-inner {
      padding-top: 70px;
    }

    .pdf_builder_close.pdf-builder .site-inner {
       padding-top: 0px;
    }

}




 /* Drag and Drop */

 .ui-state-active {
    background-color: #D1D3D4;
    border: 10px solid #F1F2F2;
 }

 .ui-state-hover {
    background-color: #D1D3D4;
    border: 10px solid #F1F2F2;
 }



  .slick-list,
  .slick-track {
    height: 100%;
  }




@media screen and (max-width: 680px) {

 .ui-sortable li {
    cursor: e-resize;
    cursor: url('images/cursor_hor.png'), auto;
 }

	
/*
 * Carousel 
 */

.portfolio_slide {
    position: relative;
}


/*
 * Thumbnail carousel
 */


.thumbmnail_portfolio_carousel {
    margin-top: -100px;
    z-index: 10;
    overflow: hidden;
}

.thumbmnail_portfolio_carousel .portfolio_thumbnail {
    cursor: pointer;
}


/* 
 * Featured carousel
 */

.featured_portfolio_carousel {
    position: relative;
    height: 100%;
    padding: 65px 0;
}

@media screen and (max-width:978px) {

    .featured_portfolio_carousel {
        padding: 0;
    }

}

@media screen and (max-width:680px) {

    .thumbmnail_portfolio_carousel {
        margin-top: -70px;
    }

    .thumbmnail_portfolio_carousel .portfolio_thumbnail {
        max-height: 70px;
        width: auto;
    }

}

/*
 * Featured carousel navigation
 */

.featured_prev,
.featured_next {
    padding: 10px;
    background-color: #D1D3D4;
    color: #ffffff;
    font-size: 40px;
    position: relative;
    top: 50%;
    vertical-align: middle;
    display: none!important;
    z-index: 10px;
    cursor: pointer;
    margin-top: -50px;
}

.featured_next {
    right: 0;
}

.entry-content:hover .featured_prev,
.entry-content:hover .featured_next {
   /* display: inline-block!important;*/
}

.featured_prev:hover,
.featured_next:hover {
    background-color: #000000;
}



/*
 * Scrollbar
 * https://css-tricks.com/examples/WebKitScrollbars/
 */

/* Let's get this party started */
.pdf_builder::-webkit-scrollbar {
    height: 8px;
    width: 0;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.4); 
}

.luc_mobile {
    display: none!important;
}

@media screen and (max-width:978px) {

  .luc_mobile {
      display: inline-block!important;
      color: #BCBEC0;
      text-align: right;
      height: 100px;
      cursor: pointer;
      float: right;
      right: 0;
      top: 0;
      height: 100%;
      vertical-align: middle;
      /*
      position: absolute;
      padding: 20px 0;
      margin-right: 5%;
      */
    }


    .luc_mobile:before {  

  font-size: 48px;
      vertical-align: middle;
      text-align: center;
      height: 100%;
      display: inline-block;
    }

}

@media screen and (max-width:480px) {

    .luc_mobile:before {
        font-size: 28px;
        line-height: 1.5em;
    }

}


@media screen and (max-width:380px) {

    .luc_mobile:before {
        font-size: 20px;
        line-height: 1.5em;
    }

}

.menu-item-language-current {
    display: none!important;
}

@media screen and (max-width:978px) {

    .menu-item-language-current {
        display: block!important;
    }

    .menu-item-language-current a[href*="#"] {
        display: none!important;
    }

}

