/*
Theme Name: Dunia Energi Theme v3.0
Theme URI: https://www.dunia-energi.com/
Author: Hilaladdiyar Muhammad Nur
Author URI: https://www.hilallabs.com/
Description: This template is exclusively developed for Dunia Energi
Version: 3.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('assets/css/custom-fonts.css');

/* General
------------------------------------------------------------ */
body{
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 700;
    margin-top: 0px;
}

a{
    color: #C0392B;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

@media(min-width: 1349px){
   .container{
        width: 1280px;
    } 
}

img{
    max-width: 100%;
    height: auto;
    /* display: block; */
}

a, .btn{
    transition: all .3s;
}

p{
    margin: 0 0 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
.alignleft .wp-post-image {
    margin: 5px 20px 5px 0;
}

img.alignright,
.alignright .wp-post-image {
    margin: 5px 0 5px 20px;
}

img.aligncenter,
.aligncenter .wp-post-image  {
    margin: 5px auto;
}

img.alignnone,
.alignnone .wp-post-image  {
    margin: 0;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.wp-caption.alignleft {
    margin-right: 20px;
}

.wp-caption.alignright {
    margin-left: 20px;
}

.wp-caption-text {
    margin: 0;
    padding: 5px 0 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    font-size: 0.85em;
    font-style: italic;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
    list-style-position: inside;
}

/* Header and Main Menu
------------------------------------------------------------ */
/* Top Header */
#top-header{
    border-top: 4px solid #003255;
    height: 39px;
    background: #004778;
    color: #fff;
    border-bottom: 1px solid #5C5979;
}

#top-header-right{
    padding-top: 3px;
    /* text-align: right; */
}

#top-header-right > span{
    display: inline-block;
    vertical-align: middle;
}

#top-header-right .search-bar{
    width: 160px;
    margin-right: 15px;
}

#top-header-right .search-bar .form-control{
    height: 27px;
    border: none;
    border-radius: 0px;
}

#top-header-right .search-bar .form-control:focus{
   
}

#top-header-right .search-bar .form-control::-webkit-input-placeholder{
    color: #20202F;
}

#top-header-right .search-bar .form-control::-moz-placeholder{
    color: #20202F;
}

#top-header-right .search-bar .form-control:-ms-input-placeholder{
    color: #20202F;
}

#top-header-right .search-bar .form-control:-moz-placeholder{
    color: #20202F;
}

#top-header-right .search-bar .form-control:placeholder{
    color: #20202F;
}

#top-header-right .search-bar button{
    border-radius: 0px;
    border: none;
    padding: 3px 9px 4px;
}

/* Header & Logo */
#header{    
    background: #00406D;
    padding: 25px 0px;
}

#logo-container{
    display: flex;
    align-items: center;
}

#logo{
    width: 50%;
}

#header-right{
    width: 50%;
}

/* Nav */
#nav{
    background: #00406D;
    border: none;
    border-bottom: 2px solid #00406D;
    margin-bottom: 0;
    border-radius: 0;
}

#nav .navbar-collapse{
    padding: 0px;
    background: #003255;
    position: relative;
    top: 2px;
}

#nav .nav{
    display: flex;
    align-content: stretch;
    float: none;
}

#nav .nav > li{
    flex-grow: 1;
}

#nav .nav > li  > a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #003255;
    background: #003255;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    text-align: center;
}

#nav .nav > li:not(.search).active  > a,
#nav .nav > li:not(.search)  > a:hover,
#nav .nav > li:not(.search):hover > a{
    border-bottom: 2px solid #fff;
}

#nav .nav > li > .dropdown-toggle{
    display: none;
}

#nav .nav > li > .dropdown-menu{
    border-radius: 0px;
}

#nav .nav > li:hover > .dropdown-menu{
    display: block;
    min-width: 100%;
}

#nav .nav > li > .dropdown-menu > li > a{
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #003255;
}

#nav .nav > li > .dropdown-menu > li.active > a,
#nav .nav > li > .dropdown-menu > li:hover > a{
    background: #003255;
    color: #fff;
}

#nav .nav > li.search{
    position: relative;
}

