/*
	Theme Name: G F O I
	Description: This is for Global Festival of Ideas
	Author: R U K I
	Version: 1.0
	Template: G F O I
	Template Version: 1.0

*/


/*
Custom CSS
---------------------------------------------------------------- */

body.home .site-branding {
    display: none;
}
#wptime-plugin-preloader{
    background-image: none!important;
}

.site-inner{max-width: 100%;}

.home header.entry-header {
    display: none;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home .site-branding a, .home .site-branding a img {
    display: none;
    height: 0;
    overflow: hidden;
}

.entry-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.h-b-text {
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.h-b-text h1{
    font-weight: 800;
    font-size: 	4rem;
    margin: 0;
    color: #01c9ff;
}

.home-brand {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    text-align: center;
    display: table;
}
.home-brand .wpb_wrapper {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}
img.home-brand-img {
    width: 260px;
    display: block;
    margin: 0 auto 40px auto;
}
.home-brand a{
    display: inline-block;
    color: #ffffff;
    box-shadow: none;
    border: 2px solid #0996d9;
    padding: 10px 50px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.02rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    background: #0996d9;
    box-shadow: none!important;
    margin: 0 20px;
}

.content-area .entry-content .h-b-text h2{
    font-weight: 100;
    font-size: 2.2rem;
    margin: 0 0 30px 0;
    color: #fff;
}
.content-area .entry-content .h-b-text h3 {
    font-weight: 300;
    font-size: 1.5rem;
    margin: 5px 5px 5px 5px;
    width: 49%;
    display: inline;
    padding: 0 5px;
    color: #fff;
}

.h-b-text h3 span {
    color: #01c9ff;
    margin: 0px 5px;
    display: inline-block;
}

.home-banner a.vc_general.vc_btn3 {
    font-weight: 400;
    font-size: 1.2rem;
    padding: 15px 50px;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: none;
    box-shadow: inset 0 0 0px 0px #0794d7;
    -webkit-transition: all .6s;
    transition: all .6s;
    border: 0;
    background-color: #0895d8;
}

.home-banner a.vc_general.vc_btn3:hover {
    box-shadow: inset 0px -56px 0px 0 #dc1266;
    color: #fff;
    background-color: #0895d8;
    -webkit-transition: all .6s;
    transition: all .6s;
}


.main-navigation{
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
    top: 0;
    z-index: 4;
}
body.admin-bar .site-header nav#site-navigation {
    top: 30px;
}
.main-navigation.affix {
    position: fixed;
    background: rgba(7, 148, 215, 0.98);
    -webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    z-index: 5;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {top:-100px;}
    100% {top:0px;}
}

/* Standard syntax */
@keyframes example {
    0%   {top:-100px;}
    100% {top:0px;}
}
#mega-menu-wrap-primary{
    background: #333;
    text-align: center;
    border-bottom: 0px;
    background-image: url('/wp-content/themes/GFOI/theme-base-img/simple-pat.png');
    box-shadow: inset 0px -138px 130px -40px #333;
}

#mega-menu-wrap-primary #mega-menu-primary{
    display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    width: 230px;}

.site-branding, .site-header-menu, .header-image{
    margin: 0;
    width: 100%;}

.page-not-front #mega-menu-wrap-primary{
    /*background: rgb(244, 244, 244);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgb(234, 234, 234);*/
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{
    text-transform: uppercase;
    letter-spacing: 1px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{
    padding: 12px 15px;
    line-height: 1.5;
    background: rgb(255, 255, 255);
    border-bottom: 0px solid rgba(229, 229, 229, 0.53);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background: rgba(221, 221, 221, 0.32);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 15px 0px 15px;
    line-height: 60px;
    height: 66px;
    color: rgba(255, 255, 255, 0.88);
    -webkit-transition: all .8s;
    transition: all .8s;
    margin: 0 -1px 0 0;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
    background: rgba(255, 255, 255, 0);
    color: #313131;
    border-color: #eee;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.event-countdown{
    text-align: center;
    background: #122c56;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px 0 0px 0;
}
.event-countdown .dash {
    margin: 0px -2px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0);
    padding: 22px 0 0 0;
}
.event-countdown .dash:nth-child(1) {
    background-color: rgb(18, 44, 86);
}
.event-countdown .dash:nth-child(2) {
    background-color: #153160;
}
.event-countdown .dash:nth-child(3) {
    background-color: #183669;
}
.event-countdown .dash:nth-child(4) {
    background-color: #153160;
}
.weeks_dash {
    margin-bottom: 20px;
}
.event-countdown .time-number {
    border-width: 0;
    border-style: solid;
    width: 130px;
    height: 46px;
    margin: auto;
    text-align: center;
    border-radius: 0;
    line-height: 1;
    font-size: 4em;
    font-weight: 800;
    background-color: rgba(0, 0, 0, 0);
}
.event-countdown .digit{
    height:inherit;
    margin:0 -3px;}
.event-countdown .dash_title {
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 0px;
    display: block;
    text-align: center;
    color: #fff;
}
h1.block-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    text-align: left!important;
    margin-bottom: 30px;
    max-width: 500px;
    padding-left: 20px;
    border-left: 1px solid;
}

