/*
Theme Name: W Shopping
Author: hnc
Author URI: http://www.hnc.pt
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: wshopping

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

W Shopping is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

body {

	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}

p {

	margin-bottom: 15px;
}

a {

	text-decoration: none;
	color: inherit;
}

img {

	max-width: 100%;
	height: auto;
}

h3 {

	color: #ab3238;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.2em
}

main ul {

	list-style: none;
	padding-left: 20px;
	margin-bottom: 40px;
}

main ul li {

	margin-bottom: 10px;
}

main ul.servicos li {

	float: left;
	width: 50%;
}

main ul li:before {

	font-family: 'FontAwesome';
	content: '\f054';
	margin-right: 8px;
}

main ul ul {

	margin-top: 10px;
	margin-bottom: 30px;
}

main a {

	color: #DD2B34;
}

main a:hover {

	text-decoration: underline;
}

.col {

	float: left;
}

.span-1 {

	width: 25%;
}

.span-2 {

	width: 50%;
}

.span-3 {

	width: 75%;
}

.centered {

	max-width: 1180px;
	margin: 0 auto;
}


#top-container {

	background: #f2f2f2;
	padding: 25px 0;
}

.page-header {

	background: #DD2B34;
	height: 60px;
	line-height: 60px;
}

.page-title h2 {

	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.1em;
	display: inline;
}

.page-title i {

	display: inline;
	margin: 0 10px;
	color: #ffffff;
}


.home-panel {

	margin-top: -100px;
	position: relative;
}

.home-left {

	width: 730px;
	margin-right: 10px;
}

.home-right {

	width: 440px;
}

.panel {

	background: #f2f2f2;
	margin-bottom: 10px;
}

.panel .main-title {

	padding: 25px 35px;
}

.panel .main-title h2 {
	
	font-family: "Raleway", sans-serif;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

.panel.cinema-home .main-title {

	background: #f27650;
}

.panel.novidades-home .main-title {

	background: #ff8b55;
}

.panel.sidebar-home .main-title {

	background: #cc8462
}

.panel.novidades-home .items-novidades {

	padding: 40px;
}

.panel.novidades-home .item-novidades {

	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #d9d9d9;
}

.panel.novidades-home .item-novidades:last-child {

	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.panel.novidades-home .item-novidades .span-3 {

	padding-left: 20px;
}


.panel.novidades-home .item-novidades .category {

	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	margin-bottom: 20px;
	display: inline-block;
}

.panel.novidades-home .item-novidades .category.evento { background: #f27650; }
.panel.novidades-home .item-novidades .category.sugestao { background: #ffa35c; }
.panel.novidades-home .item-novidades .category.promocao { background: #ff8b55; }
.panel.novidades-home .item-novidades .category.exposicao { background: #ffb47a; }

.panel.novidades-home .item-novidades .title h2 {

	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.panel.novidades-home .item-novidades .sub-title {

	color: #666666;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.panel.novidades-home .item-novidades .datas {

	color: #4c4c4c;
	font-weight: 400;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.panel.novidades-home .item-novidades .description {

	color: #4c4c4c;
	font-weight: 300;
}

.single-novidade .col-left {

	float: left;
	margin-right: 20px;
	max-width: 45%;
}

.single-novidade .col-left .poster-novidade {

	margin-bottom: 40px;
}

.sidebar-home .sidebar-content {

	padding: 30px;
	font-family: "Raleway", sans-serif;
}

.sidebar-home .sidebar-content h2 {

	font-weight: 500;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #4c4c4c;
	margin-bottom: 30px;
}

.sidebar-home .sidebar-content section {

	margin-bottom: 100px;
}

.sidebar-home .sidebar-content .widget_sp_image {

	text-align: center;
}

.sidebar-home .sidebar-content .widget_sp_image h2 {

	text-align: left;
}

.sidebar-home .sidebar-content .gallery .gallery-item {

	margin: 0;
	display: inline-block;
	width: 33%;
    text-align: center;
}

.sidebar-home .sidebar-content .gallery .gallery-item:last-child {

	margin-right: 0;
}

.sidebar-home .sidebar-content .widget_sp_image .buttons {

	text-align: center;
	margin-top: 40px;
}

.sidebar-home .sidebar-content .widget_sp_image .button {

	display: inline-block;
	background: #cc8462;
	margin: 0 5px;
}

.sidebar-home .sidebar-content .widget_sp_image .button a {

	display: block;
	text-decoration: none;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	padding-right: 70px;
	background: url(images/button-arrow-right.jpg) no-repeat right;
	font-weight: 500;
	text-transform: uppercase;
}

#footer-container {
	
	background: #000000;
	padding: 40px 0;
}

#footer .address {

	color: #808080;
	font-size: .9em;
	padding-left: 20px;
	margin: 20px 0;
}

#footer .copyright {
	
	color: #808080;
	font-size: .8em;
	margin: 20px 0;
	text-align: right;
}

#footer span {

	display: inline-block;
	margin-left: 20px;
	line-height: 24px;
}

.lista-lojas {

	margin: 40px 0;
	margin-right: -5px;
}

.item-loja {

	float: left;
	width: 390px;
	border: 1px solid #e6e6e6;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline;
}

.item-loja .col-left {

	width: 40%;
	float: left;
}

.item-loja .col-right {

	width: 60%;
	float: right;
	padding: 20px 0;
}

.item-loja .logotipo {

	text-align: center;
	height: 160px;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.item-loja .nome-loja {

	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 10px;
}

.item-loja .numero-loja {

	font-size: 0.8em;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 10px;
}

.item-loja .categoria-loja {

	font-size: .7em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	height: 35px;
}

.item-loja .categoria-term {

	margin-bottom: 5px;
}

.item-loja .contactos {

	margin-bottom: 10px;
	height: 20px;
}

.item-loja .website-loja,
.item-loja .email-loja,
.item-loja .telefone-loja {

	float: left;
	margin-right: 8px;
}

.item-loja .telefone-loja {

	font-size: 0.8em;
	color: #808080;
}

.item-loja .telefone-loja img {

	margin-right: 3px;
}

.item-loja .descricao {

	margin: 0 20px 20px 20px;
	font-size: 0.9em;
}

.lojas-mapa {

	margin-bottom: 100px;
}

.lojas-mapa.piso0 {

	padding-top: 50px;
}

.lojas-mapa h2 {

	font-size: 2.4em;
}

.lojas-mapa.piso0 h2 {

	color: #D85B2B;
}

.lojas-mapa.piso1 h2 {

	color: #B69844;
}

.lojas-mapa.piso2 h2 {

	color: #009446;
}

.lojas-mapa.piso3 h2 {

	color: #1AACC3;
}

.mapa-piso {

	margin-bottom: 50px;
}

.lojas-legenda {

	margin: 0 -25px;
}

.loja-slot {

	float: left;
	width: 360px;
	margin: 0 25px;
	margin-bottom: 10px;
	padding: 10px;
	color: #ffffff;
}

.lojas-mapa.piso0 .loja-slot {

	background: #D85B2B;
}

.lojas-mapa.piso1 .loja-slot {

	background: #B69844;
}

.lojas-mapa.piso2 .loja-slot {

	background: #009446;
}

.lojas-mapa.piso3 .loja-slot {

	background: #1AACC3;
}

.loja-slot .loja-logo {

	float: left;
	width: 15%;
}

.loja-slot .loja-info {

	float: right;
	width: 60%;
}

.loja-slot .loja-info .row {

	display: block;
}

.loja-slot .loja-numero {

	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 50px;
}

.loja-slot .website-loja,
.loja-slot .email-loja,
.loja-slot .telefone-loja {

	float: left;
	margin-right: 8px;
	font-size: 0.8em;
	color: #ffffff;
}

.loja-slot .telefone-loja img {

	margin-right: 3px;
}

.loja-slot .loja-row {

	margin-bottom: 5px;
}

#main.novidades {

	min-height: 600px;
}

.lista-novidades {

	margin: 40px 0;
}

.item-novidade {

	background: #f2f2f2;
	width: 390px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 20px;
}

.item-novidade .poster {

	margin-bottom: 20px;
}

.item-novidade .category {

	position: absolute;
	top: 20px;
	right: 20px;
	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;	
}

.single-novidade .category {

	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 20px;
}

.category.eventos { background: #f27650; }
.category.sugestoes { background: #ffa35c; }
.category.promocoes { background: #ff8b55; }
.category.exposicoes { background: #ffb47a; } 

.item-novidade .title,
.single-novidade .title {

	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.item-novidade .sub-title,
.single-novidade .sub-title {

	font-size: 0.95em;
	color: #666666;
	margin-bottom: 15px;
}

.item-novidade .datas,
.single-novidade .datas {

	font-size: 0.8em;
	margin-bottom: 10px;
}

.item-novidade .description,
.single-novidade .description {

	color: #666666;
}

.alm-listing {

	margin: 40px 0;
	margin-right: -5px;
}

.alm-load-more-btn.more.done {

	display: none;
}

.lista-filmes {

	margin: 40px -10px;
}

.lista-filmes .cinema-item {

	width: 280px;
	float: left;
	margin: 0 10px;
	margin-bottom: 10px;
}

.lista-filmes .cinema-item .title {

	padding: 8px 0;
	height: 70px;
	text-align: center;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ab3238;
}

.lista-filmes .cinema-item .poster {

	position: relative;
}

.lista-filmes .cinema-item .rated {

	position: absolute;
	left: 0;
	bottom: 0;
	background: #F27650;
	padding: 4px 8px;
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
}

.single-content {

	margin: 40px 0;
}

.filme-main {

	float: left;
	width: 700px;
}

.filme-main .col-left {

	float: left;
	width: 280px;
	margin-right: 30px;
}

.filme-main .col-right {

	float: right;
	width: 390px;
}

.filme-main .poster {

	margin-bottom: 20px;
	position: relative;
}

.filme-main .poster .zoom a {

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(images/zoom.png) no-repeat center center;
	opacity: 0;
	transition: opacity .4s;
}

.filme-main .poster .zoom a:hover {

	background: url(images/zoom.png) no-repeat center center;
	opacity: .6;
	cursor: pointer;
}

.filme-main .trailer {

	margin-bottom: 40px;
}

.filme-main .trailer a {

	display: block;
	text-align: center;
	text-indent: -50px;
	height: 50px;
	line-height: 50px;
	font-family: "Raleway", sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	background: #cc8462 url(images/button-trailer.jpg) no-repeat right;

}

.filme-main .title {

	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ab3238;
	margin-bottom: 10px;
}

.filme-main .original-title {

	font-size: 1.1em;
	color: #999999;
	font-style: italic;
	margin-bottom: 10px;
}

.filme-main .info-row {

	color: #666666;
	margin-bottom: 10px;
}

.filme-main label {

	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.filme-main label.clear {

	float: none;
	display: block;
	margin-bottom: 5px;
}


.filme-sidebar {

	float: right;
	width: 440px;
	background: #f2f2f2;
}

.filme-sidebar .title {

	background: #cc8462;
	font-family: "Raleway", sans-serif;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 24px 20px;
}

.filme-sidebar .related-filmes {

	margin: 0 -4px;
	padding: 20px;
}

.filme-sidebar .related-filmes .related-item {

	float: left;
	margin: 4px;	
}

.single-centro {

	margin: 40px 0;
}

.centro-main {

	float: left;
	width: 690px;
}

.centro-sidebar {

	float: right;
	width: 440px;
}

.centro-sidebar .box {

	margin-bottom: 10px;
	background: #f2f2f2;
}

.centro-sidebar .title {

	padding: 24px 20px;
	background: #cc8462;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	text-transform: uppercase;

}

.centro-sidebar .galeria {

	padding: 20px;
}

.centro-sidebar .gallery-item {

	margin: 0;
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 8px;
}

.social-share {

	margin-bottom: 40px;
}

.social-share .heateor_sss_sharing_container div {

	font-weight: 400 !important;
	font-size: 0.9em;
	color: #666666;
	margin-bottom: 5px;
}

#top .span-3 {

	text-align: right;
}

.social-links {

	margin-bottom: 30px;
	display: inline-block;
	margin-left: 30px;
}
.search {

	display: inline-block;
}

.slick-slider {

	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}

.slick-slide {

	margin: 0 10px;
}

.slick-list {

	margin: 0 -10px;
}

.slick-arrow {

	position: absolute;
	top: 45%;
	cursor: pointer;
}

.slick-prev {

	left: -10px;
}

.slick-next {

	right: -10px;
}

.slick-slider .movie-title {

	text-align: center;
	font-size: 0.9em;
	padding-top: 15px;
	color: #666666;
}

.slick-slider .movie-poster {

	position: relative;
}

.slick-slider .rated {

	position: absolute;
	bottom: 0;
	left: 0;
	background: #F27650;
	padding: 4px 8px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: 600;
}