/*
Theme Name: Biggie
Theme URI: http://demo.kejnav.com
Author: Djordje Vanjek
Author URI: http://kejnav.com
Description: Modern flat look wordpress theme.
Version: 1.1
License: Attribution-NonCommercial 3.0 Unported
License URI: http://creativecommons.org/licenses/by-nc/3.0/
Tags: big, flat, biggie, simple, green, white, round
*/

@import url('css/elusive-webfont.css');
@import url('css/bootstrap.min.css');

@font-face {
    font-family: 'bariol_bold';
    src: url('font/bariol_bold-webfont.eot');
    src: url('font/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bariol_bold-webfont.woff') format('woff'),
         url('font/bariol_bold-webfont.ttf') format('truetype'),
         url('font/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bariol_light';
    src: url('font/bariol_light-webfont.eot');
    src: url('font/bariol_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bariol_light-webfont.woff') format('woff'),
         url('font/bariol_light-webfont.ttf') format('truetype'),
         url('font/bariol_light-webfont.svg#bariol_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bariol_regular';
    src: url('font/bariol_regular-webfont.eot');
    src: url('font/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bariol_regular-webfont.woff') format('woff'),
         url('font/bariol_regular-webfont.ttf') format('truetype'),
         url('font/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'bariol_regular';
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* ---------- MISC ---------- */

::selection {
    background: #21D1AD;
    color: white;
}

::-moz-selection {
    background: #21D1AD;
    color: white;
}

::-webkit-input-placeholder {
   color: #138D75;
}

:-moz-placeholder {
   color: #138D75;  
}

::-moz-placeholder {
   color: #138D75;  
}

:-ms-input-placeholder {  
   color: #138D75;  
}

hr {
    border: none;
    border-bottom: 1px solid #D9D9E1;
    margin: 30px 0;
}

.fl { float: left; }
.fr { float: right; }

.container {
    margin: 0 auto;
}

.message {
    text-align: center;
    margin: 50px;
}

.title-message {
    font-size: 36px;
    line-height: 36px;
    padding-left: 20px;
    border-left: 2px solid #17A88B;
    margin: 0 0 100px;
}

.title-message span {
    font-family: 'bariol_light' !important;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
}

.alignleft {
    float: left;
    text-align: center;
}

.alignright {
    float: right;
    text-align: center;
}

/* ---------- end of MISC ---------- */

/* ---------- HEADER ---------- */

header {
    background: #1ABC9C;
    margin-bottom: 60px;
    padding: 80px 0;
}

header h1 {
    font-size: 48px;
    margin: 0 0 40px;
    line-height: 48px;
    display: inline-block;
}

header h1 a {
    color: white;
}

header h1 a:hover {
    color: #159B80;
    text-decoration: none;
}

header h2 {
    display: inline-block;
    height: 0;
    margin: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 1px;
}

header h2 span {
    margin: 0 20px;
    color: white;
}

.social-section {
    background: #1FD1AD;
    padding: 15px 0;
    margin-top: -60px; /* Remove margin from header. */
    margin-bottom: 60px;
}

.social-section .social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-section .social-networks li {
    display: inline-block;
    margin-right: 15px;
}

.social-section .social-networks li a {
    display: block;
    padding: 5px;
    font-size: 24px;
    color: #1ABC9C;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.social-section .social-networks li a:hover {
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* ----- MENU ----- */

header .menu {
    margin: 40px 0 0;
    list-style: none;
    padding: 0;
}

header .menu li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}

header .menu li a {
    display: block;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    border: 2px solid white;
    padding: 10px 25px;
    color: white;
    font-family: 'bariol_bold';
    font-size: 1em;
}

header .menu li a:hover {
    text-decoration: none;
    color: #1FD1AD;
    border: 2px solid #159B80;
}

header .menu li:hover > a {
    color: #1FD1AD;
    background: #159B80;
    border: 2px solid #159B80;
}

header .menu .current-menu-item a {
    color: #159B80;
    cursor: default;
    border: 2px solid #159B80;
}

    header .menu li ul {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;

        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;

        position: absolute;
        z-index: 999;
        background: #159B80;
        padding: 10px 0;
        -webkit-border-radius: 3px;    
        border-radius: 3px;
        width: 200%;
        top: 30px;
    }

    header .menu li:hover > ul {
        visibility: visible;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        top: 40px;
    }

        header .menu li ul li { display: block; }

        header .menu li ul li a { 
            border: none!important; 
            color: white!important;
            cursor: pointer!important;
        }

        header .menu li ul li a:hover {
            border: none;
            color: #1FD1AD !important;
        }

            header .menu li ul li ul /* Isn't supported. */ { display: none; }

/* ----- end of MENU ----- */

/* ---------- end of HEADER ---------- */

/* ---------- POST ---------- */

.post {
    margin: 0 0 100px;
}

.post img {
    -webkit-border-radius: 3px;    
    border-radius: 3px;
}

.post h1 {
    font-family: 'bariol_bold';
    font-size: 36px;
    margin-top: 0;
    line-height: 36px;
}

.post h1 a:hover {
    text-decoration: none;
}

.post p {
    font-family: 'bariol_regular';
    font-size: 18px;
    line-height: 2;
}

.post blockquote p {
    font-style: italic;
    border-left: 2px solid #1ABC9C;
    padding-left: 20px;
}

.rmt /* aka Read More and Twitter */ {
    display: inline-block;
    margin-top: 17px;
}

.post .read-more {
    background: #1ABC9C;
    font-family: 'bariol_regular';
    font-size: 16px;
    padding: 10px 30px;
    color: white;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    float: left;
}

.post p .read-more {
    line-height: normal;
}

.post .read-more:hover {
    background: #17A88B;
}

.post .twitter-share {
    background: #1ab2e8;
    padding: 11px 20px 7px;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    cursor: pointer;
    color: white;
    float: left;
    font-size: 22px;
    margin-left: 20px;
}

.post .twitter-share:hover {
    background: #19A7D6;
    text-decoration: none;
}

/* ---------- end of POST ---------- */

/* ---------- POST PAGE ---------- */

.post-page {
    margin: 0;
}

.post-page .post-details {
    padding: 0;
}

.post-page .post-details li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 18px;
}

.post-page .post-details .date {}

.post-page .post-details .category {}

.post-page .post-details .tag {}

.post-page .social-share {
    padding-left: 0;
    list-style: none;
}

.post-page .social-share li {
    display: inline-block;
    margin-right: 15px;
}

.post-page .social-share li a {
    display: block;
    font-size: 32px;
    line-height: 2;
}

.post-page .social-share li a:hover {
    text-decoration: none;
}

.post-page .content {
    margin-top: 20px;
}

.post-page .content h1,
.post-page .content h2,
.post-page .content h3,
.post-page .content h4,
.post-page .content h5,
.post-page .content h6 {
    margin: 30px 0;
}

.post-page .content h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'bariol_light';
}

.post-page .content h3 {
    font-size: 24px;
    line-height: 24px;
}

.post-page .content h4 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'bariol_light';
}

.post-page .content h5 {
    font-size: 20px;
    line-height: 20px;
}

.post-page .content h6 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'bariol_light';
}

