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

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



.blog-entry-summary.clr{
    height: 100px;
}

.blog-entry.grid-entry .thumbnail {
    /*height: 70px;*/
}


.blog-entry.grid-entry .blog-entry-header {
    height: 45px;
}

.dropdown-menu ul li a.menu-link {
    text-transform: none;
}

.solution-thumbnail-content {
    height: 110px ;
}

#site-header-inner{
    margin-top: 8px;
}

#site-custom-logo {
    float: left;
    height: 100%;
    display: table;
}

/* Custom wrap cards */
.custom-wrap-cards {
	
}

.didomi_btn{
  position: fixed;
  bottom: 10px;
  left: 5px;
  background-color: #97bf0d;
  border-radius: 50px 50px 50px 50px;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (min-width: 1025px){
    #site-custom-logo {
        /*height: 100px;*/
        background-color: white;
    }
}
