/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Kev
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/******* General *******/


html, body { 
   margin:0; 
   padding:0; 
   height:100%; 
} 

#main { 
   min-height:85vh; 
   position:relative; 
} 

#footer-bottom { 
   position:absolute; 
   bottom:0;  /* on le colle en bas */ 
   width:100%; 
}

.icon-magnifier:before {content:"\e090" !important;}

/******* Home *******/

#home-articles img { height: 165px;}

.eael-post-grid-container .eael-post-grid { display:flex; flex-wrap: wrap;}

.eael-post-grid-container .eael-post-grid .eael-grid-post { display:flex;}


/******* Blog *******/


.blog-entry.post .thumbnail img {height: 250px;}

article>p { font-size:16px;}

#blog-entries {margin-top: 50px; margin-bottom: 0px;}


/******* Boutique *******/

.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img, .eael-post-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img, .eael-product-grid.eael-product-simple .woocommerce ul.products li.product img { height:300px; width: auto;}


/******* Contact *******/

#contactForm p {margin-bottom: 10px;}


/******* SideBar *******/

.sidebar-box {margin-bottom: 30px;}

div#media_image-2 { text-align: center; }

h4.widget-title { font-size:15px;}

input#ocean-search-form-2 {width: 300px; }


/******* Souscription page *******/ 

div#primary #pms_new_subscription-form {text-align:center; }

div#pms-stripe-credit-card-details {width: 50%; margin: auto; }



/******* Media Query *******/

@media screen and (max-width: 1024px){

aside#right-sidebar {display:none; }
 
#home-articles img { height: 230px;}
}

@media screen and (max-width: 600px){
 
#home-articles img { height: 230px;}

/******* Mon Compte *******/

ul.pms-form-fields-wrapper {margin-bottom:80px;}

/******* Souscription page *******/ 

div#pms-stripe-credit-card-details {width: 80%;}

}
