.page-not-front .site-branding{
    margin-top: 0;
    padding: 0;display: none;
}

.page-not-front h1.entry-title{
    padding-top: 30px;
}

#google_translate_element {
    top: 20px!important;
    right: 60px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.subscribe{
	position: fixed;
    z-index: 7;
    right: 117px;
    top: 25px;
}

.subscribe .material-icons{
	font-size: 1.4rem;
    line-height: 0;
    color: rgba(255, 255, 255, 0.74);
}
.search-elements .material-icons{
	position: absolute;
    color: #ccc;
    top: 7px;
    padding: 3px;
    display: block;
}

.search-wrapper input[type="search"]:focus, .search-wrapper input[type="search"]:hover{padding-left: 30px;}

.affix div#google_translate_element {
    position: fixed;
}

.page-not-front #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.91);
    border-top: 0;
}

nav #mega-menu-wrap-primary {
    height: 70px;
    padding-top: 4px;
}

div#site-header-menu .main-navigation:before {
    content: " ";
    display: block;
    width: 210px;
    height: 65px;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    background-image: url('/wp-content/themes/GFOI/theme-base-img/action-logo.svg');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .8s;
    transition: all .8s;
}



.main-navigation.affix{
    animation: none;
}
.comments-title, .comment-reply-title{
    border-top: 5px solid #eeeeee;
    font-size: 1.1rem;
    color: #555;
}

p.form-submit input {
    border-radius: 0;
    background: #333333;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
}
p.comment-awaiting-moderation {
    margin: 0;
    padding: 15px;
    background: #FFECB3;
    display: inline-block;
}
.comment-metadata {
    margin-bottom: 0.7rem;
}
a.comment-reply-link {
    margin-top: 1rem;
}

.page-not-front h1.entry-title{
    padding-top: 30px;
    padding-left: 15px;
}
.entry-content blockquote {
    border: 0;
    font-family: serif;
    font-size: 1.45rem;
    position: relative;
    overflow: visible;
}
.entry-content blockquote p{
    display: initial;
}
.entry-content blockquote:before,
.entry-content blockquote:after{
    font-size: 5rem;
    z-index: 1;
    color: #ccc;
    font-family: sans-serif;
    display: block;
    position: absolute;
}
.entry-content blockquote:before {
    content: "“";
    top: -3px;
    left: -31px;

}
.entry-content blockquote:after{
    content:"”";
    display: inline-block;
    margin-top: -27px;
}

.archive.category.category-reports header.entry-header h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 2.2rem;
}
.category-reports header.entry-header {
    background: rgb(236, 236, 236);
    margin: 0 -60px 1px -60px;
    padding: 20px 50px;
}
.page-not-front.single-post header.entry-header {
    margin-top: -25px;
}
.page-not-front.single-post h1.entry-title {
    padding-top: 0;
}
.archive.category.category-reports header.page-header .page-title {
    background: #e2e2e2;
    font-weight: 100;
    padding: 6px 10px;
    font-size: 1rem;
    margin-top: 0;
    color: #5d5d5d;
}
.archive.category.category-reports header.page-header {
    margin: 10px -60px 0 -60px;
    padding: 0;
    text-align: right;
    z-index: 1;
    background: #ececec;
}

#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);
}
.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{
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
}
.action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgb(255, 255, 255);
    color: #313131;
}
.archive.category.category-reports a.post-thumbnail {
    height: 340px;
}
.archive.category.category-reports a.post-thumbnail img {
    position: absolute;
    top: -45%;
    max-height: 700px;
}
.home-brand{
    height: 600px;
}
span.a-wrape {
    position: absolute;
    bottom: 0;
    left: 46%;
}
.home-brand a {
    background: none;
    font-size: 0px;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: relative;
}

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

/* Standard syntax */
@keyframes example {
    0%   {top:-5px;}
    50%  {top:5px;}
    100% {top:-5px;}
}

.home-brand a svg {
    width: 40px;
    height: inherit;
}

.home .site-footer{
    margin-top: -30px;
}

.search-wrapper{
    top: 6px!important;
    right: 0;
    background: rgb(51, 51, 51);
}


