:root{
    --bt-font-size-header-menu: 18px;
}


:root :where(p.has-background) {
    padding: inherit;
}

#secondary {
    padding-top: 0;
}

body {
    margin-bottom: 50px;
}
.site-branding > div {
    display: none;
}

.shfb-component-mobile_hamburger .menu-toggle svg{
    fill: currentColor;
}
.footer-widget figure img {
    filter: brightness(0) invert(1);
}
.shfb-mobile_offcanvas .mobile-menu-close{
    top: 10px;
    right: 10px;
}

.shfb.shfb-header .main-navigation{
    font-weight: 600;
}

.shfb-main_footer_row h1, 
.shfb-main_footer_row h2,
.shfb-main_footer_row h3,
.shfb-main_footer_row h4,
.shfb-main_footer_row h5,
.shfb-main_footer_row h6{
    --sydney-headings-color: #fff;
}

.text-center{
    text-align: center !important;
}

.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#breadcrumbs{
    text-align: center;
}

.header-image #breadcrumbs{
    text-align: left;
    color: #fff;
}

.header-image #breadcrumbs a, .header-image #breadcrumbs span{
    color: #fff;
} 

.page-numbers {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.current>.page-numbers, .page-numbers.current {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.overlay{
	background-color: #323739 !important;
	opacity: 0.4;
}


.shfb-footer .sydney_contact_info_widget span{
    fill: #333;
}


.call-to-action a.btn{
    white-space: nowrap;
}



/* Table of Contents Button */
.toc-button {
    background-color: #002c50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: background 0.3s;
    margin-top: 50px;
    margin-bottom: 20px;
}

.toc-button:hover {
    background-color: #002c50;
    color: #FFFFFF;
}

.sidebar-recent-pages-title{
	background: #0a86b5;
}
/* top */

.m-height{
height: 32em!important;
 }
.search-container.my-5.position-relative.pos132 {
    background-color: #f0f0f0 !important;
    padding: 15px !important;
}
.search-container{
	border: 0px solid #ced4da !important;
	border-radius: .25rem;
	padding: 1rem;
	background-color: white;
	box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px !important;
 }
.search-container {
    background-color: #e8e8e8 !important;
    padding: 13px !important;
 }
.pos132{
	top: -320px!important;
	height: 26.67rem!important;
	margin-bottom: -123px !important;
 }
.pos132{
       top: 0px!important;
       }
.theme-bg:hover {
    background-color: #1706a7b4;
}
.flight-info-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #003366;
}
.position-relative {
    position: relative!important;
}
.flight-info-card {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 2em;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
}
.theme-color {
    color: #1706a7;
}
/* Table of Contents Container */
#table-of-contents {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

#table-of-contents p {
    font-size: 22px;
    margin-bottom: 10px;
}

#toc-list {
    list-style: none;
    padding: 0;
}

#toc-list li {
    margin: 5px 0;
}

#toc-list a {
    text-decoration: none;
    color: #002c50;
    font-size: 16px;
}

#toc-list a:hover {
    text-decoration: underline;
}


.airline-alphabet{
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    margin-bottom: 20px;
}
.airline-alphabet::before, 
.airline-alphabet::after{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--sydney-global-color-1);
    top: 50%;
    transform: translateY(-50%)
}

.airline-alphabet::before{
    left: -15px;
}

.airline-alphabet::after{
    right: -15px;
}


.comments-area{
    margin-bottom: 0;
}

.sydney-breadcrumbs{
    display: none;
}

/* sitemap iframe */
.page-content iframe{
	width:100%;
}

/* Media Query */


.cta-bottom:hover, 
.call-to-action .roll-button:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover{
    background: var( --sydney-global-color-2 );
    color: #eee !important;
}


.page-template-page-with-right-sidebar .page-content .wp-block-heading{
    margin-top: 0 !important;
}

.page-template-page-with-right-sidebar .page-content article a:hover,
.single-post article a:hover{
    color: var( --sydney-global-color-2 ) !important;
}



/* Blog Yoast FAQ's*/
.rank-math-list-item {
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.rank-math-question {    
    padding: 10px;
    background-color: #143f5a;
    width: 100%;
    display: block;
    padding: 10px 10px;
    color: #fff !important;
}

.rank-math-answer {
    padding: 10px 10px;
    margin: -10px 0;
	border: 1px solid;
}

.rank-math-list-item p{
    margin: 0;
}
.go-top svg {
    stroke: #ffffff !important;
}
.go-top.position-right {
    right: 20px;
    background-color: #143f5a;
}
.sidebar-recent-pages-title {
    background: #143f5a;	
}
.card-title a {
    color: #000 !important;
}
.roll-button{
	background-color: #143f5a !important;
}
.card-body a {
    color: #000;
}
.input[type="submit"]{
	background-color: #143f5a!important;
}
.has-text-align-left{
	padding-top: 15px;
}
.comment-form input:not([type=checkbox]) {
    background-color: #143f5a;
}
 input[type="submit"] {
    background-color: #143f5a !important;
	border-color: #0a86b500 !important;
}

@media only screen and (max-width: 575px ){
    body {
        margin-bottom: 70px;
    }
    .sydney-hero-area .header-image{
        padding: 30px 0;
    }
	.toc-toggle{
		display:none;
	}
    
    
    .shfb-row.shfb-cols-4.shfb-cols-layout-bigleft {
        display: flex;
        flex-flow: column;
    }
    
   
    .shfb-row.shfb-cols-layout-equal-tablet.shfb-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shfb-column.shfb-column-2 {
        display: none;
    }
    
    
    .cta-bottom {
        font-size: 20px;
        font-weight: 600;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .cta-bottom svg, .cta-bottom img{
        width: 20px;
    }
    
    .cta-bottom > span {
        display: block;
    }
 	h1:not(.site-title) {
/*         font-size: 26px !important; */
		text-align: center;
        margin-top: -15px;
        margin-bottom: 5px;
    }
	.py-3 {
    padding-top: .1rem!important;
    padding-bottom: .1rem!important;
  }
	.entry-content{
    margin-top: -20px;
} 
}
.shfb-main_footer_row {
    background-color: #173d58;
}
.shfb-footer .shfb-component-widget1 .widget-column .widget {
    color: #ffffff !important;
}
.shfb-footer .shfb-component-widget2 .widget-column .widget{
    color: #ffffff !important
}
.shfb-footer .shfb-component-widget2 .widget-column .widget a {
    color: #ffffff !important;
}
.shfb-footer .shfb-component-widget3 .widget-column .widget {
    color: #ffffff !important;
}
.shfb-footer .shfb-component-widget3 .widget-column .widget a{
    color: #ffffff !important
}
.shfb-footer .shfb-component-widget4 .widget-column .widget {
     color: #ffffff !important
}
.shfb-main_footer_row {
    background-color: #143f5a !important;
}
.shfb-footer .shfb-component-widget4 .widget-column .widget a {
    color: #ffffff !important;
}
.shfb-footer .sydney_contact_info_widget span {
    fill: #ffffff;
}
.shfb-below_footer_row {
    background-color: #ffffff !important;
}
@media only screen and (min-width: 575px){
    /*.cta-bottom {*/
    /*    font-size: 20px;*/
    /*}*/
	 
}
@media only screen and (min-width: 992px){
	body {
		font-size: 16px !important;
	}
}
@media only screen and (min-width: 1080px){
    .shfb-row.shfb-cols-layout-bigleft.shfb-cols-4{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .cta-bottom {
        font-size: 24px;
    }
    
    .search-form{
        width: 50%;
    }
}


@media only screen and (min-width: 1320px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1280px;
    }
}
