@font-face{
	font-family: 'Montserrat';
	src:url('../fonts/mont/montserrat.woff') format("woff");
	font-weight: 400;
	font-style: normal
}
@font-face{
	font-family: 'Open Sans';
	src: url(../../assets/fonts/o-sans/opensans.woff) format("woff");
	font-weight: 400;
	font-style: normal
}
body, html{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.55;
	color: #333;
}
.custom-logo {
	padding: 5px;
}
/*--- preloader  ---*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
      z-index: 1001;
  }
  .preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  .preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
  }
  .preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
  }
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes preloader-bounce {
    0%,
    100% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
  }
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  .loaded .preloader {
    display: none;
  }
/*---  preloader end --*/
.uk-navbar-container:not(.uk-navbar-transparent){
	background: #424242;
}
.uk-dropdown-nav > li > a:hover{
	color: #fff;
}
.bg-nav li a {
 color: #dadada;
}
.bg-nav li  a:hover{
	text-decoration: underline;
}
.uk-navbar-toggle{
	color: #fff;
}
.uk-navbar-toggle:hover{
	color: #cfcfcf;
}
.post-share,
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
}
p,li, span, .rp-title{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.site-title, .site-title a{
	margin: 0 auto;
	color: #333;
 	font-family: 'Montserrat', sans-serif;
}
.site-title a:hover{
	text-decoration: none !important;
}
.site-title {
	position: relative;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	color: #012129;
}
.site-title::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid  #012129;
	bottom: .25rem;
	left: 50%;
	width: 30%;
	transform: translateX(-50%);
}
.site-title::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid  #012129;
	bottom: 0;
	left: 50%;
	width: 15%;
	transform: translateX(-50%);
}
.site-title {
	text-align: left;
}
.site-title::before,
.site-title::after {
	left: 0;
	transform: translateX(0);
}
.site-description{
	font-size: 1.4rem;
	margin: 0 auto;
	color: #012129;
	font-family: 'Montserrat', sans-serif;
}
.front-line{
	width: 100%;
	height: 3px;
	background: #036175;
	background: -webkit-linear-gradient(left, #036175, #9FBFC6);
	background: -moz-linear-gradient(left, #036175, #9FBFC6);
	background: linear-gradient(to right, #036175, #9FBFC6);
	margin: 0 auto;
}
.line-post{
	width: 100%;
	height: 3px;
	background: #2C8CF4;
	background: -webkit-linear-gradient(left, #2C8CF4, #0354A7);
	background: -moz-linear-gradient(left, #2C8CF4, #0354A7);
	background: linear-gradient(to right, #2C8CF4, #0354A7);
}
.site-info, .site-info a{
	font-size: 0.8rem;
	color: #acacac;
}
blockquote {
	margin: 0;
	color: #231E28;
	padding: 30px 30px 30px 60px;
	border-left: 8px solid #CBDDE7;
	position: relative;
	background: #fafafa;
	font-weight: 300;
	font-size: 1rem;
	font-style: normal;
}
blockquote:before{
	content: "\201C";
	color: #96a4ab;
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 3rem;
}
blockquote p {
	font-style: italic;
	margin-top: 0;
}
#upbutton {
	bottom: 30px;
	right: 5px;
	cursor: pointer;
	display: none;
	position: fixed;
	z-index: 999;
	transition: all .3s ease-in-out;
}
.related-post{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	padding: 1rem;
}
.nav-previous,
.nav-next{
	font-size: 1.1rem;
	color: #333;
}
/*--- act link ---*/
.act{
	background: #026075;
	color: #fff !important;
}
ul.head-contact{
	list-style: none;
	float: right;
	font-size: 0.9rem;
	padding: 1rem;
}
ul.head-contact a{
	color: #056276;
}
.image  {
	width: 100%;
}
.footer-cta{
	width: 100%;
}
.entry-summary{
	padding: 1rem;
	width: auto;
}
.h-s-widget{
	background: #ffffff;
	padding: 0;
}
.head-widget-title{
	font-size: 1.6rem;
	padding: 0.5rem;
}
.widget-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
}
.woo-widget{
	font-size: 0.9rem;
}
/*Comment Output*/
ul.comment-list, ul.children {
	list-style: none;
}
img.avatar{
	width: 64px;
	height: 64p;
	border-radius: 50%;
	padding: 0.2rem;
}
.reply{
	border-bottom: 1px solid #d9d9d9;
	padding: 0.5rem;
}
.comment-metadata{
	font-size: 0.9rem;
}
/* ---   ---*/
.cta-footer{
	color: #d5d5d5;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
}
.cta-footer a{
	color: #ececec;
	text-decoration: underline;
}
hr.copy-separ{
	border-top: 1px solid #505050;
}
.footer-widget ul,
.footer-widget,
.footer-widget a {
	color: #b9b9b7;
	padding: 0.5rem;
	font-size: 0.9rem;
}
.footer-widget .textwidget{
	padding-left: 1rem;
	padding-right: 1rem;
}
.footer-widget ul{
	margin: 0 1rem 0 1rem;
}
.ftr-widget-title {
	position: relative;
	padding-bottom: .5rem;
	font-size: 1.5rem;
	text-transform: uppercase;
 	color: #d5d5d5;
	margin-bottom: 0.7rem;
	font-family: 'Montserrat', sans-serif;
}
.ftr-widget-title::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #d5d5d5;
	bottom: .25rem;
	left: 50%;
	width: 30%;
	transform: translateX(-50%);
}
.ftr-widget-title::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #d5d5d5;
	bottom: 0;
	left: 50%;
	width: 15%;
	transform: translateX(-50%);
}
.ftr-widget-title {
	text-align: left;
}
.ftr-widget-title::before,
.ftr-widget-title::after {
	left: 0;
	transform: translateX(0);
}
.entry-title, .page-title{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#breadcrumbs,
#breadcrumbs a{
	color: #e7e7e7;
}
.error-page-titl, .search-page-title{
	color: #000;
}
/*--  tab menu --*/
#menu-mobile a[href]:focus, a[href]:hover {
	text-decoration: underline;
	}
button.uk-close:focus {
	border: 1px dotted #e3e3e3;
	padding: 0.3em;
}
button.uk-close:hover {
	border: 1px dotted #f5f5f5;
	color: #fff;
}
.uk-offcanvas-bar a:hover{
	text-decoration: underline;
	}
#menu-mobile*  a[href]:focus, a[href]:hover {
	text-decoration:underline;
}
.uk-offcanvas-content .current_page_item {
	background: #8d8d8d;
	padding: 0.2rem;
	border-radius: 2px;
		}
