/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body{
    box-sizing: border-box;
}
a,a:hover {
    text-decoration: none;
}
body, input, button, select, textarea, li {
    font-family: "Lato",sans-serif !important;
}
/**
* Header style
***/
header {
    transition: all 300ms;
    background-color: rgba(67,109,152,0.9) !important;
    z-index: 1300 !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    left: 0;
    width: 100%;
    top: 78px;
}
body:not(.logged-in) header {
    top: 46px;  
}
header nav#sticky-navigation {
    background-color: rgba(67,109,152,0.9) !important;
}
.site-branding {
    display: none;
}
header nav.main-navigation {
    margin: 0 auto;
    background: transparent;
}
#generate-slideout-menu {
    background: rgb(67,109,152);
    width: 80%;
    padding: 30px 0;
}
#generate-slideout-menu ul li a {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    padding: 14px 28px;
}
#generate-slideout-menu ul li {
    border-top: 2px solid rgba(255,255,255,0.15);
}
#generate-slideout-menu ul li.current-menu-item a {
    background-color: rgb(108,160,204);
}
header div.inside-header {
    padding: 0 40px;
}
header nav.main-navigation ul li a {
    font-family: "Cinzel",serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    color: #fff !important;
    padding: 0 !important;
    margin-right: 24px;
    transition: all .3s ease-in-out;
    margin-right: 19;
}
header nav.main-navigation ul li:hover a {
    color: rgb(147,196,231) !important;
}
#site-topbar {
    background-image: linear-gradient(to left, #28517e 0%, #557fab 50%, #28517e 100%);
    color: #fff;
    text-decoration: none;
}
#generate-slideout-menu .menu-item-51 {
    padding: 20px 0 0 20px;
}
#primary-menu .menu-item-51 a,
#generate-slideout-menu .menu-item-51 a{
    border: 1px solid white;
    padding: 7px 15px !important;
    background: #28517e; 
    transition: all 200ms;
    line-height: 1.4;
    border-radius: 7px 0;
    background-image: linear-gradient(to left, #19395d 0%, #305b8a 50%, #19395d 100%);
}
#generate-slideout-menu .menu-item-51 a{
    max-width: 250px;
    line-height: 1 !important;
    max-height: 37.77px;
    text-align: center;
}
#primary-menu .menu-item-51:hover a {
    color: rgb(147,196,231) !important;
    border-color: #93c4e7;
}
#site-logo-bar {
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    z-index: 1000;
}
body:not(.logged-in) #site-logo-bar {
    top: 113px;  
}
.hero-gradiant-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(110deg, #83abd1, #567392, #c7ae92, #9c7a57);
    opacity: 0.6;
    display: block;
    left: 0;
    top: 0;
    position: absolute !important;
}

#mobile-header button.menu-toggle .gp-icon.icon-menu-bars {
    display: none;
}
#mobile-header button.menu-toggle{
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 5px 0 20px 0;
}
#mobile-header button.menu-toggle::after{
   content: ". . .";
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#mobile-header{
    transition: all 300ms;
    background-color: rgba(67,109,152,0.9) !important;
    z-index: 1300 !important;
    position: relative;
}

/**
* Footer style
* **/
.site-footer footer .footer-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer footer .footer-nav-menu ul li{
    text-align: center;
    margin-bottom: 12px;
}
.site-footer footer .footer-nav-menu ul li a {
    color: #93c4e7;
    font-size: 16px;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1;
    font-style: normal;
    transition: all .3s ease;
}

.site-footer footer .footer-nav-menu ul li.current-menu-item a,
.site-footer footer .footer-nav-menu ul li:hover a {
    color: rgb(108,160,204);
}
.site-footer footer .icon-list-wrapper svg {
    transition: all .3s ease;
}
.site-footer footer .icon-list-wrapper:hover  svg {
    color: #6ca0cc;
}
.site-footer footer form {
   margin-top: 0 !important;
}
.site-footer footer form .forminator-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.site-footer footer form .forminator-row input {
    border-radius: 4px !important; 
    color: #555;
    height: 34.45px !important;
    border: 1px solid #ddd;
    padding: 0 .65em;
    font-size: 13px !important;
    color: #555;
    background-color: #fff;
    box-shadow: inset 0 1px 1px #00000013;
}
.site-footer footer form .forminator-row button.forminator-button {
    width : fit-content !important;
    border: 1px solid rgb(147, 196, 231) !important;
    border-radius: 32px !important;
    padding: 6px 20px !important; 
    text-align: center;
    background: transparent;
    font-size: 16px !important;
    line-height: 130% !important;
    min-width: 168px !important;
    box-shadow: none;
    color: rgb(147, 196, 231);
    text-transform: uppercase !important;
    transition: all .3s ease;
}
.site-footer footer form .forminator-row button.forminator-button:hover{
    width: fit-content;
    border: 1px solid rgb(147, 196, 231) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgb(108, 160, 204) !important;
}
#footer-copyright a {
    color: #93c4e7;
}

/**
* Pivotal Leadership style
***/
#pivotal-hero-title strong {
    font-size: 45px;
}
#program-for-list ul {
    padding: 0;
    margin-left: 32.43px;
}
#program-for-list ul li {
    font-size: 19.6px;
    color: rgb(76,84,90);
    font-weight: 300;
    line-height: 170%;
}
#christina-call-cta a {
    cursor: pointer;
}
/**
* About us style
***/
.bottom-shape {
  -webkit-clip-path: polygon(
    0% 0%, 
    100% 0%, 
    100% calc(100% - 30px), 
    50% 100%, 
    0% calc(100% - 30px)  
  ) !important;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 30px),
    50% 100%,
    0% calc(100% - 30px)
  ) !important;
}
.gradient-line {
    border-image: linear-gradient(to left, #4a4a4a 0%, #b1b5b7 20%, #8d8888 45%, #6f6f6f 70%, #4a4a4a 85%, #6f6f6f 100%);
    border-image-slice: 1;
    width: 210px;
    margin: 20px;
    border-top: 4px solid rgb(67,109,152);
    height: 4px;
}
.gradient-bg {
    background-image: linear-gradient(to left, #4a4a4a 0%, #b1b5b7 20%, #8d8888, #6f6f6f 70%, #4a4a4a 85%, #6f6f6f 100%);
}
.gradient-bg.long {
    background-size: 200%;
}
.about-icon-section {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    background-size: 50% !important;
    text-align: center;
}
.about-icon-section:hover .about-icon-wrapper {
    transform: scale(1.05);
}
.about-contact-link .scalable-span{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgb(147, 196, 231);
  transform: scaleX(0);  
  transform-origin: 0% 50%; 
  transition: transform 0.3s ease; 
}
.about-contact-link:hover .scalable-span{
  transform: scaleX(1); 
}
.about-list-wrapper p::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/christinadyer-icon-s-1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 12px 5px 0;
    float: left;
}
/**
* Responsiveness style
**/
@media (max-width: 768px) {
    #site-topbar{
        padding: 0 10px;
    }
    #site-logo-bar {
        display: none;
    }
    .site-footer footer .footer-nav-menu ul li a{
        font-size: 20px;
    }
}
@media (max-width: 576px) {
  #pivotal-hero-title strong {
        font-size: 35px;
  }
  #program-for-list ul li {
    font-size: 16.8px;
    line-height: 160%;
}
}
@media (max-width: 375px) {
    .pivotal-christina-image {
        width: 245px !important;
        min-width: 245px !important;
    }
}