/*
Theme Name:   Looker Child
Theme URI:    http://themeforest.net/user/holobest/portfolio
Description:  Locker Theme
Author:       Holobest
Author URI:   http://themeforest.net/user/holobest
Template:     looker
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  looker-child
*/

/* Gerais */

.img-reponsive {
	max-width: 100%;
}

.no-padding {
	padding: 0;
}

header {
	margin-bottom: 40px;
	border-bottom: 1px solid rgb(229,229,229);
}

.container-1200 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.header {
	margin-bottom: 0px;
	height: 150px !important;
	border-bottom: none;
}

.header .logo-wrapper img {
	width: 930px;
}

.top-nav {

}

.top-nav li {
	margin-right: 10px;
}

.top-nav li a {
	font-weight: 300;
}

.navigation-bar {
	padding: 0 0 21px;
}

.navigation-bar a {
	cursor: pointer;
}

.navigation-bar .active {
	border-bottom: 4px solid #843050;
	color: #000 !important;
}

.page-text {
	padding: 0 50px;
}

h1 {
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 50px;
}

h1::before {
    left: -205px;
}

h1::before, h1::after {
    content: "";
    width: 180px;
    height: 3px;
    background: rgb(41,41,41);
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

h1::after {
    right: -205px;
}

.page-text h1, .page-content h1{
	margin-bottom: 50px;
	line-height: inherit;
	font-family: 'Open Sans', sans-serif;
	color: rgb(48,48,48);
	font-weight: 600;
	text-transform: uppercase;
}

.post-wrapper .post-body h1,.column-text h1, .item .title h1 {
	text-align: left;
}

.post-wrapper .post-body p {
    display: block !important;
    font-size: 14px;
}

.post-wrapper .post-body h1, .post-wrapper .post-body h2, .post-wrapper .post-body h3, .post-wrapper .post-body h4, .post-wrapper .post-body h5, .post-wrapper .post-body h6 {
	font-weight: 600;
}

.post-body-nobg {
	background: none !important;
	padding-top: 0 !important;
}

blockquote p {
	opacity: .8;
	font-size: 10px;
	line-height: 1.2em !important;
}

.home-mosaic {
	margin-bottom: 50px;
}

.post-wrapper .post-body h1 a, .post-wrapper .post-body h3 a {
	text-transform: none;
}

/* pagina ebook */

.page-ebook {
	margin-bottom: 80px;
}

.page-ebook h1 {
	margin-bottom: initial;
}
.list-category ul {
	-webkit-padding-start: 0;
	padding-start: 0;
	margin-top: 0px;
	margin-bottom: 60px;
}

/* pagina figuras da escrita */

.button-download {
	background: #843050;
	color: #fff;
}
.button-download:hover {
	background: #fff
}

/* pagina video aula */

.page-video-single iframe {
	width: 100%;
	height: 600px;
	max-height: 100%;
}

/* pagina livro a livro */

.list-category span {
	font-size: 18px;
}

.list-inline {
	display: block !important;
	width: 100%;
	list-style: none;
	margin-bottom: 40px;
	text-align: center;
}

.list-inline li {
	display: inline;
	text-align: center;
}

.list-inline li a {
	background: #fff;
	display: inline-block;
	padding: 12px 20px;
	margin: 0 1%;
	color: #843050;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.list-inline li a:hover,.list-inline li.active a {
	background: #843050;
	color: #fff;
}

.col-md-2.mosaic-book {
	position: relative;
	margin: 0 5px 10px;
	width: calc(16.66666667% - 10px);
	display: inline-block;
	float: none;
	text-align: left;
}

.mosaic-book img {
	z-index: 1;
	width: 100%;
}

.mosaic-book .metas-area {
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(132,48,80,.7);
	z-index: 10;
}
.mosaic-book .metas-area.single-meta-area, .mosaic-book .metas-area.single-meta-area-thumb {
	left: 15px;
	width: calc(100% - 30px);
}

.mosaic-book .metas-area.single-meta-area-thumb {
	height: calc(100% - 30px);
}

.mosaic-book:hover .metas-area {
	opacity: 1;
}

.mosaic-book .metas-area p {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin: 20px;
}

.mosaic-book .metas-area p.meta-notas {
	position: absolute;
	top: 50%;
	left: 50%;
	 margin-left: -32px;
    margin-top: -32px;
    font-size: 30px;
	font-weight: lighter;
	border: 1px solid #fff;
	border-radius: 1000px;
	padding: 20px 24px;;
}

.old-covers {
	padding-top: 30px;
	padding-bottom: 30px;
}
.old-covers .mosaic-book {
	overflow: hidden;
}

.old-covers div {
	padding-bottom: 30px;
}

.book-align {
	text-align: center;
}

.books-related h3 {
	margin-bottom: 30px;
}

.books-related .meta-book span {
	font-size: 18px;
}

.mosaic-text {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
}

.m-t-lg {
	margin-top: 50px;
}

.content-section {
	margin: 0;
}

.nav-arrow {
	transition: all .3s ease-in-out 0s;
	position: fixed;
	top: 50%;
	background: #843050;
	color: #fff;
	opacity: .5;
}

.nav-arrow:hover {
	opacity: 1;
}

.nav-arrow a {
	padding: 0px 20px 15px;
	display: block;
	color: #fff;
	font-size: 50px;
}

.nav-arrow a:hover {
	color: #fff;
}

.nav-previous {
	left: 0;
}
.nav-next {
	right: 0;
}

/* Pagina de contato */

.contact-form p input {
	height: 55px;
}

/* Here goes your CSS code */

#holo_row-6070 {
	margin-top: 0 !important;
}

