/*

Theme Name: Au Restaurant
Theme URI: http://amrani.es/au-restaurant/en
Description: Au Restaurant allows you to easily customize your website. It includes several featured images, with a clean and elegant design with a focus on commercial sites, restaurants. It has several types of homepage and sections to be easly personalized within each page as well as widgets, a logo, menu and colors to choose, plugin and extra features. Responsive and prepared to work in several languages and devices. Free to use.
Version: 1.2 
Author: Amal Amrani. 
Author URI: http://amrani.es/
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aurestaurant
Tags: flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, footer-widgets 

I appreciate you including the link designed by <a href="http://amrani.es/">Amal Amrani</a> in the theme footer

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Grid layout
# Parallax image styles
# Titles and subtitles page styles
# Text alignment
# Buttons styles
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# last post module
# contact form
# Share buttons social media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:400,600|Playfair+Display:400,700,900|Roboto:300,400,900|Tangerine);

html {
font-family: sans-serif;
/*-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;*/
height:100%;
}

body {
margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

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

[hidden],
template {
display: none;
}

a {
background-color: transparent;
}

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

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

h1 {
font-size: 2em;
margin: 0.67em 0;
}

mark {
background: #ff0;
color: #000;
}

small {
font-size: 80%;
}

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

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

img {
border: 0;
}

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

figure {
margin: 1em 40px;
}

hr {
box-sizing: content-box;
height: 0;
}

pre {
overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

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

button[disabled],
html input[disabled] {
cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

input {
line-height: normal;
}

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

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

input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}

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

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

legend {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td,
th {
padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;	
line-height: 1.5;
font-family: 'Roboto', sans-serif;
font-size: 19px;
font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}

p {
margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
font-style: italic;
}

blockquote {
margin: 0 1.5em;
}

address {
margin: 0 0 1.5em;
}

pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}

code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}

abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}

mark,
ins {
background: #fff9c0;
text-decoration: none;
}

big {
font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}

body {
background: #fff; /* Fallback for when there is no custom background color defined. */
}

/*----------------------------------------------------
# Grid layout
-----------------------------------------------------*/

.section {
clear: both;
padding: 0px;
margin: 0px;
}


.col {
display: block;
float:left;
margin:0;
}
.col:first-child { 
	margin-left: 0; 
}

/*  GROUPING  */
.group:before,
.group:after { 
content:""; 
display:table; 
}
.group:after { 
clear:both;
}
.group { 
zoom:1; /* For IE 6/7 */ 
}
.section.group:after {
display: table-cell;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
width: 100%;	
}
.span_3_of_4 {
width: 74.75%;
}
.span_2_of_4 {
width: 50%; 
overflow: hidden;
}

.span_2_of_4 img{
float:left;
width:auto;
max-height: 635px;
max-width: inherit;
}
.span_2_of_4:first-child img{
	float:right;
}

.span_2_of_4.simple img{

max-height: 100%;
max-width: 100%;
}
.span_1_of_4 {
width: 24.25%; 
}


/*  GRID OF THREE  */
.span_3_of_3 { 
width: 100%;	
}
.span_2_of_3 { 
width: 66.33%; 	
}
.span_1_of_3 { 
	width: 32.66%; 	
}

.style1_3,
.style1_4{
float: left;	
}



/*----------------------------------------------------
# body background customizing
-----------------------------------------------------*/


body.page-template.page-template-home1-template,
body.page-template.page-template-home3-template{	
height:100%;
float:left;
width:100%;
}


.page-template.page-template-home1-template .site,
.page-template.page-template-home3-template .site{ 

height:100%;
}

/*
#  Parallax image styles
*/
.parallax-img1{
position: relative;
background: transparent url('images/IMG_2178f.jpg') no-repeat fixed 100%;
background-size: cover;

}

.parallax-img1:before{
content: '';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 95%);

}
.parralax-subtitle1{

font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 8vw;
clear: both;
text-align: center;
color: #FFFFFF;
height:580px;
line-height:560px;
overflow: hidden;

}

.parralax-subtitle2{
display: block;
text-align: center;
font-size: 22px;    
position: absolute;
top: 64%;
bottom: 0;
line-height: 34px;
width: 100%;
overflow: hidden;
color: #fff;
padding: 0 12%;
font-weight: 100;
}

/*
# Titles and subtitles page styles
*/