#nav .nav > li.search form{
    position: absolute;
    min-width: 300px;
    right: 0px;
    top: 100%;
    padding: 10px 20px;
    background: #fff;
    z-index: 100;
    display: none;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

#nav .nav > li.search form .btn{
    background: #003255;
    border-color: #003255;
    color: #fff;
    border-radius: 0;
}

#nav .nav > li.search form .form-control{
    background: #f1f1f1;
    border-radius: 0;
}


/* Breaking News
------------------------------------------------------------ */ 
#breaking-news{
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    background: #131328;
    color: #fff;
}

#breaking-news .breaking-news-container{

}

#breaking-news .breaking-news-container span{
    vertical-align: top;
    display: inline-block;
}

#breaking-news .breaking-news{
    width: calc(100% - 170px);
}

#breaking-news .breaking-news-label{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding-right: 10px;
    width: 139px;
}

#breaking-news .breaking-news a{
    color: #fff;
    width: 100%;
}

#breaking-news .breaking-news a:hover{
    text-decoration: none;
}

#breaking-news .breaking-news-nav{
    text-align: right;
}

#breaking-news .breaking-news-nav a{
    color: #fff;
}

.social-icons{
    padding-right: 28px;
}

.social-icons a{
    display: inline-block;
    padding: 0 7px;
    font-size: 16px;
    color: #ECECFB;
}

#breaking-news .breaking-news-nav .language-switcher,
#breaking-news .breaking-news-nav .language-switcher a{
    color: #EBEBFA;
}

#breaking-news .breaking-news-nav .language-switcher a{
    padding: 1px 0 0;
    display: inline-block;
    vertical-align: top;
}

#breaking-news .breaking-news-nav .language-switcher a:hover{
    text-decoration: none;
    color: #FFFF4C;
}

#breaking-news .breaking-news-nav .language-switcher a.active{
    color: #FFFF4C;
    font-weight: 700;
}

#breaking-news .breaking-news-nav .language-switcher .wpml-ls-legacy-list-horizontal{
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
}

#breaking-news .breaking-news-nav .language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item{
    margin-left: 10px;
}

/* Homepage
------------------------------------------------------------ */ 
/* Headline */
#homepage-headline{
    margin-bottom: 30px;
    position: relative;
    height: calc(100vh - 237px);
}

.admin-bar #homepage-headline{
    height: calc(100vh - 269px);
}

.main-headline-image{
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    position: absolute;
    z-index: 1;
}

#homepage-headline .container{
    height: 100%;
    position: relative;
    z-index: 2;
}


.main-headline-wrapper{
    position: relative;
}

.main-headline-wrapper img{
    position: relative;
    width: 100%;
}

.headline-label{
    height: 36px;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: 2;
    line-height: 36px;
    min-width: 120px;
    color: #fff;
    text-transform: uppercase;
    background: #FF0000;
    text-align: center;
    padding: 0 10px;
}

.homepage-headline-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}

