@charset "utf-8";

/*

Theme Name: ART & DESIGN
Author: Elemento 9
Author URI:
Description: Tema desenvolvido por Elemento9.com.br .
Version: 1.0

*/

@import url(http://fonts.googleapis.com/css?family=Poiret+One);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,700);
@import "fonts/lato/stylesheet.css";

html, body {
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, sans-sarif;
    font-size: 14px;
    color: #222;
}

.inner,
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}

a, .button, button, input, textarea {
    -webkit-transition: all .22s ease;
    -moz-transition: all .22s ease;
    -ms-transition: all .22s ease;
    -o-transition: all .22s ease;
    transition: all .22s ease;
}

a {
    color: #fff;
    text-decoration: none;
	margin-bottom:5px;
}
a:hover { color: #7262E5; }

img {
    border: 0;
}

@font-face {
    font-family: 'Century Gothic';
    src: url("fontes/gothicb.ttf");
}

body {
    width: 100%;
    background-color: white;
    margin-left: 0px;
}

body > header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9999999999;
}
body.admin-bar > header {
    top: 32px;   
}

body > header > .container {
    height: 65px;
	padding: 8px 0;
}
body > header > .container > a {
    position: relative;
    display: inline-block;
    color: white;
    top: 0;
    left: 0;
    height: 100%;
    font-family: "Century Gothic";
}
body > header > .container > a:hover {
    color: white;
    opacity: .7;
}
body > header > .container > a img {
	width: auto;
    height: 58px;
    margin: 3px 15px;
}
body > header > .container > a span {
	font-size: 12px;
    position: absolute;
    left: 83px;;
    top: 85%;
    opacity: .5;
    white-space: nowrap;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
body > header > .container > .social {
    float: right;
    top: 50%;
    position: relative;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
body > header > .container > .social a {
    margin-left: 5px;
}
body > header > .container > .social a:hover {
    opacity: .5;
}

div.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 65px;
}
body img.img_banner {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
    border: none;
}

section {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------------- MENU ----------------*/

div#menu{
    width: 100%;
    height: 60px;
    margin-top: 0px;
    background-color: black;
}
nav#menu {
    display: block;
}
nav#menu ul {
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    margin-top: 10px;
}
nav#menu li {
    display: inline-block;
    font-family: 'Century Gothic';
    font-size: 25px;
    margin-right: 28px;
    margin-left: 20px;
}
nav#menu h1 {
    display: none;
}
nav#menu a {
    color: #d0529b;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
nav#menu a:hover {
    color: white;
}


/* --------- Banner 2 --------------- */

#banner2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 65px;
}
#banner2:after {
    display: block;
    content: '';
    clear: both;
}

@media screen and (max-width: 499px){
	#banner2 {
		margin-top: 55px;
	}	
}

/* --------- Quadrados ------------- */

div#quadrados{
    width: 100%;
    height: auto;
    background-color: #FFF;
}

ul#molduras {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 30px 0;
    overflow: hidden;
}
ul#molduras:after{
    content: '';
    display: block;
    clear: both;
}
ul#molduras li {
    text-align: center;
    float: left;
    width: 250px;
    height: 250px;
    margin-top: 65px;
    margin-left: 30px;
    margin-right: 35px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	outline: 0px solid #000;
}

ul#molduras li span {
    color: #555555;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Poiret One';
    line-height: 250px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
ul#molduras:not(.no-growth) li:hover {
    /*-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
	outline: 2px solid #000;
}
ul#molduras li:nth-child(4n) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
ul#molduras li:nth-child(4n+4) {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

ul#molduras li:hover span {
    opacity: 1;
    color: #222;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

ul#molduras li#moldura01 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura01:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
div.sombra_home {
    position: absolute;
    background-color: rgba(221,221,221,.85);
    width: 100%;
    height: 25%;
    bottom: 0;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
#modulra:hover .sombra_home {
    background-color: rgba(221,221,221,.95);
}

ul#molduras li#moldura02 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura02:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
#molduras li#moldura03 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura03:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
#molduras li#moldura04 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura04:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
#molduras li#moldura05 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura05:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
#molduras li#moldura06 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura06:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
#molduras li#moldura07 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura07:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}
#molduras li#moldura08 {
    background-image: url("images/sala1.jpg");
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 500px 500px;
}

ul#molduras li#moldura08:hover {
    background-position: 50% 50%;
    background-size: 350px 350px;
}

/* ----------------- RODAPE ------------------*/

