/*
Theme Name: FiduPress News
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body{
	height: 100%;
}
#page{
	height: 100%;
	display: gird;
	place-content: center;
}
body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
}
div.wrap{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
header{
	display: none;
}
header .top-bar{
	background: #035d90;
	color: #fff;
	font-size: 13px;
}
.wpml-ls{
	display: none;
}

/* MAIN MENU */
header nav ul.menu > li > a{
	font-size: 13px;
	color: #000;
}
header nav ul.menu > li.current-menu-item > a,
header nav ul.menu > li.current-menu-parent > a,
header nav ul.menu > li a:hover{
	color: #0080c8;
}
header nav ul.menu > li.current-menu-item > a,
header nav ul.menu > li.current-menu-parent > a{
	color: #0080c8;
	font-weight: bold;
}

/* Dropdown menu */
header nav li.menu-item-has-children > a:after{
	border-color: #0080c8 transparent transparent transparent;
}
header nav .sub-menu{
	background: #fff;
	border-top: 1px solid #0080c8;
}
header nav .sub-menu li a{
	color: #333;
	font-size: 13px;
}
header nav .sub-menu li.current-menu-item a,
header nav .sub-menu li a:hover{
	color: #0080c8;
}

footer{
	background: #035d90;
	clear: both;
	color: #fff;
	padding: 30px 0;
}
footer a{
	color: #fff;
}

#content{
	padding-bottom: 0;
	align-items: center;
	display: flex;
}
#primary{
	padding-top: 0;
}
.entry-content{
	width: 680px;
	margin: 0 auto;
}

/*STYLES*/
a{
	color: #0080c8;
}
a.btn,
.wp-block-button a{
	background: #2271b1;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	display: block;
	width: max-content;
	margin: 0 auto;
}

h1,h2,h3{
	font-size: 18px;
	font-weight: bold;
	color: #0080c8;
	margin-bottom: 5px;
}
h1{
	text-align: center;
	margin-bottom: 15px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}

.wp-block-table{
	border-collapse: collapse;
	margin: 0 auto 20px;
	width: 100%;
}
.wp-block-table td{
	border: 1px solid #efefef;
	padding: 10px;
}
.wp-block-table tr:nth-child(even) td{
	background: #f5f5f5;
}

/*-----------------------------------------------
          ---- CSS SITE MOBILE ----
-----------------------------------------------*/
@media only screen and (max-width: 1024px){
	#rs-nav-btn {
		background: #035d90;
	}

	header{
		background: #fff;
	}
	header nav {
		background-color: #f1f1f1;
	}
}