.container-titles-page{
display: block; 
clear: both;
text-align: center;
color:#FFFFFF;
padding: 0 2%;
height: 150px;
overflow: hidden;
}
.simple-page-title1{
font-weight: 100;
font-size: 32px;
color: rgba(255,255,255,0.8);
margin: 0;
text-shadow:1px 1px 7px rgba(0, 0, 0, .9);
line-height: 39px;
}
.simple-page-title2{
font-size: 19px;
margin: 0;
opacity: 0.7;
}
.title2,
.title-table{

font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 60px;
margin: 1.2em 0 1em 0;
color:#000000;
line-height: 65px;
margin-bottom:0;

}
.title-table{

padding-left: 5%;
padding-right: 5%;
}

.subtitle{	
	display: block;
	clear: both;
	font-size: 20px;
    font-weight: 400;

}
.subtitle2,
.subtitle-table{
font-style: italic;
font-size: 18px;
font-family: 'Lora', serif;
line-height: 25px;
color: #bba456;
display:block;
clear:both;
}
.title-table,
.subtitle-table{
	text-align: center;
}

.subtitle2:after{
content: '';
height:1px;
border-bottom: 2px solid #bba456;
width:100px;
display: block;
clear: both;
margin: 1em 0;
}


.center_text .subtitle2:after{
margin-left: auto;
margin-right: auto;

}

.right_text .subtitle2:after{
margin-left: auto;
margin-right: 0;
}


.top_title .title2{
margin-top: -7px;

}

.titlestyle2{

font-size: 42px;
font-family: 'Roboto', sans-serif;
line-height: 50px;
font-style: normal;
font-weight: 300;
letter-spacing: 0px;
word-spacing: 0;
color: #28262b;
text-align: center;
clear: both;
display: block;
}


.titlestyle2:after{
content: '';
height: 1px;
border-bottom: 1px solid #bba456;
width: 200px;
display: block;
clear: both;
margin: 0.5em auto;
}

.subtitlestyle2{

text-align: center;
margin-bottom: 2.2em;
}

.subtitle_block_2of_4{

display:block;
color:#7a7d41;
margin-top:-1.5em;
margin-bottom:1em;
}
h2.title1{

font-size: 42px;
font-family: "Roboto";
line-height: 50px;
font-style: normal;
font-weight: 300;
letter-spacing: 0px;
word-spacing: 0;
color: #28262b;
margin: 0;


}
h2.title1::after{
	
content: '';
height:1px;
border-bottom: 1px solid #bba456;
width:200px;
display: block;
clear: both;
margin: 0.2em auto;
}

/*
# Text alignment
*/

.cursive_text{

font-size: 26px;
font-family: 'Lora', serif;
font-style: italic;
text-align: center;
margin: 40px auto;
padding: 0 5%;
}

.span_4_of_4.center_text{
	padding: 40px 20%;
	text-align: center;
}
.left_text{
	padding: 40px;    
	text-align: left;
}

.span_2_of_4.center_text{
	text-align: center;
}
.span_2_of_4.left_text,
.span_2_of_4.right_text{
	padding: 0 5%;
}

.left_text > h2.title1::after{
	margin: 0.2em auto 0.2em 0;
}

.right_text{
	/*padding: 40px 5%;*/
	padding: 40px;
	text-align: right;

}

.right_text > h2.title1::after{
	margin: 0.2em 0 0.2em auto;
}

.toLeft,
.buttonstyle1.toLeft,
.buttonstyle2.toLeft,
.otherstyle-button.toLeft{
margin-left: 0;
}

.buttonstyle1.toRight,
.buttonstyle2.toRight,
.otherstyle-button.toRight{
margin-right: 0;
margin-left: auto;
}


/*
# Buttons styles
*/

.buttonstyle1{

border: 1px solid;
padding: 25px;
margin: 2em auto;
color: #080808!important;
font-family: 'Roboto', sans-serif;
font-size: 19px;
font-weight: 600;
font-style: normal;
display: block;
max-width: 300px;
text-align: center;
clear: both;

}
.buttonstyle1:hover{
color: #666666!important;

}

.buttonstyle2 {
border: 1px solid;
padding: 25px;
margin: 2em auto;
color: #FFFFFF!important;
background: #980316;
font-family: 'Roboto', sans-serif;
font-size: 19px;
font-weight: 600;
font-style: normal;
display: block;
max-width: 300px;
text-align: center;
clear: both;
}
.buttonstyle2:hover{
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity: 0.9;
}

