/*
* Theme Name: DIVI Child theme
* Description: Child theme for Divi theme
* Theme URI: http://www.elegantthemes.com/gallery/divi/
* Version: 2.7.5
* Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
* Author: Elegant Themes
* Template: Divi
*
*/

@import url('css/fontello.css');

/* Additional Font -Sample */

@font-face {
    font-family:'Poppins Regular';
    src: url('font/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
} 

@font-face {
    font-family:'Century-Regular';
    src: url('font/CENTURY.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family:'BASKVILL';
    src: url('font/BASKVILL.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family:'bashing';
    src: url('font/Bashing-Regular.ttf') format('truetype');
    font-display: swap;
}

/***************** Single Post **********************/
.single-post .comment-body {
    padding-right: 0px !important;
}

.single-post #commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea{
    border-radius: 6px;
    border: 1px solid #008069 !important;
}
.single-post .form-submit .et_pb_button {
    float: left;
    cursor: pointer;
    background: #008069;
    border-radius: 5px;
}
.single-post .container{
  padding-top: 150px !important;
}
.single-post .et_pb_post h1{
  opacity: 0 !important;
}
/***************** Header **********************/
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
  color: #d6cd75 ;
}
.menu-item-1857{
    margin-top: 0px !important;
    background: #3f392c !important;
  padding-bottom: 5px;
    padding-top: 10px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 30px;
}
.menu-contact1 .et_pb_menu_0_tb_header.et_pb_menu ul li a{
  color: black !important;
}
.menu-item-17:hover{
    background: #ffffff !important;
}
.menu-item-17{
    background-size: cover !important;
    background-image: url("https://militaryexcellenceaward.com/wp-content/uploads/2025/12/Goldbtn1a.png");
    margin-top: 0px !important;
  padding-bottom: 5px;
    padding-top: 10px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 5px;
}
.menu-contact1 .et_pb_menu_0_tb_header.et_pb_menu ul li a{
  color: black !important;
}


/************************************/
.scrollup-button {
    border-radius: 8px !important;
    border: 1px solid white !important;
}
.scrollup-button:hover {
  transition: .25s;
  transform: scaleX(1.3) scaleY(1.3);
}

@media ( max-width: 375px ) { 

}
@media only screen and ( max-width: 320px ) { 

    
}


/* End of Responsive Style 