/*Theme Name: Madelyn Cline France
Version: 1.0
Author: Danielle Cabral*/


html, body, div, span, h2, h3, blockquote, pre, a, code, em, font, img, small, strong, b, i, ol, ul, li, fieldset, 
form, label, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; border: 0; outline: 0;}

body {font: 13px PT Sans;text-align: justify;background-color: #f3f3f3;-webkit-font-smoothing:antialiased;}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {color: #95857e;}

/*HEADER*/
#header {width: 100%;height: 774px;background-image: url(images/header.png);background-position: top center;background-repeat: no-repeat;float:left;padding-top: 0;margin-bottom: -20px;}
#content {width:90%; margin: 0px auto;}
#topo {
    background: rgba(136,9,5,0.28);
    float: left;
    width: 480px;
    padding: 30px;
    border-top-right-radius: 50px;
    margin-top: 260px;
}
#topo #logotipo {
    width: 368px;
    background: url(images/logotipo.png) top no-repeat;
    margin: 0px auto;
    display: table;
    height: 189px;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
    margin-bottom: 20px;
}
#topo #welcome {
    font-family: Verdana;
    font-size: 14px;
    color: #560c09;
    padding-bottom: 20px;
    float: left;
}
#topo #welcome b {}
#topo #redes {
    padding: 20px;
    width: 100%;
    float: left;
    background: #a71c18;
    font-family: Verdana;
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #570e0b;
}
#topo #redes #x {
    float: right;
    width: 36px;
    height: 36px;
    background: url(images/x.png);
    margin-top: -10.5px;
    margin-bottom: -10.5px;
    margin-left: 10px;
}
#topo #redes #ig {
    float: right;
    width: 36px;
    height: 36px;
    background: url(images/ig.png);
    margin-top: -10.5px;
    margin-bottom: -10.5px;
}

/*MENU*/
#barra {width: 100%;background: #fff;float: left;/* margin-top: -500px; */}
#menu {padding: 20px;/* width: 100%; */float: left;/* background: #fff; */font-family: Open Sans;font-weight: 600;font-size: 12px;text-transform: uppercase;/* margin-bottom: 20px; */text-align: center;/* margin-top: -27px; *//* padding-left: 0px; *//* border-right: 1px #fec6ca solid; */width: 100%;background: #ffffff;/* border-radius: 10px; */text-align: center;clear: both;/* padding-bottom: 30px; */margin-bottom: 10px;}
#menu a {color: #9d9d9d;margin-right: 40px;/* float: left; *//* padding-bottom: 20px; */}
#menu a:last-child {margin-right: 0px;}
#menu a:hover {color: #a71c18;}

/* ARTICLES DE LA PAGE D'ACCUEIL */
#postagens {
    float: left;
    width: 100%;
}

#postagens #post {
    width: calc(100% / 3 - 20px / 3);
    float: left;
    height: 540px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#postagens #post:nth-child(3n) {margin-right: 0px;}

#postagens #post #thumb {
    width: 100%;
    height: 240px;
    float: left;
    position: relative;
}
#postagens #post #thumb #data {
    background: url(images/data.png);
    width: 65px;
    height: 51px;
    font-family: Open Sans;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    position: absolute;
    top: 195px;
    z-index: 1000;
    left: 20px;
}

#postagens #post #cc {
    width: 100%;
    float: left;
    height: calc(100% - 240px);
    background: #fff;
}
#postagens #post #cc #titulo {
    float: left;
    width: 100%;
    font-family: Open Sans;
    padding: 20px;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    text-align: center;
}
#postagens #post #cc #titulo:before {
  content: '';
  width: 100%;
  /* height: 390px; */
  transition: all 0.3s ease-in-out 150ms;
  position: absolute;
  top: -30px;
  left: 0px;
  background: url(images/titulo.png);
  height: 139px;
}
#postagens #post #cc #titulo  a {position: relative;color: #d1c6be;}
#postagens #post #cc #infos {
    padding: 5px;
    border-radius: 20px;
    background: #f8f8f8;
    font-family: Open Sans;
    font-weight: 600;
    color: #c5c4c4;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px auto;
    display: table;
    position: relative;
    margin-bottom: 0px;
}
#postagens #post #cc #resumo {
    position: relative;
    font-family: Verdana;
    padding: 20px;
    color: #b9b6b6;
    font-size: 13px;
}
#postagens #post #cc #resumo #m {
    background: url(images/mais.png);
    display: table;
    margin: 0px auto;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    clear: both;
}