/*///////////////////////
New Design trial version
///////////////////////*/
body.action-page:not(.custom-background-image):before,
body:not(.custom-background-image):after{display:none;}
body.action-page {
    background-image: url('https://myworld2030.org/img/sdgac-bg-pattern.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.action-page .site{background:none;}
.action-page div#site-header-menu .main-navigation:before{display:none;}
.action-page #mega-menu-wrap-primary {
    background: none;
}
.action-page .site-branding {
    display: none;
}
.action-page header.entry-header {
    display: none;
}
.action-page header.entry-header h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    width: 0;
}
.action-page nav.affix-top #mega-menu-wrap-primary {
    padding-top: 0;
    height: inherit;
	box-shadow: none;
}

.action-page .main-navigation,
.action-page .main-navigation.affix,
.action-page #google_translate_element,
.action-page .search-wrapper {
    position: relative!important;
    top: inherit!important;
    left: inherit!important;
    right: inherit!important;
    background: none;
}
.action-page .site-header-main {
    background: none;
    margin: 0;
}
.action-page .site-header-menu:after {
    content: " ";
    display: block;
    clear: both;
}
.action-branding{display:none;}
.action-page .action-branding {
    display: block;
    width: 33.33333333%;
}
/*.action-page .site-header-menu {
    width: 66.66666667%;
}*/