.vc_smartslider3{
    height: 675px;
}
.slider-overlay-content {
    position: absolute;
    z-index: 10;
    width: 100%;
}
.n2-ss-slider-2 {
    overflow: hidden;
}
#n2-ss-2-align .n2-ss-slider-2:before {
    content: " ";
    display: block;
    background: #293b44;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: 11;
    opacity: 0.2;
}

.block-d-c a.block-d-c {
    display: block;
    background: #ccc;
    margin: 0 1px;
    text-align: center;
    padding: 50px 20px;
    min-height: 420px;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block-d-c span.block-d-c-i {
    margin-top: 40px;
}
.block-d-c a span {
    display: block;
}
.block-d-c a svg {
    fill: #fff;
    width: 35%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block-d-c a:hover svg {
    width: 44%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: -35px;
}

.block-d-c span.block-d-c-h {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.25;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 15px;
}
.block-d-c a span.block-d-c-t {
    line-height: 1.35;
    margin-top: 10px;
}
a.block-d-c.d-challenge {
    background: #dd1367;
}
a.block-d-c.p-i-e {
    background: #0a97d9;
}
a.block-d-c.eg-es {
    background: #56c22b;
}
a.block-d-c.d-challenge:hover {
    background: #cb0e4e;
}
a.block-d-c.p-i-e:hover {
    background: #0083c1;
}
a.block-d-c.eg-es:hover {
    background: #44a41d;
}

.block-d-c .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 2px;
}

.p-c img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 85%;
    min-height: 60px;
}

.site-footer .site-info, .site-info a {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    /*text-shadow: 1px -1px 0px #252525;*/
    color: #636363;
    font-weight: 700;
	position: relative;
    z-index: 2;
}

.site-header {
    padding: 0;
}
.home-logo img {width: 90%;}

.site-footer{
        background: #f3f3f3;
    color: #fff;
    padding: 20px 0;
    min-height: 140px;
    border-top: 4px solid #ffffff;
    margin-top: 5rem;
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/themes/GFOI/theme-base-img/simple-pat.png);
    background-size: 4px;
    box-shadow: inset 0px 25px 50px -20px rgba(0, 0, 0, 0.29);
    width: 100%;
}
footer.site-footer:after {
    content: " ";
    background-image: url('/wp-content/themes/GFOI/theme-base-img/wheel.svg');
        position: absolute;
    width: 30%;
    height: 900px;
    background-size: 100%;
    z-index: 0;
    top: -200px;
    right: 120px;
    opacity: 0.1;
}


.page-not-front .entry-content {
    min-height: 600px;
}

.page-not-front .site-branding {
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
    margin-top: 60px;
}

.page-not-front .site-header-main {
    background: #ccc;
    margin-bottom: 30px;
}
.page-not-front a.custom-logo-link {
    display: inline-block;
}
.page-not-front .custom-logo {
    max-width: 335px;
    width: 100%;
}
.page-not-front h1.entry-title {
    color: #5e5e5e;
    text-transform: uppercase;
    color: #5e5e5e;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    box-shadow: 0px 3px 12px -5px #000;
}

/*.page-not-front #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
{
    color: rgba(94, 94, 94, 0.92);
}*/
#google_translate_element{
    z-index: 10!important;
}

.site-footer .main-navigation{
    display: none;
    visibility: hidden;
}

.site-main{
    margin-bottom: 1px;
}
.site-branding .site-title{text-transform: uppercase;}
.site-footer .site-title:after {
    content: "";
}

.page-not-front .entry-content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
    color: #565555;
    background: rgba(148, 148, 148, 0.04);
    display: inline-block;
    padding: 10px 15px;
    background-image: url('/wp-content/uploads/2018/02/simple-pat.png');
    background-size: 5px;
    box-shadow: inset 0 200px 0px 0px rgba(255, 255, 255, 0.47);
}

.venue-gallery .wpb_image_grid .wpb_image_grid_ul{
    margin: 0 auto;
    max-width: 900px;
}

.venue-gallery .wpb_gallery_slides.wpb_image_grid{
    background: #0f3e62;
    padding:35px;
}