/* LIEN VERS PLUS D'ARTICLES */
#lermais {}

/* BLOC MADELYN : PROJETS ET BIO */
#madelyn {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

/* PROJETS DE MADELYN */
#madelyn #projetos {
    width: 530px;
    float: left;
}
#madelyn #projetos #tit {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #b3b3b3;
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
}
#madelyn #projetos #tit #icon {background: url(images/projeto.png);width: 35px;height: 35px;margin-top: -10.5px;margin-bottom: -10.5px;float: left;margin-right: 10px;}
#madelyn #projetos #projeto {
    width: 100%;
    float: left;
    height: 322px;
    padding: 20px;
    background: #e8e8e8;
}
#madelyn #projetos #projeto #thumb {
    width: 200px;
    float: left;
    height: 282px;
    border-radius: 50px;
    overflow: hidden;
}
#madelyn #projetos #projeto #thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#madelyn #projetos #projeto #infos {
    padding: 15px;
    float: right;
    width: calc(100% - 220px);
    background: #dfdddd;
    border-radius: 20px;
    color: #949494;
    font-family: Verdana;
    font-size: 13px;
}
#madelyn #projetos #projeto #infos a {
    font-family: Open Sans;
    font-weight: 900;
    font-size: 28px;
    color: #a31e19;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#madelyn #projetos #projeto .info-project {}
#madelyn #projetos #projeto strong {
    font-weight: 500;
    color: #a31e19;
}
#madelyn #projetos #projeto .synopsis {
    font-family: Verdana;
    font-size: 13px;
    color: #a9a9a9;
    width: calc(100% - 220px);
    float: right;
    margin-top: 10px;
}
/* BIOGRAPHIE ET RÉSEAUX SOCIAUX DE MADELYN */
#madelyn #sobre {
    float: right;
    width: calc(100% - 540px);
}
#madelyn #sobre #img {
    background: url(images/madelyn.png);
    float: left;
    width: 195px;
    height: 322px;
    position: relative;
    margin-bottom: 10px;
}
#madelyn #sobre #bio {
    padding: 20px;
    padding-left: 125px;
    background: #fff;
    float: left;
    margin-left: -115px;
    width: calc(100% - 80px);
    font-family: Verdana;
    font-size: 13.5px;
    color: #aaaaaa;
    height: 322px;
    margin-bottom: 10px;
}
#madelyn #sobre #social {
    float: left;
    width: 100%;
    padding: 20px;
    background: #d1c6be;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    color: #a28f81;
}
#madelyn #sobre #social #x {
    background: url(images/mx.png);
    width: 41px;
    height: 41px;
    float: right;
    margin-top: calc(-25.5px / 2);
    margin-bottom: calc(-25.5px / 2);
    margin-left: 10px;
}
#madelyn #sobre #social #ig {
    background: url(images/mig.png);
    width: 41px;
    height: 41px;
    float: right;
    margin-top: calc(-25.5px / 2);
    margin-bottom: calc(-25.5px / 2);
    margin-left: 10px;
    }
#madelyn #sobre #social #tktk {background: url(images/mtktk.png);
    width: 41px;
    height: 41px;
    float: right;
    margin-top: calc(-25.5px / 2);
    margin-bottom: calc(-25.5px / 2);}

/* SECTION VIDÉOS ET GALERIE */
#videosgaleria {
    width: 100%;
    float: left;
}

