/*
Theme Name: SFS Measure
Description: Custom Theme for SFS Measure
Author: WebLeeDev
Version: 1.0.0
*/

@font-face {
    font-family: 'Larsseit Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Regular'), url(fonts/LarsseitItalic.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Thin'), url(fonts/LarsseitThin.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Thin Italic'), url(fonts/LarsseitThinItalic.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Light Italic'), url(fonts/LarsseitLightItalic.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Light';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Light'), url(fonts/LarsseitLight.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Medium'), url(fonts/LarsseitMedium.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Medium Italic'), url(fonts/LarsseitMediumItalic.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Bold'), url(fonts/LarsseitBold.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit Bold Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit Bold Bold Italic'), url(fonts/LarsseitBoldItalic.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit ExtraBold'), url(fonts/LarsseitExtraBold.woff) format('woff');
}
    
@font-face {
    font-family: 'Larsseit ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Larsseit ExtraBold Italic'), url(fonts/LarsseitExtraBoldItalic.woff) format('woff');
}

body{
	font-family: 'Larsseit Light';
	font-style: normal;
    font-weight: normal;
	color:#000;
	font-size:18px;
}
header{
    z-index: 10;
    position: relative;
}
a{
    color:#064988;
}
h1{
    font-size:56px;
    font-family: 'Larsseit Medium';
}
h2{
    font-size:42px;
    font-family: 'Larsseit Medium';
}
h3{
    font-size:30px;
    font-family: 'Larsseit Medium';
}
b, strong{
	font-family: 'Larsseit Medium';
}

.container{
	width:100%;
	max-width:100% !important;
	padding:0;
}
#header{
	padding:20px;
	background-color:#eeece7;
	box-shadow:0 6px 9px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:10;
}
#header .container{
	width:1230px;
	padding:0 15px;
}
.logo{
	float:left;
}
img.site-logo{
	margin-right:30px;
}

/* Menu */
@media only screen and (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: wrap;
    }
}

.navbar{
	padding:23px 0;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-link{
	font-size:14px;
	padding:0 15px;
	text-transform: uppercase;
	font-family: 'Larsseit Bold';
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item:last-child a{
	padding-right:0;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item{
	position:relative;
	margin:0;
	padding:0;
}

.font-thin{
    font-family: 'Larsseit Thin';
}
.full-width-block{
    max-width:100%;
}
.flexslider {
    margin: 0 !important;
    background: none !important;
    border: none !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -o-border-radius:0 !important;
    border-radius:0 !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    -o-box-shadow:none !important;
    box-shadow: none !important;
}
.flex-control-nav {
    bottom: 0 !important;
    z-index: 10;
}
.flex-control-paging li a{
    background:#ccc !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    width:7px;
    height:7px;
}
.flex-control-paging li a.flex-active{
    background:#e6e6e6 !important;
}
:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}

#footer{
	background:#064988;
	padding:50px 20px;
	color:#fff;
	float:left;
	width:100%;
}
#footer .container{
	width:1230px;
	padding:0 15px;
}
.widget-1, .widget-2, .widget-3, .widget-4{
	float:left;
}
.widget-1{
	width:100px;
}
.middle-widget-wrap{
	width:950px;
	float:left;
	padding-left:50px;
}
.widget-2{
	width: 490px;
    padding: 0 65px 0 15px;
}
.widget-3{
	border-left:3px solid #f9ae3c;
	width: 400px;
    padding: 0 15px 0 65px;
}
.widget-4{
	width:100px;
}

/* CF7 */
input, textarea{
    width:100%;
    padding:2%;
}
input[type=submit]{
    width: auto;
    font-size: inherit;
    color: #fff;
    background: #064988;
    border: none;
    padding: 20px 30px;;
}
label{
	font-size:22px;
	margin-bottom:5px;
}

/* PROJECTS */
.inner-wrap{
	width:1200px;
	margin:80px auto;
}
.project-featured-img{
	margin-bottom:80px;
}
.project-content{
	margin-top:30px;
	margin-bottom:80px;
}
.project-bar{
	width:100%;
	position:relative;
}
.project-bar-section{
	padding:0 60px;
	border-right:2px solid #f8ae3c;
	display:inline-block;
	font-size:20px;
}
.project-bar .project-bar-section:first-child{
	padding-left:0;
}
.project-bar .project-bar-section:last-child{
	padding-right:0;
	border-right:none;
}
#accordion{
	margin-bottom:80px;
	margin-top:30px;
}
#accordion ul{
	column-count:2;
}
#accordion ul#sheetslist, #accordion ul#noticelist, #accordion ul#videolist{
	column-count:1;
}
.ui-widget{
	font-family: 'Larsseit Medium';
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border:none;
    border-bottom: 2px solid #d0d7dc;
    background: none;
    font-weight: normal;
    color: #000;
}
.ui-accordion .ui-accordion-header{
	font-size:42px;
	padding:20px 0;
}
.ui-widget-content{
	border:none;
	background:none;
	color:#000;
	padding-left:0 !important;
	padding-right:0 !important;
}
.ui-icon{
	background-image:url(images/acc-default.png) !important;
	background-position:0 0;
	width:25px;
	height:15px;
	margin-top:0;
	position:absolute;
	right:0;
	top:40px;
}
.ui-state-active .ui-icon{
	background-image:url(images/acc-active.png) !important;
}

