/*
Theme Name: Beoreo Child
Theme URI: http://bearsthemes.com
Author: bearsthemes
Author URI: http://bearsthemes.com
Version: 1.0.0
Template: beoreo
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns,left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Beoreo is a fully configurable and easy to use responsive WordPress Theme  with a lot of great features.
Text Domain: beoreo
*/

/* Plugit Custom */
.bt-title-bar-wrap {
	height: 50px;
	background-image: none !important;
}
@media (min-width: 992px) {
	.bt-title-bar-wrap {
		height: 100px;
	}
}
.bt-title-bar-wrap .row {
	display: none !important;
}

.tbbs-grid-item.grid-item .item-info a.video,.tbbs-grid-item.grid-item .item-info a.video:visited {
	background-color: transparent !important;
	background-image: url('./assets/img/svg/pag_video_icon.svg') !important;
	width: 54px; height: 56px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.tbbs-grid-item.grid-item .item-info a.video span,.tbbs-grid-item.grid-item .item-info a.video:visited  span {
}

.quiz-buttons {
	padding-top: 35px;
	padding-bottom: 55px;
	margin-top: -30px !important;
	position: relative;
	margin-bottom: 60px !important;
}
.quiz-buttons h2 {
	margin: 0;
}
.quiz-buttons .wpb_text_column {margin: 0 !important;}

.question-buttons {
	position: absolute;
	bottom: -80px; left: 0;
	width: 100%;
	text-align: center;
}
.question-buttons a,a:visited {
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	margin: 0 10px;
	width: 150px;
	text-align: center;
	background-color: white;
	text-transform: uppercase;
}

.sidebar-left .widget.widget_social_widget .wg-title::before, .sidebar-right .widget.widget_social_widget .wg-title::before {
	content: "";
	width: 24px;
	height: 26px;
	background: url('./assets/img/svg/follow_icon.svg') center center no-repeat transparent;
	background-size: contain;
	position: relative;
	top: 4px;
}
.sidebar-left .widget.widget_bt_news_slider .wg-title::before, .sidebar-right .widget.widget_bt_news_slider .wg-title::before {
	content: "";
	width: 30px;
	height: 25px;
	background: url('./assets/img/svg/temas_populares_icons.svg') center center no-repeat transparent;
	background-size: contain;
	position: relative;
	top: 4px;
}

.ipt-uif-custom-material-custom .ipt_uif_mother_wrap {
	max-width: 800px;
	margin: 0 auto;
}
.bt-label {
}
.bt-label .icon {
	position: relative;
	display: inline-block;
}
.bt-label .icon.icon-name {
	width: 11px; height: 17px;
	background: url('./assets/img/nome.png') center center no-repeat transparent;
}
.bt-label .icon.icon-turma {
	width: 14px; height: 15px;
	background: url('./assets/img/turma.png') center center no-repeat transparent;
}
.bt-label .icon.icon-email {
	width: 17px; height: 11px;
	top: 2px;
	background: url('./assets/img/email.png') center center no-repeat transparent;
}
.bt-label .icon.icon-sugestoes {
	width: 13px; height: 11px;
	top: 2px;
	background: url('./assets/img/sugestoes.png') center center no-repeat transparent;
}

body .bt-contact-form3 .bt-field-text input, body .bt-contact-form3 .bt-field-text textarea {
	padding-left: 40px;
}

#text-9.widget.widget_text {
	text-align: center;
}
#text-9.widget.widget_text h4 {
	text-align: left;
}
@media (min-width: 992px) {
	.widget.widget_bt_post_list {
		padding: 0 40px;
		position: relative;
	}
	.widget.widget_bt_post_list:before {
		content: ""; position: absolute;
		top: 50%;
		background: url('./assets/img/linha_footer.png') center center no-repeat transparent;
		width: 2px; height: 171px;
		margin-top: -85px;
		left: 0;
	}
	.widget.widget_bt_post_list:after {
		content: ""; position: absolute;
		top: 50%;
		background: url('./assets/img/linha_footer.png') center center no-repeat transparent;
		width: 2px; height: 171px;
		margin-top: -85px;
		right: 0;
	}
}

.bt-footer .bt-footer-top {
	padding: 0 !important;
}
.bt-footer .bt-footer-top .container {
	padding: 70px 0 !important;
}
.bt-footer .bt-footer-top .container .sep {
	height: 1px; width: 100%;
	background-color: #C8C8C8;
	position: relative;
	top: -70px;
}