/*!==========================================================================
   Blog
   ========================================================================== */

#primary {
    word-wrap: break-word;
    z-index: 0;
    .formatted-post{
        padding:15px 15px 25px;
        position:relative;
    }
}

#primary.full-width h1 {
    margin: 0 0 15px;
}

.hentry{
    h2{
        margin-top: 20px;
    }
    .entry-meta {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 20px;
    }
    .entry-meta .meta-sep {
        margin: 0 5px;
    }
    .entry-header{
        color: #ccc;
    }
    .entry-content{
        margin-top: 25px;
    }
    .thumbnail-post {
        border: 6px solid rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
        display: block;
        margin-bottom: 15px;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .read-more{
        text-transform:none;
    }
}


.entry-content img,
.entry-content .wp-caption {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    height: auto;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .95);
    background: rgba(255, 255, 255, .8);
}

.entry-content .thumbnail-post {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 6px solid rgba(255, 255, 255, .95);
    display: block;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .1);
}

.entry-content .thumbnail-post img {
    border: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    display: block;
    max-width: auto;
    width: 100%;
}

.shortcode-map img {
    background: none;
    box-shadow: none;
}

.entry-content .thumbnail-post .mask,
.entry-content .thumbnail-post .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.entry-content .thumbnail-post img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.entry-content .thumbnail-post .mask {
    background-color: rgba(255, 255, 255, 0.3);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.entry-content .thumbnail-post .icon {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    top: 0;
    left: 50%;
    position: relative;
}

.entry-content .thumbnail-post .icon:after {
    position: absolute;
    font-family: IcoMoon!important;
    content: '\e923';
    color: #fff;
    font-size: 20px;
    margin-left: -25px;
    top: -25px;
    background: #444;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}


.home .type-post.sticky,
.home .formatted-post,
.page-template-blog-page-php .type-post.sticky,
.page-template-blog-page-php .formatted-post {
    padding-top: 15px;
    background: yellowgreen;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)inset;
    color: #fff;
}

.home .type-post.sticky .entry-title a,
.home .formatted-post .entry-title a,
.page-template-blog-page-php .type-post.sticky .entry-title a,
.page-template-blog-page-php .formatted-post .entry-title a {
    text-align: center;
    color: #fff!important;
}

.home .type-post.sticky .entry-header a,
.home .formatted-post .entry-header a,
.home .type-post.sticky .entry-meta,
.home .formatted-post .entry-meta,
.home .type-post.sticky .entry-footer a,
.home .formatted-post .entry-footer a,
.page-template-blog-page-php .type-post.sticky .entry-header a,
.page-template-blog-page-php .type-post.sticky .entry-meta,
.page-template-blog-page-php .formatted-post .entry-header a,
.page-template-blog-page-php .formatted-post .entry-meta,
.page-template-blog-page-php .type-post.sticky .entry-footer a,
.page-template-blog-page-php .formatted-post .entry-footer a {
    color: #fff!important;
}

.home .type-post h1.entry-title,
.page-template-blog-page-php .type-post h1.entry-title {
    width: 80%;
}

.home .format-video,
.page-template-blog-page-php .format-video {
    background: orange;
}

.home .format-chat,
.page-template-blog-page-php .format-chat {
    background: #d8b803;
}

.home .format-link,
.page-template-blog-page-php .format-link {
    background: #01bbe1;
}

.home .format-image,
.page-template-blog-page-php .format-image {
    background: #e66d26;
}

.home .format-quote,
.page-template-blog-page-php .format-quote {
    background: #ca2547;
}

.home .format-aside,
.page-template-blog-page-php .format-aside {
    background: #495d7f;
}

.home .format-gallery,
.page-template-blog-page-php .format-gallery {
    background: #666;
}

.home .format-audio,
.page-template-blog-page-php .format-audio {
    background: #009bae;
}

.home .format-status,
.page-template-blog-page-php .format-status {
    background: #69849a;
}

.home .type-post.sticky:before,
.home .formatted-post:before,
.page-template-blog-page-php .type-post.sticky:before,
.page-template-blog-page-php .formatted-post:before {
    font-family: IcoMoon;
    content: '\e906';
    background: rgba(0, 0, 0, .35);
    padding: 4px 0 4px 10px;
    font-size: 20px;
    width: 40px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.t4p-icon-youtube-play:before {
    content: '\e906';
}

.home .type-post.sticky:before,
.page-template-blog-page-php .type-post.sticky:before {
    content: '\e90e';
}

.home .format-chat:before,
.page-template-blog-page-php .format-chat:before,
.t4p-icon-comments-o:before {
    content: '\e913';
}

.home .format-link:before,
.page-template-blog-page-php .format-link:before {
    content: '\e923';
}

.home .format-image:before,
.page-template-blog-page-php .format-image:before,
.t4p-icon-picture-o:before {
    content: '\e903';
}

.home .format-quote:before,
.page-template-blog-page-php .format-quote:before,
.t4p-icon-quote-left:before {
    content: '\e915';
}

.home .format-aside:before,
.page-template-blog-page-php .format-aside:before,
.t4p-icon-pencil:before {
    content: '\e902';
}

.home .format-gallery:before,
.page-template-blog-page-php .format-gallery:before,
.t4p-icon-camera-retro:before {
    content: '\e904';
}

.home .format-audio:before,
.page-template-blog-page-php .format-audio:before,
.t4p-icon-headphones:before {
    content: '\e905';
}

.home .format-status:before,
.page-template-blog-page-php .format-status:before {
    content: '\e912';
}

.entry-content .thumbnail-post {
    border-color: rgba(0, 0, 0, 0.05)!important;
}

.thumbnail-post-single img {
    display: block;
    width: 100%;
    padding-top: 20px;
}

.entry-categories {
    margin-right: 15px;
    float: left;
    padding: 10px 0px;
}

.entry-categories:before {
    font-family: IcoMoon;
    content: '\e909';
    margin-right: 5px;
}

.entry-tags {
    float: left;
    padding: 10px 0px;
}

.entry-tags:before,
.t4p-blog-large .entry-meta .meta-tags:before {
    font-family: IcoMoon;
    content: '\e90a';
    margin-right: 5px;
}

/* ======================== Comment ======================== */
#comments {
    clear: both;
}

.comments-title-back {
    padding: 10px;
    padding-left: 0;
}

.comment-title {
    float: left;
    margin-right: 12px;
    letter-spacing: 0;
}

.pings-title h3{
    margin: 0;
}

.comment-title-meta,
.pings-title-meta {
    font-size: 22px;
}

.pings-title-meta {
    font-size: 20px;
    letter-spacing: 0px;
}

.no-comment {
    font-size: 19px;
    color: #bbb;
}

.comment-feed-link {
    position: relative;
    top: 10px;
}

.comment-count {
    float: right;
    font-weight: normal;
    padding: 0px 5px 0px 0px;
}

.comment-count:before {
    font-family: IcoMoon;
    content: '\e913';
    margin-right: 5px;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list {
    clear: both;
    margin: 20px 4px 0 4px;
}

#comments .comment-content ol,
#comments .comment-content ul {
    margin-left: 25px;
}

.comment,
.trackback,
.pingback {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.trackback,
.pingback {
    padding: 10px;
    margin: 0 4px 20px 4px;
    font-size: 13px;
}

.pings-list {
    margin-bottom: 30px;
    list-style: none outside none;
    margin-left: 0;
}

.comment-list .children {
    margin-top: 40px;
}

.comment-header {
    border-bottom: 1px solid #e5e5e5;
    background: #F9F9F9;
    display: inline-block;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    -box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.comment-meta {
    float: left;
    position: relative;
    top: 5px;
    font-size: 15px;
    color: #ccc;
}

.comment-meta a {
    color: #ccc;
}

.commenter {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    color: #aaa;
}

.commenter a:hover {
    border-bottom: none;
}

.comment-content {
    clear: left;
    padding: 15px;
}

.comment-reply {
    padding: 15px;
}

a.comment-reply-link {
    padding: 5px 10px;
    font-size: 11px;
    border: none;
    text-decoration: none;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    font-weight: normal;
    border-color: #0bb697;
    text-align: center;
    color: #fff;
    background: #0bb697;
    -webkit-box-shadow: 0px 2px 0px #1d6e72;
    -moz-box-shadow: 0px 2px 0px #1d6e72;
    box-shadow: 0px 2px 0px #1d6e72;
}

a#cancel-comment-reply-link {
    margin-left: 5px;
}

a#cancel-comment-reply-link:before {
    content: '\e926';
    font-family: IcoMoon;
    margin-right: 5px;
}

.avatar {
    float: right;
    margin: 0px 0px 0px 20px;
}

a.follow-replies {
    float: left;
    width: 19px;
    height: 19px;
    position: relative;
    top: 14px;
    color: #bbb;
}

a.follow-replies:hover {
    background-position: 0 -19px;
}

.comment-unapproved {
    font-weight: bold;
    color: #333;
    clear: both;
    background: #f0dfa5;
    padding: 13px 15px;
    margin: 18px;
}

.comment, 
.navigation-links {
    margin-bottom: 40px;
}


/* ======================== Comment Reply ======================== */
#reply-title {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
}

