/*
 Theme Name:   Ad Astra Child
 Theme URI:    http://ad-astra.bold-themes.com
 Description:  Ad Astra child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     ad-astra
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  ad-astra-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.bt-logo-area .logo {
    width: 100%;
    max-width: 300px;
}

.bt-logo-area .logo img.btMainLogo {
    width: 100%;
    height: auto;
}

/*
.video_header video {
    height: 100%;
}
*/
/*
.video_header video {
    width: 100%;
    top: inherit !important;
}
*/


.video_header video {
    top: inherit !important;
    object-fit: cover !important;
    height: 100%;
    width: 100%;
}

.home_contact .bt_bb_cf7_col {
    width: 50%;
}


body.page.page-id-49  .bt-site-footer section.bt_bb_section_with_bottom_coverage_image.animated,
body.page.page-id-72  .bt-site-footer section.bt_bb_section_with_bottom_coverage_image.animated {
    display: none;
}


span.bt_bb_process_step_text ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

span.bt_bb_process_step_text ul br {
    display: none;
}

span.bt_bb_process_step_text ul li {
    padding-left: 30px;
    position: relative;
    margin: 5px 0px;
}

span.bt_bb_process_step_text ul li:before {
   position: absolute;
    top: 3px;
    left: 2px;
    background: url(../image/purple_tick.png);
    content: '';
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-icon{list-style-type:none;}
.custom-icon li{
	 padding-left: 30px;
    position: relative;
    margin: 5px 0px;
}
.custom-icon li:before {
   position: absolute;
    top: 3px;
    left: 2px;
    background: url(../image/purple_tick.png);
    content: '';
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.taxation_list .bt_bb_card_content {
    min-height: 550px;
}

.white_check span.bt_bb_bulleted_list_icon {
    color: #fff !important;
}

.home_subtext  .bt_bb_headline_subheadline {
    font-size: 24px !important;
}
.faq-table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
  padding: 10px;
  text-align: center;
}
.footer-padding{padding-left:30px;}
@media(min-width: 1400px){
    .bt-logo-area .logo {
        max-width: 400px;
        position: relative;
        line-height: initial;
    }

    .bt-logo-area .logo span, .bt-logo-area .logo span a {
        position: absolute;
        top: 50%;
        display: block;
        width: 100%;
        height: 100%;
        background: red;
    }

    .bt-logo-area .logo img.btMainLogo {
        margin-top: 30px;
        height: 70px;
        object-fit: contain;
    }

    .bt-logo-area .logo  img.btAltLogo {
        width: 100% !important;
        height: 70px;
        object-fit: contain;
        margin-top: 0px;
    }
	
}

@media (max-width: 1360px){
    .btMenuHorizontal.btMenuRight .menuPort nav {
        padding-left: 0px;
    }

    .btMenuHorizontal .menuPort > nav > ul > li {
        margin-right: 0px;
    }
	
}

