/*CSS*/
@font-face {
font-family: "FontAwesome"; 
src: url("../libs/font-awesome/webfonts/fa-regular-400.eot"); 
src: url("../libs/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
url("../libs/font-awesome/webfonts/fa-regular-400.woff") format("woff"), 
url("../libs/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}
@font-face {
font-family: "FontAwesomeSolid"; 
src: url("../libs/font-awesome/webfonts/fa-solid-900.eot"); 
src: url("../libs/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
url("../libs/font-awesome/webfonts/fa-solid-900.woff") format("woff"), 
url("../libs/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
a{
	outline: none !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	color: #871014;
}
.theme-clearfix:after{
	content:'';
	display:table;
	width:100%;
	clear:both;
}
#main-content{
	width: 100%;
	padding: 0 6.25rem;
	max-width: 1920px;
	margin: 0 auto;
	background: white;
	position: static;
	overflow: hidden;
}
#main-content.toggled{
	position: fixed;
}
.theme-container{
	width: 100%;
	padding: 0 20px;
}
img{
	max-width: 100%;
	height: auto;
}
/*********************************************
******************* HEADER *******************
**********************************************/
.header{
	z-index: 99;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#header-container{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 6.25rem;
}
/********** breadcrumbs *************/
.top-header{
	background: #871014;
	font-size: 13px;
	color: #ccc;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding: 10px 0;
	height: 40px;
	overflow: hidden;
}
.top-header p{
	margin: 0;
	padding: 0;
}
.top-header a{
	color: #ccc;
	text-decoration: none;
}
.top-header a:hover{
	color: white;
}
.top-header .breadcrumb_last{
	color: white;
}
.home .breadcrumb_last{
	color: #ccc;
}
/**********************************/
.bottom-header{
	position: relative;
	width: 100%;
}
.left-bottom-header{
	padding: 30px 40px 20px 60px;
	background: rgba(0,0,0,.15);
	
}
.logotip-header{
	padding-right: 60px;
}
.logotip-header img{
	width: 200px;
}
.site-title{
	color: white;
	font-style: italic;
	font-size: 24px;
}
.right-bottom-header{
	position: absolute;
	top: 30px;
	right: 40px;
}
.top-right-bottom-header{
	position: relative;
	text-align: right;
}
.bottom-right-bottom-header{
	text-align: right;
	padding-top: 20px;
}
.widget-header-bottom,
.widget-header-top{
	display: inline-block;
	vertical-align: middle;
}
/**********************************************
****************** TOP RIGHT MENU *************
***********************************************/
#toggle-right-header{
	background: #871014;
	text-decoration: none;
	color: white;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 42px;
	height: 40px;
	position: relative;
	display: none;
}
#toggle-right-header:hover{
	background: #ac384d;
}
#toggle-right-header span,
#toggle-right-header span:before,
#toggle-right-header span:after{
	position: absolute;
	background: white;
	width: 26px;
	height: 2px;
}
#toggle-right-header span{
	top: 19px;
	left: 8px;
}
#toggle-right-header span:before{
	content: '';
	top: -8px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#toggle-right-header span:after{
	content: '';
	top: 8px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#toggle-right-header.toggled span{
	height: 0;
}
#toggle-right-header.toggled span:before{
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#toggle-right-header.toggled span:after{
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
/**/
.top-right-menu{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}
.item-top-right-menu{
	display: inline-block;
	margin-left: 20px;
}
.item-top-right-menu a{
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #871014;
	text-decoration: none;
	color: white;
	font-size: 18px;
	letter-spacing: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.item-top-right-menu a:hover{
	background: #ac384d;
}
/**/
#toggle-search{
	display: inline-block;
	padding: 10px 13px;
	background: #871014;
	text-decoration: none;
	color: white;
	font-size: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 4px 0 20px ;
}
#toggle-search:hover{
	background: #ac384d;
}
#toggle-search span:after{
	font-family: 'FontAwesomeSolid';
	content: '\f002';
}
/****************************************
***************** CONTENT ***************
*****************************************/
#content{
	z-index: 1;
	margin-top: 40px;
}
.post-thumb-header{
	background: #ccc;
	width: 100%;
	height: 478px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: height .2s;
	transition: height .2s;
	opacity: 0;
}
.home .post-thumb-header{
	opacity: 1;
}
.cnt-without-thumbnail .post-thumb-header{
	height: 400px;
	opacity: 1;
}
.container-post{
	padding: 0 60px;
	/*position: relative;*/
	/*top: -40px;*/
}
.container-post-front,
.container-post-full{
	padding: 0;
}
.container-post-front .page-title-container,
.container-post-full .page-title-container{
	padding: 0 60px;
}
.page-title{
	opacity: 0;
}
.page-title,
.page-title-container h1{
	font-size: 110px !important;
	text-transform: uppercase !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #871014 !important;
	line-height: .9 !important;
	z-index: 9;
}
.page-title:first-line,
.page-title-container h1:first-line{
	color: white !important;
}
.cnt-without-thumbnail .page-title:first-line{
	color: #871014 !important;
}
.page-title-container{
	margin-top: -96px !important;
	margin-bottom: 60px !important;
}
.container-post-front .page-title-container{
	margin-top: 0;
}
.entry-meta{
	padding: 40px 0 0;
	color: grey;
	font-size: 16px;
}
.date-post{
	display: inline-block;
}
.category-post{
	display: inline-block;
	margin-left: 20px;
	color: #d2ab4c;
}
.category-post a{
	text-decoration: none;
	color: #d2ab4c;
}
.category-post a:hover{
	color: #871014;
}
.category-post ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.category-post ul li{
	display: inline-block;
}
.entry-content{
	font-size: 20px;
	margin-bottom: 60px;
	margin-top: 40px;
}
.home .entry-content{
	margin-top: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	color: #871014;
}
.entry-title{
	font-size: 35px !important;
}
.entry-content a,
.entry-summary a,
#secondary .widget a{
	color: #c4973a;
}
.entry-content a:hover,
.entry-summary a:hover,
#secondary .widget a:hover{
	color: #871014;
	text-decoration: none;
}
.entry-summary{
	font-size: 20px;
}
.wp-block-gallery{
	margin-top: 30px;
}
/************************************
********** Elementor style **********
*************************************/
.elementor-heading-title{
	line-height: 1.5 !important;
}
/*****************************************
***************** FOOTER *****************
******************************************/
.footer{
	margin-top: 80px;
	margin-bottom: 60px;
}
.top-footer{
	background: #871014;
	padding: 40px 60px;
}
.top-footer-top-right{
	float: right;
}
.top-footer-top-left{
	float: left;
}
.logotip-footer{
	width: 200px;
}
.site-title-footer{
	padding: 20px 0;
	color: white;
	font-style: italic;
	font-size: 18px;
}
.top-footer-bottom{
	padding-top: 20px;
}
/********************************************
************** TOP FOOTER MENU **************
*********************************************/
.top-footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}
.top-footer-menu ul li{
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 10px;
}
.top-footer-menu ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 16px;
	letter-spacing: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.top-footer-menu ul li a:hover{
	color: #c4973a;
}
/**************************************/
.bottom-footer{
	background: #c4973a;
	color: #871014;
	padding: 30px 40px 20px 40px;
	font-style: italic;
	font-size: 16px;
}
.widget-footer-bottom{
	display: inline-block;
}
.widget-footer-bottom p{
	margin: 0;
}
/***************************************
**************** LINKS *****************
****************************************/
.link-read-more a,
a.link-read-more{
	text-transform: uppercase;
	color: #c4973a;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.link-read-more a:hover,
a.link-read-more:hover{
	color: #871014;
}
.link-read-more a:after,
a.link-read-more:after{
	font-family: 'FontAwesomeSolid';
	content: '\f105';
	padding-left: 10px;
}
.to-old-site{
	font-size: 20px;
	border: 1px solid #c4973a;
	padding: 20px;
	text-decoration: none;
	display: inline-block;
}
.to-old-site:after{
	font-family: 'FontAwesomeSolid';
	content: '\f35d';
	padding-left: 10px;
}
.to-old-site:hover{
	-webkit-box-shadow: 0 0 20px -10px #000;
	    box-shadow: 0 0 20px -10px #000;
}
.link-out:after{
	font-family: 'FontAwesomeSolid';
	content: '\f35d';
	padding-left: 5px;
	color: #d2ab4c;
}
.img-file:before{
	font-family: 'FontAwesome';
	content: '\f1c5';
	padding-right: 5px;
	color: #871014;
}
.word-file:before{
	font-family: 'FontAwesome';
	content: '\f1c2';
	padding-right: 5px;
	color: #871014;
}
.pdf-file:before{
	font-family: 'FontAwesome';
	content: '\f1c1';
	padding-right: 5px;
	color: #871014;
}
/******************************************
********* SEARCH & ARCHIVE PAGES **********
*******************************************/
.archive article,
.search article{
	border-top: 3px solid #deba5b;
	margin: 20px 0;
}
.archive article .entry-title a,
.search article .entry-title a{
	text-decoration: none;
	color: #871014;
	font-size: 32px;
	line-height: .8 !important;
}
.archive article .entry-title a:hover,
.search article .entry-title a:hover{
	color: #c4973a !important;
}
.archive article .entry-meta,
.search article .entry-meta{
	padding: 20px 0 0;
}
.container-list{
	padding: 0 40px;
}
/*******************************************
*************** Grid Content ***************
********************************************/
#content-grid-post{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 60px;
}
#content-grid-post article{
	padding: 0;
	margin: 0;
	-ms-flex-preferred-size: 31%;
	    flex-basis: 31%;
	border: none;
	border: 1px solid #deba5b;
	margin: 15px 1%;
}
#content-grid-post article:hover{
	  -webkit-box-shadow: 0 0 20px -10px #000;
	          box-shadow: 0 0 20px -10px #000;
}
#content-grid-post .item-grid-post{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#content-grid-post article .item-grid-thumbnail{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#content-grid-post article .item-grid-thumbnail img{
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 100%;
}
#content-grid-post article:hover .item-grid-thumbnail img{
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
#content-grid-post article .item-grid-body{
	position: relative;
	padding: 0 20px 20px 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin-top: -8px;
	z-index: 9;
	background: white;
}
#content-grid-post article .item-grid-body.not-thumbnail{
	position: static;
	padding: 20px 20px 20px 20px;
	margin-top: 40px;
}
#content-grid-post article .item-grid-body .entry-title{
	margin: 0;
	padding: 0;
}
#content-grid-post article .item-grid-body .link-entry-title{
	text-decoration: none;
}
#content-grid-post article .item-grid-body.not-thumbnail .link-entry-title:hover{
	clear: #d2ab4c;
}
#content-grid-post article .item-grid-body .entry-title{
	color: #871014;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	top: -30px;
}
#content-grid-post article .item-grid-body .entry-title:first-line{
	color: white !important;
}
#content-grid-post article .item-grid-body.not-thumbnail .entry-title:first-line{
	color: #871014 !important;
}
#content-grid-post article .item-grid-body.not-thumbnail .link-entry-title:hover .entry-title,
#content-grid-post article .item-grid-body.not-thumbnail .link-entry-title:hover .entry-title:first-line{
	color: #d2ab4c !important;
}
#content-grid-post article .entry-summary{
	margin: 10px 0 0;
}
#content-grid-post article .entry-meta{
	padding: 10px 0 0;
}
#content-grid-post article .date-post{
	display: block;
}
#content-grid-post article .category-post{
	display: block;
	margin: 10px 0 0;
}
/********************************/
.post-navigation{
	padding: 0 60px;
}
.wp-block-file .wp-block-file__button{
	background: none !important;
	border-radius: 0 !important;
	color: #d2ab4c !important;
	font-size: 16px !important;
	border-bottom: 2px solid #d2ab4c !important;
	padding: 3px;
	display: inline-block !important;
}
.wp-block-file .wp-block-file__button:hover{
	color: #871014 !important;
}
/*********** nav-links ***********/
.nav-links {
	padding: 30px 0;
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 2px solid #deba5b;
	font-size: 18px;
}
.container-post-full .nav-links,
.search .nav-links{
	margin: 10px 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.nav-links a{
	color: #deba5b;
	text-decoration: none;
}
.nav-links a:hover{
	color: #871014;
}
.nav-links .nav-previous a:before {
	font-family: "FontAwesomeSolid";
	content: '\f30a';
	padding-right: 3px;
}
.nav-links .nav-next {
	text-align: right;
}
.nav-links .nav-next a:after {
	font-family: "FontAwesomeSolid";
	content: '\f30b';
	padding-left: 3px;
}
.nav-links  .page-numbers{
	margin: 0 10px;
	border: 1px solid #d2ab4c;
	padding: 6px 12px;
}
.nav-links  .page-numbers.current{
	border: 1px solid #ddd;
}
.nav-links  a.page-numbers:hover{
	-webkit-box-shadow: 0 0 20px -10px #000;
	          box-shadow: 0 0 20px -10px #000;
}
/******************************************
************** Last News ******************
******************************************/
.container-last-news{
	margin: 0 10px;
}
.view-last-news{
	border: 1px solid #deba5b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 40px 0;
}
.view-last-news:hover{
	  -webkit-box-shadow: 0 0 20px -10px #000;
	          box-shadow: 0 0 20px -10px #000;
}
.view-last-news .header-last-news{
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
}
.view-last-news .header-last-news h2{
	font-size: 62px;
	text-transform: uppercase;
	padding: 40px;
	margin: 0;
	color: #871014;
	line-height: .9;
}
.view-last-news .posts-last-news{
	padding: 40px;
}
.view-last-news .item-last-news{
	border-top: 1px solid #deba5b;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.view-last-news .item-last-news .last-news-img a{
	display: block;
	width: 200px;
	height: 100%;
	min-height: 100px;
	overflow: hidden;
}
.view-last-news .item-last-news .news-img-mask{
	display: inline-block;
	width: 200px;
	height: 100%;
	min-height: 100px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.view-last-news .item-last-news:hover .news-img-mask{
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.view-last-news .item-last-news .last-news-body{
	padding: 0 15px;
}
.view-last-news .item-last-news .title-last-news a{
	color: #871014;
	line-height: .9;
	font-size: 26px;
	text-decoration: none;
}
.view-last-news .item-last-news .title-last-news a:hover{
	color: #d2ab4c;
}
.view-last-news .item-last-news .date-last-news {
	color: grey;
	font-size: 13px;
}
.view-last-news .item-last-news .last-news-body p{
	margin-bottom: 0;
}
.view-last-news .item-last-news .last-news-body .link-read-more{
	display: none;
}
/**************************************
*********** Back to top ***************
***************************************/
#back-to-top{
	position: fixed;
	bottom: 40px;
	right: -100px;
	display: block;
	background: black;
	padding: 15px 35px 15px 20px;
	opacity: .3;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	text-decoration: none;
	z-index: 10;
}
#back-to-top.toggled{
	right: -10px;
}
#back-to-top.toggled:hover{
	right: -5px;
	opacity: .5;
}
#back-to-top span {
	color: white;
	font-size: 22px;
}
#back-to-top span:after{
	font-family: "FontAwesomeSolid";
	content: '\f077';
}
/*************************************
************* Search *****************
*************************************/
#toggle-search-header{
	display: inline-block;
	background: rgba(135,16,20);
	text-decoration: none;
	color: white;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 8px 13px;
	position: relative;
	margin: 3px;
}
#toggle-search-header:hover{
	background: rgba(172,56,77);
}
#toggle-search-header span:after{
	font-family: "FontAwesomeSolid";
	content: '\f002';
	font-size: 20px;
}
#close-search{
	position: absolute;
	bottom: 5px;
	color: white;
	text-decoration: none;
	font-size: 42px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	text-align: center;
	-webkit-transition: padding .2s;
	transition: padding .2s;
}
#close-search:hover{
	padding-bottom: 3px;
}
/********************/
#search-top-panel{
	position: fixed;
	top: -220px;
	left: 0;
	width: 100%;
	height: 220px;
	background: rgba(0,0,0,.8);
	z-index: 1000;
	padding: 80px 0 0;
	-webkit-transition: top .4s;
	transition: top .4s;
}
#search-top-panel.toggled{
	top: 0;
}
#search-top-panel .search-panel-container{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 6.25rem;
}
#search-top-panel .search-form{
	position: relative;
	padding: 0 60px;
}
#search-top-panel .search-form .search-submit-theme{
	position: absolute;
	right: 60px;
	top: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	color: #f5f5f5 !important;
	background: black !important;
	font-size: 20px !important;
	border: 2px solid #f5f5f5 !important;
	text-align: center !important;
	padding: 0 !important;
}
#search-top-panel .search-form .input-search-form-theme{
	width: 100%;
	height: 60px;
	padding-right: 60px;
	padding-left: 20px;
	font-size: 20px !important;
	background: #f5f5f5;
}
/***************************************
******* Polylang plugin ****************
****************************************/
.right-bottom-header .widget_polylang{
	padding: 3px;
	position: relative;
}
.right-bottom-header .widget_polylang:after{
	font-family: "FontAwesomeSolid";
	content: '\f107';
	font-size: 20px;
	position: absolute;
	color: white;
	right: 18px;
	top: 10px;
}
.right-bottom-header .widget_polylang select{
	border: none !important;
	background: #871014;
	color: white;
	font-family: 'Roboto', sans-serif;
	padding: 11px 35px 11px 9px;
	outline: none !important;
	font-size: 20px;
	cursor: pointer;
	margin: 0 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	position: relative;
}
.right-bottom-header .widget_polylang select:hover{
	background: rgba(172,56,77);
}
/***********************************
************* Table ****************
***********************************/
.theme-table td{
	padding: 10px;
}
/*******************************
******** Lightbox gallery ******
********************************/
button.mfp-arrow,
button.mfp-close{
	background: none !important;
}
.mfp-bottom-bar .mfp-counter{
	display: none;
}
.mfp-bottom-bar .mfp-title{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px 0 0;
}
/* Right moving block */
.right-moving-block{
	position: fixed;
	height: 100%;
	max-width: 380px;
	width: 100%;
	background: white;
	top: 0;
	right: -380px;
	padding: 7px 10px;
	transition: right .3s;
	border-left: 1px solid #deba5b;
	z-index: 99;
	overflow-y: auto;
}
.right-moving-block.toggled{
	right: 0;
}
.moving-block-wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.moving-block-closed{
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	font-size: 26px;
}
.moving-block-wrapper-item{
	margin-top: 20px;
	flex-basis: 100%;
	padding: 20px;
}