/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
/* Changement largeurs logo et menu
-------------------------------------------------------------- */
	@media only screen and (min-width: 1000px){
		.header-wrap .col-md-4{
			width: 10% !important;
		}

		.header-wrap .col-md-8{
			width: 90% !important;
		}
	}
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}


/* Fix bug effet parallax dans le slider
-------------------------------------------------------------- */
	.slides-container .slide-item {
	    background-attachment: scroll;
	    background-position: center !important;
	}


/* Texte en normal par défaut et pas en gras
---------------------------------------------------------------*/
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
	}

/* Taille du nom de la page
---------------------------------------------------------------*/
	.hentry .title-post {
		font-size: 20px;
	}

/* Effet gris & zoom sur les images
---------------------------------------------------------------*/
	.grayscale img
	{
		filter: grayscale(1);
		-webkit-filter: grayscale(1);
		-moz-filter: grayscale(1);
		-o-filter: grayscale(1);
		-ms-filter: grayscale(1);
	}
	.grayscale img:hover
	{
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-o-filter: grayscale(0);
		-ms-filter: grayscale(0);
	}


/* Style Footer et Widgets
---------------------------------------------------------------*/

.widget-area  .widget {
		margin-bottom: 30px!important;
	}

.footer-widgets {
		background-color : #263246!important;
		padding : 60px 0!important;
	}