body > footer {
    text-align: center;
}
body > footer .social {
    position: absolute;
    margin-right: 20px;
    right: 0;
}
body > footer .social a {
    margin-left: 5px;
}
body > footer .social a:hover {
    opacity: .5;
}
body > footer > #contato_rodape {
    background-color: black;
    color: white;
    padding: 20px;
}
body > footer > #direitos_rodape {
    padding: 20px;
}

/* ---------- PRODUTOS ----------- */

div#lista_produto {
    width: 100%;
    height: auto;
    background-color: #FFF;
    text-shadow: 0 1px 1px white;
    overflow: hidden;
}

div#nome_pagina {
    width: auto;
    height: 50px;
    margin: 0;
    margin-top: 20px;
}

div#nome_pagina span {
    padding-left: 40px;
    font-weight: bold; 
    font-family: 'Poiret One';
    font-size: 50px;
    border-bottom: solid 3px black;
}

div#lista_produto ul {
    list-style: none;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 40px;
}

div#lista_produto li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: white;
    background-image: url("images/quadro.jpg");
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 0px;
}
div.sombra {
    width: 100%;
    height: 100%;   
}
div.sombra:hover {
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    background-image: url("images/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.details{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: none;
}
#fundo_details{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.8;
}
#desc_details{
    position: fixed;
    width: 700px;
    height: 580px;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 11;
    color: #000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0 50px black;
}

#img_principal_details{
    float: left;
    width: 300px;
    height:300px;
    margin:20px 0 0 40px;
    background: white;
    border: 1px solid #EEE;
    padding: 5px;
    border-radius: 5px;
}
#img_principal_details>img{
    float: left;
    width: 300px;
    height: 220px;
    background: #CCC;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#galeria_datails{
    float: left;
    width: 300px;
    height: 70px;
    margin-top:10px;
}
#galeria_datails >img{
    float: left;
    width: 70px;
    height: 70px;
    background: #DDD;
    margin-right: 3px;
    margin-left: 2px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
#post_meta_dados{
    float: right;
    width: 300px;
    height: 300px;
    margin:20px 40px 0 0;
    background: white;
    font-size: 1.3em;
}
#post_meta_dados ul {
    list-style: none;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}
#post_meta_dados ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #EEE;
}
#post_meta_dados ul li b {
    display: inline-block;
    width: 113px;
}
#post_meta_dados .fb-like-wrap {
    margin-top: 20px;
    text-align: center;
}
#desc_meta_details{
    float: left;
    width: 620px;
    height: 204px;
    margin: 20px 40px 0 40px;
    background: none;
    font-size: 1.3em;
    border-top: 1px solid #EEE;
    background-image: -webkit-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background-image: -ms-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background-image: -o-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background-image: radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background-size: 90% 100px;
    background-position: top center;
    background-repeat: no-repeat;
}

.wpcf7 {
    display: block;
    margin: auto !important;
    max-width: 680px;
}
.wpcf7 p input,
.wpcf7 p textarea {
    outline-color: #D0529B;
    margin-top: 10px;
    font-size: 1.2em;
    font-family: inherit;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #EEE;
    box-sizing: border-box;
    width: 100%;
    box-shadow: inset 0 5px 5px rgba(0,0,0,0.2);
}
.wpcf7 p input[type="submit"] {
    color: white;
    background-color: #D0529B;
    box-shadow: none;
    cursor: pointer;
}
.wpcf7 p input[type="submit"]:hover {
    background-color: #EA79BB;
}

#search label {
    display: none;
}
#search [type="submit"] {
    position: absolute;
    right: 0;
    top: calc((31px - 20px) / 2);
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: transparent center/16px no-repeat url(images/search-icon.png);
}
#search [type="submit"]:hover {
    opacity: .4;
}
#search [type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 1.3em;
    padding: 5px;
    font-family: inherit;
    border-radius: 100px;
    background-color: none;
}

