/*
Theme Name: Gatas MG
Description: Tema/Layout desenvolvido por Alan Patrick exclusivamente para o site "Gatas MG". Sua venda ou cópia para blogs de terceiros é totalmente proibida. Dúvidas e informações: alan.patrick@live.com
Theme URI: http://www.alanpatrickk.net/
Author: Alan Patrick
Author URI: http://www.alanpatrickk.net/
Version: 1.0
*/

/* GERAL */
*{
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	width: 100%;
	background: #202020;
}
a,img{
	color: #f6215e;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover{
	color: #f55e93;
	text-decoration: none;
}
input, textarea, select, option, div, button, span{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	border: 0;
}
select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(img/select.png);
	background-repeat: no-repeat;
	background-position: right;
}
.container{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1170px;
}

/* HEADER */
header{
	width: 100%;
	background: #141414;
	border-bottom: 4px solid #0e0e0e;
	padding: 0;
	margin: 0 0 40px 0;
	float: left;
}
header .logo{
	float: left;
	margin: 17px 0 13px 0;
	max-height: 60px;
}
header .logo h1{
	font-size: 0;
	margin: 0;
	padding: 0;
}
header .logo img{
	vertical-align: top;
	max-height: 60px;
	width: auto;
}
header .menu-topo{
	float: left;
	text-align: left;
	margin: 0 0 0 38px;
}
header .menu-topo > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
header .menu-topo > ul > li{
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
}
header .menu-topo > ul > li > a{
	display: inline-block;
	line-height: 90px;
	padding: 0 1px;
	margin: 0 20px -4px 20px;
	border-bottom: 3px solid #000;
}
header .menu-topo > ul > li > a:hover{
	color: #fff;
	text-shadow: 0 0 8px rgba(255,255,255,0.8);
	border-bottom: 4px solid #f6215e;
}
header .menu-topo > ul > li.current_page_item a, header .menu-topo > ul > li.current-menu-item a{
	border-bottom: 4px solid #f6215e;
}
header .menu-topo a{
	color: #ddd;
}
header .search{
	float: right;
	margin: 25px 0 0 0;
	position: relative;
}
header .search #searchAnchor{
	border: 2px solid #f6215e;
	width: 40px;
	height: 40px;
	color: #f6215e;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}
