/*
Theme Name: IBLA BLOG
Theme URI: 
Description: Child theme of twentyseventeen theme for the Twenty Seventeen theme
Author: <a href="https://de.wordpress.org/">dem WordPress-Team</a>
Author URI: 
Template: twentyseventeen
Version: 2.2
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Quicksand,300,700);
@import url(_res/icons/icon.css);

/*
-----
FONT FACES
-----
*/
@font-face {
  font-family: 'baron';
  src: url('_res/fonts/Baron Neue-webfont.eot');
  src: url('_res/fonts/Baron Neue-webfont.eot?#iefix') format('embedded-opentype'), url('_res/fonts/Baron Neue-webfont.woff2') format('woff2'), url('_res/fonts/Baron Neue-webfont.woff') format('woff'), url('_res/fonts/Baron Neue-webfont.ttf') format('truetype'), url('_res/fonts/Baron Neue-webfont.svg#baron_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
}


/*
	CONTENT
*/
.entry-title,
.comment-reply-title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 20px !important;
  position: relative !important;
  /*z-index: -1;*/
  margin: 15px 0;
  font-family: 'baron', sans-serif;
}

.entry-title > span, 
.entry-title a,
.comment-reply-title > span {
  background: #000;
  color: #fff;
  padding: 5px 25px;
  z-index: 1;
  position: relative !important;
  display: inline-block;
  min-width: 300px;
}
.entry-title:before,
.comment-reply-title:before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.entry-title a:hover {
	color: #999;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.entry-content ul {
	/*margin: 0;*/
}
.entry-content ul li {
	margin-left: 15px;
}



/*
HEADER
*/

.site-branding {
	padding: 13em 0;
  
}

.site-branding {
	/*background:url(http://ibla.lu/_res/uploads/2016/05/Mathieu20-slider.jpg) no-repeat;*/
	/*background-size: cover;*/
	/*display: none !important;*/
}

.site-branding .site-branding-text {
	display: none !important;
}

.site-header .menu-scroll-down {
	top: auto !important;
	bottom: 0 !important;
  right: 50%;
  margin-right: -23px;
  border: 1px solid white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.menu-scroll-down .icon {
  right: -1px;
}

.custom-header {
	position: relative;
}

.header_ibla_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    
  z-index: 99;
  padding-right: 170px;
  /*width: 25vw;*/
}
.header_ibla_logo a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 230px;
    color: #fff;
    border: 0;
}


.header_ibla_logo a span:before {
  position: absolute;
  left: -13px;
  top: 10px;
  height: 41px;
  width: 1px;
  background: white;
}


.header_ibla_logo a span {
  font-family: 'baron', sans-serif;
  font-size: 37px;
  top: 253px;
  left: 98px;
  padding-left: 35px;
  padding-top: 30px;
}


/* @media (max-width:600px) {
  .header_ibla_logo a span {
    font-size: 32px;

  }
} */

.divider-line {
  margin: 21px;
    border: 1.2px white solid;
    height: 184px;
}
.divider-line.small {
  height: 150px;
  margin: 0;
}

/*
  XXL SCREEN
*/
@media (max-width: 520px){
  .header_ibla_logo {
  	position: absolute;
    top: 50%;
    left: 50%;
    padding-right: 0;
    transform: translate(-50%, -50%);    
    z-index: 99;
  }

  .header_ibla_logo a {
    position: relative;
  	font-size: 170px;
      color: #fff;
      border: 0;
  }

  .header_ibla_logo a img {
    width: 200px;
  }

  .header_ibla_logo a span:before {
    left: -13px;
    top: 6px;
    height: 32px;
    width: 1px;
    background: white;
  }


  .header_ibla_logo a span {
    font-family: 'baron', sans-serif;
    font-size: 23px;
    padding-left: 5px;
    padding-right: 119px;
    /*width: 200px;*/
  }
  .divider-line {
    margin: 16px 16px 16px 0px;
      border: 1.2px white solid;
      height: 184px;
  }
}
.social-navigation {
  width: 100% !important;
}


.footer_ibla_logo {
  width: inherit;
  height: 200px;
}

.footer_ibla_logo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 65px;
    color: #fff;
    border: 0;
    margin-left: -20px;
}

.footer_ibla_logo a img {
  width: 200px;
  height: 200px;
  box-shadow: 0 0 0 0;
}

.footer_ibla_logo a span:before {
  left: -10px;
  top: 2px;
  height: 15px;
  width: 1px;
  background: white;
}


.footer_ibla_logo a span {
  font-family: 'baron', sans-serif;
  font-size: 22px;
  top: 145px;
  left: 68px;
  padding-left: 30px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .footer_ibla_logo a img {
    width: 20vh;
    height: 20vh;
  }
  .footer_ibla_logo a span {
  }
}


input[type="search"] {
  border-radius: 0 !important;
  padding: 0.5em;
  font-size: 14px;
}

.search-form .search-submit .icon {
    height: 15px;
    top: -5px;
    width: 15px;
}


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

@media screen and (min-width: 48em){
	.has-sidebar #secondary {
	    float: right;
	    padding-top: 0;
	    width: 27%;
	}
}

/*
button, input[type="button"] {
	background-color: transparent !important;
	color: #404041 !important;
}
*/


/*
	WIDGET
*/

.widget-title {
	font-family: 'baron', sans-serif;
    font-size: 15px !important;
    text-transform: lowercase !important;
    letter-spacing: 0 !important;
    margin-bottom: 0.5em !important;
}


/*
	FOOTER
*/
.site-footer {
	background: rgb(0 120 64);
  color: white !important;
}

.site-footer .copyright {
    background: rgb(0 85 43);
    color: #fff;
    font-size: 10px;
    padding: 10px;
}

.site-footer .copyright a:hover {
  color: #333 !important;
}

.site-footer .copyright .wrap {
	padding: 0  3em !important;
}

.site-footer .tagcloud { 
}

.site-footer a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.site-footer a { 
	color: white;
}

.site-footer a:hover { 
  color: #fff !important;
}

.site-footer .widget-title {
	color: white;
}

.site-footer .textwidget {
  color: white;
  min-height: 150px;
}

.site-footer .wrap {
  /*padding: 0;*/
}

.social-navigation a {
    -webkit-border-radius: 40px;
    border-radius: 30;
    color: #fff;
    display: inline-block;
    height: 30px;
    margin: 0 0.8em 0 0;
    text-align: center;
    width: 30px;
}

.social-navigation .icon {
    height: 16px;
    top: 7px;
    width: 16px;
    vertical-align: top;
}



.read-more {
  font-family: 'baron', sans-serif;
  margin-top: 35px;
  display: block;
  width: 150px;
  text-align: center;
  /*border-radius: 5px;*/
  padding: 5px;
  border: 1px solid #000;
  box-shadow: none !important;
  float: right;
}

.read-more:hover {
  background-color: #000;
  color: white !important;
}






