/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Divi Child
Version: 1.0
Author: Bui Quang Tuyen
Author URI: https://facebook.com/bao10081997
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

#main-header,
#main-footer,
#footer-bottom{
	display: none;
}
.single-post #footer-widgets {
    padding: 27px 0 0;
}
.single-post .footer-widget{
	margin-bottom: 0 !important;
}
.single-post #custom_html-2{
	width: 100%;
}
.single-post #footer .et_pb_row{
	width: 100% !important;
}
.single-post #main-footer{
	display: block;
	margin-top: 30px;
}
#page-container{
	padding-top: 0 !important;
	overflow: hidden;
}
ul#mega-menu-primary-menu li.mega-menu-item > ul .mega-menu-item > .mega-menu-link:hover,
ul#mega-menu-primary-menu li.mega-menu-item > ul .mega-current-menu-parent > .mega-menu-link,
ul#mega-menu-primary-menu li.mega-menu-item > ul .mega-current_page_item > .mega-menu-link{
	    background: #0348a1 !important;
		color: #05a952 !important;
}
#et-main-area:after,
#main-content:after{
	content: '';
	display: table;
	clear: both;
}
figure.pgcu_post__image{
	margin: 0;
}
@keyframes toggle{
	0%{ 
		top: -200px;
	}
	100% {
		top: 0px;
	}
}
@keyframes toggle-admin{
	0%{ 
		top: -200px;
	}
	100% {
		top: 32px;
	}
}
#custom-header.fixed{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 999;
	animation: toggle 1 1s;
	box-shadow: 2px 2px 10px -7px rgba(0,0,0,0.3);
}
.admin-bar #custom-header.fixed{
	animation: toggle-admin 1 1s;
}
#wpfront-scroll-top-container img{
	border-radius: 50%;
/* 	background: white; */
}