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


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

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

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

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

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

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

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

@font-face {
    font-family: "Public Sans";
    src: url("./fonts/PublicSans-BoldItalic.ttf") format("truetype"), url("./fonts/PublicSans-BoldItalic.woff")  format("woff"), url("./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 {
	background-color: #FFF;
	font-family: "Public Sans";
    font-weight: 400;
    font-size:18px;
}

.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%;
}
a {color: #f60;box-shadow:none !important;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

span.ch-p-h {text-transform:uppercase;}
span.ch-p-xl {font-size: 110%;}
span.ch-p {}
span.ch-p-s {font-size: 80%;}
span.ch-span {font-size: 70%;}

.mm-panels {
	color: white;
	background: #1a1a1a;
}
ul.mm-listview li a {
	margin-left: -0.06em;
	font-size: 40px;
	letter-spacing: -0.5px;
	line-height: 1;
}
.mm-navbar {
	height: 150px;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: 100px;
}
/*
.mm-panels {
    background: #000;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.mm-menu_offcanvas {
    width: 100%;
    min-width: 140px;
    max-width: 100%;
}*/
.mm-panels>.mm-panel>.mm-listview {
    text-align: center;
}
.mm-panels>.mm-panel>.mm-listview a {
	font-size:22px;
	font-weight:400;
	height:auto;
	line-height:33px;
	color:#fff;
	transform: none !important;
	opacity:1;
}
.mm-panels>.mm-panel>.mm-listview a:hover{
	transform: none !important;
	opacity:0.67;
}

/* Menu Container */
	
	.header-menu-container {
        animation: fadeOut .3s cubic-bezier(0.25, 0, 0.25, 1) forwards;
	    position: fixed;
        display: none;
	    top: 0;
	    right: 0;
        bottom: 0;
	    left: 0;
	    z-index: 100;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    z-index:99999999999;
	    overflow: auto;
	}
	
	.header-menu-container h2{font-size: 1em;}
	
	html.opened .header-menu-container {
        display: block;
        animation: fadeIn .3s cubic-bezier(0.25, 0, 0.25, 1) forwards;
    }
    
    .header-menu-container  {
	    text-align: center;
	}
	.header-menu-container ul {list-style:none;}
	.header-menu-container li a {
		font-size:22px;
		font-weight:400;
		height:auto;
		line-height:33px;
		color:#fff!important;
		transform: none !important;
		opacity:1!important;
		padding-top: 5px !important;
    	padding-bottom: 5px !important;
	}
	.header-menu-container li a:hover{
		transform: none !important;
		opacity:0.67!important;
	}
	#close-full {color:#fff !important;opacity:1!important;}

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
/* Header */


	.header-mobile {
		padding: 10px 0;
		background-color: none transparent;
		position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 100;
	    left: 0;
	    right: 0;
	    height:65px !important;
	}
	html.fixed .header-menu {
		/*position: fixed;*/
		overflow: hidden;
	}
	
	/*#hamburger {
		display:block;
		width:42px;
		overflow:hidden;
		float:right;
	}*/
	
	#hamburger span {
		background:#fff;
		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;
	}
	
	.no-page-header {/*height: 110px;*/}

	header {
		position: fixed;
		left: 0;
		right: 0;
		bottom: auto;
		height: 110px;
		z-index: 9900;
		top: 0;
		transition: opacity 1.4s ease;
		background: none transparent;
	}
	
	.header-menu {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 110px;
		/*transition: 1s;*/
		background: none transparent;
		/*border-bottom: 1px solid #fefefe;*/
	}
		header .navbar-nav {
			float: right;
		}
		.nav-top, 
		.nav-bottom {
			display: inline-block;
			width: 100%;
		}
		.header-menu .navbar-nav,
		.header-menu .navbar-nav li {
			display: inline-block;
		}
		.header-menu .navbar-nav li {
			margin: 0 16px;
		}
		.header-menu .navbar-nav li:first-child {
			margin-left: 0;
		}
		.header-menu .navbar-nav li:last-child {
			margin-right: 0;
		}
			.navbar-nav li a {
				color: #fff;
				font-size: 22px;
				font-weight: 900;
				line-height: 32px;
				text-decoration:none !important;
				padding-top: 0;
				padding-bottom: 0;
			}
			.nav-top .navbar-nav li a {
				font-size: 15px;
				font-weight: 300;
				line-height: 29px;
				text-transform: uppercase;
			}
			body.home:not(.darker) .navbar-nav li a {
				color: #fff;
			}
			.navbar-nav li a.active {
				text-decoration: underline;
			}
	html.fixed header {
		height: 60px;
	}
	html.fixed header a#logo-link img {
		width: 100px;
	}
	html.fixed .header-menu {
		position: fixed;
		background-image: none;
		top:0;
		z-index:10000;
		border-bottom: 1px solid #efefef;
		height: 60px;
	}
	
	html.fixed .nav-top {
		display: none;
	}
	html.fixed .nav-bottom ul {margin-top: 7px;}
	html.fixed .col-logo {
		padding-top: 0 !important;
	}
	
	a#logo-link {
		padding-left:0;
	}
	
	.header-mask {position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#404040;z-index:0;opacity:0.15;}

/* Menu */

	.main-links ul {
	    padding: 0;
	    list-style: none;
	}
	.main-links ul li {
	    display: inline-block;
	}
	.main-links ul li a.btn.cta {
	    display: inline-flex;
	    height: 80px;
	    align-items: center;
	    background: rgba(0, 0, 0, 0.1);
	    font-size: 20px;
	    border-radius: 3px;
	    padding: 0 116px 0 36px;
	    overflow: hidden;
	    border: none;
	    text-align: left;
	    position: relative;
	    font-weight: 500;
	    transform: translateX(0px) !important;
	    transition: all .5s cubic-bezier(.34,0,0,1);
	}
	.main-links ul li .btn:not(:disabled):not(.disabled) {
	    cursor: pointer;
	}
	.main-links ul li a.btn.cta.neg {
	    background: rgba(255, 255, 255, 0.1);
	    color: #fff;
	}
	.main-links ul li a.btn.cta.x-small {
	    height: 40px;
	    font-size: 18px;
	    padding: 0 0 0 12px;
	}
	header nav .main-links li .user-login {
	    margin-right: 13px;
	}/*
	.main-links ul li:last-child {
	    top: 16px;
	    position: relative;
	}
	.main-links ul li:last-child img {
		width: 16px;
    	margin-top: 9px;
	}*/
	
	.main-links ul li .btn.cta.material-icon:after {
	    font-family: "Material Icons";
	    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) !important;
	    line-height: 40px;
	    transform: scale(1);
	    text-align: center;
	}
	.main-links ul li .btn.cta.handyman:after {
	    content: "\f10b";
	}
	.main-links ul li .btn.cta.search:after {
	    content: "\e8b6";
	}
	.main-links ul li .btn.cta.kiosque:after {
	    content: "\e0e0";
	}
	.main-links ul li .btn.cta.burger:after {
	    content: "\e5d2";
	}
	.main-links ul li .btn.cta.user:after {
	    content: "\e7fd";
	}
	.main-links ul li a.btn.cta.x-small:after {
	    width: 40px;
	    margin: 0 0 0 12px;
	    position: relative;
	}
	.main-links ul li a.btn.cta.x-small.quick-link:after {
	    margin: 0;
	}
	.main-links ul li a.btn.cta.x-small.quick-link {
	    padding: 0;
	}
	.main-links ul li a.btn.cta.x-small:hover {
	    opacity: 0.67;
	}
	