#close_me {
    background-color: #222;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    text-align: center;
    border-radius: 5px;
    font-size: 1.4em;
    line-height: 28px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


/* ----------- EMPRESA ---------------*/

div#empresa {
    height: auto;
    background-color: #FFF;
    text-shadow: 0 1px 1px white;
    padding: 50px;
}

div#empresa p {
    font-size: 15px;
    text-align: justify;
}

div#empresa h1 {
    font-family: 'Poiret One';
    text-align: center;
    font-size: 40px;
    margin-top: 0;
    color: #d0529b;
}

label[for="resp-menu-tick"] {
    display: none;
}

/* BUSCA -------------------------------------- */

ul.search-results {
    list-style: none;
    padding: 0;
}
ul.search-results li {
    border-bottom: 1px solid #DDD;
    padding: 20px;
}
ul.search-results li:after {
    content: '';
    display: block;
    clear: both;
}
ul.search-results li h1 {
    font-size: 1.5em;
    font-weight: 300;
    color: #D0529B;
    margin: 0;
    padding: 0;
}
ul.search-results li h1 a {
    color: inherit;
    text-decoration:none;
}
ul.search-results li h1 a:hover {
    color: black;
    text-decoration: underline;
}
ul.search-results li .read-more-holder a {
    background-color: #D0529B;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 10px;
    display: inline-block;
}
ul.search-results li .read-more-holder a:hover {
    background-color: black;
}
ul.search-results li .post-img {
    border-radius: 100%;
    width: 20%;
    padding-top: 20%;
    background: black url(images/logo2.png) center/cover no-repeat;
    float: left;
    margin-right: 20px;
}

.paginate-holder {
    padding: 0 0 10px 0;
    text-align: center;
}
.paginate-holder a,
.paginate-holder .current {
    line-height: 1em;
    display: inline-block;
    padding: 10px;
    color: white;
    background-color: black;
    text-decoration:  none;
}
.paginate-holder .current {
    background-color: #CCC;
    color: black;
}
.paginate-holder a:hover {
    background-color: #D0529B;
}

.ceos-slider.inner {
    position: initial;
    max-width: initial;
}
.ceos-slider.nav .nav-list .nav-item a,
.ceos-slider.interval .progress-bar .progress {
    background-color: #D0529B !important;
}
.ceos-slider.nav .nav-list .nav-item a:hover {
    border-color: #D0529B !important;
}

/**
 * SITE CONTACT ----------------------------------------------------------------
 */

body > footer #site-contact {
    background-color: #121212;
    text-align: left;
    color: white;
}

body > footer #site-contact img {
    max-width: 100%;
}

body > footer #site-contact .container {
    padding: 30px 60px;
}

body > footer #site-contact .container:after {
    content: '';
    display: block;
    clear: both;
}

body > footer #site-contact header h2 {
    color: #999;
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    margin: 0;
}

body > footer #site-contact .footer-section.left {
    float: left;
    width: 50%;
}

body > footer #site-contact .footer-section.right {
    float: right;
    width: 65%;
}

body > footer #site-contact .footer-section.endereco {
    float: right;
    width: 50%;
	text-align: center;
	font-size: 20px;
	padding-top: 60px;
	padding-bottom: 30px;
}


body > footer #site-contact iframe {
    width: 100%;
    border: 1px solid #333;
    border-radius: 4px;
    overflow: hidden;
}

body > footer #site-contact #site-contact-desc {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

body > footer #site-contact input[type="text"],
body > footer #site-contact input[type="email"], 
body > footer #site-contact textarea {
    color: #BBB;
    border: 1px solid #222;
    border: 1px solid rgba(255,255,255,.06);
    background-color: #222;
    background-color: rgba(255,255,255,.08);
    resize: vertical;
}
body > footer #site-contact input,
body > footer #site-contact textarea {
    border-radius: 2px;
}
body > footer #site-contact input[type="text"]:focus,
body > footer #site-contact input[type="email"]:focus, 
body > footer #site-contact textarea:focus {
    border-color: #EA79BB;
}