header .search #searchAnchor i{
	line-height: 35px;
	margin: 0 1px 0 0;
	font-size: 18px;
}
header .search #searchAnchor:hover{
	border: 2px solid #f498b2;
	color: #f498b2;
}
header .search form{
	position: absolute;
	width: 250px;
	max-width: 0px;
	overflow: hidden;
	opacity: 0;
	right: 55px;
	top: 0;
	border-radius: 5px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
header .search.open form{
	max-width: 250px;
	opacity: 1;
}
header .search input{
	background: #fff;
	height: 40px;
	width: 210px;
	border-radius: 0;
	padding: 0 16px;
	font-size: 14px;
	float: left;
	border-radius: 5px 0 0 5px;
}
header .search input:focus{
	outline: 0;
	box-shadow: 0 0 10px #bbb;
}
header .search button{
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 0 5px 5px 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}
header .search button:hover, header .search button:focus{
	outline: 0;
	background-color: #eee;
}
header .city{
	float: right;
	margin: 25px 40px 0 0;
}
header .city select{
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #636363;
	color: #757575;
	padding: 0 12px 1px 12px;
	font-size: 15px;
	font-weight: 400;
	outline: 0;
}
header .city select:focus{
	box-shadow: 0 0 8px #777;
}
header .city select option{
	background: #141414;
	color: #ddd;
	padding: 5px;
	outline: 0;
}

/* MAIN */
main{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 550px;
}
main h3{
	font-size: 26px;
	font-weight: 700;
	color: #f2f2f2;
	margin: 0;
	padding: 0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
main h3 i{
	font-size: 20px !important;
	color: #f6215e;
	margin: 0 2px 0 0;
	position: relative;
	top: -1px;
}

/* NOVIDADES */
main div.news{
	background: #141414;
	width: 100%;
	min-height: 200px;
	padding: 30px 0;
	float: left;
	margin: 0;
	vertical-align: top;
}
main div.news h3{
	margin: 0 0 12px 45px;
}
main div.news .owl-wrapper-outer, main div.news .owl-carousel{
	background: transparent !important;
	border: 0;
	box-shadow: none;
}
main div.news .owl-carousel{
	padding: 0 38px;
	margin: 0 0 15px 0;
	display: inline-block;
}
main div.news div.item{
	background: #111;
	width: 200px;
	height: 260px;
	position: relative;
	margin: 0 auto;
}
main div.news div.item .title{
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.75);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 15px 8px 15px;
}
main div.news div.item .title a{
	color: #b9b9b9;
}
main div.news div.item .title a:hover{
	color: #eee;
}
main div.news div.item .title > a{
	float: left;
	clear: both;
}
main div.news div.item .title .city{
	font-size: 15px;
	color: #f2f2f2;
	text-transform: none;
	font-weight: 300;
	opacity: 0.3;
	float: left;
	clear: both;
}
main div.news div.item .title .city a{
	color: #f2f2f2;
}
main div.news div.item .title .city:hover{
	opacity: 0.6;
}
main div.news div.item a.thumb{
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: #eee;
}
main div.news div.item a.thumb div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
main div.news div.item a.thumb:hover div{
	opacity: 0.8;
}
main div.news .owl-carousel .owl-buttons div{
	opacity: 1;
	color: #313131;
	text-shadow: none;
	margin: 0;
	top: 50%;
}
main div.news .owl-carousel .owl-buttons div i{
	font-size: 36px;
}
main div.news .owl-carousel .owl-buttons div.owl-prev{
	left: 0;
}
main div.news .owl-carousel .owl-buttons div.owl-next{
	right: 0;
}
main div.news .owl-carousel .owl-buttons div:hover{
	color: #555;
}

main div.tops{
	width: 100%;
	display: inline-block;
	float: left;
	height: auto;
	margin: -5px 0 40px 0;
}
/* SLIDE TOP GATAS */
main .slideTop{
	float: left;
	width: 890px;
	height: auto;
	margin: 0;
	position: relative;
}
main .slideTop h3{
	margin: 0 0 12px 0;
	font-size: 28px;
}
main .slideTop .owl-wrapper-outer, main .slideTop .owl-carousel{
	background: transparent !important;
	border: 0;
	box-shadow: none;
}
main .slideTop .owl-carousel{
	padding: 0;
	margin: 0;
	display: inline-block;
	background: #141414 !important;
}
main .slideTop div.item{
	background: transparent;
	width: 100%;
	height: 400px;
	position: relative;
	margin: 0 auto;
}
main .slideTop div.item .thumb{
	width: 600px;
	height: 400px;
	float: left;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
main .slideTop div.item .thumb:hover img{
	transform: scale(1.09) rotate(-2deg);
}
main .slideTop div.item .infos{
	padding: 16px 20px;
	float: right;
	width: 290px;
	letter-spacing: -0.03em;
}
main .slideTop div.item .infos .title{
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
main .slideTop div.item .infos .city{
	color: #656565;
	font-size: 15px;
}
main .slideTop div.item .infos .city i{
	font-size: 13px;
	position: relative;
	top: -1px;
}
main .slideTop div.item .infos .descript{
	color: #aeaeae;
	font-size: 16px;
	line-height: 140%;
	margin: 15px 25px 15px 0;
}
main .slideTop div.item .infos .more{
	font-size: 14px;
	color: #575757;
	display: inline-block;
	border: 1px solid #575757;
	padding: 8px 16px;
}
main .slideTop div.item .infos .more:hover{
	color: #999;
	border: 1px solid #999;
}
main .slideTop .owl-controls{
	position: absolute;
	right: 10px;
	bottom: 15px;
	height: 20px;
	width: 265px;
	z-index: 2;
}
main .slideTop .owl-controls .owl-pagination{
	top: 0;
	left: 0;
	text-align: left;
}
main .slideTop .owl-controls .owl-page span{
	background: #252525;
	width: 10px;
	height: 10px;
}
main .slideTop .owl-controls .owl-page{
	margin: 0 5px;
}
main .slideTop .owl-controls .owl-page span:hover{
	background: #454545;
}
main .slideTop .owl-controls .owl-page.active span{
	background: #707070;
}

/* GATA SEMANA */
main .gWeek{
	float: right;
	width: 250px;
	height: 400px;
	margin: 0;
}
main .gWeek h3{
	font-size: 24px;
	margin: 5px 0 12px 0;
}
main .gWeek h3 i{
	font-size: 16px !important;
}
main .gWeek .item{
	width: 100%;
	height: 400px;
	background: #181818;
	position: relative;
}
main .gWeek .item .thumb{
	width: 100%;
	height: 100%;
	display: inline-block;
}
main .gWeek .item .thumb div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}
main .gWeek .item .title{
	position: absolute;
	bottom: 10px;
	left: -6px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
main .gWeek .item .title a{
	background: #f6215e;
	color: #fff;
	display: inline-block;
	padding: 10px 14px;
}
main .gWeek .item .title a i{
	color: #f17e9f;
	font-size: 14px;
	margin: 0 0 0 4px;
	text-shadow: none;
}
main .gWeek .item .title:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #8b344c;
	bottom: -6px;
	z-index: -2;
	transform: rotate(45deg);
	left: 2px;
}
main .gWeek .item:hover .title a{
	padding: 10px 14px 10px 22px;
}
main .gWeek .item .title a:hover{
	text-shadow: 0 0 10px #fff;
	padding: 10px 14px 10px 26px;
}
main .gWeek .item .title a:hover i{
	text-shadow: none;
}

/* DESTAQUES */
main .hghlht{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}
main .hghlht h3{
	margin: 0 0 12px 0;
}
main .hghlht .post{
	background: #111;
	width: 270px;
	height: 180px;
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
}
main .hghlht .post.last{
	margin: 0 0 30px 0;
}
main .hghlht .post .title{
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.75);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 15px 8px 15px;
}
main .hghlht .post .title a{
	color: #ddd;
}
main .hghlht .post .title a:hover{
	color: #fff;
}
main .hghlht .post .title > a{
	float: left;
	clear: both;
}
main .hghlht .post .title .city{
	font-size: 15px;
	color: #f2f2f2;
	text-transform: none;
	font-weight: 300;
	opacity: 0.6;
	float: left;
	clear: both;
}
main div.news div.item .title .city a{
	color: #f2f2f2;
}
main .hghlht .post .title .city:hover{
	opacity: 0.9;
}
main .hghlht .post:hover .title{
	padding: 10px 15px 18px 15px;
}
main .hghlht .post a.thumb{
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #eee;
}
main .hghlht .post a.thumb div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
main .hghlht .post a.thumb:hover div{
	opacity: 0.8;
	transform: scale(1.07) rotate(2deg);
}

/* NEWSLETTER */
main .newsletter{
	width: 100%;
	height: 120px;
	background: url(img/newsletter.png) top left no-repeat;
	margin: 0 0 30px 0;
	float: left;
}
main .newsletter .title{
	float: right;
	color: #f6215e;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	text-align: right;
	letter-spacing: -0.03em;
	margin: 30px 2px 0 0;
}
main .newsletter .title div{
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	color: #afafaf;
	letter-spacing: -0.01em;
}
main .newsletter form{
	float: right;
	position: relative;
	width: 350px;
	margin: 34px 30px;
}
main .newsletter form input{
	width: 100%;
	height: 50px;
	background: #141414;
	color: #777;
	padding: 0 60px 0 20px;
	outline: 0;
}
main .newsletter form button{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	color: #f6215e;
	font-size: 22px;
	padding: 0 0 2px 0;
	cursor: pointer;
}
main .newsletter form button:hover{
	background: #0e0e0e;
}
main div.text{
	color: #6f6f6f;
	font-size: 20px;
	text-align: center;
	margin: 0 0 30px 0;
	float: left;
}
main div.text h2{
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
main div.text p{
	margin: 0;
	font-weight: 300;
}

/* FOOTER */
footer{
	width: 100%;
	float: left;
	margin: 15px 0 -50px 0;
}
footer > .container{
	background: url(img/footer.png) top center no-repeat;
	padding: 64px 0 0 0;
}
footer .widget{
	border-left: 1px solid #404040;
	padding: 0 0 0 20px;
	margin: 0 0 55px 0;
	font-size: 18px;
	font-weight: 300;
	float: left;
	width: 200px;
}
footer .widget h5{
	font-size: 20px;
	font-weight: 700;
	color: #f6215e;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
footer .widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .widget ul li{
	margin: 2px 0;
}
footer .widget a{
	color: #f2f2f2;
}
footer .widget a:hover{
	color: #fff;
	text-shadow: 0 0 8px #999;
}
footer .widget.last{
	float: right;
	border: 0;
	width: 300px;
	margin: 0;
	padding: 0;
}
footer .widget.last .logo{
	margin: -4px 0 8px 0;
}
footer .widget select{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #636363;
	color: #757575;
	padding: 0 12px 1px 12px;
	font-size: 15px;
	font-weight: 400;
	outline: 0;
}
footer .widget select:focus{
	box-shadow: 0 0 8px #777;
}
footer .widget select option{
	background: #141414;
	color: #ddd;
	padding: 5px;
	outline: 0;
}
footer .bottom{
	width: 100%;
	background: #141414;
	padding: 15px 0;
	margin: 0;
	float: left;
	text-align: left;
	color: #626262;
}
footer .bottom a{
	color: #3c3c3c;
}
footer .bottom a:hover{
	color: #6c6c6c;
}
footer .bottom span{
	float: right;
	text-align: right;
	color: #3c3c3c;
}

/* MODELO */
main article .title{
	width: 100%;
	margin: -5px 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}
main article .title > i{
	font-size: 20px;
	margin: 0 2px 0 0;
	position: relative;
	top: -2px;
	color: #f6215e;
}
main article .title h1{
	display: inline-block;
	font-size: 28px;
	color: #f2f2f2;
	margin: 0;
	padding: 0;
}
main article .title span{
	color: #3f3f3f;
	margin: 0 0 0 5px;
	font-size: 18px;
}
main article .title span a{
	color: #646464;
}
main article .title span a:hover{
	color: #888;
}
main article .title span i{
	font-size: 15px;
}

/* INFOS */
main article #infos{
	float: left;
	width: 290px;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
main article #infos .tel{
	width: 100%;
	height: 60px;
	background: #f6215e;
	color: #fff;
}
main article #infos .tel i{
	font-size: 40px;
	float: left;
	margin: 10px 16px;
}
main article #infos .tel > div{
	font-size: 20px;
	font-weight: 700;
	padding: 9px 0 0 0;
}
main article #infos .tel > div div{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
}
main article #infos .tel a{
	color: #fff;
}
main article #infos .tabs{
	margin: 18px 0 0 0;
	width: 100%;
	display: table;
}
main article #infos .tabs > div{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #8c8c8c;
	display: table-cell;
	text-align: center;
	padding: 0 15px 10px 15px;
	border-bottom: 4px solid #474747;
	position: relative;
	cursor: pointer;
}
main article #infos .tabs > div i{
	color: #474747;
	font-size: 16px;
	position: relative;
	top: -2px;
	margin: 0 2px 0 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
