@charset "utf-8";
/*
Theme Name: São Paulo Pride Open
Theme URI: http://www.prideopen.com.br
Description: São Paulo Pride Open's theme
Version: 1.0
Author: Victor Abadio
Author URI: http://www.unaghii.com
Text Domain: lang
*/

*{
	padding:0;
	margin:0;
	outline:none;
	list-style:none;
	border:none;
	vertical-align:baseline;
	font-smoothing:antialiased;
		-moz-font-smoothing:antialiased;
		-webkit-font-smoothing:antialiased;
	box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
}
*:focus{outline:none;}
a{text-decoration:none;color:#00abcc;}
a:hover{color:#000;}
a:active, a:focus{outline:none;}
img{border:none;}
h1, h2, h3, h4, h5, h6{}


/* COMMOM CLASSES */
.full-width-wrapper{width:100%;float:left;}
.centered-wrapper{width:960px;margin:0px auto;}

.clear{clear:both;}
.clear-left{clear:left;}
.clear-right{clear:right;}

.right-aligned{float:right !important;}


/* ELEMENTS WITH TRANSITION EFFECT */
a,
input[type='submit']{
	transition:0.3s;
		-o-transition:0.3s;
		-ms-transition:0.3s;
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
}


/* --------------------------------------------- WRAPPERS --------------------------------------------- */
html, body{height:100%;}
body{background:#FFF;font:100%/1.5 'Montserrat', Arial, Helvetica, sans-serif;color:#111;}


body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
#home-wrapper img {
	max-width: 100%;
	height: auto;
}
#home-wrapper h2,
.bjqc-logo-wrapper h3 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #AAA;
	letter-spacing: 8px;
}

.bjqc-logo-wrapper img {
	max-width: 100%;
	height: auto;
}
.bjqc-logo-wrapper h3 {
	letter-spacing: 2px;
	color: #47164e;
}
.register-form {
	width: 600px;
	padding: 20px 30px;
	background: #EBEBEB;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin: 0 0 0 20px;
}
.register-form .form-row {
	width: 100%;
	margin: 10px 0;
	float: left;
}
.register-form .form-row p {
	width: 47.5%;
	float: right;
}
.register-form .form-row p:first-child {
	float: left;
}
.register-form .form-row p label,
.register-form .form-row p input,
.register-form .form-row p select {
	width: 100%;
	float: left;
}
.register-form .form-row p input,
.register-form .form-row p select {
	padding: 15px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	font: 14px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #111;
}
.register-form .submit-btn {
	width: 100%;
	float: left;
	padding: 15px;
	background: #47164e;
	font: 700 15px 'Montserrat', Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #FFF;
}
.register-form .submit-btn:hover {
	background: #000;
}

.register-form h3 {
	margin-bottom: 20px;
}
.pix {
	padding: 15px 0;
	margin: 20px 0;
	border-radius: 5px;
	background: #47164e;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}



body.page-template-page-bjqc-event { display: block; }
body.page-template-page-bjqc-event .bjqc-logo-wrapper img { max-width: 200px; }

.days-wrapper {
	padding: 0 5% 5%;
}
.times-wrapper .time-heading {
	padding: 15px 0;
	position: relative;
	background: #47164e;
	margin: 30px 0 10px;
}
.times-wrapper .time-heading:before,
.times-wrapper .time-heading:after {
	content: "";
	width: 100px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: #47164e;
}
.times-wrapper .time-heading:after {
	left: auto;
	right: 100%;
}
.times-wrapper .time-heading h2 {
	float: left;
	font: 700 16px/1 'Montserrat', Arial, Helvetica, sans-serif;
	color: #FFF;
}
.times-wrapper .time-heading svg {
	width: 20px;
	height: 20px;
	float: right;
	fill: #FFF;
	transform: rotate(180deg);
	transition:0.3s;
		-o-transition:0.3s;
		-ms-transition:0.3s;
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
}
.times-wrapper .time-heading svg.collapsed {
	transform: rotate(0deg);
}
.tie-wrapper {
	width: calc(25% - 10px);
	margin-right: 10px;
	float: left;
}
.tie-wrapper table {
	border-collapse: collapse;
}
.tie-wrapper table td {
	padding: 10px;
	vertical-align: middle;
}
.tie-wrapper table thead {
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.tie-wrapper table tbody tr:nth-child(even) {
	background: #EBEBEB;
}
.tie-wrapper table tbody tr td:nth-child(4),
.tie-wrapper table tbody tr td:nth-child(5) {
	text-align: right;
}

.team-luluca { background: #70a8dd; }
.team-cavaleiras { background: #c51954; }
.team-urachs { background: #580101; }
.team-toxic { background: #6f08c4; }
.team-destennis { background: #00554b; }
.team-born { background: #cd0000; }
.team-alcaralhos { background: #dd6b05; }
.team-queens { background: #05be6f; }
.team-ace { background: #00549e; }
.team-court { background: #cea002; }

@media (max-width:1200px){
	.tie-wrapper { width: 100%; margin: 10px 0 0; }
}




/* --------------------------------------------- BREAKPOINTS --------------------------------------------- */
@media (max-width:980px){

	body { display: block; }
	.bjqc-logo-wrapper,
	.register-form { width:100%;float:left; }
	.bjqc-logo-wrapper{ text-align: center; }
	.register-form { width: 90%;margin: 30px 5%; }

}
@media (max-width:580px){

	.register-form { width: 100%; padding: 10px 5% 30px;margin: 30px 0; border-radius: 0; border: none; }
	.register-form .form-row { margin: 0; }
	.register-form .form-row p { width: 100%; margin-top: 20px; }
	.register-form .submit-btn { margin-top: 30px; }

}