/* 
 Theme Name:     CecileLeroy
 Author:         Marusca Design
 Author URI:     https://marusca.design
 Template:       Divi
 Version:        1.0 
*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
h1, h2, h3, h4, h5, h6 {font-size:45px!important;}
.call-to-action-link a{color:#fff!important;}
#footer-info {
	float: none;
	padding-bottom: 10px;
	color: #666;
	text-align: center;
}
#top-menu li li a {
	width: 340px;
	padding: 6px 10px;
}
.nav li ul {
	width: 380px;
}
#main-header.et-fixed-header {
	-webkit-box-shadow: 0 1px 7px rgba(255,153,14, 0.2)!important;
	-moz-box-shadow:  0 1px 7px rgba(255,153,14, 0.2)!important;
	box-shadow:  0 1px 7px rgba(255,153,14, 0.2)!important;
}


/* ==========================================================================
   FEATURES GRID
   ========================================================================== */

.josefinBlurb {
  padding: 30px;
  min-height: 330px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.josefinBlurb:hover {
  box-shadow: 0 25px 50px rgba(14,165,255,.2);
  border-color: #fff;
  background-color: #fff;
}

@media screen and (max-width : 980px) {
  .josefinBlurb {
    padding: 30px 0;
    border: none !important;
    min-height: auto;
  }
  .josefinBlurb:hover {
    box-shadow: none;
  }
}

/* ==========================================================================
   END FEATURES GRID
   ========================================================================== */