main article #infos .tabs > div:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #474747;
}
main article #infos .tabs > div:hover{
	color: #bbb;
}
main article #infos .tabs > div:hover i{
	color: #777;
}
main article #infos .tabs > div.active{
	color: #f2f2f2;
	border-bottom: 4px solid #f6215e;
}
main article #infos .tabs > div.active i{
	color: #f6215e;
}
main article #infos .tabs > div.active:after{
	bottom: -10px;
	border-top: 6px solid #f6215e;
	border-bottom: 0;
}
main article #infos .content{
	width: 100%;
	background: #141414;
	color: #f2f2f2;
	padding: 20px;
	display: none;
}
main article #infos .content.active{
	display: inline-block;
}
main article #infos .content ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
main article #infos .content ul li{
	width: 100%;
	border-top: 1px solid #474747;
	display: table;
	padding: 10px 8px;
	font-weight: 300;
	text-align: left;
}
main article #infos .content ul li:last-child{
	border-bottom: 1px solid #474747;
}
main article #infos .content li > div{
	display: table-cell;
}
main article #infos .content li > div:first-child{
	color: #f6215e;
	width: 42%;
}
main article #infos #comments{
	width: 100%;
	height: 60px;
	background: #555;
	color: #fff;
	margin: 16px 0 0 0;
	cursor: pointer;
}
main article #infos #comments i{
	font-size: 38px;
	float: left;
	margin: 9px 16px;
}
main article #infos #comments > div{
	font-size: 20px;
	font-weight: 700;
	padding: 14px 0 0 0;
}
main article #infos #comments > div div{
	color: #a6a6a6;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	line-height: 10px;
}
main article #infos #comments:hover{
	background: #676767;
}
main article .photos{
	float: right;
	width: 850px;
	background: #141414;
	color: #ccc;
	overflow: hidden;
	padding: 20px 20px 0 20px;
}
main article .photos img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	margin: 0 0 20px 0;
}
main article .photos p{
	margin: 0 0 10px 0;
}
main #related{
	width: 100%;
	float: left;
}

