/*
Theme Name: Art Fitness
Theme URI: http://www.midiasim.com.br/
Description: Art Fitness
Author: MIDIASIM
Author URI:http://www.midiasim.com.br
Version:2015
*/

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFF;
    color: #000;
    line-height: 1.5;
    font-weight: 300;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 40px;
    margin: 0 0 10px;
    color: #FFF;
    font-weight: 900;
}

h2, .h2 {
    font-size: 27px;
    color: #8BC53F;
}

h3, .h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-weight: 500;
}

h4, .h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
    margin-top:0;
}

ul, ol {
    padding-left: 17px;
}

a {
    color: #333;
    transition: all 0.2s linear;
}

a:hover, a:focus {
    color: #8BC53F;
    text-decoration: none;
    outline: none;
}

.btn {
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 30px;
}

.btn-default {
    color: #FFF;
    background-color: #8BC53F;
    border-color: #8BC53F;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #8BC53F;
    border-color: #8BC53F;
}

.btn-primary {
    background-color: #8BC53F;
    border-color: #8BC53F;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #333;
    background: #8BC53F;
    border-color: #8BC53F;
}

.btn-sm {
    font-size: 15px !important;
}

p {
    margin: 0 0 15px;
}

b, strong {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

figcaption {
    font-size: 11px;
    margin-top: 10px;
}

/* Selection style */
*:focus {
    outline: none;
}

::-moz-selection {
    background-color: #FFA;
    color: #666;
}

::selection {
    background-color: #FFA;
    color: #666;
}

.scrolloff {
}

hr {
    margin: 15px 0;
    border-color: #DDD;
}

table {
    background: #FFF;
}

figure {
    text-align: center;
}

.line {
    border-top: 1px solid #ddd;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    margin: 0 auto;
    display: inherit;
}

.panel {
    border-radius: 0;
}

.navbar {
    margin-bottom: 5px;
    border-radius: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
    background: rgba(0,0,0,0.8);
    background: transparent;
    /*width: 100%;*/
    z-index: 500;
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.home .navbar {
    background: transparent;
}

.navbar.scrolled {
    background: rgba(0,0,0,0.8);
}

.navbar-brand {
    padding: 20px 0;
    line-height: initial;
    height: auto;
}

.navbar-right {
    padding: 34px 0;
}

.navbar-default .navbar-nav>li>a {
	padding-right:4px !important;
    padding-left:4px !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    padding: 10px;
    font-weight: 900;
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #8BC53F;
    border-bottom: 2px solid #8BC53F;
    background: none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #8BC53F;
    background: none;
}

.navbar-toggle {
    margin-right: 30px;
    margin-top: 25px;
    background: #eee;
}

.navbar-nav>li>.dropdown-menu {
    left: 0;
    width: 245px;
    background:#000;
}

.dropdown-menu>li>a {
    color: #FFF;
    padding: 7px 15px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background:#000;
}

.banner-home {

}

.banner-home h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
}

.banner-home h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
    margin-bottom: 30px;
}

.home .main {
    padding: 0;
}

.main {
    padding:0 0 100px;
    background: #fff;
}

.post {
    color: #333;
}

.page-header {
    background: url(images/fundo_home1.jpg) 50% -10px no-repeat #000;
    padding:150px 0 30px;
    margin: 0;
    border: none;
    text-align: left
}

.page-header p {
    color: #FFF;
}

.page-id-7 .page-header,
.single-produto .page-header {
    background: url(images/bg-empresa.jpg) bottom center no-repeat #000;
}

.category-portfolio .page-header,
.archive .page-header {
    background: url(images/fundo_home2.jpg) 50% 0 no-repeat #000;
    background-size: 60%;
}

.page-id-7 .page-header {
}

.content {
    padding:40px 15px 0;
}

.breadcrumbs,
.breadcrumbs a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000
}

.breadcrumbs a:hover {
    border-bottom: 1px solid #8BC53F;
    color: #8BC53F;
}

.single .thumbnail-image {
    margin-bottom: 30px;
}

.footer {
    background: #000;
    padding: 80px 0 0;
    color: #fff;
}

.footer .list-unstyled {
    font-size: 12px;
}

.footer a {
    color: #fff;
}

