/*
   Theme Name: Climate Works
   Theme URI: climateworks.com
   Author: John Macaluso
   Description: A custom theme for Climate Works
   Version: 1.0
   Tags: clean, minimal
*/

.cw-logo-row .et_pb_gallery_items.et_post_gallery {
   display: flex !important;
   flex-wrap: wrap;
   justify-content: space-evenly;
   margin-left: -15px !important;
   margin-right: -15px !important;
}
.cw-logo-row .et_pb_gallery_item {
   min-height: 0 !important;
   min-width: 0 !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
   padding-right: 15px !important;
   padding-left: 15px !important;
   max-height: 160px !important;
   max-width: 240px !important;
}
.cw-logo-row .et_pb_gallery_image.portrait {
   height: 100%;
   width: 100%;
}
.cw-logo-row a {
   display: block;
   height: 100%;
   width: 100%;
}
.cw-logo-row img {
   height: 100% !important;
   width: 100% !important;
   object-fit: contain;
   object-position: center
}

.cw-image-credit, .header-content-container .et_pb_header_content_wrapper h6, .et_pb_slide_content h6 { 
   position: absolute; 
   bottom: 10px; 
   right: 20px; 
   color: #fff !important; 
   text-shadow:rgb(0 0 0 / 50%) 1px 1px 3px !important;
}

.single-report .resource-content a,
.single-blog-posts .resource-content a,
.single .resource-content a {
   color: #302A2C;
   border-bottom: 2px solid #70B566 !important;
   padding-bottom: 0px !important;
}
.single-report .resource-content a.footnote-tooltip, .single-blog-posts .resource-content a.footnote-tooltip { border-bottom: none !important; } 
.single-report .resource-content ul, 
.single-blog-posts .resource-content ul {
   margin-top: 15px;
   margin-bottom: 15px;
   margin-left: 25px;
}
.single-report .resource-content ul li,
.single-blog-posts .resource-content ul li {
   list-style: disc;
}

.single .resource-content li {
   color: #302A2C;
   font-family: "CircularXXWeb-Light";
}

.single .resource-content ol {
       list-style-type: decimal;
       padding: 20px;
       padding-left: 45px;
}