/* Your local CSS File */
 @font-face {
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 400;
     src: local('Roboto Regular'), local('Roboto-Regular'), url(/assets/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
 }
 
 /* Your local CSS File */
 @font-face {
     font-family: 'Playfair+Display';
     font-style: normal;
     font-weight: 400;
     src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(/assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf) format('truetype');
 }
 
 @media only screen and (min-width: 768px) body:not(.menu-sandwich) #main-menu>ul {
     {margin-top: 10px;}
 }

div.gradie {
    position: relative;
    background-color:#02507b;height:30px; 
    height: 20px;
}
/*
div.gradie:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to bottom, #444, #02507b, transparent);
    

}
*/
        /*  box-shadow: inset 0 10px 0 0 #000; */

	/*Body fonts and style*/
	body,
	#main-menu ul li ul li,
	.comment-content cite,
	.entry-content cite { font-family: Roboto; }
	 body,
	 .sidebar-widget-area a:hover, .sidebar-widget-area a:focus,
	 .sidebar-widget-area .widget_recent_entries ul li:hover, .sidebar-widget-area .widget_archive ul li:hover, .sidebar-widget-area .widget_categories ul li:hover, .sidebar-widget-area .widget_meta ul li:hover, .sidebar-widget-area .widget_recent_entries ul li:focus, .sidebar-widget-area .widget_archive ul li:focus, .sidebar-widget-area .widget_categories ul li:focus, .sidebar-widget-area .widget_meta ul li:focus { color: #555555; }
	  .comment-content table,
	  .entry-content table { border-color: #555555; }
	  .entry-full-content .entry-author-data .author-biography,
	  .entry-full-content .entry-meta,
	  .nav-links.post-navigation a .meta-nav,
	  .search-results-header h4,
	  .entry-preview .entry-meta li,
	  .entry-preview .entry-meta li a,
	  .entry-content .gallery-caption,
	  .comment-content blockquote,
	  .entry-content blockquote,
	  .wp-caption .wp-caption-text,
	  .comments-area .comment-list .comment-metadata a { color: #777777; }
	  .comments-area .comment-list .comment-metadata a:hover,
	  .comments-area .comment-list .comment-metadata a:focus { border-bottom-color: #777777; }
	  a,
	  .comments-area .comment-list .reply a,
	  .comments-area span.required,
	  .comments-area .comment-subscription-form label:before,
	  .entry-preview .entry-meta li a:hover:before,
	  .entry-preview .entry-meta li a:focus:before,
	  .entry-preview .entry-meta li.entry-meta-category:hover:before,
	  .entry-content p a:hover,
	  .entry-content ol a:hover,
	  .entry-content ul a:hover,
	  .entry-content table a:hover,
	  .entry-content datalist a:hover,
	  .entry-content blockquote a:hover,
	  .entry-content dl a:hover,
	  .entry-content address a:hover,
	  .entry-content p a:focus,
	  .entry-content ol a:focus,
	  .entry-content ul a:focus,
	  .entry-content table a:focus,
	  .entry-content datalist a:focus,
	  .entry-content blockquote a:focus,
	  .entry-content dl a:focus,
	  .entry-content address a:focus,
	  .entry-content ul > li:before,
	  .comment-content p a:hover,
	  .comment-content ol a:hover,
	  .comment-content ul a:hover,
	  .comment-content table a:hover,
	  .comment-content datalist a:hover,
	  .comment-content blockquote a:hover,
	  .comment-content dl a:hover,
	  .comment-content address a:hover,
	  .comment-content p a:focus,
	  .comment-content ol a:focus,
	  .comment-content ul a:focus,
	  .comment-content table a:focus,
	  .comment-content datalist a:focus,
	  .comment-content blockquote a:focus,
	  .comment-content dl a:focus,
	  .comment-content address a:focus,
	  .comment-content ul > li:before,
	  .sidebar-widget-area .widget_recent_entries ul li,
	  .sidebar-widget-area .widget_archive ul li,
	  .sidebar-widget-area .widget_categories ul li,
	  .sidebar-widget-area .widget_meta ul li { color: #557cbf; }     
	  .comments-area .comment-list .reply a:hover,
	  .comments-area .comment-list .reply a:focus,
	  .comment-content p a,
	  .comment-content ol a,
	  .comment-content ul a,
	  .comment-content table a,
	  .comment-content datalist a,
	  .comment-content blockquote a,
	  .comment-content dl a,
	  .comment-content address a,
	  .entry-content p a,
	  .entry-content ol a,
	  .entry-content ul a,
	  .entry-content table a,
	  .entry-content datalist a,
	  .entry-content blockquote a,
	  .entry-content dl a,
	  .entry-content address a { border-bottom-color: #557cbf; }    
	  .entry-content blockquote, .comment-content { border-left-color: #557cbf; }
	  
	  .comments-area .form-submit input[type=submit]:hover, .comments-area .form-submit input[type=submit]:focus,
	  .blue-button:hover, .blue-button:focus {
		background-color: #3c63a6;
		color: #f4f4f4;
	  }
	  
	  html, #main-menu ul li ul li { font-size: 16px }
	  body, #footer, .footer-widget-area .widget-title { line-height: 1.7; }
	  body {
		letter-spacing: 0.01rem;
		font-weight: 400;
		font-style: normal;
		text-transform: none;
	  }
	  
	  .comment-content address,
	  .comment-content blockquote,
	  .comment-content datalist,
	  .comment-content dl,
	  .comment-content ol,
	  .comment-content p,
	  .comment-content table,
	  .comment-content ul,
	  .entry-content address,
	  .entry-content blockquote,
	  .entry-content datalist,
	  .entry-content dl,
	  .entry-content ol,
	  .entry-content p,
	  .entry-content table,
	  .entry-content ul {
		margin-top: 0;
		margin-bottom: 1.5rem;
	  }
	  
	  /*Buttons font and style*/
	  .comments-area .form-submit input[type=submit],
	  .blue-button { 
			background-color: #557cbf; 
			color: #f4f4f4;
			font-family: Playfair Display;
			font-size: 16px;
			font-weight: 400;
			font-style: normal;
			letter-spacing: 0.01rem;
			line-height: 1;
			text-transform: none;
			margin-top: 0;
			margin-bottom: 0;
	  }
	  .comments-area .form-submit input[type=submit]:hover, .comments-area .form-submit input[type=submit]:focus,
	  .blue-button:hover, .blue-button:focus, 
	  .entry-content p a.blue-button:hover { 
			background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	
	/*Headers fonts and style*/
	.header-widgetised-area .widget_text,
	 #main-menu > ul > li > a, 
	 .entry-full-content .entry-author-data .author-name, 
	 .nav-links.post-navigation a .post-title, 
	 .comments-area .comment-list .comment-author,
	 .comments-area .comment-list .reply a,
	 .comments-area .comment-form-comment label,
	 .comments-area .comment-form-author label,
	 .comments-area .comment-form-email label,
	 .comments-area .comment-form-url label,
	 .comment-content blockquote,
	 .entry-content blockquote { font-family: Playfair Display; }
	.entry-full-content .entry-author-data .author-name,
	.entry-full-content .entry-meta a,
	.nav-links.post-navigation a .post-title,
	.comments-area .comment-list .comment-author,
	.comments-area .comment-list .comment-author a,
	.search-results-header h4 strong,
	.entry-preview .entry-meta li a:hover,
	.entry-preview .entry-meta li a:focus { color: #333333; }
	
	.entry-full-content .entry-meta a,
	.comments-area .comment-list .comment-author a:hover,
	.comments-area .comment-list .comment-author a:focus,
	.nav-links.post-navigation a .post-title { border-bottom-color: #333333; }

	 
	 h1 {
		color: #333333;
		font-family: Playfair Display;
		font-size: 42px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 2.125rem;
		text-transform: none;  
	 }
	 h1 a {color: #557cbf;}
	 h1 a:hover, h1 a:focus {color: #557cbf;}
	 h2 {
		color: #333333;
		font-family: Playfair Display;
		font-size: 36px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		/* margin-top: 8px; */
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h2 a {color: #557cbf;}
	 h2 a:hover, h2 a:focus {color: #557cbf;}
	 h3 {
		color: #333333;
		font-family: Playfair Display;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h3 a {color: #557cbf;}
	 h3 a:hover, h3 a:focus {color: #557cbf;}
	 h4 {
		color: #333333;
		font-family: Playfair Display;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h4 a {color: #557cbf;}
	 h4 a:hover, h4 a:focus {color: #557cbf;}
	 h5 {
		color: #333333;
		font-family: Playfair Display;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h5 a {color: #557cbf;}
	 h5 a:hover, h5 a:focus {color: #557cbf;}
	 h6 {
		color: #333333;
		font-family: Playfair Display;
		font-size: 16px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h6 a {color: #557cbf;}
	 h6 a:hover, h6 a:focus {color: #557cbf;}
	
		/*Header and menu area background color*/
		#header .navbar .navbar-wrapper, body.navbar-no-background #header .navbar.fixed.scroll, body.header-full-width-boxed #header .navbar, body.header-full-width #header .navbar {			/* background-color: #f4d238 */;
		}
		
		@media only screen and (min-width: 768px) {
			body:not(.menu-sandwich) #main-menu ul li ul { background-color: #f4d238; }
		}
		body.navbar-no-background #header .navbar {background-color: transparent;}
        
        
		.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
		.content-wrapper a, .entry-content p a { color:#02507b; border-bottom-color:#02507b;}
        .entry-content p a:hover {color:#9c0000}
		
body:not(.menu-sandwich) #main-menu>ul>li>a {
    /* color: #004db2;*/
    color: #02507b;
    font-family: arial;
}

#claim {font-style: italic;	color: grey;	font-family: Roboto;	font-size: 24px;	display: inline-block;	top: 30px;}

.entry-title {color:#02507b; margin-top:45px;}
