/*
 Theme Name:   Catamaran Child Theme
 Theme URI:    https://catamaran.axiomthemes.com/
 Description:  Catamaran Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     catamaran
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  catamaran
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.post_featured.with_thumb img {
    padding: 30px;
}

.primary-color {
    background-color: #2d4895 !important;
    border-color: #2d4895 !important;
}

.primary-color:hover {
    background-color: #1a2c5c !important;
    border-color: #1a2c5c !important;
}

.ew-primary-color {
    background-color: #C5B56A !important;
    border-color: #C5B56A !important;
}

.ew-primary-color:hover {
    background-color: #8a7e4a !important;
    border-color: #8a7e4a !important;
}

.phoenix-primary-color {
    background-color: #ee3124 !important;
    border-color: #ee3124 !important;
}

.phoenix-primary-color:hover {
    background-color: #ac2218 !important;
    border-color: #ac2218 !important;
}

.phoenix-text-color {
    color: #ee3124 !important;
}

.bluebottle-text-color {
    color: #2d4895 !important;
}

.socials_share {
    display: none !important;
}

.mi-header-logo img{
    height: 4rem;
}

.mi-header-logo-white img {
    height: 6rem;
    max-height: 6rem !important;
}

.post_featured.with_thumb img {
    max-height: 350px;
    object-fit: cover;
}

.mi-boat-hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mi-boat-summary {
    position: relative;
}

.mi-boat-summary .entry-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 99;
}

.mi-boat-summary.mi-boat-summary--phoenix .post_featured.with_thumb {
    background: #fff;
    padding: 30px;
    border: 1px solid #fff;
}

.mi-boat-summary.mi-boat-summary--phoenix .post_featured.with_thumb img {
    object-fit: contain;
}

.phoenix-header-line .sc_item_title {
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.phoenix-header-line .sc_item_title_text {
    background: #fff;
    padding-right: 10px;
}

.mi-boat-summary .entry-content a {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000;
}

.mi-boat-summary .post_featured.with_thumb img {
    padding: 0;
    min-height: 300px;
}

@media (max-width: 1024px) {
    .mi-boat-summary .entry-content a {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .mi-boat-summary .entry-content a {
        font-size: 30px;
    }
}