@charset "UTF-8";
/*
Theme Name: Clearingv2
Description: CLEARING Pro v2.0
Version: 2.1
Author: Alexandre Dumont
Author URI: http://www.hulala.be
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, yellow, light, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Clearing V2

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.
*/
/* CSS Document */

/*-----------------------
	1. General
------------------------*/
html{margin-top: 0 !important;}

a{
	text-decoration : underline;
	
}
a:hover{
	color : black;
}
	html, body {
	height:100%;
	padding:0;
	margin:0;
	}
	html>body #top {
		height:auto;
	}

	#contenair{
		margin:0 auto;
		padding:35px 0;
	}
/*-----------------------
	2. Header
------------------------*/
.homelink{text-decoration: none !important;}

/*-----------------------
	3. Homepage / page-home.php
------------------------*/

/*Exhibitions Part*/
.title_hp {
 	font-size: 14px !important;
 	font-style: italic;
 	padding-bottom: 15px;
 }

.lexpo {
	margin-bottom: 5px !important;
}

.title_season {
	font-size: 14px;
	padding: 15px 0 15px 0;
	font-weight: bold;
	font-style: italic;
}
/*News part*/

	#acco_news div p{
		margin-bottom:0;
	}
	#acco_news div h3{
		margin-bottom:5px;
		text-decoration:underline;
	}
	#acco_news div{
		margin-bottom:5px;
	}
	#acco_news div.new{
		margin-bottom:25px;
	}
	#acco_fairs strong{
		font-weight:100 !important;
	}
	#acco_fairs .lexpo{
		line-height: 1.3;
		padding-bottom:0;
		margin-bottom:0 !important;
	}
/*Seasons Parts*/
h1.title{
	margin:50px 0 0 0 !important;
}
h1.title:first-child{
	margin:0 !important;
}
/*-----------------------
	2. Welcome Page
------------------------*/
	
	a#top{
		display:inherit;
		position:relative;
		width:100%;
		height:100%;
		min-height:100%;
		margin-top:-5px;
		background:url('http://www.c-l-e-a-r-i-n-g.com/wp-content/uploads/2016/02/cleraring-website-logo-2.jpg') center no-repeat;
		z-index:1;
	}

/* Ajax View More Button */
.alm-load-more-btn{
	color: black;
    background-color: #fff;
    box-sizing: border-box;
    padding: 6px 12px 6px;
    border: 1px outset black;
    border-radius: 0px;
    
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
}
.alm-load-more-btn:hover{
	color: #fff;
    background-color: black;
}
/*-----------------------
	2. Artists
------------------------*/
p.artists a {
	white-space: nowrap;
}


#artists .description{
	max-width: 600px;
    text-align: center;
    margin: 0 auto !important;
    padding: 10px 0 30px 0;
	font-size: 0.9em;
}


/*-----------------------
	2. Fairs & Exhibitions
------------------------*/
.accord .lexpo p{ 
	margin-bottom: 15px;
}

.description, .description p{
	margin-bottom:10px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
}
.description a{
	text-decoration:none !important;
}

/*-----------------------
	2. CONTACT page
------------------------*/
a.facebook img{
	width: 33px;
	margin-top: 0px;
	margin-right: 8px;
	transition-duration: 500ms;
}
a.facebook img:hover{
	opacity:.6;
}
/*general */
	  #top p{
		  margin:0;
	  }

/*-----------------------
	#. The End.
------------------------*/