@charset 'utf-8';
/*
 Theme Name:   Military Child
 Theme URI:    http://military.ancorathemes.com/
 Description:  A theme built for MBDA Inc by Gray Street Solutions
 Author:       Gray Street Solutions
 Author URI:   https://graystreetsolutions.com
 Template:     military
 Version:      1.5
 Tags:         light, inheritable theme-options
 Text Domain:  ancora
*/


@import url("../military/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* MBDA custom styling */
.scheme_original .top_panel_middle {background-color:white!important;}
.scheme_original .menu_main_nav > li > a{color:#9da1a4!important;}
.scheme_original .menu_main_nav > li > a:hover{color:white!important;background-color:#c41037;}
.scheme_original .menu_main_nav > li > a:active{color:white!important;background-color:#c41037;}

.tp-bullets.tp-thumbs.round {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    bottom: 0 !important;
    height: 80px !important;
    background: rgba(255,255,255, 0.2);
    padding: 30px 0 0 0 !important;
    overflow: hidden;
}
.tp-bullets.tp-thumbs .tp-mask {
    margin: 0 auto;
    width: 500px !important;
    overflow: visible !important;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    left: 0 !important;
}

.tp-bullets.tp-thumbs .bullet {
    width: 110px !important;
    position: relative;
    overflow: visible !important;
}
.tp-bullets.tp-thumbs .bullet + .bullet {
    margin: 0 0 0 20px;
}

.tp-bullets.tp-thumbs .bullet:hover:before,
.tp-bullets.tp-thumbs .bullet.selected:before {
    position: absolute;
    height: 3px;
    width: 100%;
    top: -29px;
    left: 0;
    right: 0;
    content: '';
    z-index: 100;
}

.tubepress_embedded_title {
	text-align:center!important;
}


