/*
Theme Name: Blogaaja Core 
Version: 2.0
*/
/*Modifies the original theme by Andrea Marchetti. */
@import url("lightbox.css");
body, html {
    margin: 2em 0 0 0;
    padding: 0px;
    height: 100%;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 1.563;
    font-size: 100.0%;
}

.cont-grid > h2 {
	font-family: 'Quattrocento', serif;
	padding-left: 16px;
}

body.admin-bar .navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 40px;
}

a {
    color: #84C225;
}

a:focus, a:hover {
    color: #84C225;
}

.navbar {
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #84C225;
    background-image: none;
    text-transform: uppercase;
}

.navbar h1 {
    margin: 0;
}

.navbar-inverse .navbar-brand {
    color: #282826;
    letter-spacing: -2px;
    font-weight: 300;
    font-size: 22px;
}

.navbar-inverse .navbar-brand .arrow {
    margin-right: 5px;
}

.navbar-nav ul {
    list-style-type: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background: #04d7af;
    font-weight: 300;
}

.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover, 
	.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #282826;
    color: #FFFFFF;
}

.navbar-sub {
    background: #f0ede3;
}

.navbar-sub .navbar-nav > li > a {
    color: #666;
}

.navbar-sub .navbar-nav > li > a:hover {
    background: #dcd9d0;
    color: #000;
}
	

/* Featured Content */
.featured {
    display: block;
    background: rgba(105, 91, 47, 0.73);
    min-height: 50px;
}

