/*
Theme Name: Chimarron
Author: Cláudia Barreto
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;600;700&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
	color: #FF6900;
	transition:color 350ms ease-in-out;
}

a:hover, a:focus{
	text-decoration: none;
	color: #573A39;
}

body{
	font: 18px 'Montserrat', sans-serif;
	line-height: 1.8em;
	font-weight: 400;
	color: #573A39;
}

.font-bebas{
	font-family: 'Bebas Neue', sans-serif;
}

b,
strong{
	font-weight: 700;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

section{
	padding: 80px 0;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.cor-primaria{
	color: #FF6900;
}

.cor-secundaria{
	color: #F7B540;
}

.cor-texto{
	color: #573A39;
}

.cor-branca{
	color: #fff;
}

.bg-texto{
	background: #573A39;
}

.bg-branco{
	background: #fff;
}

.bg-primario{
	background: #FF6900;
}

.bg-secundario{
	background: #F7B540;
}

.bg-cinza-claro{
	background: #f4f4f4;
}

.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-100{
	font-weight: 100;
}

.font-size-10{
	font-size: 10px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-25{
	font-size: 25px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-38{
	font-size: 38px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.border-radius-5{
	border-radius: 5px;
}

.border-radius-10{
	border-radius: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 0;
	margin: 0 5px;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
	border-color: #fff;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	font-size: 40px;
    background: 0 0;
    display: flex;
    align-items: start;
    justify-content: center;
    color: #F7B540;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: -15px;
    text-indent: 0;
    z-index: 99;
    position: absolute;
    transition: all .35s ease-in-out;
    background: #fff;
	border-radius: 100%;
	padding-top: 5px !important;
}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: -15px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background: #fff;
	color: #FF6900;
}

.cta{
	font-size: 16px;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 8px 35px;
	border: 1px solid #FF6900;
	background: #FF6900;
	font-weight: 600;
	border-radius: 35px;
}

.cta:hover,
.cta:focus{
	color: #FF6900;
	background: #fff;
}


.cta.borda{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.cta.borda:hover,
.cta.borda:focus{
	background: #fff;
	border-color: #fff;
	color: #573A39;
}

.cta.bg-texto{
	background: #573A39;
	border-color: #573A39;
}

.cta.bg-texto:hover,
.cta.bg-texto:focus{
	color: #573A39;
	background: #fff;
	border-color: #573A39;
}

/*.form-control[readonly]{
	background: #fff;
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 16px;
	border-radius: 0px;
	background: #F2F2F2;
	border: 1px solid #DADADA;
	color: #2B2B2B;
	border-radius: 5px;
	padding: 10px 15px;
	box-shadow: none;
	height: 55px;
	box-shadow: none;
}

.form-control:hover,
.form-control:focus{
	border-color: #CF6950;
	box-shadow: 0px 16px 19px -12px #ED323747;
	background: #fff;
	color: #2B2B2B;
}

.titulo-principal{
	position: relative;
	padding-bottom: 15px;
}

.titulo-principal span{
	width: 80px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.titulo-principal.text-center span{
	left: calc(50% - 40px);
}
*/

.link-video {
    width: 100%;
    border-radius: 10px;
    background-color: #1b1b1b;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

.link-video img{
	transition: all 350ms ease-in-out;
	opacity: 0.7;
}

.link-video:hover img,
.link-video:focus img {
    transform: scale(1.1);
    opacity: 1;
}

.rede-social{
	width:30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: transparent;
	color: #573A39;
	transition: all 350ms ease-in-out;
	border:1px solid #573A39;
}

.rede-social:hover,
.rede-social:focus{
	background: #573A39;
	color: #fff;
	text-decoration: none;
}

/* Home */


/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
	border-bottom: 0px;
	background: transparent;
	background: #fff;
}


header.fixed{
	backdrop-filter: blur(5px);
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;
	padding: 0px;
}

header .logo{
	padding: 15px 0;
}

header .logo img{
	transition: all 350ms ease-in-out;
	width: 240px;
}

header.fixed .logo{
	padding: 10px 0;
}

