/*
Theme Name: Base - MIDIASIM
Theme URI: https://midiasim.store
Description: midiasim.store
Author: MIDIASIM
Author URI: http://www.midiasim.com.br
Version: 2016
*/

html {
    height: 100%;
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.1;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1, .h1 {
    font-size: 42px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

a {
    transition: all 0.1s linear;
}

hr {
    clear:both;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

::-moz-selection {
    background-color: #f3f3f3;
    color: #aaa;
}

::selection {
    background-color: #f3f3f3;
    color: #aaa;
}

p {
    margin: 0 0 15px;
}

.fa {
    margin-right: 4px;
}

.scrolloff {
    pointer-events: none;
}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.aligncenter {
    margin: 0 auto;
    display: inherit;
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.form-contato textarea {
    height: 160px;
    resize: none;
}

.form-control {
    font-size: 15px;
}

.btn {
    font-size: 15px;
    white-space: normal;
}

.btn-xs,
.btn-sm {
    font-size: 13px;
}

.btn-lg {
    font-size: 22px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-primary {
    background-image: none !important;
    border: 0 !important;
}

.animsition,
.wrapper,
.page-content-wrapper {
    height: 100%;
}

.navbar {
    border: 0;
    margin-bottom: 0;
    background-image: none;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
}

.home .navbar {
    margin-bottom: 0;
}

.navbar a,
.navbar .nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    border: 0;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    border: 0;
}

.navbar-brand {
    padding: 15px 0 15px 15px;
    height: auto;
    max-width: 300px;
}

.navbar-brand>img {
    max-width: 100%;
    height: auto;
}

.navbar-default {
    overflow: hidden;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background: none;
}

.navbar-default .navbar-nav>li>a {
    margin: 0 5px;
    padding: 10px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: transparent;
    border: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    border: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
    border: 0;
}

.dropdown-menu,
.navbar-nav>li>.dropdown-menu {
    left: 0;
    border: 0;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin: -5px -10px 0 0;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    min-width: 210px;
}

.dropdown-menu>li>a {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 5px 15px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: transparent;
}

.body-fixed-side.home {
    overflow: hidden;
}

.body-fixed-side .container {
    width: auto;
}

.body-fixed-side .page-content-wrapper {
    float: right;
    width: 80%;
}

.fixed-side {
    text-align: center;
    height: 100%;
    z-index: 50;
    padding: 15px !important;
    float: left;
    width: 20%;
    min-width: 300px;
    max-width: 360px;
    position: fixed;
}

.fixed-side .navbar-brand {
    float: none;
    margin: 0;
}

.fixed-side .navbar-brand>img {
    padding: 15px 30px 30px;
    margin: 0;
}

.fixed-side .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fixed-side .navbar-nav {
    float: none;
}

.fixed-side .nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.fixed-side .nav li.active {

}

.fixed-side .nav li:hover:before,
.fixed-side .nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;
}

.fixed-side .nav li a {
    display: block;
    padding: 10px 15px;
}

.fixed-side .nav li a:hover,
.fixed-side .nav li a:active,
.fixed-side .nav li a:focus,
.fixed-side .nav li.open a:hover,
.fixed-side .nav li.open a:active,
.fixed-side .nav li.open a:focus{

}

.fixed-side .nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    text-align: center;
}

.fixed-side .nav .dropdown-menu {
    
}

.fixed-side .navbar-default {
    border: 0;
}

.fixed-side .social-links {
    margin: 30px 0;
}

.fixed-side .copyright {
    font-size: 12px;
}

.social-links a {
    text-decoration: none;
}

.footer {
    background: #f3f3f3;
    padding: 0;
    min-height: 100px;
    width: 100%;
    margin: 0;
}

.footer .container {
    padding: 45px 15px;
}

.footer .navbar-brand-footer {
    float: right;
    padding: 15px;
    background: #fff;
    max-width: 250px;
    border-radius: 5px;
    color: #000 !important;
}

.footer .navbar-brand-footer>img {
    width: 100%;
    height: auto;
}

.footer .copyright {
    font-size: 13px;
    text-align: right;
}

.footer .phone {
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
}

.footer .container-fluid {
    padding: 15px;
}

.footer-fixed p {
    margin: 0;
}

.main {
    padding-bottom: 30px;
}

.home .main {
    padding-bottom: 0;
}

.sidebar {
    padding-bottom: 30px;
}

.sidebar .table {
    margin: 0;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget:first-child>h3 {
    margin-top: 0;
}

.col-main {
    padding-right: 45px;
    padding-bottom: 30px;
}

.breadcrumb {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

.page-header {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0 0 45px;
}

.page-header h1 {
    margin: 0 0 25px;
    word-wrap: break-word;
}

.post-content {

}

.post-content>h1:first-child,
.post-content>h2:first-child,
.post-content>h3:first-child {
    margin-top: 0;
}

.post-content .post-date {
    margin: 0 0 15px;
}

.post-list .post-date,
.post-grid .post-date {
    font-size: 14px;
    margin: 0 0 5px;
}

.post-content img {
    max-width: 100%;
}

body.page .post-content,
body.single .post-content {
    min-height: 200px;
}

.post-grid {
    text-align: center;
}

.post-grid h2 {
    font-size: 18px;
    margin: 5px 0;
    padding: 0;
    height: 38px;
    overflow: hidden;
}

.post-grid .post-date {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.post-grid-list {
    text-align: left;
    font-size: 14px;
}

.post-grid-list h2 {
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
}

.post-grid-list .post {
    margin-bottom: 15px;
}

.post-grid-list .post-date {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.post-grid-list .col-thumbnail {
    padding: 0;
}

.servicos-grid h2 {
    padding: 0;
}

.post-list h2 {
    margin: 5px 0;
    font-size: 22px;
}

.post-list .row {
    margin-bottom: 40px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 30px;
}

.post-list .thumbnail {
    margin: 0 0 5px;
}

.thumbnail {
    overflow: hidden;
    position: relative;
}

.caption > h3 {
    margin-top: 5px;
}

.gallery {
    margin-top: 15px;
    margin-bottom: 15px;
}

.media {
    margin-top: 0;
}

.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-object,
.media-object img {
    max-width: none;
}

.media-heading {
    font-size: 16px;
    margin: 0;
}

.post-comments {
    margin-bottom: 30px;
}

.post-comments .comment {
    padding: 15px;
}

.post-comments > .list-unstyled > .comment {
    border-bottom: 1px solid #eee;
}

.post-comments > .list-unstyled > .comment:nth-child(even) {

}

.post-comments > .list-unstyled > .comment > .children {
    padding-bottom: 15px;
}

.post-comments > .list-unstyled > .comment > .children .comment {
    padding: 0;
}

.comments-title {
    margin-top: 0;
}

.comment-metadata a {
    font-size: 13px;
    font-style: italic;
}

.cancel-comment-reply {
    margin-bottom: 15px;
}

.block {
    padding: 45px 0;
}

.block-inverse {
    background-color: #f3f3f3;
}

.block .btn {
    margin: 0;
}

.home .block > .container > h3 {
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
    font-size: 36px;
}

.block-home h2 {
    margin-top: 0;
    padding-top: 0;
}

.block-home img {
    margin-bottom: 0;
}

.block-home .container {
    padding: 15px 30px;
}

.block-cta {
    text-align: center;
}

.block-cta p {
    padding: 0;
    margin: 0 0 30px;
}

.block-cta .btn {
    margin-bottom: 5px;
}

.block-cta > .container > h3 {
    padding: 0;
    margin-bottom: 15px;
    font-size: 36px;
}

.table-responsive {
    border: 0;
}

.portfolio-grid {
    position: relative;
    text-align: center;
}

.portfolio-grid figure {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.portfolio-grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}

.portfolio-grid figure figcaption {
    padding: 30px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-grid figure figcaption::before,
.portfolio-grid figure figcaption::after {
    pointer-events: none;
}

.portfolio-grid figure figcaption,
.portfolio-grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.portfolio-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.portfolio-grid figure h2,
.portfolio-grid figure p {
    margin: 0;
}

.portfolio-grid figure p {
    /*font-size: 14px;*/
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.68);
}

.portfolio-grid figure h2 a {
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.68);
}

.produto-preco {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .body-fixed-side .container {
        max-width: 1170px;
    }
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 1199px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 991px) {

    .navbar-default .navbar-nav>li>a {
        margin: 0 5px;
        padding: 10px 2px;
    }

}

@media (min-width: 768px) {

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

/* Extra Small devices (max 768px) */
@media (max-width: 767px) {

    .col-main {
        padding-right: 15px;
    }

    .post-list h2 {
        font-size: 18px;
    }

    .thumbnail {
        /*height: auto !important;*/
    }

    .post-comments .children {
        padding-left: 15px;
    }

    .footer .navbar-brand-footer {
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    .footer .copyright {
        margin: 10px 0 0;
        text-align: left;
    }

}

/* Extra Extra Small devices (max 540px) */
@media (max-width: 540px) {
    
    .navbar-brand {
        width: 55%;
    }

    .block-home .container {
        text-align: center;
    }

    .block-home img {
        display: block;
        margin: 0 auto 15px;
        float: none;
    }

}

@media (max-width: 380px) {

    .block-home .container {
        padding: 0 30px;
    }

    .post-comments .children {
        padding-left: 0;
    }

    .col-xs-6 {
        width: 100%;
    }
    
    .body-fixed-side.home {
        overflow-y: auto;
    }

    .body-fixed-side.home .page-content-wrapper {
        display: none;
    }
    
    .body-fixed-side.home .fixed-side {
        width: 100%;
        max-width: none;
        float: none;
    }

}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