.post-page .content ul li {
    list-style: circle;
}

/* ---------- end of POST PAGE ---------- */

/* ---------- COMMENTS ---------- */

.comments-section h3 {
    margin: 30px 0;
    font-size: 28px;
    line-height: 28px;
    font-family: 'bariol_bold';
    display: inline-block;
}

.comments {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.comments .children {
    padding-left: 30px;
}

.comments li {
    list-style: none;
}

.comments > li {
    border-bottom: 1px solid #D9D9E1;
}

.comments > li:last-child {
    border-bottom: none;
}

.comments .comment-body {
    padding: 30px 0;
}

.comments li .comment-author cite {
    font-style: normal;
    font-family: 'bariol_light';
    font-size: 32px;
    line-height: 32px;
    vertical-align: bottom;
    margin-left: 10px;
}

.comments li .comment-author span {
    vertical-align: bottom;
}

.comments li .comment-meta {
    text-align: right;
}

.comments .comment-awaiting-moderation {
    margin-left: 76px;
    display: inline-block;
}

.comments li .reply {
    display: inline-block;
}

.comments li .reply a {
    background: #1ABC9C;
    color: white;
    padding: 10px 30px;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    display: inline-block;
}

.comments-navigation {
    padding: 0;
    margin: 0;
}

.comments-navigation li {
    list-style: none;
    margin: 50px 0;
}

/* ----- COMMENT RESPOND ----- */

.comment-respond label {
    font-size: 18px;
    line-height: 18px;
}

.comment-respond label span {
    font-size: 14px;
    font-style: italic;
}

.comment-respond input, .comment-respond textarea {
    border: 2px solid #D9D9E1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    width: 70%;
    font-family: 'bariol_regular';
}

.comment-respond input:focus, .comment-respond textarea:focus {
    border: 2px solid #1ABC9C;
}

.comment-respond textarea {
    max-width: 70%;
    min-width: 50%;
    height: 170px;
    min-height: 170px;
    max-height: 500px;
}

.comment-respond .addreply {
    border: 2px solid #1ABC9C;
    color: #1ABC9C;
    background: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    font-family: 'bariol_regular';
}

.comment-respond .addreply:hover {
    background: #1ABC9C;
    color: white;
}

/* ----- end of COMMENT RESPOND ----- */

/* ---------- end of COMMENTS ---------- */

/* ---------- SEARCH ---------- */

#search-form {
    margin-top: 10px;
    text-align: right;
}