.featured .item-featured {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.featured img {
    z-index: 50;
    width: 100%;
    height: auto;
    opacity: 0.85;
    -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;
}

.featured .item-featured:hover > a img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.yt-featured {
    width: 132.9%!important;
    margin-left: -15%;
}

.featured .caption {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: url(img/bg.png) repeat-x;
    color: #fff;
}

.featured .cat {
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    font-weight: 700;
    font-size: 12px;
}

.featured .date {
    padding: 0 20px;
    color: #84C225;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    font-weight: 700;
    font-size: 12px;
}

.featured .title {
    margin: 0;
    padding: 5px 25px 25px 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 27px;
}

.spacer {
    height: 50px;
}
	
	
/*** Grid ***/
.cont-grid {
    float: right;
    padding: 10px 0 0 5px;
    border-left: 1px solid #eee;
}

.cont-grid .post {
    padding: 20px 25px 20px 15px;
}

.grid-cat {
    margin: 0px 0 0 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.grid-tit {
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16pt;
}

.grid-tit a {
    color: #333;
}

.grid-tit a:hover {
    color: #ff0055;
}

.grid-cop {
    padding: 10px 0 0px 0;
}

.grid-text {
    padding: 15px 0 0 0;
}

.grid .item {
    float: left;
    margin: 0 5px 10px 5px;
    width: 20%;
    height: auto;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.grid .item img:not(.wp-smiley):not(.adpic) {
    margin: 0 0 1em 0;
    width: 100%;
    height: auto;
    line-height: 0;
    border: 1px solid #ccc;
}

.grid .item img.wp-smiley {
    width: 10px;
}

.grid .item-w2 {
    width: 40%;
}

.grid .item-h2 {
    height: 322px;
}

.grid .item-h3 {
    height: 485px;
}
	
	
	/* isotope */
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
	
	
	/* Pagination */
.pagination {
    padding: 0 0 0 15px;
}

.pagination span, .pagination a {
    padding: 9px 14px;
    border: 1px solid #ccc;
    background: #fff;
}
	
	
/* Single */
.single {
    float: right;
    margin: 0;
    padding: 0;
}

.sing-cop {
    width: 100%;
    height: auto;
}

.sing-tit-cont {
    position: relative;
    margin: -69px 0 0 0;
    margin-left: 10%;
    padding: 3% 5% 1% 5%;
    width: 80%;
    background: #fff;
}

.sing-tit {
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 33px;
}

.sing-spacer {
    padding: 1% 6%;
    background: #fff;
}

.sing-cont {
    position: relative;
    margin-left: 10%;
    width: 80%;
    font-size: 16px;
    line-height: 26px;
}

.single-in {
    padding: 0;
}

.meta {
    margin: 0;
    padding: 0;
    color: #999;
    text-transform: uppercase;
}

.cat {
    margin: 10px 0 0 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.tag-post {
    color: #02c29d;
    text-transform: capitalize;
}

.spacer-sing {
    height: 100px;
}
	
#comments h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.commentlist li.comment {
    border-top: 1px solid #eee;
    padding: 1em;
}

ol.commentlist li.comment div.vcard cite.fn {
    text-transform: uppercase;
    font-size: 14px;
}

ol.commentlist li.comment div.vcard img.avatar {
    float: left;
    margin: 6px 1em 1em 0;
    border-radius: 50px;
}

ol.commentlist li.comment div.comment-meta {
    font-size: 12px;
}

ol.commentlist li.comment ul {
    margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
    font-size: 11px;
    margin-left: 80px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 1px solid #eee;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 1px solid #eee;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 1px solid #eee;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
 /*background:#f9f9f9;*/;
}

ol.commentlist li.parent {
    border-left: 1px solid #eee;
}

ol.commentlist li.bypostauthor .fn {
    font-weight: bold;
}

input {
    margin-right: 10px;
    padding: 10px;
    border: none;
    background: #eee;
}

textarea {
    float: left;
    padding: 10px;
    width: 90%;
    border: none;
    background: #eee;
}

#submit {
    margin-top: 10px;
    background: #00ebbe;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}
	
	/* Video Resposnive */
.videoWrapper {
    position: relative;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-bottom: 56.25%;
 /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-video {
    position: relative;
}

.link-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -25px;
    background: url(img/circle-white.png) no-repeat center center;
}


	/* Gallery */
.gallery {
    margin: 0 0 10px 0!important;
}

.gallery-item {
    float: left;
    margin: 0!important;
    width: 33.333333%;
    text-align: center;
}

.gallery img {
    margin: 5%!important;
    width: 90%!important;
    border: none!important;
}

.gallery-caption {
    margin-left: 0;
}


	
/* Primary Sidebar */
.sidebar {
    float: left;
    background: #fff;
    border-left: 9px solid rgb(24, 145, 48);
    padding: 0.5em 1em 1em 0.2em;
    font-size: 13pt;
}

.sidebar .widget {
    padding: 10px 10px 20px 10px;
}

.sidebar .widget h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.sidebar .widget a {
    display: block;
    padding: 10px 15px;
}

.sidebar .widget ul {
    padding: 0 !important;
    list-style-type: none;
    -webkit-padding-start: 0;
}

.sidebar .widget ul li a {
    padding-left: 0;
}

.sidebar .social {
    float: left;
    margin: 20px 0 30px 0;
    width: 100%;
    font-size: 9pt;
}

.sidebar .social a {
    display: block;
    float: left;
    padding: 10px;
}

	/* Tab */
.sidebar #myTab {
    margin-top: 20px;
}

.tab-spacer {
    padding: 0 10px 0 1em;
}

.tab-content {
    float: left;
    margin: 10px 0 60px 0;
    width: 100%;
}

.tab-content a {
    float: left;
    padding: 10px 0 0 0;
    min-height: 75px;
    width: 100%;
    border-bottom: 1px solid #f0efef;
    text-decoration: none;
}

.tab-content a:last-child {
    border: none;
}

.tab-content img {
    float: left;
    margin: 0 20px 10px  10px;
    padding: 0;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
}

.tab-content .title {
    margin: 5px 0 0 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}


/* Secondary Sidebar */
.sec-sidebar {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sec-sidebar .widget {
    padding: 10px 10px 20px 10px;
}

.sec-sidebar .widget a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.sec-sidebar .widget h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.sec-sidebar .widget ul {
    padding: 0;
    list-style-type: none;
}

.sec-sidebar .widget ul li a {
    padding-left: 0;
}


/* Footer */
.footer {
    float: left;
    padding: 20px;
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 10pt;
}

.footer span {
    text-transform: uppercase;
}


/* General */
.row {
    margin: 0;
    padding: 0;
}

.panel {
    background: #eee;
}

.sticky {
    border-right: 3px solid #eee;
    border-bottom: 3px solid #eee;
}

.wp-caption {
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 100%!important;
    height: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 1em;
    line-height: 17px;
    padding: 8px;
    margin: 0;
}

/* only in home caption full width */
.cont-grid .wp-caption {
    max-width: 100%;
    width: 100% !important;
    height: auto;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

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

#s {
    width: 60%;
}

#searchsubmit {
    background-color: #999;
    color: #fff;
}


/* Search */
.result {
    margin-left: 5px;
    text-transform: uppercase;
}

#srch-term {
    border: none;
    background: none;
    box-shadow: none;
}

.search-cont {
    padding: 0;
}

.btn-default {
    border: none;
    background: none;
}

@media (max-width: 1000px) {
 
	
    .featured {
        margin-top: 50px;
    }

    .cont-grid, .sidebar {
        width: 100%;
    }

    .single {
        float: left;
        width: 100%;
        border-left: none;
    }
}

@media (max-width: 760px) {
 
    .featured {
        margin-top: 10px;
    }

    #mainmenu {
        float: left;
        width: 100%;
    }

    .navbar-form {
        border: none;
    }

    .sing-tit-cont {
        margin-left: 5%;
        width: 90%;
    }

    .sing-cont {
        margin-left: 5%;
        width: 90%;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-toggle:hover {
        background: #fff!important;
    }

    .navbar-toggle .icon-bar {
        background: #333!important;
    }

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

#logo {
    height: 16px;
    margin: 0 8px;
}

.link_button {
    display: inline;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.sidebar ul {
    -webkit-padding-start: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0.4em;
}

.sidebar li ol {
    -webkit-padding-start: 0;
    margin-left: 1em;
}

.sidebar ul li ul {
    margin-left: 10px;
}

.sidebar ul ul li {
    list-style: disc;
}

.sidebar h2 {
    font-size: 20pt;
}

.sidebar ul li {
    list-style: none;
}

.sidebar li ul li, 
.sidebar li ol li {
    margin-left: 0.5em;
}

.sidebar li ul li {
    list-style: disc;
}

.sidebar li ol li {
    list-style: decimal;
}

.sidebar .widget a {
    display: inline;
}

.alignright {
    float: right;
    text-align: right;
    max-width: 380px;
}

p.label {
    display: block;
    color: #333;
    padding: 0;
    text-align: left;
}

.tab-spacer {
    font-size: 12pt;
}

#wp-admin-bar-new-page {
    display: none;
}

.sidebar .avatar,
.widget_avatar img {
    border: 4px solid #ccc;
}

.sidebar #user_avatars .avatar {
    border: 1px solid #ccc;
}