.latest-fact{
	background:#212427;
	padding:30px;
	position:relative;
	width:100%;
	color:#fff;
	height:330px;
}
.latest-notice{
	background:#eeece7;
	padding:30px;
	position:relative;
	width:100%;
	color:#212427;
	height:330px;
}
.latest-fact .top-text{
	color:#999;
}
.latest-notice .top-text{
	color:#666;
}
.latest-fact h2, .latest-notice h2{
	font-size:36px;
	font-family: 'Larsseit ExtraBold';
}
.latest-fact a, .latest-notice a{
	position:absolute;
	bottom:30px;
	left:30px;
	color:#eeb154;
}

.block-projects{
	position:relative;
	margin-bottom:50px;
}
.row-project-wrap{
	border:1px solid #eeece7;
}
.row-project, .row-project-header{
	position:relative;
	width:100%;
}
.row-project-header{
	font-family: 'Larsseit Bold';
	border-top:2px solid #f8ae3c;
}
.row-project > div, .row-project-header > div{
	display:inline-block;
	padding:10px 15px;
}
.row-project:nth-child(odd){
	background:#eeece7;
}
.row-project:nth-child(even){
	background:#fff;
}
.row-project-number{
	width:6%;
	text-align:center;
}
.row-project-title{
	width:73%;
}
.row-project-title a{
	color:#005b93;
}
.row-project-status{
	width:20%;
}
.row-project:nth-child(odd) .row-project-title{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.row-project:nth-child(even) .row-project-title{
	border-left:1px solid #eeece7;
	border-right:1px solid #eeece7;
}
span.status-color{
	width:10px;
	height:10px;
	border-radius:50%;
	position:absolute;
	right:15px;
	top:40%;
}
.updates-projects-block{
	width:100%;
	position:relative;
	background:#eeece7;
}
.updates-title{
	background:#064988;
	font-family: 'Larsseit Bold';
	color:#fff;
	padding:17px 20px;
}
.updates-projects-content{
	padding:20px;
}
.updates-projects-content p{
	margin-bottom:5px;
}
.updates-projects-content ul{
	padding:0 0 0 15px;
	font-size:14px;
}
.updates-projects-content ul li{
	margin:5px 0;
}
.updates-projects-content ul a{
	color:#000;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right:7px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ebebeb;
	line-height: 18px;
	margin-bottom: 3px;
	max-width: 630px !important;
	padding: 3px 13px 4px 3px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	color: #555;
	font-size: .875em;
	margin: 0;
	
}
.wp-smiley {
	margin: 0;
}

.bypostauthor{
}
.feedback{
	text-align:right;
	padding:0 20px 10px 0;
	clear:both;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.top-footer .gallery-item{
	float: none;
	display: inline-block;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	text-align: center;
}



.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery img {
	border: 10px solid transparent;
	max-width: 100%;
height: auto;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Comments */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	width:7%;
}
#respond input {
	margin: 20px 5px;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#advert{
	width:640px;
	margin-left:-40px;
}
#advert ul{
	list-style:none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.textwidget{
width:100%;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.widget-area ul ul {
	margin: 0;
	padding-left:10px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	padding:0;
	list-style:none;
}
.widget-container ul{
margin:0;
padding:0;
}
.widget-container ul li{
list-style:none;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}
.widget-area a,
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	text-shadow:none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
	font-size:12px;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #CC0000;
}
.widget_rss a.rsswidget:hover {
	color: #FF0000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* RESPONSIVE */
img{
	max-width:100%;
	height:auto;
}
.navbar-toggler{
	margin-bottom:10px;
	border:1px solid #ddd;
	margin:32px 15px 10px 0;
}
.hamburger{
	width:100%;
	text-align:right;
}

.navbar-toggler:focus{
	box-shadow:none;
}

@media only screen and (max-width:1200px) {

}