.action-page .action-menu {
    width: 25%;
    float: right;
}
.action-page .main-navigation {
    width: 70%;
    float: left;
}
.action-page .action-menu .subscribe {
    display: none;
}
.action-page #google_translate_element {
    display: inline-block;
    top: -2px!important;
}
.action-page.page-not-front .search-wrapper {
        padding: 0;
    display: inline-block;
    background: none;
    top: 10px!important;
}
.action-page .search-wrapper svg.s-ico {
    fill: #5a879a;
    width: 17px;
    height: 17px;
    top: 23px;
}
.action-page .search-wrapper input[type="search"]:hover,
.action-page .search-wrapper input[type="search"]:focus
{width: 200px; border-bottom:1px solid #5a879a; border-radius:0;    color: #fff;}
.action-page .goog-te-gadget-simple{
    background-image: url('/wp-content/uploads/2017/07/translate-icon.png');
    background-size: 20px;
    width: 27px;
    height: 27px;
    top: -5px;
}
.action-page a.action-logo {
    display: block;
    box-shadow: none;
}
.action-page a.action-logo img {
    width: 200px;
    margin-top: -20px;
}
.action-page .entry-content{
    margin-top: 30px;
}
.action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border: 0;
    font-size: 1.0rem;
}
.action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-home {
    display: none;
}
.action-page .site-footer .social-navigation {
    display: none;
}
.action-page .site-footer {
    background-image: url(https://myworld2030.org/img/sdgac-bg-pattern.svg);
    background-color: #02283a;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.action-page .site-footer .site-info, .action-page .site-info a {
    color: rgba(255, 255, 255, 0.37);
    font-weight: 400;
    letter-spacing: 1px;
}
.yo-actions {
    display: table;
    width: 100%;
}
.yo-actions a {
    display: table-cell;
    vertical-align: bottom;
    box-shadow: none;
    color: #fff;
    background: #001823;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    height: 432px;
    position: relative;
    padding: 10px 10px 10px 0px;
}
.yo-actions a .a-img {
    display: block;
    width: 121%;
    height: inherit;
    position: absolute;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all .8s;
    transition: all .8s;
    left: 0;
    top: 0;
}
.yo-actions a:hover .a-img {
    width: 150%;
    -webkit-transition: all .8s;
    transition: all .8s;
    left: -65px;
    top: -60px;
    opacity: 1;
}
.yo-actions a span {
    display: block;
    position: relative;
}
.yo-actions a svg {
    fill: rgba(255, 255, 255, 0.53);
    width: 100%;
    height: 80px;
}
.yo-actions span.icon {
    width: 85px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: none;
}
.yo-actions span.a-h {
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding: 30px 25px;
    font-weight: 100;
    letter-spacing: 0.3px;
    width: initial;
    position: relative;
    overflow: hidden;
}
.yo-actions a .a-h:after {
    content: " ";
    display: block;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-bottom: 200px solid rgba(0, 0, 0, 0.29);
    border-left: 90px solid transparent;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.yo-actions a:hover .a-h:after {
    border-bottom: 200px solid rgba(0, 0, 0, 0.29);
    border-left: 20px solid transparent;
}
.yo-actions span.a-i-t {
    font-family: 'Open Sans',sans-serif;
    line-height: 20px;
    padding: 15px 20px;
}
.yo-actions a.join, .yo-actions a.join .a-h {
    background: rgba(1, 72, 122, 0.86);
    -webkit-transition: all .8s;  transition: all .8s;
}
.yo-actions a.join:hover .a-h{
    background: rgb(1, 72, 122);
    -webkit-transition: all .8s; transition: all .8s;}

.yo-actions a.d-a-s, .yo-actions a.d-a-s .a-h {
    background: rgba(22, 90, 6, 0.81);
    -webkit-transition: all .8s;  transition: all .8s;
}
.yo-actions a.d-a-s:hover .a-h {
    background: rgba(22, 90, 6, 1);
    -webkit-transition: all .8s;  transition: all .8s;
}

.yo-actions a.vr, .yo-actions a.vr .a-h {background: rgba(255, 190, 0, 0.83);
    -webkit-transition: all .8s;   transition: all .8s;
}
.yo-actions a.vr:hover .a-h {
    background: rgba(255, 190, 0, 1);
    -webkit-transition: all .8s;  transition: all .8s;
}
.yo-actions a.ideas, .yo-actions a.ideas .a-h{
    background: rgba(255, 82, 2, 0.88);
    -webkit-transition: all .8s;  transition: all .8s;
}
.yo-actions a.ideas:hover .a-h{
    background: rgba(255, 82, 2, 1);
    -webkit-transition: all .8s;  transition: all .8s;
}

.yo-actions a.host, .yo-actions a.host .a-h{
    background: rgba(7, 112, 168, 0.85);
    -webkit-transition: all .8s;  transition: all .8s;
}
.yo-actions a.host:hover .a-h{
    background: rgba(7, 112, 168, 1);
    -webkit-transition: all .8s;  transition: all .8s;
}

.yo-actions a.tell-us, .yo-actions a.tell-us .a-h{
    background: rgba(197, 32, 47, 0.84);
    -webkit-transition: all .8s;  transition: all .8s;
}
.yo-actions a.tell-us:hover .a-h{
    background: rgba(197, 32, 47, 1);
    -webkit-transition: all .8s;  transition: all .8s;
}
.action-page .social-nav ul {
    text-align: center;
}
.action-page .social-nav li {
    display: inline-block;
}
.action-page .modal-body .social-nav a,
.action-page .social-nav a {
    box-shadow: none;
    fill: #ffffff;
    margin: 0 5px;
}
.action-page .social-nav a {
    fill: #5e5e5e;
}
.a-text{
    text-align: center;
    color:#626262;
}
.a-text a{
    color:#626262;
}
.action-page .modal-backdrop.in{
    display: none;
}
.action-page .modal-header {
    background: none;    opacity: 0.5;
}
.action-page .modal-header .close {
    color: rgba(255, 255, 255, 0.82);
}
.action-page .modal-content{
    -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.53);
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.53);
}
.action-page .content-area .entry-content .modal-body,
.action-page .content-area .entry-content .modal-body h1,
.action-page .content-area .entry-content .modal-body h5,
.action-page .content-area .entry-content .modal-body a{
    color: #fff;
}
.action-page .content-area .entry-content .modal-body a svg{
    fill: rgba(255, 255, 255, 0.4);
}
.action-page .content-area .entry-content .modal-body a:hover svg{
    fill: rgba(255, 255, 255, 1);
}
.action-page .modal-body a{
    box-shadow: 0px 3px 0px -1px #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.action-page .modal-body a:hover{
    box-shadow: 0px 0px 0px -1px #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.mod-d-a-s .modal-content {
    background: #104005;
}
.mod-join .modal-content {
    background: #01487a;
}
.mod-vr .modal-content {
    background: #d8a100;
}
.mod-ideas .modal-content {
    background: #c73f00;
}
.mod-host .modal-content {
    background: #0770a8;
}
.mod-tell-us .modal-content {
    background: #c5202f;
}
.a-more {
    text-align: center;
    display:none;
}
.action-page .modal-body .a-more a {
    box-shadow: none;
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 50px;
}
.action-page .modal-body .a-more a:hover {
    background: rgba(0, 0, 0, 0.14);
    border-color: rgba(0, 0, 0, 0.02);
}

