.content-header h1 {text-align:center!important;}

@media screen and (max-width: 769px) {
.header-logoImage img {
    max-height: 35vw;
    width: auto;
}
.site-nameLogo {
    text-align: center;
}
.xg_widget_main_search_search .site-bodyFrame img {
    height: 10vh;
}
}
@media screen and (min-width: 769px) {
.site-body_search {
width: 50%;
}
}
i.icon.icon-menu {
    content: url(https://storage.ning.com/topology/rest/1.0/file/get/2562919374?profile=original);
    width: auto;
    height: 25px;
}

.occasional-button > .button-iconic:hover, .occasional-button > .button-iconic.active {
    color: #e8e4e3;
    background-color: white;
}
.activityFeed-detailTitle a {
    font-size: 24px;
}
.activityFeed-detailTitle {
    margin-top: 10px;
}
.result dd {
    line-height: 1.3em;
}
.result dt a {
    font-weight: 600;
}
.column-narrow .avatar, .pageSearch-outer header.module-header {
  display: none;
}
.activityFeed-detailTitle {
    display: block;
    margin: 0;
}
.pageSearch-outer input.textfield {
    width: 350px;
}
@media screen and (max-width: 481px) {
.globalsearch {
    width: 50%;
}
form#xn_bar_menu_search {
    text-align: center;
}
}

desc#length {
   display:none!important;
}
.footer-left {
  display: none !important;
}
@media screen and (max-width: 768px) {
  p {
    padding-left: 0px !important;
  }
}

/* Center member's icons and blog's titles */
section.module-body .entry-headline.media-frame {
    display: grid;
    position: relative;
    text-align: left;    
}

section.module-body  span.wrap__avatar.avatar.avatar-48 {
    position: relative;
    margin-left: 16vw;
}

h1.content-name {
    text-align: left;
}
/* Center read more text */
a.entry-readMore {
    text-align: left;
}

/* Center read tags */
.entry-tags.ux-entry-tags {
    text-align: left;
}
/* end of code */

/* Code to center search box and sort by */
.pageSearch-outer {
  display: flex;
  justify-content: center;
  width: 55vw;  
}

.module-actions {
  width: 50vw;
  text-align: center;
}

.page_header {
  display: grid;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  justify-items: center;
}
/* end of code */

/*Hide the author, time under the heading of the article*/
.entry-byline {
    display: none;
}
/* end of code */

/*Hide tags under posts*/
.entry-tags.ux-entry-tags {
    display: none;
}
/* end of code */
.show_eccom .entry-title {
  display: grid;
  justify-items: center;
  align-content: space-around;
  justify-content: center;
}

/* Hide profile images from the blog and articles pages */
img.photo.avatar.avatar-48 {
    display: none;
}

a.media-img.avatar-frame {
    display: none;
}

/* Display member's icons on the fotosection page */
.page-fotos a.media-img.avatar-frame {
    display: block;
}

.page-fotos img.photo.avatar.avatar-48 {
    display: block;
}
/* end of code */

/* Display member's icons on the members page */
.page-members. img.photo.avatar.avatar-48 {
    display: block;
}
.page-members a.media-img.avatar-frame {
    display: block;
}
/* end of code */

.page-testoverzichtonlinemags.vsc-initialized a.media-img.avatar-frame {
    display: none;
}
/* end of code */

/* Center the text of the article on the specific page */
.page-home .entry-content {
  text-align: left;
}

.page-overzicht-bestemmingen .entry-content {
  text-align: left;
}

.page-reisaanbiedingen .entry-content {
  text-align: center;
}
/* end of code */
hr {
    display: none;
}

.page-finalnew section.entry-content.cf {
    text-align: left;
}

/*Center left column on the articles page */
.articleListPage.ux-articleListPage.sheet.grid-frame {
    text-align: left;
}
/* end of code */

/* Hide search box and sort by dropdown from ALL the pages */
.pageSearch-outer {
    display: none;
}
.module-actions {	
display: none;	
}	

/* end of code */
.entry-commentsCount {
  display: none;
}

/* Center entries text on the blog list page */
.blogListPage.sheet.grid-frame {
    text-align: left;
}
/* end of code */

/* center right column on the blog pages */
.span6.tablet16.mobile16.column.column-narrow {
    text-align: left;
}
/* end of code */

/* Center footer links */
.site-footer {
    margin: auto;
    width: 50vw;
    text-align: center;
}
.footer-right {
    float: inherit;
}
div#footer-text {
    margin: auto;
    width: 50vw;
    text-align: center;
}
div#footer-text > p a {
    color: #000;
}
/* end of code */

.articleListPage-entry img, .blogListPage-entry img {
    max-width: 900px;
    max-height: 625px;
    height: 100%;
    width: 100%;
    margin: unset;
}


iframe[src*="google"] {
    "max-width": "900px",
    "width": "900px",
    height: "625px",
    "max-height": "625px"
}
.pull-right{float:none!important;margin-top:20px!important;margin-left:initial!important;}
.button.button-secondary {background-color: #20b200!important;}
.entry-headline .media-frame, .show_eccom .entry-title {justify-content:left!important;}