/* COMMENTS */
#commentBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.9);
	display: none;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
#commentBox .container{
	background: #fff;
	max-width: 1000px;
	max-height: 90%;
	position: relative;
	padding: 0;
	top: 50%;
	z-index: 50;
	transform: translateY(-50%);
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	overflow: hidden;
	overflow-y: auto;
}
#commentBox .title{
	width: 100%;
	height: auto;
	background: #eee;
	padding: 20px 25px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#commentBox .title h4{
	text-align: left;
	font-size: 18px;
	color: #f6215e;
	padding: 0;
	margin: 0;
}
#commentBox .title h4 span{
	color: #1e1e1e;
}
#commentBox .close{
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: right;
	top: 0;
	left: 0;
	z-index: 1;
}
#commentBox .close i{
	font-size: 28px;
	margin: 20px 25px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
#commentBox .close i:hover{
	color: #ddd;
}
#commentBox .box{
	padding: 20px 25px;
}
#commentBox .commentlist{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 20px 0;
}
#commentBox .comment{
	margin: 0 0 15px 0;
}
#commentBox .comment .comment-author{
	color: #5c5c5c;
}
#commentBox .comment .comment-author .comment-edit-link{
	color: #bbb;
}
#commentBox .comment .awaiting-moderation{
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #da5f5f;
	margin: 8px 0 4px 0;
}
#commentBox .comment .comment-body{
	margin: 18px 0 0 0;
	background: #f0f0f0;
	padding: 2px 20px;
	font-size: 13px;
	color: #222;
	line-height: 150%;
	position: relative;
	border-radius: 5px;
}
#commentBox .comment .comment-body:before{
	content: '';
	width: 28px;
	height: 28px;
	background: #f0f0f0;
	position: absolute;
	top: -6px;
	left: 12px;
	transform: rotate(45deg);
	z-index: 1;
}
#commentBox .comment .comment-body p{
	position: relative;
	z-index: 10;
	margin: 15px 0;
}
#commentBox #respond{
	text-align: left;
	font-size: 14px;
}
#commentBox #respond h3{
	border: 0;
}
#commentBox #respond .comment, #commentBox #respond .comment .comment-body{
	margin-top: 8px;
}
#commentBox #respond #commentform{
	margin: 10px 0 2px 0;
}
#commentBox #respond #commentform input, #commentBox #respond #commentform textarea, #commentBox #respond #commentform .autent{
	width: 75%;
	background: #fff;
	border: 1px solid #adadad;
	font-size: 14px;
	padding: 14px 16px;
	border-radius: 4px;
	margin: 10px 0 0 0;
}
#commentBox #respond #commentform input:focus, #commentBox #respond #commentform textarea:focus{
	border-color: #444;
	outline: 0;
}
#commentBox #respond #commentform textarea, #commentBox #respond #commentform .autent{
	width: 100%;
	max-width: 100%;
}
#commentBox #respond #commentform input[type=submit]{
	background: #f6215e;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: auto;
	text-transform: uppercase;
	border-color: #f6215e;
	cursor: pointer;
}
#commentBox #respond #commentform input[type=submit]:hover{
	background: #c4204f;
	border-color: #c4204f;
}
#commentBox #respond #commentform .autent p{
	font-weight: 400;
}
#commentBox #respond #commentform .autent p span{
	text-align: right;
	float: right;
}
#commentBox .wp-pagenavi{
	background: transparent;
	border: 0;
	padding: 20px 2px 0 2px;
	margin: 0;
}
#commentBox .wp-pagenavi:after{
	display: none;
}

