/*
Theme Name: Hamburgh
*/
@import url(css/style.css) screen;

.foot_Center #siteseal img {
width: auto;
}
.foot_Center {
text-align: center;
}
.footer .foot .foot_right, .footer .foot .foot_Center,.footer .foot .copyright {
width: 100%;
float: left;
max-width: 33.333%;
}

@media only screen and (max-width: 768px) {
.footer .foot .foot_right, .footer .foot .foot_Center, .footer .foot .copyright {
width: 100%;
float: left;
max-width: 100%;
margin-bottom: 15px;
text-align: left;
}

}
@media only screen and (max-width: 767px) {
	.foot div, .foot p {
    text-align: center ! important;
    float: left;
    width: 100%;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px)  {
	.foot_top .foot_left p {
    margin-bottom: 0px ! important;
}
	#element_to_pop_up{width:70% ! important;}	
	.footer .foot .foot_right, .footer .foot .foot_Center, .footer .foot .copyright {
    padding-left: 15px;
    padding-right: 15px;
    width: auto ! important;
    max-width: unset;
}
	
.menu ul li ul.sub-menu {
    margin-left: 0px;
    left: unset ! important;
    right: 0px ! important;
}
.foot {
    display: inline-block;
}
}