/* 
    Document   : contact_parallel
    Created on : 21/03/2011, 13:48:39
    Author     : carlosgarcia
    Description:
    Purpose of the stylesheet follows.
*/

/*
* Container left - Article
*/

.textMateriaItem {font-size: 19px!important; line-height: 1.5em!important;}
.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-list > li::after, .post-list > li::before {
    clear: both;
    content: "";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.post-list > li::after, .post-list > li::before {
    clear: both;
    content: "";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.post-list > li {
    padding: 0;
}


.post-left-info {
    float: left;
    margin-right: 20px;
    width: 50px;
}

.post-date {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 auto 2px;
    text-align: center;
}

.post-date .day {
    color: #333;
    display: block;
    font-size: 24px;
}
.post-date .month {
    color: #333;
    display: block;
    font-size: 10px;
    margin-top: 5px;
}
.post-date .year {
    color: #ccc;
    display: block;
    font-size: 8px;
    margin-top: 5px;
}
.post-image.post-image-with-carousel {
    padding-top: 0;
}
.post-image {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.post-left-info + .post-content {
    margin-left: 70px;
}

.post-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px;
}

.post-desc {
    color: #696969;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.read-btn-container {
    font-size: 12px;
    margin-bottom: 15px;
}

.read-btn-container a{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: auto;
}

.post-by {
    color: #666;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0;
}

.section-container {
    margin-bottom: 30px;
}

.section-title::before {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
}

.section-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.section-title span {
    background: #fff none repeat scroll 0 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 980;
}

.sidebar-list {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-recent-post > li .title {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    text-transform: initial;
    font-weight: normal;
}

.sidebar-recent-post {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-recent-post > li .date {
    color: #999;
    font-size: 11px;
}

.sidebar-recent-post > li + li {
    border-top: 1px solid #ddd;
}
.sidebar-recent-post > li {
    padding: 10px 0;
}

.sidebar-social-list {
    line-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

.sidebar-social-list > li {
    display: inline;
    float: left;
    font-size: 18px;
}

.sidebar-social-list > li a {
    color: #333;
    padding: 0 10px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.form-control {
    border: 2px solid #ccd0d4;
    border-radius: 3px;
    box-shadow: none;
    font-size: 12px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sidebar-list > li > a {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    line-height: 20px;
    padding: 10px 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}


/* Detalhes */
.avatar_container_avatar                                                        {}
.container_comentarios_sent                                                     {display: none;}
.italic                                                                         {font-style: italic}
.comentarios_subtitle                                                           {margin: 20px 0 10px 0}
.post-title-details                                                             {font-size: 30px;line-height: 30px; margin: 0 0 5px;}
.ctnNewsletter                                                                  {padding: 20px!important}

@media screen and (max-width: 480px) {
  .full, .ctnBlogClean                                                          {margin-left: 0px; padding-left: 0px;}
}