.venue-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item{
    float: left;
    position: relative!important;
    left: inherit!important;
    top: 0!important;
    width: 33.33333%;
    margin: 0;
    padding: 0 5px;
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right{
    background-image: none!important;
}

div.pp_default .pp_close{
    margin-right: 5px;
    right: 20px;
    top: 1px;
}
.pp_content_container .pp_details{
    padding: 0 10px;
}

.pp_pic_holder div.ppt{
    display: none!important;
}


.cross-line:before {
    content: " ";
    display: block;
    width: 100%;
    background: #f4f4f4;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}


.heading-black,
.heading-gray{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    position: relative;
}

.heading-black{
    color: #ffffff;
}

.heading-black i,
.heading-gray i{
    padding: 10px 30px 10px 10px;
    display: inline-block;
    font-style: normal;
    position: relative;
    z-index: 1;
}

.heading-gray i{
    background: #f4f4f4;
    color: #4c4c4c;
}
.heading-black i{
    background: #565555;
}

.f-w-300{
    font-weight: 300!important;
}
.f-w-400{
    font-weight: 400!important;
}
.f-w-700{
    font-weight: 700!important;
}

table.waffle.agenda {
    border: 0px;
    font-size: 15px;  font-family: 'Roboto Condensed', sans-serif;line-height: 20px;
    text-transform: uppercase;
}
table.waffle.agenda td span {
    margin: 0 20px;
}
.waffle.agenda td {
    border: 0px;
    border-left: 0.2rem solid #ffffff;
    border-bottom: 0.2rem solid #ffffff;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
}
.waffle.agenda th {
    border: 0px;
    border-left: 0.2rem solid #ffffff;
    border-bottom: 0.2rem solid #ffffff;
    background: #4a4a4a;
    color: #fff;
    font-weight: 400;
    padding: 10px 10px;
    text-align: center;
}
.waffle.agenda td.s6 {
    width: 85px;
    color: #aaa;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
}
.waffle.agenda.live-stage td{
    vertical-align: top;
}
.waffle.agenda.live-stage td.s6 {
    width: 75px;
    padding: 20px 5px;
}
.waffle.agenda.live-stage td ul li:before {
    content: ".";
    display: inline-block;
    font-size: 39px;
    width: 14px;
    height: 10px;
    font-family: monospace;
    color: #b5b5b5;
    position: relative;
    top: -3px;
    padding-right: 3px;
}
.waffle.agenda.live-stage td ul {
    margin-left: 10px;
}
.waffle.agenda.live-stage td ul li {
    padding: 0 0 10px 0px;
    margin: 0 0 0 -10px;
    list-style: none;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab>a {
    background-color: #f4f4f4;
    color: #6f6f6f;
    box-shadow: 0 0 0 0 currentColor;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #f4f4f4;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #ffffff!important;
    box-shadow: 0 0 0 0 currentColor;
    border: 0px solid #fff;
    border-top: 8px solid #25bce1;
    position: relative;
    bottom: -5px;
    padding: 20px 25px;
    box-shadow: 0px -13px 52px -10px rgb(193, 193, 193);
}

.vc_tta.vc_tta-spacing-5 .vc_tta-tab{
    min-width: 16%;
}

ul.vc_tta-tabs-list {
    border-bottom: 1px solid #dadada;
    box-shadow: inset 0px -3px 0px 0px rgba(236, 236, 236, 0.65);
}
.content-area .entry-content h1, .content-area .entry-content h2, .content-area .entry-content h3, .content-area .entry-content h4, .content-area .entry-content h5, .content-area .entry-content h6{
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
}

.entry-content .light-gray-block {
    margin-bottom: 10px;
    padding: 30px;
    background-color: #f8f8f8;
}

div#n2-ss-1 .n2-style-1101-heading {
    box-shadow: inset 0px 0px 0px 0 #1c6d00;
    color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
}
div#n2-ss-1 .n2-style-1101-heading:hover {
    box-shadow: inset 0px -56px 0px 0 #1c6d00;
    color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.underline-none a, a.underline-none{
    box-shadow: none;
}


.pum-theme-479 .pum-title, .pum-theme-lightbox .pum-title{
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #ccc;
}

table.waffle.agenda td .card-location,
table.waffle.agenda td .card-time{
    display: none;
}


/*////// Footer Social Links/////////////*/
.site-footer .social-navigation {
    margin-bottom: 20px;
}
.site-footer .social-navigation ul#menu-social-links-1 {
    display: inline-block;
}
.social-navigation a[href*="youtube.com"]:before,
.social-navigation a[href*="twitter.com"]:before,
.social-navigation a[href*="facebook.com"]:before,
.social-navigation a[href*="flickr.com"]:before{
    content: " ";
    position: absolute;
    /*background: rgba(51, 51, 51, 0.46);*/
    left: -1px;
    top: -1px;
    height: 40px;
    width: 40px;
}
.social-navigation a:hover[href*="youtube.com"]:before,
.social-navigation a:hover[href*="twitter.com"]:before,
.social-navigation a:hover[href*="facebook.com"]:before,
.social-navigation a:hover[href*="flickr.com"]:before{
    background: rgba(51, 51, 51, 0);
}
.site-footer .social-navigation a[href*="youtube.com"]:after {
    content: " ";
    background: url('/wp-content/themes/GFOI/theme-base-img/youtube-icon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 33px;
    width: 33px;
}
.site-footer .social-navigation a[href*="flickr.com"]:after {
    content: " ";
    background: url('/wp-content/themes/GFOI/theme-base-img/flickr.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 33px;
    width: 33px;
}
.site-footer .social-navigation a[href*="facebook.com"]:after  {
    display: block;
    content: " ";
    background: url('/wp-content/themes/GFOI/theme-base-img/fb.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    width: 33px;
}
.site-footer .social-navigation a[href*="twitter.com"]:after  {
    display: block;
    content: " ";
    background: url('/wp-content/themes/GFOI/theme-base-img/twitter.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    width: 33px;
}
.site-footer .social-navigation ul#menu-social-links-1 a{
    -webkit-transition: all .6s;
    transition: all .6s;
	background: rgba(204, 204, 204, 0.7);
}
.site-footer .social-navigation ul#menu-social-links-1 a:hover {
    background: #141414;
    border: 1px solid #2b2b2b;
    -webkit-transition: all .6s;
    transition: all .6s;
}
/*////// Footer Social Links End/////////////*/

.block-video.bonn-center iframe {
    width: 100%;
    max-height: 555px;
    max-width: 1160px;
}
.block-video.bonn-center {
    background: #50565a;
}
.block-video.bonn-center h1 {
    color: #e2e2e2;
}

/*////// Search /////////////////////////////*/
.pagination .prev:before, .pagination .next:before {
    font-family: monospace;
}
.pagination .next:before{
    content: ">";
}
.pagination .prev:before{
    content: "<";
}
.pagination .nav-links:after{
    content: " ";
}
.page .searchwp-live-search-results{
    border-radius: 0;
    background: rgba(255, 255, 255, 0.97);
}
.page-not-front .search-wrapper svg.s-ico {
    fill: #d9dada;
}
.page-not-front .search-wrapper {
    top: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgb(51, 51, 51);
}
.page-not-front .affix .search-wrapper {
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.search-elements{position: relative;}
svg.s-ico {
    width: 15px;
    height: 15px;
    position: absolute;
    fill: #fff;
    top: 14px;
    right: 10px;
}
.search-wrapper{
    position: fixed;
    top: 0;
    z-index: 100;
    margin: 0;
    background: #0895d8;
    padding: 8px 9px;
    overflow: hidden;
}

.search-wrapper button.search-submit {
    background: rgba(255, 255, 255, 0);
    color: #ccc;
    border-bottom: 0;
    right: -100px;
}

.search-wrapper input[type="search"]{
    border: 0px;
    width: 42px;
    height: 42px;
    border-radius: 40px;
    overflow: hidden;
    font-size: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}


.home ::-webkit-input-placeholder, .home input[type="search"]{
    color: #ffffff;
}
.search-wrapper input[type="search"]:focus,
.search-wrapper input[type="search"]:hover{
    width: 300px;
    display: block;
    font-size: 15px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    padding-right: 40px;
    color: #fdfdfd;
}

/*////// Search End ///////////////////////////*/


/*/////////mobile menu///////////////////////////*/
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before{
    font-size: 35px;
    top: 10px;
    position: relative;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    background: #333;
    height: 60px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after{
    content: "";
    display: none;
}
.scroll {
    overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

/*//////// Post Pages ///////////*/
nav.navigation.post-navigation {
    border: 0;
}
.post-navigation .nav-previous{
    display: inline-block;
    width: 49%;
    margin-right: 5px;
    border-top: 1px solid #8c8c8c;
}

.post-navigation .nav-next{
    display: inline-block;
    width: 50%;
    border-top: 1px solid #8c8c8c;
}
.post-navigation a {
    color: #767676;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

/*////// Google translator ///////*/
#google_translate_element{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.goog-te-gadget-simple{
    position: relative;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: 0px!important;
    background-image: url(/wp-content/themes/GFOI/theme-base-img/translate-icon.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.goog-te-gadget img{
    width: 0;
    height: 0;
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value{
    font-size: 0;
}



.goog-te-menu-frame{
    -moz-box-shadow: 0 9px 20px -5px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0 9px 20px -5px rgba(0, 0, 0, 0.46);
    box-shadow: 0 9px 20px -5px rgba(0, 0, 0, 0.46);
}


.vc_gitem-post-data p {
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-col{
    background: #ffffff;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-col .vc_btn3-container {
    text-align: left;
    margin-bottom: 10px;
    border-top: 1px solid #efefef !important;
    z-index: 1;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-col .vc_btn3-container a.vc_gitem-link {
    border-radius: 0;
    background: 0 0;
    font-family: roboto condensed,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.02rem;
    width: auto;
    padding: 20px 20px 10px 30px;
    display: flex;
    align-items: center;
}
.vc_grid-item-mini.vc_clearfix.vc_is-hover .vc_btn3-container a.vc_gitem-link {
    color: #03A9F4;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-col .vc_btn3-container a.vc_gitem-link:after {
    content: '\e5c8';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 1.2rem;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-col .vc_btn3-container a.vc_gitem-link:hover {
    color: #03A9F4;
}

.vc_grid .vc_pageable-load-more-btn {
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.vc_grid-container.vc_masonry_grid .vc_gitem-post-data a.vc_gitem-link {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-post-data p a {
    padding-bottom: 14px;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-post-data h4 a {
    padding-top: 20px;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-post-data p, .vc_grid-container.vc_masonry_grid .vc_gitem-post-data, .vc_grid-container.vc_masonry_grid .vc_gitem-post-data h4 {
    margin: 0;
}

.vc_grid-container.vc_masonry_grid .vc_gitem-col p {
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.vc_grid-container.vc_masonry_grid .vc_gitem-col {
    padding: 0;
}
.vc_grid-container.vc_masonry_grid.post-block-white-bg .vc_gitem-col {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-top: 0px;
}
.post-thumbnail img{    width: 100%;}
.post-thumbnail {
    height: 520px;
    overflow: hidden;
    position: relative;
    /* margin: 0 -60px 40px -60px; */
    width: 98.912222vw;
    left: 50.5%;
    right: 50.0%;
    margin-left: -50vw;
    margin-right: -50vw;
}

nav.navigation.post-navigation .nav-links {
    display: table;
    width: 100%;
}
nav.navigation.post-navigation .nav-links > div {
    display: table-cell;
    vertical-align: top;
    width:50%;
}
nav.navigation.post-navigation .nav-previous a {
    text-align: left;
}
nav.navigation.post-navigation .nav-next a {
    text-align: right;
}

.page-not-front.single-post header.entry-header {
    margin-top: 0px!important;
}

.page-not-front.single-post .entry-content {
    margin-top: -230px;
    background-color: #fff;
    position: relative;
    padding: 50px 60px;
    box-shadow: 0px -100px 80px -70px rgba(0, 0, 0, 0.51);
}
.page-not-front .site-main>article {
    max-width: 1400px;
    margin: 0 auto;
}

.entry-content {
    max-width: 1600px;
    margin: 0 auto;
}


.modal-open {
    overflow: hidden;
}

/* line 15, ../sass/grid/_modals.sass */
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
/* line 26, ../sass/grid/_modals.sass */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
/* line 29, ../sass/grid/_modals.sass */
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 33, ../sass/grid/_modals.sass */
.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

/* line 41, ../sass/grid/_modals.sass */
.modal-content {
    position: relative;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.21);
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.21);
    background-clip: padding-box;
    outline: none;
    border-radius: 0;
    padding: 20px 30px 30px 30px;
}

/* line 55, ../sass/grid/_modals.sass */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: black;
}
/* line 64, ../sass/grid/_modals.sass */
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
/* line 66, ../sass/grid/_modals.sass */
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 71, ../sass/grid/_modals.sass */
.modal-header {
    padding: 0px;
    border-bottom: 0;
    background: #f9f9f9;
    min-height: 1.42857px;
    overflow: hidden;
}

/* line 80, ../sass/grid/_modals.sass */
.modal-header .close {
    margin-top: 0;
    float: right;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    color: #ccc;
    font-size: 2rem;
}

/* line 84, ../sass/grid/_modals.sass */
.modal-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.42857;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
}
.mc4wp-form-fields input[value="Sign up"] {
    background: #0388c3;
    border-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

/* line 93, ../sass/grid/_modals.sass */
.modal-body {
    position: relative;
    padding: 20px;
}

/* line 98, ../sass/grid/_modals.sass */
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/* line 19, ../sass/grid/_mixins.sass */
.modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
/* line 25, ../sass/grid/_mixins.sass */
.modal-footer:after {
    clear: both;
}
/* line 107, ../sass/grid/_modals.sass */
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
/* line 112, ../sass/grid/_modals.sass */
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
/* line 115, ../sass/grid/_modals.sass */
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-blue,
.crt-feed-container .crt-feed-scroll .crt-feed-more a {
    border-radius: 0;
    width: 140px;
    height: 60px;
    text-transform: uppercase;
    box-shadow: none;
    font-size: .9rem;
    line-height: 1.3rem;
    color: #03A9F4;
    background: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-blue:hover,
.crt-feed-container .crt-feed-more a:hover {
    background: #1da1f2;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.crt-feed-scroll .crt-post .crt-post-header .crt-post-fullname{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #737373;
    padding-bottom: 3px;
}
.crt-feed-scroll .crt-post .crt-post-header .crt-post-name a {
    color: #989898;
}
.crt-post .crt-post-header {
    background-color: #ffffff!important;}

.crt-feed-scroll .crt-post{
    border-radius: 0px;
    background-color: rgb(255, 255, 255)!important;
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.09);
    border: 1px solid #f1f1f1;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 10px;
}
.crt-feed-scroll .crt-post:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.crt-feed-scroll .crt-post-bg{background-color: rgba(239, 239, 239, 0);}

.crt-feed-scroll .crt-post .crt-post-header .crt-social-icon i {
    color: #ccc;
    font-size: 20px;
}
.crt-feed-scroll .crt-post .crt-post-header .crt-social-icon i.crt-icon-twitter {
    font-size: 20px;
}
.crt-feed-scroll .crt-post .crt-post-share A{
    box-shadow: none;
}
.crt-feed-scroll .crt-post .crt-post-content-text {
    font-size: 0.9rem;
    line-height: 1.35rem;
}
.crt-feed-scroll .crt-post .crt-post-content-text a {
    color: #888888;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 1px dotted #c7c7c7;
}
.crt-feed-scroll .crt-post .crt-post-content-text a:hover {
    color: #41b7ff;
    border-bottom: 1px dotted #41b7ff;
}

.site-footer .site-info a:hover{color: #656565;}

@media screen and (min-width: 768px) {
    /* line 120, ../sass/grid/_modals.sass */
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.news-letter-sub{
    margin-top: 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .8s;
    transition: all .8s;
    display: none;
}
.news-letter-sub.affix-top, .news-letter-sub.affix-bottom {
    opacity: 0;
}
.news-letter-sub.affix-bottom {
    overflow: hidden;
    height: 0;
}
.news-letter-sub a{
    display: block;
    text-align: center;
    background: #0099d2;
    color: #fff;
    padding: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.news-letter-sub a:hover {
    background: #0277BD;
}
.news-letter-sub a .t-1{
    display: block;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}
.news-letter-sub a .t-2{
    font-size: 1.5rem;
    line-height: 0;
    padding: 23px 20px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 50px;
    border: 2px solid;
    color: rgb(255, 255, 255);
}
.news-letter-sub svg {
    width: 100%;
    fill: rgba(255, 255, 255, 0.2);
}

.mc4wp-response {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Oswald',sans-serif;
}
.mc4wp-response strong {
    display: block;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
}
.mc4wp-response em {
    font-style: normal;
}

span.tags-links a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 7px;
    border-radius: 5px;
    margin: 3px 0;
    line-height: 17px;
    color: #b7b6b6;
}
.jobs table, .jobs td, .jobs tr {
    border: 0;
}
.jobs td {
    border-bottom: 1px dotted #ccc;
}
.jobs td h5 {
    margin: 0;
    font-size: 1.6rem;
    padding: 30px 0 10px 0;
}
.jobs td:empty{display:none;}
.vc_grid-item-mini.vc_clearfix {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
}
.vc_grid-item-mini.vc_clearfix.vc_is-hover {
    box-shadow: 0 0px 160px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.archive.tag header.page-header {
    margin: 15px 0 25px 0;
    padding: 15px 0;
    color: #a0a0a0;
    text-transform: uppercase;
    border-top: 0;
}
.archive.tag header.page-header h1.page-title {
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
}
.archive.tag.page-not-front header.entry-header h2.entry-title {
    padding: 20px;
    margin-bottom: 20px;
}

.archive.tag.page-not-front article {
    margin-bottom: 20px;
}
.archive.tag.page-not-front header.entry-header {
    bottom: 40px;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0px -202px 0 0px rgba(245, 245, 245, 0.87);
    width: 80vw;
}
.archive.tag.page-not-front header.entry-header h2.entry-title {
    padding: 20px;
    margin-bottom: 20px;
}
.archive.tag.page-not-front a.post-thumbnail {
    margin-bottom: 0;
    position: relative;
    border: 10px solid #fff;
    height: 430px;
}
.archive.tag.page-not-front .entry-content, .archive.tag.page-not-front .entry-footer {
    display: none;
}

.pagination{border-top: 2px solid #1eacf5;}
.pagination:before, .pagination:after, .pagination .prev, .pagination .next{    background-color: #1eacf5;}
.pagination .current{    color: #ccc;}

.page .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: #ffffff;
    background-color: #ffffff;
}
.page .vc_tta.vc_general .vc_tta-panel-title>a{padding: 22px 20px;}
.page .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body{border-color: #f8f8f8;    padding-bottom: 30px;    padding-top: 0;    padding-left: 45px;}

.awards .block-about.finalist {
    background-size: 4px;
    background-color: rgb(251, 251, 251) !important;
    box-shadow: inset 0px 40px 130px -50px rgba(0, 0, 0, 0.38);
    background-image: url('/wp-content/uploads/2018/02/simple-pat.png');
    background-position: bottom;
    padding-bottom: 20px;
    padding-top: 30px!important;
    border-bottom: 15px solid #f8c217;
    border-top: 15px solid #f8c217;
}
.awards a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-color-grey, .awards a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-color-white {
    border: 1px solid #ccc;
    box-shadow: none;
    background: none;
}
.awards a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-color-grey:hover, .awards a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-color-white:hover {
    background: #ef0070;
    border-color: #ef0070;
    color: #fff;
}

.lvca-image-wrapper {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px auto;
}
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img{
	    border-radius: 0;
	width: 100%;
    margin: 0;
}
.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
    font-weight: 400;
    border: 1px solid;
    border-radius: 0;
    font-size: 0.8rem;
    background-color: #232323;
}
.has-cookie-bar #catapult-cookie-bar {
    font-size: 0.82rem;
}
.page-not-front .site-main>article {
    max-width: 1320px;
    margin: 0 auto;
}

.page-not-front.single-post header.entry-header h1.entry-title.b {
    color: #000;
    padding: 0 !important;
    margin: 0;
}

@media screen and (max-width: 44.375em){
    .post-thumbnail{  height: auto;}
    #google_translate_element{
        left: 10px;
        top: 5px;
    }
    .goog-te-gadget-simple{
        width: 30px;
        height: 30px;
    }
    .page-not-front #google_translate_element {
        top: 112px;
    }

}





@media screen and (max-width: 56.875em){



}

@media screen and (max-width: 44.375em){
	
	.entry-content img.about-sdg-logo {
    width: 56vw;
    margin: 0 auto;
    margin-bottom: 34px;
    padding-bottom: 20px;
}
	header.entry-header{
		    margin: 20px 0px;
    margin-top: 0px;
    width: 100vw;
    position: relative;
    display: block;
    max-width: 100vw;
    background: #26abe2;
    padding: 10px 20px;
	}
	.page-not-front h1.entry-title{
		margin: 0;
    	color: #fff;
	}
	iframe {
    margin: 0 -30px;
    width: 99vw;
    position: relative;
    display: block;
    max-width: 100vw;
}
	.entry-content img, .entry-content .wp-caption img {
    float: none;
    margin: 0 -27px;
    width: 99vw;
    position: relative;
    display: block;
    max-width: 100vw;
}
	figure.wp-caption {
    margin: 0;
}
	.alignright, .alignleft {
    float: none;
}
    .news-letter-sub a{
        padding: 20px 10px;
    }
    .news-letter-sub a .t-2 {
        line-height: 1;
        padding: 10px 15px;
        font-size: 1.0rem;
        font-weight: 700;
    }
    .news-letter-sub a .t-1 {
        font-size: 1.2rem;
    }
    table.waffle.agenda td.table-time,
    table.waffle.agenda tr.table-head,
    table.waffle.agenda td.table-no-data{
        display: none;
    }
    table.waffle.agenda td,
    table.waffle.agenda td .card-location,
    table.waffle.agenda td .card-time{
        display: block;
        padding: 0 5px 15px 5px;
        height: initial!important;
    }
    table.waffle.agenda td .card-location,
    table.waffle.agenda td .card-time {
        font-size: 1rem;
        margin: 0 -5px;
    }
    table.waffle.agenda td .card-time {
        margin-bottom: 10px;
        padding: 5px;
        background: rgba(0, 0, 0, 0.17);
        color: rgba(255, 255, 255, 0.68);
    }
    table.waffle.agenda td .card-location {
        padding: 10px;
        padding-bottom: 5px;
        background: rgba(0, 0, 0, 0.21);
        color: rgba(255, 255, 255, 0.64);
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }
    div#n2-ss-2 .n2-ss-slider-2
    {
        height: 500px;}



    .event-countdown .time-number{width: 75px;font-size: 3em;}
    .event-countdown .dash_title{font-size: 0.9em;}
    div#n2-ss-2-placeholder {
        display: none;
    }
    .home-brand .wpb_wrapper{
        padding-top: 30px;
        height: inherit;
    }

    .slider-overlay-content .h-b-text {
        padding: 20px 40px 0 40px;
    }
    .slider-overlay-content .home-logo {
        background: #fff;
        padding: 30px 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .partners > div {
        float: left;
        width: 50%;
    }
    .slider-overlay-content {
        position: relative;
        background: #0996d8;
    }
    .block-d-c a.block-d-c {
        margin-bottom: -35px;
    }

    .site-header-main #google_translate_element {
        left: 40px;
        top: 6px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #333;
        padding: 9px;
        background: #333;
    }
    .home-banner a.vc_general.vc_btn3 {
        border: 6px solid;
        margin: 0 30px;
    }
    .vc_row.wpb_row.vc_row-fluid.home-banner.vc_custom_1480303192346.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex {
        z-index: 1;
    }
    .logo-last.logo-plan.wpb_column.vc_column_container.vc_col-sm-2 {
        margin: 0 auto;
    }

    .block-d-c a.block-d-c{
        padding: 10px 15px 60px!important;
    }

    .block-video.bonn-center iframe{
        max-height: 175px;
    }
    p.video-iframe {
        margin: -15px -10px -25px -10px;
    }

}


@media screen and (min-width: 44.375em){
    .site-header {
        padding: 0;
    }
    .entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
        margin: 0 0 1.75em 2rem;
    }
    .page-not-front .entry-content {
        margin-right: 15px;
        margin-left: 15px;
    }

}

@media screen and (min-width: 56.875em){

    .site-info a:hover, .site-info a:focus {
        color: #ffffff;
        text-decoration: none;
        box-shadow: none;
    }

    .site-footer .site-title:after{
        content: " ";
    }

    .site-info{
        margin: 0.538461538em auto 0.538461538em auto;
    }
    .main-navigation {
        margin: 0;
        position: fixed;
    }


}

@media screen and (min-width: 61.5625em){

    .site-header {
        padding: 0;
    }
    .home .site-header {
        position: absolute;
        z-index: 20;
        right: 0;
        width: 100%;
    }

    .home-logo{    margin-top: 150px;}

    .entry-content h4, .entry-content h5, .entry-content h6{
        margin-bottom: 0.5em;
    }


    .page-not-front.single-post header.entry-header {
        z-index: 1;
        position: relative;
        top: 0;
        background: #ffffff;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        box-shadow: none;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .page-not-front.single-post h1.entry-title {
        padding: 15px 45px 15px 45px!important;
        margin: 0;
        color: #fff;
        font-size: 3.5rem;
        line-height: 3.8rem;
    }
    .post-thumbnail {
        height: 520px;
        overflow: hidden;
        position: relative;
        width: 98.912222vw;
        left: 50.5%;
        right: 50.0%;
        margin-left: -50vw;
        margin-right: -50vw;
        top: -20px;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer.affix {
        position: fixed!important;
        top: 30px;
        padding: 50px 60px;
    }
    nav.navigation.post-navigation {
        margin-bottom: -82px;
    }
    nav.navigation.post-navigation .nav-links > div {
        padding: 0 10px;
        border-bottom: 1px solid;
    }
    nav.navigation.post-navigation .nav-links > div:nth-child(2) {
        border-left: 1px solid;
    }
    .action-page.page-not-front .entry-content h3 {
        box-shadow: none;
        margin-top: 0;
    }
    .action-page a.action-logo{margin-bottom: 60px;}
    .action-page .entry-content {
        margin-top: 0!important;;
    }
    .action-page a.action-logo img {
        width: 213px;}

    div#site-header-menu #site-navigation.main-navigation:before{    height: 70px;    background-image: url("/wp-content/themes/GFOI/theme-base-img/action-logo-colour.svg");}
    div#mega-menu-wrap-primary:before {content: " "; display: block; width: 100%; background: url("/wp-content/themes/GFOI/theme-base-img/sdgcolors.jpg");height: 5px;}
    .action-page nav #mega-menu-wrap-primary:before { visibility: hidden;    }
    .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{color: rgb(255, 255, 255);}
.action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{color: #ffffff!important;}
    .action-page.page-not-front #site-header-menu .search-wrapper {      background: none;    }
    .main-navigation.affix {box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);}
    nav#site-navigation #mega-menu-wrap-primary {height: 65px; padding-top: 0; }
    .action-page nav #mega-menu-wrap-primary {        border-bottom: 0;    }
    #mega-menu-wrap-primary {background: #fff;text-align: center; border-bottom: 0px; background-image: url("/wp-content/themes/GFOI/theme-base-img/simple-pat.png");  box-shadow: inset 0px -157px 130px -40px rgb(255, 255, 255);   padding: 0; margin: 0;}
	.action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.mega-toggle-on > a.mega-menu-link, .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor.mega-toggle-on > a.mega-menu-link {
    background:#ffffff!important;
    color: #000!important;
}
	
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
        border-color: rgba(255, 255, 255, 0)!important;
        background: rgba(255, 255, 255, 0)!important;
        color: #000!important;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{color: rgba(88, 86, 86, 0.88); border-left: 0; border-right: 0;height: 59px;}
    .subscribe a .material-icons, .search-elements a .material-icons{    color: rgba(51, 51, 51, 0.74);}
    .search-wrapper input[type="search"]:focus, .search-wrapper input[type="search"]:hover{    color: #484848;}
    .home ::-webkit-input-placeholder, .home input[type="search"] {     color: #696969;  }
    #site-header-menu .search-wrapper{    background: rgb(255, 255, 255);}
    .goog-te-gadget-simple{background-image: url("/wp-content/themes/GFOI/theme-base-img/translate-icon-dark.svg");}
    #site-header-menu .search-wrapper { background: rgb(255, 255, 255); }
    .search-elements i.material-icons{    color: #9a9a9a;}
    .page-not-front #mega-menu-wrap-primary {        background: #ffffff;        box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.12);        border-bottom: 1px solid #fff;    }
    .page-not-front .entry-header h1.entry-title {     padding-top: 0;
    padding: 25px 4.5455%;
    margin: 0 0 20px 0;    color: #fff;}
    .archive.tag.page-not-front nav.navigation.pagination {
        clear: both;
    }
    .page-not-front .entry-header {
           background-image: url(/wp-content/themes/GFOI/theme-base-img/simple-pat.png);
    width: 98.912222vw;
    left: 50.5%;
    right: 50.0%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    box-shadow: inset 0px -142px 0 0px rgba(220, 23, 105, 0.88);
    }

    .archive.tag.page-not-front article {
        margin-bottom: 20px;
        width: 32.3333%;
        overflow: hidden;
        float: left;
        border: 10px solid #fff;
        margin: 0 5px;
    }
    .archive.tag.page-not-front header.entry-header {
        bottom: 40px;
        position: absolute;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.56);
        box-shadow: inset 0px -202px 0 0px rgba(245, 245, 245, 0.87);
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }
    .archive.tag.page-not-front header.entry-header h2.entry-title {
        padding: 20px;
        margin-bottom: 0;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .archive.tag.page-not-front a.post-thumbnail {
        margin-bottom: 0;
        position: relative;
        height: 430px;
    }
    .archive.tag.page-not-front a.post-thumbnail img {
        width: 80%;
        position: relative;
        margin: 0 auto;
    }
}


@media screen and (max-width: 76.75em){
    .vc_gitem-zone{
        overflow: visible;
    }
    .home-brand .wpb_wrapper{
        height: initial;

    }
    .home-brand {
        height: 410px!important;
    }
    .home-brand a {
        display: none;
    }
    /*.entry-content {
        margin-right: auto;
        margin-left: auto;
    }*/
    .site-header{
        background: #000;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 10px 0px 10px;
    }
    .block-d-c a svg{
        width: 60%;
    }
    .block-d-c a.block-d-c{
        min-height: 400px;
        padding: 10px 10px;
    }
    .home-logo {
        margin: 30px 0 10px 0;
    }
    .block-d-c{
        margin-bottom: 2px;
    }

    .site-footer{
        min-height: 200px;
    }
	.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon{    top: -6px;  position: relative;}
}

@media screen and (min-width: 1200px){
    .comment-form {
        padding: 10px 0px;
    }
    .comment-form p {
        display: inline-block;
        width: 33%;
    }
    .comment-form p.comment-form-comment {
        display: block;
        width: 100%;
    }
    p.comment-notes {
        display: block;
        width: 100%;
    }

    .wpb_text_column figure.wp-caption.alignleft, .wpb_text_column img.alignleft {
        margin-left: -50px;
    }
    .wpb_text_column figure.wp-caption.alignright, .wpb_text_column img.alignright {
        margin-right: -50px;
    }
    footer.entry-footer{
        padding-left: 20px;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        z-index: 1;
        background: #333;
        right: 0;
        margin-right: 0;
        width: 50%;
        height: 100vh;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }
}