#content {
    padding: 2em 0;
}

#searchform {
    margin: 1em 0 0 0.5em;
}

.footer,
.footer a {
    color: #999 !important;
}

.sidebar h2 {
    font-family: 'Quattrocento', serif;
    line-height: 1.375;
    font-size: 1.500em;
    font-weight: normal;
    font-style: normal;
}

.navbar-inverse,
.navbar-nav li a:hover {
    background: #252 !important;
}

.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
    margin-bottom: 1em;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.sidebar .widget a {
    padding: 0;
}

.widget_calendar {
    width: 98%;
}

#wp-calendar tbody td {
    padding: 4px;
}

p {
    font-size: 1.000em;
    font-weight: 300;
    font-style: normal;
}

.sing-tit {
    font-family: 'Quattrocento', serif;
    line-height: 1.000;
    font-size: 2.500em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

.widget h2 {
    text-transform: uppercase;
    font-size: 15pt;
}

.tab-content h2 {
    font-family: 'Quattrocento Sans', sans-serif;
}

.grid-tit {
    font-family: 'Quattrocento', serif;
    line-height: 1.000;
    font-size: 1.500em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

.page-count,
#wp-admin-bar-new-page,
#accordion-section-static_front_page,
#wp-admin-bar-wp-logo,
#wp-admin-bar-new-page {
    display: none !important;
}

#wpadminbar {
    display: none !important;
}

#wpcontent #wpadminbar {
    display: block !important;
}

#comments {
    padding-bottom: 1em;
}

#commentform label {
    display: block;
}

.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
    background: #fff;
}

#mainmenu {
	background: #393 !important;
	box-shadow: 0 0px 8px #131;
}

.searchform label {
    display: block;
    padding-right: 0.5em;
}

.gallery-icon img {
    height: 100%;
}

.facebook_button {
    margin-top: 1.5em;
}

.sing-cont img,
.wp-caption {
    max-width: 100%;
}

.navbar-header .blogaaja_icon {
    width: 40px;
    margin-right: 8px;
}

.navbar-brand {
    padding: 5px 0 5px 10px;
}

.more-link {
	font-size: 10pt;
	text-transform: uppercase;
}

.sidebar_mainos {
	padding: 16px 0 0 6px;
}

.aditem {
	background: transparent;
	border: none !important;
}

.aditem img {
	margin: 0 !important;
}