/*
Theme Name: Sunny-side-up theme
Author: Patrice Gaillard
Author URI: 
Description: This is the bootstrap 3.1.1 theme for wordpress developped for sunny-side-up.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);

/* body and communs */

body {
    color: #2F2F33;
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 300;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
    font-size: 16px;
}

@media only screen and (min-width: 800px) {
    body, html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    body, html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) {
    body, html {
        font-size: 18px;
    }
}

a {
    text-decoration: underline;
    outline-style: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
}

a:hover{
    color: #000;
    text-decoration: none;
}

a:active, a:visited, a:focus{
    color:#000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #26292a;
    margin-bottom: 25px;
    margin-top: 20px;
}

h1, .h1 {
    font-size: 33px;
    line-height: 47px;
}

h2, .h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 27px 0 54px 0;
}

.btn {
    padding: 7px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-default {
    color: #2F2F33;
    background-color: #fff;
    border-color: #eee;
}

.btn-white {
    background: #fff;
    color: #000;
}

.btn-white:hover {
    background: #1D1E1F;
    color: #fff;
}

.btn-dark {
    background: #212127;
    color: #fff;
}

.divide20 {
    height: 20px;
    display: block;
    clear: both;
}

.space {
    padding-bottom: 110px;
    padding-top: 110px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18.5px;
    border-left: none;
    font-style: italic;
}

.shadows {
    -webkit-box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
}


/* LAYOUT ================================================== */

.wrapper {
    z-index: 2;
    background: #fff;
    position: relative;
    margin-bottom: 300px;
}

.container {
    clear: both;
    margin-top: 27px;
}

@media (min-width: 1366px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1360px;
    }
}


/* NAVIGATION ================================================== */

.navbar .container {
    margin-top: 0;
    padding: 0;
    position: relative;
}

.navbar-default .navbar-toggle {
    display: block;
    border: none;
    background: transparent;
    margin-top: -45px;
    padding: 8px 0 10px 0;
}

.navbar-default .navbar-toggle.collapsed {
    background: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle.active {
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 1px;
    border-bottom: 2px solid #000;
}

.top-bar, .bottom-bar {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggle.active .top-bar {
    transform: rotate(45deg);
    transform-origin: 15% 0%;
}

.navbar-toggle.active .middle-bar {
    opacity: 0;
}

.navbar-toggle.active .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 20% 100%;
}

.navbar-down {
    position: absolute;
    width: 216px;
    height: 0px;
    top: 50px;
    opacity: 0;
    z-index: 2;
}

.navbar-down.in {
    top: -6px;
    display: block;
    webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    -moz-transition-property: visibility, opacity, -moz-transform;
    -o-transition-property: visibility, opacity, -o-transform;
    transition-property: visibility, opacity, -webkit-transform, -moz-transform, -o-transform, transform;
    height: auto;
    opacity: 1;
    background: #FFF;
}

.nav {
    display: none;
}

.navbar-down.in .nav {
    display: block;
}

#left-nav .nav>li {
    width: 100%;
    height: 32px;
}

#left-nav .navbar-nav>li>a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
    text-decoration: none;
}

.navbar-default #left-nav .navbar-nav>.active>a, .navbar-default #left-nav .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.navbar-default #left-nav .navbar-nav>li>a:hover, .navbar-default #left-nav .navbar-nav>li>a:focus, .navbar-default #left-nav .navbar-nav>li>a:active {
    background-color: #000;
    color: #FFF;
}

.navbar-toggle.pull-right {
    margin-top: -48px;
}

.navbar-toggle .fa-user {
    width: 20px;
    height: 20px;
    background: url(./img/user.svg);
    background-size: cover;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.navbar-toggle .fa-user:before {
    content: ""
}

.navbar-toggle.active .fa-user {
    background: url(./img/close.svg);
    background-size: cover;
}

.search-toggle {
    margin-right: 10px;
}

.navbar-toggle .fa-search {
    width: 20px;
    height: 20px;
    background: url(./img/search.svg);
    background-size: cover;
}

#right-nav {
    right: 0;
}

.widget {
    display: none;
}

.navbar-down.in .widget {
    display: block;
}

#right-nav .widget h4 {
    margin: 0;
    text-align: center;
    background: #000;
    color: #FFF;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 300;
}

#right-nav .widget .textwidget {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin: 15px;
}

#right-nav .widget .textwidget p {
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    padding: 0 15px 0 15px;
}

#right-nav .social {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin: 15px;
}

.navbar-toggle .fa-search:before {
    content: ""
}