header.fixed .logo img{
	width:220px;
}

header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0 0px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu-principal  > ul > li{
	position: relative;
	cursor: pointer;
	margin-right: 25px;
}

header .menu-principal > ul > li:last-child{
	padding-right: 0px;
	margin-right: 0;
}

header .menu-principal > ul > li > a{
	color: #573A39;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 16px;
	padding:10px 0;
	margin-right: 0px;
	font-weight: 500;
	position: relative;
}

header .menu-principal > ul > li:last-child > a{
	background: #573A39;
	color: #fff;
	border-radius: 20px;
	padding: 2px 20px 0px 20px;
	border: 1px solid #573A39;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li.current-menu-item > a{
	color: #FF6900;
}


header .menu-principal > ul > li:last-child > a:hover,
header .menu-principal > ul > li:last-child > a:focus{
	background: #FF6900;
	border-color: #FF6900;
	color: #fff;
}

section#banner{
	height: auto;
	padding: 0;
}

section#banner ul.banner-principal,
section#banner ul.banner-principal li,
section#banner ul.banner-principal li .container,
section#banner ul.banner-principal li .container .row{
	height: auto;
}

section#banner ul li {
    position: relative;
    padding-top: 60px;
}

section#banner ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.listagem-cardapio.owl-carousel .owl-nav button.owl-next, 
.listagem-cardapio.owl-carousel .owl-nav button.owl-prev{
	top: 150px;
}

.listagem-cardapio li{
	padding: 20px;
}

.listagem-cardapio li a{
	display: block;
	color: #573A39;
	border-radius: 30px;
}

.listagem-cardapio li a .foto{
	position: relative;
	height: 300px;
	border-radius: 20px;
	box-shadow: 0px 10px 10px 0px #DBE6FF66;
}

.listagem-cardapio li a .foto:before{
	position: absolute;
	transition: height 350ms ease-in-out;
	width: 100%;
	content: '';
	border-radius: 20px;
	height: 70%;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.listagem-cardapio li a .info{
	padding: 20px;
	padding-top: 80px;
	position: relative;
}

.listagem-cardapio .icone{
	width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 50px);
    position: absolute;
    border-radius: 100%;
    top: -50px;
	padding: 15px;
}

.listagem-cardapio.owl-carousel .owl-item img{
	width: auto;
	max-width: 90%;
}

.listagem-cardapio li a h3{
	transition: color 350ms ease-in-out;
}

.listagem-cardapio li a:hover h3,
.listagem-cardapio li a:focus h3{
	color: #FF6900;
}

.listagem-cardapio li a:hover .foto:before,
.listagem-cardapio li a:focus .foto:before{
	height: 100%;
}

section#chimarron{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#573a39+0,573a39+83,ffffff+83,ffffff+100 */
background: rgb(87,58,57); /* Old browsers */
background: -moz-linear-gradient(top, rgba(87,58,57,1) 0%, rgba(87,58,57,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(87,58,57,1) 0%,rgba(87,58,57,1) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(87,58,57,1) 0%,rgba(87,58,57,1) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#573a39', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin-bottom: -140px;
}

section#celebracoes{
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	background-color: #573A39;
}

section#celebracoes:before {
    width: 50%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(87,58,57,1) 0%, rgba(87,58,57,0) 100%);
    background: -webkit-linear-gradient(left, rgba(87,58,57,1) 0%,rgba(87,58,57,0) 100%);
    background: linear-gradient(to right, rgba(87,58,57,1) 0%,rgba(87,58,57,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#573a39', endColorstr='#00573a39',GradientType=1 );
    z-index: 8;
}

section#celebracoes .col-md-5{
	position: relative;
	z-index: 9;
}

section#aniversario{
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	background-color: #9F8A6D;
}

section#conceito{
	background-color: #333;
	background-blend-mode: multiply;
}

section#conceito a{
	display: block;
}

section#conceito a img{
	transition: all 350ms ease-in-out;
}

section#conceito a:hover img,
section#conceito a:focus img{
	transform: scale(1.1);
}

footer{
	padding-top: 60px;
	background: #2b1616;
}


