article.post {
    font-size: 16px;
}

/* Use this to fix wrong floating of multiple columns */
.inline-cols-top [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/*Hide comment count*/
.article-info-bottom .article-data + .article-separator {
    display: none !important;
}

.article-info-top .article-data + .article-separator {
    display: none !important;
}

.article-info .article-info-bottom .article-comments {
	display: none !important;
}

.article-comments {
	display: none !important;
}

/*Subscribe button css*/
div.subscribe-container {
	position: relative;
	float:right;
	margin-left:-20em;
}

img.subscribe-image {
	height:6em;
}

/*Survey button css*/
div.survey-container {
	position: relative;
	float:left;
	margin-right:-20em;
}

img.survey-image {
	height:6em;
}

/**/
.hide-me {
    display: none !important;
  }

  @media only screen and (max-width: 600px) {
    .hide-on-mobile {
      display: none !important;
    }
  }

/*Fill picture the top picture*/
div.neder-element-top-content article.first-element-header a img {
    width: 100%;
    height: 100%;
  	object-fit: cover;
}

/*Moves the 'show older posts' button to the left when there is no 'show newer posts' button*/
.neder-pagination a:first-child:last-child {
	float:left;
}

/*Job Offer shortcode css*/
.job-offer-image {
	opacity: 1;
	display: block;
	transition: .5s ease-in-out;
    width: 100%;
    border-radius: 10px;
}

.job-offer-container {
    position: relative;
	display: inline-block;
    width: 100%;
}

.job-offer-overlay {
	transition: .5s ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transform: scale(0);
	background: rgba(200, 200, 200, .75);
	border-radius: 10px;
}

.job-offer-container:hover .job-offer-image {
	opacity: 0.3;
}

.job-offer-container:hover .job-offer-overlay {
	opacity: 1;
	transform: scale(1);
}

.job-offer-overlay-text {
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	color: white;
	position: absolute;
	top: 40%; left: 50%; right: -40%;
	transform: translate(-50%, -50%);

}

h4#job-offer-desc {
	padding-bottom: 20px;
}

.job-offer-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
}

.job-offer-button:hover {
    background-color: green;
  	color: #FFF !important;
}

.job-offer-post-button {
    background-color: #00aaac;
    border: none;
    color: #ffffff !important;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
}

.job-offer-post-button:hover {
    background-color: #072d36;
}

/************************************
 * Support revert-padding & friends *
 ************************************/


/* the -container acts as a bootstrap row, so add negative margins */
.neder-vc-posts-revert-padding .neder-vc-element-posts-article-container {
    margin-left: -15px;
    margin-right: -15px;
}
/* unfortunately the element-no-padding class uses important */
.neder-vc-posts-revert-padding .neder-vc-element-posts-article-container article {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/* now with additional .no-padding class, which should be given to the element
 * itself, remove the changes above */
.neder-vc-posts-revert-padding.no-padding .neder-vc-element-posts-article-container {
    margin-left: 0px;
    margin-right: 0px;
}
.neder-vc-posts-revert-padding.no-padding .neder-vc-element-posts-article-container article {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*******************
 * Video embedding *
 *******************/

.csn-youtube-embed {
    position: relative;
}

/* https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.csn-youtube-embed.csn-responsive-video {
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
}

.csn-youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**************************
 * Additions to bootstrap *
 **************************/

/* 1-5 is for 1/5 (for five columns) */

.col-xs-1-5 .col-sm-1-5 .col-md-1-5 .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1-5 {
    float: left;
    width: 20%;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        float: left;
        width: 20%;
    }
}

/**************
 * misc fixes *
 **************/

/* disable special link color for telephone numbers on iPhone */
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/* shrink main menu items */
nav ul.neder-menu > li a {
  padding: 15px;
}

/************
 * woo cart *
 ************/
.neder-woocommerce-cart {
  display: inline-block;
}
.neder-woocommerce-cart .cart-contents {
  position: relative;
  display: block;
}
.neder-woocommerce-cart .cart-contents[data-count="0"] {
  /* hide when cart is empty */
  display: none;
}
.neder-woocommerce-cart .cart-contents:hover {
  background: #00aaac;
  color: white;
}
.neder-woocommerce-cart .cart-contents i {
  font-size: 16px;
  padding: 14px;
}
.neder-woocommerce-cart .cart-contents .badge {
  position: absolute;
  top: 9px;
  left: 23px;
  font-size: 8px;
  width: 12px;
  height: 12px;
  line-height: 13px;
  border-radius: 6px;
  text-align: center;
  color: white;
  background-color: #ce0000;
}

/* hide/show only relevant profile menu options */
.menu-item-profile li.settings,
.menu-item-profile li.log-out,
.neder-profile li.settings,
.neder-profile li.log-out {
  display: none;
}
.logged-in .menu-item-profile li.log-in,
.logged-in .menu-item-profile li.register,
.logged-in .neder-profile li.log-in,
.logged-in .neder-profile li.register {
  display: none;
}
.logged-in .menu-item-profile li.settings,
.logged-in .menu-item-profile li.log-out,
.logged-in .neder-profile li.settings,
.logged-in .neder-profile li.log-out {
  display: block;
}

/* used during dev */
body.hide-profile .menu-item-profile,
body.hide-profile .neder-profile-menu-button {
  display: none;
}

/* for all forms with woo */
.woocommerce-Input--text,
.woocommerce-Input--password {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 3px;
  padding: 0px 8px;
}
/***************
 * dev related *
 ***************/
/*
.neder-woocommerce-cart {
  display: none;
}
*/