.cool_timeline .events .small, .event-description {
	padding: 0 10px !important;
}

.cool-timeline .timeline-post .timeline-content img {
	height: auto !important;
}

.timeline .events .full p {
	padding: 10px 30px 30px !important;
	margin: 0 !important;
}

.logo-ims {
    float: left;
    margin-right: 10px;
}

.menuicon .lines::before, .menuicon .lines::after, .menuicon .lines, .copyright-bar, .navigation-wrapper .navigation-bar li.menu-dropdown ul, .navigation-wrapper .navigation-bar li.menu-dropdown .uber-menu {
    background: #843050;
}

.navigation-bar li a {
    color:#843050;
}

.navigation-bar li a:hover {
    opacity: .7;
}

.navigation-bar li.menu-dropdown > ul li a, .navigation-bar li ul li a {
    color: #fff;
}

.copyright-bar .copyright-text {
    color: #fff;
}

.footer-widgets {
	padding-top: 0;
}

.menu-footer-menu-container {
	text-align: center;
}

.menu-footer-menu-container ul {
	display: inline-block;
}

.menu-footer-menu-container ul li {
	display: inline-block;
	margin: 0 20px;
}

.widgets-left::after, .widgets-right::after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	background: none;
	top: 0;
}
.footer-widgets .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 25px;
	border-top: 1px solid rgb(229,229,229);
}

#totop.collapsed {
	z-index: 100000;
}


 /* paginas */

.page-thumb .button {
	display: block !important;
	border: none;
	margin: .5%;
	padding: 10px;
}

 /*mapa */

 .maps-area {
 	text-align: center;
 }

.maps {
	display: inline-block;
	width: 1000px;
	height: 906px;
	position: relative;
}
.maps .mapas {
	width: 1000px;
	position: absolute;
	z-index: 1;
}


.page-ebook .col-md-3 {
	padding: 20px 15px;
	background: #843050;
	color: #fff;
	margin-bottom: 15px;
}

.page-ebook .col-md-3 p, .page-ebook .col-md-3 h2 {
	color: #fff;
	line-height: 1.2em;
}

.page-ebook .col-md-3 h2, .page-ebook .col-md-3 img {
	margin: 0 0 20px;
	font-size: 16px;
}

.page-ebook .col-md-3 p span {
	margin-bottom: 20px;
	display: block;
	color: #fff;
	opacity: .85;
}

.info-wrapper {
	text-align: left;
    background: #fff;
    font-size: 12px;
    padding: 20px 15px;
}