#videosgaleria #videos {
    width: 530px;
    float: left;
}
#videosgaleria #videos #post {
    width: calc(50% - 5px);
    float: left;
    height: 160px;
    margin-bottom: 10px;
    background: #626262;
    margin-right: 10px;
    position: relative;
}
#videosgaleria #videos #post:nth-child(2n) {margin-right: 0px;}
#videosgaleria #videos #post #thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.29;
}
#videosgaleria #videos #post #cc {
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#videosgaleria #videos #post #cc #titulo {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    display: table-cell;
    z-index: 10000;
}
#videosgaleria #videos #post #cc #titulo:before {opacity: 1;z-index: 1; width: 100%;height: 100%;background: url(images/play.png) center no-repeat;content: '';position: absolute;top: 0px;left: 0px;-webkit-transition: All 0.5s ease-in-out;-moz-transition: All 0.5s ease-in-out;-o-transition: All 0.5s ease-in-out;}
#videosgaleria #videos #post:hover #cc #titulo:before {opacity: 0; } 
#videosgaleria #videos #post #cc #titulo a {color: #fff;/* vertical-align: middle; */-webkit-transition: All 0.5s ease-in-out;-moz-transition: All 0.5s ease-in-out;-o-transition: All 0.5s ease-in-out;opacity: 0;position: relative;z-index: 100000;}
#videosgaleria #videos #post:hover #cc #titulo a {opacity: 1;}
#videosgaleria #videos #t {
    width: 100%;
    float: left;
    padding: 20px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9b9b;
    border: 1px rgba(0,0,0,0.1) solid;
    margin-bottom: 10px;
}
#videosgaleria #videos #t #icon {
    background: url(images/videos.png);
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 10px;
    margin-top: -8.25px;
    margin-bottom: -8.25px;
}

/* TITRE ET ALBUMS DE LA GALERIE */
#videosgaleria #galeriat {
    float: left;
    padding: 20px;
    border: 1px rgba(0,0,0,0.1) solid;
    width: 100%;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    color: #9b9b9b;
    margin-bottom: 10px;
}
#videosgaleria #galeriat #icon {
    background: url(images/galeria.png);
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 10px;
    margin-top: -8.25px;
    margin-bottom: -8.25px;
}
#videosgaleria #albuns {
    width: 100%;
    float: left;
    height: 330px;
    padding: 10px;
    background: rgba(0,0,0,0.1);
}

/* AVERTISSEMENT ET PARTENAIRES */
#disclaimerparceiros {
    float: left;
    width: 100%;
}
#disclaimerparceiros #disclaimer {
    background: url(images/disclaimer.png);
    float: left;
    width: 542px;
    height: 278px;
    margin-bottom: 10px;
    font-family: Verdana;
    font-size: 13.5px;
    padding: 20px;
    padding-top: 30px;
    padding-right: 270px;
    color: #b4b4b4;
}
#disclaimerparceiros #parceiros {
    width: calc(100% - 542px);
    float: right;
    height: 278px;
    background: #000;
    margin-bottom: 10px;
    overflow: hidden;
}

#disclaimerparceiros #parceiros img {width: 100%; height: 100%; object-fit: cover;}

/*GALERIA*/

#galeria {
    width: calc(100% - 540px);
    float: right;
    margin-bottom: 10px;
}
#albuns {width: 100%;}
#albuns #album{
    width: calc(100% / 3 - 20px / 3);
    float: left;
    /* height: calc(1040px / 6); */
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #a31e19;
    height: 310px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#albuns #album #c {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    display: table;
    height: 100%;
    /* padding: 15px; */
}
#albuns #album #c #qt {display: none;}
#albuns #album:nth-child(4n) {margin-right: 0px;}
#albuns #album #img {
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0.29;
}
#albuns #album img {width: 100%;height: 100%;object-fit: cover;/* opacity: 0.67; */}
#albuns #album #titulo {
    width: 100%;
    text-align: center;
    font-family: Open Sans;
    font-size: 13px;
    padding: 0px;
    color: #fff;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:All 0.5s ease-in-out;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    position: relative;
    /* background: #fff; */
}
#albuns #album:hover #titulo {opacity: 1;}
#albuns #album #titulo:before {content: '';background: url(images/album.png);width: 40px;height: 40px;display: table;margin: 0px auto;margin-bottom: 10px;display: none;}
#albuns #album #visite {padding: 5px;background: #fff;display: table;margin: 0px auto;text-transform: uppercase;font-size: 11px;font-weight: 600;border-radius: 10px;color: #c8c8c7;display: none;}
#albuns #album:hover #titulo {-webkit-transition:All 0.5s ease-in-out;-moz-transition:All 0.5s ease-in-out;-o-transition:All 0.5s ease-in-out;opacity:1;}
#albuns #album #titulo a {color: #b0b0b0;/* top: 50%; *//* position: absolute; *//* margin: 0px; *//* top: 50%; *//* transform: translateY(-50%); *//* left: 0; *//* padding: 10px; */width: 100%;background: #fff;position: relative;display: block;padding: 15px;font-family: Open Sans;font-weight: 600;font-size: 12px;text-transform: uppercase;}
#albuns #album #data {
    font-weight: 900;
    color: #eeb7be;
    margin-bottom: 10px;
}