#respond {
    clear: both;
    margin-bottom: 30px;
    padding: 10px 0;
}

#form-section-author,
#form-section-email,
#form-section-url {
    width: 250px;
    height: 23px;
    padding: 8px;
    padding-top: 9px;
}

#respond input#author,
#respond input#url,
#respond input#email,
#respond textarea {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .7);
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px!important;
    -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, .9);
    -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, .9);
    -box-shadow: 1px 1px 0px rgba(255, 255, 255, .9);
    box-shadow: 1px 1px 0px rgba(255, 255, 255, .9);
}

#respond textarea {
    width: 100%;
    padding: 10px;
}

#comment-form .form-section input {
    margin-right: 10px;
    background: none;
    border: none;
    width: 240px;
}

.form-section {
    margin-bottom: 10px;
    position: relative;
}

.form-section label {
    cursor: pointer;
}

#commenter-details input {
    margin-right: 10px;
}

#allowed-tags {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    background: #fff;
    border: 1px #ddd dotted;
    border-top: none;
    width: 573px;
}

#submit-button {
    font-family: arial;
    text-shadow: 0 1px 2px #111;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border: none;
    left: 3px;
    top: 3px;
    position: relative;
    z-index: 1;
    height: 35px;
    padding-top: 5px;
    padding: 0;
    width: 94%;
    letter-spacing: -1px;
    font-size: 17px;
    color: #ddd;
}

