   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

    .ewf-inline-style { display: none; }
	
	/* Align */

	.alignleft {
		float: left;
		display: inline;
	}

	.alignright {
		float: right;
		display: inline;
	}

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	.caption.alignleft,
	img.alignleft {
		margin: 5px 20px 20px 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	.caption.alignright,
	img.alignright {
		margin: 5px 0 20px 20px;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	.caption.aligncenter,
	img.aligncenter {
		margin-top: 5px;
		margin-bottom: 20px;
		clear: both;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter,
	.caption.alignleft,
	.caption.alignright,
	.caption.aligncenter	{
		margin-bottom: 20px;
	}

	/* Caption */

	.caption,	
	.wp-caption {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.wp-caption img[class*="wp-image-"] { margin: 0; }

	.caption-text,
	.wp-caption-text {
		padding: 10px 0;
		color: #898989;
	}

	/* Gallery */

	.gallery { margin-bottom: 20px; }

	.gallery-item {
		float: left;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 1.79104477%;
		text-align: center;
		vertical-align: top;
	}

	.gallery-columns-2 .gallery-item { max-width: 50%; }
	.gallery-columns-3 .gallery-item { max-width: 33.33%; }
	.gallery-columns-4 .gallery-item { max-width: 25%; }
	.gallery-columns-5 .gallery-item { max-width: 20%; }
	.gallery-columns-6 .gallery-item { max-width: 16.66%; }
	.gallery-columns-7 .gallery-item { max-width: 14.28%; }
	.gallery-columns-8 .gallery-item { max-width: 12.5%; }
	.gallery-columns-9 .gallery-item { max-width: 11.11%; }

	.gallery-icon img { margin: 0 auto; }

	.gallery-caption {
		display: block;
		padding: 10px 0;
		color: #575757;
	}

	.gallery-columns-6 .gallery-caption,
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
	
	/* Text meant only for screen readers */
	
	.says,
	.screen-reader-text { 
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		clip: rect(1px, 1px, 1px, 1px);		
	}

/* ==========================================================================
   =WordPress Post(s) 
   ========================================================================== */

	.post { 
		position: relative;
		margin-bottom: 100px;
	}
   
   .post + .post {}
   
   .post-thumbnail {
		display: block;
		margin-bottom:20px;
	}
	
	.post-thumbnail img { display: block; }

	a.post-thumbnail {}
   
	.sticky {
	    padding: 60px 40px 40px;
		border: 2px solid #e1e1e1; 
	}
	
	.sticky.has-post-thumbnail { padding-top: 0; }
	
	.sticky.has-post-thumbnail .post-thumbnail {
		margin-right: -40px;
		margin-left: -40px;
	}
	
	.sticky-post {
		position: absolute;
		top: 0;
		padding: 3px 6px;
		background-color: #1D70B7;
		color: #fff;
		font-weight: 700;		
		text-transform: uppercase;
	}
	
	.post-header > .sticky-post:after { content: none; }
	
	.post-header { padding: 0; }

	.post-title {
		margin-bottom: 10px;
		text-transform: uppercase; 
	}
	
	.post-title a { color: #1D70B7; }
	.post-title a:hover { color: #202020; }
	
	.post-content,
	.post-summary { padding-top: 15px; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.post-content:after,
	.post-summary:after {	/* 1 */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	.post-content > :last-child,
	.post-summary > :last-child { margin-bottom: 0; }
	
	.post-content iframe { max-width: 100%; }
	
	.post-content .more-link { margin-top: 10px; }
	
	.post-content .more-link,
	.post-summary .more-link:after { white-space: nowrap; }
	
   .post-footer { padding-bottom:10px; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.post-header:after, 
	.post-content:after, 
	.post-summary:after, 
	.post-footer:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	.sticky .posted-on { display: none; }

	.posted-on,
	.byline,
	.cat-links,
	.tags-links,
	.comments-link,
	.post-format,
	.full-size-link { 
		margin-right: 5px;
		color: #202020;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#footer .byline,
	#footer .cat-links,
	#footer .tags-links,
	#footer .comments-link,
	#footer .post-format,
	#footer .full-size-link { color: #a9a9a9; }
	
	.post-footer .posted-on {
		padding: 0;
		background-color: transparent; 
		color: #a9a9a9;
	}
	
	.posted-on a,
	.byline a,
	.cat-links a,
	.tags-links a,
	.comments-link a,
	.post-format a,
	.full-size-link a { color: #202020; }
	
	.post-header > span:after {
		margin-left: 7px;
		font-size: 14px;
		font-weight: 600;
		content: "|";
	}
	
	.post-header > span:last-child:after { content: none; }
	
	.posted-on {
		padding: 2px 5px;
		margin-right: 10px;
		background-color: #1D70B7;
		color: #fff;
		font-size: 14px;
		font-weight: 800;
	}
	
	.post-header > .posted-on:after { content: none; }

   .format-standard .post-format:before {
		font-family: 'FontAwesome';
		content: "\f0f6";
	}
	
	.format-aside .post-format:before {
		font-family: 'FontAwesome';
		content: "\f10c";
	}

	.format-image .post-format:before {
		font-family: 'FontAwesome';
		content: "\f03e";
	}

	.format-gallery .post-format:before {
		font-family: 'FontAwesome';
		content: "\f00a";
	}

	.format-video .post-format:before {
		font-family: 'FontAwesome';
		content: "\f1c8";
	}

	.format-status .post-format:before {
		font-family: 'FontAwesome';
		content: "\f044";
	}

	.format-quote .post-format:before {
		font-family: 'FontAwesome';
		content: "\f10e";
	}

	.format-link .post-format:before {
		font-family: 'FontAwesome';
		content: "\f0c1";
	}

	.format-chat .post-format:before {
		font-family: 'FontAwesome';
		content: "\f18d";
	}

	.format-audio .post-format:before {
		font-family: 'FontAwesome';
		content: "\f027";
	}
	
	.format-aside {}
	
	.format-image {}
	
	.format-video {}
	
	.format-quote {}
	
	.format-gallery {}
	
	.format-status {}
	
	.format-link {}
	
	.format-audio {}
	
	.format-chat {}
	
/* ==========================================================================
   =WordPress pagination and navigation
   ========================================================================== */
   
   	.pagination { margin-bottom: 50px; }

	/*
	 * 1. Clearfix hack 
	 */
	.pagination:after { /* 1 */
		visibility: hidden;
		display: table;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}	
	
	.pagination .nav-links {}

	.pagination .page-numbers {
		display: inline-block;
		width: 48px;
		height: 48px;
		margin-right: 5px;
		background-color: #e1e1e1;
		color: #fff;
		line-height: 48px;
		font-weight: 800;
		text-align: center;
		text-decoration: none;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.pagination .page-numbers:last-child { margin-right: 0; }

	.pagination .page-numbers:hover,
	.pagination .page-numbers.current { background-color: #1D70B7; }

	.pagination .current {}
	
	.pagination .page-numbers.dots { 
		background-color: transparent;
		color: #505050;
	}
	
	.pagination .page-numbers.dots:hover {}

	.pagination .prev,
	.pagination .next {}

	.pagination .prev:before,
	.pagination .next:before { font-family: "FontAwesome"; }

	.pagination .prev:hover,
	.pagination .prev:focus,
	.pagination .next:hover,
	.pagination .next:focus {}

	.pagination .prev {}

	.pagination .prev:before { content: "\f104"; }

	.pagination .next {}

	.pagination .next:before { content: "\f105"; }
   
/* ==========================================================================
   =WordPress Comments
   ========================================================================== */
   
	.comments-area {}

	.comments-area > :last-child { margin-bottom: 0; }

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond { padding-top: 20px; }

	.comments-title,
	.comment-reply-title { text-transform: uppercase; }

	.comments-title { margin: 20px 0; }

	.comment-list {
		margin: 60px 0;
		list-style: none;
	}

	.comment-list .pingback,
	.comment-list .trackback {
		padding-bottom: 20px;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 20px;
	}

	.comment-list .children {
		margin: 0;
		list-style: none;
	}

	.comment-list .children > li {}
	
	.comment-body {
		position: relative;
		padding-left: 95px;
		margin-bottom: 35px;
		line-height: 24px;
	}
	
	.comment-author {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 7px; 
	}
	
	.comment-author a {
		color: #202020;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.comment-author a:hover {}

	.comment-author .avatar {
		position: absolute;
		top: 7px;
		left: 0;
		width: 65px;
		height: 65px;
		margin-right: 10px; 
	}

	.comment-meta {
		display: inline-block;
		margin-bottom: 7px;
		font-size: 12px;
	}
	
	.comment-meta a { color: #b8b8b8; }
	
	.comment-metadata,
	.pingback .edit-link {}

	.comment-metadata a,
	.pingback .edit-link a {}

	.comment-metadata a:hover,
	.pingback .edit-link a:hover {}

	.comment-metadata a:hover,
	.comment-metadata a:focus,
	.pingback .edit-link a:hover,
	.pingback .edit-link a:focus {}

	.comment-metadata { margin-bottom: 20px; }

	.comment-metadata .edit-link { margin-left: 15px; }

	.pingback .edit-link { margin-left: 15px; }

	.pingback .edit-link:before { top: 0; }

	.comment-content ul,
	.comment-content ol { margin: 0 0 20px 20px; }

	.comment-content li > ul,
	.comment-content li > ol { margin-bottom: 0; }

	.comment-content > :last-child { margin-bottom: 0; }

	.comment-list .reply { margin: -15px 0 20px 0; }

	.comment-list .reply a { 
		display: inline-block;
		font-size: 12px;
	}

	.comment-list .reply a:hover,
	.comment-list .reply a:focus {}
	
	@media (max-width: 767px) {
	
		.comment-body { padding-left: 0; }
	
		.comment-author .avatar {
			position: relative;
			margin-bottom: 20px;
		}
		
		.comment-list .children > li { padding-left: 0; }
	
	}

/* ==========================================================================
   =WordPress Comments Navigation
   ========================================================================== */
  
	.comment-navigation { text-transform: uppercase; }

	.comment-navigation a {}

	.comment-navigation a:hover,
	.comment-navigation a:focus {}

	.comment-navigation .nav-previous:not(:empty),
	.comment-navigation .nav-next:not(:empty) { display: inline-block; }

	.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
		margin: 0 10px;
		font-weight: 400;
		content: "\2215";
	}

	.comment-navigation .nav-previous a:before {
		position: relative;
		margin-right: 3px;
		font-family: "FontAwesome";
		content: "\f104";
	}

	.comment-navigation .nav-next a:after {
		position: relative;
		margin-left: 3px;
		font-family: "FontAwesome";
		content: "\f105";
	}

	.comment-navigation {
		padding: 20px 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}

	.comments-title + .comment-navigation { border-bottom: 0; }
	
/* ==========================================================================
   =WordPress Comment Form
   ========================================================================== */	
	
	.comment-form { margin: 50px 0; }

	.comment-form label {}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.comment-form textarea {
		width: 100%;
	}

	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.form-allowed-tags {}

	.logged-in-as a:hover {}

	.no-comments {
		border-top: 1px solid #e1e1e1;
		padding-top: 20px;
	}

	.comment-navigation + .no-comments { border-top: 0; }

	.form-allowed-tags code {}

	.form-submit { margin-bottom: 0; }

	.required { color: #ff0030; }

	.comment-reply-title small {}

	.comment-reply-title small a {}

/* ==========================================================================
   =WordPress Widgets
   ========================================================================== */
	
/* =Widgets default
   ========================================================================== */
	
	.widget { margin-bottom: 90px; }
	
	#header-top .widget:last-child, 
	#footer .widget:last-child,
	#footer-bottom .widget:last-child { margin-bottom: 0; }
	
	/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
	
	.widget > :last-child { 
		margin-bottom: 0; /* 1 */
	}
	
	.widget-title { 
		margin-bottom:20px;
		line-height: 18px;
		text-transform: uppercase;
	}
	
	#footer .widget-title { 
		font-size: 18px;
		font-weight: 600;
		text-transform: none;
	}
	
/* =Text Widget
   ========================================================================== */
	
	.widget_text {}
	
	.textwidget {}
	
	/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
	
	.textwidget > :last-child {
		margin-bottom: 0; /* 1 */
	}

	.textwidget img{max-width:180px;}
	
/* =Search Widget
   ========================================================================== */
	
	.widget_search {}
	
	#searchform { position: relative; }

	#s { 
		display: inline-block; 
		width: 100%;
		height: 54px;
		padding: 10px 40px 10px 20px;
		border-radius: 30px;
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box; 
		   		box-sizing: border-box; 
	}
	
	#searchsubmit {
		position: absolute;
		top: 0;
		right: 0;
		height: 54px;
		border: none;
		background: url(../images/bg-search.png) no-repeat center center;
		vertical-align: inherit; 
	}

/* =Recent Entries Widget
   ========================================================================== */
	
	.widget_recent_entries {}
	
	.widget_recent_entries ul { list-style: none; }
	
	.widget_recent_entries ul li { padding-bottom: 20px; }
	
	.widget_recent_entries ul li:last-child { padding-bottom: 0; }
	
	.widget_recent_entries ul li a {}
	
	.widget_recent_entries ul li .post-date { display: block; }
	
/* =Pages Widget
   ========================================================================== */
	
	.widget_pages {}
	
	.widget_pages ul { list-style: none; }
	
	.widget_pages ul li { margin-bottom: 15px; } 
	.widget_pages ul li:last-child { margin-bottom: 0; } 
	
	.widget_pages ul li:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		color: #1D70B7;
		font-family: "FontAwesome";
		font-size: 8px;
		content: "\f111";
	}
	
	.widget_pages a {
		color: #505050;
		font-weight: 600;
		text-transform: lowercase;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.widget_pages a:hover {
		color: #1D70B7;
		text-decoration: none;
	}
	
	.widget_pages .children {}
	
/* =Archive Widget
   ========================================================================== */
	
	.widget_archive {}
	
	.widget_archive ul { list-style: none; }
	
	.widget_archive ul li { margin-bottom: 15px; } 
	.widget_archive ul li:last-child { margin-bottom: 0; } 
	
	.widget_archive ul li:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		color: #1D70B7;
		font-family: "FontAwesome";
		font-size: 8px;
		content: "\f111";
	}
	
	.widget_archive a {
		color: #505050;
		font-weight: 600;
		text-transform: lowercase;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.widget_archive a:hover {
		color: #1D70B7;
		text-decoration: none;
	}
	
	.widget_archive select {}
	
	.widget_archive option {}	
	
/* =Categories Widget
   ========================================================================== */
	
	.widget_categories {}
	
	.widget_categories ul { list-style: none; }
	
	.widget_categories ul li { margin-bottom: 15px; } 
	.widget_categories ul li:last-child { margin-bottom: 0; } 
	
	.widget_categories ul li:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		color: #1D70B7;
		font-family: "FontAwesome";
		font-size: 8px;
		content: "\f111";
	}
	
	.widget_categories a {
		color: #505050;
		font-weight: 600;
		text-transform: lowercase;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.widget_categories a:hover {
		color: #1D70B7;
		text-decoration: none;
	}
	
	.widget_categories ul ul.children {}
	
	.widget_categories select{}
	
	.widget_categories select#cat {}
	
	.widget_categories select.postform {}
	
	.widget_categories option {}
	
	.widget_categories .level-0 {}
	
	.widget_categories .level-1 {}
	
	.widget_categories .level-2 {}
	
	.widget_categories .level-3 {}
	
/* =Meta Widget
   ========================================================================== */
	
	.widget_meta {}
	
	.widget_meta ul { list-style: none; }
	
	.widget_meta ul li { margin-bottom: 15px; } 
	.widget_meta ul li:last-child { margin-bottom: 0; } 
	
	.widget_meta ul li:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		color: #1D70B7;
		font-family: "FontAwesome";
		font-size: 8px;
		content: "\f111";
	}
	
	.widget_meta a {
		color: #505050;
		font-weight: 600;
		text-transform: lowercase;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.widget_meta a:hover {
		color: #1D70B7;
		text-decoration: none;
	}
	
/* =Recent Comments Widget
   ========================================================================== */
	
	.widget_recent_comments {}
	
	#recentcomments { list-style: none; }
	
	#recentcomments li {}
	
	#recentcomments li a {}
	
	.recentcomments {}
	
/* =Tag Cloud Widget
   ========================================================================== */
	
	.widget_tag_cloud {}
	
	.widget_tag_cloud a { 
		display: inline-block; 
		padding: 8px 20px; 
		margin: 0 5px 10px 0;
		background-color: #1D70B7;
		color: #fff;
		font-weight: 800;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_tag_cloud a:hover {
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
	
	.widget_tag_cloud a:after {}
	
	.widget_tag_cloud a:before {}
	
	#header-top .widget_tag_cloud a, 
	#footer .widget_tag_cloud a { color: #fff; }
	
/* =Calendar Widget
   ========================================================================== */
	
	.widget_calendar {}
	
	#calendar_wrap {}
	
	#calendar_wrap th,
	#calendar_wrap td {
		padding: 0;
		line-height: 2.5;
		text-align: center;
	}
	
	#wp-calendar tr td {}
	
	#wp-calendar caption {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#wp-calendar tbody a {
		display: block;
		background-color: #1D70B7;
		color: #fff;
		font-weight: 700;
	}
	
	#wp-calendar #today {}
	
	#wp-calendar #prev {}
	
	#wp-calendar #next {}
	
	#wp-calendar #next a {}
	
	#wp-calendar #prev a {}
	
/* =Nav Menu Widget
   ========================================================================== */
	
	.widget_nav_menu {}	
	
	.widget_nav_menu .menu,
	.widget_nav_menu .menu ul { list-style:none; }
	
	.widget_nav_menu .sub-menu {}
	
	.widget_nav_menu ul li { margin-bottom: 15px; } 
	.widget_nav_menu ul li:last-child { margin-bottom: 0; } 
	
	.widget_nav_menu ul li:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		color: #1D70B7;
		font-family: "FontAwesome";
		font-size: 8px;
		content: "\f111";
	}
	
	.widget_nav_menu a {
		color: #505050;
		font-weight: 600;
		text-transform: lowercase;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.widget_nav_menu a:hover {
		color: #1D70B7;
		text-decoration: none;
	}
	
/* =RSS Widget
   ========================================================================== */
	
	.widget_rss {}

	.widget_rss ul {
		margin: 0;
		list-style: none;
	}

	.widget_rss li { margin-bottom: 20px; }

	.widget_rss ul:last-child,
	.widget_rss li:last-child { margin-bottom: 0; }

	.widget_rss .rsswidget {}

	.widget_rss .rsswidget img { margin-top: -4px; }

	.widget_rss .rss-date,
	.widget_rss cite {
		display: block;
		line-height: 3;
		font-weight: 700;
	}
	
/* ==========================================================================
   =WordPress Custom Widgets
   ========================================================================== */
   
/* =EWF Twitter widget
   ========================================================================== */
	
	.ewf_widget_latest_tweets{}
	
	.ewf-tweet-list .tweet { word-wrap: break-word; }
	
	.ewf-tweet-list ul { list-style: none; }
	
	.ewf-tweet-list .interact { text-align: center; }
	
	.ewf-tweet-list .interact a { margin-right: 10px; }
	
	.ewf-tweet-list .interact a:last-child { margin-right: 0; }
	
/* =EWF Flickr widget
   ========================================================================== */
	
	.ewf_widget_flickr {}
	
	.flickr-feed {}
	
	.flickr-feed .flickr_badge_image { display: inline; }
	
	.flickr-feed img { 
		width: 80px; 
		height: auto;
		padding: 0 10px 10px 0; 
		border: none;
	}
	
	#footer .flickr-feed img {
		padding: 0 5px 5px 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.flickr-feed img { width: 70px; }
		
	}
	
/* =EWF Contact Info widget
   ========================================================================== */	
	
	.ewf_widget_info {}
	
	.ewf_widget_info ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.ewf_widget_info ul li {
		padding-bottom: 25px;
		border-bottom: 2px solid #e1e1e1;
		margin-bottom:10px; 
	}
	
	.ewf_widget_info ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0; 
	}
	
	.ewf_widget_info ul li span {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.ewf_widget_info ul li i { 
		margin-right: 5px;
		line-height: 24px;
	}
	
	.ewf_widget_info ul li:last-child { margin-bottom: 0; }
	
	.ewf_widget_info ul li a { color: #505050; }
	
	#header-top .ewf_widget_info { padding-top: 3px; }
	
	#header-top .ewf_widget_info ul li {
		display: inline-block;
		padding-bottom: 0;
		border-bottom: none;
		margin-right: 10px;
		margin-bottom: 0;
		font-size: 13px;
	}
	
	#header-top .ewf_widget_info ul li i { color: #fff; }
	
	#footer .ewf_widget_info ul li {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	#footer .ewf_widget_info ul li span { color: #a9a9a9; }
	
	#footer .ewf_widget_info ul li a { color: #FFF; }
	
/* =EWF Newsletter subscribe widget
   ========================================================================== */

	.ewf_widget_newsletter {}
	
	#newsletter-subscribe-form {
		padding: 60px 30px 20px 30px;
		background-color: #f1f1f1;
		text-align: center;
	}
	
	#newsletter-subscribe-form input[type="text"] { 
		width: 100%;
		border: none;
		border-bottom: 1px solid #898989;
		background-color: transparent;
	}
	
	#newsletter-subscribe-form input[type="submit"] {}

/* =EWF Latest posts widget
   ========================================================================== */

	.ewf_widget_latest_posts {}
	
	.ewf_widget_latest_posts ul { list-style: none; }
	
	.ewf_widget_latest_posts ul li {
		margin-bottom: 30px;
		font-size: 13px;
		font-weight: 600;
	}
	
	.ewf_widget_latest_posts ul li:last-child { margin-bottom: 0; }
	
	.ewf_widget_latest_posts ul li img { 
		float: left;
		margin: 5px 10px 0 0;
	}
	
	.ewf_widget_latest_posts ul li p { 
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	.ewf_widget_latest_posts ul li .title {
		color: #202020;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}	
	
	.ewf_widget_latest_posts ul li .title:hover {
		color: #1D70B7;
		text-decoration: none;
	}
	
	.ewf_widget_latest_posts ul li > a { color: #898989; }
	
	#footer .ewf_widget_latest_posts ul li { 
		font-size: 11px;
		font-weight: 700;
		color: #1D70B7;
	}
	
	#footer .ewf_widget_latest_posts ul li > p > a { color: #1D70B7; }
	
	#footer .ewf_widget_latest_posts ul li .title {
		font-size: 14px;
		font-weight: 600; 
	}
	
	#footer .ewf_widget_latest_posts ul li .post-date {
		color: #505050;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
	}
	
	#footer .ewf_widget_latest_posts ul li img { display: none; }
	
	#footer-bottom .ewf_widget_latest_posts ul li .title { color: #a9a9a9; }
	#footer-bottom .ewf_widget_latest_posts ul li .title:hover { color: #1D70B7; }

	/*
	 * 1. Clearfix hack 
	 */
	 
	.ewf_widget_latest_posts ul li:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 1200px) {
		
		#footer .ewf_widget_latest_posts ul li img { display: block; }
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.ewf_widget_latest_posts ul li img { display: none; }
		
	}
	
	@media (max-width: 767px) {
		
		#footer .ewf_widget_latest_posts ul li img { display: block; }
		
	}
	
/* =EWF Navigation widget
   ========================================================================== */
	
	.ewf_widget_navigation {}
	
	.ewf_widget_navigation ul {  
		list-style-type: none; 
		list-style-position: outside; 
	}
	
	.ewf_widget_navigation li { border-bottom: 1px solid #e1e1e1; }
	
	.ewf_widget_navigation li:last-child { border-bottom: none; }
	
	.ewf_widget_navigation li a { 
		display: block; 
		padding: 10px 0; 
	}
	
	.ewf_widget_navigation li a:hover { text-decoration: none; }

/* =EWF Social media widget
   ========================================================================== */
	
	.ewf_widget_social_media {}
	
	#header-top .ewf_widget_social_media { text-align: right; }
	
	#header-top .ewf_widget_social_media .social-icon i { font-size: 14px; }
	
	#footer-bottom .ewf_widget_social_media { text-align: right; }
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.ewf_widget_social_media:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}	
	
	@media (max-width: 767px) {
		
		#footer-bottom .ewf_widget_social_media { text-align: left; }
		
	}



/*
* 2026 Güncelleme
*/

        @keyframes bwFadeInDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* --- BANNER AREA --- */
        #hero {
            position: relative;
            width: 100%;
            height: 82vh;
            min-height: 530px;
            background-color: #000;
            overflow: hidden;
            z-index: 5;
        }

        .banner-slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
            visibility: hidden;
            z-index: 1;
        }

        .banner-slide.active {
            opacity: 1;
            visibility: visible;
            z-index: 10; /* Aktif slayt en üstte */
        }

        .banner-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            z-index: 1;
        }

        .banner-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
            z-index: 2;
        }

        .banner-content {
            position: relative;
            z-index: 100; /* İçerik her şeyin üstünde */
            height: 120%;
            display: flex;
            align-items: center;
            padding: 0 15%; 
            color: #ffffff !important;
        }

        .banner-text-box {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease 0.4s;
            pointer-events: auto;
        }

        .banner-slide.active .banner-text-box {
            opacity: 1;
            transform: translateY(0);
        }

        .banner-text-box h2 {
            font-family: 'Inter', sans-serif !important;
            font-size: clamp(26px, 4vw, 54px) !important;
            font-weight: 800 !important;
            line-height: 1.1 !important;
            margin-bottom: 15px !important;
            text-transform: uppercase !important;
            letter-spacing: -1px !important;
            color: #ffffff !important;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }

        .banner-text-box p {
            font-size: clamp(12px, 1.1vw, 14px) !important;
            color: rgba(255,255,255,0.95) !important;
            margin-bottom: 20px !important;
            font-weight: 400 !important;
            line-height: 1.2 !important;
            max-width: 800px;
            text-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .banner-btn-custom {
            display: inline-block !important;
            background-color: var(--celfi-blue) !important;
            color: #ffffff !important;
            padding: 18px 45px !important;
            border-radius: 50px !important;
            font-weight: 700 !important;
            text-decoration: none !important;
            text-transform: uppercase !important;
            font-size: 14px !important;
            letter-spacing: 2px !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            border: none !important;
            cursor: pointer;
            z-index: 110;
        }
        .banner-btn-custom:hover { 
            background-color: #ffffff !important; 
            color: var(--celfi-blue) !important; 
            transform: translateY(-3px); 
        }

        /* --- BANNER NAVIGATION --- */
        .banner-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 200; /* Oklar en en üstte */
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            color: #ffffff !important;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }
        .banner-nav-btn i { font-size: 24px; color: #ffffff !important; line-height: 1 !important; }
        .banner-nav-btn:hover { background: var(--celfi-blue); border-color: var(--celfi-blue); }
        #bannerPrev { left: 30px; }
        #bannerNext { right: 30px; }

        /* --- SEKTÖR NAVİGASYONU --- */
        .sector-tabs-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 150;
            background:#1D70B7;
            backdrop-filter: blur(15px);
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .sector-tabs-container {
            display: flex;
            justify-content: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        .sector-tab {
            flex: 1;
            padding:0px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border-bottom: 4px solid transparent;
            min-height: 110px;
        }

        .sector-tab:hover, .sector-tab.active {
            filter: grayscale(0%) brightness(1);
            border-bottom-color: var(--celfi-blue);
            background: rgba(255, 255, 255, 0.05);
        }

        .sector-tab .s-no {
            font-size: 10px;
            color: rgba(255,255,255,0.4);
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        .sector-tab .s-name {
            color: #ffffff !important;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
        }


		#home-page {
            padding: 100px 0;
            background-color: #fff;
            overflow: hidden;
        }



      /* --- BİZDEN HABERLER SLIDER --- */
        #news-section {
            padding: 100px 0;
            background-color: #fff;
            overflow: hidden;
        }

        .news-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 50px;
        }

        .news-header h2 { font-size: 36px; font-weight: 800; color:#1D70B7; }
        .news-line { height: 4px; width: 60px; background: var(--celfi-blue); margin-top: 15px; }

        .news-controls { display: flex; gap: 12px; }
        .news-ctrl-btn {
            width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1;
            background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
            transition: all 0.3s ease; color: #505050;
        }
        .news-ctrl-btn:hover { border-color: var(--celfi-blue); color: var(--celfi-blue); }

        .news-slider-wrapper {
            position: relative;
            overflow: hidden; 
        }

        .news-slider-inner {
            display: flex;
            gap: 30px;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .news-card {
            flex: 0 0 calc(33.333% - 20px); /* Masaüstü 3'lü */
            background: #fff;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            border-radius: 4px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .news-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
        .news-card-img { height: 220px; overflow: hidden; }
        .news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
        .news-card-content { padding: 30px; }
        .news-date { font-size: 11px; font-weight: 700; color: var(--celfi-blue); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; display: block; }
        .news-card-content h3 { font-size: 20px; line-height: 1.3; margin-bottom: 15px; height: 52px; overflow: hidden; color: #202020; }
        .news-card-content p { font-size: 14px; color: #666; margin-bottom: 25px; height: 78px; overflow: hidden; }
        .news-read-more { font-size: 12px; font-weight: 800; color: #202020; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }

		        /* Fancybox Konteyner Güvencesi */
        .fancybox__container {
            z-index: 10000 !important;
        }


        /* --- GALERİ BÖLÜMÜ (GÖRSEL KAYMA DÜZELTMESİ) --- */
        #gallery-section {
            padding: 80px 0;
            background-color: #fff;
        }
        .gallery-item {
            position: relative;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
            background-color: #000;
            display: block; /* A etiketinin alanı tam kaplaması için */
            margin-bottom: 30px;
        }
        
        /* Görselin arka planın altında kalmasını veya kaymasını önleyen kurallar */
        .gallery-item img {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            transition: all 0.5s ease;
            opacity: 1; 
            z-index: 1; /* En alt katman */
        }
        
        .gallery-item:hover img {
            transform: scale(1.05);
            opacity: 0.6; /* Üzerine gelince kararma efekti */
        }

        .gallery-overlay-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 40px;
            z-index: 5; /* Görselin üstünde */
            pointer-events: none;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .gallery-item:hover .gallery-overlay-icon {
            opacity: 1;
        }

        .video-tag {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--celfi-blue);
            color: #fff;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10; /* İkon en üstte */
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }



        /* --- MODERN PROJE DETAY SLIDER TASARIMI --- */
        .project-slider-wrapper {
            position: relative;
            width: 100%;
            height: 550px;
            background-color: #000;
            overflow: hidden;
            border-radius: 12px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .project-slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
            visibility: hidden;
            z-index: 1;
        }

        .project-slide.active {
            opacity: 1;
            visibility: visible;
            z-index: 2;
        }

        .project-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .project-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff !important;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }

        .project-nav-btn:hover {
            background: var(--celfi-blue);
            border-color: var(--celfi-blue);
        }

        #projectPrev { left: 20px; }
        #projectNext { right: 20px; }


		@media (max-width: 991px) {
            .gallery-grid { grid-template-columns: repeat(2, 1fr); }
        }

        /* --- MOBİL UYUMLULUK --- */
        @media (max-width: 768px) {
            #hero { height: 80vh; }
            .banner-content { padding: 0 40px; text-align: center; justify-content: center; }
            .banner-text-box h2 { font-size: 28px !important; letter-spacing: 0; }
            .banner-text-box p { font-size: 12px !important; margin-bottom: 16px !important; }

            .sector-tabs-container {
                display: grid !important;
                grid-template-columns: repeat(3, 1fr) !important;
            }
            .sector-tab {min-height: 50px;padding: 5px 10px;}
            .sector-tab .s-name { font-size: 11px; white-space: normal; line-height: 1.2; }

  
            .news-header { flex-direction: column; align-items: flex-start; }
            .news-controls { margin-top: 25px; }
            
            .news-card { 
                flex: 0 0 100%; /* Mobilde kart ekranı tam kaplar */
            }
            .news-slider-inner { gap: 0; } 

            #bannerPrev {display: none;}
            #bannerNext {display: none;}
            .banner-nav-btn { width: 45px; height: 45px; top: 40%; }

			.gallery-grid { grid-template-columns: repeat(1, 1fr); }
            .gallery-item.vertical { grid-row: auto; aspect-ratio: 1/1; }
        }