.action-page .social-nav a svg {
    fill: #5e5e5e;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.action-page .social-nav a:hover svg {
    fill: #03a0e8;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.action-page .content-area .entry-content .modal-body ul {
    margin-left: 20px;
}
.action-page .content-area .entry-content .modal-body li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0.8rem;
    line-height: 1.5rem;

}
.action-page .content-area .entry-content .modal-body li:before {
    content: " ";
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0.41);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}
.action-page .content-area .entry-content .modal-body .social-nav li:before {
    display: none;
}

.postid-8986 .post-thumbnail {
    height: 480px;}
.postid-8986 .post-thumbnail img{    margin: -176px 0 0 0;}
.pum-theme-479 .pum-title, .pum-theme-lightbox .pum-title{
	    margin: 10px 0 0px 0;
    border-bottom: 0;
    padding: 15px 0;
}
.pum-theme-9174 .pum-container, .pum-theme-lightbox .pum-container{
    overflow: hidden;
}
i.material-icons.pat {
    display: block;
    position: absolute;
    bottom: -100px;
    font-size: 22rem;
    z-index: -1;
    color: rgba(255, 255, 255, 0.08);
    right: -120px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(19deg);
}

/*///////////////////////////////////////
end --- New Design trial version ---- end
///////////////////////////////////////*/
.page-not-front .site-content{    margin-top: 60px;}

.pum-theme-lightbox .pum-content #mc_embed_signup .mc-field-group label{color: #fff;}
.pum-theme-lightbox .pum-content #mc_embed_signup .mc-field-group input{
	border-radius: 0;
    border: 0px;
}
.pum-theme-lightbox .pum-content #mc_embed_signup .button{
	    background-color: rgba(170, 170, 170, 0);
    border: 3px solid;
    border-radius: 0;
    padding: 7px 20px 7px 20px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.pum-theme-lightbox .pum-content #mc_embed_signup div#mce-responses{
	float: none;
    margin: 0;
    width: 96%;
    position: relative;
    top: 22px;
    text-align: center;
}

.pum-theme-lightbox .pum-content #mc_embed_signup #mce-success-response{
    padding: 30px 0;
    background: rgb(203, 237, 253);
    margin: 0 0 30px 0;
    width: 100%;
}
.pum-theme-lightbox .pum-content #mc_embed_signup #mce-error-response{display: block;
    background: rgb(7, 97, 140);
    width: 100%;
    margin: 0 0 30px 0;}

.pum-theme-lightbox .pum-content #mc_embed_signup #mce-error-response a{color: #60cbfb;
    text-decoration: underline;}

.postid-9236 .post-thumbnail {
    height: auto;
}

.mc-field-group {
    margin: 10px 0;
    display: block;
}
span.asterisk {
    color: #ff5d52;
}
.pum-theme-lightbox .pum-content #mc_embed_signup div#mce-responses{
	width: 100%;
}
.pum-theme-lightbox .pum-content #mc_embed_signup #mce-success-response {
    background: #8BC34A;
    width: 100%;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 

		.page-not-front .search-wrapper{    display: none;}
		.page-not-front #mega-menu-wrap-primary {
    		text-align: right;
	}

	#mega-menu-wrap-primary #mega-menu-primary{    margin-right: 30px;}
	.page-not-front .site-content {
    	margin-top: -50px;
	}
}


@media (min-width: 76.75em){
    .action-row .wpb_column.vc_column_container.vc_col-sm-4{width: 50%;}
}

@media screen and (max-width: 76.75em){
div#site-header-menu .main-navigation:before{
    width: 130px;
	    background-size: 85%;
}
#google_translate_element{
	    right: 60px;
}

    body.action-page{    background-size: 170%;}
    .action-page .action-branding{width: 20%;}
    .action-page .site-header-menu {width: 80%;}
    .action-page .main-navigation {width: 80%;}
    .action-page .action-menu {width: 20%;}
    .action-page .site-header,
    .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        background: none;
    }
    .yo-actions a .a-img{width: 130%;    left: -71px;}




    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 10px 0px 10px;
        background: #333;
        border-bottom: 0;
        border-top: 0;
        height: 59px;
    }
}
@media only screen and (max-width: 600px){
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        z-index: 1;
        background: #333;
    }
}

