/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/


#posts {
    position: relative;
}

.entry {
    position: relative;
    margin: 0 0 50px;
}

.entry:after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5;
}

.entry-image {
    margin-bottom: 30px;
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.entry-image iframe {
    display: block;
}

.entry-image video {
    display: block;
    width: 100%;
}

.entry-image img {
    border-radius: 3px;
}

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-title h2 a {
    color: #333;
}

.entry-title h2 a:hover {
    color: #1ABC9C;
}

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic;
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5
}

.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

.entry-meta li a {
    color: #999;
}

.entry-meta li a:hover {
    color: #1ABC9C;
}

.entry-meta li:first-child:before {
    display: none;
}

.entry-meta li ins {
    font-weight: 700;
    text-decoration: none;
}

.entry-c {
    position: relative;
    overflow: hidden;
}

#posts .entry-content {
    margin-top: 30px;
}

.single-post .entry-content .entry-image {
    max-width: 350px;
}

.entry-content {
    position: relative;
}

.entry-link {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 3px;
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.entry-link:hover {
    color: #FFF;
    background-color: #1ABC9C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #AAA;
}

.entry-link:hover span {
    color: #EEE;
}

.entry blockquote p {
    font-weight: 400;
    font-family: 'Crete Round', serif;
    font-style: italic;
}


/* Small Thumbs
-----------------------------------------------------------------*/

.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

.small-thumbs .entry-image img,
.ievent .entry-image img {
    border-radius: 0;
}

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img {
    border-radius: 5px;
}

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600;
}


/* Small Thumbs - Right
-----------------------------------------------------------------*/

.small-thumbs.alt .entry-image {
    float: right;
    margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
    float: none;
    margin: 0 0 20px 0;
}


/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .small-thumbs .entry-image {
    width: 200px;
    margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image {
    margin: 0 0 0 25px;
}

.bothsidebar .small-thumbs .entry-c .entry-image {
    width: 100%;
    margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 {
    font-size: 18px;
}


/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid {
    margin-right: -28px;
}

.post-grid .entry {
    float: left;
    width: 25%;
    padding-right: 28px;
}

.post-grid .entry-image img {
    border-radius: 0;
}

.post-grid .entry-title h2 {
    font-size: 17px;
    font-weight: 600;
}

.post-grid .entry-link {
    font-size: 24px;
}

.post-grid .entry-link span {
    font-size: 13px;
}

.col-conteudo {
    white-space: nowrap;
    height: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
}