.homepage-headline-container{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.main-headline{
    margin-bottom: 30px;
}

.main-headline .headline-detail{
    background: rgba(0, 0, 0, .8);
    /* position: absolute; */
    /* left: 0px; */
    /* bottom: 0px; */
    min-height: 96px;
    padding: 20px 25px 20px;
    width: 75%;
    color: #fff;
    display: block;
}

.main-headline .headline-detail:active{
    text-decoration: none;
}

.archive .main-headline .headline-detail{
    position: absolute;
    left: 0px; 
    bottom: 0px;
    min-height: 96px;
    padding: 20px 25px 20px;
    width: 100%;
    color: #fff;
    display: block;
}

.main-headline .headline-detail .headline-category{
    color: #FFFF4D;
    margin-bottom: 3px;
    display: block;
}

.main-headline .headline-detail .headline-title{
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.main-headline .headline-detail:hover{
    text-decoration: none;
}

.other-headline{
    padding: 15px;
    background: rgba(0, 0, 0, .8);
}

.other-headline .headline-post{
    position: relative;
    padding-left: 100px;
    min-height: 90px;
}

.other-headline .headline-post:last-child{
    margin-bottom: 0px;
}

.other-headline .headline-image{
    position: absolute;
    max-width: 75px;
    left: 10px;
    top: 0px;
}

.other-headline .headline-category{
    font-weight: 400;
    color: #FFFF4D;
}

.other-headline .headline-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.other-headline .headline-title a{
    color: #fff;
}

.other-headline .headline-title a:hover{
    color: #FFFF4D;
}

.other-headline .headline-time{
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

.post-index{
    text-align: center;
}

.post-index a{
    display: inline-block;
    width: 175px;
    height: 42px;
    /* border: 1px solid #000; */
    line-height: 42px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background: #ED1C22;
    color: #fff;
}

.post-index a:hover{
    background: #000015;
}

/* Content Box */
.content-box{
    background: #004778;
    padding: 25px;
    margin-bottom: 30px;
}

.content-box .section-title{
    margin-bottom: 20px;
}

.content-box .section-title h3{
    font-size: 22px;
    color: #fff;
}

.content-box-link{
    position: relative;
    display: block;
    color: #FFFF4D;
    font-size: 14px;
    font-weight: 700;
}

.content-box-link:hover{
    color: #fff;
}

.graphic .content-box-link{
    height: 100%;
    border: 1px solid #A8A8B7;
    font-size: 16px;
    background: #fff;
}

.content-box-link .post-box-thumbnail{
    margin-bottom: 10px;
}

.content-box-image-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}

.content-box-image-container{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.content-box-row{
    display: flex;
}

.graphic .content-box-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 80px;
    padding: 20px 20px 0px;
    background: rgba(0, 0, 0, .4);
}

.section-title-link{ 
    color: #fff;
}

.homepage-content{
    padding-top: 8px;
}

.homepage-content-wrapper{
    margin-bottom: 40px;
}

.homepage-content-wrapper > .row{
    /* display: flex */
}

.homepage-content-wrapper > .row > .homepage-col{
    padding-top: 20px;
    padding-bottom: 20px;
}

.homepage-content-wrapper > .row > .headline-col{
    background: #888;
}

.homepage-content-wrapper > .row > .headline-col .section-title h4{
    color: #fff;
}

.homepage-content-wrapper > .row > .headline-col .section-title:after{
    background: #fff;
}

.homepage-content-wrapper > .row > .headline-col .list-post .post-detail .post-title a{
    color: #fff;
}

.homepage-content-wrapper > .row > .headline-col .list-post .post-detail .post-title a:hover{
    color: #FFFF4D;
}

.homepage-content-wrapper > .row > .homepage-col .list-post .post-image{
    margin-bottom: 15px;
}

.homepage-content-wrapper > .row > .homepage-col .list-post .post-image img{
    width: 100%;
}

.homepage-content-wrapper > .row > .homepage-col .section-title{
    margin-bottom: 15px;
}

.homepage-content-wrapper > .row > .headline-col .list-post .post-detail .post-meta .post-cat,
.homepage-content-wrapper > .row > .headline-col .list-post .post-detail .post-meta .post-meta-sep,
.homepage-content-wrapper > .row > .headline-col .list-post .post-detail .post-meta .post-time{
    color: #fff;
}

.homepage-content-wrapper > .row > .homepage-col .more a{
    font-weight: 700;
    color: #ff0000;
    font-size: 1.1em;
}

.homepage-content-wrapper > .row > .headline-col .more{
    padding-top: 15px;
}

.homepage-content-wrapper > .row > .headline-col .more a{
    display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    /* border: 1px solid #000; */
    line-height: 42px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background: #ED1C22;
    color: #fff;
}

.homepage-banner{
    margin-bottom: 40px;
}

.homepage-banner.bottom{
    margin-bottom: 0px;
    padding-top: 30px;
}

.homepage-content-wrapper > .row > .homepage-col .list-post .post-detail .post-title{
    font-size: 16px;
}

/* General Content
------------------------------------------------------------ */
.section-title{
    margin-bottom: 30px;
    position: relative;
    height: 36px;
}

.section-title h3{
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.section-title.box{
    text-align: center;
    /* margin-bottom: 40px; */
    height: 44px;
}

.section-title.box h3{
    display: inline-block;
    padding: 10px 15px;
    background: #ED1C22;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}

.section-title.center{
    text-align: center;
}

.section-title:not(.box):after{
    content: ' ';
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #FF0000;
    vertical-align: top;
    line-height: 2px;
}

.section-title.box:after{
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #FF0000;
    top: 50%;
    position: absolute;
    margin-top: -1px;
}

.list-post .post-detail{
    padding-top: 20px;
}

.list-post.simple .post-detail{
    padding-top: 0px;
}

.list-post .post-detail .post-title{
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.list-post .post-detail .post-title a{
    color: #000;
}

.list-post .post-detail .post-title a:hover{
    color: #C0392B;
}

.list-post .post-detail .post-meta span{
    display: inline-block;
    vertical-align: top;
}

.list-post .post-detail .post-meta .post-cat{
    color: #C0392B;
}

.list-post .post-detail .post-meta .post-meta-sep{
    color: #C0392B;
    font-size: 8px;
    padding: 0 5px;
}

.list-post .post-detail .post-meta .post-time{
    font-style: italic;
    color: #9797A5;
}

.list-post > div[id*="post"]{
    margin-bottom: 30px;
}

.list-post.simple > div[id*="post"]{
    margin-bottom: 15px;
}


/* Breadcrumb */
#breadcrumb{
    /* margin-bottom: 15px; */
    padding-top: 15px;
}

#breadcrumb .breadcrumb-wrapper{
    background: #eee;
    padding: 10px 20px;
}

#breadcrumb .itemListElement{
    display: inline-block;
}

#breadcrumb i.fa{
    margin: 0 10px;
    font-size: 12px;
}

#breadcrumb a{
    color: #737374;
}