/*.button_style1{

padding:25px;	
background: #ab0317;
width: 15rem;
margin: 2em auto;
color: #FFFFFF;
text-align: center;
font-weight: 700;
	
}*/
.otherstyle-button{
    display: block;
    border: 1px solid;
    padding: 25px;
    margin: 15px auto;
    color: #FFFFFF!important;
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    display: block;
    max-width: 300px;
    text-align: center;
    clear: both;
}
.otherstyle-button:hover{
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity: 0.9;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/*margin: 0 0 1.5em 3em;*/
	margin: 0;
}

ul {
	list-style: disc;
	/*list-style: none;*/
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: transparent;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .8em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}


textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;

}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;

}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-nav-logo{
border-bottom: 1px solid transparent;
max-width: 687px;
height: 82px;
margin:0em auto;
padding: 0 35px;
}

.main-navigation {	
float:left;
clear:none;
width:auto;
}

.main-navigation ul {
display: none;
margin: 0;
padding-left: 0;
}

.main-navigation li {
float: left;
position: relative;
}

.main-navigation a {
display: block;
text-decoration: none;
}

.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.45em;
left: -999em;
z-index: 99999;
background: #7a1227; 	
}

.main-navigation ul ul ul {
left: -999em;
top: 0;
}

.main-navigation ul ul a {
width: 200px;
}


/*.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}*/

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;

}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/*.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	clear:both;		
}

/* STYLES LAYOUT */

.layout-container{
margin: 0 auto;
font-family:  'Roboto', sans-serif;
font-size: 19px;
font-weight: 300;
clear:both;
position: relative;

}
.header-single{
height: 97px;
background: #000000;
position: relative;
}

.header-layout{
height: 420px;
background: #000000;
position: relative;
}

.header-layout #site-nav-logo{
border-bottom: none;
}
.blog .site-content,
.archive .site-content,
.error404 .site-content,
.search .site-content,
.page-template-default .site-content{
padding: 40px 10%;
max-width: 1440px;
margin: 0 auto;
}

.error404 .page-title,
.search .page-title{
	color: #404040;
}
.blog article{
padding: 20px 40px;
}

.header-layout1{

text-align: center;
height: calc(80%);
background-size: cover;
padding-bottom: 7rem;
padding-top: 2rem;
position: relative;
background-attachment: fixed;
min-height: 280px;
}

.header-layout3{

position: relative;
width: 100%;
height: calc(100%);
background-repeat: no-repeat;
background-size: cover;
}
.simple-header{

background: rgba(4, 3, 0, 0.85);
background-size: cover;
background-position: center;
min-height: 420px;
position: relative;
}

.simple-header #site-nav-logo{
border-bottom: none;
}
.page-title{
display:block;
text-align: center;
color: #FFFFFF;
padding-top: 50px;
font-size: 38px;
margin-bottom: 0;
}
.archive .page-header .page-title{
color: inherit;
text-align: left;
padding-top: 0;
margin-bottom: 20px;
}

.topbar{
/*position: fixed;*/
width: 100%;
height: 98px;
z-index: 9999;
}

.fixed-menu{
/*
background:rgba(4, 3, 0, 0.9);
transition: background 0.3s ease-out;
*/
}

.fixed-menu > #site-nav-logo{
border-bottom: transparent!important;

}

#site-nav-logo{
margin: 15px auto;
}
.header-filter{
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 65%);
position: absolute;
float:left;
top: 0;
left: 0;
right: 0;
bottom: 0;

}
.header-layout1 .header-filter{
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.4) 65%);

}

.simple-header .header-filter{
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 100%);
}

.wrap{

color: #FFF;
margin: 0 auto;    
text-align: center;    
position: absolute;
top: 35%;
left: 5%;
right: 5%;
bottom: 0;
width: 90%;
overflow: hidden;

}
#wrap-default-page-content{

padding: 0 10%;
width: 100%;
/*float: left;
margin: 40px 0 60px 0;*/
max-width: 1440px;
margin: 40px auto 60px auto;

}
.single #wrap-default-page-content {
/*padding: 0 23%;*/
text-align: center;
}
.single .entry-content,
.single .post-navigation{
	text-align: left;
    padding: 0 40px;
}

.transparent_background,
.simple{
background: transparent;
padding: 0 6%;	
font-size: 18px;
overflow: hidden;
}

.subtile1{

font-family: 'Playfair Display', serif;
font-size: 98px;
clear: both;

}
.subtile2{

font-family: 'Tangerine', cursive;	
font-size:75px; 
margin-top:-0.5em;
clear: both;

}

.char-title1,.char-title2{
opacity:0;
}

.showme{

-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 100ms ease-in;
-o-transition: opacity 100ms ease-in;
-ms-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
opacity:1;
}

