<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Tayside Powerboats
 Description:  Custom theme
 Author:       Carnoustie Creative
 Author URI:   https://www.carnoustiecreative.co.uk
 Template:     baseline
 Version:      1.0.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  baseline-child

font-family: 'Inter', sans-serif;
font-weight: 400;

font-family: 'Inter', sans-serif;
font-weight: 500;

font-family: 'Inter', sans-serif;
font-weight: 600;

*/

body.baseline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
}

.baseline h1 {    
    font-size: clamp(2.7rem, 4vw, 6rem);
}

.baseline h1,
.baseline h2,
.baseline h3,
.baseline h4 {
    font-weight: 600;
}

.baseline h2 {
    color: #EE742C;
    font-size: clamp(2.8rem, 3vw, 4.5rem);
}


.baseline header .custom-logo {
    width: 20vw !important;
    max-width: 30rem;
}

.baseline .mobile-nav .custom-logo {
    height: 4rem;
}

.baseline header .container,
.baseline footer .container {
    width: 96%;
    max-width: 96%;
}

.cde-flex-content .flex-elm.pull-top.first {
    margin-top: -5.5rem;
    position: relative;
    z-index: 9;
}

.widget.cde-flex-content {
    margin-bottom: 0;
}

.baseline .hero {
    height: 60vw;
    max-height: 70vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 7rem;
}


.baseline .small-hero {
    height: 30vw;
    max-height: 50vh;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 7rem;
    border-radius: 1rem;
}

.baseline .hero .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3454A2;
    border-radius: 100%;
    padding-top: 13rem;
    padding-right: 15rem;
    padding-bottom: 10rem;
    padding-left: 15rem;    
    width: 60rem;
    height: 60rem;
    box-sizing: border-box;
    left: -7rem;
    bottom: -20rem;
    z-index: 2;    
}

.baseline .hero .inner h1 {
    font-size: 5.5rem;
}

@media ( max-width: 1100px ) {
    
    .baseline .hero .inner {
        padding-top: 11rem;
        padding-right: 10rem;
        padding-bottom: 7rem;
        padding-left: 12rem;    
        width: 48rem;
        height: 48rem;
        left: -5rem;
        bottom: -15rem;
    }

    .baseline .hero .inner h1 {
        font-size: 4.6rem;
    }

}

@media ( max-width: 780px ) {

    .baseline .hero .inner {
        padding-top: 8rem;
        padding-right: 7rem;
        padding-bottom: 4rem;
        padding-left: 11rem;    
        width: 41rem;
        height: 41rem;
        left: -3rem;
        bottom: -15rem;
    }

    .baseline .hero .inner h1 {
        font-size: 3.5rem;
    }

    .baseline .hero {
        height: 50vh;
    }

}

@media ( max-width: 600px ) {

    .baseline .hero .inner {
        padding-top: 6rem;
        padding-right: 5rem;
        padding-bottom: 2rem;
        padding-left: 9rem;    
        width: 35rem;
        height: 35rem;
        left: -5rem;
        bottom: -15rem;
    }
    
    .baseline .hero .inner h1 {
        font-size: 3rem;
    }
    

}


.baseline .hero .container {
    width: 100%;
    max-width: 100%;
}

.baseline .hero .inner h1 {
    color: #fff;
}

footer .address {
    text-align: right;
}

@media ( max-width: 720px ) {

    footer .address {
        margin-top: 4rem;
        text-align: center;
    }

}

footer .address p {
    margin-bottom: 0.1rem;
}

.widget-area.footer-bottom {
    margin-top: 5rem;
    margin-bottom: 0;
}

.widget-area.footer-bottom p {
    margin-bottom: 0;
}

.baseline footer {
    padding-top: 3rem;    
    margin-top: 6rem;
}

.baseline.home footer {
    margin-top: 0;
}


.baseline .header-wrap {
    border-bottom: 0.1rem solid #ddd;
}

.baseline.home .header-wrap {
    border-bottom: none;
}

input[type=submit].button {
    background-color: #3454A2;
}


