/**
* Estilos de estruturação de seções, margens e macro divisões do layout
*/


/* Sections*/
.section{
    padding: 0;
    margin: 0 0 30px 0;
}

.section-header{
    margin-top: -30px;
    padding: 30px 0;
}

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

/* separator */
hr.separator{
    border-top: 1px solid #ccc;
    margin: 20px 0;
    display: block;
    width: 100%;
}

/* loops */
.loop-container{
    margin-bottom:30px;
}

.loop-container .site-button{
    padding: 0 30px;
}

/* widgets */
.sidebar .widget{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar .widget:last-child{
    margin-bottom: 0;
}

.site-widget{
    background: #fff;
}

.site-widget .widget-header{
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    text-align: center;
}

.site-widget .widget-header .widget-icon{
    line-height: 1;
    margin-right: 10px; 
    display: inline-block;
    font-size: 40px;
}

.site-widget .widget-header .widgettitle{
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
}

.site-widget .widget-header .widgettitle .widget-hat{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: left;
}

.site-widget .widget-header .widgettitle .title{
    display: block;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
}

.site-widget .widget-header.single .widgettitle .title, 
.site-widget .widget-header.single .widget-icon{
    text-transform: uppercase;
    font-size: 22px;
}

.widget-content{
    padding: 20px 0;
}

.widget .site-button{
    width: 100%;
    padding: 0 15px;
}

/* Titles */
.section-title{
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 1.15;
    padding: 0 15px;
    margin: 0;
    font-size: 24px;
}

.section-subtitle{
    font-weight: 700;
    padding: 0 15px;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
}

.section-description{
    padding: 0 15px;
    margin: 20px 0 0 0;
    font-size: 18px;
    display: block;
    width: 100%;
}

/* acompanhando a rolagem*/
.scrolling-content{
    position: relative;
    display: block;
    width: 100%;
}

.scrolltofixed{
    margin-bottom: 40px;
    width: 100%;
}

.scroll-to-fixed-fixed.scrolltofixed{
    position: absolute;
    top:0;
}

.scrolltofixed.absolute-bottom{
    position: absolute;
    left:0!important;
    top:0!important;
}

@media only screen and (min-width:768px) {

    .container-xs{
        padding-left: 15px;
        padding-right: 15px;
    }

    .section{
        padding: 0;
        margin: 0 0 40px 0;
    }

    .section-header{
        margin-top: -40px;
        padding: 40px 0;
    }
    

    .loop-container{
        padding-right: 45px;
        margin-bottom: 0;
    }

    .sidebar .widget{
        margin-bottom: 40px;
    }

    .site-widget .widget-header{
        padding: 30px 0;
    }

    .widget-content{
        padding: 30px 0;
    }

    /* Titles */
    .section-title{
        font-size: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    .section-description{
        padding: 0;
        font-size: 22px;
    }

    

}

@media only screen and (min-width:1024px) {
    
    .container{
        max-width: 964px;
    }

}
@media only screen and (min-width:1140px) {

    .container{
        max-width: 1080px;
    }

}
@media only screen and (min-width:1280px) {

    .container{
        max-width: 1220px;
    }

    .loop-container{
        padding-right: 15px;
    }

    .default-sidebar{
        padding-left: 90px;
    }

    .loop-section .sidebar{
        padding-left: 65px;
    }

}

@media only screen and (min-width:1320px) {

    .container{
        max-width: 1286px;
    }

}