/*
Theme Name: Terapeuta de Cães
Theme URI: http://www.terapeutadecaes.com.br
Author: Bruno Rodrigues
Author URI: http://todaformadecomunicar.com.br
Description: Site Gerenciável
Version: 1.0
*/

/* FONTES */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

/* RESET */
body, html {
	padding:0px;
	margin: 0px;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	color: #5C5C5C;
	
}

/* HEADER */
header {
	height: 238px;
}
header .logo {
	width: 351px;
	display: block;
	margin: 0 auto;
	height: 190px;
	margin-top: 30px;
	margin-bottom: 18px;
}
img {
	max-width: 100%;
}
#form-contato .input {
	width: 425px;
	height: 32px;
	font-family: 'Ubuntu', sans-serif;
}
#form-contato .textarea {
	width: 425px;
	height: 185px;
	font-family: 'Ubuntu', sans-serif;
	padding-left: 26px;
	padding-top: 24px;
	
}
#form-contato .btn {
	width: 200px;
	height: 45px;
	background-color: #EDBB3F;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #331D11
}
.menu {
	width: 100%;
	height: 61px;
	background-color: #331D13; 
}
.menu ul {
	list-style: none;
	display: block;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	padding-right: 25px;
	text-transform: uppercase;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.ativo {
	text-decoration: underline;
}
.input {
	width: 350px;
	height: 42px;
	padding: 25px;
}
/* FIM DO HEADER */


.slide {
	position: relative;
	display: table;
	width: 100%;
	height: 509px;
}
.slide h1 {
	position: absolute;
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	width: 451px;
	overflow: hidden;
	font-weight:300;
	color: #331D11;
	right: 0;
	top: 80px;
}
.slide p {
	position: absolute;
	top: 245px;
	width: 451px;
	line-height: 25px;
	overflow: hidden;
	right: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color:#5C5C5C;
	font-size: 16px;
}
.slide button {
	cursor: pointer;
	position: absolute;
	top: 360px;
	right: 250px;
	border: 0;
	width: 200px;
	height: 45px;
	background-color: #EDBB3F;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #331D11
}

.barra-home {
	padding: 32px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 250px;
	background-color: #F3F3F3;
}
.barra-home h2 {
	font-weight: normal;
	font-size: 18px;
	color: #331D13;
}
.sobre-home {
	margin-top: 32px;
	margin-bottom:32px;
	width: 100%;
}
.sobre-home h1 {
	font-size: 42px;
	color: #331D13;
	font-weight: lighter;
}
.sobre-home p {
	text-align: justify;
	line-height: 25px;
}
p {
	line-height: 25px;
}
.sobre-home img {
	padding-top: 49px;
	float: right;
}
.sobre-home a {
	position: absolute;
	bottom: 55px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CD9C23;
	text-decoration: underline;
}
.adestramento-home {
	padding: 35px;
	width: 100%;
	background-image: url('img/bg_barra2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 440px;
}
.adestramento-home h1 {
	font-size: 40px;
	color: #331D11;
	font-weight: lighter;
}
.adestramento-home span {
	color: #331D11;
	font-weight: lighter;
	font-size: 20px;
}
button {
	cursor: pointer;
	border: 0;
	width: 200px;
	height: 45px;
	background-color: #EDBB3F;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #331D11
}
.galeria-home {
	width: 100%;
	padding: 25px;
	height: 426px;
	background-color: #F3F3F3;
}
.galeria-home h1 {
	text-align: center;
	font-weight: lighter;
	font-size: 40px;
	color: #331D11;
}
.galeria-home h1:before {
	content: "";
	position: absolute;
	margin-left: 110px;
	margin-top: 58px;
	width: 66px;
	height: 6px;
	background-color: #EDBB3F;
}
#carrossel {
	padding-top: 35px;	
	float: left;
	overflow: hidden;
	height: 212px;
}
#carrossel ul li {
	width: 233px;
	height: 211px;
	float: left;
	margin: 0 5px;
}
#carrossel img {
	display: block;
	max-width: 100%;
	height: 211px;
}
#menu-carrossel {
position: absolute;
right: 0;
}