.navbar-toggle.active .fa-search {
    background: url(./img/close.svg);
    background-size: cover;
}

.navbar-brand img {
    width: 250px;
}

.navbar-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 16;
    height: 50px;
    position: absolute;
    width: 100%;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    margin-bottom: 0;
    border-radius: 0;
    height: 50px;
    display: block;
}

.navbar-header {
    position: relative;
    padding: 0;
    height: 50px;
    width: 100%;
}

.navbar>.container .navbar-brand {
    display: block;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    padding: 0;
    height: 27px;
}

@media (max-width: 768px) {
    .navbar .container{
        padding: 0 15px;
    }
    .navbar>.container .navbar-brand {
        margin-left:-110px;
    }
    #left-nav .navbar-nav{
        margin:0;
    }
    #left-nav .navbar-nav>li>a {
        padding: 0;
    }
    #right-nav {
        right: 15px;
    }
}

@media (max-width:480px) {
    .navbar-brand img {
        width: 200px;
    }
    .navbar>.container .navbar-brand {
        width: 200px;
        margin-left:-85px;
        top: 11px;
    }
}


/* HOME & VIDEO ================================================== */

#home {
    position: relative;
    overflow: hidden;
}

#home img {
    display: block;
    width: 100%;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.videowrapper iframe, .videowrapper object, .videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* GRID ================================================== */

@media (max-width: 768px) {
    .row {
        margin: 0;
    }
}

.col-xs-111, .col-sm-111, .col-md-111, .col-lg-111 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-111 {
    width: 9.09090909090909090909091%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-111 {
        width: 9.09090909090909090909091%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-111 {
        width: 9.09090909090909090909091%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-111 {
        width: 9.09090909090909090909091%;
        float: left;
    }
}

.col-xs-113, .col-sm-113, .col-md-113, .col-lg-113 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-113 {
    width: 27.27272727272727272727%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-113 {
        width: 27.27272727272727272727%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-113 {
        width: 27.27272727272727272727%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-113 {
        width: 27.27272727272727272727%;
        float: left;
    }
}

.col-xs-117, .col-sm-117, .col-md-117, .col-lg-117 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-117 {
    width: 63.6363636363636363636363636364%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-117 {
        width: 63.6363636363636363636363636364%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-117 {
        width: 63.6363636363636363636363636364%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-117 {
        width: 63.6363636363636363636363636364;
        float: left;
    }
}


/* CAT LAYOUT ================================================== */

.tax-job_category h1, .tax-job_tag h1 {
    margin: -25px 0 10px 0;
}

.tax-job_category .col-md-113 a, .tax-job_tag .col-md-113 a, .home .col-md-113 a {
    display: block;
    color: #000;
    text-decoration: none;
}

.col-md-113 img {
    width: 100%;
}


/* SINGLE JOB LAYOUT ================================================== */

.single-job h2 {
    margin: -25px 0 10px 0;
    font-size: 33px;
    line-height: 47px;
}

.single-job h2 a {
    text-decoration: none;
}

.single-job h1 {
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 27px 0;
}

.single-job #main-container p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.single-job .job{
    margin-bottom:54px;
}

.single-job i.donuts {
    font-weight: bold;
    font-size: 11px;
    font-family: 'Playfair Display', serif;
}

.single-job ul.tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-job ul.tags li {
    height: 17px;
    padding: 0 0 7px 0;
}

.single-job ul.tags li a {
    background: #ebebeb;
    color: #969696;
    font-size: 10px;
    display: inline;
    line-height: 17px;
    padding: 0 3px;
    text-decoration: none;
}

.img-container {
    margin: 0 0 50px 0;
}

.col-md-117 img {
    width: 100%;
}

.embed-container {
    margin: 0 0 50px 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-bar{
    margin-top:15px;
}

a:hover, a:active, a:visited, a:focus{
    color:#000;
}


/* FOOTER ================================================== */

footer {
    background: #231f20;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

footer .credits {
    font-size: 11px;
    margin: 15px -15px;
}

@media (min-width: 992px) {

    footer .credits .invest{
        padding-left:40px;
    }
}

@media (min-width: 1200px) {
    footer .credits .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
        line-height:100px;
    }
    footer .credits .invest{
        padding-left:70px;
    }

}

footer a, footer a:visited {
    color: #FFF;
    text-decoration: underline;
}

footer a:hover {
    color: #FFF;
    text-decoration: none;
}


/* Wordpress editor ================================================== */

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


/*Wordpress editor styles end*/