/* headerTitle */

.entry-title{
	visibility:hidden;
}

/* hamburger */
.menu-default .close-menu span.menu-icon span ,span.menu-icon span{
	background:#e0be5d;
}

/* navtext */
.menu-default .main-navigation ul li a{
	color:#eaeaea;
}

/* navbg */

.navbar.at-navbar {
	background-color:#7a1616;
}

.menu-default .navbar-collapse{
	background:#7a161b
}

/* downloadButton */

.wp-block-file__button.download_btn{
	border:1px solid #7a1616;
	background:white;
	color:#b8935d;
	border-radius:0px;
}

.wp-block-file a.wp-block-file__button.download_btn:hover{
	color:#b8935d;
	background:#7a1616;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited{
	color:#b8935d;
}

/* ninja-table
thead tr th{
	border:none;
}

tbody tr td{
	border:none;
}

.footable.table>tbody>tr>td{
	border:none;
}

tfoot tr td{
	border:none;
} */

/*table*/
.wp-block-table.is-style-stripes td.td-first{
	background-color:white !important;
	border-bottom:2px solid #ddd;
}


/* pagination */
.foo-table.footable-paging-right .footable-pagination-wrapper{
	text-align:right;
	float:right;
	}

.footable .pagination>.active>a,
.footable .pagination>.active>a:hover{
	background-color:#7a1616;
	border-color:#902227;
}

.footable .pagination>li>a, .footable .pagination>li>span,
.footable .pagination>li>a:hover{
	color:#b8935d;
}

/* shareNlikebottom */
.sharedaddy{
	display:none;
}

/* removePostDefaultStyle */
.blog-header,
.navigation.post-navigation,
#comments.comments-area{
	display:none;
}
.single-post article.post{
	border-bottom:none;
}

/* hideDownloadIcon */
.wp-block-file img{
	display:none;
}

/* footerhover & footeractive */
.at-first-level-nav ul li a:hover, .at-first-level-nav ul li a[aria-current="page"]{
	color:#b8935d;
}

/*Remove header image from 2020 Kids contest page*/
.page-id-449 .inner-main-title > img {
    display: none;
}

/*Remove header image from 2018 Kids contest page*/
.page-id-1423 .inner-main-title > img {
    display: none;
}

/*Remove header image from 2018 Kids contest page*/
.page-id-1453 .inner-main-title > img {
    display: none;
}

/*floating menu opacity*/
.wpb-fmc-floating-menu-or-category-floating_icons ul li > a {
	opacity:0.8;
}