/* Single Post */
h1.post-title{
    line-height: 46px;
}

.single-content div.sharedaddy h3.sd-title:before{
    display: none;
}

.single-content div.sharedaddy .sd-content{
    display: inline-block;
    margin-left: 10px;
}

.single-content .post-info{
    margin-bottom: 20px;
}

.single-content .single-post-image{
    margin-bottom: 30px;
    width: 100%;
}

.single-content .single-post-image.with-caption{
    margin-bottom: 5px;
}

.single-content .post-content .sharedaddy{
    padding-top: 20px;
    margin-bottom: 10px;
}

.post-tags{
    margin-bottom: 30px;
}

.post-tags a{
    display: inline-block;
    height: 32px;
    border: 1px solid #000;
    line-height: 30px;
    color: #000;
    padding: 0 10px;
    text-transform: lowercase;
    margin-right: 10px;
}

#article-banner-mobile{
    margin-bottom: 30px;
}

/* Related Post */
#related-posts .list-post .post-detail{
    padding-top: 0px;
}

#author-box{
    margin-bottom: 40px;
}

#author-box .author-photo{
    min-width: 150px;
    vertical-align: middle;
}

#author-box .author-detail{
    vertical-align: middle;
    padding-left: 20px;
}

#author-box h3{
    margin-bottom: 20px;
}

#read-also .list-post .post-detail .post-title{
    font-size: 16px;
}

/* Index Page */
.index-detail{
    margin-bottom: 30px;
}

.index-page-post-info{
    margin-bottom: 20px;
}

/* Video */
#video-detail{
    margin-bottom: 30px;
}

/* Archive */
#content-container{
    padding-top: 20px;
}

.category .main-headline{
    margin-bottom: 30px;
}

.format-video .post-image-link,
.format-video .frame{
    display: block;
    position: relative;
}

.format-video .post-image-link img,
.format-video .frame img{
    position: relative;
    z-index: 1;
}

.format-video .post-image-link .duration,
.format-video .frame .duration{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.5);
    padding: 0 10px;
    color: #fff;
    font-size: 0.85em;
}

.format-video .post-image-link .duration i.fa,
.format-video .frame .duration i.fa{
    margin-right: 3px;
}

.list-post .video .post-detail{
    padding-top: 10px;
}

.list-post .video .post-detail .post-title{
    margin-bottom: 0px;
}