/*SIDEBAR*/
#sidebar {width: 30%; float: right;}
#sidebar #madelyn {
    width: 100%;
}
#sidebar #madelyn #projetos {
    width: 100%;
}
#sidebar #madelyn #projetos #tit {}
#sidebar #madelyn #projetos #tit #icon {
    margin-bottom: 0px;
    margin-top: 0px;
}
#sidebar #madelyn #projetos #projeto {
    height: auto;
    margin-bottom: 10px;
}
#sidebar #madelyn #projetos #projeto #thumb {
    display: table;
    margin: 0px auto;
    float: none;
}
#sidebar #madelyn #projetos #projeto #infos {
    width: 100%;
    margin-top: 10px;
}
#sidebar #madelyn #projetos #projeto #infos a {}
#sidebar #madelyn #projetos #projeto .info-projet {}
#sidebar #madelyn #projetos #projeto .synopsis * {
    width: 100%;
}
	
#sidebar #madelyn #sobre {
    width: 100%;
}
#sidebar #madelyn #sobre #img {
    display: table;
    margin: 0px auto;
    float: none;
}
#sidebar #madelyn #sobre #bio {
    margin-left: 0px;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#sidebar #madelyn #sobre #social {
    width: auto;
    font-size: 0px;
    float: none;
    display: table;
    margin: 0px auto;
}
#sidebar #madelyn #sobre #social a {}
#sidebar #madelyn #sobre #social #x {
    display: inline-table;
    margin: 0px auto;
    float: none;
    margin-right: 10px;
}
#sidebar #madelyn #sobre #social #ig {
    display: inline-table;
    margin: 0px auto;
    float: none;
    margin-right: 10px;
}
#sidebar #madelyn #sobre #social #tktk {    display: inline-table;
    margin: 0px auto;
    float: none;
}
#sidebar #videosgaleria {}
#sidebar #videosgaleria #videos {
    width: 100%;
}
#sidebar #videosgaleria #videos #post {
    width: 100%;
}
#sidebar #videosgaleria #videos #post #thumb {}
#sidebar #videosgaleria #videos #post #cc #titulo a {}
#sidebar #videosgaleria #videos #t {}
#sidebar #videosgaleria #videos #t #icon {}

/*SINGLE*/
#posts {width: 68%; float: left;}
#single {width: calc(100%); float: left; margin-bottom: 20px;}
#single #post {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-right: 10px;
    position: relative;
    background: #a71c18;
    float: left;
}
#single #post #thumb {
    width: 100%;
    height: 300px;
    background-size: cover !important;!i;!;
    float: left;
}
#single #post #cc {/* position: absolute; */bottom: 20px;left: 0px;width: 100%;text-align: center;z-index: 1000;}
#single #post #data {
    border-radius: 10px;
    background: #ffffff;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 12.5px;
    display: table;
    margin: 0px auto;
    padding: 5px;
    color: #b4667a;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
    margin-left: 20px;
}
#single #post #titulo {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 800;
    float: left;
    width: 100%;
    padding: 20px;
}
#single #post #titulo a {color: #fff;}
#lermais {float: left;width: 100%;padding: 20px;background: #e8e8e8;margin-bottom: 10px;text-align: center;font-weight: 800;font-size: 13px;color: #a6a6a6;margin-bottom: 10px;font-family: Open Sans;font-weight: 600;}

#single #post #cc {/* position: absolute; *//* bottom: 20px; *//* left: 0px; */width: 100%;text-align: center;float: left;}
#single #post #data {border-radius: 10px;background: #ffffff;font-family: Open Sans;font-weight: 700;font-size: 12.5px;display: table;margin: 0px auto;padding: 5px;color: #d1cfcf;text-transform: uppercase;margin-bottom: 0px;float: none;/* padding-bottom: 0px; */}
#single #post #titulo {padding-left: 20px;padding-right: 20px;font-family: 'Open Sans';font-size: 18px;font-weight: 800;float: left;}
#single #post #titulo a {color: #fff;}
#single #conteudo {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #777;
}
#single #post #infos {padding: 10px;background: #9a1813;position: relative;width: 100%;font-family: Open Sans;font-weight: 600;text-transform: uppercase;/* bottom: 0px; *//* left: 0px; */color: #500a07;float: left;margin-top: 10px;}
#single #post #infos a {color: #fff;}

