/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* Button Container Styles */
.private-markets-button-container,
.private-markets-content-container,
.fpm-content-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

/* Button Styles */
.subscribe-button,
.canoe-button {
    display: inline-block;
    margin-right: 10px; /* Adjust spacing between buttons */
}

.subscribe-button a,
.canoe-button a {
    display: block;
    padding: 0;
    border: 2px solid #007398; /* Outline style */
    border-radius: 4px;
    overflow: hidden; /* Hide overflow to prevent image resizing */
}

.subscribe-button img,
.canoe-button img {
    display: block;
    width: auto; /* Make the image fill the container */
    height: 40px; /* Maintain aspect ratio */
}

/* Button Hover Styles */
.subscribe-button .button:hover,
.canoe-button .button:hover {
    background-color: #007398;
}

/* CSS for row and column layout */
.private-markets-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Style for the columns layout */
.private-markets-cols,
.custom-cols {
    display: flex;
    border: 3px solid #ddd;
    border-radius: 15px;
}

/* Style for each column */
.private-markets-col,
.fpm-col {
    flex: 1;
    padding: 10px; /* Adjust padding as needed */
    /* border: 3px solid #ddd; */
    margin-right: 30px; /* Adjust spacing between columns */
    margin-bottom: 1px;
    border-radius: 15px;
}

.private-markets-col p,
.fpm-col p {
    margin: 10px; /* Remove margin */
}

/* Style for the description section */
.custom-description {
    margin-bottom: 10px; /* Adjust spacing between description and columns */
    margin-top: 20px;
    border-bottom: 3px solid #ddd;
    padding: 8px;
}

/* Style for the strong tags within the columns */
.private-markets-col strong {
    color: #333; /* Example color */
}
.fpm-col strong {
    color: #333; /* Example color */
}

/* Style for documents on the private markets page*/
.private-markets-docs p,
.fpm-docs p{
    margin-bottom: 8px;
}
/* Style for documents on the private markets page*/
.private-markets-docs h4
.fpm-docs h4{
    margin-top: 12px;
    margin-bottom: 12px;
}