@media screen and (min-width: 61.5625em){
    .comment-list + .comment-respond{
        padding-top: 2rem;
    }

}

@media screen and (max-width: 44.375em){
.subscribe{    right: 161px;}
.md-preloader{    left: 43vw!important;}
.page-not-front .site-content {
    margin-top: 0px;
}
.page-not-front h1.entry-title {
    padding-top: 0;
    padding-left: 0;
}

    .action-page .modal-dialog {padding: 0px;}
    .action-page .content-area .entry-content .modal-body{
        padding: 0;    text-align: left;
        font-size: 1.3rem;
        line-height: 1.9rem;

    }
    .action-row .wpb_content_element{margin-bottom: 5px;}
    .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
        box-shadow: none;    border-bottom: 0px;
    }
    .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{color: #ffffff;}
    .action-page #mega-menu-wrap-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    .action-page #mega-menu-wrap-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    .action-page #mega-menu-wrap-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
        color: #ffffff;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        color: #fff;
        background: rgb(1, 32, 47);
        border-bottom: 1px solid #002d42;
    }
    .action-page #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        position: absolute;
        background: #002d42;
        width: 100%;
    }
    .action-page .action-branding{
        display: none;
    }
    .action-page .site-header-menu {
        width: 100%;    float: none;
    }
    .action-page .action-menu {
        width: 100%;        margin-top: -60px;
        left: 10px;
    }
    .action-page #mega-menu-wrap-primary .mega-menu-toggle {
        background: none;
    }
    .action-page .main-navigation {
        width: 100%;
        float: none;
    }
    body.action-page {
        background-size: 550%;
        background-position: top center;
        margin-top: 0;
    }

    .action-page a.action-logo img{
        margin: 0 auto;
    }
    .action-page .wpb_wrapper {
        text-align: center;
    }
    .page-not-front .site-branding{
        height: 0;
    }
    .site-header-main #google_translate_element{
        right: 100px;
        left: inherit;
        top: 0px!important;
    }
    img.home-brand-img {
        width: 120px;
    }
    span.a-wrape {
        bottom: -33px;
        left: 40%;
    }
    .home-brand a{
        width: 30px;
        height: 30px;
        border: 2px solid #fff
    }
    .home-brand a svg {
        width: 16px;
        height: inherit;
    }
    .home-brand {
        height: inherit!important;
    }
    .action-page.page-not-front .search-wrapper{
        top: 15px!important;
    }
    .main-navigation.affix {
        animation: none;
    }
    .action-page .search-wrapper svg.s-ico{
        width: 20px;
        height: 20px;
        top: 12px;
    }
    .site-header-main #google_translate_element,.page-not-front .affix div#google_translate_element {
        top: 9px!important;
        opacity: 0.8;
        position: fixed;
    }
    .affix div#google_translate_element{top: 5px!important;}
    body {
        margin-top: 55px;
    }
    .main-navigation{
        position: fixed;
        z-index: 5;
    }
    .search-wrapper {
        background: rgb(51, 51, 51);
        top: 6px!important;
        right: 40px;
    }
    .home .content-area .entry-content h1 {
        margin-top: -30px;
        font-size: 2rem;
    }

    div#site-header-menu .main-navigation:before {
        height: 70px;
        width: 140px;
        background-size: 90%;
    }
    div#site-header-menu .main-navigation.affix:before {
        height: 60px;
    }
    .page-not-front nav.affix-top #mega-menu-wrap-primary {
        height: auto;
        padding-top: 0;
    }
    .page-not-front .search-wrapper {
        top: 0px!important;
        background: rgb(51, 51, 51);
        opacity: 1;
        /*left: 0;
        right: auto;*/
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        background: #444;    color: #ffffff;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #fff;
        background: rgb(45, 45, 45);
        border-bottom: 1px solid #333333;
    }
    .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        background: rgba(68, 68, 68, 0);
    }
    .action-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #fff;
        background: rgb(2, 51, 74);
        border-bottom: 1px solid #002d42;
    }
}