.menu-my-menu1-container{

float:left;
}

.menu-my-menu1-container ul{    

font-size: 14px;
padding-left: 0px;
text-transform: uppercase;
font-weight: 400;
color: #0C0700;
float: left;    
}


/* LINK UNDERLINE items*/
.link-underline li{
position: relative;
color: #1F170B;
display: block;
clear: both;
line-height: 2.3em;

}
.link-underline li a{
float: left;	
}

.link-underline li a:link, 
.link-underline li a:visited{
color: #FFFFFF; 
}

.link-underline li a:after {
display: block;
position: absolute;
left: 0px;
bottom: 0px;
width: 0;
height: 2px;	
border-top: 1px dotted  #FFFFFF;
content: "";
transition: width 0.4s;
}

.link-underline li a:hover {
color:  #FFFFFF; 
}

.link-underline li a:hover:after { 	
width: 100%;
}

.link-underline .sub-menu li a:hover:after { 	
width: 0;
}

/*-------------------------------
#  CONTACT FORM STYLES and MAP 
-----------------------------*/

#content-contact-form{	
font-size: 20px;
font-weight: 100;
font-family: 'Roboto', sans-serif;
}
.wrap-contact-form{

float: left;	
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 500;
padding: 0 0 0 0px;
max-width: 100%;
min-width: 50%;
}

.wrap-contact-form .wpcf7-submit{
background: #1c1b19;
color: #ffffff;
padding: 10px 40px;
text-shadow: 1px 0px 4px #4f4f4f;
font-size: 16px;    
border: none;
font-weight: 600;    
text-transform: uppercase;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
float: right;
margin-bottom: 30px;
margin-right: 6px;
}
#location{

float: left;    
padding: 0 40px 0 0;
min-height: 250px;
min-width: 46%;

}
.wrap-contact-form input,
.wrap-contact-form textarea{

padding: 15px;	
background: #efefef;
border: none;
font-family: 'Roboto', sans-serif;
font-weight: 100;
width: 100%;
}

input[type="submit"]{
width: auto;
}

#content-contact-form h2{
margin: 30px 0;
font-weight: 100;
font-size: 24px;
font-family: 'Roboto', sans-serif;

}

input[type="submit"]:hover{
box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 1px 5px rgba(0,0,0,0.22);
transition: all 0.25s ease-out;
background: rgba(28, 27, 25, 0.84);

}
#google-map {
min-width: 300px;
max-height: 600px;
height:65vh;
width: 100%;
position:relative;
z-index:9;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1em 0 1.5em;
	overflow: hidden;
}
.categoriesPost{
    font-size: 15px;
    font-weight: 400;
}
.posted-on{
	margin-bottom: 1em;
	display: inline-block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

/*-------------------------------------------
MORE STYLES HOME LAYOUT
-----------------------------------------------*/

.page-template-home2-template #content{ 

background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 75%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 75%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 75%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
height: 100%;
}

#content .site-main{ 	
padding-top:40px;
max-width: 2000px;
margin-left: auto;
margin-right: auto;
}

.site-logo{
width:120px;
float:left;
}

.menu-my-menu1-container ul{
margin: 13px 0 0 0;
}

.link-underline li{
clear:none;
float:left;
margin-left:2em;
padding-bottom: 38px;
}


.menu-my-menu1-container ul ul.sub-menu{
margin:49px 0;
padding-top:1em;
text-align: left;
}


ul#primary-menu a:hover,
ul#primary-menu ul.sub-menu li a:hover{
opacity: 0.7;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}

.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.sticky {
display: block;
}

.hentry {
/*margin: 0 0 1.5em;*/
}
.home .hentry{
margin: 0;
}

.byline,
.updated:not(.published) {
display: none;
}

.single .byline,
.group-blog .byline {
display: inline;
}

.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;	
max-width: 2000px;
margin-left: auto;
margin-right: auto;

}
.layout-container .entry-content{
margin: 0;
margin: 0px auto;
max-width: 2000px;
}

.page-links {
clear: both;
margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}

.bypostauthor {
display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

.wp-caption-text {
text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}

.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}

.gallery-columns-2 .gallery-item {
max-width: 50%;
}

.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
max-width: 25%;
}

.gallery-columns-5 .gallery-item {
max-width: 20%;
}

.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}

.gallery-caption {
display: block;
}




/*-------------------------------
# last post module
--------------------------------*/