.baseline .cde-image-left-text-right,
.baseline .cde-text-left-image-right,
.baseline .cde-two-cols .inner,
.baseline .cde-three-cols .inner {
    grid-gap: 6rem;
}

.baseline header .second {
    display: none;
}

.baseline header .first {
    height: 100%;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.baseline header .first .menu a,
.menu-bar .menu a {
    color: #EE742C;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 3vw;
}

.baseline header .first .menu .sub-menu a,
.menu-bar .menu .sub-menu a {
    margin: 0 2rem;
}

.baseline header .first .menu .current-menu-item a {
    color: #3454A2;
}

.menu-bar .menu a {
    font-size: 2rem;
}

.baseline header .first .menu a:hover,
footer .footer-50-left .menu a:hover {
    color: #3454A2;
}

footer .footer-50-left .menu a {
    color: #fff;
    font-size: 3rem;
    margin: 0 4vw 0 0;
}

@media ( max-width: 720px ) {

    footer .footer-50-left .menu a {
        margin: 0 4vw;
    }

}

.flex-elm#enquiries {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

#enquiries form {
    padding: 3rem 4rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(1rem);
}

#enquiries:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-image: url('rib-boat.jpg');
    background-size: cover;
    mix-blend-mode: multiply;
}

#enquiries form label,
#enquiries form legend {
    color: #000;
}

.baseline .cde-image-left-text-right .left.img, 
.baseline .cde-text-left-image-right .right.img {
    min-height: 25rem;
}

@media ( max-width: 720px ) {


    .baseline .cde-image-left-text-right .right .inner, 
    .baseline .cde-text-left-image-right .left .inner {
        width: 100%;
    }

}


.img-contain .img {
    border: 3rem solid #fff;
}

.cde-course {
    background-color: #3454A2;
    padding: 6rem 0;
    margin-bottom: -3rem !important;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0.5);
}

.cde-course .container {
    background-color: #fff;
    border-radius: 1rem;
    padding: 5rem;
}

@media ( max-width: 720px ) {

    .cde-course .container {
        padding: 3rem;
    }

}

.cde-course .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6rem;
}

@media ( max-width: 720px ) {

    .cde-course .inner {        
        grid-template-columns: 1fr;
    }

}

.cde-course .inner h2 {
    font-size: clamp(2.5rem, 2.8vw, 4rem);
    color: #3454A2;
}

.cde-course .inner h2:before {
    content: "";
    height: 1rem;
    width: 100%;
    display: block;
    background-color: #67C6E4;
    margin-bottom: 2rem;
}