footer a{
	color: #fff;
	transition: color 350ms ease-in-out;
}

footer a:hover,
footer a:focus{
	color: #F7B540;	
}

footer ul.disc{
	list-style-type: circle;
}

footer .copyright{
	padding: 20px 0;
	margin-top: 60px;
	background: #1B0E0E;
}

footer .rede-social:hover,
footer .rede-social:focus{
	border-color: #fff;
}

footer .copyright a:hover,
footer .copyright a:focus{
	color: #F7B540;
}

section#capa {
    position: relative;
	padding-top: 190px;
    background: #2b1616 url(img/bg-capa.jpg) no-repeat center;
	background-size: cover;
}

.listagem-equipe li .foto {
    height: 365px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.owl-carousel.listagem-equipe .owl-nav button.owl-next, 
.owl-carousel.listagem-equipe .owl-nav button.owl-prev{
	top: 155px;
}

.item-cardapio{
	padding: 50px 0;
}

.item-cardapio:nth-of-type(2n+1) .row{
	flex-direction: row-reverse;
}

.wpcf7-spinner {
    background-color: #52736B;
    position: absolute;
    bottom: 14px;
}

.galeria-fotos li a{
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 350ms ease-in-out;
}

.galeria-fotos li a:hover,
.galeria-fotos li a:focus{	
	animation: embacar 500ms ease-in-out 1;
}

.listagem-formacao li .bg-bege{
	border-radius: 20px;
}

section#mapa iframe{
	width: 100%;
	height: 400px;
}


section.celebrar .galeria-fotos li{
	margin-bottom: 30px;
}

section.celebrar .galeria-fotos li a{
	height: 200px;
}

.instagram-gallery__actions {
    display: none;
}


/*Responsivo*/

header .abrir-menu{
	display: none;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	color: #573A39; 
	width: 30px;
    height: 30px;
    font-size: 30px; 
	top: 40px;
    right: 0px;
    background: transparent;
}


.menu-responsivo {
	display: none;
	background: #fff;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    color: #573A39;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 30px;
	transition: all 350ms ease-in-out;
	font-size: 20px;
}

header.fixed .fechar-menu{	
    top: 30px;
}

.fechar-menu:hover,
.fechar-menu:focus{
    color: #573A39;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #ff8d18;
}

.mobile{
	display: none !important;
}

@media only screen and (max-width: 1600px){
	
	section#chimarron{
		margin-bottom: 80px;
    	background: #573a39;
	}
	
	section#celebracoes {
    	background-size: 50% 100%;
	}
}


