@media (max-width: 1400px) {
    #logo img {
        height: 60px !important;
    }
}
@media (min-width:992px) {

	#header-wrap .primary-menu .mega-menu-content.opened {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
		z-index: 399;
		pointer-events: auto;
	}

}

.wp-block-image.alignfull img, .wp-block-image.alignwide img, .wp-block-media-text__media img {
    height: auto;
}

.menu-container .menu-item:nth-of-type(2) .sub-menu-container .menu-item > .menu-link {
    color: #287090;
    font-size: 17px;
}

@media (min-width: 1700px) {
    .container-xl {
        max-width: 1640px;
    }
}

.child-no-padding .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#page-title .breadcrumb span {
    margin: 0 2px;
    margin-top: 0;
    line-height: 1;
}

li.grid-item {
    list-style: none;
}

.fancy-title.border-0::before, .fancy-title.border-0::after {
    display: none;
}

.feature-box.no-link a {
    cursor: default;
    pointer-events: none;
}

/***********************  featured-services-block ************************/
.featured-services-block .row.child p {
    line-height: 1.8;
    opacity: 0.7 !important;
    color: #343a40 !important;
    font-weight: 400 !important;
    margin-top: 1rem !important;
}

.featured-services-block .dark .row.child p {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 400 !important;
}

/***********************  // featured-services-block ************************/
@media (min-width: 992px) {
    .process-steps.number > div::after, .process-steps.number > div::before {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        margin-left: -26px;
        width: 50%;
        border-top: 2px dashed #ddd
    }

    .process-steps.number > div::after {
        left: auto;
        right: 0;
        margin: 0 -26px 0 0
    }

    .process-steps.number > div:first-child::before, .process-steps.number > div:last-child::after {
        display: none
    }

    .process-steps.image > div .fbox-img::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 100%;
        width: 150%;
        border-top: 1px dashed #094ec4;
    }

    .process-steps.image > div .fbox-img img {
        background-color: #F9F9F9;
        z-index: 3;
        position: relative;
    }

    .process-steps.image > div:last-child .fbox-img::before {
        display: none
    }
}

/***********************  // forms ************************/
.form-control {
    height: 40px;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 6px;
}

textarea.form-control {
    height: 150px;
}

.primary-button {
    background-color: #287090;
    border-radius: 6px;
    font-weight: 500;
    color: white;
    width: 100%;
}

.primary-button:hover {
    background-color: white;
    border-color: black;
    color: black;
}

input.wpcf7-form-control.wpcf7-file {
    margin-top: 20px;
    margin-left: 20px;
}

form.wpcf7-form.init {
    background-color: #e9e9e9;
    padding: 30px;
    border-radius: 20px;
    color: white;
}

/***********************  // forms ************************/
@media (max-width: 992px) {
    img.svg-bg.d-lg-block {
        min-width: 260%;
    }
}

@media (min-width: 992px) {
    img.svg-bg.d-lg-block {
        min-width: 100%;
    }
}

.whitetext {
    color: white;
    text-shadow: 0px 0px 11px black;
}

.h1-front-page {
    font-size: 3rem!important;
}

.btn-white {
    background: #287090;
    color: white;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .text-align-center {
        text-align: center;
    }
}

.btn-top-blue {
    background-color: #287090;
    width: 200px !important;
    height: 40px !important;
    color: white !important;
    letter-spacing: 1px!important;
}

.btn-cta-sidebar {
    background-color: #287090;
    color: white !important;
    letter-spacing: 1px!important;
    text-transform: uppercase;
    font-size: 22px;  
}

.cta-sidebar {
    margin-top: 20px;
}

.btn-top-blue:hover {
    color: black!important;
}


.card-body ul {
    margin-left: 20px;
}

/*****************   Blog  *******************/
.postcontent .post-timeline .entry-timeline {
    padding-top: 13px;
    top: 20px;
    left: -107px;
    width: 76px;
    height: 76px;
}
.postcontent .post-timeline .entry-timeline div.timeline-divider {
    top: 36px;
    left: 76px;
}

.block-gallery-9 .grid-item .bg-overlay-content {
    top: auto;
    bottom: -40px;
    transition: bottom .3s ease;
}
.block-gallery-9 .grid-item:hover .bg-overlay-content {
    bottom: 0;
}

/***********************  list ************************/
.ul-margin-left {
    margin-left: 50px;
}

#top-social a {
    color: #fff;
}

div#top-bar {
    background-color: #287090;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #287090;
}

.link-footer{
    color:#287090;
}

.btn-primary {
    background-color: #287090;
    border-color: #287090;
}

.btn-primary:hover {
    background-color: white;
    border-color: black;
    color: black;
}

.bg-light {
    background-color: #ffffff !important;
}

#footer.dark {
    border-top-color: #287090;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
    color: #287090;
}

.more-link {
    border-bottom: 1px solid #287090;
    color: #287090;
}

@media (max-width: 1199px) {
    .header-misc {
        display: none;
    }
}

@media (min-width: 992px) {
.sub-menu-container, .mega-menu-content {
    border-top: 2px solid #287090;
    }
}

.podcast-badges {
    max-width: 65%;
}

.apple-badge {
    margin-bottom: 10px;
}

.spotify-badge {
    margin-bottom: 10px;
}

.amazon-badge {
    margin-bottom: 10px;
}

#page-title {
    background-color: #232323;
}

#page-title h1 {
    color: white;
} 

.input-group {
    display: table;
}

@media (max-width: 768px) {
.banner-mobile-settings {
    padding: 45px!important;
}
}

li {
    margin-left: 20px;
}

.box-services {
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 49%) 0px 3px 6px, rgb(0 0 0 / 32%) 0px 5px 15px;
}
.align-center {
    align-self: center;
}
ul.checklist li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  ul.checklist {
    list-style-type: none;
    padding-left: 0;
  }
  ul.checklist li::before {
    content: '\2713';
    margin-right: 10px;
    color: #0c86c6;
    font-size: 25px;
  }
  .text-align-center {
    text-align: center;
}
.widget .asl_w_container.asl_w_container_2 {
    margin-bottom: 20px;
}