/*
Theme Name: Deep Child
Template: Deep
Version: 1.0.7
Updated: 2024-02-20 04:13:56
*/
#wrap .icon-box10 a.magicmore { 
    font-size: 12px !important;   
}
#wrap .ft-subscribe h3 {   
    color: #fff !important;
}
.ft-wht li a,.socialfollow a i,.footer-navi{
	color: #fff !important;
}
#main-conten  p {
   
    color: #000000 !important;
}
#main-content p a,.wpb_text_column wpb_content_element p a {
    color: #000000 !important; 
    outline: 0;
    font-size: 16px !important;
	font-weight:bold !important;
    text-decoration: underline !important;
}
input, input:hover, input:focus{
background: #fff !important;
color: #000 !important;
font-size: 14px !important;
}

#wrap .ft-subscribe .subscribe-box-submit.button.medium {
	background-color: #006625 !important;
}

#wrap .ft-subscribe .subscribe-box-submit.button.medium span{ 
    font-size: 16px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
}


.footer a {
    color: white; 
    outline: 0;
    font-size: 16px;
    text-decoration: underline;
}

.blogmenu ul, .blogmenu{
    display: flex !important;   
    flex-wrap: wrap !important;
	 list-style: none !important;
	justify-content: space-between !important;

}
.blogmenu ul li,.blogmenu li{
   margin-right:20px !important;

}
.blogmenu ul li a, .blogmenu li a{
  color:#000 !important;
  font-weight:700 !important;
  text-decoration: none;

}
.blog_heading {
	 font-weight:700 !important;
}
.container {
  display: flex;
  justify-content: space-between; /* or space-around / space-evenly */
  align-items: center; /* vertical alignment */
}

.element {
  flex: 1; /* makes each element take equal width */
  margin: 0 10px; /* optional spacing */
}