.footer h3 {
    color: #8BC53F;
    font-weight: 300;
    font-size: 25px;
    margin: 0 0 5px;
}

.footer h4 {
    color: #8BC53F;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 700;
}

.footer small {
    color: #fff;
}

.footer a:hover {

}

.footer h5 {
    color: #fff;
    font-family: inherit;
    font-style: normal;
}

.footer .busca .form-control {
    height: 45px;
}

address {
    font-size: 13px;
}

.redes-sociais h4 {
    color: #fff;
    font-weight: 300;
}

.redes-sociais i {
    color: #8BC53F;
}

.footer address h3 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    margin: 0 0 5px;
}

.footer div.wpcf7-response-output {
    padding: 5px 0;
    margin: 0;
}

.footer div.wpcf7-mail-sent-ng,
.footer div.wpcf7-validation-errors {
    color: #f00;
    border: none;
    font-size: 12px;
    font-weight: 400;
}

.copyright {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;;
    background: #000;
    margin-top: 35px;
    color: #ccc;
}

.copyright a {
    color: #ccc;
}

.copyright a:hover {
    color: #FFF;
}

.copyright p {
    margin: 0;
    padding: 0;
}

.contato {
    padding: 80px 0;
    background: #fff;
    text-align: center;
    color: #999;
}

.page-id-9 .contato {
    display: none;
}

.contato h3 {
    color: #8BC53F;
    font-size:50px;
}

.contato .btn-default {
    font-size: 30px;
    color: #fff;
    background-color: #8BC53F;
    border-color: #8BC53F;
}

.contato .btn-default:hover,
.contato .btn-default:focus,
.contato .btn-default.focus,
.contato .btn-default:active,
.contato .btn-default.active {
    font-size: 32px;
    color: #333;
    background-color: #8BC53F;
    border-color: #8BC53F;
}


/* Post list */
.post-list .row {
    padding: 0 0 20px;
    text-align: center;
}

.post-list h2 {
    font-size: 18px;
    text-transform: initial;
    color: #333;
    font-weight: 400;
    text-align: center;
    max-width: 235px;
    margin: 10px auto;
}

.post-list h2 a {
    color: #333;
}

.post-list h2 a:hover {
    color: #8BC53F;
}

.post-list p {
    text-align: center;
}

.post-list span {
    font-size: 12px;
}


/* Gallery */
.gallery {
    padding: 10px 0;
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    padding: 0 10px 0 0;
    text-align: left;
    width: 100%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 {
    margin: 0;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
    padding: 0 40px 0 0;
}

.gallery-columns-7 .gallery-icon {
    line-height: 75px;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    /*clear: left;*/
}

.gallery img {
    height: auto;
}

.gallery-caption {
    display: none;
}

.thumbnail {
    display: inline-block;
    margin-bottom: 0;
    border:none;
}

.gallery-item .thumbnail,
.gallery-item .thumbnail>img,
.gallery-item .thumbnail a>img {
}

/* Paginação */
.page-numbers {
    line-height: 1.5;
    border-radius: 3px;
    background: #eee;
    color: #333;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
}

.page-numbers:hover {
    background: #ddd;
    color: #000;
}

.current,
.current:hover {
    background: #CCC;
}

/* Contact Form */
div.wpcf7-mail-sent-ok {
    color: #3DDB2B;
    border: none;
    font-size: 18px;
    font-weight: 800;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    color: #f00;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 0;
    margin-bottom: 0;
    background: #FFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding: 10px;
    border: 0 !important;
    position: absolute;
}

div.wpcf7-response-output {
    padding: 15px 0;
    margin: 0;
}

.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}


.home-empresa {
    background: url(images/fundo_home1.jpg) 50% -10px no-repeat #000;
    padding: 150px 0;
    text-align: center;
    color: #fff;
}

.home-empresa h3 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 0;
}

.home-empresa h4 {
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto;
    text-transform: inherit;
}

.home-empresa h3,
.home-empresa h4 {
    color: #fff;
}

.home-produtos {
    padding: 70px 0 30px;
    background: #FFF;
    text-align: center;
}

.home-produtos h3 {
    text-align: center;
    font-size: 50px;
    margin: 0;
    padding-bottom: 15px;
    color: #8BC53F;
}

.home-produtos .col-md-4 {
    padding:0 30px;
    height: 500px;
    overflow: hidden;
}

