/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-dic-2015, 12.33.35
    Author     : pasqualechieco
*/

/* ============================================================
  GLOBAL
============================================================ */
.effects {
    padding-left: 15px;
}
.effects .img {
    position: relative;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 250px
}
.effects .img:nth-child(n) {
    margin-right: 5px;
}
.effects .img:first-child {
    margin-left: -15px;
}
.effects .img:last-child {
    margin-right: 0;
}
.effects .img img {
    margin: 0;
    padding: 0;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #888;
    cursor: pointer;
}
a.close-overlay.hidden {
    display: none;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 300;
    font-size: 30px;
}

.post-content h3{
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    margin:0;
    padding:0;
}

.post-content h4{
    margin:0;
    padding:5px 0;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #888;
}

.article-content{
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    padding: 20px 0;
    font-weight: normal;
    color: #777777;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.post-content{
    text-align: justify;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
#effect-5 .overlay a.expand {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
    opacity: 0.6;
}
#effect-5 .img.hover .overlay a.expand {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
    .effects {
        padding-left: 5px;
    }
    .effects .img {
    }
    .effects .img:nth-child(n) {
        margin-right: 5px;
    }
    .effects .img:first-child {
        margin-left: 0;
    }
    .effects .img:nth-child(2n-1) {
        margin-left: -5px;
    }
    .effects .img:nth-child(2n) {
        margin-right: 0;
    }
    .effects .img:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 520px) {
    .effects .img {
        width: 100%;
    }
    .effects .img:nth-child(n) {
        margin-right: 0;
    }
    .effects .img:first-child {
        margin-left: 0;
    }
    .effects .img:nth-child(2n-1) {
        margin-left: 0;
    }
    .effects .img:nth-child(2n) {
        margin-right: 0;
    }
    .effects .img:last-child {
        margin-right: 0;
    }
    .effects .img img {
        margin: 0 auto;
    }
}


#blog-wrap a{
    text-decoration: none;
}


#blogtitle{
    padding-left: 0;
}

#title {}

#title h1 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin: 0;
}

#title h3.heading{
    text-transform: uppercase;
}

#title h2 {
    display: block;
    font-weight: lighter;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

#title #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#title #breadcrumbs.breadrcumbpadding { padding-top: 12px; }

#title #breadcrumbs a { color: #eee; }

#title #breadcrumbs a:hover { color: #289dcc; }

#blog-wrap{
    margin-top: 30px;
}

.post{
    margin: 0 10px 40px 0;
    margin-top: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #fff;
}
.post-meta { 
    margin-top:20px;
    margin-left: 14px;
}

.post-meta span {
    background: #f4f4f4;
    padding: 7px 15px 7px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #999999;
    font-size: 11px;
}

.post-meta span a { color: #999999 }

.post-meta span a:hover { color: #666666 }

.post-meta span i {
    color:#000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

/* Search Widget /--------------------------------------------------------- */

.widget_search input {
    background: url(../img/search.png) no-repeat 10px 9px;
    padding: 8px 8px 8px 30px;
    color: #999999;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    border: 1px solid #dddddd;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;

}

.widget{
    border-bottom: 1px solid #f1f1f1;
}

/* Tag Cloud Widget /--------------------------------------------------------- */

.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dddddd;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 10px 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

#cat{
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4
}

.show-post{
    margin-top:0;
    margin-left: 0;
    margin-bottom: 30px;
}

.post { margin-bottom: 30px }

.post-meta.show-post {
    margin-left: 0;
    margin-top:10px;
    margin-bottom: 30px;
}

.post-tags{
    margin-top:30px;
}

.post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.post-tags a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff;
}

/* Sharebox ---------------------------------------------------- */

.sharebox {
    margin-top: 40px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 11px 0 0 10px;
    color: #777777;
    font-size: 13px;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0;
}

.sharebox .social-icons a {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.sharebox .social-icons a:hover {
    background-color: #666666 !important;
    background-position: 0px -40px !important;
    opacity: 1;
}

/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */

#topbar .social-icons ul{
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}
.social-icons ul li{
    display:block;
    float: left;
    margin:0;
    padding:0;
}
.social-icons ul li a{
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    display:block;
    width:40px;
    height:40px;
    text-indent:-9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#copyright .social-icons ul li a{
    opacity: 1;
}
#copyright .social-icons ul li a:hover{
    background-color: transparent !important;
}

.social-icons a:hover{
    background-color: #cccccc;
    background-position: 0px -40px !important;
    opacity: 1;
}

.social-email a { background: url(../img/email.png) no-repeat 0 0 }
.social-email a:hover { background-color: #666666 }
.social-facebook a { background: url(../img/facebook.png) no-repeat 0 0 }
.social-facebook a:hover { background-color: #3b5998 }
.social-googleplus a { background: url(../img/google+.png) no-repeat 0 0 }
.social-googleplus a:hover { background-color: #d94a39 }
.social-linkedin a { background: url(../img/linkedin.png) no-repeat 0 0 }
.social-linkedin a:hover { background-color: #71b2d0 }
.social-twitter a { background: url(../img/twitter.png) no-repeat 0 0 }
.social-twitter a:hover { background-color: #48c4d2 }


/* ------------------------------------------------------------------------ */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) 2. Step */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #crumbs{
        display: none;
    }

    .gallery-wrap{
        margin:0 0 -20px 0;
    }
    .latest-blog, .negative-wrap{
        margin:0 0px 0 0px;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

    .post-content {
    }

    .post-meta span{
        display: block;
        margin:0 0 5px 0;
    }

    .blog-medium .post-content {
        width: 420px;
    }

    .blog-medium .post-video,
    .blog-medium .post-gallery,
    .blog-medium .post-image,
    .blog-medium .post-quote,
    .blog-medium .post-audio,
    .blog-medium .post-link {
        width: 420px;
    }

    .blog-medium .post-gallery img,
    .blog-medium .post-image img {
        width: 100%;
        height: auto;
    }

    #author-info{
        margin: 0;
    }

    #author-info .author-bio {
        float: left;
        width: 313px;
    }

    .sharebox{
        margin: 0 0 30px 0;
    }
    .sharebox h4 {
        display: none;
    }

    #respond-inputs p{
        width: 420px;
        margin:0 0 20px 0 !important;
        float: none;
    }
    #respond-inputs input{
        width: 403px;
    }

    #respond-textarea textarea{
        width: 403px;
    }


    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

}