.span_1_of_4_without_white{
width: 25%;	
overflow: hidden;
position: relative;

}
.span_1_of_3_without_white{
position: relative;
width: 33.3333333%;
overflow: hidden;
position: relative;
background-size: cover;
}
.transparent2{

position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding: 15% 10px;
color: transparent;
text-align: center;
}

.span_1_of_4_without_white .titleLastPost,
.span_1_of_3_without_white .titleLastPost{	
text-transform: uppercase;
color: inherit;	
font-weight: 400;
}

.span_1_of_4_without_white .transparent2 .titleLastPost:after {
content: '';    
border-bottom: 1px solid transparent;
display: block;
clear: both;
width: 0;
height: 8px;    
    
}


.span_1_of_4_without_white img.toScale{
height: 100%;
width: 100%;
float: left;
transform: translate3d(0px,0px,0px) scale(1.01);
transition: all 0.4s ease-in-out;
}

.span_1_of_4_without_white:hover > img.toScale{	
overflow: hidden;    
transform: translate3d(-10px,0px,0px) scale(1.08);    
transition: transform 0.4s ease-in-out;

}

.span_1_of_3_without_white img.toScale{
height: 100%;
width: 100%;
float:left;

}
.span_1_of_4_without_white:hover > .transparent2{
background: rgba(0,0,0,0.7);
right: 30px;
left: 30px;
top: 30px;
bottom: 30px;
text-transform: uppercase;
text-align: center;
font-size: 1rem;
font-weight: 300;
color: #FFFFFF;
/*-webkit-transition: top 0.4s ease-in,bottom 0.4s ease-in,left 0.4s ease-in,right 0.4s ease-in;*/
/*-webkit-transition: top 0.4s ease-out,bottom 0.4s ease-out,left 0.4s ease-out,right 0.4s ease-out;*/
-webkit-transition: top 0.4s ease-in-out,bottom 0.4s ease-in-out,left 0.4s ease-in-out,right 0.4s ease-in-out;
}
.span_1_of_4_without_white:hover > .transparent2 .titleLastPost:after{
width: 50px;
border-color: rgba(255,255,255,0.5);
color: #FFFFFF;
margin: 0 auto;
-webkit-transition: all 0.4s ease-in-out;

}

.span_1_of_3_without_white:hover > .transparent2{

background: rgba(0,0,0,0.4);
text-transform: uppercase;
text-align: center;
font-size: 1.5rem;
font-weight: 300;
color: #FFFFFF;
padding: 25% 10px;
transition: background 0.4s ease-out;

}

.span_1_of_4_without_white:hover > .transparent2 .shareme,
.span_1_of_3_without_white:hover > .transparent2 .shareme {
visibility: visible;	
}



/*---------------------------------

# Share buttons social media
-------------------------------------*/
/* Disable WhatsApp button on Desktop - */
@media screen and (min-width: 1024px) {
    .shareButton-whatsapp {
	display: none !important;
    }    
}
.shareme{
/*border: 1px solid aqua;*/
clear: both;
display: block;
visibility: hidden;	
margin-top: 0.8rem;
}

.shareme a.shareButton{
display: inline-block;
width: 40px;
height: 40px;
padding: 5px;
margin: 0 3px;
border-radius: 50%;
border: 2px solid #FFFFFF;
}
.shareme a img{
width: 100%;
height: 100%;
}
.shareme a.shareButton:hover{
	opacity: 0.8;
}


/* TABLE STYLES */

.table_prices{
padding: 40px 10%;
margin-bottom: 60px;
}

.cols_2{
width: 70%;
padding: 40px;
float: left;
border-bottom: 1px dotted #eee;
background: #fafafa;
text-align: left;
height: 140px;
overflow: hidden;
font-size: 20px;
font-weight: 600;
color: #7e7057;
}
.cols_2:nth-child(2n){
text-align: right;	
width: 30%;
}


.cols_1{
width: 100%;
display: block;
padding: 30px 20px;
background: #fafafa;
border-bottom: 1px dotted #eee;
text-align: center;
font-weight: 600;

}

.describedishe{
display: block;
color: #555555;
font-size: 16px;
font-weight: 400;
height: 48px;    
overflow: hidden;
}


/*-----------------------------------
#  separators
------------------------------------*/

.separate60{
height: 60px;
display: block;
clear: both;
}


.separate80{
height: 80px;
display: block;
clear: both;
}

/*-----------------------------------
# footer
-------------------------------------*/
footer#colophon{

background: rgba(17, 17, 17, 0.98);
display: block;
clear: both;
font-family: 'Roboto', sans-serif;
font-size: 13px;
color:	rgba(255,255,255,0.65);
font-weight: 300;
text-align: center;

}