.home-produtos figure {
    position: absolute;
    z-index: 0;
}

/*.home-produtos .produto1 {
    background: url(images/produto1.jpg) 100% 50% no-repeat #fff;
    height: 553px;
    padding: 150px 0 0 20px;
}

.home-produtos .produto2 {
    background: url(images/produto2.jpg) 50% 50% no-repeat #fff;
    height: 553px;
    padding: 150px 0 0 20px;
}

.home-produtos .produto3 {
    background: url(images/produto3.jpg) 0 50% no-repeat #fff;
    height: 553px;
    padding: 150px 0 0 20px;
}*/

.home-produtos .wrap-produtos {
    width: 1100px;
    margin: 0 auto;
}

.home-produtos .wrap-produtos h2 {
    color: #fff;
    font-size: 46px;
    text-align: center;
    z-index: 1;
    position: relative;
    pointer-events: none;
    margin: 170px 0 0 20px;
}

.home-produtos .wrap-produtos p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    z-index: 1;
    position: relative;
    pointer-events: none;
    margin: 10px 0 0 20px;
}

.lista-produtos h2 {
    text-align: center;
    font-size: 21px;
    margin: 15px 0 10px 0;
    font-weight: 500;
}

.lista-produtos p {
    font-size: 16px;
    text-transform: uppercase;
}

.lista-produtos .thumbnail {
    border: 0;
    padding: 10px;
    border:2px solid transparent;
    border-radius: 0;
}

.lista-produtos .thumbnail:hover {
    border-color: #000;
}


.home-depoimentos {
    background: #404041;
}

.home-depoimentos blockquote:after {
    color: #8BC53F;
    content: '"';
    font-size: 120px;
    position: absolute;
    top: -40px;
    left: 0;
    font-style: italic;
}

.home-depoimentos blockquote:before {
    color: #8BC53F;
    content: '"';
    font-size: 120px;
    position: absolute;
    bottom: -10px;
    right: 15px;
    font-style: italic;
}

.home-depoimentos blockquote {
    text-align: center;
    border: 0;
    font-size: 32px;
    line-height: 1.2;
}

.home-depoimentos h4 {
    text-align: center;
    font-size: 22px;
}


.home-portfolio {
    background: url(images/fundo_home2.jpg) 50% 0 no-repeat #000;
    padding:160px 0 100px;
    text-align: center;
    color: #fff;
    border-top: 5px solid #8BC53F;
}

.home-portfolio h3 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 0;
    color: #FFF;

}

.lista-portfolio {
    max-width: 900px;
    margin: 0 auto;
}

.lista-portfolio h2 {
    color: #fff;
    font-size: 22px;
}

.lista-portfolio h2 a {
    color: #fff;
}

.lista-portfolio h2 a:hover {
    color: #8BC53F;
}

.lista-portfolio .thumbnail {
    background: #000;
    border: 0;
    transition: all 0.2s linear;
}

.lista-portfolio .thumbnail:hover {
    background: #fff;
    border-color: #fff;
    border: 0;
}


/* Produtos */
.sidebar .categoria-produtos,
.sidebar .busca {
    padding: 0;
    margin-bottom: 30px;
}

.sidebar .categoria-produtos h3,
.sidebar .busca h3 {
    font-size: 21px;
    margin-top: 0;
}

.children-categories ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.children-categories li {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.children-categories li a {
    background: #F1F1F1;
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    margin:0 5px 5px 0;
    color: #8BC53F;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.children-categories li a.btn-voltar {
    background: #ddd;
    color: #8BC53F;
}

.children-categories li a.btn-voltar:hover {
    background: #ddd;
    color: #333;
}

.children-categories li a:hover {
    background:#8BC53F;
    color: #fff;
}

.list-group-item {
    padding: 0;
    margin: 10px 0 15px;
    border-radius: 0 !important;
}

.list-group-item a {
    padding: 15px 20px;
    display: block;
    background: #F1F1F1;
    border-bottom: 1px solid #FFF;
    color: #070707;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.list-group-item a:hover {
    background: #8BC53F;
    color: #FFF;
    text-decoration: none;
}

.list-group-item .sub-menu {
    padding: 0;
    margin: 0;
    /*display: none;*/
}

.list-group-item .sub-menu .list-group-item {
    margin: 0;
    border: none;
    border-top: 1px solid #DDD;
}

.list-group-item .sub-menu a {
    background: #fff;
    padding:10px 20px;
    font-weight: 500;
}

.list-group-item .sub-menu a:hover {
    background: #8BC53F;
}

.produtos {
    text-align: center;
}

.produtos .thumbnail-image {
    padding:10px;
    border:2px solid transparent;
    transition: all 0.1s linear;
}

.produtos .thumbnail-image:hover {
    border-color:#000;
}

.produtos-title {
    font-size: 18px;
    min-height: 70px;
    margin-bottom: 30px;
    padding: 0 10px;
    line-height: 1.4;
    font-weight: 500;
}

.imagem-grande {
    text-align: center;
}

.produto-detalhe {
}

.produto-detalhe .thumbnail-image {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.24);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.24);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.24);
}