#submit-button:hover {
    color: #fff;
}
/* ======================== Navigation ======================== */
.navigation-links a {
    color: #bfbfbf;
    padding: 6px 12px;
}

.page-navigation .nav-previous {
    text-align: right;
}

.navigation-links .nav-previous a:after,
.navigation-links .nav-next a:before,
.single-page-navigation .nav-previous a:before,
.single-page-navigation .nav-next a:after {
    content: "\e919";
    font-family: IcoMoon;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}

.navigation-links .nav-next a:before {
    content: "\e918";
    margin-right: 10px;
    margin-left: 0px;
}

.single-page-navigation .nav-previous a:after,
.single-page-navigation .nav-next a:before {
    content: '';
}

.single-page-navigation .nav-previous a:before {
    content: "\e918";
    margin-right: 10px;
    margin-left: 0px;
}

.single-page-navigation .nav-next a:after {
    content: "\e919";
    margin-right: 0px;
    margin-left: 10px;
}

.page-navigation .nav-next:hover a,
.single-page-navigation .nav-next:hover a,
.page-navigation .nav-previous:hover a,
.single-page-navigation .nav-previous:hover a {
    color: #333;
}

.single-page-navigation .nav-next {
    text-align: right;
}

.single-page-navigation .nav-previous {
    text-align: left;
}

.page-navigation .nav-previous,
.single-page-navigation .nav-previous,
.page-navigation .nav-next,
.single-page-navigation .nav-next {
    font-weight: normal;
    font-size: 14px;
    color: #bfbfbf;
    text-decoration: none;
    padding: 7px 0px;
}


.wp-pagenavi a,
.wp-pagenavi span {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #ccc;
    text-decoration: none;
    padding: 7px;
    background: #f1f1f1;
    border: none !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #fff;
    color: #333;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-weight: bold;
}

/* ======================== Breadcrumbs ======================== */
ul.breadcrumbs {
    float: left;
    position: relative;
    z-index: 0;
    list-style: none outside none;
    margin: 0 0 25px 0;
    padding:0;
    width: 100%;
}

