/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* General Styles */
html, body {
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #444;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, li {
    color: #444;
}

h3, h4, .brand-color {
    color: #00989b;
}

h4 {
    margin: 20px 0;
}

.brand-color:hover {
    color: #23527C;
}

.text-center img {
    margin: 0 auto;
}

hr {
    border-color: #ddd;
}

.mb0 {
    margin-bottom: 0;
}
.mt0 {
    margin-top: 0;
}

img.pull-right {
    margin-left: 15px;
}
img.pull-left {
    margin-right: 15px;
}

/* Simple Sidebar */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 230px;
}

#sidebar-wrapper {
    z-index: 2;
    position: fixed;
    left: 230px;
    width: 0;
    height: 100%;
    margin-left: -230px;
    overflow-y: auto;
    background-color: #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 230px;
}

#menu-toggle {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eee;
    color: #444;
    padding: 10px 12px;
    display: block;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #menu-toggle {
    left: 230px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 20px 40px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -230px;
}

/* Sidebar Styles */

#sidebar-wrapper p:first-child {
    margin-top: 20px;
}

#sidebar-wrapper p:first-child a {
    color: #444;
}
#sidebar-wrapper p:first-child a.brand-color {
    color: #00989b;
}

.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}
.sidebar-nav li li {
    text-indent: 0;
}
.sidebar-nav.submenu li {
    text-indent: 30px;
}
.sidebar-nav li .fa {
    text-indent: 0;
    margin-left: 10px;
    color: #00989b;
}
.sidebar-nav li .fa-twitter {
    text-indent: 0;
    margin-left: 0;
    color: #4099FF;
}
.sidebar-nav li .fa-instagram {
    text-indent: 0;
    margin-left: 0;
    color: #517fa4;
}
.sidebar-nav li .fa-linkedin {
    text-indent: 0;
    margin-left: 0;
    color: #007bb5;
}
.sidebar-nav li .fa-facebook {
    text-indent: 0;
    margin-left: 0;
    color: #3b5998;
}
.sidebar-nav li .fa-flickr {
    text-indent: 0;
    margin-left: 0;
    color: #ff0084;
}
.sidebar-nav li .fa-envelope-square {
    text-indent: 0;
    margin-left: 0;
    color: #f3d400;
}
.sidebar-nav li .domestika {
    display: block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    background: transparent url(/img/domestika.png) no-repeat;
}
.sidebar-nav li.icons i {
    text-indent: 0;
    margin-left: 0;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #444;
}
.sidebar-nav li.social a, .sidebar-nav li.icons a {
    display: inline-block;
    text-indent: 0;
    margin-right: 5px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #444;
    background: #f6f6f6;
    background: rgba(255, 255, 255, .5);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.mb15 {
    margin-bottom: 15px;
}

.fa-twitter-square {
    color: #00aced;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-linkedin-square {
    color: #007bb5;
}
.fa-google-plus-square {
    color: #dd4b39;
}
.fa-whatsapp {
    color: #4dc247;
}
a:hover .fa {
    color: #000;
    text-decoration: none;
}
.share a {
    font-size: 1.2em;
}
.share-work .fa {
    font-size: 1.52em;
    position: relative;
    top: 4px;
}

@media(min-width: 768px) {
    #wrapper {
        padding-left: 230px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 230px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #menu-toggle {
        left: 230px;
    }

    #wrapper.toggled #menu-toggle {
        left: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* Mailchimp */
#mc_embed_signup {
    background: transparent !important;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif !important;
    color: #444 !important;
    font-size: 1em !important;
}
#mc_embed_signup label {
    font-size: 1em !important;
    font-weight: 300 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    margin-right: 10px !important;
}
#mc_embed_signup input.email {
    width: 90% !important;
}
#mc_embed_signup input, #mc_embed_signup label {
    margin-left: 10px !important;
}

/* WORK */
.masonry {
    margin: 15px 0;
}
.masonry [class*="col-"] {
    margin: 15px 0;
}
.categories a {
    margin: 8px 0;
}
