/*

Theme Name: DIC Child

Description: This is a child theme for ADNA

Author: Alan Tien

Template: hello-elementor

Version: 3.0

*/



/*************** ADD CUSTOM CSS HERE.   ***************/

body{

	overflow-x:hidden

}

.box-top-message:before{
	position: absolute;
	content: '';
	left: -180px;
	top: 0;
	background: #EAFFF4;
	width: 180px;
	height: 100%;
}
#eu-cookie-bar{
	font-size: 16px;
	text-align: left;
	
	padding: 20px 15px;
}
.box-text-way p strong{
	font-size: 20px;
	display: block;
    padding-bottom: 6px;
}
.box-text-way p{
	margin-bottom: 25px;
}
.address-network p:first-child{
	font-size: 20px;
	margin-bottom: 10px;
}

.address-network p:not(:first-child) strong:nth-child(3),
.address-network p:not(:first-child) strong:nth-child(7){
	display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}
#eu-cookie-bar button {
    position: absolute;
    right: 6%;
    top: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px 20px;
    text-transform: capitalize;
    color: #0d1d41;
    height: 38px;
    width: 100px;
}
@media (min-width:1200px){
	#eu-cookie-bar{
	padding: 20px 14% 10px 6%;
}
}
@media (max-width:1199px){
	#eu-cookie-bar button{
		position: unset;
		margin-top: 5px;
	}
	.box-top-message:before {
	    left: -100px;
	    width: 100px;
	}
}
@media (max-width:550px){
	#eu-cookie-bar {
	    font-size: 14px;
	}
	.box-top-message:before{
		display: none;
	}
	.box-text-way p strong{
		font-size: 18px;
	}
}