body > footer #site-contact #site-contact-map-wrap {
    font-size: 1.3em;
    text-align: center;
}

 .mapa{
	 display:none;
 }

body > footer #site-contact #info {
	margin-top: 20px;
}

body > footer #site-contact .social {
    position: relative;
    margin: 0;
    margin-top: 20px;
}

body > footer #site-contact input[type="text"],
body > footer #site-contact input[type="email"], 
body > footer #site-contact textarea {
    background-color: white;
    color: #222;
}

body > footer .hide-for-a-while {
    display: none !important;
}

body > footer #foot-left-info {
    font-size: 1.3em;
    text-align: center;
    top: 50%;
}
body > footer #foot-left-info .centralizer {
   
}

body.page-id-45 > footer #site-contact {
    background-color: #FFF;
    color: #222;
}
body.page-id-45 > footer .hide-for-a-while {
    display: block ;
}
body.page-id-45 > footer #foot-left-info {
    display: none;
}
body.page-id-45 > footer #site-contact .footer-section.left {
    float: left;
    width: 45%;
}

body.page-id-45 > footer #site-contact .footer-section.right {
    float: right;
    width: 50%;
}

.prod-title, .prod-title2  {
    position: absolute;
    background-color: rgba(221, 221, 221, .8);
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #222;
}

.prod-title2  {
	background-color: transparent;
}

.prod-details {
    max-width: 1200px;
    margin: auto;
}
.prod-details:after {
    content: '';
    clear: both;
    display: block;
}
.prod-details .prod-title {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.8em !important;
    font-family: "Century Gothic" !important;
    font-weight: normal;
}
.prod-details .float-left {
    float: left;
    width: 65%;
}
.prod-details .float-right {
    float: right;
    width: 35%;
}

#crazy-idea{
	float:left;
	width:95%;
	background:#FFF;	
}
.img-galery img{
    width: 70px;
    height: 70px;
    margin-right: 10px;
    cursor: pointer;
}

.prod-details #prod-info .img-galery {
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 860px){
	#crazy-idea{
		width:100%;	
	}	
}

.prod-details #prod-info {
    font-size: 1.2em;
}
.prod-details #prod-info .inner {
    margin-left: 30px;
}
.prod-details #prod-info #prod-desc {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}
.prod-details #prod-info table {
    width: 100%;
    table-layout: fixed;
    margin: 0 0 20px 0;
}
.prod-details #prod-info table th {
    text-align: left;
    width: 30%;
}
.prod-details #prod-info table th,
.prod-details #prod-info table td {
    padding: 5px 10px;
}

.prod-details #prod-info #prod-footer {
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.produto .prod-id {
    line-height: 0;
    margin: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.produto .prod-id:before {
    content: 'ID ';
}
.produto:hover .prod-id {
    line-height: 1;
    padding: 10px 0;
}

.ceos-slider.item-header {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #d0529b;
}

.ceos-slider.item-title {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em !important;
    color: #d0529b;
}

.ceos-slider.item-title img{
		width: 60%;
		max-width: 330px;
}

.ceos-slider.next-prev-label {
    display: none;
}
#container-david{
	 background-color:#111 !important;
	display:flex !important;
	flex-wrap:wrap !important;
	justify-content:space-around !important;
	align-items:center !important;
	text-align:center !important;
}
.iframe-david{
	margin-top:20px !important;
}
.iframe-david p{
	color:#fff !important;
}
.social-david{
	margin-top:20px !important;
}

.soccial a {
	color:#fff !important;
	font-size:30px !important;
	width:30px;
}
.aa{
	background-color:#fff !important;
	color:#fff !important;
	margin-top:10px !important;
	margin-left:4px !important;
	margin-bottom:10px !important;
	padding:4px !important; 
    width: 25px;
	border-radius:5px;
	animation: myanimation .3s forwards; 
	font-size: 2rem;
}

.numm{
	margin-left:100px;
}
@media(max-width:390px){
	.aa{
		display:none !important;
	}
}