/*
Theme Name: PTTalks
Author: Amaze Studio
Description: PTTalks
Version: 0.0.1
Tags: bootstrap
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_thin-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	background: #4c4848;
}
h1, h2, h3, h4, h5 {
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding:0;
	margin:0;
}
textarea, input, button, select { outline: none; }
a, a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
select {
    -webkit-appearance: none;
	border: 0 !important;
	background-color: #827d79 !important;
	border-radius: 0px !important;
	padding: 11px 25px 9px;
	width: 100% !important;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	color: #4c4848 !important;
	font-size: 2.2rem;
	background: url("imgs/drop-arrow.png") center right 20px no-repeat;
	background-size: 35px auto;
	margin: 65px 0 65px;
}


/***** HEADER *****/
header {
	background: url(imgs/header-bg.jpg) center center no-repeat;
	background-size: cover;
	min-height:400px;
}
header p {
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2rem;
	padding-top: 5px;
}
.hertz-logo {
	background: url(imgs/hertz-logo.svg) top 20px left 25px no-repeat;
	background-size: auto 40px;
	min-height: 65px;
}
.anniversay-logo {
	background: url(imgs/anniversary-logo.svg) top 20px right 25px no-repeat;
	background-size: auto 40px;
	min-height: 65px;
}
.main-header {
	margin: 45px auto;
	max-width:200px;
	color:#4c4848;
}
.main-header h1:after, .main-header h2:after, .main-header h3:after, .main-header h4:after {
  	content: "";
 	display: inline-block;
  	width: 100%;
}
.main-header h1, .main-header h2, .main-header h3, .main-header h4 {
	text-align: justify;
}
.main-header h1 {
	font-size:10vw;
	height:11vw !important;
}
.main-header h2 {
	font-size:6.5vw;
	height:6.5vw !important;
}
.main-header h3 {
	font-size:17.2vw;
	height:18vw !important;
}
.main-header h4 {
	font-size:8vw;
	height:6.5vw !important;
}
.process {
	padding-top: 25px;
}
.main-header .icon {
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%, 0);
}
.main-header .icon-1 {
	top:15px;
	max-width:70%;
}
.main-header .icon-2 {
	top:8px;
	max-width:35%;
}
.main-header .icon-3 {
	max-width:70%;
}
.process h5 {
	padding-top: 65px;
}
.global-btn {
	width:100%;
	padding:8px;
	background: #b7b1a9;
	margin-top:25px;
	text-decoration: none !important;
	cursor: pointer;
}
.global-btn span {
	display: block;
	border: 1px solid #4c4848;
	color:#4c4848;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	font-weight: bold;
	height:100%;
	width:100%;
	padding:6px;
	text-align: center;
	font-size: 2.5em;
	line-height: 1.2em;
}

/***** PARTICPA *****/
#competition {
	padding-top:85px;
	padding-bottom:45px;
	color:#b7b1a9;
	font-family: "Bebas Neue", sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#competition .col-12 {
	max-width: 90% !important;
	margin:auto !important;
}
#competition .col-12 {
	max-width: 90% !important;
	margin:auto !important;
}
#competition span {
	color:#f9ec36;
}
#competition .icon {
	max-width: 80px;
	display: block;
	margin: 25px auto 45px;
}
.number {
	font-size: 3em;
	line-height: 0.8em;
	color:#726e6b;
	text-align: right;
}
.title {
	margin:15px auto 55px;
	height:55px !important;
	width:auto !important;
	display: flex;
	align-self: center;
}
.divider-left-col {
	background: url(imgs/divider-horiz.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom:85px;
	padding-top: 0;
}
.foot-note {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.4em;
	line-height: 1em;
	padding-top:65px;
	color:#726e6b;
}
.foot-note a {
	color:#726e6b;
}
.foot-note a:hover {
	color:#f9ec36;
	text-decoration: none;
}
.footer .foot-note {
	text-transform:none;
}
.competition-wrapper {
	position: relative;
}
.close-btn {
	position: absolute;
	right:20px;
	top:-40px;
	width:30px;
	cursor: pointer;
}
#competition .form-group {
	padding-top:45px;
}
#competition input, #competition textarea {
	box-shadow: none;
	background: #dbd8d4;
	border: 1px solid #4c4848;
	border-radius: 0;
	padding: 10px 20px;
	margin:10px 0;
	font-size: 1.4rem;
	width:100%;
	color: #4c4848;
}
#competition input {
	height:65px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	opacity: 1;
	line-height: 2.2rem;
	color: #4c4848;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	opacity: 1;
	line-height: 2.2rem;
	color: #4c4848;
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	opacity: 1;
	line-height: 2.2rem;
	color: #4c4848;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	opacity: 1;
	line-height: 2.2rem;
	color: #4c4848;
}
.slot-machine {
	margin-left: -14px;
	max-width: calc(100% + 28px) !important;
	margin-bottom: 20px;
}
.play-slot-wrapper {
	display:flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.play-slot-wrapper p {
	font-size:0.75rem;
	text-align: center;
	padding: 10px 15px 0;
}
.go-btn {
	width:130px;
	height:130px;
	margin:auto;
	align-self: center;
	border-radius: 50%;
	background: #4c4848;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	color: #dbd8d4;
	font-weight: bold;
	text-align: center !important;
	display: flex;
	font-size: 2rem;
	padding:6px;
	cursor: pointer;
}
.go-btn:hover {
	color: #4c4848;
	background: #f9ec36;
}
.go-btn:hover span {
	border: 1px solid #4c4848;
}
.go-btn span {
	border: 1px solid #b7b1a9;
	height:100%;
	width:100%;
	padding:6px;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: space-around;
	padding-right:7px;
	line-height: 1.2rem;
}

/***** RESULTADOS *****/
#entries {
	background: url(imgs/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top:85px !important;
	padding-bottom:45px !important;
	color:#b7b1a9;
	font-family: "Bebas Neue", sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#entries .global-btn {
	font-size: 0.7em;
}
#entries a:hover {
	text-decoration: none !important;	
}
.entry-row {
	background: url(imgs/open-quotes.png) no-repeat top 95px left 8px;
	background-size: 100px auto;
	border-bottom: 1px solid #b7b1a9;
	padding-bottom:65px;
	margin-bottom:65px;
}
.entry-row h3 {
	font-size:2.4rem !important;
}
.entry-row.winner h3 {
	color:#f9ec36;
}
.entry-row h4 {
	font-size:1.7rem !important;
}
.entry-row.winner .prize h4 {
	background-color:#f9ec36;
	color:#4c4848;
	padding:5px 10px 3px;
	display: inline-block;
	font-size:1.6rem !important;
	font-weight: bold;
	margin-top:-5px;
	margin-bottom: 5px;
}
.entry-row p {
	padding: 25px 0 15px;
	font-size: 1.3rem;
	font-weight: 200;
	background: url(imgs/close-quotes.png) no-repeat bottom 10px right 8px;
	background-size: 40px auto;
}
.entry-row .prize {
	padding-top: 10px;
	width:100%;
	max-width: 225px;
}
.entry-row .date {
	padding-top: 10px;
}
.fb-like {
	display:flex !important;
}