.list-post .video .post-detail .post-meta .post-time{
    font-size: 0.9em;
}

.list-post .video{
    margin-bottom: 20px;
}

/* Search */
.repeat-search{
    margin-bottom: 30px;
}

.repeat-search p{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.repeat-search form.search{
    max-width: 75%;
}

.repeat-search form.search .form-control{
    border-radius: 0;
    height: 42px;
}

.repeat-search form.search .btn{
    height: 42px;
    border-radius: 0px;
    border-color: #003255;
    background-color: #003255;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

/* pagination */
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
    background: #00406D;
    border-color: #00406D;
}

/* Comments
------------------------------------------------------------ */
#comments{
    margin-bottom: 45px;
}

#comments-title{
    line-height: 1.3em;
    margin-bottom: 30px;
}

#comments .commentlist{
    list-style: none;
    padding: 0;
    margin: 0 0 30px;;
}

#comments .commentlist ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
}

#comments .commentlist li{
    background: #f8f8f8;
    border:  1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px 0 20px 20px;
}

#comments .commentlist li:hover{
    background: #fff;
}

#comments .commentlist li:last-child{
    margin-bottom: 0px;
}

#comments .commentlist ul li{
    border-right: none;
    background: none;
}

#comments .commentlist ul li:last-child{
    margin-bottom: 0px;
}

#comments .commentlist li .comment-author img{
    float: right;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    position: relative;
    top: -5px;
}

#comments .commentlist li .comment-author .fn{
    font-style: normal;
    font-weight: 600;
}

#comments .commentlist li .comment-meta{
    margin-bottom: 10px;
}

#comments .commentlist ul #respond{
    padding-right: 20px;
}

#respond .btn-submit{
    background: #00406D;
    color: #fff;
    font-weight: 700;
    border-radius: 0px;
}

#respond .form-control{
    border-radius: 0px;
    border-color: #ddd;
}

/* Author Box
------------------------------------------------------------ */
.author-info{
    
padding: 20px;
    
background: #eee;
    
border: 1px solid #ddd;
}

.author-heading{
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;
    font-size: 24px;
    margin: 0px 0 19px;
    letter-spacing: normal;
}

.author-title{
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: normal;
}

.author-link{
    display: none;
}

.author-social-media{

}

.author-social-media ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.author-social-media li{
    display: inline-block;
}

.author-social-media .title-label{
    margin-right: 10px;
}

.author-social-media .email a{
    color: #F2861D;
}

.author-social-media .website a{
    
}

.author-social-media .facebook a{
    color: #4267B2;
}

.author-social-media .twitter a{
    color: #1DA1F2;
}

.author-social-media .linkedin a{
    color: #0077B5;
}

.author-social-media .youtube a{
    color: #ff0000;
}

.author-social-media .gplus a{
    color: #DE5F54;
}

.author-bio{
    margin-bottom: 15px;
}

.author-info-wrapper{
    position: relative;
    padding-left: 100px;
}

.author-avatar{
    position: absolute;
    top: 2px;
    left: 0px;
    width: 80px;
    height: 80px;
}

.author-avatar img{
    margin: 0px;
    display: block;
    border-radius: 50%;
}

/* Login & Register Form
------------------------------------------------------------ */
#wpmem_login *, #wpmem_reg *{
    font-family: 'Roboto', sans-serif;
}

#wpmem_login legend,
#wpmem_reg legend{
    margin-bottom: 30px !important;
    position: relative;
    height: 36px;
    font-size: 18px;
    color: #000;
    border-bottom: none;
}

#wpmem_login legend:after,
#wpmem_reg legend:after{
    content: ' ';
    display: block;
    width: 70px;
    height: 2px;
    background: #FF0000;
    vertical-align: top;
    line-height: 2px;
    margin-top: 15px;
}

#wpmem_reg label, #wpmem_login label{
    font-weight: 700;
    margin-bottom: 10px !important;
    display: block !important;
}

#wpmem_reg .button_div label, 
#wpmem_login .button_div label{
    display: inline-block !important;
    font-weight: 400;
}