#footer-sidebar {
display:block;
min-height: 350px;
width: 80%;
margin: 60px auto;
text-align: left;    
max-width: 2000px;
}
#footer-sidebar .widget-title{
    color: #494646;
    font-size: 32px;
}

#footer-sidebar1,
#footer-sidebar2{
float: left;
width: 50%;
position: relative;
padding: 0 45px;

}
#footer-sidebar1:after{
border-right: 1px solid rgba(73, 70, 70, 0.21);
height: 280px;
content : "";
position: absolute;
top: 20px;
right: 0;
bottom  : 0;
  
}

footer .contact-from-info-contact-plugin{
font-size: 15px;	
font-weight: 400;
text-shadow: 1px 1px 7px #101010;

}

.contact-from-info-contact-plugin .address,
.contact-from-info-contact-plugin .email,
.contact-from-info-contact-plugin .phone{
display: block;
clear: both;
margin-bottom: 10px;

}

.contact-from-info-contact-plugin .address:before,
.contact-from-info-contact-plugin .email:before,
.contact-from-info-contact-plugin .phone:before,
.contact2-from-info-contact-plugin .address:before,
.contact2-from-info-contact-plugin .email:before,
.contact2-from-info-contact-plugin .phone:before{
content: '';	       
width: 20px;
height: 20px;
float: left;	
opacity: 0.6;

}

.contact-from-info-contact-plugin .address:before{
background: url('icons/location48-white.png') center no-repeat ;  
background-size: cover;
}
.contact-from-info-contact-plugin .address {
text-transform: uppercase;

}
.contact-from-info-contact-plugin .address *,
.contact-from-info-contact-plugin .email *,
.contact-from-info-contact-plugin .phone *{	
display: block;
padding-left: 30px;
}


.contact-from-info-contact-plugin .email:before{	

background: url('icons/email48.png') center no-repeat ;    
background-size: cover;

}

.contact-from-info-contact-plugin .phone:before{

background: url('icons/phone-white.png') center no-repeat ;  
background-size: cover;	

}

.contact2-from-info-contact-plugin{
display: block;
font-size: 20px;	
font-family: 'Roboto', sans-serif;
font-weight: 100;

}
.contact2-from-info-contact-plugin div{
margin: 8px 0;
}

.contact2-from-info-contact-plugin .phone:before{
background: url('icons/phone1.png') center bottom 1px no-repeat ;  
background-size: cover;	
width: 20px;
height: 26px;
margin-right: 15px;
opacity: 0.5;
}
.contact2-from-info-contact-plugin .email:before{
background: url('icons/email1.png') center bottom -1px no-repeat ;  
background-size: cover;	
width: 20px;
height: 26px;
margin-right: 15px;
opacity: 0.5;
}
.contact2-from-info-contact-plugin .address:before{
background: url('icons/location1.png') center bottom 1px no-repeat ;  
background-size: cover;	
width: 20px;
height: 26px;
margin-right: 15px;
opacity: 0.5;
}

.minilogo{
width: 90px;
opacity: 0.7;
}
.footer-data{
padding: 3rem;
}

.site-info{
padding: 1.5rem;
font-size: 11px;
background: #0e0e0e;
clear: both;
}

.mobile-nav-elem{

margin-bottom: 3px;
background: #ffffff;
display: block;
width: 18px;
height: 1px;
}

/* SECONDARY MENU */
.secondary-menu{
	text-align: center;
	margin-top: 60px;
	clear: both;
	display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}
/*#menu-short-menu{
	display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}*/
/*#menu-short-menu*/
.secondary-menu li{
	display: inline;
    margin: 0 10px;
}


/*  MENU SOCIAL LINKS STYLES */

#menu-social-links-menu{
list-style: none;
padding-left: 0;
}
#menu-social-links-menu li{
float: left;
width: 30px;
height: 30px;
margin-right: 10px;
}
#menu-social-links-menu a{
color: transparent;
float: left;
height: 100%;
width: 100%;
}



#menu-social-links-menu li a:before{
content: '';
display: inline-block;
width: 30px;
height: 30px;		
}

#menu-social-links-menu li a:hover:before{
opacity: 0.6;
}

#menu-social-links-menu a[href*='twitter']:before{
background: url('icons/twitter.png') center no-repeat;  
background-size: cover;
}

