/*!
Theme Name: paw
Theme URI: https://eliott-markus.com
Author: Anouar El HARTI
Author URI: https://eliott-markus.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

paw is based on Eliott & Markus https://eliott-markus.com, (C) 2012-2017 Automattic, Inc.
Eliott & Markus is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
header ul li.current-menu-item a{
	color: #e8463f;
}
.wpcf7-form-control-wrap.lastname,.wpcf7-form-control-wrap.firstname,.wpcf7-form-control-wrap.company,.wpcf7-form-control-wrap.your-email,
.wpcf7-form-control-wrap.input1,.wpcf7-form-control-wrap.input2,.wpcf7-form-control-wrap.input3,.wpcf7-form-control-wrap.input4{
	width: 48%;
	float:left;
	margin-bottom: 18px;
	margin-right: 18px;
}
.wpcf7-form-control-wrap.lastname input,.wpcf7-form-control-wrap.company input,
.wpcf7-form-control-wrap.firstname input,.wpcf7-form-control-wrap.your-email input,
.wpcf7-form-control-wrap.input1 input,.wpcf7-form-control-wrap.input2 input,
.wpcf7-form-control-wrap.input3 input,.wpcf7-form-control-wrap.input4 input{
	width: 100%!important;
	margin-bottom:0!important;
	margin-right:0!important;
}
#nav-photo .item,#nav-video .item {  
	padding: 0;  
    height: 330px;
    width: 350px;
    overflow: hidden;
    margin-bottom: 30px;
   float:left;
	    margin-right: 30px;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#nav-photo .item:nth-child(3n),#nav-video .item:nth-child(3n) {
	 margin-right: 0;
}
#nav-photo .item.h2,#nav-video .item.h2 {
    height: auto !important;
}
#nav-photo,#nav-video{

}
@media (min-width: 992px) and (max-width: 1199px) {
#nav-photo .item:nth-child(3n),#nav-video .item:nth-child(3n) {
	 margin-right: 30px;
}	
	#nav-photo .item:nth-child(2n),#nav-video .item:nth-child(2n) {
	 margin-right: 0px;
}	
	#nav-photo .item, #nav-video .item{
		width:450px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
#nav-photo .item:nth-child(3n),#nav-video .item:nth-child(3n) {
	 margin-right: 30px;
}	
	#nav-photo .item:nth-child(2n),#nav-video .item:nth-child(2n) {
	 margin-right: 0px;
}	
	#nav-photo .item, #nav-video .item{
		width:330px;
	}
}
@media only screen and (max-width: 320px) {
	#nav-photo .item,#nav-video .item {  
		padding: 0;  
	    height: 130px;
	   width:100%;
	}
	#nav-photo .item.h2,#nav-video .item.h2 {
	    height: 483px;
	}
    #nav-photo,#nav-video {
	
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    #nav-photo,#nav-video {
	
    }
	#nav-photo .item,#nav-video .item {  
		padding: 0;  
	    height: 130px;
	    width: 100%;
	}
	#nav-photo .item.h2,#nav-video .item.h2 {
	    height: 483px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    #nav-photo,#nav-video {
  
    }
}
@media only screen and (min-width: 1201px) {
    #nav-photo,#nav-video {
     
    }
}
@media only screen and (max-width: 768px) {
.welcome .elements .item .logo{
width:50%;
}
}