/*
Theme Name: Cyberfrog (Shaun)

Author: Shaun Hearnden

Version: 999999999999999999999999999999

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


h1, h2, h3{font-family: "Limelight", sans-serif!important;}

body, p, input, textarea, select, div, a, html, h4, h5, h6{
    
     font-family: "Inter", sans-serif!important;
    
    
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0; /* Removes default top margin */
    margin-bottom: 16px; /* Standard bottom margin */
    line-height: 1.5; /* Line height for readability */
}

/* Specific Heading Styles */

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px; /* Extra space below larger headings */
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 18px;
}

h4 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
}

h5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 14px;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Paragraph Styles */

p,  {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px; /* Space between paragraphs */
}

#logo {
    width: 300px;
    margin: 0;
    display: block;
    border-radius: 0 0 50%;
    overflow: hidden;
    /* padding-right: 30px; */
}
#logo img{width:100%; display:block;}

#header{text-align: center; width:100%; display:block;
    position: relative; 
    padding:20px 100px 20px 10px;
 
  text-align: right;
    
}


.header_deets a {
    display: inline-block;
    margin-left: 20px;
    color: #000;
    font-size: 22px;
}


.header_deets a:last-child {
    font-size: 35px;
    position: relative;
    bottom: -5px;
}

.image{position:relative;border-radius:50px 0; overflow:hidden;}
.image img{    
        position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;}
.flex_grid{   display: grid;
   display: grid;
    grid-template-columns: 40% 55%; /* Adjust these values as needed */
    gap:5%; /* Optional: Adjust the gap between columns if needed */
}
.black_strip.first .inside_logo {width:270px;margin:0 auto; display:block;margin-bottom:30px;border-radius:50%; margin-top:-30px;}
.media {display:block; padding:70px; text-align: center;}
.media .grid{
    
       display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Adjust the gap between grid items as needed */
    
    
}
.media .grid a{position:relative; height:300px; border-radius:10px; overflow:hidden;}

.media .grid a img{
    
        
        position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;
    
}


.dual_links a{min-width:150px; text-align: center;   line-height: 1.6;}
.dual_links a:last-child{    color: #000;
    background: #f1b869;}

a{text-decoration:none;}

.other_logo{
    
    display:block;
   width:300px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
    
}

.other_logo img{width:100%;}

.wrapper{max-width:1200px; display:block; margin:0 auto;z-index: 3; position: relative;}

.black_strip{display:block; background:#000;padding:70px 0 130px 0; position: relative}
.black_strip *{color:#fff;}


.contact_deets a:last-child {
    font-size: 35px;
    position: relative;
    bottom: -5px;
}

.wave{

    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/svg-e1777653684221.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center bottom;
    z-index: 1;

}

.wave_white {
    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/wave_white.fw_.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
}


.silver_wave {
    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/wave_sliver.fw_.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
}


.black_wave {
    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/wave_2.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
}


.contact_deets a{
    
    font-size:18px;
    display:inline-block; margin: 10px;
}

.book_now{padding:70px 0 140px 0; background:#fff;display:block; position: relative;}

#footer{background:#000; text-align: center;padding:40px 0;}

#footer *{color:#fff;}

#copyright{display:block; text-align:center; background:#000; font-size:14px; color:#fff; padding:10px;}
#copyright a{color:#f1b869}
.black_strip a{background:#fff; color:#000; border-radius:50px 0;


font-size:18px;
 
    padding: 10px 30px;
 
    display: inline-block;
    margin-top:20px;
    font-weight: 600;
}

.silver_strip{display:block; background:#e5e5e5;padding:70px 0 140px 0; position: relative;}
.silver_strip *{color:#000;}

.top_banner{display:block; width:100%; height:100vh; position: relative; max-height:1020px;}

.top_banner a {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px 0;
    display: inline-block;
    margin-top:20px;
    font-weight: 600;
    font-size:18px;
}

.top_banner > span{
    
     position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}

.top_banner > img{
        
        position: absolute;
    width: 800px;
 
    object-fit: contain;
/*    height: 100%;*/
    object-position: 50% 50%;
   

bottom: 0;
left: 50%;
transform: translateX(-50%);
    
}

.book_now .wrapper{max-width:600px;}
.book_now input, .book_now textarea{border:1px solid #444;border-radius:10px;}

input#gform_submit_button_1{
    border:none!important;
   color: #000;
    background: #f1b869;
    padding: 10px 30px;
    border-radius: 50px 0;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    
    
    
}

div#gform_confirmation_message_1 {
    display: block!important;
    text-align: center!important;
    background: #000!important;
    color: #fff!important;
    padding: 10px!important;
}


.video_grid{   display: grid;
    margin-top:50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; /* Adjust the gap between grid items as needed */}

.video_grid video {aspect-ratio: 16 / 9; width:100%;}