#menu-social-links-menu a[href*='facebook']:before{
background: url('icons/facebook.png') center no-repeat; 
background-size: cover;

}
#menu-social-links-menu a[href*='instagram']:before{
background: url('icons/instagram.png') center no-repeat; 
background-size: cover;

}
#menu-social-links-menu a[href*='plus.google']:before{
background: url('icons/google-plus.png') center no-repeat; 
background-size: cover;

}
#menu-social-links-menu a[href*='pinterest']:before{
background: url('icons/pinterest.png') center no-repeat; 
background-size: cover;

}

/* SEARCH BOX STYLES */

.widget_search{	
clear: both; 
margin-top: 20px;
float: left;

}
input[type="search"]{
padding: 4px 10px;
font-size: 17px;

}
input.search-submit{
padding: 10px;
color: #FFF;
text-shadow: none;
font-weight: 600;
border: 1px solid #333;
border-radius: 3px;
font-size: 13px;
}



/* MEDIA QUERYS */
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}




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

	ul#primary-menu {		
	font-size: 14px;

	}

	.special-block{
	width: 100%; 
	}

	.top_title .title2{

	/*margin-top: 1.2em;*/
	}
	
	.transparent_background,
	.simple{

	margin-bottom: 30px;
	overflow: hidden;
	max-height: none;	
	}

	.span_1_of_4_without_white{
	width: 50%;
	}

	.link-underline li{
	padding-bottom: 40px;
	}

	

}

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

			
	.span_2_of_4 img { 		
		min-height: 780px;		
	}

	.center_text{
	/*padding: 40px 5%;*/
	}
	.subtile1 {
    font-size: 50px;
	}
	.subtile2 {
    font-size: 40px;
	}

	.table_prices{
	padding: 40px 5%;
    
	}

	input[type="search"] {    
    max-width: 166px;
	}

	input.search-submit{
		color: transparent;
		width: 30px;
		height: 30px;
		border: none;
		background: url('icons/search.png') center no-repeat ;  
    	background-size: cover;
    	margin-left: 5px;
	}
	input.search-submit:hover{
		background: transparent;
		color: transparent;
		border: none;
		box-shadow: none;
		background: url('icons/search.png') center no-repeat ;  
    	background-size: cover;
    	opacity: 0.6;
	}
	
	.parallax-img1{
		height: 480px;
		background-size: auto;
	}
	.parralax-subtitle1{
		line-height: 460px;
	}
	.parralax-subtitle2{
		top: 57%;
		font-size: 18px;
	}
	.span_1_of_3_without_white .titleLastPost{
		font-size: 14px;
	}

	.style1_3.span_1_of_3_without_white .transparent2{
		padding: 20%;
		font-size: 24px;
	}
	.shareme {        	
    	height: 32px;
	}
	.wrap-contact-form{
		padding-left: 0;
	}
	


}


