

/* The first font should be copied from Google Fonts under usage, see 4. Integrate the fonts into your CSS */ 
h2 {
    font-family: 'Ubuntu Condensed', sans-serif, Arial, sans-serif;
    font-weight: 600!important;
    font-size: 26px!important;
    padding: 10px 0 10px 0;
}
h3 {
   font-family: 'Ubuntu Condensed', sans-serif, Arial, sans-serif;   
   font-weight:600!important;
   font-size:22px!important; 
   padding: 10px 0 10px 0;
}
.header-siteNameLogo {
  line-height: 1;
  display: inline-block;
  padding: 25px 0px 5px 0px;
}
.module-name {
    font-family: 'Ubuntu Condensed', sans-serif, Arial, sans-serif;
    font-weight: 600!important;
    font-size: 22px!important;
   color: #492600;
}

/* styling titel Recente blogposts' */
.module-name a {
  font-family: 'Ubuntu condensed', 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #492600;
  text-align: left;
}
.module-name a:hover {
  font-family: 'Ubuntu condensed', 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #b1093d;
}
.entry {
  margin-bottom: 6px;
}
.entry-title > a {
    font-family: 'Ubuntu Condensed', sans-serif, 'Verdana', sans-serif;
    font-weight: 600!important;
    font-size: 22px;
    color: #B1093D;    
}

.entry-title  {
    font-family: 'Ubuntu Condensed', sans-serif, 'Verdana', sans-serif;
    font-weight: 600!important;
    font-size: 22px;
    color: #B1093D;    
}
.sign_form .signUp_signIn__link {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: auto;
}
.module-header {
    background-color: rgba(0,0,0,0);
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 10px 0px 10px 0px;
    margin: -10px 5px 10px 5px;
}

.media-frame > .media-body {
    overflow: hidden;
    display: inline-block;
    margin: 0px 0 0 0;
}

.entry-tags {
    margin-bottom: 12px;
    font-size: 10.5px;
    display: block;
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 10px 0px 10px 0px;
    margin: -10px 0px 10px 0px;
}
.entry-readMore {	     
  clear: both;
    background-color: #E5E5E3;
    border: 0 none;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.pull-right {
    float: right;
    clear: both;
 /*   background-color: #E5E5E3;  */
    border: 0 none;
    transition: all 0.23s ease-in-out 0s;
    color: #492600;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;  
    margin: 0 5px 10px 0;
    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.popupHelp-content {
  width: 250px;
}

small {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
}

.photoEditPage-linkbarContainer {
    margin-bottom: 36px;
    background-color: #E5E5E3;
    padding: 5px;
}

.photoEditPage-linkbarContainer a {
    color: #b1093d;
}

.photoEditPage-linkbarContainer a:hover {
    color: #000000;
}

i.icon.icon-help {
    display: inherit;
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
}

i.icon.icon-rotate {
    display: inherit;
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
}
i.icon.icon-trash {
    display: inherit;
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
}

.optionsDropdown {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.optionsDropdown-sectionLabel span {
    color: #333;
    background-color: #eee;
    padding: 8px 4px 0px 4px;
    margin-left: 1em;
    font-size: 15px;
    font-weight: bold;
    color: #492600;
}

.optionsDropdown a {
    display: -webkit-inline-box;
}
.site-footerFrame {
    position: relative;
    left: 0;
    bottom: 22px;
    right: 0;
  }

/* hamburger menu */

i.icon.icon-menu {
    display: inline-block;
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
    color: #b1093d;
}

i.icon.icon-menu :hover {
  color: #3f3e3e;
}

.occasional-button > .button-iconic {
    border: none;
    color: #b1093d;
    background-color: rgba(0,0,0,0);
    padding: 10px;
    font-size: 16px;
}

.occasional-button > .button-iconic.hover {
  color: #3f3e3e;
}

.occasional-button > .button-iconic.active {
    color: #b1093d;
    background-color: rgba(31,31,31,0);
}

.occasional-button > .button-iconic::after { 
    content: "menu  ";
    color: #b1093d;
}

.xg_search .xg_inputSearch {
    border: 1px solid #b1093d;

}
/*  witruimte boven de <hr> boven footer-elementen   */

@media screen and (min-width: 769px) {
  .site-body {
    padding: 0px 0px 50px 0px;
  }

/*  hamburger >> menu-items  */

@media screen and (max-width: 769px) {
  .mainTab {
    display: none;
  }
  .mainTab.condensed-visible {
    display: block;
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 99;
    background-color: #eee;
  }
  .mainTab-item a {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    background-color: rgba(177,9,61,0);
    color: #b1093d;
    padding: 10px;
  }
  .mainTab-item:hover a,
  .mainTab-item.active a,
  .mainTab-item[dojotype="SubTabHover"]:hover a {
    background-image: none;
    background-color: #FFFFFF);
    color: #b1093d;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
  }
  .subTab-item > a {
    padding-left: 1.5em;
  }

/*  titel 'download' wanneer je een foto bewerkt   */ 
div.span9.tablet16.mobile16.pull-right {
	float: right;
	clear: both;
	/* background-color: #E5E5E3; */
	border: 0 none;
	transition: all 0.23s ease-in-out 0s;
	color: #492600;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0px 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
}
  .site-footerFrame {
    position: absolute;
    left: 0;
    bottom: -40px; 
    right: 0;
  }
.eventPage-detail {
    margin-bottom: 10px;
}
.polls__inner-title {
    max-width: 640px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background-color: #fff;
  }

/* Footer afstand logo en tekst eronder */
.aboveFooterAdHtml {
    margin-top: 20px;
    margin-bottom: 100px;
} 

.footer-left {
    float: left;
    padding-top: 300px;
    margin-top: 300p;
}