/*
Theme Name:   Consillium
Description:  Child of twentyseventeen
Author:       Consilium
Author URL:   louis-henwood.com
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  consillium
*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,700,800,900');

/* Modifications to twentyseventeen */

body {
    line-height: 26px;
    background-color: #fff;
    font-family: 'Fira Sans', Helvetica, Roboto, Arial, 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8c9597;
}
h1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
}
h2 {
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
}
h3 {
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #00859B;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}
h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 10px;
}
h5 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
}
h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    color: #00859B;
    font-weight: 400;
}
a {color: #00859B;}
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover {
    color: #00859B;
    box-shadow: inset 0 0 0 rgba(0, 133, 155, 0), 0 1px 0 rgba(0, 133, 155, 1);
}
.navigation-top {
    position: absolute;
    top: 0px;
    width: 75%;
    height: 50px;
    z-index: 4;
    padding: 10px 10px 0;
    background-color: rgba(255, 255, 255, 0.0);
    border-style: none;
    left: 25%;
}
.site-header .navigation-top .menu-scroll-down {display: none;}
.navigation .wrap {margin-top: 20px;}
.navigation-top a {
    color: white;
    font-weight: 400;
}
.main-navigation a:hover {color: #E35205;}
.main-navigation a {
    padding-top: 1em;
    padding-bottom: 0;
    padding-left: 1.5em;
    float: right;
}
.main-navigation li {float: right;}
.js .main-navigation ul,
.js .main-navigation ul ul,
.js .main-navigation > div > ul {
    float: right;
}
.menu-toggle {
    font-size: 1.5em;
    color: white;
    font-family: 'Fira Sans', Helvetica, Roboto, Arial, 'Droid Sans', sans-serif;
    font-weight: 400;
    margin: 1px 0 2px;
    float: right;
    padding-top: 8px;
}
.custom-header {
    position: relative;
    padding-top: 50px;
}
.custom-header-media:before {display: none;}
.site-branding {text-align: center;}
.twentyseventeen-front-page .site-branding {height: 300px;}
.home .wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.home #primary .entry-content {width: 100% !important;}
.home .entry-header {display: none;}
.site-footer {
    background-color: #292825;
    margin-top: 0;
    padding-right: 50px;
    padding-left: 50px;
}
.site-footer p {
    color: white;
    line-height: 200%;
}
.site-info {
    color: white;
    text-align: center;
    width: 100%;
}

/* My additional styles*/

.consilliumlogo {
    width: 200px;
    height: 30px;
    background: url(../../uploads/2017/08/consilium-logo-wide-white-200.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
    position: absolute;
    top: 25px;
    left: 55px;
    float: left;
}
.wsflogo {
    width: 600px;
    height: 190px;
    background: url(../../uploads/2019/01/World-Security-Forum-logo.png) no-repeat;
    background-size: 100% 100%;
    margin: auto auto 10px;
}
.site-title {
    font-size: 26px;
    line-height: 100%;
    font-weight: 300;
    text-transform: none;
}
.site-title span {font-size: 20px;}
.site-description {
    font-size: 20px;
    font-weight: 300;
    margin: 30px 15% 60px;
}
.header-button-one {
    width: auto;
    height: 63px;
    line-height: 57px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 15px;
    padding: 0 70px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 3px;
    font-weight: 400;
    jkjkj font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 242px;
}
.header-button-one:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
	color: #fff;
}
#registration .header-button-one {
    width: auto;
    height: 63px;
    line-height: 57px;
    background: rgba(102, 180, 222, 0.3);
    margin: 30px auto 0;
    padding: 0 70px;
    display: inline-block;
    border: 3px solid #327ca4;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #327ca4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 242px;
}
#registration .header-button-one:hover {
    background: rgba(102, 180, 222, 0.1);
    text-decoration: none;
}

/* Page Buider styles*/

.front-section,
.front-section-grey {
    padding: 60px 100px 0;
    z-index: 10;
    top: 0;
    position: relative;
}
.front-section img {margin-top: 10px;}
.front-section-grey {background-color: #ebeaea;}
.widget ul li,
.widget ol li {border-style: none;}
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
}
.panel-has-style {margin-bottom: 0px !important;}

/* Tables */

.tablecontainer {
    width: 100%;
    list-style: none;
    margin-top: 10px;
    display: table;
    padding-bottom: 30px;
}
.tableseparater {
    width: 100%;
    float: left;
    clear: both;
}
.tableunderline {
    border-bottom: 1px solid #327ca4 !important;
    width: 100%;
    float: left;
    clear: both;
    padding: 0 !important;
}
.tablespacer {margin-top: 10px;}
.tablehead,
.table2left,
.table2right {
    padding: 5px 10px 5px !important;
    float: left;
    text-align: left;
    border-style: none;
    padding-top: 5px;
}
.tablehead {
    width: 100%;
    font-weight: 700;
    color: #327ca4;
    font-size: 20px;
    border-bottom: 1px solid #327ca4 !important;
}
.table2left {
    width: 30%;
    font-weight: 700;
}
.table2right {
    width: 70%;
    font-weight: 400;
}
.table3 {
    margin-top: 30px;
    font-size: 16px;
}
.table3head {
    color: #327ca4;
    width: 33%;
    float: left;
    text-align: center;
}
.table3left {
    width: 33%;
    float: left;
    color: #327ca4;
    text-align: left;
}
.table3right {
    width: 33%;
    float: left;
    text-align: center;
}
.table3head,
.table3left,
.table3right {
    line-height: 100%;
    padding: 15px 0 !important;
    padding-top: 15px;
}
.table3headfirst {padding-bottom: 0;}

/* @media queries */

@media screen and (min-width: 20em) {
    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0;
    }
}
@media screen and (min-width: 30em) {} @media screen and (min-width: 48em) {
    .has-header-image.twentyseventeen-front-page .custom-header,
    .has-header-video.twentyseventeen-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: 800px;
        overflow: hidden;
    }
    .has-header-image.twentyseventeen-front-page .site-branding,
    .has-header-video.twentyseventeen-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        display: block;
        width: 100%;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 48em) {
    .wsflogo {
        width: 400px;
        top: 120px;
        height: 126px;
    }
    .site-title {font-size: 25px;}
    .site-title span {font-size: 18px;}
    .site-description {
        font-size: 18px;
        margin: 30px 15px;
    }
    .site-branding {padding: 3.5em 0;}
    .front-section,
    .front-section-grey {
        padding-right: 30px;
        padding-left: 30px;
    }
    .main-navigation ul {
        background: rgba(0, 0, 0, 0.5);
        width: 200px;
    }
    .main-navigation li {border-style: none;}
}
@media only screen and (max-width: 30em) {
    .wsflogo {
        width: 300px;
        height: 95px;
    }
    .consilliumlogo {display: none;}
    .front-section,
    .front-section-grey {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Consilium Colors*/

.cblue {color: #003C71;}
.corange {color: #E35205;}
.cteal {color: #00859B;}
.cmaroon {color: #93272C;}
.cgray {color: #6f6f6e;}
.clitegray {color: #bcbcbc;}
.gblue {color: #327ca4;}
.gliteblue {color: #66b4de;}