/*
Theme Name:  Fluxus Child Theme
Theme URI:   https://themeforest.net/item/fluxus-portfolio-theme-for-photographers/3854385
Author:      inTheme
Version:     1.6.1
Author URI:  https://inthe.me/
Description: Child Theme for Fluxus Wordpress Theme
Template:    fluxus
Text Domain: fluxus
*/

/* encarts texte, type typo et blocage de la transformation majuscule*/
.overview, .textwidget, .page-title, .entry-title, .sidebar .title, .project-title__heading, .widget-title, .widget-content{
    text-transform: none !important;
    font-family: Lato, HelveticaNeue-Light, "Helvetica Neue Light";
    
}

#block-13 > h2{
 font-size: 1.5em;
	
}

/*supprimer la baseline*/
#page-wrapper > header > div > div.logo-container.col-auto > h2
{
 display: none;

}

/* --------------- portfolio --------------- */



/* description colonne gauche*/
.textwidget{
	font-size: 16px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* couleur widget texte colonne gauche*/
.widget-content{
	color: black;
}

/*supprimer le bouton next */
.col-6.col-sm-auto{
 display: none;
}
/* aligner au centre le bouton back to portfolio*/
.col-12.col-sm.text-center.text-sm-right{
text-align: center !important;
}
/*couleur overlay projet sélectionné*/
.other-projects__item--active .other-projects__item-overlay {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}



/* --------------- DESKTOP DESKTOP DESKTOP DESKOTP  ---------------  */

/* supprimer le titre du projet */
@media only screen and (min-width: 577px) {

	.entry-title{
	display: none;
	}

}

/*aligner le logo atelier gilbert à droite*/
@media screen and (min-width: 1024px) {
  #page-wrapper > header > div > div.logo-container.col-auto{
    align-items: right;
    justify-content: right;
    flex-direction: row;
    padding-right: 32px;
  }
}

/*  --------------- tous supports < 1024px de large-------------- */
@media only screen and (max-width: 1024px) {

/*taille typo description principale HP*/
	.widget_block{
	 font-size: 16px;
	
	}
	
/*taille typo widgets de détail (agence etc)*/
div.viewport > div > aside .widget-title,.widget-content
{
 font-size: 16px !important;

}	
/* ajout marge au dessus "other projects" fiche projet*/

#content > article > nav > div > div > h3{
	margin-top: 30px;
	padding-top: 30px;
	border-top-color: rgb(235, 235, 235);
	border-top-style : solid;
	border-top-width: 1px;

}

}

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

	.title{
 		text-align: center; !important
	}

	.site-header__inner
	{
  	/* On horizontal page header is fixed */
  	position: static !important; 
  	box-shadow: none !important;
  
	}

	.horizontal-page .site-header {
 	 /* On horizontal page header is fixed */
 	 position: static !important; 
 	 box-shadow: none !important;

  
	}
	
	/*bordures du footer*/
	#main > div.sidebar.sidebar-portfolio{
		border-left-style: none;
		border-right-style: none;
		border-bottom-style:none;
		padding-top: 60px;
	}


	/*padding gauche des widgets*/
	.widget_block{
	 padding-left: 0px !important;
	 width: 100%;
	 font-size: 16px;
	 text-align: center;
	
	}
	
	/*pas de limite de hauteur pour les titres de projet de la HP*/
	.project .captioned-media__caption {
	 max-height:none;
	}


}