/* Forms */

	.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
		margin: 0 0 0.2rem 0.15em;
	    font-size: .55rem;
	    font-weight: 550;
	    text-transform: uppercase;
	    letter-spacing: 0.25em;
	    opacity: .6;
	}
	.gform_wrapper .top_label .gfield_label, 
	.gform_wrapper legend.gfield_label,
	.gform_wrapper input,
	.gform_wrapper select,
	.gform_wrapper .ginput_container_select select option {
		opacity: .8;
	    font-size: 16px !important;
	    font-weight: 400;
	    letter-spacing: 0 !important;
	    line-height: 1.5;
	}
    
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	    width: 100% !important;
	}
	.ginput_container_name {width: 100% !important;}
		.ginput_container_name p {width:100% !important;float: right !important;margin-bottom: 0;}
			.ginput_container_name p span {width:100% !important;padding:0 !important;}
			html div.ginput_complex.ginput_container_name span.name_last {width: calc(100% - 0px) !important;padding: 0 !Important;}
			html div.ginput_complex.ginput_container.gf_name_has_2 span.name_first,
			html div.ginput_complex.ginput_container_name span.name_first {
				width: calc(100% - 0px) !important;margin-left: 0px !important;padding: 0 !Important;
			}
			.ginput_container_name span input {}
			.gform_wrapper .ginput_container_select {position:relative;}
			.gform_wrapper .ginput_container_select::after {
				content: "\f078";
				font-family:"Font Awesome 5 Pro";
				width:10px;
				height:36px;
				position:absolute;
				top:2px;bottom:auto;
				right:12px;left:auto;
				z-index:1000;
				color:#777;
			}
				.gform_wrapper select {
				    min-height: 36px;
				    -webkit-appearance: none;
	   				-moz-appearance: none;
					appearance: none;
					border: 1px solid #777;
					padding: 5px 2px !important;
					cursor:pointer;
				}
					.gform_wrapper .ginput_container_select select option:first-child {
						min-height: 39px;
						line-height: 39px;
					}
		.ginput_container_name br,
		.gfield_checkbox li br {display:none;}
	
	.gform_wrapper .top_label input.medium, 
	.gform_wrapper .top_label select.medium {
	    width: 100%;
	}
	
	div#gform_confirmation_message_1 {
	    padding-bottom: 64px;
	}
	
	.gfield_checkbox a {color:#DC5E5C !important;}
	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
	.gform_wrapper select {
		border: 1px solid #ccc !important;
	}
	
/* Donation Form */

	.ergopix-donation-form_wrapper {}
		.ergopix-donation-form_wrapper li.gfield_price ul.gfield_radio li {display:inline-block; width:80px !important;height:80px !important;background-color: #333;position:relative;}
		.ergopix-donation-form_wrapper li.gfield_price ul.gfield_radio li input {
			display: block;
			width: 80px !important;
			height: 80px !important;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 1000;
			cursor:pointer;
			opacity:0;
			margin: 0;
		}
		.ergopix-donation-form_wrapper li.gfield_price ul.gfield_radio li label {
			display: block;
			width: 80px !important;
			height: 80px !important;
			max-width:100%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 999;
			cursor:pointer;
			opacity:1;
			margin: 0;
			color:#fff;
			text-align:center;
			padding:8px;
		}
		.ergopix-donation-form_wrapper.gform_wrapper li.gfield_price ul.gfield_radio li input[type="radio"]:checked + label {background-color:#000;font-weight:500;}
		
		.hide-section-title {display: none !important;}
		 
/* Scroll Sidebar */

	.scroll-sidebar {
		background-color:#f60;
		color: #fff;
		right:-56px;
		width:56px;
		top: 40%;
		position: fixed;
		left: auto;
		bottom: auto;
		z-index: 9900;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		text-align: center;
	}
	html.fixed .scroll-sidebar {
		right:15px;
	}
		.scroll-sidebar ul {
			list-style:none;
			margin:0;
			padding: 0;
		}
			.scroll-sidebar ul li {
				margin: 10px 0;
			}
				.scroll-sidebar ul li a {
					color: #fff;
					font-size: 30px;
				}
					.scroll-sidebar ul li a i {
						
					}

/* Back To Top Button */
	
	#backtotopBtn {
	    display: none;
	    position: fixed;
	    bottom: 32px;
	    right: 15px;
	    z-index: 99999;
	    border: none;
	    outline: none;
	    color: #fff;
	    background-color: #333;
	    cursor: pointer;
	    height: 56px;
		width: 56px;
	}
	
	#backtotopBtn:hover {
	    background-color: #000;
	}
	
		#backtotopBtn span {
			
		}

/* Responsive */

	
	/* Max Width */
	
		@media (max-width: 1199.98px) {
			
		}
		
		@media (max-width: 991.98px) {
			h1 {}
			h2 {}
			h3 {}
			h4 {}
			h5 {}
			h6 {}
			header {height: 65px;}
			header nav {
			    padding: 25px 0 !important;
			}
		}
		
		@media (max-width: 767.98px) {
		
		}
		
		@media (max-width: 575.98px) { 
			
		}
	
	/* Min Width */

		@media (min-width: 576px) { 
			
		}
		
		@media (min-width: 768px) {
		
		}
		
		@media (min-width: 992px) { 
			
		}
		
		@media (min-width: 1200px) { 
			.container {width:94%;max-width:1180px;}
		}
		
		@media (min-width: 1300px) { 
			.container {width:96%;max-width:1220px;}
		}
		
		@media (min-width: 1440px) { 
			.container {width:98%;max-width:1920px;}
		}