/*
Theme Name: Sharkfin 2023
Author: Sharkfin Media Ltd
Author URI: https://sharkfinmedia.com/
Description: Sharkfin Media Fully Mobile Wordpress Theme
Version: Sharkfin 2023
*/
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    height: 100%;
    font-weight: 300;
    font-size: 18px
}
h1, h2, h3 {
    font-weight: 300;
    color: #0873ba;
}
h1, h2, h3 {
    text-align: center
}
h1 {
    font-size: 60px; padding-top: 25px
}
h2 {
    font-size: 40px
}
h3 {
    font-size: 30px
}
p, ul {
    line-height: 180%;
}
td, th {
    border: 1px solid #222;
}
td {padding: 10px}
table {
    border-collapse: collapse;
}
img {
    max-width: 100%;
    height: auto;
}
strong {
    color: #0873ba;
    font-weight: 600;
}
a {
    color: #0873ba
}
.back-button {background: #0873ba; color: #fff; border:none; padding: 10px 30px; text-align: center; display: block; margin: 0px auto;cursor: pointer; border-radius: 25px; font-size: 18px}
.footer {
    background: #0873ba;
    color: #fff;
    width: 90%;
    padding: 1% 5% 2.5% 5%;
    text-align: center; margin-top: 5%
}
.footer a, .footer strong, .footer h1, .footer h2, .footer h3 {
    color: #fff;
    text-decoration: none;
    font-weight: 300px
}
.sfm-colour-block {
    background: #0873ba;
    padding: 3% !important
}
.sfm-black-block {
    background: #222;
    padding: 3% !important
}
.sfm-grey-block {
    background: #eee;
    padding: 3% !important
}
.sfm-white-block {
    background: #fff;
    padding: 3% !important
}
.sfm-colour-block p, .sfm-colour-block h1, .sfm-colour-block h2, .sfm-colour-block h3, .sfm-colour-block ul, .sfm-colour-block a, .sfm-colour-block li {
    color: #fff
}
.sfm-black-block p, .sfm-black-block ul, .sfm-black-block li {
    color: #fff
}
.sfm-button-spacing {
    padding-top: 40px
}
.wp-block-coblocks-events__day, .wp-block-coblocks-events__title, .wp-block-coblocks-events__time {
    color: #0873ba
}
hr {
    width: 50%;
    margin-top: 40px;
}
.pt-cv-wrapper .btn-success {
    background: #0873ba !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 10px 30px;
}
.blog-button {
    display: inline-block;
    padding: 20px 50px;
    background: #0873ba;
    color: #fff;
}
.blog-button a {
    color: #fff;
    text-decoration: none;
}
.blog-button:hover {
    background: #222;
    color: #fff;
}
img.alignright {
    float: right;
    margin: 0 0 2em 2em;
}
img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    padding: 0px
}
.alignwide {
    padding: 0% 10%;
}
.wp-block-embed-youtube {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}
.wp-block-embed-youtube iframe, .wp-block-embed-youtube object, .wp-block-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#responsive-menu-pro-header {
    border-bottom: solid #ddd 0px
}
/* First Break Point ************************************************************************/
@media screen and (max-width:1400px) {
	.has-carousel {height: 450px!important}
    .sfm-colour-block, .sfm-grey-block, .sfm-white-block {
        padding: 2.5% 1.5% !important
    }
    p, ul {
        line-height: 160%;
    }
    h1 {
        font-size: 70px
    }
    h2 {
        font-size: 40px
    }
    h3 {
        font-size: 30px
    }
    .alignwide {
        padding: 0% 5%;
    }
    .sfm-button-spacing {
        padding-top: 20px
    }
}
/* Second Break Point ************************************************************************/
@media screen and (max-width:768px) {
	.has-carousel {height: 300px!important}
    .sfm-colour-block, .sfm-grey-block, .sfm-white-block {
        padding: 5% 0% !important
    }
    p, ul {
        font-size: 16px;
    }
    h1 {
        font-size: 2em;
        margin: . 67em 0
    }
    h2 {
        font-size: 1.5em
    }
    h3 {
        font-size: 1.17em
    }
    #responsive-menu-pro-header #responsive-menu-pro-header-bar-logo img {
        width: 80% !important;
        height: 80% !important;
    }
    .alignwide {
        padding: 0% 2.5%;
    }
    .footer {
        width: 93%;
        padding: 2.5% 3.5% 8% 3.5%;
    }
}