#sidebar #redesi a {width: 100%;}
#comentariost {padding: 20px;width: 100%;background: #ea9f82;font-family: Open Sans;font-weight: 600;font-size: 11px;text-transform: uppercase;color: #fff;text-align: center;float: left;}
#comentarios {padding: 20px;width: 100%;float: left;margin-bottom: 20px;background: rgb(167 28 24);border-top: 0px;/* margin-top: 20px; */}
#comentarios #com {padding: 20px; width: 100%; float: left; background: #fff;}
#redesinfos {width: 100%;float: left;position: relative;/* background: #fff; */background: transparent;padding: 20px;margin-bottom: 20px;border: 1px rgba(0,0,0,0.05) solid;}



/*FOOTER*/
#footer {float: left;width: 100%;text-align: center;background: #fff;font-family: 'Open Sans';font-size: 14px;color: #ababab;padding-top: 20px;padding-bottom: 20px;font-weight: 500;text-transform: uppercase;}
#footer c {color: #a31e19;font-weight: 600;}
#footer a {color: #a31e19;font-weight: 600;}
/*MOBILE MENU*/
#menum {display: none; width: 90%; margin: 0px auto;}
/*Strip the ul of padding and list styling*/
#menum ul {
	list-style-type:none;
	margin:0;
	padding:0; width: 100%;
	position: absolute;
}

/*Create a horizontal list with spacing*/
#menum li {
	display:inline-block;
	 width: 100%;
	margin-right: 1px;
}

/*Style for menu links*/
#menum li a {
	display:block;
	min-width:140px;
	border: 1px rgba(0,0,0,0.05) solid;
	text-align: center;
	line-height: 50px;
	font-family: Open Sans;
	font-weight: 600;
	color: #951a17;
	font-size: 11px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}



/*Hover state for top level links*/
#menum li:hover a {
	background: transparent;
}


/*Prevent text wrapping*/
#menum li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#menum ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
#menum .show-menu {
	font-family: Open Sans;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	background: #951a17;
	text-align: center;
	display: inline-block !important;
	width: 100%;
	margin-top: 0px;
	padding: 20px;
	display: none;
}

/*Hide checkbox*/
#menum input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#menum input[type=checkbox]:checked ~ #menuu{
    display: block;
}



/*REDES*/
.rtw_main {display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}



/*ETC*/

@media screen and (min-width: 1040px) {#content {width: 1040px;}

}
a {text-decoration: none;}

#clear {Clear: both;}

