/*
Theme Name: Arnaud Deschin galerie
Template: suidobashi
 

*/

*{
	margin:0;
	padding:0;
}
body, html{
	height:100%;
	font-size: 13px !important;
font-family: 'Merriweather', serif !important;


}

#site-header a img{
max-width: 280px;
height: auto;}

a.more-link:hover span, .entry-header h1.entry-title a:hover, .entry-header h2.entry-title a:hover, .intro-slogan a:hover, .footer-slogan a:hover, .entry-content a:hover, #comments a:hover, input[type="button"]:hover, input[type="submit"]:hover, input#submit:hover, #infinite-handle span:hover, a.more-link:hover span, .author-description a:hover {
    color: ;
    border-bottom: 1px solid;
}
.entry-header h1.entry-title a:hover, .entry-header h2.entry-title a:hover, .intro-slogan a:hover, .footer-slogan a:hover, .entry-content a:hover, #comments a:hover, input[type="button"]:hover, input[type="submit"]:hover, input#submit:hover, .widget_blog_subscription input[type="submit"]:hover, body.template-about .entry-content a:hover, .author-description a:hover{
 	color: #000;
 }

 /*#site-nav li li:hover > a:hover {
		color: #000;
		text-decoration: underline;
	}*/

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title .vc_tta-title-text > a{
	color:#000;
}	



.entry-content a{
border-bottom: 0px;
cursor:cell;}  /*url(./blank.cur)*/

h1.entry-title{
font-weight: bold;}

.entry-header h1.entry-title a, .entry-header h2.entry-title a{
	border-bottom: 0px;
}

.single-post .entry-header h1.entry-title {padding-bottom: 20px;}

#site-nav ul{
	padding: 10px 10px 10px 0;
	background-color: #FFF;
}

#site-nav ul.sub-menu li,
	#site-nav ul.children li {
	margin: 0;
    padding: 3px 10px;
		
	}
	#site-nav ul ul.sub-menu, #site-nav ul ul.children{
	display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
    margin: 0;
    padding: 10px 0;
    z-index: 1000;
    opacity: 0;
    border-top: none;
    text-align: left;
	}

ul.sub-menu a:hover{
	text-decoration: underline;
	}
	


#site-nav ul{
	font-weight:normal;
}

.flickity-slider img {
 padding: 0 0;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
    background: hsla(0,0%,0%,0);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover{background:none;}

.flickity-prev-next-button.previous {
    left: 30px;
}

.flickity-prev-next-button.next {
    right: 30px;
}



.pt-cv-wrapper img{
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.pt-cv-wrapper img:hover{
	  -webkit-filter: grayscale(100%);

}

h4.pt-cv-title {
    font-size: 12px;
}

.pt-cv-content-item {
    padding-bottom: 20px
}

.single-post .entry-header h1.entry-title{
	padding:0px;
}

#container{
	position: relative;
	min-height: 100%;
	padding-bottom: 0px;
	position: relative;
}

#site-title {
    display: block;
    max-width: 100%;
    
}

.site-content .post .entry-content, .site-content .page .entry-content {
    max-width: 1280px;
}

.entry-meta{
	display:none;
}

.entry-content p{
	line-height:1.4em;
}


.nav-wrap{
	display: none;
}

.entry-thumbnail{
	display:none;
}

.search-toggle{
	display:none;
}

.archive-title{
	display: none;
}

#masthead{
padding:35px 0;
}

.home #masthead{
	padding-bottom: 20px;
}

img.wp-post-image{
	display: none;
}

.site-content .post{
	max-width:100%;
}


.colonne2{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    /*text-align: justify;*/
}


h4{
	letter-spacing:0px;
}

.blink{
	animation: blink 1s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
  }

 footer{
 	osition: absolute;
	bottom: 20px;
	width:100%;
	height:40px;
 } 

 .flickity-slider img{
 	padding:0 10px;
 }

.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
    display: none;
}
.wp-playlist-item, wp-playlist-playing {
font-size: 13px;
}

 ::selection{
 	background-color: #000;
 	color:white;}

 ::-moz-selection{
 	background-color: #000;
 	color:white;}	

 @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    } 

@media screen and (min-width: 1150px){
#colophon #site-info {
	padding: 10px 0px !important;
	}

.admin-bar .menu-container {
    top: 60px;
    right:135px;

}
}

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

.colonne2{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

}