.info-wrapper h3 {
	color: #D4326E;
	margin: 20px 0 0 ;
}
.info-wrapper p, .info-wrapper span {
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.info-wrapper span {
	display: block;
	margin-bottom: 20px;
}

#map {
	width: 100%;
	height: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.gm-style-iw {
	width: 350px !important;
	border: none;
}

 /*extra */

 .mosaic {
 	margin-bottom: 100px;
 }

.item .title h1::before, .post-wrapper .post-body h1::before,.column-text h1::before, .cool_timeline .timeline-main-title.center-block::before {
    left: 0;
}

.item .title h1::before, .item .title h1::after, .post-wrapper .post-body h1::before,.column-text h1::before,.post-wrapper .post-body h1::after,.column-text h1::after,.cool_timeline .timeline-main-title.center-block::before, .cool_timeline .timeline-main-title.center-block::after {
    display: none;
}

.item .title h1::after, .post-wrapper .post-body h1::after,.column-text h1::after, .cool_timeline .timeline-main-title.center-block::after {
    right: 0;
}

.item:hover .overlay {
    opacity: 1;
}

.item {
	cursor: pointer;
}

.item .post-category {
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    left: 30px;
    top: 27px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
}

.item .title h1 {
    font-weight: 600;
    font-size: 26px;
    position: absolute;
    left: 30px;
    bottom: 50px;
    width: 50%;
    line-height: 29px;
     text-transform: uppercase;
}

.item .title h1 {
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.item .title h1 {
    text-align: left;
    width: 100%;
}

.item .title:hover h1 {
    color: rgba(255,255,255,.7);
}
/*
.item .post-category::after {
    width: 37px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
}*/

.item img {

}

.page-content {
	overflow: hidden;
}

/* buscador */

.header-search form {
	max-width: 455px;
}

.header-search form .search-button {
	top: 26px;
	left: inherit;
	right: 0;
}

.input-group {
	margin-bottom: 20px;
}

.header-search form .search-field {
	border: 0;
	border-bottom: none;
	width: 100%;
	padding: 10px 0 12px 55px;
	font-size: 23px;
	font-style: italic;
	color: #fff;
	background: #843050;
	border-radius: 100px;
}

@media screen and (max-width: 991px){

	.header {
		height: 100px !important;
	}

	.header .logo-wrapper img {
		max-width: 90%;
		margin: 0 auto;
	}

	.header .mobile-buttons {
		padding: 10px;
	}

	.header .mobile-buttons .menu-nav-btn {
		float: left;
		margin-left: -5px;
	}
	.header .mobile-buttons button.search-toggle {
		margin-right: 0px;
	}

	.navigation-wrapper {
		position: relative !important;
	}

	.navigation-bar > li:first-child {
		border-top: 1px solid #E4E4E4;
		text-align: left;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.navigation-bar li a {
		line-height: 45px;
	}

	.menu-mobile-top {
		width: 100%;
		margin: 0 !important;
	}

	.menu-mobile-top li {
		width: 100%;
		text-align: left;
		padding-left: 15px;
		border-bottom: 1px solid #E4E4E4;
	}
	.menu-mobile-top li a {
		color: #843050;
		line-height: 55px;
		font-weight: 700 !important;
	}
	.menu-mobile-top li a:hover {
		opacity: .7;
	}
}

/* Mobile */

@media screen and (max-width: 768px){

	.header {
		height: 100 !important;

	}

	.admin-bar .navigation-wrapper {
		top: 0;
	}

	h1::before {
	    left: 0;
	}

	h1::before, h1::after {
	    display: none;
	}

	h1::after {
	    right: 0;
	}

	.timeline .events .full p {
		padding: 5px !important;
	}

	.timeline dl dd { z-index: 1; }

	.list-inline li a {
		display: block;
		margin: 1px;
	}

	.item .overlay {
		opacity: 1;
	}

	.computer, .menu-footer-menu-container {
		display: none;
	}
	.mobile {
		display: block;
	}

	.page-text {
		padding: 0 20px;
	}

	.content-section .row div[class^="col-"] > div {
		margin-bottom: 0px !important;
	}

	.hidden-xs {
		display: none;
	}
}

.input-group .button {
	border-radius: 100px;
	width: 100%;
}

/* arquivos */

.list-widget-year {
    position: relative;}

.list-widget-year .click-month {
	cursor: pointer;
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 15px;
}

.list-widget-year-rotate.click-month {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    padding: 10px 0 0;
}

.link-year-archive {
	font-size: 1.2em;
	color: #843050;
	margin-bottom: 20px;
	display: block;
}

.link-year-archive:hover {
	color: #000;
}

.sublist-widget {
	margin-left: 25px;
}

.list-post-sidebar {
    position: relative;
}

.list-post-sidebar .click-post {
	cursor: pointer;
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 15px;
}

.list-post-sidebar-rotate.click-post {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    padding: 10px 0 0;
}

.list-post-sidebar .ul-list-post-sidebar {
    display: none;
    padding: 10px 0px;
}

.ul-list-post-sidebar li {margin-bottom: 5px;}

.click-arrow {
	color: #000 !important;
	background: none !important;
	display: block;
	padding: 0px 10px 0 0;
	position: relative !important;
	float: left !important;
}
