/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.5.1524154029
Updated: 2018-04-19 16:07:09

*/

body {
    background-color: #000000;
    background: -webkit-gradient(linear, center top, center bottom, from(#000000),color-stop(100%, #005080));
    background: -webkit-linear-gradient(top,#000000 ,#005080 100%);
    background: linear-gradient(to bottom,#000000 ,#005080 100%);
    width: 100%;
    min-height: 100%;
}
#masthead .wrap {
    background: transparent;
}
.site-branding {
    margin-bottom: 0;
    background-image: url(/wp-content/uploads/2018/04/globe-top.png);
    background-repeat: no-repeat;
    background-position: 63% 0%;
    padding: 0em 0 1.2em;
}
#masthead .site-branding .wrap {
    padding-left: 0em;
}
.site-content-contain {
    background-color:transparent; 
}
.wrap {
    background-color: #fff;
}

.page-one-column .panel-content .wrap {
    max-width: 1000px; 
}
#post-55 h2.entry-title {
    display: none;
}
#masthead .navigation-top .wrap {
    background: -webkit-gradient(linear, center top, center bottom, color-stop(34%, #005080),to(#000000));
    background: -webkit-linear-gradient(top,#005080 34%,#000000 );
    background: linear-gradient(to bottom,#005080 34%,#000000 );
}
.main-navigation > div > ul {
    text-align: center;
    margin: 0 auto;
}
.main-navigation li {
    padding: 0 7%;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #fff;
}
.site-content {
    padding: 0 0 0 0 ; 
}
.site-content .wrap {
    padding: 2.5em 2.5em;
}

.site-header {
    background-color: transparent;
}
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 560px;
    position: relative;
    top: 1em;
}
.navigation-top .wrap {
    padding: 0.05em 2em;
}
.navigation-top {
    background: transparent;
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee;
}
.navigation-top a {
    color: #fff;
}
.site-footer {
    border-top: 0px solid #eee;
    margin-top: 	0;
}

#bbpress-forums fieldset.bbp-form legend {

    font-weight: bold;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin-bottom: -2px;
    border: 3px double #ddd;
    margin-left: 8px;
}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    max-width: none; 
}
button, input[type="button"], input[type="submit"] {
    padding: .5em 1em;
}

@media screen and (min-width: 48em) {
.has-sidebar:not(.error404) #primary {
    float: left;
    width: 100%;
}
}

/* PHJPTO GALLERY STYLES   */
.ngg-gallery-thumbnail a {
    display: flex; 
    border: none;
    box-shadow: none;
    padding: 15px;
    justify-content: center;
}
.ngg-gallery-thumbnail label {
    font-weight: 500;
    padding: 0 15px;
}
 .post-112 .entry-header{
    margin-bottom: -2em !important;
}
input.button.ngg-download-selectall {
    padding: 0.75em 1em;
}