/*
Theme Name: Luthier
Theme URI:
Author: Sérgio Freitas
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Layout
   2.1 Header
   2.2 Front Page
   2.3 Regular Content
   2.4 Posts
   2.5 Pages
   2.6 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color:#3A3A3A;
}

body {
	margin: 0;
	padding: 0;
	font-size:16px;
	min-width: 320px;
}
@media (min-width: 1024px) {
	body {
		font-size: 18px;
	}
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-weight: lighter;
	font-size: 40px;
	margin:0;
}
@media (min-width: 568px) {
	h1 {
		font-size: 50px;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 60px;
	}
}
@media (min-width: 1024px) {
	h1 {
		font-size: 80px;
	}
}

h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: lighter;
}
@media (min-width: 1024px) {
	h2 {
		font-size:44px;
	}
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}
@media (min-width: 1200px) {
	h3 {
		font-size: 24px;
	}
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color:inherit;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.1 Layout - Header
--------------------------------------------------------------*/

.wrap {
	padding-left:15px;
	padding-right:15px
}
@media (min-width: 768px) {
	.wrap {
		padding-left:30px;
		padding-right:30px;
	}
}
@media (min-width: 1024px) {
	.wrap {
		padding-left:90px;
		padding-right:90px;
	}
}
@media (min-width: 1200px) {
	.wrap {
		padding-left:140px;
		padding-right:140px;
	}
}
.top {
	font-size:16px;
	padding-top:5px;
	text-align: right;
}
.top #menu-top-menu,
.top .top-menu li.menu_item_wpglobus_menu_switch .sub-menu {
	display:inline-block;
	margin:0;
	list-style: none;
}

.top #menu-top-menu > li {
	/*text-transform: uppercase;*/
	display:inline-block;
	padding:0 10px;
}
.top #menu-top-menu > li:last-child {
	padding-right: 0;
}
.top .top-menu li.menu_item_wpglobus_menu_switch .sub-menu {
	padding:0;
}

header {
	display:flex;
	background-color:white;
	padding-top: 30px;
	padding-bottom: 5px;
}
@media (min-width: 1024px) {
	header {
		padding-top: 45px;
	}
}

header .logo {
	text-align: center;
	width:100%;
}
@media (min-width: 1024px) {
	header .logo {
		display:inline-block;
		width:330px;
	}
}

header .tools {
	/*display:none;*/
	flex:1;
	text-align: right;
}
header .main-menu ul {
	display:inline-block;
	margin:0;
	list-style: none;
}

header .main-menu li {
	display:inline-block;
	text-transform: uppercase;
	padding:25px;
}

footer {

}

/*--------------------------------------------------------------
2.1 Layout - Frontpage
--------------------------------------------------------------*/

.front-page .welcome:before {
	content:'';
	display:block;
	padding-bottom: 33.334%;

}
.front-page .welcome .shadow {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.front-page .welcome h1 {
	position:absolute;
	display: flex;
	font-weight: lighter;
	bottom:21.875%;
	width:100%;
	color: white;
	text-align: center;
	margin:0;
	align-items: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.front-page .welcome h1 span {
	flex: 1;
	border: solid 1px;
	height: 0;
}
@media (min-width: 1200px) {
	.front-page .welcome h1 span {
		border: solid 3px;
	}
}
.front-page .welcome h1 span:first-child {
	margin-right: 1em;
}
.front-page .welcome h1 span:last-child {
	margin-left: 1em;
}

.block {
	overflow: hidden;
	position:relative;
	background-color:gray;
}
.block img {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.block .wrap {
	position:relative;
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	padding-top:15px;
	padding-bottom:15px;
	/*min-height: 360px;*/
}
@media (min-width: 768px) {
	.block .wrap {
		padding-top:30px;
		padding-bottom:30px;
		min-height: 340px;
	}
	.block.align-center .wrap {
		text-align: center;
	}
	.block.align-right .wrap {
		text-align: right;
	}
}
@media (min-width: 1024px) {
	.block .wrap {
		padding-top:90px;
		padding-bottom:90px;
		min-height: 400px;
	}
}
@media (min-width: 1200px) {
	.block .wrap {
		padding-top:140px;
		padding-bottom:140px;
		min-height: 640px;
	}
}

.block .block-content {
	display:inline-block;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
	.block .block-content {
		width: 50%;
	}
}
.block.light .block-content {
	color:white;
}
.block .block-title {
	/*font-size: 3em;*/
	/*text-transform: uppercase;*/
	/*font-weight: lighter;*/
	margin:0 0 1em;

}
.block .block-text {
	text-align:justify;
}
.block .block-link {
	font-size:14px;
	font-style: italic;
	font-weight: lighter;
}
@media (min-width: 1024px) {
	.block .block-link {
		font-size:16px;
	}
}

.footer-widgets {
	padding-top:24px;
	margin:0 -15px;
}
@media (min-width: 568px) {
	.footer-widgets {
		display:flex;
		flex-wrap: wrap;
		/*flex-wrap: nowrap;*/
	}
}
@media (min-width: 768px) {
	.footer-widgets {
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (min-width: 1024px) {
	.footer-widgets {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (min-width: 1200px) {
	.footer-widgets {
		display:flex;
		justify-content: space-between;
	}
}
.footer-widgets .widget {
	font-weight: lighter;
	line-height: 2em;
	padding:10px 15px;
	box-sizing: border-box;
}
@media (min-width: 568px) {
	.footer-widgets .widget.widget_facebook,
	.footer-widgets .widget.widget_instagram{
		flex-basis: 50%;
	}
}
@media (min-width: 768px) {
	.footer-widgets .widget {
		flex-basis: 50%;
	}
}
@media (min-width: 1200px) {
	.footer-widgets .widget.widget_facebook,
	.footer-widgets .widget.widget_instagram,
	.footer-widgets .widget {
		flex-basis: 25%;
	}
}
.widget_contacts{
	width:100%;
}
.widget_contacts h3 {
	display:block;
	width:100%;
}
@media (min-width: 568px) {
	.widget_contacts > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (min-width: 768px) {
	.widget_contacts > div {
		display:block;
	}
}
.widget_contacts .row {
	/*flex-basis: 33%;*/
	margin-left:35px;
	margin-bottom:20px;
	text-align: left;
}
.widget_contacts .row i {
	margin-left:-35px;
	display: inline-block;
	width:35px;
	text-align: center;
}

.widget_contacts .address {
	white-space: pre;
}
.widget_facebook iframe {
	display: block;
	margin:0 auto;
	width:100%;
	/*max-width: 340px;*/
}
@media (min-width: 1200px) {
	.widget_facebook iframe {
		margin:0;
	}
}

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


