/*
Theme Name:     Modis Child
Theme URI:      http://demo.oceanthemes.net/modis/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       modis
*/

@import url("../modis/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/*FIN Modif des couleurs ------------------------------------------------------- */


.blog-list .post-text{
  padding-left:0px;
  }

#mainmenu.menu-right{
  top: -55px;
}

.inner-padding{
  padding:20px 0 50px 0;
}

/* Menu  **************************************************/
/* Menu List */
#mainmenu > li {
  display: block;
  float: left;
}



.logo-smaller #logo {
  width: 150px;
  height:500px;
  line-height: 60px;
  font-size: 30px;
  }
  .logo-smaller #logo img{
  line-height: 75px;
  font-size: 30px;
  }

.logo-smaller  #logo  img{
    max-height:500px;
  }

 #subheader h1 {
  color:transparent;
  margin-top:80px;
  font-size: 48px;
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  font-weight:300;
  }


/* Menu Links color: #00073c */
 @media only screen and (max-width: 992px) { 
	 
  #mainmenu.menu-left, #mainmenu.menu-right{
    top:0;
  }

  
  header.header_center #mainmenu.menu-right{
    padding-top: 0px;
    margin-top: 30px;
  }

	   #logo img{
  height:120px;
  }
	 
  header.transparent{
  height:170px;
  padding-left:20px;
	padding-top: 20px;
  }
	 
    header.transparent.bg-dark{
  background:#00073c;
  }	 
}

@media (min-width: 300px) and (max-width: 979px) {
	#mainmenu li a{
	display:block; width:100%;
	background: #00073c;}
	
	
}
	
	
	
	
@media only screen and (max-width: 480px) { 
	
	
	
  }

/* FIN Menu  **************************************************/