em, i {color: #242424;}

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

b, strong {color: #a71c18;}

#single #conteudo a {color: #a71c18;}
#single #conteudo iframe:not(.instagram-media) {width: 100%; height: 350px;}

blockquote {padding: 20px;background: rgba(0,0,0,0.05); width: 100%;}

h1 {float: left;margin: 0px;margin-bottom: 20px;font-family: Open Sans;font-weight: 600;font-size: 12px;color: #777;width: calc(100%);padding: 20px;background: transparent;border: 1px rgba(0,0,0,0.05) solid;}

h1 em, h1 i {color: #a71c18 ;}

h1 a {color: #a71c18;}

/*GALERIA - AREA DO POST*/
#galeriap {width: calc(100% + 40px); margin-left: -20px; background: rgba(0,0,0,0.02) right; height: auto; padding: 20px; float: left;  padding-right: 0px; padding-top: 55px; position: relative;}
#galeriap img {width: calc(100% / 5 - 100px / 5); margin-right: 20px; float: left; height: auto; padding: 10px; background: #fff;}
#galeriap img:last-child{margin-right: 0px;}
#galeriap:after {content: 'Clique nas miniaturas para ir ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  galeria'; font-family: Open Sans; font-weight: 600; top: 20px; position: absolute; left: 0px; width: 100%; font-size: 10px; text-align: center; color: #000; text-transform: uppercase;}
#galerias {width: calc(100% + 40px); margin-left: -20px; font-family: Open Sans; font-weight: 600; font-size: 11px; text-transform: uppercase; text-align: center;  height: auto;clear: both; padding: 20px; background: #ffb74c; color: #fff; position: relative; margin-bottom: 1em;}
#galerias a {color: #fff !important;}
#galerias a:hover {color: #242424;}


input, textarea, select, button { margin: 0; padding:4px; font-size: 11px; background-color: 

#f8f8f8; color: #414141; border: 0px solid #ebebeb; outline:none;}
/*BUSCA*/
#busca {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
input#searchsubmit {cursor: pointer;height: 39px;width: 39px;top: 8px;right: 20px;background: #a71c18 url(images/search.png) center no-repeat;position: absolute;border-radius: 50%;color: #fff;font-family:Open Sans;text-transform: uppercase;font-size: 10px;font-size: 0px;}
#search [type="text"] {font-family: Open Sans;font-weight: 600;font-size: 12px;color: #adadad;background: #e0dede;padding: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 55px;text-transform: uppercase;float: left;font-weight: 600;}


.aligncenter {margin: 0px auto;}

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

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



/*Pagenavi */

#pag {clear: both; margin: 0px auto; height: auto; height: auto; background: transparent; width: 100%; margin-bottom: 20px; padding-left: 10px; background: rgba(0,0,0,0.02); padding-top:30px; padding-bottom: 30px;}



.wp-pagenavi {

	font-family: Open Sans; font-weight: 600;

	font-size:16px;

        

	padding:10px 0px;

	text-transform:uppercase;

        margin: 0px 0px 0px -5px;

}

.wp-pagenavi a, .wp-pagenavi span {

	text-decoration: none;

	padding: 15px ;

	color:#777; 

	
background: transparent;

}



.wp-pagenavi a:last-child {margin-right: 0px;}



.wp-pagenavi a:hover, .wp-pagenavi span.current {

	color:#a71c18; background: transparent; 



}



/* Slide */

/*

 * jQuery Nivo Slider v3.2

 * http://nivo.dev7studios.com

 *

 * Copyright 2012, Dev7studios

 * Free to use and abuse under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 */

 

/* The Nivo Slider styles */

.nivoSlider {

	position:relative;

	width:100%;

	height:auto;

	overflow: hidden;

}

.nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

	max-width: none;

}

.nivo-main-image {

	display: block !important;

	position: relative !important; 

	width: 100% !important;

}



/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

	position:absolute;

	top:0px;

	left:0px;

	width:100%;

	height:100%;

	border:0;

	padding:0;

	margin:0;

	z-index:6;

	display:none;

	background:white; 

	filter:alpha(opacity=0); 

	opacity:0;

}

/* The slices and boxes in the Slider */

.nivo-slice {

	display:block;

	position:absolute;

	z-index:5;

	height:100%;

	top:0;

}

.nivo-box {

	display:block;

	position:absolute;

	z-index:5;

	overflow:hidden;

}

.nivo-box img { display:block; }



/* Caption styles */

.nivo-caption {

	position:absolute;

	left:0px;

	bottom:0px;

	background:#ffb74c; font-family: Open Sans; font-weight: 600; font-size: 11px; text-transform: uppercase;  

	color:#fff;

	 padding: 15px;  text-align: center;

	z-index:8;

	left: 15px;

	bottom: 15px; width: auto;

	overflow: hidden;

	display: none;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */

	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

	box-sizing: border-box;         /* Opera/IE 8+ */

}

.nivo-caption p {

	padding:5px;

	margin:0;

}

.nivo-caption a {

	display:inline !important;

}

.nivo-html-caption {

    display:none;

}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top:45%;

	z-index:9;

	cursor:pointer;

}

.nivo-prevNav {

	left:0px;

}

.nivo-nextNav {

	right:0px;

}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {

	text-align:center;

	padding: 15px 0;

}

.nivo-controlNav a {

	cursor:pointer;

}

.nivo-controlNav a.active {

	font-weight:bold;

}

.nivo-controlNav img {

	display:inline; /* Unhide the thumbnails */

	position:relative;

	margin: 5px;

	opacity: 0.7;

}

.nivo-controlNav .active img,

.nivo-controlNav img:hover {

	opacity: 1;

}