/* SEARCHES */
main.search h1, main.page h1{
	font-size: 26px;
	font-weight: 700;
	color: #f2f2f2;
	margin: 0 0 12px 0;
	padding: 0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
main.search h1 i, main.page h1 i{
	font-size: 20px !important;
	color: #f6215e;
	margin: 0 2px 0 0;
	position: relative;
	top: -1px;
}
main.search .hghlht{
	margin: 0;
}

/* PAGE */
main.page{
	padding: 0 0 20px 0;
	color: #aaa;
	line-height: 150%;
}
main.page .container > p{
	margin: 0 0 20px 0;
}
main.page form{
	position: relative;
}
main.page input, main.page select, main.page textarea, main.page button{
	width: 100%;
	height: 54px;
	background-color: transparent;
	border: 1px solid #555;
	border-radius: 5px;
	margin: 0 0 15px 0;
	font-size: 16px;
	padding: 15px 20px;
	outline: 0;
	max-width: 100%;
	color: #aaa;
}
main.page select option{
	background: #202020;
	color: #ddd;
}
main.page input:focus, main.page textarea:focus{
	box-shadow: 0 0 8px #5a5a5a;
	border-color: #555;
}
main.page textarea{
	height: 250px;
	max-height: 800px;
}
main.page button{
	background: #f6215e;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}
main.page button i{
	font-size: 16px;
	margin-left: 1px;
}
main.page button:hover, main.page button:focus{
	background: #ce1047;
}
main.page .ajax-loader{
	width: 100%;
	text-align: center;
	color: #ddd;
	font-size: 30px;
	margin: 0;
	background: rgba(32,32,32,0.7) !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 100px 0 0 0;
}
main.page .ajax-loader.is-active{
	display: inline-block !important;
	visibility: visible !important;
}
main.page form .wpcf7-not-valid{
	border-color: #e67070;
}
main.page form .wpcf7-not-valid-tip{
	margin: 0;
	background: #202020;
	color: #e67070;
	position: absolute;
	right: 20px;
	top: -6px;
	font-size: 11px;
	padding: 0 5px 0 8px;
}
main.page .wpcf7-form-control-wrap{
	position: relative;
	display: inline-block;
	width: 100%;
}
main.page .secure .wpcf7-not-valid-tip{
	bottom: -3px;
	right: 5px;
}
main.page .wpcf7-response-output{
	padding: 15px;
	border: 0;
	color: #fff;
	border-radius: 4px;
	background: #333;
}
main.page .wpcf7-response-output.wpcf7-validation-errors, main.page .wpcf7-response-output.wpcf7-spam-blocked{
	background: #9e0000;
}
main.page .wpcf7-response-output.wpcf7-mail-sent-ok{
	background: #309e00;
}

/* PAGENAVI */
main .wp-pagenavi{
	float: left;
	width: 100%;
	background: transparent;
	margin: 0 0 30px 0;
	text-align: center;
	padding: 20px 0;
}
main .wp-pagenavi span, main .wp-pagenavi a{
	border: 2px solid #ddd;
	color: #ddd;
	margin: 0 4px;
	font-size: 18px;
	padding: 12px 20px;
	border-radius: 5px;
}
main .wp-pagenavi span.pages{
	border-color: #383838;
	color: #383838;
}
main .wp-pagenavi a:hover{
	background: #111;
}
main .wp-pagenavi span.current{
	border-color: #f6215e;
	background: #f6215e;
	font-weight: 700;
	color: #fafafa;
}

/* WORDPRESS ALIGNS */
.alignright{
	float: right;
	clear: right;
	max-width: 395px !important;
}
.alignleft{
	float: left;
	clear: left;
	max-width: 395px !important;
}
.aligncenter{
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

/* 404 */
main div.none{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #333;
	color: #ddd;
	padding: 0 0 30px 0;
}
main div.none h1{
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
main div.none h3{
	font-size: 18px;
	font-weight: 400;
	color: #888;
	text-transform: none;
}