li#menu-item   {
	color: #efefef;
}
/*-- alignwide gutenberg --*/
.blocks-gallery-grid{
	margin: 0 auto;
}
.entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	width: 100vw;
	padding: 0  1rem;
}
.alignfull img {
	width: 100vw;
}
:root {
	overflow-x: hidden;
}
/*--  --*/
.more-link {
	padding: 0 1rem;
}
/*--  table --*/
thead{
	background: #f1f1f1;
}
.uk-table th{
	color: #717171;
}
/*-- table end --*/
/*-- page navi --*/
.screen-reader-text{
	font-size: 1.1rem;
	line-height: 2.5rem;
}
.pagination .current .screen-reader-text {
	position: static !important;
}
.navigation  {
	padding-top: 2rem;
}
.pagination .page-numbers {
	line-height: 25px;
	padding: 0 .5rem;
	display: inline-block;
	vertical-align: baseline;
	color: #555;
}
.pagination .page-numbers.current {
	text-transform: uppercase;
	font-size: 1.3rem;
	color: #6744d1;
	font-weight: bold;
}
.pagination .current {
	display: inline-block;
	line-height: 1.5;
}
.pagination .prev,
.pagination .next {
	background: #d8e6f3;
	color: #676767;
	display: inline-block;
	padding: 0.8rem;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	text-decoration: none;
	color: #fff;
	transition: .5s;
}
.wp-caption-text{
	font-size: .9rem;
}
.entry-footer{
	font-size: 1.1 rem;
}
.tags-links{
	padding: 1rem ;
}
input[type="search"]{
padding: .6rem;
border-radius: 0;
 width:  auto;
}
input[type="submit"]{
padding: .7rem;
border-radius: 0;
font-size: 1rem;
}
/*-- comment form --*/
input[type="submit"] {
    background: #1e87f0;
    color: #fff;
    font-size: 1em;
    padding: 15px 40px;
    border: none;
    font-weight: 600;
    cursor: pointer;
     width:  auto;
}
 input[type="submit"]:hover {
    background: #1e64aa;
    border-color: #00CFE7;
	color: #fff;
}
.sp-submit {
    text-align: center;
}
.comment-form-cookies-consent{
font-size: .9rem;
 color: rgb(85, 85, 85);
 padding: 1rem 0;
}
.comment-form {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
 .comment-block {
	-webkit-flex:0 0  auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
} 
.comment-block input {
    background-color: #eaeaea;
    width: 100%;
}
.comment-form-comment,.form-submit {
    flex: 0 0 100%;
}
input[type="sp-text"],
textarea {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #eaeaea;
       padding: .8rem;
       font-size:.9rem;
    margin-bottom: .8rem;
    outline: none;
}
textarea {
    width: 100%;
    height: 150px;
	background: none;
}
input[type="sp-text"]{
	background: none;
	text-align: center; 
	width: 100%;
} 
.wp-block-image{
margin: 0;
}
.sp-breadcrumba{
	color: rgb(217, 217, 217);
}
.sp-breadcrumb{
font-size: .9rem;
 color: #ccc;
}
.icon-breadcrumb{
	vertical-align: top;
	padding-right: .3rem ;
}

/*==-- UIKIT --==*/
.uk-offcanvas-bar{
	width: 100%;
}
ul.uk-nav-sub{
	margin-top: 0;
	padding: .5rem;
}
.uk-navbar-dropdown{
	padding: .9rem;
}
.uk-card-footer{
	padding: 20px;
}
pre{
	background: #e3f2ff;
	color: #232323;
}
ul.sub-menu  a{
	padding: .5rem;
}
.rp-title{
	font-size: 1.2rem;
	padding: .5rem;
}
/* Button appearance, minus background and text color*/
a.simple-share{
	margin: .5em;
}
p, ul, ol, dl, pre, address, fieldset, figure{
	margin: 0;
}
 [class*="uk-inline"]{
	width: 100%;
} 
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	margin: 0 10px 0 calc(10px - 4px);
}
/*==-- MEDIA --==*/
@media (max-width: 640px) {
	.site-title,
	.site-title a,
	.site-description {
		text-align: center;
	}
	.site-title::before,
	.site-title::after  {
		border-bottom: none;
	}
	h1, .uk-h1{
		font-size: 1.9rem;
	}
	#breadcrumbs{
		display: none;
	}
	ul.head-contact{
		float: none;
		text-align: center;
	}
	.posts-navigation .nav-next,
	.post-navigation .nav-next,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous  {
		float: none;
		text-align: center;
		width: 100%;
		font-size: 0.9rem;
		margin: 0.5rem;
	}
}
@media (max-width: 960px) {
	.front-hed {
		margin: 0 auto;
	}
	.site-title::before,
	.site-title::after  {
		border-bottom: none;
	}
	.site-title,
	.site-title a,
	.site-description {
		text-align: center;
	}
	ul.head-contact{
		float: none;
		text-align: center;
	}
}