@media (min-width: 385px) {
	.main-header h1 {
		font-size:2.45rem;
		height:2.8rem !important;
	}
	.main-header h2 {
		font-size:1.55rem;
		height:1.6rem !important;
	}
	.main-header h3 {
		font-size:4.2rem;
		height:4.4rem !important;
	}
	.main-header h4 {
		font-size:2rem;
		height:2.4rem !important;
	}
	.process h5 {
		padding-top: 70px;
	}
	#competition .form-group {
		padding:45px 20px 0;
		max-width: 850px;
		margin:auto;
	}
	.divider-left-col {
		background: url(imgs/divider-horiz.png) center bottom no-repeat;
		background-size: 100% auto;
		padding-bottom:115px;
		padding-top: 0;
	}
	#entries .global-btn {
		font-size: 0.85em;
	}
}

@media (min-width: 540px) {
	header {
		min-height:750px;
	}
	.main-header {
		margin: 45px auto 65px;
		max-width:300px;
		color:#4c4848;
	}
	.hertz-logo {
		background-position: top 35px left 45px;
		background-size: auto 60px;
		min-height: 95px;
	}
	.anniversay-logo {
		background-position: top 35px right 45px;
		background-size: auto 60px;
		min-height: 95px;
	}
	.title {
		height:75px !important;
	}
	.global-btn {
		width:350px;
		font-size: 0.8em;
		margin: 25px auto 0;
	}
}

@media (min-width: 768px) {
	select {
		margin: 15px 0;
	}
	.main-header {
		margin: 0px auto 65px;
		max-width:300px;
		color:#4c4848;
	}
	.hertz-logo {
		background-position: top 35px left 45px;
		background-size: auto 40px;
	}
	.anniversay-logo {
		background-position: top 35px right 45px;
		background-size: auto 40px;
	}
	.main-header .global-btn:hover  {
		background: none;
	}
	.main-header .global-btn:hover span {
		border-color: #b7b1a9;
		color: #b7b1a9;
	}
	.close-btn {
		right:20px;
		top:15px;
		width:45px;
	}
	.entry-row p {
		padding-right: 15px;
		background-position: bottom 10px right;
	}
	.fb-like {
		margin-top:30px !important;
	}
	.divider-left-col {
		background: url(imgs/divider.png) center right no-repeat;
		background-size: 50px auto;
		padding:0 35px 0 0;
	}
	.divider-right-col {
		padding:0;
	}
	.number {
		font-size: 4em;
	}
	.copy {
		padding-left:25px;
		font-size: 0.9em;
		line-height: 0.95em;
	}
}

@media (min-width: 992px) {
	header {
		min-height:550px;
	}
	.main-header {
		margin: 55px auto 45px;
		max-width:300px;
		color:#4c4848;
	}
	.entry-row {
		background-position: top 77px left 8px;
		background-size: 80px auto;
	}
	.entry-row .col-lg-2 {
		-ms-flex: 0 0 11%;
		flex: 0 0 11%;
		max-width: 11%;
	}
	.entry-row .col-lg-7 {
		-ms-flex: 0 0 69%;
		flex: 0 0 69%;
		max-width: 69%;
	}
	.entry-row .col-lg-3.prize {
		max-width: 20%;
	}
	.entry-row p {
		padding-right: 40px;
		width:97%;
	}
	.number {
		font-size: 5em;
	}
	.copy {
		padding-left:25px;
		font-size: 1em;
		line-height: 1em;
	}
	
}

@media (min-width: 1200px) {
	.hertz-logo {
		background-position: top 35px left 45px;
		background-size: auto 50px;
	}
	.anniversay-logo {
		background-position: top 35px right 45px;
		background-size: auto 50px;
	}
	.entry-row {
		background-size: 100px auto;
	}
	.entry-row p {
		padding-right: 35px;
		width:97%;
	}
	.number {
		font-size: 3.8em;
	}
	.copy {
		padding-left:5px;
		font-size: 1em;
		line-height: 1em;
	}
	
}