/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
	background: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	#left-area {
		width: 100% !important;
		padding: 0 0 23px 0 !important;
		float: none !important;
	}
}


/*** JUMPING HEADER FIX ***/
#page-container { padding-top:127px; }
#main-header { top: 65px; }

@media all and (max-width: 980px) {
	#page-container { padding-top:84px; }
	#main-header { top: 46px; }
}


/*** Top header elements ***/
#et-secondary-menu .et-social-icons {
	float: right;
	margin-right: 0;
}

.et_show_nav .mobile_menu_bar:before {
	color: rgba(0,0,0,0.25);
}

/*** Extrabold elements ***/
button,
.button,
.et_pb_button,
.et_pb_promo_button,
.footer-widget h4 {
	font-weight: 900 !important;
}


/*** Footer paddings ***/
#footer-widgets {
	padding: 5% 0 0 0;
}

#footer-certs .container {
	padding: 0 0 2% 0;
	text-align: center;
}

#footer-certs img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4%;
	height: 50px;
	width: auto;
}

@media all and (max-width: 767px) {
	#footer-certs img {
		margin: 4%;
	}
}

#footer-bottom {
	padding: 4px 0 2px 0;
}

#footer-info {
	padding-bottom: 0;
}


/*** APOSTAS  ***/
#colecao_apostas .vp-a {
	cursor: pointer;
	display: block;
	text-align: center;
}

#colecao_apostas span {
	position: relative;
	display: inline-block;
	font-size: 2em;
	font-weight: 800;
	color: #222222;
}

#colecao_apostas .vp-text {
	display: block;
	line-height: 1;
	color: white;
}

#colecao_apostas .vp-play {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background: #f36f38;
	border-radius: 50%;
}

#colecao_apostas .vp-play svg {
	position: absolute;
    top: 50%;
	left: 50%;
	width: 40%;
	height: 40%;
	transform: translate3d(-40%,-50%,0);
	transition: all 0.2s ease-in-out;
}

#colecao_apostas .vp-a:hover svg {
	width: 50%;
	height: 50%;
}


/*** SIZE TABLE ***/
#size-table {
	text-align: center;
	border-collapse: collapse;
	border: 0;
}

#size-table .main-head {
	text-transform: uppercase;
	background: #f36f38;
}
#size-table .main-head th {
	color: #ffffff;
	font-weight: 900;
}

#size-table .sub-head {
	font-size: 14px;
	text-transform: uppercase;
	background: #f4aaa3;
}

#size-table th,
#size-table td {
	color: #222222;
	padding: 8px 4px;
}

#size-table td {
	font-size: 14px;
	background: transparent;
	border-top: 1px solid #f4aaa3;
}


/*** ISSUU ***/
.iframe-container .et_pb_code_inner {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.iframe-container .et_pb_code_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (min-width: 481px) {
	.issuuembed {
		height: 70vh !important;
	}
}


/*** PV20-21 ***/
#pv2021_tabela_tamanhos #size-table .main-head {
	background: #a9a8d1;
}

#pv2021_tabela_tamanhos #size-table .sub-head {
	background: #d89ac5;
}

#pv2021_tabela_tamanhos #size-table td {
	background: none;
	border-top-color: #dedede;
}
