/*

Custom main styles

*/


/* Atoms */

h1{
	font-size: 2.5rem;
}

a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

a:hover {
	color: #777;
	text-decoration: none;
}

.module__title{
	background: #6b1e00;
	padding: 10px;
	color: #ffc119;
}

/* End Atoms */


/* Moleculs */

h1 a{
	font-size: 2.5rem;
}

.header__logo--link{
	padding-left: 20px;
}

.slick__container .slick-dots,
.slick__container button.slick-arrow{
	display: none!important;
}

.latestnews{
	list-style: none;
	padding: 0;
}

.latestnews li{
	border-bottom: 1px solid #eee;
	padding: 10px 5px;
}

.latestnews li a{
	font-weight: 400;
}

.readmore .btn{
	background: #6b1e00;
	color: #ffc119;
	font-weight: 600;
	border-radius: 0;
}

.readmore .btn:hover{
	background: #360B0B;
}

.pagination{
	flex-direction: column;
}

.pagination ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.pagination ul li{
	padding: 10px;
	background: #eee;
}

.pagination .counter{
	text-align: center;
}


/* End Moleculs */

/* Organisms */

.site__header{
	background-image: url(../images/header-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


.menu__container{
	background: #ffc119;
}

.menu__container ul.nav.menu li a{
	padding: 20px;
	display: inline-block;
}

.menu__container ul.nav.menu li a:hover{
	color: #ffc119;
}

.menu__container ul.nav.menu li:hover{
	background: #6b1e00;
}

.slick__container {
	/*display: inline-flex;*/
	margin: 30px 0;
}

.slick-slide{
	display: flex!important;
	justify-content: center;
}

.site__footer{
	background: #ffc119;
	padding: 20px 0;
}

.blog .items-row{
	display: flex;
	flex-wrap: wrap;
}

.blog .items-row > div{
	flex-basis: 50%;
	padding: 15px;
}

.blog .items-row img{
	max-height: 200px;
}

.cat-children{
	display: flex;
	flex-wrap: wrap;
}

.cat-children > div{
	flex-basis: 25%;
	padding: 10px;
	background: #eee;
	display: flex;
	justify-content: center;
}

.container {
    max-width: 1199px;
}

.article-info,
.icons{
	display: none;
}

/* End Organisms */
