/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: Tyas Keijsper
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {
  --main-color: #172f7c;
  --font-color: #2a2a2a;
  --font-family: 'News Cycle', Arial;
}

/*--------------------------
Tyas Typography
--------------------------*/
h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em
}
h1,h2,h3,h4,h5,h6{color: var(--font-color)}

h1, h1 span{
  font-size: 42px;
  line-height: 1.1em;
}
h2, h2 span{
  font-size: 30px;
  line-height: 1.2em
}
h3, h3 span{
  font-size: 25px;
}
h4, h4 span{
  font-size: 20px;
  letter-spacing: 3px;
}
p, span, ul li{
  font-size: 16px;
  line-height: 25px;
}
p, ul li{
  color: var(--font-color)
}
p span{
  color: var(--main-color);
}

.white{
  color: #fff;
}
.site-breadcrumbs, .site-breadcrumbs a{
  color: #fff;
  text-shadow: .5px 1px 1px #000;
  font-weight: 800;
}
/*--------------------------
End Tyas Typography
--------------------------*/


/*--------------------------
Tyas standaard styles
--------------------------*/
.lbi_button, .frm_button_submit, .theme-button{
  font-size: 16px;
  background-color: var(--main-color) !important;
  color: #fff;
  border: 4px solid var(--main-color);
  padding: 10px 30px;
  text-transform: uppercase;
  transition: .5s;
}
.lbi_button:hover, .frm_button_submit:hover, .theme-button:hover{
  background-color: transparent !important;
  color: var(--main-color);
  border-color: var(--main-color);
  transition: .5s;
}
.lbi_button.white{
  color: #fff;
  border-color: #fff;
}
.lbi_button.white:hover{
  background-color: #fff !important;
  color: var(--main-color);
}
.lbi_button.hollow{
  background-color: transparent !important;
  color: var(--main-color);
  border-color: var(--main-color);
}
.lbi_button.hollow:hover{
  background-color: var(--main-color) !important;
  color: #fff !important;
  border-color: var(--main-color);
}
.lbi_button.black{
  background-color: transparent !important;
  color: var(--font-color);
  border-color: var(--font-color);
}
.lbi_button.black:hover{
  background-color: var(--font-color) !important;
  color: #fff;
}
/*--------------------------
Tyas end button style
--------------------------*/


/*--------------------------
Tyas Special styles
--------------------------*/
.vcex-recent-news-entry-excerpt p{
  color: #fff;
}
.Info_table td{
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 0px solid #eee;
  font-size: 18px;
}
.Info_table.white td{
color: #fff;
}
.Info_table.white a{
  color: #fff;
}
.Info_table tr td:first-of-type{
  width: 30%;
}
.background-image-page-header::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
}
.blog-entry-inner{
  position: relative;
}
.blog-entry-readmore .theme-button{
  position: absolute;
  right: 0;
  bottom: 10px;
}
.current_page_item a span{
  background-color: var(--main-color);
  color: #fff;
}


@media screen and (max-width: 800px){
  .blog-entry-inner{
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 800px){
  .post-type-archive-nieuws #content-wrap{
    max-width: 40%;
  }
}
.post-type-archive-nieuws .meta.clr{
  display: none;
}

.sidr-class-dropdown-menu li a{
	color: white;
}


/*logo position*/
.not-sticky #site-logo{
  float: none;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.not-sticky #site-navigation-wrap{
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.not-sticky{
  min-height: 197px;
}

.not-sticky .shrink-sticky-header #site-logo img{
  max-height: 100px !important;
}

.not-sticky #site-navigation-wrap > nav > ul{
  width: 100%;
  text-align: center;
}
.not-sticky #site-navigation-wrap > nav > ul > li{
  float: none;
  display: inline-block;
}