.produto-detalhe .gallery div {
    padding-left: 0;
    margin-bottom: 10px;
}

.produto-detalhe h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.produto-detalhe .descricao table {
    margin-top: 30px;
    width: 100%;
}

.produto-detalhe .descricao table tr td,
.produto-detalhe .descricao table tr th {
    padding: 6px 13px;
}

.produto-detalhe .descricao table tr td:nth-child(odd) {
    width: 220px;
}

.produto-detalhe .descricao table tr:nth-child(odd) {
    background: #f1f1f1;
}

.botoes-contato {
    margin-top: 50px;
}

.addtoany_content_top {
}

.addtoany_header {
    float: left;
    margin: 3px 8px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}

.archive .thumbnail-image {
    min-height: 210px;
}

.paginacao {
    margin: 0 0 40px 0;
}

.single-produto .produtos-relacionados {
    background: #f1f1f1;
    padding: 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    margin: 0;
}

.single-produto .produtos-relacionados h2 {
    text-align: center;
    margin: 0 0 20px;
}

.single-produto .produtos-relacionados .bx-wrapper {
    background: #FFF;
    margin-bottom: 10px;
}

.single-produto .produtos-relacionados .bx-wrapper .bx-viewport li {
    padding: 20px;
}

.single-produto .produtos-relacionados .bx-wrapper .bx-prev {
    left: -35px;
    background: url('js/jquery.bxslider/images/controls.png') no-repeat 0 -32px;
}

.single-produto .produtos-relacionados .bx-wrapper .bx-next {
    right: -35px;
    background: url('js/jquery.bxslider/images/controls.png') no-repeat -43px -32px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 1199px) {
    .container {
        width: auto;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Gallery */
    .gallery-columns-7 .gallery-item {
        width: 20%;
    }
    .navbar-right {
        padding: 30px 0;
    }
    .menu-item-79 {
        width: 110px;margin-top: -10px;
    }

}

@media (max-width: 991px) {
    .container {
        width: auto;
    }

    .navbar-brand {
        max-width: 250px;
    }
    .navbar-nav>li {

    }
    .navbar-nav>li>a {
        font-size: 13px;
        padding: 15px 10px;
    }
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

}

/* Extra Small devices (max 768px) */
@media (max-width: 767px) {
    .container {
        width: auto;
    }
    .main {
        padding-top: 90px;
    }

    body {
        background: #fff;
    }

    .navbar-brand {
        padding: 15px;
        max-width: 250px;
    }

    .navbar-right {
        padding: 0;
        background: #f3f3f3;
    }

    .navbar-nav>li>a {
        font-size: 22px;
        padding: 15px 10px;
        text-align: right;
    }

    #layer-tubos {
    }

    /* Gallery */
    .gallery-columns-7 .gallery-item {
        width: 25%;
    }

    div.wpcf7 img.ajax-loader {
        display: none;
    }

    .footer h4 {
        margin: 30px 0 10px;
    }

}

/* Extra Extra Small devices (max 540px) */
@media (max-width: 540px) {
    /* Gallery */
    .gallery-columns-7 .gallery-item {
        width: 33.33%;
    }

    .banner-home h3 {
        font-size: 46px;
    }
    .banner-home h4 {
        font-size: 23px;
    }
}

@media (max-width: 340px) {

    #layer-tubos {
        bottom: 30px !important;
        left: 50px !important;
    }

}


.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;
    }
}