.sidebar-widget #search-form {
    text-align: left;
}

#search-field {
    background: none;
    border: 2px solid #1FD1AD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    width: 40%;
    font-family: 'bariol_bold';
    font-size: 18px;
    display: inline-block;
    color: #0C5648;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#search-field:focus {
    border: 2px solid #159B80;
}

#search-button {
    border: 2px solid #1FD1AD;
    color: #138D75;
    background: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px;
    margin-left: 20px;
    font-family: 'bariol_bold';
    font-size: 18px;
    width: 30%;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#search-button:hover {
    color: #1FD1AD;
    background: #159B80;
    border: 2px solid #159B80;
}

.search-page h4 {
    font-size: 22px;
    margin: 0 0 60px;
}

.search-page h4 span {
    color: #1ABC9C;
}

/* ---------- end of SEARCH ---------- */

/* ---------- PAGINATION ---------- */

.pagination a {
    background: #1ABC9C;
    color: white;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    display: inline-block;
    padding: 15px 20px;
}

.pagination .current {
    color: #1ABC9C;
    padding: 13px 20px;
    background: none;
    border: 2px solid #1ABC9C;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    display: inline-block;
}

/* ---------- end of PAGINATION ---------- */

/* ---------- FOOTER ---------- */

footer {
    background: #1C2835;
    margin: 100px 0 0;
    padding: 80px 0 30px;
}

/* ----- FOOTER SIDEBAR AREA ----- */

.sidebar-widget {
    color: white;
}

.sidebar-widget h4 {
    font-size: 28px;
    line-height: 28px;
    margin: 20px 0;
    color: #394F66;
}

.sidebar-widget p {
    color: white;
}

.sidebar-widget ul {
    padding-left: 5px;
    list-style: none;
}

/* --- Twitter Widget --- */

.twitter-widget li {
    border-bottom: 1px dotted #2D4156;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.twitter-widget li:last-child {
    margin-bottom: 0;
}

.twitter-widget .time-meta {
    font-size: 12px;
}

/* end of Twitter Widget --- */

/* --- Dribbble Widget --- */

.zilla-dribbble-shots {
    margin: 0;
    padding: 0;
}

.zilla-dribbble-shots li {
    list-style-type: none;
    display: inline;
}

.zilla-dribbble-shots img {
    height: auto;
    max-width: 20%;
    width: auto;
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    margin: 0 5px 5px 0;
}

.zilla-dribbble-shots img:hover {}

/* --- end of Dribbble Widget --- */

/* ----- end of FOOTER SIDEBAR AREA ----- */

footer .copyright {
    text-align: right;
    margin-top: 80px;
    font-size: 13px;
    line-height: 13px;
    color: #394F66;
}

/* ---------- end of FOOTER ---------- */

/* ---------- RESPONSIVE ---------- */

@media (max-width: 767px) {
    .title-message {
        font-size: 32px;
        line-height: 32px;
        margin: 20px 0 50px; 
    }
    header {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }
    header h1 {
        font-size: 36px;
        line-height: 1;
        margin: 50px 0;
    }
    header .menu {
        margin: 30px 0;
        text-align: left;
        padding: 0;
    }
    header .menu li {
        margin: 0 5px 5px 0;
        display: block;
    }
    header .menu li ul {
        width: 90%;
        margin: 5px auto 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
    }
    header .menu li ul li a {
        color: #1FD1AD !important;
    }
    header .menu li:hover > ul {
        top: 0;
    }
    header .social-networks {
        text-align: left;
        margin: 50px 0 50px;
    }
    header .social-networks li {
        margin: 0 10px 10px 0;
    }
    header .social-networks li a {
        padding: 10px;
    }
    .social-section {
        padding: 15px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .post h1 {
        margin-top: 30px;
        line-height: 1;
    }
    .post p {
        line-height: 1.5;
    }
    .comments .comment-awaiting-moderation {
        margin: 30px 0 0;
        display: inline-block;
    }
    .comments li .comment-meta {
        text-align: left;
        margin: 30px 0 0;
    }
    .comments li .comment-author cite {
        font-size: 20px;
        line-height: 20px;
    }
    .comments li .comment-author span {
        font-size: 14px;
        line-height: 14px;
    }
    #search-form {
        text-align: left;
    }
    .sidebar-widget {
        margin-top: 80px;
    }
    footer {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }
    footer .copyright {
        text-align: left;
        padding: 0;
    }
}

/* ---------- end of RESPONSIVE ---------- */