.title-dates {
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

@media ( max-width: 720px ) {

    .title-dates {
        padding-right: 0;
    }

}

.cde-course .details .subhead {
    color: #3454A2;
    font-weight: 500;
}

.cde-course .details {
    font-weight: 600;
}

.cde-course .course-info {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 4rem;
}

@media ( max-width: 720px ) {

    .cde-course .course-info {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
    }

}

.cde-course .intro {
    font-size: 2rem;
    margin-bottom: 2rem;
}

@media ( max-width: 720px ) {

    .cde-course .intro {
        padding-top: 3rem;
        border-top: 0.1rem solid #67C6E4;
    }

}

.widget .course-content ul {
    list-style: disc;
    margin-left: 2rem;
    columns: 2;
}

@media ( max-width: 720px ) {

    .widget .course-content ul {     
        columns: 1;
    }

}

.widget .course-content ul li {
    margin-bottom: 0.1rem;
    margin-left: 1rem;
}

.cde-course .course-after {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.button .fa-solid {
    opacity: 0.5;
}

.baseline .button,
.baseline  .woocommerce #respond input#submit,
.baseline  .woocommerce a.button,
.baseline  .woocommerce button.button,
.baseline  .woocommerce input.button,
.baseline  button,
.baseline  input[type=button],
.baseline  input[type=reset],
.baseline  input[type=submit] {
    font-weight: 500;
}

.baseline .no-entry input {
    pointer-events: none;
    opacity: 0.8;
    background-color: transparent;
}

.baseline .pum-theme-default-theme .pum-title {
    color: #3454A2;
    font-weight: 600;
    margin-bottom: 2rem;
}

.cde-course .dates li {
    margin-bottom: 0;
    font-weight: 600;
}

@media ( max-width: 720px ) {

    .cde-course .dates {
        margin-top: 3rem;
    }
    

}

.cde-course .dates h4 {
    color: #3454A2;
    font-weight: 500;
    font-size: 1.7rem;
}

.cde-course .dates h4 .fa-solid {
    color: #67C6E4;
    margin-right: 0.9rem;
}

.dates ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
}

@media ( max-width: 720px ) {

    .dates ul {
        grid-template-columns: 1fr;
    }

    .dates li {
        font-size: 1.5rem;
    }

}

p.msg {
    font-size: 1.5rem;    
}

.baseline .sub-menu {
    padding-top: 2rem;
}

@media ( max-width: 600px ) {

    .baseline .sub-menu {
        padding-top: 0;
    }

}

.baseline .sub-menu li a {
    padding: 2rem 0;
}

.cde-box-menu.style-3 li {
    border-radius: 1rem;
}

.cde-box-menu.style-3 li h2 {
    width: calc( 100% - 5rem );
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cde-box-menu.style-3 li h2:after {
    content: "\f0a9";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: rgba(255, 255, 255, 0.4);
    font-size: 5rem;
    width: 5rem;
    display: inline-block;
    position: relative;
    right: -5rem;
    
}

.baseline .cde-box-menu.items-per-row-1 {
    grid-row-gap: 3rem;
}

.cde-box-menu.style-3 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.cde-box-menu.style-3 li:hover {
    opacity: 0.7;
}

.cde-box-menu.style-3 li p {
    display: none;
}

.cde-wide-text.small-hero .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;        
}

.cde-wide-text.small-hero .wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5674bc;
    z-index: 1;
    mix-blend-mode: multiply;
}

.cde-wide-text.small-hero .inner {
    position: relative;
    z-index: 8;    
    color: #fff;
}

.cde-wide-text.small-hero .inner h1 {
    color: #fff;
}

.small-hero .inner a {
    color: #fff;
}

.cde-two-cols.has-bgcolor {
    padding-left: 4rem;
    padding-right: 4rem;
}

#enquiries.cde-two-cols.has-bgcolor {
    padding-left: 0;
    padding-right: 0;
}

.widget .after ul {
    margin-top: 2rem;
    list-style: disc;
    margin-left: 3.5rem;
}

.button.enq {
    display: block;
}

.cost-dur-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
    margin-bottom: 3rem;
}

@media ( max-width: 600px ) {

    .cost-dur-wrap {
        margin-top: 4rem;
    }

}

.cde-wide-text.has-bgcolor, 
.cde-shared-content-elm.has-bgcolor, 
.cde-two-cols.has-bgcolor, 
.cde-three-cols.has-bgcolor {
    border-radius: 1rem;
}

.dur, 
.price {
    font-size: 2.2rem;
}

.dur div, 
.price div {
    font-weight: 400;
}

.flex-elm.margin-top {
    margin-top: 8rem;
}

.syl-grid .cde-grid-item-inner {
    display: grid;
    grid-template-columns: 8rem 1fr;
    grid-column-gap: 4rem;
}

@media ( max-width: 600px ) {

    .syl-grid .cde-grid-item-inner {
        grid-template-columns: 6rem 1fr;
        font-size: 1.5rem;
    }

}

.syl-grid .grid-list.cols-1 {
    grid-gap: 1rem;
    margin-top: 3rem;
}

.syl-grid .item-label {
    color: #EE742C;
}

.cde-two-cols.map .right-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}   

.flex-elm.last.cde-two-cols.map {
    margin-bottom: 8rem;
}

@media ( max-width: 600px ) {

    footer .widget-area #menu-footer-left.menu li {
        display: block;
        margin: 2rem 0;
    }

}

</pre></body></html>