/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.ch
Author: ergopix sàrl
Version: 1.0
*/

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Light.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Light.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-LightItalic.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-LightItalic.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-LightItalic.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Regular.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Regular.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Italic.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Italic.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Medium.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Medium.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-MediumItalic.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-MediumItalic.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-MediumItalic.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Bold.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Bold.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Public Sans";
    src: url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-BoldItalic.ttf") format("truetype"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-BoldItalic.woff")  format("woff"), url("https://lopresti.ergopix.dev/wp-content/themes/ergopix/fonts/PublicSans-BoldItalic.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
}

html {
	font-size: 1em;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
}

body {
    font-family: "Public Sans";
    font-weight: 400;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #939393;
}

.wp-caption, img {
	max-width: 100%;
}

body {
	background-color: #FFF;
	font-size: 100%;
}
	a {color: #f60;}

.header-mobile{
	padding: 15px 0;
	background-color: #fff;
}

#hamburger {
	display:block;
	width:42px;
	overflow:hidden;
	float:right;
}

#hamburger span {
	background:#333;
	display:block;
	height:2px;
	margin:9px 0;
	position:relative;
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
	top:0;
	left:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:none .5s ease;
	transition:none .5s ease;
	-webkit-transition-property:-webkit-transform,top,left,opacity;
	transition-property:transform,top,left,opacity;
}

html.mm-wrapper_opened #hamburger span.top-bar {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:12px;
}

html.mm-wrapper_opened #hamburger span.middle-bar {
	opacity:0;
	filter:alpha(opacity=0);
}

html.mm-wrapper_opened #hamburger span.bottom-bar {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:-10px;
}

html.mm-wrapper_opened #hamburger span.middle-bar {
	left:-40px;
}

/* Tweaks Lo Presti */

* {
    transition: opacity .3s ease-in-out!important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h1 {
    font-size: 4em;
    text-align: center;
    letter-spacing: -1.6px;
}

h2 {
    letter-spacing: -.7px;
}

h3 {
    letter-spacing: -.3px;
}

h4 {
    letter-spacing: -.25px;
}

p {
    font-size: 1.125em;
    line-height: 1.5em;
}
.header-mobile {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
}

.header-mobile .row.align-items-center {
    margin-top: 8px;
}

.home .header-mobile {
    position: fixed;
    width: 100%;
    height: 96px;
/*    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));*/
/*    box-shadow: none!important;*/
}

.home .header {
    padding: 0!important;
}

.home .header .fullwidth .row div {
    margin: 0!important;
    height: 80vh;
}

.ph-tag {
    min-width: 300px;
    width: 67%;
    max-width: 800px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}

.map, .content_image_full_width {
    margin: 0!important;
    padding: 0!important;
    min-height: 800px!important;
}

.btn-container .btn {
    display: inline-block;
    border-radius: 32px!important;
    padding: 12px 16px;
    background-color: #B79267;
    border: none;
    text-transform: uppercase!important;
    letter-spacing: .4px;
}

.btn-container .btn:hover {
    opacity: .75;
    text-decoration: none;
}

.feature .btn-container {
    text-align: center!important;
}

.content_team {
    margin-top: 0!important;
}

.content_team .content-title {
    margin-top: 16px;
    margin-bottom: 0;
}

.content_img_title .ct-title {
    margin-top: 8px;
}

.skills .ergopix-pc-element {
    min-height: 320px!important;
}

.post-text-block {
    min-height: auto;
}

.carousel,
.carousel * {
    margin: 0;
    padding: 0;
}

.carousel .container {
    width: 100%;
    max-width: 100%;
}

footer {
    color: white!important;
    font-size: 0.75em!important;
}

@media (max-width: 575.98px) { 
	
}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {
	
}

@media (max-width: 1199.98px) {
	
}