#menu-carrossel .prev {
	width: 20px;
	height: 20px;
	background-image: url('img/prev.jpg');
}
#menu-carrossel .next {
	width: 40px;
	height: 40px;
	background-image: url('img/next.jpg');
}
.blog-home {
	width: 100%;
	text-align: center;
	padding: 25px;
}
.blog-home h1 {
	padding-bottom: 35px;
	text-align: center;
	font-weight: lighter;
	font-size: 40px;
	color: #331D11;
}
.blog-home h1:before {
	content: "";
	position: absolute;
	margin-left: 110px;
	margin-top: 58px;
	width: 66px;
	height: 6px;
	background-color: #EDBB3F;
}
.footer {
	padding: 45px;
	width: 100%;
	color:#ffffff;
	height:600px;
	background-color: #331D13;
	border-top: 7px solid #EDBB40;
}
.footer h2 {
	margin-bottom: 42px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 17px;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer ul li {
	padding-bottom: 18px;
}
.footer ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 14px;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.copy {
	width: 100%;
	height: 44px;
	background-color: #EDBB40;
	line-height: 44px;
	font-size: 13px;
	color: #331D13;
	font-weight: bold;
}
.copy span {
	color: white;
	float: right;
}

/* OUTRAS PÁGINAS */

.barra-titulos {
	position: relative;
	width: 100%;
	display: table;
	height: 300px;
	background-image: url('img/barra-titulos.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.overlay {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	display: block;
	background: rgba(0,0,0,0.7);
}
.barra-titulos h1 {
	position: relative;
	z-index: 9999;
	font-size: 40px;
	margin-top: 115px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
}
.conteudo {
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
}
.conteudo h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	color: #331D13;
}
.conteudo p {
	text-align: justify;
}
a {
	text-decoration: none;
	color: #EDBB40;
	line-height: 25px;
}
a:hover {
	color:#331D13
}
.conteudo button {
	cursor: pointer;
	border: 0;
	width: 245px;
	height: 52px;
	background-color: #EDBB3F;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #331D11
}
.wpcf7-form-control-wrap {
	height: 32px;
	padding: 20px;
}


@media only screen and (min-width: 485px) and (max-width: 2800px) {
	#nav-slide {display: none;}
}

@media only screen and (max-width: 480px) {

header .logo {
	position: absolute;
	width: 220px;
	top: -20px;
	display: block;
	left:-25px;
	height: 120px;
}

header {
	height: 120px;
}
#carrossel {
	padding-top: 35px;	
	overflow: hidden;
	height: 212px;
}
#carrossel ul {
	display: block;
}
#carrossel ul li {
	width: 233px;
	height: 211px;
	margin: 0 5px;
}

.slide {
        margin-top:20px;
	position: relative;
	display: table;
	width: 100%;
	height: auto !important;
}
.slide h1 {
	position: absolute;
	left: -75px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	text-align: center;
	overflow: hidden;
	font-weight:300;
	color: #331D11;
	top: 45px;
}

.menu {
	display: none; 
}
.slide p {
	position: absolute;
	left: -28px;
	display: block;
	overflow: hidden;
	width: 335px;
	text-align: center;
	top: 175px;
	line-height: 25px;
	overflow: hidden;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color:#5C5C5C;
	font-size: 16px;
}
.slide button {
	cursor: pointer;
	position: absolute;
	top: 320px;
	right: 48px;
	border: 0;
	width: 200px;
	height: 45px;
	background-color: #EDBB3F;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #331D11
}
button {
	cursor: pointer;
}	
.barra-home {
	padding: 32px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 650px;
	background-color: #F3F3F3;
}

.adestramento-home {
	padding: 35px;
	width: 100%;
	background-image: url('img/bg_barra2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 495px;
}
.footer {
	height: 1450px;
}
.copy {
	display: none;
}

#form-contato .input {
	width: 300px;
	height: 27px;
	font-family: 'Ubuntu', sans-serif;
}
#form-contato .textarea {
	width: 300px;
	height: 155px;
	font-family: 'Ubuntu', sans-serif;
	padding-left: 26px;
	padding-top: 24px;
	
}
.galeria-home {
display:none;
}
.barra-titulos h1 {
z-index: 999;
}
#nav-btn {
      position: fixed;
z-index: 9999;
      top: 44px;
      right: 5px;
      border: #Bababa 1px solid;
      border-radius: 2px;
      padding: 5px 10px;
      cursor: pointer;
      background-color: #fff;
      transition: all 0.4s linear;
    }
    #nav-btn:hover {
      border: #0061f2 1px solid;
    }
    #nav-btn > div {
      width: 20px;
      height: 3px;
      background: #bababa;
      margin: 4px 0px;
      transition: all 0.4s linear;
    }
    #nav-btn:hover div {
      background: #0061f2;
    }
    #nav-slide {
      z-index: 9999;
      position: fixed;
      right: -380px;
      top: 0;
      width: 380px;
      height: 0px;
      background: #331D13;
      transition: right 0.4s linear;
    }

    #nav-slide ul {
    	padding-top: 25px;
    	list-style: none;
    }
    #nav-slide ul li {
    	width: 300px;
    	height: 35px;
    	margin-bottom: 20px;
    	border-bottom: 2px solid #fff;

    }
    #nav-slide ul li a {
    	text-transform: uppercase;
    	font-size: 18px;
    	color: #fff;
    	text-align: center;

}

}