/* WIDTH BELOW 768 PIXELS */
@media only screen and (max-width: 768px) { 

	.site-logo {
    width: 110px;
    padding-top: 4px;
    /*margin-left: 30px;*/
	}

	.header-layout{
	height: 300px;
	}
	.simple-header{
		min-height: 350px;
	}

	/*.span_1_of_4, 
	.span_2_of_4, 
	.span_3_of_4, 
	.span_4_of_4 { 
	width: 100%; 

	}
	.span_2_of_4 img { 
		
	min-height:auto;
	}*/

	.topbar{	
	float: left;
	height:auto;	
	position: relative;
	}
	#site-nav-logo{
	border-bottom: none!important;
    padding: 0 5%;
	}
	.main-navigation{		
	float: right;
	
	}
	.fixed-menu{

	background: transparent;
	}

	.menu-toggle {
	display: block;	
	right: 5%;    
	margin-top: 14px;
	z-index: 9999;
	background: rgba(0,0,0,0.76);
	border: 1px solid transparent;
	padding-bottom: 5px;
	
	}
	.menu-toggle:hover{

	border: 1px solid rgba(0,0,0,0.9);
	background: rgba(0,0,0,0.6);
	}
	.main-navigation ul {
	display: none;
	background: #000000;
	padding: 9em 3em;
	margin: 0;
	}


	.main-navigation.toggled .menu-my-menu1-container{
	right: 0;
	transition: all 0.3s ease-in-out;
	width: auto;
	max-width: 100%;

	}
	.main-navigation .menu-my-menu1-container{
	display:block;
	clear:both;	
	position: fixed;
	top: 0;
	z-index: 999;	
	right: -300px;
	}
	.main-navigation.toggled .menu-my-menu1-container.slidme{
	right: -320px;			
	transition: all 0.3s ease-in-out;
	}
	ul#primary-menu{				
		height: 100vh;
		overflow-y: auto;
		
	}
	
	#primary-menu ul.sub-menu {
	left: 0;	
	position: relative!important;		    
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 1em;
    background: transparent!important;
	}

	.link-underline li{
	clear: both;
	padding-bottom: 0;
	border-bottom: 1px solid;
    margin-left: 0;
    width: 100%;

	}

	.link-underline li .sub-menu li {
	border-bottom: none;
	padding-left: 25px;
	
	}

	.link-underline li a:after {
	border-top: none;
	}

	#primary-menu li{
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#primary-menu .sub-menu li{
		
		padding-bottom: 0;
		padding-top: 0;
	}

	.wrap{
		top: 37%;
	}

	.title2{
	font-size: 44px;
	}

	.subtile1{

	font-size: 46px;
	}
	
	.subtile2{

	font-size: 34px;
	}
	.top_title .title2{
		margin-top: 1.2em;
	}

	.span_4_of_4.center_text{
		padding: 40px 40px;
	}

	.section.group h3{

	font-size: 30px;
	}

	.parallax-img1{
	height: 340px;

	}
	.parralax-subtitle1{
    line-height: 330px;
	}	
		
	#footer-sidebar1,
	#footer-sidebar2{
	width: 100%;
	padding: 30px;
	}
	#footer-sidebar1{
	border-bottom: 1px solid rgba(37, 37, 37, 0.54);
	
	}
	#footer-sidebar1:after{
	border-right: none;

	}

	.span_1_of_4_without_white,
	.span_1_of_4_without_white a{
	
	max-height: 190px;
	}

	.span_1_of_4_without_white .transparent2{
		
	font-size: 13px!important;		
	overflow: hidden;		
	}
	.span_1_of_4_without_white a:hover > img.toScale{  
	 
	transform: translate3d(-6px,0px,0px) scale(1.08);    
	}
	
	.span_1_of_4_without_white:hover > .transparent2{
	right: 20px;
	left: 20px;
	top: 20px;
	bottom: 20px;
	}

	.span_1_of_3_without_white{
	width: 100%;
	height: 100%;
	}
	.span_1_of_3_without_white .titleLastPost{
		font-size: 1.5rem;
	}

	.page-title{

	padding-top: 30px;
	font-size: 30px;
	}
	.simple-page-title1{
	font-size: 30px;
	}

	
	.table_prices{
	padding: 40px 20px;
	}
	.cols_2{
	padding: 20px;
	border-bottom: none;
	width: 100%;
	}
	.cols_2:nth-child(2n){
	border-bottom: 1px dotted #eee;
	width: 100%;
	text-align: left;
	}
	.shareme{
	height: 25px;
	}
	.span_1_of_4_without_white .shareme a:link{
    width: 30px;
    height: 30px;
	}
		
	
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) { 

	.col {  
		margin: 0; 
	}

	.span_1_of_4, 
	.span_2_of_4, 
	.span_3_of_4, 
	.span_4_of_4 { 
		width: 100%; 

	}

	.span_3_of_3, 
	.span_2_of_3, 
	.span_1_of_3 { 
		width: 100%; 

	}

	#site-nav-logo{
		padding: 0 25px;
	}		
	.page-template-home2-template #content {

		 width: 90%; 
		 margin:0 5%; 		
	}

	.page-template-home2-template #content .content-area{ 
		
		width:100%;		
	}
	.header-layout1{
		height: calc(60%);
	}
	
	.subtile1{
		font-size: 34px;
	}
	
	.subtile2{
		font-size: 32px;
	}
	.center_text > h2.title1::after{
	margin: 0.5em auto 0.5em 0;
	}	
	.transparent_background,
	.simple{
	
	margin-bottom: 30px;
	}

	.span_4_of_4.center_text.center_text{
		/*padding: 45px;*/
		text-align: left;
		padding-left:5%;
	}
	.span_1_of_4_without_white{
	width: 100%;
	}

	.transparent2{	
		padding: 1.5rem; 
	}
	.span_1_of_3_without_white:hover > .transparent2{
		font-size: 1rem;
	}
	.span_1_of_3_without_white .titleLastPost{
		font-size: 14px;
	}
	.contact2-from-info-contact-plugin{
		font-size: 17px;
	}
	.cols_2{
		font-size: 16px;
		padding: 15px;
		height: 100px;
	}
	input[type="search"] {    
    max-width: 135px;
	}	
	.title-table{
		font-size: 8vw;
		line-height: 34px;
		
	}
	
}

