/*
Theme name: SIEF
URI: siefhome.org
Description: Theme for SIEF
Author: E Bugler
Author URI: www.nomadit.co.uk
Version: 0.1
*/
/*for fonts*/
#crumbs {
    margin-bottom: 1.8em;
}
#main p {
    padding: 0;
    margin: 0;
}
#main #news {
    margin: 1.8em 0 0 0;
}
#menu > ul > li > ul > li > ul.wide {
    width: 15em;
}
/*text styles and colours*/
.red {
    color: #c61417;
}
.caps {
    text-transform: uppercase;
}
.center {
    text-align: center;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right;
}
.border {
    border: solid 1px #ccc !important;
}
/*full width images and iframes*/
img.full, iframe.full, div.full {
    width: 100% !important;
}
/*half width images*/
img.half, div.half {
    width: 48% !important;
}
img.quart, div.quart {
    width: 24% !important;
}
img.third, div.third {
    width: 30% !important;
}
img.ten, div.ten {
    width: 10% !important;
}
#main table.tdborder {
    box-shadow: 4px 4px 2px #888888;
    border: 1px #666666 solid;
}
#main table.tdborder tr td {
    border: 1px #666666 solid;
    padding: 2px;
}
.wg-box {
    float: left;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 4px;
}
.wg-box .wg-pics {
    width: 150px;
    height: auto;
    float: right;
    padding: 4px;
}
/*Eli added for button styling*/
.btn-default {
    color: #333333;
    background-color: #eee;
    border-color: #cccccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #333333;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none;
    background-color: #fff;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*Eli added for responsive image text alignement*/
.responsive_element {
    width: 100%;
    display: table;
    margin: 10px 0px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
}
p.responsive {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
img.responsive, div.responsive {
    display: table-cell;
    width: 20%;
    height: auto;
    float: left;
    margin-right: 10px;
}
@media only screen and (max-width: 479px) {
    img.responsive, div.responsive, .img.half, div.half {
        width: 100%;
        margin: 0px auto;
        display: block;
        height: auto;
        padding: 40px 40px 40px 40px;
    }
}
/*Eli added for sief2019*/
.sief2019_hidden {
    display: none;
}
.sief2019_hidden_n {
    display: block;
}
#main.sief2019 {
    background: #fff;
    margin-top: 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 0 10px;
    border-radius: 0.4em;
}
#right.sief2019 {
    background: #fff;
    margin-top: 10px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 0 -40px;
}
#main.sief2019_mn {
    border-right: 1px solid black;
}
#middle.sief2019 h1, #middle.sief2019 h2, #middle.sief2019 h3, #middle.sief2019 h4, #middle.sief2019 p {
    color: #000 !important;
}
h1.sief2019_h {
    font-size: 1.5em;
}
p.sief2019_p {
    font-size: 1.4em !important;
    font-family: 'Nunito', sans-serif !important;
}
#right.sief2019 {
    background: #fff;
    margin-top: 10px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#right.sief2019_rgt {
    padding-left: 10px;
}
#right.sief2019_rgt ul, #right.sief2019_rgt p {
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 1.4em;
}
#right.sief2019_rgt ul.sief2019_ul, #right.sief2019_rgt p {
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 1.4em;
}
#right.sief2019_rgt ul.sief2019_ul li {
    display: inline;
    border-right: 1px black solid;
    padding: 0 4px 0 0;
}
#right.sief2019_rgt ul.sief2019_ul li:last-child {
    border-right: none;
}
/*ten percent width boxes*/
div.ten, img.ten {
    flex: 0 0 10%;
    width: 10%;
}
/*twenty percent width boxes*/
div.twenty, img.twenty {
    flex: 0 0 20%;
    width: 20%;
}
/*thirty percent width boxes*/
div.thirty, img.thirty {
    flex: 0 0 30%;
    width: 30%;
}
/*forty percent width boxes*/
div.forty, img.forty {
    flex: 0 0 40%;
    width: 40%;
}
/*sixty percent width boxes*/
div.sixty, img.sixty {
    flex: 0 0 60%;
    width: 60%;
}
/*seventy percent width boxes*/
div.seventy, img.seventy {
    flex: 0 0 70%;
    width: 70%;
}
/*eighty percent width boxes*/
div.eighty, img.eighty {
    flex: 0 0 80%;
    width: 80%;
}
@media (max-width: 700px) {
    .sief2019_hidden_n {
        display: none;
    }
    #right.sief2019_rgt {
        padding-left: 0;
    }
    #main.sief2019_mn {
        border-right: none;
    }
    #main.sief2019_mn h1 {
        font-size: 1.8em;
        margin: 5px 0 10px 0;
    }
    #right.sief2019_rgt ul.sief2019_ul {
        padding: 0;
        margin: 5px 0 5px 0;
        font-size: 1em;
    }
    h1.sief2019_h, p.sief2019_p {
        display: none;
    }
    .sief2019_hidden {
        font-size: 1.4em !important;
        display: block;
        font-family: 'Nunito', sans-serif;
    }
    div.half, img.ten, div.ten {
        width: 100% !important;
        ;
        margin: 2px auto;
        display: block;
        height: auto;
    }
    @media only screen and (max-width: 768px) {
        div.seventy, div.thirty, div.quart, div.forty, div.fifty, div.sixty, div.seventy, div.eighty, img.seventy, img.thirty, img.quart, img.forty, img.fifty, img.sixty, img.seventy, img.eighty {
            flex: 0 0 100% !important;
            width: 100% !important;
            margin-top: 20px;
        }
    }
}
@media (max-width: 400px) {
    .sief2019_hidden {
        font-size: 1em !important;
        display: block;
        font-family: 'Nunito', sans-serif;
    }
}
/*Eli added for Cookie popup*/
.eupopup-container-bottom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}
.eupopup-container {
    background: #333333 linear-gradient(#111111, #444444);
    border: 1px solid #000;
    border-radius: 0.4em;
    color: #999;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
    display: none;
    z-index: 9999999;
    padding: 10px 0 20px 0;
}
.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}
.eupopup-body {
    color: #a2a2a2;
}
.eupopup-buttons {
    padding: 7px 0 5px 0;
    margin: 10px 0 0 20px;
}
.eupopup-button {
    margin: 0 10px;
}
.eupopup-button_1 {
    background-color: white;
    boreder: black solid 1px;
    border-radius: 0.4em;
    padding: 10px;
}
/*Cookie popup, narrow screens*/
@media (max-width: 500px) {
    .eupopup-container-bottom {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }
}
/*responsive columns*/
/*heading column - all screens  */
div.heading {
    width: 100%;
    margin: 0;
}
.row {
    flex-flow: row nowrap;
}
/*single colum - all screens   */
.row {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*all multicol styles  - wide screens */
div.row-eq-height { /*equal heights for multi-columns  */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.row-eq-height > div ul, div.row-eq-height > div ol, div.row-eq-height > div p, div.row-eq-height div h2 {
    margin-left: 0;
    margin-right: 0;
}
div.row-eq-height div h2 {
    text-align: center;
}
div.row-eq-height > div ul, div.row-eq-height > div ol {
    padding-left: 20px;
}
/*two colums  */
.row_2col > div:first-of-type {
    padding-right: 20px !important;
}
.row_2col > div:last-of-type {
    padding-left: 20px !important;
}
.row_2col > div {
    width: 50%;
}
/*end two colums  */
/*three colums  */
.row_3col > div {
    width: 33.3%;
    flex: 0 0 33.3%;
}
.row_3col > div.image {
    width: 33.3%;
    padding: 0;
}
/*end three colum  */
@media (max-width: 900px) {
    div.single-col p, div.single-col ul, div.single-col ol, div.single-col h2, div.single-col h3, div.single-col h4 {
        width: 90%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    div.single-col {
        width: 100%;
        margin: auto;
    }
    .row__3col > div, .row__4col > div, .row_3col > div, .row_4col > div {
        flex: 0 0 100%;
        width: 100%;
    }
    /* display multi-cols as full width on narrow screens */
    div.row-eq-height {
        display: block;
    }
    .row_2col > div, .row_2col > div.image, .row_3col > div, .row_3col > div.image {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
    }
    .row_2col > div:first-of-type {
        padding-right: 0 !important;
    }
    .row_2col > div:second-of-type {
        padding-left: 0 !important;
    }
}
div.sief2021 {
    background-image: url("/images/congresses/sief2021/sief2021_logo.png");
    height: 628px;
}
.transp {
    background-color: rgba(255, 255, 255, 0.8);
}
/*important dates */
.i-dates {
    display: flex;
    justify-content: space-between;
    margin: 4px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 4px !important;
    padding-right: 0 !important;
}
.num-dates {
    padding-left: 4px !important;
    padding-right: 10px !important;
}
div .dates {
    margin-bottom: 20px !important;
}
.dates > div:nth-of-type(1) {
    width: 55%
}
.dates > div:nth-of-type(2) {
    width: 35%
}
@media only screen and (max-width: 900px) {
    .dates > div:nth-of-type(1) {
        width: 75%
    }
}
@media only screen and (max-width: 600px) {
    .dates div:nth-of-type(2), .dates div:nth-of-type(1) {
        width: 100%;
    }
}
/*end important dates */
/*all multicol styles  */
.txt-right {
    text-align: right !important;
}
.txt-center {
    text-align: center !important;
}
.txt-left {
    text-align: left !important;
}
.box {
    padding: 20px;
    background-color: #f7f6f6;
    border: 1px solid #999999;
    border-radius: 0.2em;
    margin: 20px 0 20px 0;
}
/*use this for table-like layout with content spaced out horisontally, ie important dates */
.table-container {
    font-size: 14px !important;
    background: #fff;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 0.2em;
}
.table-layout {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding-left: 0 0 0 4px !important;
    border-bottom: 1px solid #f2b119;
}
.table-layout:last-of-type {
    border: none !important;
}
.table-layout-right {
    padding-left: 4px !important;
    font-weight: 700;
    font-style: normal;
}
div.table-container {
    margin: 0 !important;
}
/*small screens */
@media only screen and (max-width: 768px) {
    .table-layout {
        display: flex;
        justify-content: space-between;
        margin: 4px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 4px !important;
        padding-right: 0 !important;
    }
    .table-layout-right {
        padding-left: 4px !important;
        padding-right: 10px !important;
    }
    div.table-container {
        margin-bottom: 20px !important;
    }
	
	.d-sm-none {
		display: none;
	}
}