ul.breadcrumbs li {
    display: inline;
    font-size: 13px;
    margin: 0 0 0 5px;
    padding: 0 2px;
}

ul.breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0;
}

ul.breadcrumbs li:after {
    color: rgba(0, 0, 0, 0.2);
    content: '/';
    font-size: 12px;
}

ul.breadcrumbs li:last-child:after {
    content: "";
}

ul.breadcrumbs li a {
    padding-right: 10px;
}


.page-title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}

.page-title span {
    font-weight: normal;
}

.page-title .breadcrumbs {
    letter-spacing: 0px;
}

.page-title-container .container {
    padding-left: 30px;
    padding-right: 30px;
}

.entry-title,
.entry-title a {
    font-family: 'Roboto', arial, sans-serif;
    color: #51545c;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0px;
}

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

.entry-content {
    clear: both;
    font-size: 16px;
    margin-top: 35px;
}

.hentry {
    padding-bottom: 25px;
}

.attach-font {
    font-size: 24px;
}



.content {
    padding-top: 35px;
}

.page-template-contact-php .content {
    padding-top: 0;
}

.content-bottom {
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-width {
    width: 100%!important;
}

.contact-page {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-page input[type="submit"] {
    margin: 0 15px;
}

table#recaptcha_table:before {
    background: none;
}

.padding-l {
    padding-left: 0;
}

#comment-submit div {
    margin: 0 15px;
}

/* ======================== Slider posts ======================== */
.similar-posts {
    clear: both;
    padding: 15px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .5);
}

.similar-posts ul {
    margin-bottom: 0px;
}

.similar-posts ul li {
    padding-bottom: 5px;
}

.similar-posts a.similar-title {
    font-weight: bold;
    font-size: 15px;
}

#slide_holder {
    position: relative;
    background: rgba(0, 0, 0, 0);
    min-height: 280px;
    display: block;
    position: relative;
    z-index: 0;
    clear: both;
    padding: 30px 25px 40px 25px;
}

#slide_holder .featured-thumbnail {
    margin-right: 20px;
    position: absolute;
    left: 60%;
    width: 35%;
}

#slide_holder .featured-thumbnail img {
    width: 100%;
    height: auto;
    border: 8px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}

#slide_holder p {
    clear: left;
    float: left;
    margin: 20px 0 0 0;
    color: #ddd;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    font-weight: 400;
    width: 50%;
    left: 8%;
    position: relative;
}

#slide_holder .featured-title {
    float: left;
    left: 8%;
    position: relative;
    width: 40%;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
}

#slide_holder .featured-title a {
    color: #fff;
    font-size: 40px;
    margin: 0;
    z-index: 10;
    font-weight: 700;
}

#slide_holder .featured-title a:hover {
    color: #fff;
    text-decoration: none;
}

.slide-container {
    height: 280px;
    overflow: hidden;
    position: relative;
}

ul#slides {
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-more {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    left: 8%;
    position: absolute;
    text-align: center;
}

.comment-list {
    padding: 0;
}

#page-links {
    clear: both;
    float: left;
    margin: 20px 0;
    font-size: 11px;
}

#page-links a {
    color: #999;
    font-weight: bold;
    margin: 0 2px;
    background: #f6f6f6;
    text-decoration: none;
    padding: 3px 8px;
}

#page-links a:hover {
    background: #fff;
    color: #333;
}

#page-links p {
    margin-bottom: 0;
}

#page-links strong {
    text-transform: uppercase;
}

#primary .entry-meta {
    font-size: 13px;
    line-height: 20px;
}

.t4p-blog-timeline .blog-timeline-layout {
    background: transparent url("assets/images/timeline_line.png") repeat-y center center;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
    width: 775px;
}

@media (max-width: 769px) {
    #primary .t4p-blog-timeline .blog-timeline-layout {
        background: none;
        width: 100%;
    }
    #primary .post {
        width: 100%;
    }
    .timeline-circle {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    #primary .t4p-blog-timeline .blog-timeline-layout {
        width: 100%;
    }
    #header.sticky-header {
        width: 102%;
    }
}

.menu-container .container-center {
    margin: 0 auto;
}