@media only screen and (max-width: 1400px){
	header .logo img {
		width: 170px;
	}
	
	header.fixed .logo img {
		width: 150px;
	}
	
	header .menu-principal > ul > li{
		margin-right: 20px;
	}
	
	header .menu-principal > ul > li > a{
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px){
	
	header .menu-principal > ul > li > a{
		font-size: 12px;
	}
	
	section#banner ul li {
		padding-top: 35px;
	}
	
	.rede-social {
		margin: 0 3px;
	}
	
	section#celebracoes,
	section#aniversario{
		background-size: cover;
		background-blend-mode: soft-light;
		background-position: center;
	}
	
	section#celebracoes:before{
		display: none;
	}
	
}

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

	header .logo img {
		width: 240px;
	}
	
	header.fixed .logo img {
		width: 220px;
	}
	
	.fechar-menu {
		display: flex;
	}
	
	header .rede-social{
		display: none;
	}
	
	header .abrir-menu{
		display: flex;
	}
	
	header .bg-primario{
		padding: 20px 0;
	}

	.menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: rgb(0 0 0 / 65%);
		height: 100vh;
		z-index: 999;
		display: none;
	}

	header .menu-principal > ul{
		display: block;
		width: 350px;
		background:#fff;
		height: 100vh;
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 30px;
	}

	header .menu-principal > ul > li{
		margin-left: 0;
	}

	header .menu-principal > ul > li > a,
	header.fixed .menu-principal > ul > li > a,
	header .menu-principal > ul > li > a:hover,
	header .menu-principal > ul > li > a:focus,
	header .menu-principal > ul > li > ul > li > a,
	header .menu-principal > ul > li > ul > li > a:hover,
	header .menu-principal > ul > li > ul > li > a:focus{
		display: block;
		text-align: left;
		font-size: 18px;
		padding: 15px;
		margin-right: 0;
		border: 0;
		text-align: center;
		color: #573A39;
	}

	header .menu-principal > ul > li:last-child{
		display: block;
	}
	
	header .menu-principal > ul > li:last-child > a,
	header .menu-principal > ul > li:last-child > a:hover,
	header .menu-principal > ul > li:last-child > a:focus{
		color: #fff;
	}

	header .menu-principal > ul > li:last-child > a{
		padding: 5px 25px;
		text-align: center;
		margin-bottom: 20px;
	}

	header .menu-principal > ul.transform{
		transform: translateX(0px);
	}	
	
	header .menu-principal > ul > li > ul {
		position: relative;
		background: transparent;
		padding: 10px;
		top: auto;
		left: auto;
		list-style: circle;
		margin: 0;
		visibility: visible;
		opacity: 1;
		transform: none;
		width: 100%;
		border-radius: 0;
	    box-shadow: none;
	}
	
	header .menu-principal > ul > li > ul > li > a {
		display: block;
		padding: 0px;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
	}
	
	header .menu-principal > ul > li > a:before{
		bottom: 10px;
	}
		
	section#banner ul li {
		padding-top: 50px;
	}
	
	section#conceito{
		text-align: center;
	}
	
	footer{
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	
	.font-size-40 {
		font-size: 30px;
	}
	
	.font-size-50 {
		font-size: 40px;
	}

	section#banner,
	section#banner ul.banner-principal, 
	section#banner ul.banner-principal li, 
	section#banner ul.banner-principal li .container, 
	section#banner ul.banner-principal li .container .row {
		height: auto;
	}
	
	.desktop{
		display: none !important;
	}
	
	.mobile{
		display: block !important;
	}
	
	section#chimarron img{
		display: none;
	}
	
	section#conceito {
		text-align: center;
	}
	
	.item-cardapio {
		padding: 20px 0;
	}
	
	.item-cardapio .galeria-fotos{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 576px) {		
	
	.font-size-60 {
		font-size: 40px;
	}
	
	.font-size-50 {
		font-size: 30px;
	}
	
	.font-size-45 {
		font-size: 25px;
	}
	
	.font-size-40 {
		font-size: 30px;
	}
	
	.font-size-38 {
		font-size: 28px;
	}
	
	.font-size-35 {
		font-size: 30px;
	}
	
	.font-size-20 {
		font-size: 14px;
	}
	
	.cta{
		padding: 10px 25px;
	}

	section {
		padding: 50px 0;
	}		
	
	header .logo img {
		width: 180px;
	}
	
	header.fixed .logo img {
		width: 170px;
	}

	header .main-menu > ul{
		width: 100%;
		transform: translateX(-100%);
	}	
	
	header .menu-principal > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .menu-principal > ul.transform {
		transform: translateX(0px);
	}
	
	section#banner ul li {
		padding-top: 85px;
	}
	
	section#capa {
    	padding-top: 125px;
	}
	
}
/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	color: #2B2B2B;
	font-weight: bold;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
	color: #CF6950;
}

.pagination .nav-links .current{
	background: #CF6950;
	color: #fff;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #2B2B2B;
	border:0px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #CF6950 ;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #d84141;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #f7b7b7;
    color: #c35959;
    background: #ffe4e4;
    font-size: 12px;
    padding: 5px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
    color: #59c375;
    background: #dbffe4;
    font-size: 12px;
    padding: 5px 20px;
}

body.login{
	padding-top: 0;
	background: #fff;
}

.login h1 a {
	background-image: url('img/logo-chimarron.svg');
	background-size: 240px 65px;
	width: 240px;
	height: 65px;
}

p.sml_thankyou{
	color: #fff;
}

#wpadminbar{
	display: none;
}