#wpmem_login input[type="submit"],
#wpmem_reg input[type="submit"]{
    background: #003255;
    color: #fff;
    border: none;
    padding: 8px 30px;
    font-weight: 700;
}

#wpmem_reg .req,
#wpmem_login .req{
    display: inline-block;
    margin-left: 5px;
}

#wpmem_reg .req-text .req{
    margin-right: 5px !important;
    display: inline-block;
}

/* Footer & Footer Widget
------------------------------------------------------------ */
/* Footer */
#footer{
    min-height: 39px;
    background: #00406D;
    color: #fff;
    text-align: center;
    line-height: 39px;
}

#footer a{
    color: #fff;
}

/* Footer Menu */
#footer-menu{
    background: #003255;
    padding: 10px 0px;
    margin-top: 50px;
}

.footer-menu-wrapper{
    position: relative;
    padding-left: 80px;
    min-height: 70px;
    padding-top: 23px;
}

.footer-logo{
    width: 71px;
    position: absolute;
    left: 0px;
    top: 0;
}

.menu.footer-menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.footer-menu li{
    display: inline-block;
}

.footer-menu li a{
    font-size: 16px;
    color: #fff;
    padding-right: 18px;
    line-height: 18px;
}

.footer-menu li a:hover{
    text-decoration: none;
    color: #FFFF4C;
}

.footer-menu li a:before{
    display: inline-block;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: top;
    margin-right: 18px;
}

.footer-menu li a:hover:before{
    color: #fff;
}

.footer-menu li:first-child a:before{
    display: none;
}   

/* Widget Styles
------------------------------------------------------------ */
/* General */
.sidebar .widget{
    margin-bottom: 40px;
}

.widget .list-article{
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .list-article li{
    margin-bottom: 30px;
}

.widget .list-article li:last-child{
    margin-bottom: 0;
}

.widget .list-article li .widget-link{
   font-size: 16px;
   line-height: 24px;
   font-weight: 700;
}

.widget .list-article li .widget-link a{
    color: #000;
}

.widget .list-article li .widget-link a:hover{
    color: #C0392B;
}

.widget .list-article li .widget-info .info-job-title{
    font-style: italic;
}

.widget .info{
    color: #7d7d86;
}

/* Misc
------------------------------------------------------------ */
/* Subscribe Form */
#popup-form .modal-dialog{
    margin-top: 120px;
}

#popup-form .modal-body{
    padding: 0;
}

#popup-form .close{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 3px;
    right: 5px;
}

#popup-form .mc4wp-form{
    width: 100%;
    height: 100%;
    background: #EEEEEE;
    padding: 25px;
}

#popup-form .mc4wp-form-fields{
    border: 2px solid #CECEBF;
    padding: 25px;
}

.subscribe-form-message{
    padding: 25px;
    background: #EEEEEE;
}

.subscribe-form-message .alert{
    margin-bottom: 0px;
    border-radius: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.subscribe-form .subscribe-form-title h1{
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #8A8A7B;
}

.subscribe-form .subscribe-form-title h1:after{
    display: block;
    width: 200px;
    height: 2px;
    background: #CECEBF;
    content: ' ';
    margin: 15px auto 20px;
}

.subscribe-form .subscribe-form-subtitle{
    margin-bottom: 15px;
}

.subscribe-form .subscribe-form-subtitle p{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #8A8A7A;
    line-height: 28px;
    text-align: center;
}

.subscribe-form .form-group{
    margin-bottom: 20px;
    text-align: center;
}

.subscribe-form .form-control{
    border: none;
    border-radius: 0;
    height: 42px;
    font-size: 14px;
    color: #8A8A7B;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    max-width: 85%;
}

.subscribe-form .description{
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #8A8A7A;
    line-height: 28px;
    text-align: center;
}

.subscribe-form .form-submit{
    text-align: center;
}

.subscribe-form .form-submit .btn{
    width: 200px;
    height: 42px;
    border-radius: 0;
    border: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    background: #8A8A7A;
    letter-spacing: 1px;
}

#wpmem_restricted_msg{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#wpmem_restricted_msg p{
    margin-bottom: 0px;
}